@charset "UTF-8";html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body,html{margin:0;scroll-behavior:smooth}html{position:relative;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent}html:focus-within{scroll-behavior:smooth}body{text-rendering:optimizespeed}details>summary,li,ol,ul{list-style:none}summary{display:list-item}details summary::-webkit-details-marker{display:none}h1,h2,h3,h4,p{font-size:inherit;font-weight:inherit;margin:0}ul,ol,dl,dd{margin:0;padding:0}p{margin:0}label,time{display:block}form{margin-bottom:0}figure,blockquote{margin:0}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}a{text-decoration:none;color:inherit}img,picture,svg,video{display:block;height:auto;max-width:100%}b,strong{font-weight:900}address{font-style:normal}button{margin:0;padding:0;border-color:transparent;background-color:transparent;font:inherit;font-size:100%;color:inherit;line-height:1;cursor:pointer;outline:0;text-align:left}button:disabled{cursor:default}[type=button],[type=reset],[type=submit],button{-webkit-appearance:none}input,textarea,button,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;background-color:transparent;font:inherit;line-height:1}:root{--content-width: 1312px;--container-offset: 15px;--container-width: calc(var(--content-width) + (var(--container-offset) * 2));--font-family-primary: "Poppins", sans-serif;--font-family-secondary: "Merriweather", serif;--lineHeight: 1.25;--letterSpacing: .2px;--fw-main: 400;--fz-text-normal: 16px;--c-white: #ffffff;--c-black: #212121;--c-primary: #FFC107;--c-dark: #2E1D02;--c-gray: #757575;--c-accent: #FFA000}@font-face{src:url(/fonts/Poppins-Regular.woff2) format("woff2");font-family:Poppins;font-weight:400;font-style:normal;font-display:swap}@font-face{src:url(/fonts/Poppins-Medium.woff2) format("woff2");font-family:Poppins;font-weight:500;font-style:normal;font-display:swap}@font-face{src:url(/fonts/Poppins-SemiBold.woff2) format("woff2");font-family:Poppins;font-weight:600;font-style:normal;font-display:swap}@font-face{src:url(/fonts/Poppins-Bold.woff2) format("woff2");font-family:Poppins;font-weight:700;font-style:normal;font-display:swap}@font-face{src:url(/fonts/Merriweather-Bold.woff2) format("woff2");font-family:Merriweather;font-weight:700;font-style:normal;font-display:swap}@font-face{src:url(/fonts/Merriweather-Black.woff2) format("woff2");font-family:Merriweather;font-weight:900;font-style:normal;font-display:swap}html,body{scroll-behavior:smooth;overscroll-behavior-y:none}.page{height:var(--vh);font-family:var(--font-family-primary);font-weight:var(--fw-main);font-style:normal;font-size:var(--fz-text-normal);line-height:var(--lineHeight);letter-spacing:var(--letterSpacing);color:var(--c-gray);background-color:#fff;font-optical-sizing:auto}.page__body{min-width:320px;min-height:var(--vh)}.page.open{overflow:hidden}.container{margin:0 auto;padding:0 var(--container-offset);width:100%;max-width:var(--container-width)}.wrapper{position:relative;display:grid;grid-template-columns:100%;grid-template-rows:1fr auto;min-height:var(--vh);overflow-x:hidden}.wrapper:before{content:"";position:fixed;z-index:-100;top:0;right:0;bottom:0;left:0;opacity:0;background-color:transparent;transition:.3s ease-in-out}.open .wrapper:before{z-index:20;background-color:var(--c-dark);opacity:.8}.sr-only{position:absolute!important;clip-path:inset(50%)!important;overflow:hidden!important;margin:-1px!important;border:0!important;padding:0!important;width:1px!important;height:1px!important;white-space:nowrap!important;clip:rect(1px,1px,1px,1px)!important}.bg-primary{background-color:var(--c-primary)}.bg-secondary{background-color:var(--c-secondary)}.bg-light{background-color:var(--c-light)}.bg-dark{background-color:var(--c-dark)}.bg-accent{background-color:var(--c-accent)}.bg-white{background-color:var(--c-white)}.bg-black{background-color:var(--c-black)}.bg-gray{background-color:var(--c-gray)}.bg-nr{background-repeat:no-repeat}.bg-cover{background-size:cover}.bg-contain{background-size:contain}.bg-center{background-position:center}[class*=border]{border-style:solid}.border-1{border-width:1px}.border-2{border-width:2px}.border-color-white{border-color:var(--c-white)}.border-color-black{border-color:var(--c-black)}.border-color-accent{border-color:var(--c-accent)}.border-color-light{border-color:var(--c-light)}.center{margin:0 auto}.center-abs{left:0;right:0;margin:0 auto}.color-white{color:var(--c-white)}.color-black{color:var(--c-black)}.color-inherit{color:inherit}.color-primary{color:var(--c-primary)}.color-secondary{color:var(--c-secondary)}.color-light{color:var(--c-light)}.color-gray{color:var(--c-gray)}.color-dark{color:var(--c-dark)}.color-accent{color:var(--c-accent)}.color-green{color:var(--c-green)}.d-grid{display:grid}.g-col-1{grid-template-columns:1fr}.g-col-2{grid-template-columns:repeat(2,1fr)}@media (max-width: 992px){.g-col-2.g-col-1-lg{grid-template-columns:1fr}}@media (max-width: 768px){.g-col-2.g-col-1-md{grid-template-columns:1fr}}@media (max-width: 600px){.g-col-2.g-col-1-sm{grid-template-columns:1fr}}.g-col-3{grid-template-columns:repeat(3,1fr)}@media (max-width: 992px){.g-col-3.g-col-2-lg{grid-template-columns:repeat(2,1fr)}}@media (max-width: 992px){.g-col-3.g-col-1-lg{grid-template-columns:1fr}}@media (max-width: 768px){.g-col-3.g-col-1-md{grid-template-columns:1fr}}@media (max-width: 600px){.g-col-3.g-col-1-sm{grid-template-columns:1fr}}.g-col-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1200px){.g-col-4.g-col-3-xl{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1200px){.g-col-4.g-col-2-xl{grid-template-columns:repeat(2,1fr)}}@media (max-width: 992px){.g-col-4.g-col-2-lg{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.g-col-4.g-col-2-md{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.g-col-4.g-col-2-sm{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.g-col-4.g-col-1-md{grid-template-columns:1fr}}@media (max-width: 600px){.g-col-4.g-col-1-sm{grid-template-columns:1fr}}.flex{display:flex}@media (max-width: 1200px){.flex.col-1-xl{flex-wrap:wrap}.flex.col-1-xl>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%!important}}@media (max-width: 992px){.flex.col-1-lg{flex-wrap:wrap}.flex.col-1-lg>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%!important}}@media (max-width: 768px){.flex.col-1-md{flex-wrap:wrap}.flex.col-1-md>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%!important}}.flex.col-2>*{flex-grow:1;flex-shrink:0;flex-basis:0%;width:48%}@media (max-width: 600px){.flex.col-2.col-1-sm{flex-wrap:wrap}.flex.col-2.col-1-sm>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%!important}}@media (max-width: 768px){.flex.col-2.col-1-md{flex-wrap:wrap}.flex.col-2.col-1-md>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%}}.flex.col-3>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:31%}@media (max-width: 1200px){.flex.col-3.col-2-xl{flex-wrap:wrap}.flex.col-3.col-2-xl>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:48%!important}}@media (max-width: 992px){.flex.col-3.col-2-lg{flex-wrap:wrap}.flex.col-3.col-2-lg>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:48%!important}}@media (max-width: 768px){.flex.col-3.col-2-lg.col-1-md{flex-wrap:wrap}.flex.col-3.col-2-lg.col-1-md>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%!important}}@media (max-width: 768px){.flex.col-3.col-2-md{flex-wrap:wrap}.flex.col-3.col-2-md>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:48%!important}}@media (max-width: 768px){.flex.col-3.col-2-md.col-1-md{flex-wrap:wrap}.flex.col-3.col-2-md.col-1-md>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%!important}}@media (max-width: 992px){.flex.col-3.col-1-lg{flex-wrap:wrap}.flex.col-3.col-1-lg>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%}}@media (max-width: 768px){.flex.col-3.col-1-md{flex-wrap:wrap}.flex.col-3.col-1-md>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%!important}}@media (max-width: 600px){.flex.col-3.col-1-sm{flex-wrap:wrap}.flex.col-3.col-1-sm>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%!important}}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}@media (max-width: 1200px){.flex-row-xl{flex-direction:row}}@media (max-width: 992px){.flex-row-lg{flex-direction:row}}.flex-r-reverse{flex-direction:row-reverse}.flex-c-reverse{flex-direction:column-reverse}.flex-grow{flex:1 0 auto}.align-center{align-items:center}@media (max-width: 992px){.align-center-lg{align-items:center}}.align-stretch{align-items:stretch}.align-start{align-items:flex-start}.align-end{align-items:flex-end}@media (max-width: 992px){[class^=align].align-center-lg{align-items:center}}@media (max-width: 768px){[class^=align].align-center-md{align-items:center}}@media (max-width: 768px){[class^=align].align-center-sm{align-items:center}}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}@media (max-width: 992px){[class*=justify].justify-center-lg{justify-content:center}}@media (max-width: 768px){[class*=justify].justify-center-md{justify-content:center}}@media (max-width: 600px){[class*=justify].justify-center-sm{justify-content:center}}@media (max-width: 480px){[class*=justify].justify-center-xs{justify-content:center}}.a-self-end{align-self:flex-end}.font-primary{font-family:var(--font-family-primary)}.font-secondary{font-family:var(--font-family-secondary)}.fz-xl{font-size:calc(24px + (32 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.fz-xl{font-size:32px}}.fz-lg{font-size:calc(20px + (24 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.fz-lg{font-size:24px}}.fz-md{font-size:18px}.fz-sm{font-size:14px}.fw-100,.fw-200{font-weight:200}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.fw-900{font-weight:900}.gap-xxl{gap:calc(20px + (120 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.gap-xxl{gap:120px}}.gap-xl{gap:calc(20px + (86 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.gap-xl{gap:86px}}.gap-lg{gap:calc(20px + (64 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.gap-lg{gap:64px}}.gap-md{gap:calc(20px + (48 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.gap-md{gap:48px}}.gap-sm{gap:24px}@media (max-width: 768px){.gap-sm{gap:16px}}.gap-xs{gap:16px}.gap-xxs{gap:8px}.gap-6{gap:calc(20px + (60 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.gap-6{gap:60px}}.gap-5{gap:calc(20px + (50 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.gap-5{gap:50px}}.gap-4{gap:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.gap-4{gap:40px}}.gap-3{gap:calc(15px + (30 - 15) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.gap-3{gap:30px}}.gap-2{gap:20px}.gap-1{gap:10px}.c-gap-xxl{-moz-column-gap:calc(20px + (120 - 20) * (100vw - 360px) / (1440 - 360));column-gap:calc(20px + (120 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.c-gap-xxl{-moz-column-gap:120px;column-gap:120px}}.c-gap-xl{-moz-column-gap:calc(20px + (86 - 20) * (100vw - 360px) / (1440 - 360));column-gap:calc(20px + (86 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.c-gap-xl{-moz-column-gap:86px;column-gap:86px}}.c-gap-lg{-moz-column-gap:calc(20px + (64 - 20) * (100vw - 360px) / (1440 - 360));column-gap:calc(20px + (64 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.c-gap-lg{-moz-column-gap:64px;column-gap:64px}}.c-gap-md{-moz-column-gap:calc(20px + (48 - 20) * (100vw - 360px) / (1440 - 360));column-gap:calc(20px + (48 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.c-gap-md{-moz-column-gap:48px;column-gap:48px}}.c-gap-sm{-moz-column-gap:24px;column-gap:24px}@media (max-width: 768px){.c-gap-sm{-moz-column-gap:16px;column-gap:16px}}.c-gap-xs{-moz-column-gap:16px;column-gap:16px}.c-gap-xxs{-moz-column-gap:8px;column-gap:8px}.c-gap-6{-moz-column-gap:calc(20px + (60 - 20) * (100vw - 360px) / (1440 - 360));column-gap:calc(20px + (60 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.c-gap-6{-moz-column-gap:60px;column-gap:60px}}.c-gap-5{-moz-column-gap:calc(20px + (50 - 20) * (100vw - 360px) / (1440 - 360));column-gap:calc(20px + (50 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.c-gap-5{-moz-column-gap:50px;column-gap:50px}}.c-gap-4{-moz-column-gap:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360));column-gap:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.c-gap-4{-moz-column-gap:40px;column-gap:40px}}.c-gap-3{-moz-column-gap:calc(15px + (30 - 15) * (100vw - 360px) / (1440 - 360));column-gap:calc(15px + (30 - 15) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.c-gap-3{-moz-column-gap:30px;column-gap:30px}}.c-gap-2{-moz-column-gap:20px;column-gap:20px}.c-gap-1{-moz-column-gap:10px;column-gap:10px}.r-gap-xxl{row-gap:calc(20px + (120 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.r-gap-xxl{row-gap:120px}}.r-gap-xl{row-gap:calc(20px + (86 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.r-gap-xl{row-gap:86px}}.r-gap-lg{row-gap:calc(20px + (64 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.r-gap-lg{row-gap:64px}}.r-gap-md{row-gap:calc(20px + (48 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.r-gap-md{row-gap:48px}}.r-gap-sm{row-gap:24px}@media (max-width: 768px){.r-gap-sm{row-gap:16px}}.r-gap-xs{row-gap:16px}.r-gap-xxs{row-gap:8px}.r-gap-6{row-gap:calc(20px + (60 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.r-gap-6{row-gap:60px}}.r-gap-5{row-gap:calc(20px + (50 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.r-gap-5{row-gap:50px}}.r-gap-4{row-gap:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.r-gap-4{row-gap:40px}}.r-gap-3{row-gap:calc(15px + (30 - 15) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.r-gap-3{row-gap:30px}}.r-gap-2{row-gap:20px}.r-gap-1{row-gap:10px}.gradient-main{background-image:var(--main-gradient)}.h-max{height:100%}.icon:before{content:"";display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.icon-bg:before{width:var(--main-icon-size);height:var(--main-icon-size);aspect-ratio:1/1}.icon-input{background-repeat:no-repeat;background-size:24px;background-position:left 20px center;padding-left:50px}.icon-mask:before{content:"";background-color:currentColor;display:block;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;min-width:24px;height:24px;aspect-ratio:1/1}.icon-mask-bg:before{width:var(--main-icon-size);height:var(--main-icon-size);aspect-ratio:1/1}.icon-xl:before{width:64px;height:64px;aspect-ratio:1/1}.ls-02{letter-spacing:.02em}.ls-01{letter-spacing:.01em}.-ls-02{letter-spacing:-.02em}.-ls-01{letter-spacing:-.01em}.lh-100{line-height:1}.lh-110{line-height:1.1}.lh-115{line-height:1.15}.lh-120{line-height:1.2}.lh-125{line-height:1.25}.lh-130{line-height:1.3}.lh-135{line-height:1.35}.lh-140{line-height:1.4}.lh-145{line-height:1.45}.lh-150{line-height:1.5}.lh-155{line-height:1.55}.lh-160{line-height:1.6}.lh-165{line-height:1.65}.lh-170{line-height:1.7}.lh-175{line-height:1.75}.mb-xxl{margin-bottom:calc(36px + (120 - 36) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mb-xxl{margin-bottom:120px}}.mb-xl{margin-bottom:calc(30px + (86 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mb-xl{margin-bottom:86px}}.mb-lg{margin-bottom:calc(24px + (64 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mb-lg{margin-bottom:64px}}.mb-md{margin-bottom:calc(20px + (48 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mb-md{margin-bottom:48px}}.mb-sm{margin-bottom:24px}@media (max-width: 768px){.mb-sm{margin-bottom:16px}}.mb-xs{margin-bottom:16px}.mb-xxs{margin-bottom:8px}.mb-6{margin-bottom:calc(30px + (60 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mb-6{margin-bottom:60px}}.mb-5{margin-bottom:calc(24px + (50 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mb-5{margin-bottom:50px}}.mb-4{margin-bottom:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mb-4{margin-bottom:40px}}.mb-3{margin-bottom:calc(16px + (30 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mb-3{margin-bottom:30px}}.mb-2{margin-bottom:20px}.mb-1{margin-bottom:10px}.mb-05{margin-bottom:5px}.mr-xxl{margin-right:calc(36px + (120 - 36) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mr-xxl{margin-right:120px}}.mr-xl{margin-right:calc(30px + (86 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mr-xl{margin-right:86px}}.mr-lg{margin-right:calc(24px + (64 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mr-lg{margin-right:64px}}.mr-md{margin-right:calc(20px + (48 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mr-md{margin-right:48px}}.mr-sm{margin-right:24px}@media (max-width: 768px){.mr-sm{margin-right:16px}}.mr-xs{margin-right:16px}.mr-xxs{margin-right:8px}.mr-6{margin-right:calc(30px + (60 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mr-6{margin-right:60px}}.mr-5{margin-right:calc(24px + (50 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mr-5{margin-right:50px}}.mr-4{margin-right:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mr-4{margin-right:40px}}.mr-3{margin-right:calc(16px + (30 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mr-3{margin-right:30px}}.mr-2{margin-right:20px}.mr-1{margin-right:10px}.mr-05{margin-right:5px}.m-auto{margin-left:auto;margin-right:auto}.mt-auto{margin-top:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.op-80{opacity:.8}.op-70{opacity:.7}.op-60{opacity:.6}.op-50{opacity:.5}.op-40{opacity:.4}.op-20{opacity:.2}.d-block{display:block}.d-inline-block{display:inline-block}.no-hover{pointer-events:none}.img-cover{-o-object-fit:cover;object-fit:cover}.img-contain{-o-object-fit:contain;object-fit:contain}.list-disc{padding-left:35px}.list-disc li{list-style-type:disc}.list-disc li::marker{content:"• ";vertical-align:middle}.no-wrap{white-space:nowrap}.relative{position:relative}.absolute{position:absolute}.overflow{overflow:hidden}.overflow-y{overflow-y:hidden}.overflow-x{overflow-x:hidden}.overlay{position:relative;background-position:center;background-repeat:no-repeat;background-size:cover}.overlay:before{content:"";position:absolute;z-index:1;top:0;right:0;bottom:0;left:0}.overlay-linear:before{background-image:var(--dark-gradient)}.overlay-radial:before{background-image:var(--radial-gradient)}.overlay-dark:before{background-color:var(--c-dark)}.overlay-primary:before{background-color:var(--c-primary)}.overlay-accent:before{background-color:var(--c-accent)}.overlay-op-20:before{opacity:.2}.overlay-op-40:before{opacity:.2}.overlay-op-60:before{opacity:.2}.overlay-op-80:before{opacity:.8}.overlay-white:before{background-color:#fff}.overlay-black:before{background-color:#000}.py-xxl{padding-block:calc(36px + (120 - 36) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.py-xxl{padding-block:120px}}.py-xl{padding-block:calc(35px + (86 - 35) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.py-xl{padding-block:86px}}.py-lg{padding-block:calc(32px + (64 - 32) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.py-lg{padding-block:64px}}.py-md{padding-block:calc(24px + (48 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.py-md{padding-block:48px}}.py-sm{padding-top:24px;padding-bottom:24px}@media (max-width: 768px){.py-sm{padding-top:16px;padding-bottom:16px}}.py-xs{padding-top:16px;padding-bottom:16px}.py-xxs{padding-top:8px;padding-bottom:8px}.py-6{padding-block:calc(35px + (60 - 35) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.py-6{padding-block:60px}}.py-5{padding-block:calc(32px + (50 - 32) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.py-5{padding-block:50px}}.py-4{padding-block:calc(24px + (40 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.py-4{padding-block:40px}}.py-3{padding-block:calc(16px + (30 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.py-3{padding-block:30px}}.py-2{padding-top:20px;padding-bottom:20px}.py-1{padding-top:10px;padding-bottom:10px}.px-xxl{padding-inline:calc(36px + (120 - 36) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-xxl{padding-inline:120px}}.px-xl{padding-inline:calc(35px + (86 - 35) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-xl{padding-inline:86px}}.px-lg{padding-inline:calc(32px + (64 - 32) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-lg{padding-inline:64px}}.px-md{padding-inline:calc(24px + (48 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-md{padding-inline:48px}}.px-sm{padding-inline:calc(16px + (24 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-sm{padding-inline:24px}}.px-xs{padding-inline:16px}.px-xxs{padding-inline:8px}.px-6{padding-inline:calc(35px + (60 - 35) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-6{padding-inline:60px}}.px-5{padding-inline:calc(32px + (50 - 32) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-5{padding-inline:50px}}.px-4{padding-inline:calc(24px + (40 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-4{padding-inline:40px}}.px-3{padding-inline:calc(16px + (30 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-3{padding-inline:30px}}.px-2{padding-inline:20px}.px-1{padding-inline:10px}.pb-xxl{padding-bottom:calc(36px + (120 - 36) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-xxl{padding-bottom:120px}}.pb-xl{padding-bottom:calc(35px + (86 - 35) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-xl{padding-bottom:86px}}.pb-lg{padding-bottom:calc(32px + (64 - 32) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-lg{padding-bottom:64px}}.pb-md{padding-bottom:calc(24px + (48 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-md{padding-bottom:48px}}.pb-sm{padding-bottom:calc(16px + (24 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-sm{padding-bottom:24px}}.pb-xs{padding-bottom:16px}.pb-xxs{padding-bottom:8px}.pb-6{padding-bottom:calc(35px + (60 - 35) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-6{padding-bottom:60px}}.pb-5{padding-bottom:calc(32px + (50 - 32) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-5{padding-bottom:50px}}.pb-4{padding-bottom:calc(24px + (40 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-4{padding-bottom:40px}}.pb-3{padding-bottom:calc(16px + (40 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-3{padding-bottom:40px}}.pb-2{padding-bottom:20px}.pb-1{padding-bottom:10px}.pt-xxl{padding-top:calc(36px + (120 - 36) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-xxl{padding-top:120px}}.pt-xl{padding-top:calc(35px + (86 - 35) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-xl{padding-top:86px}}.pt-lg{padding-top:calc(32px + (64 - 32) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-lg{padding-top:64px}}.pt-md{padding-top:calc(24px + (48 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-md{padding-top:48px}}.pt-sm{padding-top:calc(16px + (24 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-sm{padding-top:24px}}.pt-xs{padding-top:16px}.pt-xxs{padding-top:8px}.pt-6{padding-top:calc(35px + (60 - 35) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-6{padding-top:60px}}.pt-5{padding-top:calc(32px + (50 - 32) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-5{padding-top:50px}}.pt-4{padding-top:calc(24px + (40 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-4{padding-top:40px}}.pt-3{padding-top:calc(16px + (40 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-3{padding-top:40px}}.pt-2{padding-top:20px}.pt-1{padding-top:10px}.pa-xxl{padding:calc(36px + (120 - 36) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-xxl{padding:120px}}.pa-xl{padding:calc(35px + (86 - 35) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-xl{padding:86px}}.pa-lg{padding:calc(32px + (64 - 32) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-lg{padding:64px}}.pa-md{padding:calc(24px + (48 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-md{padding:48px}}.pa-sm{padding:calc(16px + (24 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-sm{padding:24px}}.pa-xs{padding:16px}.pa-xxs{padding:8px}.pa-6{padding:calc(35px + (60 - 35) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-6{padding:60px}}.pa-5{padding:calc(32px + (50 - 32) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-5{padding:50px}}.pa-4{padding:calc(24px + (40 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-4{padding:40px}}.pa-3{padding:calc(16px + (30 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-3{padding:30px}}.pa-2{padding:20px}.pa-1{padding:10px}.dot-before,.dot-after{position:relative}.dot-before:before,.dot-before:after,.dot-after:before,.dot-after:after{display:block;width:3px;height:3px;border-radius:3px;background-color:var(--c-black)}.dot-after:after{content:""}.dot-before:before{content:""}.dot-accent:before,.dot-accent:after{background-color:var(--c-accent)}.dot-lg:before,.dot-lg:after{width:6px;height:6px}.num-after[data-number],.num-after [data-number],.num-before[data-number],.num-before [data-number]{position:relative}.num-after[data-number]:before,.num-after[data-number]:after,.num-after [data-number]:before,.num-after [data-number]:after,.num-before[data-number]:before,.num-before[data-number]:after,.num-before [data-number]:before,.num-before [data-number]:after{display:block;color:var(--c-black)}.num-after[data-number]:after,.num-after [data-number]:after{content:attr(data-number)}.num-before[data-number]:before,.num-before [data-number]:before{content:attr(data-number)}.num-accent[data-number]:before,.num-accent[data-number]:after,.num-accent [data-number]:before,.num-accent [data-number]:after{color:var(--c-accent)}.radius-lg{border-radius:var(--radius-lg);border-radius:calc(20px + (16 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.radius-lg{border-radius:16px}}.radius-md{border-radius:calc(16px + (8 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.radius-md{border-radius:8px}}.radius-sm{border-radius:4px}.radius-4{border-radius:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.radius-4{border-radius:40px}}.radius-3{border-radius:calc(15px + (30 - 15) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.radius-3{border-radius:30px}}.radius-2{border-radius:calc(10px + (20 - 10) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.radius-2{border-radius:20px}}.radius-1{border-radius:10px}.radius-circle{border-radius:50%}.text-center{text-align:center}@media (max-width: 992px){.text-center-lg{text-align:center}}@media (max-width: 768px){.text-center-md{text-align:center}}@media (max-width: 600px){.text-center-sm{text-align:center}}@media (max-width: 480px){.text-center-xs{text-align:center}}.text-right{text-align:right}.text-up{text-transform:uppercase}.text-low{text-transform:lowercase}.text-secondary{font-family:var(--font-family-secondary)}.text-italic{font-style:italic}.title-xxl{font-size:calc(60px + (136 - 60) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.title-xxl{font-size:136px}}.title-xl{font-size:calc(40px + (64 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.title-xl{font-size:64px}}.title-lg{font-size:calc(28px + (30 - 28) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.title-lg{font-size:30px}}.title-md{font-size:calc(20px + (24 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.title-md{font-size:24px}}.title-sm{font-size:18px}@media (max-width: 600px){.title-sm{font-size:18}}.title-xs{font-size:16px}@media (max-width: 480px){.title-xs{font-size:16}}.title-xxs{font-size:16px}.w-max{width:100%}*[class].btn{display:block;width:-moz-fit-content;width:fit-content;border-radius:8px;padding:6px 23px;font:inherit;font-weight:600;font-size:18px;line-height:1.55;letter-spacing:0;white-space:nowrap;text-align:center;color:var(--c-white);border:1px solid var(--c-accent);background-color:var(--c-accent);outline:2px solid transparent;transition-property:background-color,color,border-color,outline;transition-duration:.2s}*[class].btn:focus{outline-color:var(--c-black);outline-offset:3px}@media (hover: hover) and (pointer: fine){*[class].btn:hover{border-color:var(--c-accent);color:var(--c-black)!important;background-color:var(--c-white)}}*[class].btn-white{background-color:var(--c-white);color:var(--c-black)!important;border-color:var(--c-white)}@media (hover: hover) and (pointer: fine){*[class].btn-white:hover{border-color:var(--c-accent);color:var(--c-white)!important;background-color:var(--c-accent)}}*[class].btn-icon{display:flex;align-items:center;gap:2px}*[class].btn-icon:before{content:"";display:block;min-width:24px;height:24px;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26121_2348)'%3E%3Cpath d='M5.44576 15.6015C5.51957 15.8046 5.71343 15.9431 5.93497 15.9431H7.08881C7.27344 15.9431 7.44883 16.0446 7.54111 16.2108L11.1596 22.8754C11.3442 23.2262 11.8334 23.2446 12.0457 22.9215L13.4765 20.7616C13.5134 20.6877 13.5781 20.6323 13.6427 20.5954L15.8027 19.3216C15.9042 19.2662 15.978 19.1738 16.0242 19.0723L18.2396 13.5338C18.3135 13.3307 18.5073 13.2016 18.7196 13.2016H19.7073C19.9104 13.2016 20.095 13.0908 20.178 12.9062L21.0827 10.9861H3.76576L5.44576 15.6015ZM14.4827 17.0139L15.3596 14.8169C15.4611 14.5769 15.7288 14.4662 15.9596 14.5584C16.1996 14.6508 16.3103 14.9185 16.2181 15.1585L15.3411 17.3554C15.2673 17.54 15.0919 17.6508 14.9165 17.6508C14.8519 17.6508 14.7965 17.6415 14.7412 17.6138C14.5011 17.5215 14.3904 17.2538 14.4827 17.0139ZM24.0385 9.14134H19.4566L16.0611 2.13386C15.978 1.95848 15.8027 1.84766 15.6089 1.84766H12.775C12.618 1.84766 12.4704 1.92152 12.3781 2.05076L10.5781 4.41384C10.4396 4.59847 10.1996 4.66309 9.98729 4.57999L8.06728 3.80463C7.80884 3.70305 7.51345 3.8323 7.41193 4.09078L5.49997 9.14134H0.961539C0.70643 9.14134 0.5 9.34777 0.5 9.60288C0.5 9.85799 0.70643 10.0644 0.961539 10.0644H24.0385C24.2936 10.0644 24.5 9.85799 24.5 9.60288C24.5 9.34777 24.2936 9.14134 24.0385 9.14134ZM15.0457 3.99844C15.2765 3.88768 15.5534 3.9892 15.6642 4.21079L16.7535 6.46304C16.8642 6.69381 16.7719 6.97078 16.5411 7.08155C16.4765 7.11845 16.4027 7.12769 16.3381 7.12769C16.1627 7.12769 15.9965 7.03541 15.9227 6.8692L14.8334 4.61689C14.7227 4.38612 14.815 4.10921 15.0457 3.99844Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26121_2348'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26121_2348)'%3E%3Cpath d='M5.44576 15.6015C5.51957 15.8046 5.71343 15.9431 5.93497 15.9431H7.08881C7.27344 15.9431 7.44883 16.0446 7.54111 16.2108L11.1596 22.8754C11.3442 23.2262 11.8334 23.2446 12.0457 22.9215L13.4765 20.7616C13.5134 20.6877 13.5781 20.6323 13.6427 20.5954L15.8027 19.3216C15.9042 19.2662 15.978 19.1738 16.0242 19.0723L18.2396 13.5338C18.3135 13.3307 18.5073 13.2016 18.7196 13.2016H19.7073C19.9104 13.2016 20.095 13.0908 20.178 12.9062L21.0827 10.9861H3.76576L5.44576 15.6015ZM14.4827 17.0139L15.3596 14.8169C15.4611 14.5769 15.7288 14.4662 15.9596 14.5584C16.1996 14.6508 16.3103 14.9185 16.2181 15.1585L15.3411 17.3554C15.2673 17.54 15.0919 17.6508 14.9165 17.6508C14.8519 17.6508 14.7965 17.6415 14.7412 17.6138C14.5011 17.5215 14.3904 17.2538 14.4827 17.0139ZM24.0385 9.14134H19.4566L16.0611 2.13386C15.978 1.95848 15.8027 1.84766 15.6089 1.84766H12.775C12.618 1.84766 12.4704 1.92152 12.3781 2.05076L10.5781 4.41384C10.4396 4.59847 10.1996 4.66309 9.98729 4.57999L8.06728 3.80463C7.80884 3.70305 7.51345 3.8323 7.41193 4.09078L5.49997 9.14134H0.961539C0.70643 9.14134 0.5 9.34777 0.5 9.60288C0.5 9.85799 0.70643 10.0644 0.961539 10.0644H24.0385C24.2936 10.0644 24.5 9.85799 24.5 9.60288C24.5 9.34777 24.2936 9.14134 24.0385 9.14134ZM15.0457 3.99844C15.2765 3.88768 15.5534 3.9892 15.6642 4.21079L16.7535 6.46304C16.8642 6.69381 16.7719 6.97078 16.5411 7.08155C16.4765 7.11845 16.4027 7.12769 16.3381 7.12769C16.1627 7.12769 15.9965 7.03541 15.9227 6.8692L14.8334 4.61689C14.7227 4.38612 14.815 4.10921 15.0457 3.99844Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26121_2348'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");background-color:currentColor}@media (hover: hover) and (pointer: fine){*[class].btn-icon:hover:before{background-color:var(--c-primary)}}button.formsapp-popup-button{color:var(--c-white)!important;margin-top:0!important;margin-bottom:0!important}.faq .main-title{margin-bottom:30px}.accordions.list li:not(:last-child){margin-bottom:24px}.accordion-card{border-bottom:1px solid rgba(0,0,0,.16)}.accordion-card summary{position:relative;cursor:pointer;padding-block:0 8px;padding-right:64px;font-size:20px}@media (max-width: 1200px){.accordion-card summary{padding-right:30px}}.accordion-card summary:after{content:"";display:block;position:absolute;right:0;width:32px;height:32px;top:calc(50% - 16px);background-color:#354d64;opacity:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.12 21.0601L16 14.9401L9.88 21.0601L8 19.1667L16 11.1667L24 19.1667L22.12 21.0601Z' fill='%233B5B5F'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.12 21.0601L16 14.9401L9.88 21.0601L8 19.1667L16 11.1667L24 19.1667L22.12 21.0601Z' fill='%233B5B5F'/%3E%3C/svg%3E%0A");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;transition:.15s ease-in-out;transform:scaleY(-1)}@media (max-width: 1200px){.accordion-card summary:after{right:0}}.accordion-card__body{border-radius:16px;padding-bottom:24px;font-size:16px;line-height:20px}@media (max-width: 1200px){.accordion-card__body{padding-top:0}}.accordion-card h3{font-size:20px;font-weight:600;line-height:1.3;color:var(--c-dark)}.accordion-card[open] summary:after{transform:scaleY(-1);background-color:var(--c-gray)}.header{position:fixed;left:0;right:0;top:0;z-index:20;margin:0 auto;padding:0;width:100%;background-color:var(--c-primary);transition-property:transform,padding,background-color;transition-duration:.3s;transition-timing-function:ease-in-out}.header.hide{transform:translateY(calc(-100% - 30px))}.nav{position:relative;padding:16px 0}@media (max-width: 600px){.nav{justify-content:space-between}}.nav.opened{box-shadow:unset!important}.nav.opened .nav__inner{transform:translateY(0);transition:transform .2s ease-in-out}.nav__inner{gap:24px}@media (max-width: 1200px){.nav__inner{gap:0;padding:45px 0 30px;position:absolute;left:-15px;right:0;width:calc(100% + 30px);top:45px;flex-direction:column;background-color:var(--c-primary);transform:translateY(-200%);overflow-y:auto;z-index:-1}}@media (max-height: 600px){.nav__inner{height:calc(100svh - 70px)}}.logo{display:block;width:-moz-fit-content;width:fit-content;outline:2px solid transparent;transition:.3s ease-in-out}.logo:focus{outline-color:var(--c-accent);outline-offset:10px}@media (max-width: 480px){.logo{max-width:200px}}.nav-menu{gap:24px}@media (max-width: 1200px){.nav-menu{flex-direction:column;margin-bottom:30px;align-items:center;padding-left:0;gap:24px}}@media (max-height: 600px){.nav-menu{overflow-y:scroll}}.header .link{display:block;font-size:16px;font-weight:500;line-height:1.3;white-space:nowrap;color:var(--c-black);background-color:transparent;border-radius:20px;outline:2px solid transparent;padding:0;transition:.3s ease-in-out}.header .link:focus{outline-color:var(--c-white);outline-offset:10px}@media (hover: hover) and (pointer: fine){.header .link:hover{color:var(--c-black);-webkit-text-decoration:underline 1px solid var(--c-black);text-decoration:underline 1px solid var(--c-black)}}.header .link.current{font-weight:700}@media (max-width: 1200px){.header .link{font-size:24px;padding:10px 20px}}.nav-actions{gap:16px}@media (max-width: 1200px){.nav-actions{flex-direction:column;align-items:center}}.nav-actions .request-btn{border-color:#fff6}.burger{display:none;min-width:36px;height:30px;position:relative;z-index:10;color:var(--c-dark);cursor:pointer}@media (max-width: 1200px){.burger{display:block}}.burger__line{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;height:2px;background-color:currentColor;transition:transform .3s ease-in-out}.burger:before,.burger:after{content:"";position:absolute;left:0;width:100%;height:2px;background-color:currentColor;transition:transform .3s ease-in-out,top .3s ease-in-out}.burger:before{top:0;border-radius:2px 2px 0 0}.burger:after{top:calc(100% - 2px);border-radius:0 0 2px 2px}.page.open .burger .burger__line{transform:scale(0);transition:transform .3s ease-in-out;background-color:var(--c-dark)}.page.open .burger:before,.page.open .burger:after{background-color:var(--c-dark);transform:rotate(45deg);top:50%;transition:transform .3s ease-in-out,top .3s ease-in-out;border-radius:0}.page.open .burger:after{transform:rotate(-45deg)}.footer{background-color:var(--c-dark);color:var(--c-white)}@media (max-width: 992px){.footer .logo{margin-inline:auto}}@media (max-width: 600px){.footer .details{text-align:center}}@media (max-width: 768px){.copy{text-align:center}}.contacts .container{padding-top:calc(40px + (86 - 40) * (100vw - 360px) / (1440 - 360));padding-bottom:calc(40px + (78 - 40) * (100vw - 360px) / (1440 - 360));background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:8px;max-width:1312px}@media (min-width: 1440px){.contacts .container{padding-top:86px}}@media (min-width: 1440px){.contacts .container{padding-bottom:78px}}@media (max-width: 1200px){.contacts .inner{flex-wrap:wrap}}.contacts .content{max-width:421px}@media (max-width: 1200px){.contacts .content{max-width:100%}}.contacts .title{margin-bottom:8px}@media (max-width: 600px){.contacts .form{width:100%;max-width:450px}}@media (max-width: 600px){.contacts .form-group{flex-direction:column}}.contacts .input{background-color:#fff;width:495px;padding:24px 36px;font-size:18px;border-radius:8px}@media (max-width: 1200px){.contacts .input{flex:1 0 50%;width:100%}}@media (max-width: 600px){.contacts .input{flex:1 0 100%}}.contacts .input::-moz-placeholder{font-style:italic}.contacts .input::placeholder{font-style:italic}.contacts .btn{padding-inline:22px;color:var(--c-black)}@media (max-width: 600px){.contacts .btn{width:100%}}.main-top{padding-top:75px}@media (max-width: 1200px){.main-top{padding-top:68px}}@media (max-width: 600px){.main-top{padding-top:60px}}.main-title{font-family:var(--font-family-secondary);font-weight:700}.main-title,.card__title{color:var(--c-black)}.hero .main-title{color:var(--c-white)}.max-1090{max-width:1090px}.max-1090.container{max-width:1120px}.max-866{max-width:866px}.max-866.container{max-width:896px}.article-page{padding-top:150px}.article-page .list{padding-bottom:64px}.article-page .card{margin-inline:auto}.article-page .card__img{width:100%;-o-object-fit:cover;object-fit:cover;height:250px;border-radius:8px}.article-page .card__title{margin-bottom:24px}.article-page .card__link{font-size:20px;display:inline-block}.home-hero{background-position:center;background-size:cover;background-repeat:no-repeat}.home-hero .hero__inner{padding-bottom:calc(60px + (67 - 60) * (100vw - 360px) / (1440 - 360));min-height:700px;height:100svh;display:flex;align-items:flex-end}@media (min-width: 1440px){.home-hero .hero__inner{padding-bottom:67px}}.home-hero .btn{padding:14px 32px}.our-mission{padding-top:calc(60px + (280 - 60) * (100vw - 360px) / (1440 - 360));background-position:center;background-size:contain;background-repeat:no-repeat}@media (min-width: 1440px){.our-mission{padding-top:280px}}.our-mission .inner{padding-inline:calc(30px + (112 - 30) * (100vw - 360px) / (1440 - 360));padding-block:calc(30px + (65 - 30) * (100vw - 360px) / (1440 - 360));background-color:#fff;border-radius:16px}@media (min-width: 1440px){.our-mission .inner{padding-inline:112px}}@media (min-width: 1440px){.our-mission .inner{padding-block:65px}}.our-mission .content{max-width:421px}@media (max-width: 992px){.our-mission .content{max-width:100%}}.our-mission .main-text{margin-bottom:40px}@media (max-width: 992px){.our-mission .list{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.our-mission .list{grid-template-columns:1fr}}.our-mission .list li:not(:last-child){margin-bottom:26px}@media (max-width: 992px){.our-mission .row{flex-direction:column;gap:24px}}.our-mission .image-wrap{padding-left:86px}@media (max-width: 992px){.our-mission .image-wrap{padding-left:0;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.our-mission .image-wrap img{width:100%;-o-object-fit:cover;object-fit:cover;height:250px;border-radius:8px}}@media (max-width: 600px){.our-mission .image-wrap{grid-template-columns:1fr}}.our-mission .image-wrap .img-2{position:absolute;bottom:0;left:0;border:16px solid #fff;transform:translate(-103px) translateY(11px);border-radius:8px}@media (max-width: 992px){.our-mission .image-wrap .img-2{position:static;transform:unset;border:0}}.our-mission .icon{display:flex;align-items:center;gap:10px}.our-mission .icon:before{content:"";display:block;min-width:36px;height:36px;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.51278 11.9782C11.4032 11.9782 12.2749 7.91593 9.51278 7.91593C6.75062 7.91593 7.62236 11.9782 9.51278 11.9782ZM22.7116 5H29.1644L27.9806 6.55559L29.1644 8.11119H22.7116V20.0249L23.5721 20.8911L15.5702 26.8928C15.3226 27.0785 15.2725 27.4296 15.4581 27.6772C15.6438 27.9248 15.995 27.9749 16.2425 27.7893L24.3695 21.6939L34.1719 31.5614H6.01291L21.5866 19.8807V5C21.5866 4.68936 21.8385 4.4375 22.1491 4.4375C22.4598 4.4375 22.7116 4.68936 22.7116 5ZM11.7381 23.2298V20.9751L9.51278 18.7205V25.4845L7.28746 27.1217V14.5055L3.53158 18.3017C3.17151 18.6657 2.551 18.6337 2.1512 18.2292C1.75141 17.8246 1.71773 17.1946 2.07773 16.8306L6.52134 12.3372H8.12488C8.5033 12.5668 8.97081 12.6962 9.51278 12.6962C10.0547 12.6962 10.5223 12.5668 10.9007 12.3372H13.1973L16.7002 10.2807C17.1418 10.0214 17.7333 10.2138 18.0148 10.708C18.2962 11.2023 18.1653 11.8188 17.7238 12.078L13.5558 14.525H11.3305V17.3855L13.9634 20.0413V23.2299H11.7381V23.2298Z' fill='%23073560'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.51278 11.9782C11.4032 11.9782 12.2749 7.91593 9.51278 7.91593C6.75062 7.91593 7.62236 11.9782 9.51278 11.9782ZM22.7116 5H29.1644L27.9806 6.55559L29.1644 8.11119H22.7116V20.0249L23.5721 20.8911L15.5702 26.8928C15.3226 27.0785 15.2725 27.4296 15.4581 27.6772C15.6438 27.9248 15.995 27.9749 16.2425 27.7893L24.3695 21.6939L34.1719 31.5614H6.01291L21.5866 19.8807V5C21.5866 4.68936 21.8385 4.4375 22.1491 4.4375C22.4598 4.4375 22.7116 4.68936 22.7116 5ZM11.7381 23.2298V20.9751L9.51278 18.7205V25.4845L7.28746 27.1217V14.5055L3.53158 18.3017C3.17151 18.6657 2.551 18.6337 2.1512 18.2292C1.75141 17.8246 1.71773 17.1946 2.07773 16.8306L6.52134 12.3372H8.12488C8.5033 12.5668 8.97081 12.6962 9.51278 12.6962C10.0547 12.6962 10.5223 12.5668 10.9007 12.3372H13.1973L16.7002 10.2807C17.1418 10.0214 17.7333 10.2138 18.0148 10.708C18.2962 11.2023 18.1653 11.8188 17.7238 12.078L13.5558 14.525H11.3305V17.3855L13.9634 20.0413V23.2299H11.7381V23.2298Z' fill='%23073560'/%3E%3C/svg%3E%0A");background-color:currentColor}.our-mission .icon-env:before{content:"";display:block;min-width:32px;height:32px;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1426 23.6292L19.6489 26.3014C20.78 26.766 20.9828 28.4431 20.3831 29.2423C19.965 29.2477 19.55 29.184 19.1594 29.0236L15.5917 27.5583C15.3053 27.4406 14.9778 27.5774 14.8601 27.8638C14.7424 28.1502 14.8791 28.4777 15.1655 28.5954L18.7331 30.0607C20.1139 30.6278 21.4173 30.3946 22.754 29.8362L28.3058 27.5644C30.1249 27.077 31.291 29.1996 29.7857 29.8284L20.1037 33.873C19.3416 34.1913 18.5722 34.1936 17.8082 33.8798L11.9134 31.4588C11.1494 31.145 10.38 31.1473 9.61791 31.4657L8.70525 31.8469L6.10327 25.6176L10.847 23.636C11.6092 23.3177 12.3786 23.3154 13.1426 23.6292ZM19.502 23.2319C17.5448 22.492 15.8743 21.1682 14.7031 19.4732C12.3665 16.0912 12.2947 11.6079 14.5204 8.15173C14.3799 8.10026 14.241 8.04408 14.1038 7.9834C13.8751 7.89382 13.7245 7.66017 13.7507 7.40389C13.7558 7.35467 13.7614 7.30552 13.7675 7.25651C13.1415 8.166 12.6448 9.17077 12.3043 10.2442C10.4791 15.9966 13.4942 22.1646 19.1065 24.2822C19.3965 24.3914 19.7202 24.2448 19.8294 23.9548C19.9386 23.6648 19.7921 23.3411 19.502 23.2319ZM14.8484 7.67297C15.796 6.37008 17.0371 5.30583 18.4769 4.57226C18.7535 4.43149 18.8637 4.09308 18.723 3.8164C18.5822 3.53972 18.2438 3.42954 17.9671 3.57031C16.6763 4.22808 15.512 5.14256 14.5612 6.23374C15.0136 4.78193 15.9918 3.48973 17.4126 2.66946C19.2241 1.62356 21.3403 1.58419 23.1143 2.37724C22.9141 4.31007 21.8219 6.12307 20.0104 7.16897C18.3793 8.11067 16.5014 8.23617 14.8484 7.67297ZM26.7266 4.11692C26.4365 4.00772 26.29 3.684 26.3992 3.39403C26.5084 3.10399 26.8321 2.95746 27.1221 3.06666C32.7343 5.18419 35.7495 11.3521 33.9243 17.1046C33.5837 18.1781 33.087 19.1828 32.461 20.0923C32.4672 20.0433 32.4728 19.9942 32.4779 19.945C32.5041 19.6887 32.3535 19.455 32.1247 19.3654C31.9876 19.3048 31.8487 19.2487 31.7081 19.1971C33.9339 15.741 33.8621 11.2576 31.5255 7.87568C30.3543 6.18059 28.6838 4.85688 26.7266 4.11692ZM31.3802 19.6759C29.7273 19.1127 27.8492 19.2382 26.2181 20.1799C24.4066 21.2258 23.3144 23.0388 23.1143 24.9716C24.8882 25.7647 27.0044 25.7254 28.8159 24.6794C30.2367 23.8591 31.2149 22.5669 31.6673 21.1151C30.7165 22.2063 29.5522 23.1207 28.2614 23.7785C27.9847 23.9193 27.6463 23.8091 27.5055 23.5324C27.3648 23.2558 27.475 22.9174 27.7516 22.7766C29.1914 22.043 30.4326 20.9788 31.3802 19.6759ZM30.5291 9.98323C29.0656 9.58048 27.3236 9.91847 27.2066 11.6386C27.093 13.3068 28.9629 13.119 29.45 13.9681C30.2183 15.3072 28.747 16.1421 28.1606 16.9854C27.8653 17.41 27.668 17.8828 27.7769 18.3837C28.2973 18.2699 28.8269 18.2132 29.3596 18.2138C29.5801 18.2141 29.8008 18.2241 30.0212 18.2443C31.6483 15.7905 31.8499 12.6313 30.5291 9.98323ZM25.3145 5.68896C24.2435 6.97456 24.0976 7.98502 24.8771 8.72006C25.4678 9.10742 26.0102 8.904 26.5044 8.10982C27.1499 7.52904 27.8226 7.29335 28.5225 7.40262C27.6063 6.61196 26.5148 6.01901 25.3145 5.68896ZM21.9224 7.14485C21.7998 8.0104 20.7821 8.04464 20.4444 8.4301C20.0372 8.895 20.2132 9.48872 20.5924 9.77707C21.2376 10.2677 23.1161 9.44421 23.4677 10.9895C23.6732 11.8931 22.2535 11.8779 21.9424 12.9596C21.6096 14.1161 23.0707 14.2585 22.4134 15.5239C20.8614 18.5116 20.1232 18.3025 20.0102 17.7831C19.6436 16.0978 19.1412 16.2592 19.7715 14.6526C20.2485 12.8731 18.5184 13.231 17.7855 12.5638C16.6935 11.5698 18.4843 10.7477 17.4996 9.62991C17.29 9.3919 16.9691 9.25353 16.6086 9.13034C16.9879 9.14419 17.3671 9.12872 17.7431 9.08428L17.7431 9.08421C18.4216 9.00406 19.0895 8.82933 19.7279 8.56193V8.56207C20.5393 8.22211 21.2827 7.74138 21.9224 7.14485ZM23.3049 5.39513C23.7845 5.40603 24.2539 5.45806 24.7101 5.54714C23.803 6.71876 23.3665 8.06693 24.4927 9.12879L24.4934 9.12809L24.6118 9.21682C25.5213 9.78256 26.357 9.36427 26.9293 8.48853L26.9361 8.47812C27.1852 8.26339 27.4324 8.11299 27.6776 8.02707C27.9195 7.94227 28.1653 7.91766 28.4148 7.95317C28.5999 7.98917 28.7982 7.93081 28.9342 7.78343C29.4034 8.247 29.8174 8.76619 30.1657 9.33031C28.4843 9.05215 26.7747 9.71147 26.6463 11.6013C26.5491 13.0296 27.432 13.4314 28.2584 13.8075C28.5704 13.9495 28.8696 14.0857 28.9622 14.2472C29.3332 14.8938 28.7944 15.4568 28.3056 15.9676C28.0789 16.2045 27.8598 16.4335 27.6991 16.6646C27.3143 17.218 27.0789 17.8486 27.2322 18.5247C25.4026 19.0738 23.8604 20.3062 22.9238 21.9535C18.4381 21.8523 14.8328 18.1845 14.8328 13.6744C14.8328 12.1487 15.2458 10.7196 15.9655 9.49217C16.1616 9.61592 16.8304 9.72047 17.0777 10.0012C17.7191 10.7292 15.9891 11.6878 17.4075 12.979C17.7315 13.274 18.1287 13.4016 18.5221 13.5279C18.9674 13.6709 19.4036 13.8111 19.2352 14.4824C18.7408 15.7543 18.8639 16.0871 19.1362 16.8219C19.2326 17.0824 19.3537 17.4089 19.4609 17.9016C19.5619 18.366 19.9419 18.7158 20.4609 18.6443C21.3128 18.5269 22.1671 17.2176 22.9122 15.7831C23.7379 14.1935 22.2722 13.8458 22.4829 13.1133C22.722 12.2822 24.3354 12.2758 24.0149 10.8664C23.6917 9.4452 22.6024 9.42502 21.642 9.40723C21.2932 9.40083 21.0151 9.40428 20.9111 9.31378C20.7633 9.18511 20.7136 8.97347 20.8664 8.7991C20.9049 8.75522 21.0521 8.68779 21.211 8.61502C21.9243 8.28828 22.7651 7.90247 22.48 6.56492C22.7925 6.20224 23.0687 5.81046 23.3049 5.39513ZM5.04654 24.5447L1.54688 26.0065L6.76455 34.1719L8.72592 33.3526L5.04654 24.5447Z' fill='%23073560'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1426 23.6292L19.6489 26.3014C20.78 26.766 20.9828 28.4431 20.3831 29.2423C19.965 29.2477 19.55 29.184 19.1594 29.0236L15.5917 27.5583C15.3053 27.4406 14.9778 27.5774 14.8601 27.8638C14.7424 28.1502 14.8791 28.4777 15.1655 28.5954L18.7331 30.0607C20.1139 30.6278 21.4173 30.3946 22.754 29.8362L28.3058 27.5644C30.1249 27.077 31.291 29.1996 29.7857 29.8284L20.1037 33.873C19.3416 34.1913 18.5722 34.1936 17.8082 33.8798L11.9134 31.4588C11.1494 31.145 10.38 31.1473 9.61791 31.4657L8.70525 31.8469L6.10327 25.6176L10.847 23.636C11.6092 23.3177 12.3786 23.3154 13.1426 23.6292ZM19.502 23.2319C17.5448 22.492 15.8743 21.1682 14.7031 19.4732C12.3665 16.0912 12.2947 11.6079 14.5204 8.15173C14.3799 8.10026 14.241 8.04408 14.1038 7.9834C13.8751 7.89382 13.7245 7.66017 13.7507 7.40389C13.7558 7.35467 13.7614 7.30552 13.7675 7.25651C13.1415 8.166 12.6448 9.17077 12.3043 10.2442C10.4791 15.9966 13.4942 22.1646 19.1065 24.2822C19.3965 24.3914 19.7202 24.2448 19.8294 23.9548C19.9386 23.6648 19.7921 23.3411 19.502 23.2319ZM14.8484 7.67297C15.796 6.37008 17.0371 5.30583 18.4769 4.57226C18.7535 4.43149 18.8637 4.09308 18.723 3.8164C18.5822 3.53972 18.2438 3.42954 17.9671 3.57031C16.6763 4.22808 15.512 5.14256 14.5612 6.23374C15.0136 4.78193 15.9918 3.48973 17.4126 2.66946C19.2241 1.62356 21.3403 1.58419 23.1143 2.37724C22.9141 4.31007 21.8219 6.12307 20.0104 7.16897C18.3793 8.11067 16.5014 8.23617 14.8484 7.67297ZM26.7266 4.11692C26.4365 4.00772 26.29 3.684 26.3992 3.39403C26.5084 3.10399 26.8321 2.95746 27.1221 3.06666C32.7343 5.18419 35.7495 11.3521 33.9243 17.1046C33.5837 18.1781 33.087 19.1828 32.461 20.0923C32.4672 20.0433 32.4728 19.9942 32.4779 19.945C32.5041 19.6887 32.3535 19.455 32.1247 19.3654C31.9876 19.3048 31.8487 19.2487 31.7081 19.1971C33.9339 15.741 33.8621 11.2576 31.5255 7.87568C30.3543 6.18059 28.6838 4.85688 26.7266 4.11692ZM31.3802 19.6759C29.7273 19.1127 27.8492 19.2382 26.2181 20.1799C24.4066 21.2258 23.3144 23.0388 23.1143 24.9716C24.8882 25.7647 27.0044 25.7254 28.8159 24.6794C30.2367 23.8591 31.2149 22.5669 31.6673 21.1151C30.7165 22.2063 29.5522 23.1207 28.2614 23.7785C27.9847 23.9193 27.6463 23.8091 27.5055 23.5324C27.3648 23.2558 27.475 22.9174 27.7516 22.7766C29.1914 22.043 30.4326 20.9788 31.3802 19.6759ZM30.5291 9.98323C29.0656 9.58048 27.3236 9.91847 27.2066 11.6386C27.093 13.3068 28.9629 13.119 29.45 13.9681C30.2183 15.3072 28.747 16.1421 28.1606 16.9854C27.8653 17.41 27.668 17.8828 27.7769 18.3837C28.2973 18.2699 28.8269 18.2132 29.3596 18.2138C29.5801 18.2141 29.8008 18.2241 30.0212 18.2443C31.6483 15.7905 31.8499 12.6313 30.5291 9.98323ZM25.3145 5.68896C24.2435 6.97456 24.0976 7.98502 24.8771 8.72006C25.4678 9.10742 26.0102 8.904 26.5044 8.10982C27.1499 7.52904 27.8226 7.29335 28.5225 7.40262C27.6063 6.61196 26.5148 6.01901 25.3145 5.68896ZM21.9224 7.14485C21.7998 8.0104 20.7821 8.04464 20.4444 8.4301C20.0372 8.895 20.2132 9.48872 20.5924 9.77707C21.2376 10.2677 23.1161 9.44421 23.4677 10.9895C23.6732 11.8931 22.2535 11.8779 21.9424 12.9596C21.6096 14.1161 23.0707 14.2585 22.4134 15.5239C20.8614 18.5116 20.1232 18.3025 20.0102 17.7831C19.6436 16.0978 19.1412 16.2592 19.7715 14.6526C20.2485 12.8731 18.5184 13.231 17.7855 12.5638C16.6935 11.5698 18.4843 10.7477 17.4996 9.62991C17.29 9.3919 16.9691 9.25353 16.6086 9.13034C16.9879 9.14419 17.3671 9.12872 17.7431 9.08428L17.7431 9.08421C18.4216 9.00406 19.0895 8.82933 19.7279 8.56193V8.56207C20.5393 8.22211 21.2827 7.74138 21.9224 7.14485ZM23.3049 5.39513C23.7845 5.40603 24.2539 5.45806 24.7101 5.54714C23.803 6.71876 23.3665 8.06693 24.4927 9.12879L24.4934 9.12809L24.6118 9.21682C25.5213 9.78256 26.357 9.36427 26.9293 8.48853L26.9361 8.47812C27.1852 8.26339 27.4324 8.11299 27.6776 8.02707C27.9195 7.94227 28.1653 7.91766 28.4148 7.95317C28.5999 7.98917 28.7982 7.93081 28.9342 7.78343C29.4034 8.247 29.8174 8.76619 30.1657 9.33031C28.4843 9.05215 26.7747 9.71147 26.6463 11.6013C26.5491 13.0296 27.432 13.4314 28.2584 13.8075C28.5704 13.9495 28.8696 14.0857 28.9622 14.2472C29.3332 14.8938 28.7944 15.4568 28.3056 15.9676C28.0789 16.2045 27.8598 16.4335 27.6991 16.6646C27.3143 17.218 27.0789 17.8486 27.2322 18.5247C25.4026 19.0738 23.8604 20.3062 22.9238 21.9535C18.4381 21.8523 14.8328 18.1845 14.8328 13.6744C14.8328 12.1487 15.2458 10.7196 15.9655 9.49217C16.1616 9.61592 16.8304 9.72047 17.0777 10.0012C17.7191 10.7292 15.9891 11.6878 17.4075 12.979C17.7315 13.274 18.1287 13.4016 18.5221 13.5279C18.9674 13.6709 19.4036 13.8111 19.2352 14.4824C18.7408 15.7543 18.8639 16.0871 19.1362 16.8219C19.2326 17.0824 19.3537 17.4089 19.4609 17.9016C19.5619 18.366 19.9419 18.7158 20.4609 18.6443C21.3128 18.5269 22.1671 17.2176 22.9122 15.7831C23.7379 14.1935 22.2722 13.8458 22.4829 13.1133C22.722 12.2822 24.3354 12.2758 24.0149 10.8664C23.6917 9.4452 22.6024 9.42502 21.642 9.40723C21.2932 9.40083 21.0151 9.40428 20.9111 9.31378C20.7633 9.18511 20.7136 8.97347 20.8664 8.7991C20.9049 8.75522 21.0521 8.68779 21.211 8.61502C21.9243 8.28828 22.7651 7.90247 22.48 6.56492C22.7925 6.20224 23.0687 5.81046 23.3049 5.39513ZM5.04654 24.5447L1.54688 26.0065L6.76455 34.1719L8.72592 33.3526L5.04654 24.5447Z' fill='%23073560'/%3E%3C/svg%3E%0A");background-color:currentColor}.our-mission .icon-service:before{content:"";display:block;min-width:32px;height:32px;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.7189 1.82812C27.1243 3.93616 30.1657 5.17901 33.359 5.35901C33.8846 12.2739 30.5645 18.0588 24.7189 21.7897C18.8733 18.0588 15.5532 12.2739 16.0787 5.35901C19.2721 5.17901 22.3134 3.93616 24.7189 1.82812ZM11.4394 31.6424L13.1794 30.6189L21.3645 31.9721L32.5706 27.2223C33.241 26.7278 33.6281 25.6808 33.287 24.6414C29.4592 25.7497 25.6314 26.8581 21.8036 27.9664L17.228 26.8346C16.9271 26.7605 16.7431 26.4566 16.8171 26.1556C16.8912 25.8547 17.1951 25.6707 17.4961 25.7447L21.7834 26.8052L22.7661 26.5207C23.1715 25.6754 23.0637 24.55 21.9932 23.9784L13.4122 21.7282C13.4122 21.7282 11.4252 22.9474 7.7312 24.7541L11.4394 31.6424ZM6.10318 24.0984L11.0881 33.3581L9.57662 34.1719L2.58594 25.9918L6.10318 24.0984ZM23.8446 12.8705L21.1411 10.1654L19.5497 11.756L23.8065 16.0145L31.3713 8.80678L29.8193 7.17785L23.8446 12.8705Z' fill='%23073560'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.7189 1.82812C27.1243 3.93616 30.1657 5.17901 33.359 5.35901C33.8846 12.2739 30.5645 18.0588 24.7189 21.7897C18.8733 18.0588 15.5532 12.2739 16.0787 5.35901C19.2721 5.17901 22.3134 3.93616 24.7189 1.82812ZM11.4394 31.6424L13.1794 30.6189L21.3645 31.9721L32.5706 27.2223C33.241 26.7278 33.6281 25.6808 33.287 24.6414C29.4592 25.7497 25.6314 26.8581 21.8036 27.9664L17.228 26.8346C16.9271 26.7605 16.7431 26.4566 16.8171 26.1556C16.8912 25.8547 17.1951 25.6707 17.4961 25.7447L21.7834 26.8052L22.7661 26.5207C23.1715 25.6754 23.0637 24.55 21.9932 23.9784L13.4122 21.7282C13.4122 21.7282 11.4252 22.9474 7.7312 24.7541L11.4394 31.6424ZM6.10318 24.0984L11.0881 33.3581L9.57662 34.1719L2.58594 25.9918L6.10318 24.0984ZM23.8446 12.8705L21.1411 10.1654L19.5497 11.756L23.8065 16.0145L31.3713 8.80678L29.8193 7.17785L23.8446 12.8705Z' fill='%23073560'/%3E%3C/svg%3E%0A");background-color:currentColor}.our-mission .icon-edu:before{content:"";display:block;min-width:32px;height:32px;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.3971 19.7236V34.4513H18.0116C18.0116 33.9992 18.1948 33.59 18.4909 33.2937C18.7872 32.9975 19.1965 32.8143 19.6485 32.8143H28.1976C28.5082 32.8143 28.7601 32.5625 28.7601 32.2518V19.9551C28.9501 20.0292 29.1567 20.07 29.3729 20.07C29.7445 20.07 30.1037 19.9479 30.3971 19.7236ZM31.0408 6.86108V11.8855L31.9396 12.6202C32.0753 12.7312 32.1457 12.8926 32.1458 13.0553H32.1461V18.3826C32.1461 18.6932 31.8943 18.9451 31.5836 18.9451C31.4415 18.9451 31.3116 18.8923 31.2126 18.8053L30.4761 18.2033L29.7266 18.8127C29.4863 19.0081 29.1332 18.9717 28.9378 18.7314C28.8531 18.6274 28.812 18.5022 28.8121 18.3777H28.8104V13.0504C28.8104 12.8582 28.9068 12.6887 29.0538 12.5872L29.9157 11.8864V7.22052L30.7856 6.96824C30.8758 6.94292 30.9614 6.90671 31.0408 6.86108ZM8.19986 13.249L17.4471 15.1385L26.6944 13.249V8.15462L17.7626 10.7449C17.5539 10.8054 17.3329 10.8042 17.1277 10.742L8.19986 8.13894V13.249ZM17.2933 10.2038C17.3984 10.2338 17.5052 10.2317 17.603 10.2032L17.6031 10.2038L30.6342 6.42479C30.9315 6.33866 31.1026 6.02774 31.0165 5.73045C30.9604 5.53702 30.8093 5.3971 30.6287 5.34655L17.6032 1.56915C17.4952 1.53786 17.3854 1.54053 17.2852 1.57091L4.26004 5.36863C3.96276 5.45476 3.79162 5.76568 3.87775 6.06296C3.93604 6.26399 4.09699 6.40728 4.28711 6.45242L17.2933 10.2038ZM14.9571 20.5201C14.8162 20.9219 14.7004 21.3583 14.6138 21.822C14.5317 22.2618 14.4767 22.7274 14.4527 23.2124H16.8846V20.7216C16.2122 20.6967 15.5646 20.6273 14.9571 20.5201ZM13.8741 19.1075C14.232 19.22 14.6211 19.3163 15.0352 19.3937C15.6082 19.5009 16.2298 19.5706 16.8847 19.5962V17.9239C15.7582 18.0309 14.7244 18.4555 13.8741 19.1075ZM14.6306 28.9351C14.1367 28.6649 13.6858 28.326 13.2909 27.9311C12.2273 26.8675 11.5694 25.3981 11.5694 23.775C11.5694 22.326 12.0937 20.9995 12.9629 19.9749C13.2426 20.0845 13.5417 20.184 13.8572 20.2721C13.7155 20.6943 13.5989 21.1443 13.5108 21.6155C13.4154 22.1268 13.3526 22.6618 13.3269 23.2125H12.813C12.5024 23.2125 12.2505 23.4643 12.2505 23.775C12.2505 24.0856 12.5024 24.3375 12.813 24.3375H13.3269C13.3871 25.6418 13.6546 26.8476 14.0706 27.8489C14.08 27.8771 14.0913 27.9042 14.1047 27.9299C14.2058 28.166 14.3152 28.3903 14.4323 28.6014C14.4961 28.7164 14.5622 28.8277 14.6306 28.9351ZM21.0197 28.4427C20.6618 28.3303 20.2729 28.234 19.859 28.1567C19.286 28.0495 18.6644 27.9798 18.0096 27.9542V29.626C19.1358 29.5191 20.1694 29.0945 21.0197 28.4427ZM23.2981 24.3375H21.5673C21.5417 24.8881 21.4789 25.4232 21.3833 25.9344C21.2953 26.4058 21.1786 26.856 21.0368 27.2784C21.3523 27.3664 21.6513 27.4659 21.9309 27.5755C22.6865 26.6849 23.1814 25.5663 23.2981 24.3375ZM20.2637 18.6148C20.332 18.7222 20.3982 18.8335 20.462 18.9486C20.5791 19.1597 20.6886 19.3842 20.7897 19.6203C20.803 19.6459 20.8143 19.6727 20.8236 19.7007C21.2397 20.702 21.5071 21.908 21.5674 23.2125H23.2982C23.1654 21.8139 22.5426 20.558 21.6034 19.6187C21.2084 19.2238 20.7575 18.8849 20.2637 18.6148ZM16.8846 27.9539C16.5939 27.965 16.3127 27.9846 16.0422 28.0123C15.8353 28.0335 15.6313 28.0595 15.431 28.0902C15.8383 28.813 16.3403 29.3287 16.8846 29.5427V27.9539ZM14.957 27.0298C15.2676 26.9753 15.5919 26.9304 15.928 26.8961C16.243 26.8639 16.5625 26.8413 16.8846 26.829V24.3374H14.4528C14.5023 25.3261 14.6807 26.2423 14.957 27.0298ZM18.0096 26.8287C18.682 26.8537 19.3295 26.9231 19.9368 27.0303C20.0778 26.6283 20.1937 26.1917 20.2803 25.7278C20.3625 25.2879 20.4174 24.8223 20.4415 24.3374H18.0096V26.8287ZM20.4413 23.2125C20.3919 22.2239 20.2136 21.308 19.9374 20.5206C19.6268 20.5751 19.3024 20.62 18.9663 20.6544C18.6513 20.6866 18.3318 20.7092 18.0096 20.7214V23.2125H20.4413V23.2125ZM19.4634 19.4602C19.056 18.7371 18.554 18.2213 18.0096 18.0072V19.5966C18.3003 19.5855 18.5815 19.5658 18.8521 19.5381C19.0591 19.5169 19.263 19.4909 19.4634 19.4602ZM23.0665 15.1385L18.0075 16.1722L18.0075 16.7945C19.7178 16.9299 21.2551 17.6797 22.3987 18.8233C23.6659 20.0906 24.4498 21.8413 24.4498 23.775C24.4498 25.7086 23.6659 27.4593 22.3987 28.7266C21.2554 29.8699 19.7186 30.6196 18.0089 30.7553L18.0092 32.9851C18.4119 32.5351 18.9971 32.2518 19.6485 32.2518H28.1976V19.593C27.8818 19.2863 27.6854 18.8572 27.6854 18.3826V15.1385H23.0665ZM16.8886 32.9847C16.4858 32.5349 15.9008 32.2518 15.2496 32.2518H6.69658V15.1385H11.8278L16.8869 16.1723L16.887 16.7945C15.1766 16.9298 13.6392 17.6797 12.4955 18.8234C11.2282 20.0907 10.4444 21.8414 10.4444 23.775C10.4444 25.7087 11.2282 27.4594 12.4955 28.7267C13.6394 29.8706 15.1775 30.6206 16.8884 30.7557L16.8886 32.9847ZM6.13408 17.9907V32.2518C6.13408 32.5624 6.38594 32.8143 6.69658 32.8143H15.2497C15.7017 32.8143 16.111 32.9975 16.4072 33.2937C16.7035 33.5899 16.8867 33.9992 16.8867 34.4512H4.50107L4.501 17.9907H6.13408Z' fill='%23073560'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.3971 19.7236V34.4513H18.0116C18.0116 33.9992 18.1948 33.59 18.4909 33.2937C18.7872 32.9975 19.1965 32.8143 19.6485 32.8143H28.1976C28.5082 32.8143 28.7601 32.5625 28.7601 32.2518V19.9551C28.9501 20.0292 29.1567 20.07 29.3729 20.07C29.7445 20.07 30.1037 19.9479 30.3971 19.7236ZM31.0408 6.86108V11.8855L31.9396 12.6202C32.0753 12.7312 32.1457 12.8926 32.1458 13.0553H32.1461V18.3826C32.1461 18.6932 31.8943 18.9451 31.5836 18.9451C31.4415 18.9451 31.3116 18.8923 31.2126 18.8053L30.4761 18.2033L29.7266 18.8127C29.4863 19.0081 29.1332 18.9717 28.9378 18.7314C28.8531 18.6274 28.812 18.5022 28.8121 18.3777H28.8104V13.0504C28.8104 12.8582 28.9068 12.6887 29.0538 12.5872L29.9157 11.8864V7.22052L30.7856 6.96824C30.8758 6.94292 30.9614 6.90671 31.0408 6.86108ZM8.19986 13.249L17.4471 15.1385L26.6944 13.249V8.15462L17.7626 10.7449C17.5539 10.8054 17.3329 10.8042 17.1277 10.742L8.19986 8.13894V13.249ZM17.2933 10.2038C17.3984 10.2338 17.5052 10.2317 17.603 10.2032L17.6031 10.2038L30.6342 6.42479C30.9315 6.33866 31.1026 6.02774 31.0165 5.73045C30.9604 5.53702 30.8093 5.3971 30.6287 5.34655L17.6032 1.56915C17.4952 1.53786 17.3854 1.54053 17.2852 1.57091L4.26004 5.36863C3.96276 5.45476 3.79162 5.76568 3.87775 6.06296C3.93604 6.26399 4.09699 6.40728 4.28711 6.45242L17.2933 10.2038ZM14.9571 20.5201C14.8162 20.9219 14.7004 21.3583 14.6138 21.822C14.5317 22.2618 14.4767 22.7274 14.4527 23.2124H16.8846V20.7216C16.2122 20.6967 15.5646 20.6273 14.9571 20.5201ZM13.8741 19.1075C14.232 19.22 14.6211 19.3163 15.0352 19.3937C15.6082 19.5009 16.2298 19.5706 16.8847 19.5962V17.9239C15.7582 18.0309 14.7244 18.4555 13.8741 19.1075ZM14.6306 28.9351C14.1367 28.6649 13.6858 28.326 13.2909 27.9311C12.2273 26.8675 11.5694 25.3981 11.5694 23.775C11.5694 22.326 12.0937 20.9995 12.9629 19.9749C13.2426 20.0845 13.5417 20.184 13.8572 20.2721C13.7155 20.6943 13.5989 21.1443 13.5108 21.6155C13.4154 22.1268 13.3526 22.6618 13.3269 23.2125H12.813C12.5024 23.2125 12.2505 23.4643 12.2505 23.775C12.2505 24.0856 12.5024 24.3375 12.813 24.3375H13.3269C13.3871 25.6418 13.6546 26.8476 14.0706 27.8489C14.08 27.8771 14.0913 27.9042 14.1047 27.9299C14.2058 28.166 14.3152 28.3903 14.4323 28.6014C14.4961 28.7164 14.5622 28.8277 14.6306 28.9351ZM21.0197 28.4427C20.6618 28.3303 20.2729 28.234 19.859 28.1567C19.286 28.0495 18.6644 27.9798 18.0096 27.9542V29.626C19.1358 29.5191 20.1694 29.0945 21.0197 28.4427ZM23.2981 24.3375H21.5673C21.5417 24.8881 21.4789 25.4232 21.3833 25.9344C21.2953 26.4058 21.1786 26.856 21.0368 27.2784C21.3523 27.3664 21.6513 27.4659 21.9309 27.5755C22.6865 26.6849 23.1814 25.5663 23.2981 24.3375ZM20.2637 18.6148C20.332 18.7222 20.3982 18.8335 20.462 18.9486C20.5791 19.1597 20.6886 19.3842 20.7897 19.6203C20.803 19.6459 20.8143 19.6727 20.8236 19.7007C21.2397 20.702 21.5071 21.908 21.5674 23.2125H23.2982C23.1654 21.8139 22.5426 20.558 21.6034 19.6187C21.2084 19.2238 20.7575 18.8849 20.2637 18.6148ZM16.8846 27.9539C16.5939 27.965 16.3127 27.9846 16.0422 28.0123C15.8353 28.0335 15.6313 28.0595 15.431 28.0902C15.8383 28.813 16.3403 29.3287 16.8846 29.5427V27.9539ZM14.957 27.0298C15.2676 26.9753 15.5919 26.9304 15.928 26.8961C16.243 26.8639 16.5625 26.8413 16.8846 26.829V24.3374H14.4528C14.5023 25.3261 14.6807 26.2423 14.957 27.0298ZM18.0096 26.8287C18.682 26.8537 19.3295 26.9231 19.9368 27.0303C20.0778 26.6283 20.1937 26.1917 20.2803 25.7278C20.3625 25.2879 20.4174 24.8223 20.4415 24.3374H18.0096V26.8287ZM20.4413 23.2125C20.3919 22.2239 20.2136 21.308 19.9374 20.5206C19.6268 20.5751 19.3024 20.62 18.9663 20.6544C18.6513 20.6866 18.3318 20.7092 18.0096 20.7214V23.2125H20.4413V23.2125ZM19.4634 19.4602C19.056 18.7371 18.554 18.2213 18.0096 18.0072V19.5966C18.3003 19.5855 18.5815 19.5658 18.8521 19.5381C19.0591 19.5169 19.263 19.4909 19.4634 19.4602ZM23.0665 15.1385L18.0075 16.1722L18.0075 16.7945C19.7178 16.9299 21.2551 17.6797 22.3987 18.8233C23.6659 20.0906 24.4498 21.8413 24.4498 23.775C24.4498 25.7086 23.6659 27.4593 22.3987 28.7266C21.2554 29.8699 19.7186 30.6196 18.0089 30.7553L18.0092 32.9851C18.4119 32.5351 18.9971 32.2518 19.6485 32.2518H28.1976V19.593C27.8818 19.2863 27.6854 18.8572 27.6854 18.3826V15.1385H23.0665ZM16.8886 32.9847C16.4858 32.5349 15.9008 32.2518 15.2496 32.2518H6.69658V15.1385H11.8278L16.8869 16.1723L16.887 16.7945C15.1766 16.9298 13.6392 17.6797 12.4955 18.8234C11.2282 20.0907 10.4444 21.8414 10.4444 23.775C10.4444 25.7087 11.2282 27.4594 12.4955 28.7267C13.6394 29.8706 15.1775 30.6206 16.8884 30.7557L16.8886 32.9847ZM6.13408 17.9907V32.2518C6.13408 32.5624 6.38594 32.8143 6.69658 32.8143H15.2497C15.7017 32.8143 16.111 32.9975 16.4072 33.2937C16.7035 33.5899 16.8867 33.9992 16.8867 34.4512H4.50107L4.501 17.9907H6.13408Z' fill='%23073560'/%3E%3C/svg%3E%0A");background-color:currentColor}.home-mission{padding-top:calc(60px + (280 - 60) * (100vw - 360px) / (1440 - 360));background-position:center;background-size:cover;background-repeat:no-repeat;background-position:top center}@media (min-width: 1440px){.home-mission{padding-top:280px}}@media (max-width: 1440px){.home-mission{background-size:1440px 426px}}.home-journey .head{margin-bottom:calc(24px + (44 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.home-journey .head{margin-bottom:44px}}.home-journey .head .main-title{line-height:1.55;margin-bottom:16px}.home-journey .card{max-width:858px;align-items:center}@media (max-width: 768px){.home-journey .card__img{width:100%;-o-object-fit:cover;object-fit:cover;height:250px;order:-1;border-radius:8px}}.home-journey .card__list{padding-left:18px;margin-bottom:16px}.home-journey .card__list li:not(:last-child){margin-bottom:16px}.home-journey .card__text{margin-bottom:16px;line-height:20px}.home-journey .btn{color:var(--c-black)!important}.testimonials .card__img{margin-bottom:8px}.testimonials .card__title{font-size:18px;font-weight:700}.gallery{border-top:1px solid rgba(17,45,193,.16);border-bottom:1px solid rgba(17,45,193,.16)}.about-hero{padding-top:calc(100px + (126 - 100) * (100vw - 360px) / (1440 - 360));background-position:center;background-size:cover;background-repeat:no-repeat;background-position:top center}@media (min-width: 1440px){.about-hero{padding-top:126px}}@media (max-width: 1440px){.about-hero{background-size:1440px 537px}}.about-hero .hero__inner{margin-bottom:calc(60px + .075*(100vw - 360px))}@media (min-width: 1440px){.about-hero .hero__inner{margin-bottom:141px}}.about-hero .main-title{margin-bottom:13px}.about-hero .our-mission{padding-top:0}.about-hero .our-mission .main-title{color:var(--c-black)}.our-story.bringing{padding-top:calc(40px + (72 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.our-story.bringing{padding-top:72px}}.our-story .main-text p:not(:last-child){margin-bottom:16px}.team .card{max-width:421px;margin-inline:auto}.team .card__title{font-size:18px;margin-bottom:4px}.team .card__label{font-size:14px;line-height:26px;color:#15143966;margin-bottom:22px}.bg{height:calc(200px + (426 - 200) * (100vw - 360px) / (1440 - 360));background-position:center;background-size:cover;background-repeat:no-repeat;background-image:url(/images/bg.webp)}@media (min-width: 1440px){.bg{height:426px}}.about-testimonials .card__img{margin-bottom:0}.why .card__title{padding-bottom:14px;margin-bottom:10px;border-bottom:1px solid rgba(128,128,128,.16)}.tours-hero{padding-bottom:60px}@media (min-width: 1441px){.tours-hero{background-size:100% 537px}}.tours-hero .card{max-width:421px;margin-inline:auto}.tours-hero .card__title{line-height:1.5}.tours-hero .card__text{line-height:1.25}.tours-hero .card__img{margin-bottom:16px;width:100%;-o-object-fit:cover;object-fit:cover;height:239px;border-radius:8px}.tours-hero .list{padding-top:7px}@media (max-width: 992px){.tours-hero .list{background-color:#ffffffd9;padding:15px;border-radius:8px}}.bg-tours{height:calc(200px + (273 - 200) * (100vw - 360px) / (1440 - 360));background-position:center;background-size:cover;background-repeat:no-repeat;background-image:url(/images/bg2.webp)}@media (min-width: 1440px){.bg-tours{height:273px}}.packages .list{max-width:866px;row-gap:48px}.packages .card__title{margin-bottom:24px}.packages .card__text{color:var(--c-gray);margin-bottom:16px}@media (max-width: 768px){.packages .card__img{width:100%;-o-object-fit:cover;object-fit:cover;height:250px;border-radius:8px}}.packages .card ul{padding-left:22px;line-height:1.55}.packages .card ul li:not(:last-child){margin-bottom:8px}.pricing{padding-block:calc(45px + .05*(100vw - 360px));background-position:center;background-size:cover;background-repeat:no-repeat;background-image:url(/images/exclusive.webp)}@media (min-width: 1440px){.pricing{padding-block:99px}}.pricing .main-title{color:#fff}.pricing .content{max-width:533px}.testimonial-tours .card__title{font-size:18px;margin-bottom:20px}.favelas-hero .hero__inner{padding-bottom:calc(40px + (64 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.favelas-hero .hero__inner{padding-bottom:64px}}.options{padding-block:calc(40px + (64 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.options{padding-block:64px}}.options .main-title{font-size:calc(26px + (30 - 26) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.options .main-title{font-size:30px}}.options .container{grid-template-columns:533px auto;gap:calc(32px + (64 - 32) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.options .container{gap:64px}}@media (max-width: 992px){.options .container{grid-template-columns:1fr}}.options.img-l .container{grid-template-columns:auto 533px}@media (max-width: 992px){.options.img-l .container{grid-template-columns:1fr}}.options.img-l .image{order:-1}@media (max-width: 992px){.options.img-l .image{order:2}}@media (max-width: 992px){.options .image{width:100%;-o-object-fit:cover;object-fit:cover;height:250px;border-radius:8px}}.options .subtitle{color:var(--c-black)}.options .subtitle:first-of-type+p{margin-bottom:24px}.options.safe .container{gap:24px}.res-hero .hero__inner{padding-top:171px;min-height:537px;height:537px;align-items:flex-start}.intro{background-position:center;background-size:cover;background-repeat:no-repeat;background-image:url(/images/bg3.webp)}.intro .inner{max-width:851px}.info .main-title{font-size:30px;line-height:1.2;font-weight:700;margin-bottom:16px}.info .list li:not(:last-child){margin-bottom:36px}.one-page{padding-top:55px}@media (max-width: 992px){.one-page__wrap{flex-direction:column}}.one-page__wrap .content .link-back{display:flex;align-items:center;gap:10px;font-weight:600;color:var(--c-dark);margin-bottom:8px}.one-page__wrap .content .link-back:before{content:"";display:block;min-width:18px;height:18px;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.41453 9.39828L7.47703 14.4608C7.58258 14.5663 7.72573 14.6256 7.875 14.6256C8.02427 14.6256 8.16742 14.5663 8.27297 14.4608C8.37852 14.3552 8.43781 14.2121 8.43781 14.0628C8.43781 13.9135 8.37852 13.7704 8.27297 13.6648L4.17023 9.56281H15.1875C15.3367 9.56281 15.4798 9.50355 15.5852 9.39806C15.6907 9.29257 15.75 9.1495 15.75 9.00031C15.75 8.85113 15.6907 8.70805 15.5852 8.60257C15.4798 8.49708 15.3367 8.43781 15.1875 8.43781H4.17023L8.27297 4.33578C8.37852 4.23023 8.43781 4.08708 8.43781 3.93781C8.43781 3.78855 8.37852 3.64539 8.27297 3.53984C8.16742 3.4343 8.02427 3.375 7.875 3.375C7.72573 3.375 7.58258 3.4343 7.47703 3.53984L2.41453 8.60234C2.36223 8.65458 2.32074 8.71662 2.29243 8.78491C2.26413 8.8532 2.24956 8.92639 2.24956 9.00031C2.24956 9.07423 2.26413 9.14743 2.29243 9.21572C2.32074 9.284 2.36223 9.34604 2.41453 9.39828Z' fill='%23112DC1'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.41453 9.39828L7.47703 14.4608C7.58258 14.5663 7.72573 14.6256 7.875 14.6256C8.02427 14.6256 8.16742 14.5663 8.27297 14.4608C8.37852 14.3552 8.43781 14.2121 8.43781 14.0628C8.43781 13.9135 8.37852 13.7704 8.27297 13.6648L4.17023 9.56281H15.1875C15.3367 9.56281 15.4798 9.50355 15.5852 9.39806C15.6907 9.29257 15.75 9.1495 15.75 9.00031C15.75 8.85113 15.6907 8.70805 15.5852 8.60257C15.4798 8.49708 15.3367 8.43781 15.1875 8.43781H4.17023L8.27297 4.33578C8.37852 4.23023 8.43781 4.08708 8.43781 3.93781C8.43781 3.78855 8.37852 3.64539 8.27297 3.53984C8.16742 3.4343 8.02427 3.375 7.875 3.375C7.72573 3.375 7.58258 3.4343 7.47703 3.53984L2.41453 8.60234C2.36223 8.65458 2.32074 8.71662 2.29243 8.78491C2.26413 8.8532 2.24956 8.92639 2.24956 9.00031C2.24956 9.07423 2.26413 9.14743 2.29243 9.21572C2.32074 9.284 2.36223 9.34604 2.41453 9.39828Z' fill='%23112DC1'/%3E%3C/svg%3E%0A");background-color:currentColor}.one-page__wrap .content .main-title{font-size:40px;line-height:57px;margin-bottom:36px}.one-page__wrap .content .main-text{font-size:16px;line-height:20px}.one-page__wrap .content .main-text:not(:last-of-type){margin-bottom:36px}.one-page__wrap .content .main-text ul{padding-left:20px}.one-page__wrap .content .main-text ul li:not(:last-child){margin-bottom:8px}.one-page__wrap .content .image{margin-bottom:36px}@media (max-width: 992px){.one-page__wrap .content .image{width:100%;-o-object-fit:cover;object-fit:cover;height:350px;border-radius:8px}}.one-page__wrap .content h2{font-weight:500;color:var(--c-dark);opacity:.8;margin-bottom:16px}.one-page__wrap .content h2+p{margin-bottom:10px}.policy{color:#fff}.policy .container{padding-block:calc(50px + (108 - 50) * (100vw - 360px) / (1440 - 360));max-width:1296px}@media (min-width: 1440px){.policy .container{padding-block:108px}}.policy h1{display:flex;gap:16px;align-items:center;font-weight:800;text-transform:uppercase;margin-bottom:calc(30px + (64 - 30) * (100vw - 360px) / (1440 - 360));font-size:calc(30px + (32 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.policy h1{margin-bottom:64px}}@media (min-width: 1440px){.policy h1{font-size:32px}}.policy__content{font-size:20px;line-height:1.33;margin-bottom:calc(24px + (48 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.policy__content{margin-bottom:48px}}.policy__content h2{font-size:calc(24px + (30 - 24) * (100vw - 360px) / (1440 - 360));font-weight:800;line-height:1.1;margin-bottom:calc(20px + (32 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.policy__content h2{font-size:30px}}@media (min-width: 1440px){.policy__content h2{margin-bottom:32px}}.policy__content p{margin-bottom:20px}.policy__content ul{padding-left:20px;margin-bottom:20px}.policy__content ul li:not(:last-child){margin-bottom:16px}.policy__content ul li::marker{content:"✓ ";display:inline-block;margin-right:5px}.policy__content a{font-weight:600;color:var(--c-accent);text-decoration:underline}
