html{--reset-rem-size: 16px}.custom-scroll{scrollbar-color:light;scrollbar-width:thin;scrollbar-color:var(--white) rgba(0,0,0,0)}.custom-scroll::-webkit-scrollbar{-webkit-appearance:none;width:7px;height:7px}.custom-scroll::-webkit-scrollbar-button,.custom-scroll::-webkit-scrollbar-corner{display:none}.custom-scroll::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0);min-width:32px;min-height:32px;border-radius:5px}.custom-scroll::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.custom-scroll:hover::-webkit-scrollbar-thumb{background-color:rgba(var(--white-rgb), 0.25)}.container{max-width:1440px;padding:0 4rem;margin:0 auto}@media only screen and (max-width: 991px){.container{padding:0 2.5rem}}@media only screen and (max-width: 991px){.container{padding:0 1.875rem}}@media only screen and (max-width: 767px){.container{padding:0 1rem}}.container-fluid{padding:0 2.5rem}@media only screen and (max-width: 991px){.container-fluid{padding:0 .9375rem}}:root[data-theme=theme-light]{--text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.65);--white:#fff;--white-rgb:255,255,255;--black:#000;--black-rgb:0,0,0;--btn-color-secondary:#202020;--btn-color-secondary-rgb:32,32,32;--primary:#161b5f;--primary-rgb:22,27,95;--secondary:#cc8e3d;--secondary-rgb:204,142,61;--accent:#ffd7a3;--accent-rgb:255,215,163;--text-primary:#494949;--text-primary-rgb:73,73,73;--text-secondary:#f0f0f0;--text-secondary-rgb:240,240,240;--text-tertiary:#c9c2c2;--text-tertiary-rgb:201,194,194;--bg-primary:#161b5f;--bg-primary-rgb:22,27,95;--bg-primary-dark:#161a30;--bg-primary-dark-rgb:22,26,48;--bg-primary-hover:#1d2488;--bg-primary-hover-rgb:29,36,136;--bg-dark:#040928;--bg-dark-rgb:4,9,40;--bg-card-primary:#14193a;--bg-card-primary-rgb:20,25,58;--bg-secondary:#fef8ef;--bg-secondary-rgb:254,248,239;--bg-card-secondary:#f7f7f7;--bg-card-secondary-rgb:247,247,247;--bg-tertiary:#ffecfd;--bg-tertiary-rgb:255,236,253;--bg-btn-light:#f5cc7f;--bg-btn-light-rgb:245,204,127;--bg-btn-light-hover:#ffe0a6;--bg-btn-light-hover-rgb:255,224,166;--text-block-primary:#eeeeee;--text-block-primary-rgb:238,238,238;--footer-text-primary:#dfe1f2;--footer-text-primary-rgb:223,225,242;--footer-text-secondary:#d3d4e4;--footer-text-secondary-rgb:211,212,228;--footer-text-tertiary:#e6e6e6;--footer-text-tertiary-rgb:230,230,230;--btn-text-primary:#ffdc8f;--btn-text-primary-rgb:255,220,143;--gradient-primary:#000105;--gradient-primary-rgb:0,1,5;--gradient-secondary:#1f2465;--gradient-secondary-rgb:31,36,101;--border-primary:#dddddd;--border-primary-rgb:221,221,221;--border-secondary:#cdc1ab;--border-secondary-rgb:205,193,171;--font-warning:#ff3d2e;--font-warning-rgb:255,61,46;--icon-on-secondary:#ecedf2;--icon-on-secondary-rgb:236,237,242}*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0;font:inherit}html{font-size:var(--reset-rem-size)}*{font-family:var(--font-family-primary);font-size:1rem;color:var(--text-primary);line-height:1.3;word-break:break-word}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.3;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}p,h1,h2,h3,h4,h5,h6{font-weight:normal;overflow-wrap:break-word}input,button,textarea,select{font:inherit}#root,#__next{isolation:isolate}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-text-fill-color:#000;box-shadow:0 0 0px 1000px #fff inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}ul,ol{list-style:none;padding:0;margin:0}ul[role=list],ol[role=list]{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}pre{-moz-tab-size:2;-o-tab-size:2;tab-size:2}html:focus-within{scroll-behavior:smooth}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}a{text-decoration:none}.w-100{width:100%}.mh-100{min-height:100%}.btn{--prx-btn-bg-color: transparent;--prx-btn-font-color: var(--prx-text-primary);--prx-btn-font-size: 17px;--prx-btn-padding: 18px 30px;--prx-btn-border-color: transparent;--prx-btn-border-radius: 0px;--prx-btn-hover-bg-color: transparent;--prx-btn-hover-font-color: var(--prx-text-primary);--prx-btn-hover-border-color: transparent;position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:var(--prx-btn-bg-color);color:var(--prx-btn-font-color);font-weight:400;font-size:var(--prx-btn-font-size);line-height:1;text-align:center;vertical-align:middle;padding:var(--prx-btn-padding);border:1px solid var(--prx-btn-border-color);border-radius:var(--prx-btn-border-radius);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:all .3s ease-in-out}.btn:disabled,.btn.disabled,.btn[aria-disabled=true]{cursor:default}.btn svg *{transition:all .4s}@media only screen and (max-width: 767px){.btn{--prx-btn-padding: 13px 22px;--prx-btn-font-size: 13px}}.btn:hover{background-color:var(--prx-btn-hover-bg-color);color:var(--prx-btn-hover-font-color);border-color:var(--prx-btn-hover-border-color)}.btn-primary{--prx-btn-font-color: var(--btn-text-primary);--prx-btn-bg-color:var(--bg-primary);--prx-btn-border-color: var(--primary);--prx-btn-hover-bg-color: var(--bg-primary-hover);--prx-btn-hover-font-color: var(--btn-text-primary);--prx-btn-hover-border-color: var(--bg-primary-hover)}.btn-primary-subtle{--prx-btn-font-color: var(--white);--prx-btn-bg-color:var(--bg-primary);--prx-btn-border-color: var(--primary);--prx-btn-hover-bg-color: var(--bg-primary-hover);--prx-btn-hover-font-color: var(--btn-text-primary);--prx-btn-hover-border-color: var(--bg-primary-hover)}.btn-secondary{--prx-btn-font-color: var(--primary);--prx-btn-border-color: var(--primary);--prx-btn-hover-bg-color: var(--bg-primary-hover);--prx-btn-hover-font-color: var(--btn-text-primary);--prx-btn-hover-border-color: var(--primary)}.btn-secondary-subtle{--prx-btn-font-color: var(--white);--prx-btn-border-color: var(--white);--prx-btn-hover-bg-color: var(--bg-primary);--prx-btn-hover-font-color: var(--btn-text-primary);--prx-btn-hover-border-color: var(--btn-text-primary)}.btn-tertiary{--prx-btn-font-size: 14px;--prx-btn-padding: 11px 15px;--prx-btn-font-color: var(--btn-color-secondary);--prx-btn-bg-color:var(--bg-btn-light);--prx-btn-border-color: var(--bg-btn-light);--prx-btn-hover-bg-color: var(--bg-btn-light-hover);--prx-btn-hover-font-color: var(--btn-color-secondary);--prx-btn-hover-border-color: var(bg-btn-light-hover)}@media only screen and (max-width: 767px){.btn-tertiary{--prx-btn-padding: 9px 11px;--prx-btn-font-size: 12px}}.d-flex{display:-ms-flexbox;display:flex}.d-inline-flex{display:-ms-inline-flexbox;display:inline-flex}.flex-row{-ms-flex-direction:row;flex-direction:row}.flex-row-reverse{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-column{-ms-flex-direction:column;flex-direction:column}.flex-column-reverse{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.justify-content-start{-ms-flex-pack:start;justify-content:flex-start}.justify-content-end{-ms-flex-pack:end;justify-content:flex-end}.justify-content-center{-ms-flex-pack:center;justify-content:center}.justify-content-between{-ms-flex-pack:justify;justify-content:space-between}.justify-content-around{-ms-flex-pack:distribute;justify-content:space-around}.justify-content-evenly{-ms-flex-pack:space-evenly;justify-content:space-evenly}.flex-align-stretch{-ms-flex-align:stretch;align-items:stretch}.align-items-center{-ms-flex-align:center;align-items:center}.align-items-start{-ms-flex-align:start;align-items:start}.align-items-end{-ms-flex-align:end;align-items:end}.align-items-baseline{-ms-flex-align:baseline;align-items:baseline}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.flex-fit{min-width:0;-ms-flex:1 1 0%;flex:1 1 0%}:root{--font-family-primary: "Helvetica Neue", sans-serif;--font-family-secondary: "Cormorant Garamond", serif}.font-family-primary{font-family:var(--font-family-primary)}.font-family-secondary{font-family:var(--font-family-secondary)}h1,h2,h3{font-family:var(--font-family-secondary)}.font-title-xs{font-size:1.5rem;font-weight:700;line-height:1.3;color:var(--primary)}@media only screen and (max-width: 767px){.font-title-xs{font-size:1.25rem}}.font-title-small{font-size:3rem;font-weight:600;line-height:1.2;color:var(--primary)}@media only screen and (max-width: 1248px){.font-title-small{font-size:2.375rem}}@media only screen and (max-width: 767px){.font-title-small{font-size:1.75rem}}.font-title-medium{font-size:3.5rem;font-weight:700;line-height:1.2;color:var(--primary)}@media only screen and (max-width: 1248px){.font-title-medium{font-size:2.8125rem}}@media only screen and (max-width: 991px){.font-title-medium{font-size:2.1875rem}}@media only screen and (max-width: 767px){.font-title-medium{font-size:2rem}}.font-title-large{font-size:4.5rem;font-weight:500;line-height:1.2;color:var(--primary)}@media only screen and (max-width: 991px){.font-title-large{font-size:3rem}}@media only screen and (max-width: 767px){.font-title-large{font-size:2.5rem;line-height:44px}}.font-title-large-xl{font-size:5.5rem;font-weight:700;line-height:1.5;color:var(--primary)}@media only screen and (max-width: 1248px){.font-title-large-xl{font-size:4.375rem}}@media only screen and (max-width: 991px){.font-title-large-xl{font-size:3.125rem}}@media only screen and (max-width: 767px){.font-title-large-xl{font-size:2.75rem;line-height:1.2}}.font-body-xs{font-size:.875rem;font-weight:400;line-height:1.4;color:var(--text-primary)}@media only screen and (max-width: 767px){.font-body-xs{font-size:.8125rem}}.font-body-small{font-size:.9375rem;font-weight:400;line-height:1.3;color:var(--text-primary)}.font-body-medium{font-size:1.0625rem;font-weight:400;line-height:1.3;color:var(--text-primary)}@media only screen and (max-width: 767px){.font-body-medium{font-size:1rem}}.font-body-normal{font-size:1.25rem;font-weight:400;line-height:1.4;color:var(--text-primary)}.font-body-large{font-size:1.5rem;font-weight:500;line-height:1;color:var(--text-primary)}.font-body-large-xl{font-size:1.75rem;font-weight:400;line-height:1.4;color:var(--text-primary)}@media only screen and (max-width: 767px){.font-body-large-xl{font-size:1.5rem}}.font-bg-gradient{background:linear-gradient(91.6deg, #df993e 1.82%, #ffd7a3 60.68%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-center{text-align:center}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.line-height-15{line-height:1.5}.font-color-brand{color:var(--primary)}.font-color-accent{color:var(--accent)}.font-color-primary{color:var(--text-primary)}.font-color-secondary{color:var(--text-secondary)}.font-color-tertiary{color:var(--text-tertiary)}.font-color-title-primary{color:var(--secondary)}.font-color-footer-primary{color:var(--footer-text-primary)}.font-color-footer-secondary{color:var(--footer-text-secondary)}.font-color-footer-tertiary{color:var(--footer-text-tertiary)}.font-color-light{color:var(--white)}.font-color-text-primary{color:var(--text-block-primary)}.prx-p-0{padding:0rem !important}.prx-p-2{padding:.125rem !important}.prx-p-4{padding:.25rem !important}.prx-p-8{padding:.5rem !important}.prx-p-12{padding:.75rem !important}.prx-p-14{padding:.875rem !important}.prx-p-16{padding:1rem !important}.prx-p-18{padding:1.125rem !important}.prx-p-20{padding:1.25rem !important}.prx-p-22{padding:1.375rem !important}.prx-p-24{padding:1.5rem !important}.prx-pt-0{padding-top:0rem !important}.prx-pt-2{padding-top:.125rem !important}.prx-pt-4{padding-top:.25rem !important}.prx-pt-8{padding-top:.5rem !important}.prx-pt-12{padding-top:.75rem !important}.prx-pt-14{padding-top:.875rem !important}.prx-pt-16{padding-top:1rem !important}.prx-pt-18{padding-top:1.125rem !important}.prx-pt-20{padding-top:1.25rem !important}.prx-pt-22{padding-top:1.375rem !important}.prx-pt-24{padding-top:1.5rem !important}.prx-pr-0{padding-right:0rem !important}.prx-pr-2{padding-right:.125rem !important}.prx-pr-4{padding-right:.25rem !important}.prx-pr-8{padding-right:.5rem !important}.prx-pr-12{padding-right:.75rem !important}.prx-pr-14{padding-right:.875rem !important}.prx-pr-16{padding-right:1rem !important}.prx-pr-18{padding-right:1.125rem !important}.prx-pr-20{padding-right:1.25rem !important}.prx-pr-22{padding-right:1.375rem !important}.prx-pr-24{padding-right:1.5rem !important}.prx-pb-0{padding-bottom:0rem !important}.prx-pb-2{padding-bottom:.125rem !important}.prx-pb-4{padding-bottom:.25rem !important}.prx-pb-8{padding-bottom:.5rem !important}.prx-pb-12{padding-bottom:.75rem !important}.prx-pb-14{padding-bottom:.875rem !important}.prx-pb-16{padding-bottom:1rem !important}.prx-pb-18{padding-bottom:1.125rem !important}.prx-pb-20{padding-bottom:1.25rem !important}.prx-pb-22{padding-bottom:1.375rem !important}.prx-pb-24{padding-bottom:1.5rem !important}.prx-pl-0{padding-left:0rem !important}.prx-pl-2{padding-left:.125rem !important}.prx-pl-4{padding-left:.25rem !important}.prx-pl-8{padding-left:.5rem !important}.prx-pl-12{padding-left:.75rem !important}.prx-pl-14{padding-left:.875rem !important}.prx-pl-16{padding-left:1rem !important}.prx-pl-18{padding-left:1.125rem !important}.prx-pl-20{padding-left:1.25rem !important}.prx-pl-22{padding-left:1.375rem !important}.prx-pl-24{padding-left:1.5rem !important}.prx-m-0{margin:0rem !important}.prx-m-2{margin:.125rem !important}.prx-m-4{margin:.25rem !important}.prx-m-8{margin:.5rem !important}.prx-m-12{margin:.75rem !important}.prx-m-14{margin:.875rem !important}.prx-m-16{margin:1rem !important}.prx-m-18{margin:1.125rem !important}.prx-m-20{margin:1.25rem !important}.prx-m-22{margin:1.375rem !important}.prx-m-24{margin:1.5rem !important}.prx-mt-0{margin-top:0rem !important}.prx-mt-2{margin-top:.125rem !important}.prx-mt-4{margin-top:.25rem !important}.prx-mt-8{margin-top:.5rem !important}.prx-mt-12{margin-top:.75rem !important}.prx-mt-14{margin-top:.875rem !important}.prx-mt-16{margin-top:1rem !important}.prx-mt-18{margin-top:1.125rem !important}.prx-mt-20{margin-top:1.25rem !important}.prx-mt-22{margin-top:1.375rem !important}.prx-mt-24{margin-top:1.5rem !important}.prx-mr-0{margin-right:0rem !important}.prx-mr-2{margin-right:.125rem !important}.prx-mr-4{margin-right:.25rem !important}.prx-mr-8{margin-right:.5rem !important}.prx-mr-12{margin-right:.75rem !important}.prx-mr-14{margin-right:.875rem !important}.prx-mr-16{margin-right:1rem !important}.prx-mr-18{margin-right:1.125rem !important}.prx-mr-20{margin-right:1.25rem !important}.prx-mr-22{margin-right:1.375rem !important}.prx-mr-24{margin-right:1.5rem !important}.prx-mb-0{margin-bottom:0rem !important}.prx-mb-2{margin-bottom:.125rem !important}.prx-mb-4{margin-bottom:.25rem !important}.prx-mb-8{margin-bottom:.5rem !important}.prx-mb-12{margin-bottom:.75rem !important}.prx-mb-14{margin-bottom:.875rem !important}.prx-mb-16{margin-bottom:1rem !important}.prx-mb-18{margin-bottom:1.125rem !important}.prx-mb-20{margin-bottom:1.25rem !important}.prx-mb-22{margin-bottom:1.375rem !important}.prx-mb-24{margin-bottom:1.5rem !important}.prx-ml-0{margin-left:0rem !important}.prx-ml-2{margin-left:.125rem !important}.prx-ml-4{margin-left:.25rem !important}.prx-ml-8{margin-left:.5rem !important}.prx-ml-12{margin-left:.75rem !important}.prx-ml-14{margin-left:.875rem !important}.prx-ml-16{margin-left:1rem !important}.prx-ml-18{margin-left:1.125rem !important}.prx-ml-20{margin-left:1.25rem !important}.prx-ml-22{margin-left:1.375rem !important}.prx-ml-24{margin-left:1.5rem !important}.prx-column-gap-0{-moz-column-gap:0rem !important;column-gap:0rem !important}.prx-column-gap-2{-moz-column-gap:.125rem !important;column-gap:.125rem !important}.prx-column-gap-4{-moz-column-gap:.25rem !important;column-gap:.25rem !important}.prx-column-gap-8{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.prx-column-gap-12{-moz-column-gap:.75rem !important;column-gap:.75rem !important}.prx-column-gap-14{-moz-column-gap:.875rem !important;column-gap:.875rem !important}.prx-column-gap-16{-moz-column-gap:1rem !important;column-gap:1rem !important}.prx-column-gap-18{-moz-column-gap:1.125rem !important;column-gap:1.125rem !important}.prx-column-gap-20{-moz-column-gap:1.25rem !important;column-gap:1.25rem !important}.prx-column-gap-22{-moz-column-gap:1.375rem !important;column-gap:1.375rem !important}.prx-column-gap-24{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.prx-row-gap-0{row-gap:0rem !important}.prx-row-gap-2{row-gap:.125rem !important}.prx-row-gap-4{row-gap:.25rem !important}.prx-row-gap-8{row-gap:.5rem !important}.prx-row-gap-12{row-gap:.75rem !important}.prx-row-gap-14{row-gap:.875rem !important}.prx-row-gap-16{row-gap:1rem !important}.prx-row-gap-18{row-gap:1.125rem !important}.prx-row-gap-20{row-gap:1.25rem !important}.prx-row-gap-22{row-gap:1.375rem !important}.prx-row-gap-24{row-gap:1.5rem !important}.prx-m-auto{margin:auto !important}@media only screen and (min-width: 576px){.prx-p-sm-0{padding:0rem !important}.prx-p-sm-2{padding:.125rem !important}.prx-p-sm-4{padding:.25rem !important}.prx-p-sm-8{padding:.5rem !important}.prx-p-sm-12{padding:.75rem !important}.prx-p-sm-14{padding:.875rem !important}.prx-p-sm-16{padding:1rem !important}.prx-p-sm-18{padding:1.125rem !important}.prx-p-sm-20{padding:1.25rem !important}.prx-p-sm-24{padding:1.5rem !important}.prx-pt-sm-0{padding-top:0rem !important}.prx-pt-sm-2{padding-top:.125rem !important}.prx-pt-sm-4{padding-top:.25rem !important}.prx-pt-sm-8{padding-top:.5rem !important}.prx-pt-sm-12{padding-top:.75rem !important}.prx-pt-sm-14{padding-top:.875rem !important}.prx-pt-sm-16{padding-top:1rem !important}.prx-pt-sm-18{padding-top:1.125rem !important}.prx-pt-sm-20{padding-top:1.25rem !important}.prx-pt-sm-24{padding-top:1.5rem !important}.prx-pr-sm-0{padding-right:0rem !important}.prx-pr-sm-2{padding-right:.125rem !important}.prx-pr-sm-4{padding-right:.25rem !important}.prx-pr-sm-8{padding-right:.5rem !important}.prx-pr-sm-12{padding-right:.75rem !important}.prx-pr-sm-14{padding-right:.875rem !important}.prx-pr-sm-16{padding-right:1rem !important}.prx-pr-sm-18{padding-right:1.125rem !important}.prx-pr-sm-20{padding-right:1.25rem !important}.prx-pr-sm-24{padding-right:1.5rem !important}.prx-pb-sm-0{padding-bottom:0rem !important}.prx-pb-sm-2{padding-bottom:.125rem !important}.prx-pb-sm-4{padding-bottom:.25rem !important}.prx-pb-sm-8{padding-bottom:.5rem !important}.prx-pb-sm-12{padding-bottom:.75rem !important}.prx-pb-sm-14{padding-bottom:.875rem !important}.prx-pb-sm-16{padding-bottom:1rem !important}.prx-pb-sm-18{padding-bottom:1.125rem !important}.prx-pb-sm-20{padding-bottom:1.25rem !important}.prx-pb-sm-24{padding-bottom:1.5rem !important}.prx-pl-sm-0{padding-left:0rem !important}.prx-pl-sm-2{padding-left:.125rem !important}.prx-pl-sm-4{padding-left:.25rem !important}.prx-pl-sm-8{padding-left:.5rem !important}.prx-pl-sm-12{padding-left:.75rem !important}.prx-pl-sm-14{padding-left:.875rem !important}.prx-pl-sm-16{padding-left:1rem !important}.prx-pl-sm-18{padding-left:1.125rem !important}.prx-pl-sm-20{padding-left:1.25rem !important}.prx-pl-sm-24{padding-left:1.5rem !important}.prx-m-sm-0{margin:0rem !important}.prx-m-sm-2{margin:.125rem !important}.prx-m-sm-4{margin:.25rem !important}.prx-m-sm-8{margin:.5rem !important}.prx-m-sm-12{margin:.75rem !important}.prx-m-sm-14{margin:.875rem !important}.prx-m-sm-16{margin:1rem !important}.prx-m-sm-18{margin:1.125rem !important}.prx-m-sm-20{margin:1.25rem !important}.prx-m-sm-24{margin:1.5rem !important}.prx-mt-sm-0{margin-top:0rem !important}.prx-mt-sm-2{margin-top:.125rem !important}.prx-mt-sm-4{margin-top:.25rem !important}.prx-mt-sm-8{margin-top:.5rem !important}.prx-mt-sm-12{margin-top:.75rem !important}.prx-mt-sm-14{margin-top:.875rem !important}.prx-mt-sm-16{margin-top:1rem !important}.prx-mt-sm-18{margin-top:1.125rem !important}.prx-mt-sm-20{margin-top:1.25rem !important}.prx-mt-sm-24{margin-top:1.5rem !important}.prx-mr-sm-0{margin-right:0rem !important}.prx-mr-sm-2{margin-right:.125rem !important}.prx-mr-sm-4{margin-right:.25rem !important}.prx-mr-sm-8{margin-right:.5rem !important}.prx-mr-sm-12{margin-right:.75rem !important}.prx-mr-sm-14{margin-right:.875rem !important}.prx-mr-sm-16{margin-right:1rem !important}.prx-mr-sm-18{margin-right:1.125rem !important}.prx-mr-sm-20{margin-right:1.25rem !important}.prx-mr-sm-24{margin-right:1.5rem !important}.prx-mb-sm-0{margin-bottom:0rem !important}.prx-mb-sm-2{margin-bottom:.125rem !important}.prx-mb-sm-4{margin-bottom:.25rem !important}.prx-mb-sm-8{margin-bottom:.5rem !important}.prx-mb-sm-12{margin-bottom:.75rem !important}.prx-mb-sm-14{margin-bottom:.875rem !important}.prx-mb-sm-16{margin-bottom:1rem !important}.prx-mb-sm-18{margin-bottom:1.125rem !important}.prx-mb-sm-20{margin-bottom:1.25rem !important}.prx-mb-sm-24{margin-bottom:1.5rem !important}.prx-ml-sm-0{margin-left:0rem !important}.prx-ml-sm-2{margin-left:.125rem !important}.prx-ml-sm-4{margin-left:.25rem !important}.prx-ml-sm-8{margin-left:.5rem !important}.prx-ml-sm-12{margin-left:.75rem !important}.prx-ml-sm-14{margin-left:.875rem !important}.prx-ml-sm-16{margin-left:1rem !important}.prx-ml-sm-18{margin-left:1.125rem !important}.prx-ml-sm-20{margin-left:1.25rem !important}.prx-ml-sm-24{margin-left:1.5rem !important}.prx-column-gap-sm-0{-moz-column-gap:0rem !important;column-gap:0rem !important}.prx-column-gap-sm-2{-moz-column-gap:.125rem !important;column-gap:.125rem !important}.prx-column-gap-sm-4{-moz-column-gap:.25rem !important;column-gap:.25rem !important}.prx-column-gap-sm-8{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.prx-column-gap-sm-12{-moz-column-gap:.75rem !important;column-gap:.75rem !important}.prx-column-gap-sm-14{-moz-column-gap:.875rem !important;column-gap:.875rem !important}.prx-column-gap-sm-16{-moz-column-gap:1rem !important;column-gap:1rem !important}.prx-column-gap-sm-18{-moz-column-gap:1.125rem !important;column-gap:1.125rem !important}.prx-column-gap-sm-20{-moz-column-gap:1.25rem !important;column-gap:1.25rem !important}.prx-column-gap-sm-24{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.prx-row-gap-sm-0{row-gap:0rem !important}.prx-row-gap-sm-2{row-gap:.125rem !important}.prx-row-gap-sm-4{row-gap:.25rem !important}.prx-row-gap-sm-8{row-gap:.5rem !important}.prx-row-gap-sm-12{row-gap:.75rem !important}.prx-row-gap-sm-14{row-gap:.875rem !important}.prx-row-gap-sm-16{row-gap:1rem !important}.prx-row-gap-sm-18{row-gap:1.125rem !important}.prx-row-gap-sm-20{row-gap:1.25rem !important}.prx-row-gap-sm-24{row-gap:1.5rem !important}}@media only screen and (min-width: 768px){.prx-p-md-0{padding:0rem !important}.prx-p-md-2{padding:.125rem !important}.prx-p-md-4{padding:.25rem !important}.prx-p-md-8{padding:.5rem !important}.prx-p-md-12{padding:.75rem !important}.prx-p-md-14{padding:.875rem !important}.prx-p-md-16{padding:1rem !important}.prx-p-md-18{padding:1.125rem !important}.prx-p-md-20{padding:1.25rem !important}.prx-p-md-24{padding:1.5rem !important}.prx-pt-md-0{padding-top:0rem !important}.prx-pt-md-2{padding-top:.125rem !important}.prx-pt-md-4{padding-top:.25rem !important}.prx-pt-md-8{padding-top:.5rem !important}.prx-pt-md-12{padding-top:.75rem !important}.prx-pt-md-14{padding-top:.875rem !important}.prx-pt-md-16{padding-top:1rem !important}.prx-pt-md-18{padding-top:1.125rem !important}.prx-pt-md-20{padding-top:1.25rem !important}.prx-pt-md-24{padding-top:1.5rem !important}.prx-pr-md-0{padding-right:0rem !important}.prx-pr-md-2{padding-right:.125rem !important}.prx-pr-md-4{padding-right:.25rem !important}.prx-pr-md-8{padding-right:.5rem !important}.prx-pr-md-12{padding-right:.75rem !important}.prx-pr-md-14{padding-right:.875rem !important}.prx-pr-md-16{padding-right:1rem !important}.prx-pr-md-18{padding-right:1.125rem !important}.prx-pr-md-20{padding-right:1.25rem !important}.prx-pr-md-24{padding-right:1.5rem !important}.prx-pb-md-0{padding-bottom:0rem !important}.prx-pb-md-2{padding-bottom:.125rem !important}.prx-pb-md-4{padding-bottom:.25rem !important}.prx-pb-md-8{padding-bottom:.5rem !important}.prx-pb-md-12{padding-bottom:.75rem !important}.prx-pb-md-14{padding-bottom:.875rem !important}.prx-pb-md-16{padding-bottom:1rem !important}.prx-pb-md-18{padding-bottom:1.125rem !important}.prx-pb-md-20{padding-bottom:1.25rem !important}.prx-pb-md-24{padding-bottom:1.5rem !important}.prx-pl-md-0{padding-left:0rem !important}.prx-pl-md-2{padding-left:.125rem !important}.prx-pl-md-4{padding-left:.25rem !important}.prx-pl-md-8{padding-left:.5rem !important}.prx-pl-md-12{padding-left:.75rem !important}.prx-pl-md-14{padding-left:.875rem !important}.prx-pl-md-16{padding-left:1rem !important}.prx-pl-md-18{padding-left:1.125rem !important}.prx-pl-md-20{padding-left:1.25rem !important}.prx-pl-md-24{padding-left:1.5rem !important}.prx-m-md-0{margin:0rem !important}.prx-m-md-2{margin:.125rem !important}.prx-m-md-4{margin:.25rem !important}.prx-m-md-8{margin:.5rem !important}.prx-m-md-12{margin:.75rem !important}.prx-m-md-14{margin:.875rem !important}.prx-m-md-16{margin:1rem !important}.prx-m-md-18{margin:1.125rem !important}.prx-m-md-20{margin:1.25rem !important}.prx-m-md-24{margin:1.5rem !important}.prx-mt-md-0{margin-top:0rem !important}.prx-mt-md-2{margin-top:.125rem !important}.prx-mt-md-4{margin-top:.25rem !important}.prx-mt-md-8{margin-top:.5rem !important}.prx-mt-md-12{margin-top:.75rem !important}.prx-mt-md-14{margin-top:.875rem !important}.prx-mt-md-16{margin-top:1rem !important}.prx-mt-md-18{margin-top:1.125rem !important}.prx-mt-md-20{margin-top:1.25rem !important}.prx-mt-md-24{margin-top:1.5rem !important}.prx-mr-md-0{margin-right:0rem !important}.prx-mr-md-2{margin-right:.125rem !important}.prx-mr-md-4{margin-right:.25rem !important}.prx-mr-md-8{margin-right:.5rem !important}.prx-mr-md-12{margin-right:.75rem !important}.prx-mr-md-14{margin-right:.875rem !important}.prx-mr-md-16{margin-right:1rem !important}.prx-mr-md-18{margin-right:1.125rem !important}.prx-mr-md-20{margin-right:1.25rem !important}.prx-mr-md-24{margin-right:1.5rem !important}.prx-mb-md-0{margin-bottom:0rem !important}.prx-mb-md-2{margin-bottom:.125rem !important}.prx-mb-md-4{margin-bottom:.25rem !important}.prx-mb-md-8{margin-bottom:.5rem !important}.prx-mb-md-12{margin-bottom:.75rem !important}.prx-mb-md-14{margin-bottom:.875rem !important}.prx-mb-md-16{margin-bottom:1rem !important}.prx-mb-md-18{margin-bottom:1.125rem !important}.prx-mb-md-20{margin-bottom:1.25rem !important}.prx-mb-md-24{margin-bottom:1.5rem !important}.prx-ml-md-0{margin-left:0rem !important}.prx-ml-md-2{margin-left:.125rem !important}.prx-ml-md-4{margin-left:.25rem !important}.prx-ml-md-8{margin-left:.5rem !important}.prx-ml-md-12{margin-left:.75rem !important}.prx-ml-md-14{margin-left:.875rem !important}.prx-ml-md-16{margin-left:1rem !important}.prx-ml-md-18{margin-left:1.125rem !important}.prx-ml-md-20{margin-left:1.25rem !important}.prx-ml-md-24{margin-left:1.5rem !important}.prx-column-gap-md-0{-moz-column-gap:0rem !important;column-gap:0rem !important}.prx-column-gap-md-2{-moz-column-gap:.125rem !important;column-gap:.125rem !important}.prx-column-gap-md-4{-moz-column-gap:.25rem !important;column-gap:.25rem !important}.prx-column-gap-md-8{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.prx-column-gap-md-12{-moz-column-gap:.75rem !important;column-gap:.75rem !important}.prx-column-gap-md-14{-moz-column-gap:.875rem !important;column-gap:.875rem !important}.prx-column-gap-md-16{-moz-column-gap:1rem !important;column-gap:1rem !important}.prx-column-gap-md-18{-moz-column-gap:1.125rem !important;column-gap:1.125rem !important}.prx-column-gap-md-20{-moz-column-gap:1.25rem !important;column-gap:1.25rem !important}.prx-column-gap-md-24{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.prx-row-gap-md-0{row-gap:0rem !important}.prx-row-gap-md-2{row-gap:.125rem !important}.prx-row-gap-md-4{row-gap:.25rem !important}.prx-row-gap-md-8{row-gap:.5rem !important}.prx-row-gap-md-12{row-gap:.75rem !important}.prx-row-gap-md-14{row-gap:.875rem !important}.prx-row-gap-md-16{row-gap:1rem !important}.prx-row-gap-md-18{row-gap:1.125rem !important}.prx-row-gap-md-20{row-gap:1.25rem !important}.prx-row-gap-md-24{row-gap:1.5rem !important}}@media only screen and (min-width: 992px){.prx-p-lg-0{padding:0rem !important}.prx-p-lg-2{padding:.125rem !important}.prx-p-lg-4{padding:.25rem !important}.prx-p-lg-8{padding:.5rem !important}.prx-p-lg-12{padding:.75rem !important}.prx-p-lg-14{padding:.875rem !important}.prx-p-lg-16{padding:1rem !important}.prx-p-lg-18{padding:1.125rem !important}.prx-p-lg-20{padding:1.25rem !important}.prx-p-lg-24{padding:1.5rem !important}.prx-pt-lg-0{padding-top:0rem !important}.prx-pt-lg-2{padding-top:.125rem !important}.prx-pt-lg-4{padding-top:.25rem !important}.prx-pt-lg-8{padding-top:.5rem !important}.prx-pt-lg-12{padding-top:.75rem !important}.prx-pt-lg-14{padding-top:.875rem !important}.prx-pt-lg-16{padding-top:1rem !important}.prx-pt-lg-18{padding-top:1.125rem !important}.prx-pt-lg-20{padding-top:1.25rem !important}.prx-pt-lg-24{padding-top:1.5rem !important}.prx-pr-lg-0{padding-right:0rem !important}.prx-pr-lg-2{padding-right:.125rem !important}.prx-pr-lg-4{padding-right:.25rem !important}.prx-pr-lg-8{padding-right:.5rem !important}.prx-pr-lg-12{padding-right:.75rem !important}.prx-pr-lg-14{padding-right:.875rem !important}.prx-pr-lg-16{padding-right:1rem !important}.prx-pr-lg-18{padding-right:1.125rem !important}.prx-pr-lg-20{padding-right:1.25rem !important}.prx-pr-lg-24{padding-right:1.5rem !important}.prx-pb-lg-0{padding-bottom:0rem !important}.prx-pb-lg-2{padding-bottom:.125rem !important}.prx-pb-lg-4{padding-bottom:.25rem !important}.prx-pb-lg-8{padding-bottom:.5rem !important}.prx-pb-lg-12{padding-bottom:.75rem !important}.prx-pb-lg-14{padding-bottom:.875rem !important}.prx-pb-lg-16{padding-bottom:1rem !important}.prx-pb-lg-18{padding-bottom:1.125rem !important}.prx-pb-lg-20{padding-bottom:1.25rem !important}.prx-pb-lg-24{padding-bottom:1.5rem !important}.prx-pl-lg-0{padding-left:0rem !important}.prx-pl-lg-2{padding-left:.125rem !important}.prx-pl-lg-4{padding-left:.25rem !important}.prx-pl-lg-8{padding-left:.5rem !important}.prx-pl-lg-12{padding-left:.75rem !important}.prx-pl-lg-14{padding-left:.875rem !important}.prx-pl-lg-16{padding-left:1rem !important}.prx-pl-lg-18{padding-left:1.125rem !important}.prx-pl-lg-20{padding-left:1.25rem !important}.prx-pl-lg-24{padding-left:1.5rem !important}.prx-m-lg-0{margin:0rem !important}.prx-m-lg-2{margin:.125rem !important}.prx-m-lg-4{margin:.25rem !important}.prx-m-lg-8{margin:.5rem !important}.prx-m-lg-12{margin:.75rem !important}.prx-m-lg-14{margin:.875rem !important}.prx-m-lg-16{margin:1rem !important}.prx-m-lg-18{margin:1.125rem !important}.prx-m-lg-20{margin:1.25rem !important}.prx-m-lg-24{margin:1.5rem !important}.prx-mt-lg-0{margin-top:0rem !important}.prx-mt-lg-2{margin-top:.125rem !important}.prx-mt-lg-4{margin-top:.25rem !important}.prx-mt-lg-8{margin-top:.5rem !important}.prx-mt-lg-12{margin-top:.75rem !important}.prx-mt-lg-14{margin-top:.875rem !important}.prx-mt-lg-16{margin-top:1rem !important}.prx-mt-lg-18{margin-top:1.125rem !important}.prx-mt-lg-20{margin-top:1.25rem !important}.prx-mt-lg-24{margin-top:1.5rem !important}.prx-mr-lg-0{margin-right:0rem !important}.prx-mr-lg-2{margin-right:.125rem !important}.prx-mr-lg-4{margin-right:.25rem !important}.prx-mr-lg-8{margin-right:.5rem !important}.prx-mr-lg-12{margin-right:.75rem !important}.prx-mr-lg-14{margin-right:.875rem !important}.prx-mr-lg-16{margin-right:1rem !important}.prx-mr-lg-18{margin-right:1.125rem !important}.prx-mr-lg-20{margin-right:1.25rem !important}.prx-mr-lg-24{margin-right:1.5rem !important}.prx-mb-lg-0{margin-bottom:0rem !important}.prx-mb-lg-2{margin-bottom:.125rem !important}.prx-mb-lg-4{margin-bottom:.25rem !important}.prx-mb-lg-8{margin-bottom:.5rem !important}.prx-mb-lg-12{margin-bottom:.75rem !important}.prx-mb-lg-14{margin-bottom:.875rem !important}.prx-mb-lg-16{margin-bottom:1rem !important}.prx-mb-lg-18{margin-bottom:1.125rem !important}.prx-mb-lg-20{margin-bottom:1.25rem !important}.prx-mb-lg-24{margin-bottom:1.5rem !important}.prx-ml-lg-0{margin-left:0rem !important}.prx-ml-lg-2{margin-left:.125rem !important}.prx-ml-lg-4{margin-left:.25rem !important}.prx-ml-lg-8{margin-left:.5rem !important}.prx-ml-lg-12{margin-left:.75rem !important}.prx-ml-lg-14{margin-left:.875rem !important}.prx-ml-lg-16{margin-left:1rem !important}.prx-ml-lg-18{margin-left:1.125rem !important}.prx-ml-lg-20{margin-left:1.25rem !important}.prx-ml-lg-24{margin-left:1.5rem !important}.prx-column-gap-lg-0{-moz-column-gap:0rem !important;column-gap:0rem !important}.prx-column-gap-lg-2{-moz-column-gap:.125rem !important;column-gap:.125rem !important}.prx-column-gap-lg-4{-moz-column-gap:.25rem !important;column-gap:.25rem !important}.prx-column-gap-lg-8{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.prx-column-gap-lg-12{-moz-column-gap:.75rem !important;column-gap:.75rem !important}.prx-column-gap-lg-14{-moz-column-gap:.875rem !important;column-gap:.875rem !important}.prx-column-gap-lg-16{-moz-column-gap:1rem !important;column-gap:1rem !important}.prx-column-gap-lg-18{-moz-column-gap:1.125rem !important;column-gap:1.125rem !important}.prx-column-gap-lg-20{-moz-column-gap:1.25rem !important;column-gap:1.25rem !important}.prx-column-gap-lg-24{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.prx-row-gap-lg-0{row-gap:0rem !important}.prx-row-gap-lg-2{row-gap:.125rem !important}.prx-row-gap-lg-4{row-gap:.25rem !important}.prx-row-gap-lg-8{row-gap:.5rem !important}.prx-row-gap-lg-12{row-gap:.75rem !important}.prx-row-gap-lg-14{row-gap:.875rem !important}.prx-row-gap-lg-16{row-gap:1rem !important}.prx-row-gap-lg-18{row-gap:1.125rem !important}.prx-row-gap-lg-20{row-gap:1.25rem !important}.prx-row-gap-lg-24{row-gap:1.5rem !important}}.bg-primary{background-color:var(--bg-primary)}.bg-secondary{background-color:var(--bg-secondary)}.row{--row-gutter: 24px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:var(--row-gutter);margin:0 calc(-1*var(--row-gutter)/2)}.row [class*=row-col]{-ms-flex:1 0 0%;flex:1 0 0%;min-width:0;margin:0 calc(var(--row-gutter)/2)}.row .row-col-1{-ms-flex:0 0 calc(8.3333333333%*1 - var(--row-gutter));flex:0 0 calc(8.3333333333%*1 - var(--row-gutter));max-width:calc(8.3333333333%*1 - var(--row-gutter))}.row .row-col-2{-ms-flex:0 0 calc(8.3333333333%*2 - var(--row-gutter));flex:0 0 calc(8.3333333333%*2 - var(--row-gutter));max-width:calc(8.3333333333%*2 - var(--row-gutter))}.row .row-col-3{-ms-flex:0 0 calc(8.3333333333%*3 - var(--row-gutter));flex:0 0 calc(8.3333333333%*3 - var(--row-gutter));max-width:calc(8.3333333333%*3 - var(--row-gutter))}.row .row-col-4{-ms-flex:0 0 calc(8.3333333333%*4 - var(--row-gutter));flex:0 0 calc(8.3333333333%*4 - var(--row-gutter));max-width:calc(8.3333333333%*4 - var(--row-gutter))}.row .row-col-5{-ms-flex:0 0 calc(8.3333333333%*5 - var(--row-gutter));flex:0 0 calc(8.3333333333%*5 - var(--row-gutter));max-width:calc(8.3333333333%*5 - var(--row-gutter))}.row .row-col-6{-ms-flex:0 0 calc(8.3333333333%*6 - var(--row-gutter));flex:0 0 calc(8.3333333333%*6 - var(--row-gutter));max-width:calc(8.3333333333%*6 - var(--row-gutter))}.row .row-col-7{-ms-flex:0 0 calc(8.3333333333%*7 - var(--row-gutter));flex:0 0 calc(8.3333333333%*7 - var(--row-gutter));max-width:calc(8.3333333333%*7 - var(--row-gutter))}.row .row-col-8{-ms-flex:0 0 calc(8.3333333333%*8 - var(--row-gutter));flex:0 0 calc(8.3333333333%*8 - var(--row-gutter));max-width:calc(8.3333333333%*8 - var(--row-gutter))}.row .row-col-9{-ms-flex:0 0 calc(8.3333333333%*9 - var(--row-gutter));flex:0 0 calc(8.3333333333%*9 - var(--row-gutter));max-width:calc(8.3333333333%*9 - var(--row-gutter))}.row .row-col-10{-ms-flex:0 0 calc(8.3333333333%*10 - var(--row-gutter));flex:0 0 calc(8.3333333333%*10 - var(--row-gutter));max-width:calc(8.3333333333%*10 - var(--row-gutter))}.row .row-col-11{-ms-flex:0 0 calc(8.3333333333%*11 - var(--row-gutter));flex:0 0 calc(8.3333333333%*11 - var(--row-gutter));max-width:calc(8.3333333333%*11 - var(--row-gutter))}.row .row-col-12{-ms-flex:0 0 calc(8.3333333333%*12 - var(--row-gutter));flex:0 0 calc(8.3333333333%*12 - var(--row-gutter));max-width:calc(8.3333333333%*12 - var(--row-gutter))}@media only screen and (min-width: 576px){.row .row-col-xs-1{-ms-flex:0 0 calc(8.3333333333%*1 - var(--row-gutter));flex:0 0 calc(8.3333333333%*1 - var(--row-gutter));max-width:calc(8.3333333333%*1 - var(--row-gutter))}.row .row-col-xs-2{-ms-flex:0 0 calc(8.3333333333%*2 - var(--row-gutter));flex:0 0 calc(8.3333333333%*2 - var(--row-gutter));max-width:calc(8.3333333333%*2 - var(--row-gutter))}.row .row-col-xs-3{-ms-flex:0 0 calc(8.3333333333%*3 - var(--row-gutter));flex:0 0 calc(8.3333333333%*3 - var(--row-gutter));max-width:calc(8.3333333333%*3 - var(--row-gutter))}.row .row-col-xs-4{-ms-flex:0 0 calc(8.3333333333%*4 - var(--row-gutter));flex:0 0 calc(8.3333333333%*4 - var(--row-gutter));max-width:calc(8.3333333333%*4 - var(--row-gutter))}.row .row-col-xs-5{-ms-flex:0 0 calc(8.3333333333%*5 - var(--row-gutter));flex:0 0 calc(8.3333333333%*5 - var(--row-gutter));max-width:calc(8.3333333333%*5 - var(--row-gutter))}.row .row-col-xs-6{-ms-flex:0 0 calc(8.3333333333%*6 - var(--row-gutter));flex:0 0 calc(8.3333333333%*6 - var(--row-gutter));max-width:calc(8.3333333333%*6 - var(--row-gutter))}.row .row-col-xs-7{-ms-flex:0 0 calc(8.3333333333%*7 - var(--row-gutter));flex:0 0 calc(8.3333333333%*7 - var(--row-gutter));max-width:calc(8.3333333333%*7 - var(--row-gutter))}.row .row-col-xs-8{-ms-flex:0 0 calc(8.3333333333%*8 - var(--row-gutter));flex:0 0 calc(8.3333333333%*8 - var(--row-gutter));max-width:calc(8.3333333333%*8 - var(--row-gutter))}.row .row-col-xs-9{-ms-flex:0 0 calc(8.3333333333%*9 - var(--row-gutter));flex:0 0 calc(8.3333333333%*9 - var(--row-gutter));max-width:calc(8.3333333333%*9 - var(--row-gutter))}.row .row-col-xs-10{-ms-flex:0 0 calc(8.3333333333%*10 - var(--row-gutter));flex:0 0 calc(8.3333333333%*10 - var(--row-gutter));max-width:calc(8.3333333333%*10 - var(--row-gutter))}.row .row-col-xs-11{-ms-flex:0 0 calc(8.3333333333%*11 - var(--row-gutter));flex:0 0 calc(8.3333333333%*11 - var(--row-gutter));max-width:calc(8.3333333333%*11 - var(--row-gutter))}.row .row-col-xs-12{-ms-flex:0 0 calc(8.3333333333%*12 - var(--row-gutter));flex:0 0 calc(8.3333333333%*12 - var(--row-gutter));max-width:calc(8.3333333333%*12 - var(--row-gutter))}}@media only screen and (min-width: 768px){.row .row-col-sm-1{-ms-flex:0 0 calc(8.3333333333%*1 - var(--row-gutter));flex:0 0 calc(8.3333333333%*1 - var(--row-gutter));max-width:calc(8.3333333333%*1 - var(--row-gutter))}.row .row-col-sm-2{-ms-flex:0 0 calc(8.3333333333%*2 - var(--row-gutter));flex:0 0 calc(8.3333333333%*2 - var(--row-gutter));max-width:calc(8.3333333333%*2 - var(--row-gutter))}.row .row-col-sm-3{-ms-flex:0 0 calc(8.3333333333%*3 - var(--row-gutter));flex:0 0 calc(8.3333333333%*3 - var(--row-gutter));max-width:calc(8.3333333333%*3 - var(--row-gutter))}.row .row-col-sm-4{-ms-flex:0 0 calc(8.3333333333%*4 - var(--row-gutter));flex:0 0 calc(8.3333333333%*4 - var(--row-gutter));max-width:calc(8.3333333333%*4 - var(--row-gutter))}.row .row-col-sm-5{-ms-flex:0 0 calc(8.3333333333%*5 - var(--row-gutter));flex:0 0 calc(8.3333333333%*5 - var(--row-gutter));max-width:calc(8.3333333333%*5 - var(--row-gutter))}.row .row-col-sm-6{-ms-flex:0 0 calc(8.3333333333%*6 - var(--row-gutter));flex:0 0 calc(8.3333333333%*6 - var(--row-gutter));max-width:calc(8.3333333333%*6 - var(--row-gutter))}.row .row-col-sm-7{-ms-flex:0 0 calc(8.3333333333%*7 - var(--row-gutter));flex:0 0 calc(8.3333333333%*7 - var(--row-gutter));max-width:calc(8.3333333333%*7 - var(--row-gutter))}.row .row-col-sm-8{-ms-flex:0 0 calc(8.3333333333%*8 - var(--row-gutter));flex:0 0 calc(8.3333333333%*8 - var(--row-gutter));max-width:calc(8.3333333333%*8 - var(--row-gutter))}.row .row-col-sm-9{-ms-flex:0 0 calc(8.3333333333%*9 - var(--row-gutter));flex:0 0 calc(8.3333333333%*9 - var(--row-gutter));max-width:calc(8.3333333333%*9 - var(--row-gutter))}.row .row-col-sm-10{-ms-flex:0 0 calc(8.3333333333%*10 - var(--row-gutter));flex:0 0 calc(8.3333333333%*10 - var(--row-gutter));max-width:calc(8.3333333333%*10 - var(--row-gutter))}.row .row-col-sm-11{-ms-flex:0 0 calc(8.3333333333%*11 - var(--row-gutter));flex:0 0 calc(8.3333333333%*11 - var(--row-gutter));max-width:calc(8.3333333333%*11 - var(--row-gutter))}.row .row-col-sm-12{-ms-flex:0 0 calc(8.3333333333%*12 - var(--row-gutter));flex:0 0 calc(8.3333333333%*12 - var(--row-gutter));max-width:calc(8.3333333333%*12 - var(--row-gutter))}}@media only screen and (min-width: 992px){.row .row-col-md-1{-ms-flex:0 0 calc(8.3333333333%*1 - var(--row-gutter));flex:0 0 calc(8.3333333333%*1 - var(--row-gutter));max-width:calc(8.3333333333%*1 - var(--row-gutter))}.row .row-col-md-2{-ms-flex:0 0 calc(8.3333333333%*2 - var(--row-gutter));flex:0 0 calc(8.3333333333%*2 - var(--row-gutter));max-width:calc(8.3333333333%*2 - var(--row-gutter))}.row .row-col-md-3{-ms-flex:0 0 calc(8.3333333333%*3 - var(--row-gutter));flex:0 0 calc(8.3333333333%*3 - var(--row-gutter));max-width:calc(8.3333333333%*3 - var(--row-gutter))}.row .row-col-md-4{-ms-flex:0 0 calc(8.3333333333%*4 - var(--row-gutter));flex:0 0 calc(8.3333333333%*4 - var(--row-gutter));max-width:calc(8.3333333333%*4 - var(--row-gutter))}.row .row-col-md-5{-ms-flex:0 0 calc(8.3333333333%*5 - var(--row-gutter));flex:0 0 calc(8.3333333333%*5 - var(--row-gutter));max-width:calc(8.3333333333%*5 - var(--row-gutter))}.row .row-col-md-6{-ms-flex:0 0 calc(8.3333333333%*6 - var(--row-gutter));flex:0 0 calc(8.3333333333%*6 - var(--row-gutter));max-width:calc(8.3333333333%*6 - var(--row-gutter))}.row .row-col-md-7{-ms-flex:0 0 calc(8.3333333333%*7 - var(--row-gutter));flex:0 0 calc(8.3333333333%*7 - var(--row-gutter));max-width:calc(8.3333333333%*7 - var(--row-gutter))}.row .row-col-md-8{-ms-flex:0 0 calc(8.3333333333%*8 - var(--row-gutter));flex:0 0 calc(8.3333333333%*8 - var(--row-gutter));max-width:calc(8.3333333333%*8 - var(--row-gutter))}.row .row-col-md-9{-ms-flex:0 0 calc(8.3333333333%*9 - var(--row-gutter));flex:0 0 calc(8.3333333333%*9 - var(--row-gutter));max-width:calc(8.3333333333%*9 - var(--row-gutter))}.row .row-col-md-10{-ms-flex:0 0 calc(8.3333333333%*10 - var(--row-gutter));flex:0 0 calc(8.3333333333%*10 - var(--row-gutter));max-width:calc(8.3333333333%*10 - var(--row-gutter))}.row .row-col-md-11{-ms-flex:0 0 calc(8.3333333333%*11 - var(--row-gutter));flex:0 0 calc(8.3333333333%*11 - var(--row-gutter));max-width:calc(8.3333333333%*11 - var(--row-gutter))}.row .row-col-md-12{-ms-flex:0 0 calc(8.3333333333%*12 - var(--row-gutter));flex:0 0 calc(8.3333333333%*12 - var(--row-gutter));max-width:calc(8.3333333333%*12 - var(--row-gutter))}}@media only screen and (min-width: 1249px){.row .row-col-lg-1{-ms-flex:0 0 calc(8.3333333333%*1 - var(--row-gutter));flex:0 0 calc(8.3333333333%*1 - var(--row-gutter));max-width:calc(8.3333333333%*1 - var(--row-gutter))}.row .row-col-lg-2{-ms-flex:0 0 calc(8.3333333333%*2 - var(--row-gutter));flex:0 0 calc(8.3333333333%*2 - var(--row-gutter));max-width:calc(8.3333333333%*2 - var(--row-gutter))}.row .row-col-lg-3{-ms-flex:0 0 calc(8.3333333333%*3 - var(--row-gutter));flex:0 0 calc(8.3333333333%*3 - var(--row-gutter));max-width:calc(8.3333333333%*3 - var(--row-gutter))}.row .row-col-lg-4{-ms-flex:0 0 calc(8.3333333333%*4 - var(--row-gutter));flex:0 0 calc(8.3333333333%*4 - var(--row-gutter));max-width:calc(8.3333333333%*4 - var(--row-gutter))}.row .row-col-lg-5{-ms-flex:0 0 calc(8.3333333333%*5 - var(--row-gutter));flex:0 0 calc(8.3333333333%*5 - var(--row-gutter));max-width:calc(8.3333333333%*5 - var(--row-gutter))}.row .row-col-lg-6{-ms-flex:0 0 calc(8.3333333333%*6 - var(--row-gutter));flex:0 0 calc(8.3333333333%*6 - var(--row-gutter));max-width:calc(8.3333333333%*6 - var(--row-gutter))}.row .row-col-lg-7{-ms-flex:0 0 calc(8.3333333333%*7 - var(--row-gutter));flex:0 0 calc(8.3333333333%*7 - var(--row-gutter));max-width:calc(8.3333333333%*7 - var(--row-gutter))}.row .row-col-lg-8{-ms-flex:0 0 calc(8.3333333333%*8 - var(--row-gutter));flex:0 0 calc(8.3333333333%*8 - var(--row-gutter));max-width:calc(8.3333333333%*8 - var(--row-gutter))}.row .row-col-lg-9{-ms-flex:0 0 calc(8.3333333333%*9 - var(--row-gutter));flex:0 0 calc(8.3333333333%*9 - var(--row-gutter));max-width:calc(8.3333333333%*9 - var(--row-gutter))}.row .row-col-lg-10{-ms-flex:0 0 calc(8.3333333333%*10 - var(--row-gutter));flex:0 0 calc(8.3333333333%*10 - var(--row-gutter));max-width:calc(8.3333333333%*10 - var(--row-gutter))}.row .row-col-lg-11{-ms-flex:0 0 calc(8.3333333333%*11 - var(--row-gutter));flex:0 0 calc(8.3333333333%*11 - var(--row-gutter));max-width:calc(8.3333333333%*11 - var(--row-gutter))}.row .row-col-lg-12{-ms-flex:0 0 calc(8.3333333333%*12 - var(--row-gutter));flex:0 0 calc(8.3333333333%*12 - var(--row-gutter));max-width:calc(8.3333333333%*12 - var(--row-gutter))}}.row.row-gutter-8{--row-gutter: 8px}.row.row-gutter-16{--row-gutter: 16px}.row.row-gutter-20{--row-gutter: 20px}.d-block{display:block}.d-none{display:none}.cursor-pointer{cursor:pointer}.header{position:fixed;top:0;width:100%;transition:all .4s;z-index:100;background-image:url("../images/header-bg.svg");background-repeat:no-repeat;background-size:contain;background-position:0 bottom}@media only screen and (max-width: 991px){.header{background-image:none}}.header .header-wrapper{padding:2rem 2.5rem 1.5625rem 2.5rem;transition:.3s}@media only screen and (max-width: 991px){.header .header-wrapper{padding:1.5rem 1.875rem}}@media only screen and (max-width: 767px){.header .header-wrapper{padding:2.5rem 1rem 1.25rem 1rem}}.header .site-logo{min-width:8.9375rem;max-width:8.9375rem;margin-top:.3125rem}@media only screen and (max-width: 991px){.header .site-logo{margin-top:0}}@media only screen and (max-width: 767px){.header .site-logo{min-width:6.125rem;max-width:6.125rem}}.header-navbar .nav-link{margin:0 1.375rem;transition:.3s}@media only screen and (max-width: 991px){.header-navbar .nav-link{margin:0 1rem}}@media only screen and (max-width: 767px){.header-navbar .nav-link{margin:0}}.header-navbar .nav-link:hover{color:var(--accent);font-weight:500}.header.header-hide{transform:translateY(-140px)}.header .lang-selection{margin-left:1.375rem}@media only screen and (max-width: 767px){.header .lang-selection{margin-left:0}}.header.scrolled{background-color:var(--bg-primary);background-image:none}.header.scrolled .header-wrapper{padding-top:.875rem;padding-bottom:.875rem}.header.scrolled .header-wrapper .navbar{-ms-flex-align:center;align-items:center}.header.scrolled .header-wrapper .site-logo{margin-top:0}.burger{position:relative;background:none;width:1.0625rem;height:.75rem;border:none;outline:none;opacity:0;margin-left:auto;visibility:hidden;pointer-events:none;transition:.3s;cursor:pointer}.burger-line{display:block;position:absolute;background-color:var(--white);width:100%;height:.0625rem;left:0;opacity:1;transition:.3s}.burger-line:nth-child(1){top:0}.burger-line:nth-child(2){top:.375rem}.burger-line:nth-child(3){bottom:0}.burger.is-active{position:absolute;top:3rem;right:1rem;padding:.625rem}.burger.is-active .burger-line:nth-child(1){top:.375rem;transform:rotate(45deg)}.burger.is-active .burger-line:nth-child(2){transform:rotate(-45deg)}.burger.is-active .burger-line:nth-child(3){display:none}@media only screen and (max-width: 767px){.navbar .header-navbar{-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;background:var(--bg-primary);padding:2.75rem 0;opacity:0;visibility:hidden;overflow:hidden;transition:all .4s ease;transform:translateY(-20px)}.navbar .header-navbar.is-active{opacity:1;visibility:visible;transform:translateY(0)}.navbar .header-navbar .site-navbar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center;width:100%;height:-webkit-fill-available;overflow-y:auto;padding:0 1rem}.navbar .header-navbar .site-navbar .link-item{width:100%}.navbar .header-navbar .site-navbar .nav-link{display:block;font-size:1.5rem;padding:.75rem 0}.navbar .burger{opacity:1;visibility:visible;pointer-events:all;z-index:5}.navbar .lang-selection{margin-top:.75rem}}.scroll-inactive{overflow:hidden;height:100vh}.footer{background-color:var(--bg-primary);background-image:url("../images/footer-btm-bg.png");width:100%;background-repeat:no-repeat;background-size:contain;background-position:0 bottom}@media only screen and (max-width: 575px){.footer{background-image:url("../images/footer-btm-bg-resp.png")}}.footer .footer-top{padding-top:3.75rem}@media only screen and (max-width: 575px){.footer .footer-top{padding-top:2.5rem}}.footer .footer-top .footer-info{max-width:79.5rem;margin:auto;-ms-flex-direction:column;flex-direction:column;background-image:url("../images/footer-top-bg.png");background-repeat:no-repeat;background-size:contain;background-position:0 bottom;padding-bottom:2.5rem}@media only screen and (max-width: 575px){.footer .footer-top .footer-info{background-image:none;-ms-flex-align:start;align-items:flex-start;padding-bottom:0}}.footer .footer-top .footer-logo{min-width:9.4375rem;max-width:9.4375rem}@media only screen and (max-width: 575px){.footer .footer-top .footer-logo{min-width:6.6875rem;max-width:6.6875rem}}.footer .footer-top .footer-para{max-width:24.625rem}@media only screen and (max-width: 575px){.footer .footer-top .footer-para{max-width:15.9375rem;text-align:left}}.footer .footer-top .footer-link-set{padding-top:2.125rem;-moz-column-gap:3.5rem;column-gap:3.5rem}@media only screen and (max-width: 767px){.footer .footer-top .footer-link-set{-moz-column-gap:2.1875rem;column-gap:2.1875rem}}@media only screen and (max-width: 575px){.footer .footer-top .footer-link-set{width:100%;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:1.5rem;-moz-column-gap:0;column-gap:0;row-gap:1rem}}@media only screen and (max-width: 575px){.footer .footer-top .footer-link-set .footer-link-list{width:calc(33.3333333333% - 12px)}}.footer .footer-link{white-space:nowrap;transition:all .4s}.footer .footer-link:hover{color:var(--accent)}.footer .footer-btm .sub-footer-btm{max-width:79.5rem;margin:auto;padding-bottom:1.5rem}@media only screen and (max-width: 575px){.footer .footer-btm .sub-footer-btm{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;padding-bottom:2.5rem;gap:1.5rem}}.footer .footer-btm-lft{-moz-column-gap:2.5rem;column-gap:2.5rem}@media only screen and (max-width: 575px){.footer .footer-btm-lft{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;row-gap:1.5rem}}.footer .footer-btm .social-media-list{-moz-column-gap:1rem;column-gap:1rem}.footer .footer-btm .social-media-list .social-media-icons{min-width:1.5rem;max-width:1.5rem;min-height:1.5rem;max-height:1.5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.footer .lang-selection .select2-container--open .select2-dropdown{left:inherit}@media only screen and (max-width: 575px){.footer .select-parent{border:1px solid var(--white);padding:.5rem .75rem}.footer .select2-selection__rendered span{font-size:.8125rem !important;margin-right:.25rem}}.sub-title-text{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.sub-title-text .btn{margin-top:2.5rem}@media only screen and (max-width: 991px){.sub-title-text .btn{margin-top:1.25rem}}.select-parent{position:relative}.select-parent .select2-container--open{left:0;right:0}.select2-container--default .select2-selection--single{height:auto;border-radius:0;border:none;background:rgba(0,0,0,0);transition:all .35s}.select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0}.select2-container--default .select2-selection--single .select2-selection__rendered span{transition:all .35s}@media only screen and (max-width: 767px){.select2-container--default .select2-selection--single .select2-selection__rendered span{font-size:1.5rem;margin-right:.5rem}}.select2-container--default .select2-selection--single:hover span{color:var(--accent)}.select2-container--default .select2-selection--single .select2-selection__arrow{height:auto;background-repeat:no-repeat;background-position:center;top:0;bottom:0;right:0;transition:all .4s}.select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}.select2-container--default .select2-results{min-width:9.75rem;white-space:nowrap}.select2-container--default .select2-results>.select2-results__options{background-color:#000b6c;max-height:-moz-max-content;max-height:max-content;padding:.5rem}.select2-container--default .select2-results__option--selected{color:#ffd7a3}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option.select2-results__option--selected{background-color:rgba(0,0,0,0);color:#ffd7a3;transition:all .4s}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:.9375rem;right:auto}.select2-dropdown{background:#fff;border:0;overflow:hidden}.select2-results__options{padding:0}.select2-results__options .select2-results__option{font-weight:400;font-size:.875rem;line-height:20px;color:#fff;padding:.5rem;transition:all .4s}.select2-results__options .select2-results__option span{font-size:em(14);transition:color .3s}.select2-container--open .select2-dropdown{top:8px;left:1px;min-width:9.75rem !important;border-radius:0 !important}.select2-container--open .select2-dropdown.select2-dropdown--above{top:-9px;margin:0}.select2-container--open .select2-selection--multiple,.select2-container--open .select2-search--inline .select2-search__field{cursor:text}.select2-container--open .select2-selection--multiple::before{transform:rotate(-180deg)}.select2-container--open .select2-selection__arrow{transform:rotate(-180deg)}.lang-selection{width:2.3125rem}.lang-selection .select2-container--open .select2-dropdown{left:auto;right:0}@media only screen and (max-width: 767px){.lang-selection .select2-container--open .select2-dropdown{left:0;box-shadow:#000663 0px 7px 12px 3px}}.plain-select .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url("data:image/svg+xml,%3Csvg width='17' height='8' viewBox='0 0 17 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2120_3371)'%3E%3Cpath d='M8.41992 6.99999C8.35435 7.00079 8.28933 6.98786 8.22905 6.96202C8.16877 6.93619 8.11457 6.89803 8.06992 6.84999L3.56992 2.34999C3.36992 2.14999 3.36992 1.83999 3.56992 1.63999C3.76992 1.43999 4.07992 1.43999 4.27992 1.63999L8.42992 5.78999L12.5699 1.64999C12.7699 1.44999 13.0799 1.44999 13.2799 1.64999C13.4799 1.84999 13.4799 2.15999 13.2799 2.35999L8.77992 6.85999C8.67992 6.95999 8.54992 7.00999 8.42992 7.00999L8.41992 6.99999Z' fill='%23B4B4BE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2120_3371'%3E%3Crect width='16' height='7' fill='white' transform='translate(0.419922 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:1rem}@media only screen and (max-width: 767px){.plain-select .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.81428 9.4837C8.70737 9.485 8.60136 9.46391 8.50308 9.42179C8.4048 9.37967 8.31642 9.31745 8.24363 9.23913L0.906675 1.90217C0.580588 1.57609 0.580588 1.07065 0.906675 0.744565C1.23276 0.418478 1.7382 0.418478 2.06428 0.744565L8.83059 7.51087L15.5806 0.76087C15.9067 0.434783 16.4121 0.434783 16.7382 0.76087C17.0643 1.08696 17.0643 1.59239 16.7382 1.91848L9.40124 9.25543C9.2382 9.41848 9.02624 9.5 8.83059 9.5L8.81428 9.4837Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A")}}@media only screen and (max-width: 767px){.owl-carousel .owl-stage{display:-ms-flexbox;display:flex}}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next{position:absolute;transform:translate(0% -50%) !important;transition:all .4s}@media only screen and (max-width: 767px){.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next{display:none}}.owl-carousel .owl-nav .owl-prev span,.owl-carousel .owl-nav .owl-next span{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:3.4375rem;height:3.4375rem;border:1px solid var(--bg-primary-hover);background-color:var(--bg-primary-hover);background-image:url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.642277 6.71596C0.641249 6.80027 0.657876 6.88386 0.691091 6.96137C0.724306 7.03887 0.773372 7.10856 0.835134 7.16596L6.62085 12.9517C6.87799 13.2088 7.27656 13.2088 7.53371 12.9517C7.79085 12.6945 7.79085 12.296 7.53371 12.0388L2.19799 6.7031L7.52085 1.38025C7.77799 1.1231 7.77799 0.724531 7.52085 0.467388C7.26371 0.210245 6.86513 0.210245 6.60799 0.467388L0.822277 6.2531C0.693705 6.38167 0.629419 6.54882 0.629419 6.7031L0.642277 6.71596Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat !important;background-size:8px;background-position:center !important;font-size:0}@media only screen and (max-width: 767px){.owl-carousel .owl-nav .owl-prev span,.owl-carousel .owl-nav .owl-next span{width:1.875rem;height:1.875rem}}.owl-carousel .owl-nav .owl-prev.disabled,.owl-carousel .owl-nav .owl-next.disabled{opacity:0;cursor:not-allowed}.owl-carousel .owl-nav .owl-next span{transform:rotate(180deg)}.nav-on-hover .owl-nav .owl-prev,.nav-on-hover .owl-nav .owl-next{position:absolute;top:calc(50% - 96.5px)}.nav-on-hover .owl-nav .owl-prev{left:-20px}.nav-on-hover .owl-nav .owl-next{right:var(--_left-sec-width)}.card-content{margin:auto;-moz-column-gap:1.4375rem;column-gap:1.4375rem}@media only screen and (max-width: 767px){.card-content{-ms-flex-direction:column;flex-direction:column;-moz-column-gap:0;column-gap:0;row-gap:1.25rem}}.card-content-item{overflow:hidden;width:33.3333333333%}@media only screen and (max-width: 767px){.card-content-item{width:100%}}.card-item-img{transition:.35s}.card-item-content{border:1px solid rgba(0,0,0,0);border-top:none;transition:.35s}.card-item-para{max-width:15.8125rem}.card-item-arrow{min-width:1.875rem;max-width:1.875rem}.card-content-item{transition:transform .35s ease-in-out}.card-content-item-link{transition:transform .35s ease-in-out}.card-content-item .card-item-img{position:relative;overflow:hidden;transition:transform .35s ease-in-out}.card-content-item .card-img-item{transition:transform .35s ease-in-out}.card-content-item .card-item-img::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:70%;background:linear-gradient(180deg, rgba(4, 4, 42, 0) 25%, #04042A 94%);opacity:.5;z-index:1;transition:all .35s ease-in-out}.card-content-item:hover .card-item-img::before{height:110%;opacity:1}.card-content-item:hover .card-img-item{transform:scale(1.17);transition:transform .35s ease-in-out}.card-content-item:hover .card-item-content{border-color:var(--border-secondary);padding-left:1.25rem;padding-right:1.25rem}.video-btn-group{margin-top:2.5rem}@media only screen and (max-width: 767px){.video-btn-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:0rem;margin-bottom:8.875rem;padding:0}}.video-container-box{position:relative;width:100%;background-image:url("../images/program-bg.png");background-repeat:no-repeat;background-size:contain;background-position:center}@media only screen and (max-width: 767px){.video-container-box{-ms-flex-order:2;order:2}}.testimonial-video{max-width:50.375rem;margin:auto}@media only screen and (max-width: 991px){.testimonial-video{padding:0 1.875rem}}@media only screen and (max-width: 767px){.testimonial-video{padding:0 1rem}}.testimonial-video .short-video-wrapper{margin:0 auto;width:100%;height:28.875rem;position:relative}@media only screen and (max-width: 767px){.testimonial-video .short-video-wrapper{height:12.25rem}}.testimonial-video .short-video-wrapper .video-box{background-image:url("../images/yt-img.png");background-size:cover;width:100%;height:100%}.testimonial-video .short-video-wrapper .video-play-icon{background:no-repeat;-webkit-backdrop-filter:none;backdrop-filter:none;position:absolute;inset:0;min-width:100%;min-height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;cursor:pointer}@media only screen and (max-width: 767px){.testimonial-video .short-video-wrapper .video-play-icon svg{max-width:40px}}.show-Video-popup{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(21,20,26,.8);opacity:0;visibility:hidden;transition:.35s ease-in-out;z-index:999}.show-Video-popup.popup-active{opacity:1;visibility:visible}.show-Video-popup .popup-close{display:-ms-flexbox;display:flex;position:absolute;top:25px;right:25px;min-width:25px;max-width:25px;height:25px;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;transition:all .3s}.show-Video-popup .popup-close:hover{opacity:.7}.show-Video-popup .popup-content-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;max-width:80vw;min-width:80vw;min-height:100vh;max-height:100vh;padding:2.5rem 0;margin:0 auto;overflow:hidden}.show-Video-popup .video-box{position:relative;min-width:95%;overflow:hidden}@media only screen and (max-width: 767px){.show-Video-popup .video-box{padding:0;width:calc(100% - 32px)}}.show-Video-popup .video-box::before{display:block;content:"";padding-top:56.25%}.show-Video-popup .video-box iframe,.show-Video-popup .video-box video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.carousel-wrapper{-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;margin-right:calc(-1*var(--_left-sec-width));transition:all .4s}.events-slider .owl-stage{display:-ms-flexbox;display:flex;padding-left:0 !important}.events-slider .owl-stage .owl-item .item,.events-slider .owl-stage .owl-item .event-card{width:327px;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 992px){.events-slider .owl-stage .owl-item .item,.events-slider .owl-stage .owl-item .event-card{width:358px}}.events-slider .event-card{background:var(--bg-card-primary);padding:.5rem}.event-info-block{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;padding:.5rem;margin-top:.3125rem}.event-info-block .event-info-content{-ms-flex-direction:column;flex-direction:column;row-gap:.625rem;margin-top:auto}.event-info-block .event-icon{min-width:1.25rem;max-width:1.25rem}@media only screen and (max-width: 767px){.slider-wrapper{margin:0 -1rem;padding-left:1rem}}.form-main .form-group{position:relative;margin-bottom:2.5rem;transition:transform .35s}@media only screen and (max-width: 767px){.form-main .form-group{margin-bottom:1.75rem}}.form-main .form-group .form-label{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transform-origin:left;transition:transform .35s;pointer-events:none}.form-main .form-group .form-input{width:100%;border:none;outline:none;resize:none;border-bottom:1px solid var(--border-primary);transition:transform .35s}.form-main .form-group .form-input:focus{border-color:var(--bg-primary);transition:transform .35s}.form-main .form-group.field-active{transition:transform .35s}.form-main .form-group.field-active .label-active{transition:transform .35s}.form-main .form-group.field-active .label-active.form-label{transform:translateY(-20px) scale(0.5) perspective(100px);margin:0;transition:transform .35s}.form-main .form-group label{position:absolute;left:0;bottom:.5rem;transition:all .35s ease;pointer-events:none}.form-main .form-group .error-txt{display:none;position:absolute}.form-main .form-group.error{display:block}.form-main .form-group.error .form-input{border-color:var(--font-warning)}.form-main .form-group.error .error-txt{display:block;font-size:.75rem;color:var(--font-warning);text-align:left;margin-top:.3125rem}.testimonial-card{background-color:var(--bg-card-primary)}@media only screen and (min-width: 992px){.testimonial-card{display:-ms-flexbox;display:flex}}.testimonial-card .testimonial-card-image{max-height:300px;width:100%;height:100%}@media only screen and (min-width: 992px){.testimonial-card .testimonial-card-image{max-width:520px;max-height:initial}}.testimonial-card .testimonial-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.testimonial-card .testimonial-card-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;padding:40px 40px 40px 48px;width:100%}.testimonial-card .testimonial-card-content .testimonial-card-text{background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_896_2348)'%3E%3Cpath d='M37.2626 7.55859C19.6653 9.96094 5.01685 24.1211 1.76164 41.9141C1.01486 45.9375 0.976562 47.5391 0.976562 70.4297V92.7734H21.9439H42.9113V71.3867V50H28.9139H14.8974L15.0314 48.1836C15.7973 37.8516 21.5418 29.0625 30.5798 24.4531C33.9116 22.7539 37.3775 21.7773 40.9582 21.543L42.9113 21.4258V14.3164V7.22656L41.1497 7.24609C40.1731 7.26562 38.4306 7.40234 37.2626 7.55859Z' fill='white' fill-opacity='0.05'/%3E%3Cpath d='M93.4599 7.51953C74.3499 10.2148 59.5866 25.5469 57.2696 45.1172C57.1547 46.1523 57.0781 55.2539 57.0781 69.7656V92.7734H78.0455H99.0129V71.3867V50H84.9963H70.9989L71.1138 47.9883C71.4968 41.2109 74.3307 34.9023 79.271 29.8828C84.2112 24.8438 90.377 21.9531 96.964 21.543L99.0129 21.4258V14.3164V7.22656L97.1555 7.24609C96.1215 7.26562 94.4556 7.38281 93.4599 7.51953Z' fill='white' fill-opacity='0.05'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_896_2348'%3E%3Crect width='98.0392' height='100' fill='white' transform='translate(0.976562)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");background-size:100px;background-position:top left 0px;background-repeat:no-repeat}.testimonial-card .testimonial-card-content .testimonial-card-text p{padding:64px 0 0 27px}.testimonial-card .testimonial-card-content .testimonial-card-author{padding-left:27px}.testimonial-card .testimonial-card-content .testimonial-card-author .author-name{text-transform:uppercase}.testimonials-slider .owl-dots{margin-top:60px !important}.testimonials-slider .owl-dots .owl-dot span{margin:0 8px;background-color:var(--text-tertiary)}.testimonials-slider .owl-dots .owl-dot.active span{background-color:var(--secondary)}.accordion .accordion-item{border-bottom:1px solid var(--border-primary);padding:40px 0px 40px 0px}.accordion .accordion-item:first-child{border-top:1px solid var(--border-primary)}.accordion .accordion-item .accordion-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;gap:16px}.accordion .accordion-item .accordion-header .toggle-icon{-ms-flex:0 0 24px;flex:0 0 24px;width:24px;height:24px}@media only screen and (min-width: 992px){.accordion .accordion-item .accordion-header .toggle-icon{-ms-flex:0 0 32px;flex:0 0 32px;width:32px;height:32px}}.accordion .accordion-item .accordion-body{display:grid;grid-template-rows:0fr;overflow:hidden;transition:all 200ms ease;padding-block:0}.accordion .accordion-item .accordion-body .accordion-description{min-height:0}.accordion .accordion-item .accordion-body .accordion-description p:not(:last-child){margin-bottom:8px}.accordion .accordion-item.open .accordion-body{grid-template-rows:1fr;margin-top:8px;padding-block:8px}.sessions-select-container .select2-container--default .select2-selection--single{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border:1px solid var(--primary);padding:8px 8px 8px 42px}.sessions-select-container .select2-container--default .select2-selection--single::before{position:absolute;display:-ms-inline-flexbox;display:inline-flex;content:url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.31 2.17188V5.50521' stroke='%23161B5F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.64323 2.17188V5.50521' stroke='%23161B5F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.47656 8.0026H18.4766' stroke='%23161B5F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.8099 3.83594H5.14323C4.2224 3.83594 3.47656 4.58177 3.47656 5.5026V16.3359C3.47656 17.2568 4.2224 18.0026 5.14323 18.0026H16.8099C17.7307 18.0026 18.4766 17.2568 18.4766 16.3359V5.5026C18.4766 4.58177 17.7307 3.83594 16.8099 3.83594Z' stroke='%23161B5F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.81006 12.0219L11.0267 10.9219' stroke='%23161B5F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.90991 15.0885H12.1432' stroke='%23161B5F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.0265 10.9219V15.0885' stroke='%23161B5F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");height:20px;width:20px;top:50%;left:14px;transform:translateY(-50%)}.sessions-select-container .select2-container--default .select2-selection--single span{color:var(--primary)}.sessions-select-container .select2-container--default .select2-selection--single:hover span{color:var(--primary)}.sessions-select-container .select2-container--default .select2-selection--single .select2-selection__rendered{padding:0}.sessions-select-container .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.97656 8L10.9766 13L15.9766 8' stroke='%23161B5F' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");position:relative;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;margin-inline:8px;width:20px;height:20px;vertical-align:middle}.event-card{background-color:var(--bg-card-secondary);padding:8px 8px 16px 8px}.event-card .card-content .event-header{background-color:purple;color:#fff;padding:10px;text-align:center}.event-card .card-content .card-image{margin-bottom:16px}.event-card .card-content .card-image .event-image{max-height:340px;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.event-card .card-content .event-body{padding:0 8px;background-color:#f8f8f8}.event-card .card-content .event-title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.event-card .card-content .event-title .online-tag{max-width:42px;margin-left:8px}.event-card .card-content .event-detail{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px;margin-bottom:8px}.event-card .card-content .event-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:16px;padding:0 8px}@media only screen and (max-width: 767px){.event-card .card-content .event-footer{gap:8px}}.event-card .card-content .event-footer a{padding:10px 16px 10px 16px;font-size:14px;line-height:18.2px}.event-card .card-content .event-footer a.btn-primary{color:#fff}.event-card.list-view{padding:16px}.event-card.list-view .card-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;-moz-column-gap:0;column-gap:0}@media only screen and (max-width: 767px){.event-card.list-view .card-content{-ms-flex-direction:row;flex-direction:row}}.event-card.list-view .card-image{margin-bottom:0}@media only screen and (max-width: 767px){.event-card.list-view .card-image{display:none}}.event-card.list-view .card-image .event-image{height:100px;width:100px;-ms-flex:1 1 0px;flex:1 1 0}.event-card.list-view .event-body{padding:0 16px}.event-card.list-view .event-footer{margin-top:0 !important;margin-left:auto}.month-select-container .select2-container--default .select2-selection--single,.location-select-container .select2-container--default .select2-selection--single,.age-select-container .select2-container--default .select2-selection--single{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border:1px solid var(--primary);padding:8px 8px 8px 14px}.month-select-container .select2-container--default .select2-selection--single span,.location-select-container .select2-container--default .select2-selection--single span,.age-select-container .select2-container--default .select2-selection--single span{color:var(--primary)}@media only screen and (max-width: 767px){.month-select-container .select2-container--default .select2-selection--single span,.location-select-container .select2-container--default .select2-selection--single span,.age-select-container .select2-container--default .select2-selection--single span{font-size:initial;margin-right:initial}}.month-select-container .select2-container--default .select2-selection--single:hover span,.location-select-container .select2-container--default .select2-selection--single:hover span,.age-select-container .select2-container--default .select2-selection--single:hover span{color:var(--primary)}.month-select-container .select2-container--default .select2-selection--single .select2-selection__rendered,.location-select-container .select2-container--default .select2-selection--single .select2-selection__rendered,.age-select-container .select2-container--default .select2-selection--single .select2-selection__rendered{padding:0}.month-select-container .select2-container--default .select2-selection--single .select2-selection__arrow,.location-select-container .select2-container--default .select2-selection--single .select2-selection__arrow,.age-select-container .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.97656 8L10.9766 13L15.9766 8' stroke='%23161B5F' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");position:relative;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;margin-left:8px;width:20px;height:20px;vertical-align:middle}.session-slider{position:relative}.session-slider .owl-stage-outer .owl-stage{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:428px}.session-slider .owl-stage-outer .owl-stage .owl-item.active.center{height:auto;transition:width 300ms ease}@media only screen and (min-width: 992px){.session-slider .owl-stage-outer .owl-stage .owl-item.active.center{width:806px !important}}.session-slider .owl-stage-outer .owl-stage .owl-item.center-left,.session-slider .owl-stage-outer .owl-stage .owl-item.center-right{opacity:.6}.session-slider .owl-theme .owl-nav{margin-top:0}.session-slider .owl-nav .owl-prev,.session-slider .owl-nav .owl-next{position:relative;transform:translate(0%, -50%)}.session-slider .owl-nav .owl-prev{display:none;position:absolute;top:50%;left:10%;transform:translateY(-50%)}@media only screen and (min-width: 992px){.session-slider .owl-nav .owl-prev{display:block}}@media only screen and (min-width: 1249px){.session-slider .owl-nav .owl-prev{left:21%}}.session-slider .owl-nav .owl-next{display:none;position:absolute;top:50%;right:10%;transform:translateY(-50%)}@media only screen and (min-width: 992px){.session-slider .owl-nav .owl-next{display:block}}@media only screen and (min-width: 1249px){.session-slider .owl-nav .owl-next{right:20.5%}}.shop-card{display:grid;background:var(--bg-card-secondary);padding:8px 8px 24px}.shop-card .shop-card-img{width:100%;height:100%;margin-bottom:16px}.shop-card .shop-card-img img{-o-object-fit:cover;object-fit:cover}.shop-card .shop-card-info{margin-bottom:16px}.shop-card .shop-card-info .shop-card-price{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px}.shop-card .shop-card-info .shop-card-price span:not(:last-child){margin-right:8px}.shop-card .shop-card-info .shop-card-price .discount-tag{padding:2px 8px;background-color:#ffaf65;text-align:center;vertical-align:middle}.shop-card .shop-btn-group a{padding:10px 16px 10px 16px;font-size:14px;line-height:18.2px}.shop-card .shop-btn-group a.btn-primary{color:var(--white)}.banner{width:100%;background-image:url("../images/banner-img.png");background-repeat:no-repeat;background-size:cover;background-position:center}.banner-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;max-width:64rem;height:100dvh;margin:auto}.about-sec{padding:7.5625rem 0 7.6875rem 0}@media only screen and (max-width: 991px){.about-sec{padding:3.75rem 0 5.125rem 0}}.about-sec .about-img{max-width:90rem;margin:auto}.about-sec .about-wrapper{max-width:44.6875rem;padding-bottom:5.3125rem;margin:auto;margin-top:-16%}@media only screen and (max-width: 991px){.about-sec .about-wrapper{padding-bottom:3rem}}.about-sec .about-content{max-width:67.9375rem;margin:auto;-moz-column-gap:1.4375rem;column-gap:1.4375rem}@media only screen and (max-width: 767px){.about-sec .about-content{-ms-flex-direction:column;flex-direction:column;-moz-column-gap:0;column-gap:0;row-gap:1.25rem}}.about-sec .about-content-item{width:33.3333333333%}@media only screen and (max-width: 767px){.about-sec .about-content-item{width:100%}}.about-sec .about-item-para{max-width:15.8125rem}.about-sec .about-item-arrow{min-width:1.875rem;max-width:1.875rem;min-height:1.875rem;max-height:1.875rem}.books-sec{background-image:url("../images/bg-books.png"),linear-gradient(267.4deg, var(--gradient-primary) -32.91%, var(--gradient-secondary) 93.8%);width:100%;background-repeat:no-repeat;background-size:contain;background-position:bottom}@media only screen and (max-width: 767px){.books-sec .sub-title-wrapper{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.books-sec .sub-title-wrapper .sub-title-text{padding:5.5rem 0}@media only screen and (max-width: 991px){.books-sec .sub-title-wrapper .sub-title-text{padding:2.5rem 0}}@media only screen and (max-width: 767px){.books-sec .sub-title-wrapper .sub-title-text{padding-top:.5rem}}.books-sec .sub-title-wrapper .sub-title-text .title-head{max-width:33.4375rem}.books-sec .sub-title-wrapper .books-img{margin-top:-4rem;padding-left:1.375rem}@media only screen and (max-width: 767px){.books-sec .sub-title-wrapper .books-img{margin-top:-2.9375rem;padding-left:0rem}}.books-sec .sub-title-wrapper .books-img .books-img-right{max-width:42rem}@media only screen and (max-width: 1248px){.books-sec .sub-title-wrapper .books-img .books-img-right{max-width:31.25rem;padding-top:.625rem}}@media only screen and (max-width: 991px){.books-sec .sub-title-wrapper .books-img .books-img-right{max-width:18.75rem;padding-top:1.25rem}}@media only screen and (max-width: 767px){.books-sec .sub-title-wrapper .books-img .books-img-right{max-width:18.75rem;margin-left:auto;padding-top:.625rem}}.books-sec .btn{width:-moz-fit-content;width:fit-content}.school-sec{padding:6.9375rem 0 7.5rem 0;overflow:hidden}@media only screen and (max-width: 991px){.school-sec{padding:3.75rem 0}}@media only screen and (max-width: 767px){.school-sec{padding:3.125rem 0 3.75rem 0}}@media only screen and (max-width: 767px){.school-sec .sub-title-wrapper{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;row-gap:2.5rem}}@media only screen and (max-width: 767px){.school-sec .sub-title-wrapper{row-gap:1.25rem}}.school-sec .sub-title-wrapper .sub-title-text .title-head{max-width:36.875rem}.school-sec .sub-title-wrapper .sub-title-text .desc{max-width:29.3125rem}.school-sec .sub-title-wrapper .school-img{display:grid;grid-template-columns:1fr 1fr;padding-left:3.5625rem;margin-right:-7.0625rem;-moz-column-gap:1.25rem;column-gap:1.25rem}@media only screen and (max-width: 767px){.school-sec .sub-title-wrapper .school-img{-moz-column-gap:.625rem;column-gap:.625rem;padding-left:0;margin-left:auto}}.school-sec .sub-title-wrapper .school-img .school-img-one{max-width:22.25rem;width:100%;-o-object-fit:cover;object-fit:cover}.school-sec .sub-title-wrapper .school-img .school-img-two{max-width:22.25rem;width:100%;-o-object-fit:cover;object-fit:cover}.school-sec .btn{width:-moz-fit-content;width:fit-content}.community{padding-top:7.5rem;padding-bottom:2.1875rem;background:var(--bg-secondary)}@media only screen and (max-width: 991px){.community{padding-top:2.5rem;padding-bottom:1.25rem}}@media only screen and (max-width: 991px){.community .sub-title-text{-ms-flex-align:start;align-items:flex-start}}.community .sub-title-text .title-head{text-align:center}@media only screen and (max-width: 991px){.community .sub-title-text .title-head{text-align:start}}.community .sub-title-text .desc{max-width:51.6875rem;text-align:center}@media only screen and (max-width: 991px){.community .sub-title-text .desc{text-align:start}}.community .community-img{max-width:65.25rem;padding-top:.875rem}@media only screen and (max-width: 991px){.community .community-img{padding-top:2rem}}.program{padding:7.5rem 0}@media only screen and (max-width: 991px){.program{padding:3.75rem 0}}.program .sub-title-wrapper{max-width:44.875rem;margin:auto}@media only screen and (max-width: 767px){.program .sub-title-wrapper{text-align:left}}.program .desc{max-width:41.5rem}@media only screen and (max-width: 767px){.program .desc{padding-bottom:1.25rem}}.program .watch-btn{padding-top:5rem}@media only screen and (max-width: 767px){.program .watch-btn{text-align:left;padding:0 1rem 2rem 1rem}}.recent-event{position:absolute;left:0;right:0;bottom:-2.5rem;max-width:31.625rem;margin:auto;padding:1.5rem 2rem;background:var(--bg-primary-dark)}@media only screen and (max-width: 767px){.recent-event{max-width:16.4375rem;bottom:-6.25rem;padding:.75rem 1.5rem}}@media only screen and (max-width: 767px){.recent-event-wrapper{-ms-flex-direction:column;flex-direction:column;text-align:left;-ms-flex-align:start;align-items:flex-start}}.recent-event-title{max-width:6.4375rem}@media only screen and (max-width: 767px){.recent-event-title{max-width:100%}}.recent-event .divider{width:.0625rem;min-height:2.5rem;background:rgba(255,255,255,.2);margin:0 1.5rem}@media only screen and (max-width: 767px){.recent-event .divider{width:100%;min-height:.0625rem;margin:.5rem 0}}.event-info-wrapper{-moz-column-gap:1.25rem;column-gap:1.25rem}@media only screen and (max-width: 767px){.event-info-wrapper{-ms-flex-direction:column;flex-direction:column;-moz-column-gap:0;column-gap:0;row-gap:.25rem}}.event-info-wrapper .event-icon{min-width:1.25rem;max-width:1.25rem;min-height:1.25rem;max-height:1.25rem}@media only screen and (max-width: 767px){.event-info-wrapper .event-icon{min-width:1rem;max-width:1rem;min-height:1rem;max-height:1rem}}.event-info-wrapper .event-txt{color:var(--text-block-primary)}.invite-block .box-container{max-width:90rem;margin:0 auto}.invite-block .box-container .invite{background-image:url("../images/bg-invite.png"),linear-gradient(267.4deg, var(--gradient-primary) -32.91%, var(--gradient-secondary) 93.8%);width:100%;background-repeat:no-repeat;background-size:contain;background-position:bottom;padding:6.25rem;margin-top:4.125rem}@media only screen and (max-width: 1248px){.invite-block .box-container .invite{padding:5rem 3.75rem}}@media only screen and (max-width: 991px){.invite-block .box-container .invite{padding:3.75rem 2.5rem}}@media only screen and (max-width: 767px){.invite-block .box-container .invite{padding:2.5rem 1rem;margin-top:2.5rem}}@media only screen and (max-width: 767px){.invite-block .box-container .invite .sub-title-text{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.invite-block .box-container .invite .sub-title-text .title-head{text-align:center;max-width:55rem}@media only screen and (max-width: 767px){.invite-block .box-container .invite .sub-title-text .title-head{text-align:start}}.invite-block .box-container .invite .sub-title-text .desc{max-width:39.25rem;padding-bottom:0}@media only screen and (max-width: 767px){.invite-block .box-container .invite .sub-title-text .desc{text-align:start}}.invite-block .box-container .invite .btn{width:-moz-fit-content;width:fit-content}.events-sec{position:relative;width:100%;background:var(--bg-dark);overflow:hidden}.events-sec .events-wrapper{--_left-sec-width: 460px;--_column-gap: 32px;padding-top:7.5rem;padding-bottom:4.875rem;border-bottom:1px solid rgba(255,255,255,.2)}@media only screen and (max-width: 991px){.events-sec .events-wrapper{-ms-flex-direction:column;flex-direction:column;padding-top:2.5rem;padding-bottom:2rem;grid-template-columns:1fr;--_left-sec-width: 0}}.events-sec .events-wrapper .sub-title-text{min-width:var(--_left-sec-width);max-width:var(--_left-sec-width);margin-right:var(--_column-gap);padding-top:2rem;transition:all .4s}@media only screen and (max-width: 991px){.events-sec .events-wrapper .sub-title-text{min-width:100%;max-width:100%;padding-top:0;padding-bottom:2rem}}.events-sec .events-wrapper .title-head{padding-bottom:2rem}@media only screen and (max-width: 991px){.events-sec .events-wrapper .title-head{padding-bottom:1.125rem}}.events-sec .events-wrapper .desc{max-width:24.25rem;text-transform:capitalize}@media only screen and (max-width: 991px){.events-sec .events-wrapper .desc{max-width:100%}}.events-sec .events-wrapper.active .sub-title-text{opacity:0;visibility:hidden}@media only screen and (max-width: 991px){.events-sec .events-wrapper.active .sub-title-text{opacity:1;visibility:visible}}.events-sec .events-wrapper.active .carousel-wrapper{margin:0 0 0 calc(-1*var(--_left-sec-width) - var(--_column-gap))}.events-sec .events-wrapper.active .carousel-wrapper .owl-next{right:-20px}.events-sec .events-btm{padding-top:3.75rem;padding-bottom:4.125rem}@media only screen and (max-width: 991px){.events-sec .events-btm{-ms-flex-direction:column;flex-direction:column;row-gap:1.25rem;padding-top:1.25rem;padding-bottom:2.5rem}}.events-sec .events-btm .desc{max-width:35rem}.events-sec .btn{width:-moz-fit-content;width:fit-content}.foundation{background:var(--bg-tertiary)}.foundation .sub-title-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-moz-column-gap:4.0625rem;column-gap:4.0625rem}@media only screen and (max-width: 1248px){.foundation .sub-title-wrapper{-moz-column-gap:1.25rem;column-gap:1.25rem}}@media only screen and (max-width: 767px){.foundation .sub-title-wrapper{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.foundation .sub-title-wrapper .foundation-img{margin-top:13.625rem}@media only screen and (max-width: 1248px){.foundation .sub-title-wrapper .foundation-img{max-width:25rem;margin-top:11.25rem}}@media only screen and (max-width: 767px){.foundation .sub-title-wrapper .foundation-img{max-width:19.4375rem;margin-top:1rem;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.foundation .sub-title-wrapper .sub-title-text{margin-right:auto}@media only screen and (max-width: 1248px){.foundation .sub-title-wrapper .sub-title-text{margin:0 3.75rem}}@media only screen and (max-width: 991px){.foundation .sub-title-wrapper .sub-title-text{margin:0 1.875rem}}@media only screen and (max-width: 767px){.foundation .sub-title-wrapper .sub-title-text{margin:0 1rem;padding-top:2.5rem}}.foundation .sub-title-wrapper .sub-title-text .title-head{max-width:46rem}.foundation .sub-title-wrapper .sub-title-text .desc{max-width:36.375rem}.foundation .sub-title-wrapper .btn{width:-moz-fit-content;width:fit-content}.thankyou-sec{padding:10.5rem 0;background-image:url("../images/popper-bg-img.png");width:100%;background-repeat:no-repeat;background-size:100% 100%}@media only screen and (max-width: 991px){.thankyou-sec{padding:3.75rem 0}}@media only screen and (max-width: 767px){.thankyou-sec{padding:6.875rem 0 5.25rem 0}}@media only screen and (max-width: 991px){.thankyou-sec .sub-title-text{-ms-flex-align:start;align-items:start;text-align:start}}.thankyou-sec .sub-title-text .title-head{max-width:54.8125rem}.thankyou-sec .sub-title-text .desc{max-width:36.1875rem}.contact-sec{padding:8.125rem 0 6.25rem 0}@media only screen and (max-width: 767px){.contact-sec{padding:3.75rem 0}}@media only screen and (max-width: 767px){.contact-sec .sub-contact-sec{-ms-flex-direction:column;flex-direction:column;row-gap:3.25rem}}.contact-sec .sub-contact-sec .sub-title-text{min-width:0;max-width:32.5rem;-ms-flex:1 1 auto;flex:1 1 auto}@media only screen and (max-width: 767px){.contact-sec .sub-contact-sec .sub-title-text{min-width:100%;max-width:100%;-ms-flex:1 1 0px;flex:1 1 0}}.contact-sec .sub-contact-sec .contact-form{min-width:32.375rem;max-width:32.375rem;margin-left:8.75rem}@media only screen and (max-width: 1248px){.contact-sec .sub-contact-sec .contact-form{min-width:26.25rem;max-width:26.25rem;margin-left:2.5rem}}@media only screen and (max-width: 991px){.contact-sec .sub-contact-sec .contact-form{min-width:50%;max-width:50%}}@media only screen and (max-width: 767px){.contact-sec .sub-contact-sec .contact-form{min-width:100%;max-width:100%;margin-left:0}}.social-media-icons svg{fill:var(--icon-on-secondary)}.social-media-icons svg:hover{fill:var(--accent)}.span-desc{line-height:0}.banner-school{background-image:url("../images/school-banner.png")}.impact-section{background:url(../images/impact-bg.png);background-position:center;background-repeat:no-repeat;background-size:cover;padding:83px 0}.impact-section .impact-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:24px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width: 992px){.impact-section .impact-container{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}}.impact-section .impact-container .impact{max-width:300px}.quotation-section{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding-top:80px;background-color:var(--bg-secondary)}@media only screen and (min-width: 992px){.quotation-section .quotation-container{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end}}.quotation-section .quotation-container .quotation{max-width:650px;margin-bottom:24px}@media only screen and (min-width: 992px){.quotation-section .quotation-container .quotation{padding-bottom:40px;margin-bottom:56.5px}}.quotation-section .quotation-container .double-quote{width:100px;height:100px}.quotation-section .quotation-container .quote-text{color:var(--bg-primary);margin-bottom:64px}.quotation-section .quotation-container .author-name{text-transform:uppercase}.quotation-section .prophet-img{-ms-flex:1 0 auto;flex:1 0 auto}.quotation-section .prophet-img img{max-height:560px;height:100%;width:auto}.upcoming-sessions{margin:120px 0}@media only screen and (min-width: 992px){.upcoming-sessions-container{padding:0 120px}}.upcoming-sessions-container .title-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:24px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:40px}.upcoming-sessions-container .title{text-transform:uppercase}.upcoming-sessions-container .event-cards-container{display:grid;grid-template-columns:repeat(1, 1fr);gap:20px;margin-bottom:80px}@media only screen and (min-width: 768px){.upcoming-sessions-container .event-cards-container{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 992px){.upcoming-sessions-container .event-cards-container{grid-template-columns:repeat(3, 1fr)}}.upcoming-sessions-container .view-all-btn{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.testimonials{background-color:var(--bg-dark)}.testimonials-container{padding:16px}@media only screen and (min-width: 992px){.testimonials-container{padding:120px 120px 60px}}.testimonials-container .title{text-transform:uppercase;max-width:600px;margin-bottom:40px}.faq-section{margin:60px 0}@media only screen and (min-width: 992px){.faq-section{margin:120px 0}}@media only screen and (min-width: 992px){.faq-section .faq-container{padding:0 120px}}.faq-section .faq-container .title{text-transform:uppercase;margin-bottom:40px;max-width:553px}.banner-conference{background-image:url("../images/conference-banner.png")}.events-sessions{margin:120px 0}@media only screen and (min-width: 992px){.events-sessions-container{padding:0 120px}}.events-sessions .title-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:24px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:40px}.events-sessions .title-container .title-wrapper p.font-body-medium{max-width:685px}.events-sessions .title-container .btn-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.events-sessions .title-container .btn-wrapper .all-events{-ms-flex:1 0 auto;flex:1 0 auto;background-color:var(--secondary);border:0;line-height:18.2px;color:var(--white)}.events-sessions .title-container .btn-wrapper .free-events{-ms-flex:1 0 auto;flex:1 0 auto;padding:10px 16px;font-size:14px;line-height:18.2px;text-align:left}.events-sessions .main-event-cards{display:grid;grid-template-columns:repeat(1, 1fr);gap:20px;margin-bottom:40px}@media only screen and (min-width: 768px){.events-sessions .main-event-cards{grid-template-columns:repeat(2, 1fr)}}.events-sessions .sort-card-container .sort-dropdown-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;margin-bottom:40px}.events-sessions .sort-card-container .sort-dropdown-container .sort-dropdown{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}.events-sessions .sort-card-container .sort-dropdown-container .toggle-card-view{display:-ms-flexbox;display:flex;gap:8px;background-color:#fafafa;padding:4px}.events-sessions .sort-card-container .sort-dropdown-container .toggle-card-view .toggle-btn{border:0;cursor:pointer;-ms-flex:0 0 auto;flex:0 0 auto;padding:10px;transition:all .3s ease-in-out}.events-sessions .sort-card-container .sort-dropdown-container .toggle-card-view .toggle-btn.active{background-color:var(--secondary)}.events-sessions .sort-card-container .sort-dropdown-container .toggle-card-view .toggle-btn.active svg.list-icon path{stroke:var(--white)}.events-sessions .sort-card-container .sort-dropdown-container .toggle-card-view .toggle-btn.active svg.grid-icon path{fill:var(--white)}.events-sessions .sort-card-container .sort-dropdown-container .toggle-card-view .toggle-btn svg{width:20px;height:20px;-ms-flex:1 1 0px;flex:1 1 0;transition:all .3s ease-in-out}.events-sessions .sort-card-container .sort-dropdown-container .toggle-card-view .toggle-btn svg.grid-icon path{fill:var(--text-primary)}.events-sessions .sort-card-container .month-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px;margin-bottom:24px}.events-sessions .sort-card-container .month-header .badge{width:28px;height:28px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:var(--bg-primary)}.events-sessions .sort-card-container .month-header .badge-pill{border-radius:50%}.events-sessions .sort-card-container .event-cards-container{display:grid}.events-sessions .sort-card-container .event-cards-container.grid-view{grid-template-columns:repeat(1, 1fr);gap:20px;margin-bottom:40px}@media only screen and (min-width: 768px){.events-sessions .sort-card-container .event-cards-container.grid-view{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 992px){.events-sessions .sort-card-container .event-cards-container.grid-view{grid-template-columns:repeat(3, 1fr)}}.events-sessions .sort-card-container .event-cards-container.list-view{grid-template-columns:1fr;gap:24px;margin-bottom:32px}.vip-pass-section .pass-card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-image:url("../images/vip-pass-bg.png");background-position:center;background-repeat:no-repeat;background-size:cover}@media only screen and (min-width: 768px){.vip-pass-section .pass-card{-ms-flex-direction:row;flex-direction:row}}.vip-pass-section .pass-card .ticket-header{display:-ms-flexbox;display:flex;padding:120px 40px 156px}@media only screen and (min-width: 768px){.vip-pass-section .pass-card .ticket-header{padding:120px 80px 156px}}@media only screen and (min-width: 992px){.vip-pass-section .pass-card .ticket-header{padding:120px 120px 156px}}.vip-pass-section .pass-card .ticket-header h3{background:linear-gradient(91.6deg, #df993e 1.82%, #fee39c 60.68%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);-ms-flex-item-align:center;align-self:center;text-align:center;width:100%}.vip-pass-section .pass-card .ticket-divider{position:relative;width:100%;height:37.5px}@media only screen and (min-width: 768px){.vip-pass-section .pass-card .ticket-divider{height:initial;width:37.5px;-ms-flex:1 0 37.5px;flex:1 0 37.5px}}.vip-pass-section .pass-card .ticket-divider::after{content:"";position:absolute;width:85%;height:1px;top:50%;left:50%;bottom:0;border-left:1px solid rgba(255,255,255,.2);background-color:rgba(255,255,255,.2);transform:translate(-50%, -50%)}@media only screen and (min-width: 768px){.vip-pass-section .pass-card .ticket-divider::after{width:1px;height:85%;left:initial;right:50%;background-color:rgba(0,0,0,0);transform:translate(-50%, -50%)}}.vip-pass-section .pass-card .ticket-divider .ticket-notch{position:absolute;width:37.5px;height:auto;border-style:solid;border-width:0 19.5px 24px 19.5px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--white) rgba(0,0,0,0)}.vip-pass-section .pass-card .ticket-divider .ticket-notch.top-notch{top:0;left:-1px;bottom:0;transform:rotate(90deg)}@media only screen and (min-width: 768px){.vip-pass-section .pass-card .ticket-divider .ticket-notch.top-notch{top:0;transform:rotate(180deg)}}.vip-pass-section .pass-card .ticket-divider .ticket-notch.bottom-notch{top:0;right:-1px;bottom:0;transform:rotate(-90deg)}@media only screen and (min-width: 768px){.vip-pass-section .pass-card .ticket-divider .ticket-notch.bottom-notch{transform:initial}}.vip-pass-section .pass-card .ticket-info{padding:60px 102px 60px 38px}.vip-pass-section .pass-card .ticket-info .ticket-info-wrapper .ticket-info-content a.btn{padding:16px 32px 16px 32px;border:1px solid var(--white);color:var(--white);margin-top:24px}.vip-pass-section .pass-card .ticket-info .ticket-info-wrapper .event-detail{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px}.vip-pass-section .pass-card .ticket-info .ticket-info-wrapper .event-detail:not(:last-child){margin-bottom:8px}.conference-session{padding:120px 0}.conference-session .session-container{max-width:100%;padding:0}.conference-session .session-container .session-header{margin-bottom:40px}.conference-session .session-container .session-header h2{max-width:718px;margin:0 auto}.conference-session .session-container .event-info-card{position:absolute;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;background-color:var(--bg-primary-dark);padding:24px 32px;max-width:355px;width:100%;margin:0 auto;left:50%;bottom:-40px;transform:translateX(-50%);z-index:10}.conference-session .session-container .event-info-card .event-detail{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:20px}.conference-session .session-container .slider-btn{margin-top:80px}.banner-shop{background-image:url("../images/shop-banner.png")}.banner-shop .banner-content{max-width:51.25rem;width:100%;margin:0;-ms-flex-align:start;align-items:start}.banner-shop .banner-content h1{text-shadow:0px 4px 14px rgba(0,0,0,.65)}.banner-shop .banner-content a.btn.btn-secondary{padding:16px 32px;border:1px solid var(--white);color:var(--white);margin-top:40px}.new-releases-section{margin:60px 0}@media only screen and (min-width: 992px){.new-releases-section{margin:120px 0}}@media only screen and (min-width: 1249px){.new-releases-section .section-container{padding:0 120px}}.new-releases-section .section-container h2.font-title-medium{margin-bottom:40px}.new-releases-section .section-container .shop-cards-container{display:grid;grid-template-columns:repeat(1, 1fr);gap:16px}@media only screen and (min-width: 576px){.new-releases-section .section-container .shop-cards-container{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 768px){.new-releases-section .section-container .shop-cards-container{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 992px){.new-releases-section .section-container .shop-cards-container{grid-template-columns:repeat(4, 1fr)}}.shop-by-category{background-color:var(--bg-secondary);padding:60px 0}@media only screen and (min-width: 992px){.shop-by-category{padding:120px 0}}@media only screen and (min-width: 992px){.shop-by-category .section-container{padding:88px 120px}}.shop-by-category .section-container h2.font-title-medium{margin-bottom:40px}@media only screen and (min-width: 576px){.shop-by-category .section-container .shop-category-container{display:-ms-flexbox;display:flex;gap:16px}}.shop-by-category .section-container .shop-category-container .shop-category{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.shop-by-category .section-container .shop-category-container .shop-category .shop-content{border:1px solid rgba(0,0,0,0);padding:20px 0;transition:all 500ms ease}.shop-by-category .section-container .shop-category-container .shop-category p.font-body-large{color:#1e1f21;transition:all 500ms ease}.shop-by-category .section-container .shop-category-container .shop-category:hover .shop-category-img{transition:all 500ms ease}.shop-by-category .section-container .shop-category-container .shop-category:hover .shop-category-img::before{height:110%;opacity:1}.shop-by-category .section-container .shop-category-container .shop-category:hover .shop-category-img img{transform:scale(1.2)}.shop-by-category .section-container .shop-category-container .shop-category:hover .shop-content{border-color:var(--border-secondary)}.shop-by-category .section-container .shop-category-container .shop-category:hover p.font-body-large{transform:translateX(20px)}.shop-by-category .section-container .shop-category-container .shop-category-img{position:relative;overflow:hidden;max-height:210px;width:100%;height:100%}@media only screen and (min-width: 992px){.shop-by-category .section-container .shop-category-container .shop-category-img{max-width:390px}}.shop-by-category .section-container .shop-category-container .shop-category-img::before{position:absolute;display:inline-block;content:"";height:55%;width:100%;bottom:0;opacity:.5;background:linear-gradient(180deg, rgba(4, 4, 42, 0) 25%, #04042a 94%);transition:all 500ms ease;z-index:5}.shop-by-category .section-container .shop-category-container .shop-category-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all 500ms ease}.best-sellers{margin:60px 0}@media only screen and (min-width: 992px){.best-sellers{margin:120px 0}}@media only screen and (min-width: 992px){.best-sellers .section-container{padding:120px 120px 0}}.best-sellers .section-container .header-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:24px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:40px}.best-sellers .section-container .header-wrapper .category-btn{background-color:#fafafa;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px;padding:4px;margin-left:auto}.best-sellers .section-container .header-wrapper .category-btn .btn{font-size:14px;line-height:18.2px;padding:10px 16px;border:0;transition:all 300ms ease}.best-sellers .section-container .header-wrapper .category-btn .btn:hover{background-color:#cc8e3d;color:var(--white)}.best-sellers .section-container .header-wrapper .category-btn .btn.btn-tertiary{padding:10px 16px;border:0;background-color:var(--secondary);color:var(--white)}.best-sellers .section-container .best-seller-cards-container{display:grid;grid-template-columns:repeat(1, 1fr);gap:16px}@media only screen and (min-width: 576px){.best-sellers .section-container .best-seller-cards-container{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 768px){.best-sellers .section-container .best-seller-cards-container{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 992px){.best-sellers .section-container .best-seller-cards-container{grid-template-columns:repeat(4, 1fr)}}.spotlight-section{margin:60px 0}@media only screen and (min-width: 992px){.spotlight-section{margin:120px 0 170px}}@media only screen and (min-width: 768px){.spotlight-section .section-container{display:-ms-flexbox;display:flex;gap:8px}}@media only screen and (min-width: 992px){.spotlight-section .section-container{padding:0 104px}}.spotlight-section .section-container .spotlight-img{height:100%;width:100%;overflow:hidden}@media only screen and (min-width: 768px){.spotlight-section .section-container .spotlight-img{max-height:100%;max-width:608px;height:auto}}.spotlight-section .section-container .spotlight-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.spotlight-section .section-container .spotlight-info{background-color:var(--bg-secondary);background-image:url(../images/spotlight-bg-img.png);background-position:bottom -40px right 0;background-repeat:no-repeat;background-size:contain;padding:0 54px 46px 40px}.spotlight-section .section-container .spotlight-info .spotlight-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;padding:40px 0 40px 0;height:100%;gap:40px}.spotlight-section .section-container .spotlight-info .spotlight-content .spotlight-link{text-decoration:underline}.spotlight-section .section-container .spotlight-info a.btn.btn-primary-subtle{margin-top:40px}.who-we-are-section{background-color:var(--bg-secondary);padding:60px 0}@media only screen and (min-width: 992px){.who-we-are-section{padding:120px 0 130px}}@media only screen and (min-width: 992px){.who-we-are-section .section-container{padding:0 120px}}.who-we-are-section .section-container .grid-content{display:grid;gap:12px;grid-template-columns:repeat(1, 1fr)}@media only screen and (min-width: 992px){.who-we-are-section .section-container .grid-content{grid-template-columns:repeat(2, 1fr);grid-template-rows:250px 400px}}.who-we-are-section .section-container .grid-content .grid-area{display:grid}.who-we-are-section .section-container .grid-content .grid-area .grid-img{display:grid;width:100%;height:100%;overflow:hidden}.who-we-are-section .section-container .grid-content .grid-area .grid-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-ms-flex-item-align:center;align-self:center;justify-self:center}.who-we-are-section .section-container .grid-content .grid-area:nth-child(1){display:block}.who-we-are-section .section-container .grid-content .grid-area:nth-child(1) p.font-body-medium{max-width:582px;margin-top:8px;line-height:23.8px}.who-we-are-section .section-container .grid-content .grid-area:nth-child(1) a.btn.btn-primary-subtle{margin-top:8px;padding:16px 32px;line-height:22.1px}@media only screen and (min-width: 992px){.who-we-are-section .section-container .grid-content .grid-area:nth-child(1) a.btn.btn-primary-subtle{margin-top:40px}}.who-we-are-section .section-container .grid-content .grid-area:nth-child(2){display:grid;grid-template-columns:repeat(2, 1fr);-moz-column-gap:12px;column-gap:12px}.who-we-are-section .section-container .grid-content .grid-area:nth-child(3){display:grid;gap:12px}.who-we-are-section .section-container .grid-content .grid-area:nth-child(3) .grid-img:nth-child(1){grid-area:1/1/3/2}.who-we-are-section .section-container .grid-content .grid-area:nth-child(3) .grid-img:nth-child(2){grid-area:1/2/2/3}.who-we-are-section .section-container .grid-content .grid-area:nth-child(3) .grid-img:nth-child(3){grid-area:2/2/3/3}/*# sourceMappingURL=main.min.css.map */