@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.btn-round{display:flex;align-items:center;justify-content:center;width:148px;height:148px;border-radius:50%;background:#ef9b1f;color:#1e2233;font-size:16px;font-weight:600;text-align:center;flex-shrink:0}.btn-round{font-family:"Inter",sans-serif}.btn-round{transition:all .3s ease}@media(max-width: 767px){.btn-round{width:120px;height:120px;font-size:14px}}.btn-round:hover{background:#fff;transform:scale(0.9);color:#1e2233}.content h1,.content h2,.content h3,.content h4,.content h5{padding-bottom:26px}.content h1:last-child,.content h2:last-child,.content h3:last-child,.content h4:last-child,.content h5:last-child{padding-bottom:0}.content p{margin-bottom:1em}.content strong,.content b{font-weight:500}.content em,.content i{font-style:italic}.content a{text-decoration:underline}.content a:hover{text-decoration:none;color:#ef9b1f}.content ul{list-style:none;padding:0;margin:0 0 1em 0}.content ul:last-child{margin-bottom:0}.content li{padding:5px 0 5px 20px;position:relative;margin-bottom:0;color:#1e2233}.content li::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#1e2233;border-radius:50%}body.admin-bar header#mainHeader{top:32px}@media(max-width: 767px){body.admin-bar header#mainHeader{top:46px}}header#mainHeader{position:fixed;display:flex;align-items:center;top:0;left:0;right:0;z-index:1000;padding:20px 67px;border-bottom:1px solid hsla(0,0%,100%,.3)}header#mainHeader{transition:all .3s ease}@media(min-width: 768px)and (max-width: 1149px){header#mainHeader{padding:18px 30px}}@media(max-width: 767px){header#mainHeader{padding:12px 16px}}header#mainHeader>.container{display:flex;align-items:center;justify-content:space-between;position:relative;max-width:none;padding:0}header#mainHeader .site-logo{display:flex;align-items:center;flex-shrink:0}header#mainHeader .site-logo img{width:clamp(80px,22.86px + 7.44vw,130px);height:auto}header#mainHeader .site-logo img{transition:all .3s ease}header#mainHeader .site-logo:hover{transform:translateX(4px)}header#mainHeader .desktop-nav{display:flex;align-items:center;position:absolute;left:50%;transform:translateX(-50%)}@media(min-width: 768px)and (max-width: 1149px){header#mainHeader .desktop-nav{position:static;transform:none;margin-left:auto;margin-right:30px}}@media(max-width: 767px){header#mainHeader .desktop-nav{display:none}}header#mainHeader .desktop-nav ul{display:flex;align-items:center;gap:52px;list-style:none;padding:0;margin:0}@media(min-width: 768px)and (max-width: 1149px){header#mainHeader .desktop-nav ul{gap:30px}}header#mainHeader .desktop-nav li{margin:0;position:relative}header#mainHeader .desktop-nav li:last-child a{color:#ef9b1f}header#mainHeader .desktop-nav li:last-child a:hover{opacity:.75}header#mainHeader .desktop-nav li .menu-hover-svg{display:none}header#mainHeader .desktop-nav a{font-size:16px;font-weight:500;line-height:1.4;color:#fff}header#mainHeader .desktop-nav a{font-family:"Inter",sans-serif}header#mainHeader .desktop-nav a{transition:all .3s ease}header#mainHeader .desktop-nav a:hover{color:#ef9b1f}header#mainHeader .lang-switcher{display:flex;align-items:center;gap:8px}@media(max-width: 767px){header#mainHeader .lang-switcher{display:none}}header#mainHeader .lang-switcher a{font-size:14px;font-weight:400;color:hsla(0,0%,100%,.5)}header#mainHeader .lang-switcher a{font-family:"Inter",sans-serif}header#mainHeader .lang-switcher a{transition:all .3s ease}header#mainHeader .lang-switcher a.active{color:#fff;font-weight:600}header#mainHeader .lang-switcher a:hover{color:#ef9b1f}header#mainHeader .lang-switcher a+a::before{content:"/";margin-right:8px;color:hsla(0,0%,100%,.3)}header#mainHeader .burger-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:none;cursor:pointer;padding:10px;width:44px;height:44px}@media(max-width: 767px){header#mainHeader .burger-btn{display:flex}}header#mainHeader .burger-btn span{display:block;width:22px;height:2px;background:#fff;border-radius:2px}header#mainHeader .burger-btn span{transition:all .3s ease}header#mainHeader .burger-btn:hover span{background:#ef9b1f}header#mainHeader .mobile-sidebar{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;height:100dvh;background:#1e2233;display:flex;flex-direction:column;padding:16px;padding-top:20px;z-index:1001;overflow-y:auto;opacity:0;visibility:hidden}header#mainHeader .mobile-sidebar{transition:all .3s ease}header#mainHeader .mobile-sidebar.active{opacity:1;visibility:visible}header#mainHeader .mobile-sidebar .close-btn{display:flex;align-items:center;justify-content:center;align-self:flex-end;background:none;border:none;cursor:pointer;padding:10px;width:44px;height:44px;margin-bottom:50px;flex-shrink:0;color:#fff}header#mainHeader .mobile-sidebar .close-btn{transition:all .3s ease}header#mainHeader .mobile-sidebar .close-btn:hover{color:#ef9b1f}header#mainHeader .mobile-sidebar .close-btn svg{width:24px;height:24px}header#mainHeader .mobile-sidebar .mobile-nav{display:flex;flex-direction:column;justify-content:flex-start;flex-grow:1}header#mainHeader .mobile-sidebar .mobile-nav ul{list-style:none;padding:0;margin:0;text-align:center;display:flex;flex-direction:column;gap:28px}header#mainHeader .mobile-sidebar .mobile-nav li{margin:0;position:relative;display:flex;justify-content:center}header#mainHeader .mobile-sidebar .mobile-nav li:last-child a{color:#ef9b1f}header#mainHeader .mobile-sidebar .mobile-nav li .menu-hover-svg{display:none}header#mainHeader .mobile-sidebar .mobile-nav a{font-size:24px;font-weight:500;line-height:1.2;color:#fff}header#mainHeader .mobile-sidebar .mobile-nav a{font-family:"Inter",sans-serif}header#mainHeader .mobile-sidebar .mobile-nav a{transition:all .3s ease}header#mainHeader .mobile-sidebar .mobile-nav a:hover{color:#ef9b1f}header#mainHeader .mobile-sidebar .mobile-lang-switcher{display:flex;justify-content:center;gap:15px;margin-top:auto;padding-top:30px}header#mainHeader .mobile-sidebar .mobile-lang-switcher a{font-size:16px;font-weight:400;color:hsla(0,0%,100%,.4)}header#mainHeader .mobile-sidebar .mobile-lang-switcher a{font-family:"Inter",sans-serif}header#mainHeader .mobile-sidebar .mobile-lang-switcher a{transition:all .3s ease}header#mainHeader .mobile-sidebar .mobile-lang-switcher a.active{color:#fff;font-weight:500}header#mainHeader .mobile-sidebar .mobile-lang-switcher a:hover{color:#ef9b1f}header#mainHeader .mobile-sidebar .mobile-lang-switcher a+a::before{content:"/";margin-right:15px;color:hsla(0,0%,100%,.2)}header#mainHeader.scrolled{background-color:#1e2233;border-bottom-color:rgba(0,0,0,0);box-shadow:0 2px 20px rgba(0,0,0,.15)}header#mainHeader.menu-open{background:rgba(0,0,0,0);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none}footer#siteFooter{background:#1e2233;position:relative;overflow:hidden}footer#siteFooter>.container{position:relative;z-index:2;padding-top:109px;padding-bottom:18px}@media(min-width: 768px)and (max-width: 1149px){footer#siteFooter>.container{padding-top:60px}}@media(max-width: 767px){footer#siteFooter>.container{padding-top:40px}}footer#siteFooter .footer-vector{position:absolute;top:-200px;left:-117px;z-index:1;pointer-events:none;animation:footerVectorSlide 1.5s ease-out .3s forwards;opacity:0}footer#siteFooter .footer-vector img{display:block;width:auto;height:auto}@media(max-width: 767px){footer#siteFooter .footer-vector{animation:footerVectorSlidePhone 1.5s ease-out .3s forwards}}@keyframes footerVectorSlide{from{opacity:0;transform:translateX(-100px)}to{opacity:.8;transform:translateX(0)}}@keyframes footerVectorSlidePhone{from{opacity:0;transform:translateX(-100px)}to{opacity:.5;transform:translateX(0)}}footer#siteFooter .footer-cta{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:120px}@media(min-width: 768px)and (max-width: 1149px){footer#siteFooter .footer-cta{flex-direction:column;align-items:flex-start;margin-bottom:100px}}@media(max-width: 767px){footer#siteFooter .footer-cta{margin-bottom:100px;flex-wrap:wrap;gap:30px}}footer#siteFooter .footer-cta-left{max-width:535px}@media(max-width: 767px){footer#siteFooter .footer-cta-left{max-width:100%}}footer#siteFooter .footer-label{font-size:clamp(12px,10.59px + .38vw,16px);line-height:120%;font-weight:600;text-transform:uppercase;color:#ef9b1f}footer#siteFooter .footer-label{display:block;margin-bottom:11px}footer#siteFooter h2{font-size:clamp(32px,20.73px + 3.01vw,64px);font-weight:400;line-height:90%;margin:0;color:#1e2233}footer#siteFooter h2{font-family:"Inter",sans-serif}footer#siteFooter h2{color:#fff;line-height:1}footer#siteFooter .footer-cta-right{display:flex;align-items:center;gap:159px}@media(min-width: 768px)and (max-width: 1149px){footer#siteFooter .footer-cta-right{width:100%;justify-content:space-between}}@media(max-width: 767px){footer#siteFooter .footer-cta-right{gap:30px;justify-content:space-between}}footer#siteFooter .footer-cta-right p{color:#fff;font-size:16px;line-height:1.4;max-width:333px}@media(max-width: 767px){footer#siteFooter .footer-cta-right p{max-width:55%}}@media(min-width: 768px)and (max-width: 1149px){footer#siteFooter .footer-cta-right .button-entrance-box{margin-top:-100px}}footer#siteFooter .footer-contacts{display:flex;flex-direction:column}footer#siteFooter .footer-contacts-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;padding-bottom:76px}@media(min-width: 768px)and (max-width: 1149px){footer#siteFooter .footer-contacts-inner{flex-wrap:wrap}}@media(max-width: 767px){footer#siteFooter .footer-contacts-inner{flex-direction:column;gap:30px}}footer#siteFooter .footer-email{max-width:417px}@media(min-width: 768px)and (max-width: 1149px){footer#siteFooter .footer-email{width:100%;max-width:100%}}footer#siteFooter .footer-email p,footer#siteFooter .footer-email h4,footer#siteFooter .footer-email strong{font-size:clamp(18px,16.59px + .38vw,22px);line-height:140%;font-weight:600;margin:0;color:#1e2233}footer#siteFooter .footer-email p,footer#siteFooter .footer-email h4,footer#siteFooter .footer-email strong{font-family:"Inter",sans-serif}footer#siteFooter .footer-email p,footer#siteFooter .footer-email h4,footer#siteFooter .footer-email strong{color:#fff;line-height:1.4}footer#siteFooter .footer-email a{color:#fff}footer#siteFooter .footer-email a:hover{color:#ef9b1f}footer#siteFooter .footer-people{display:flex;gap:10px}@media(max-width: 767px){footer#siteFooter .footer-people{flex-direction:column;gap:30px}}footer#siteFooter .footer-person{display:flex;gap:22px;width:315px}@media(max-width: 767px){footer#siteFooter .footer-person{width:100%}}footer#siteFooter .person-photo{width:64px;height:64px;min-width:64px;border-radius:50%;overflow:hidden;background:#fff}footer#siteFooter .person-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}footer#siteFooter .person-info{display:flex;flex-direction:column}footer#siteFooter .person-info strong{font-size:16px;font-weight:600;color:#fff;line-height:1.4}footer#siteFooter .person-info .person-company{font-size:12px;color:#9fa8ce;line-height:1.4;margin-bottom:10px}footer#siteFooter .person-info a{font-size:16px;color:#fff;line-height:1.4;display:block}footer#siteFooter .person-info a:hover{color:#ef9b1f}footer#siteFooter .footer-copyright{display:flex;align-items:center;padding-top:18px;border-top:1px solid hsla(0,0%,100%,.2);gap:.25rem}footer#siteFooter .footer-copyright p,footer#siteFooter .footer-copyright a{font-size:12px;color:#9fa8ce;line-height:1.4}footer#siteFooter .footer-copyright a:hover{color:#ef9b1f}.popup-contact{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;justify-content:flex-end;opacity:0;visibility:hidden}.popup-contact{transition:all .3s ease}.popup-contact.-active{opacity:1;visibility:visible}.popup-contact.-active .popup-contact-inner{transform:translateX(0)}.popup-contact-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(29,34,51,.7)}.popup-contact-inner{position:relative;z-index:2;background:#fff;width:56.7%;height:100%;display:flex;flex-direction:column;padding:8.8vh 5.5% 2.5vh 4.6%;transform:translateX(100%);transition:transform .4s cubic-bezier(0.16, 1, 0.3, 1);overflow-y:auto}@media(min-width: 768px)and (max-width: 1149px){.popup-contact-inner{width:75%;padding:6vh 40px 3vh 40px}}@media(max-width: 767px){.popup-contact-inner{width:100%;padding:5vh 20px 3vh 20px}}.popup-contact-close{position:absolute;top:36px;right:36px}.popup-contact-close{width:60px;min-width:60px;max-width:60px;height:60px;min-height:60px;max-height:60px}.popup-contact-close{border-radius:50%;background:#ef9b1f;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff}.popup-contact-close{transition:all .3s ease}.popup-contact-close:hover{transform:scale(0.9)}@media(max-width: 767px){.popup-contact-close{width:48px;min-width:48px;max-width:48px;height:48px;min-height:48px;max-height:48px}.popup-contact-close{top:20px;right:20px}}.popup-contact-header{display:flex;flex-direction:column;gap:11px;margin-bottom:4.5vh}@media(max-width: 767px){.popup-contact-header{margin-bottom:4.5vh;margin-top:3vh}}.popup-contact-label{font-size:clamp(12px,10.59px + .38vw,16px);line-height:120%;font-weight:600;text-transform:uppercase;color:#ef9b1f}.popup-contact-label{display:block}.popup-contact-header h2{font-size:clamp(32px,20.73px + 3.01vw,64px);font-weight:400;line-height:90%;margin:0;color:#1e2233}.popup-contact-header h2{font-family:"Inter",sans-serif}.popup-contact-header h2{font-size:clamp(32px,23.45px + 2.28vw,48px);line-height:1.05;width:65%}@media(min-width: 768px)and (max-width: 1149px){.popup-contact-header h2{width:80%}}@media(max-width: 767px){.popup-contact-header h2{width:80%}}.popup-contact-header p{font-size:clamp(14px,13.3px + .19vw,16px);font-weight:400;line-height:140%;color:#6b7186}@media(max-width: 767px){.popup-contact-header p{width:70%}}.popup-contact-form{flex:1;display:flex;flex-direction:column}.popup-contact.-confirmed .popup-contact-header{display:none}.popup-contact.-confirmed .popup-contact-form{justify-content:center;align-items:center}body.popup-active{overflow:hidden}.popup-contact-form .gform_wrapper,.popup-contact-form .gform_wrapper *{--gf-ctrl-border-width: 0px !important;--gf-ctrl-border-color: transparent !important;--gf-ctrl-border-color-hover: transparent !important;--gf-ctrl-border-color-focus: transparent !important;--gf-ctrl-border-style: none !important;--gf-ctrl-bg-color: #F4F4F4 !important;--gf-ctrl-bg-color-hover: rgb(233.8, 233.8, 233.8) !important;--gf-ctrl-bg-color-focus: rgb(233.8, 233.8, 233.8) !important;--gf-ctrl-radius: 0px !important;--gf-ctrl-outline-width: 0px !important;--gf-ctrl-outline-width-focus: 0px !important;--gf-ctrl-outline-color-focus: transparent !important;--gf-ctrl-color: #1E2233 !important;--gf-ctrl-icon-color: #6B7186 !important;--gf-ctrl-size: 50px !important;--gf-ctrl-textarea-size: 140px !important;--gf-ctrl-padding-x: 20px !important;--gf-ctrl-font-size: 16px !important;--gf-radius: 0px !important;--gf-ctrl-shadow: none !important;--gf-ctrl-shadow-hover: none !important;--gf-ctrl-shadow-focus: none !important;--gf-color-in-ctrl-dark-lighter: transparent !important;--gf-form-gap-y: 2.7vh !important;--gf-form-gap-x: 14px !important;box-shadow:none !important}@media(max-width: 767px){.popup-contact-form .gform_wrapper,.popup-contact-form .gform_wrapper *{--gf-form-gap-y: 2vh !important;--gf-form-gap-x: 10px !important}}.popup-contact-form .gform_wrapper{margin:0;padding:0}.popup-contact-form .gform_wrapper .gfield_label,.popup-contact-form .gform_wrapper .gfield_required{display:none !important}.popup-contact-form .gform_wrapper input::-moz-placeholder, .popup-contact-form .gform_wrapper textarea::-moz-placeholder{color:#6b7186 !important}.popup-contact-form .gform_wrapper input::placeholder,.popup-contact-form .gform_wrapper textarea::placeholder{color:#6b7186 !important}.popup-contact-form .gform_wrapper .ginput_container_select{position:relative}.popup-contact-form .gform_wrapper .ginput_container_select .gform-field-select-icon,.popup-contact-form .gform_wrapper .ginput_container_select>svg,.popup-contact-form .gform_wrapper .ginput_container_select>i,.popup-contact-form .gform_wrapper .ginput_container_select .gform-select-icon{display:none !important;visibility:hidden !important;width:0 !important;height:0 !important}.popup-contact-form .gform_wrapper .ginput_container_select::after{content:"";position:absolute;right:20px;top:50%;transform:translateY(-50%);width:14px;height:8px;background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%231E2233' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;pointer-events:none;z-index:2}.popup-contact-form .gform_wrapper select{-moz-appearance:none !important;appearance:none !important;-webkit-appearance:none !important;padding-right:50px !important;background-image:none !important;color:#6b7186 !important}.popup-contact-form .gform_wrapper select.gf-value-selected{color:#1e2233 !important}.popup-contact-form .gform_wrapper .gform-info{display:none !important}.popup-contact-form .gform_wrapper .gform_confirmation_message{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex:1;gap:24px}.popup-contact-form .gform_wrapper .gform_confirmation_message{font-size:clamp(14px,13.3px + .19vw,16px);font-weight:400;line-height:140%;color:#6b7186}.popup-contact-form .gform_wrapper .gform_confirmation_message{padding:20px 0}.popup-contact-form .gform_wrapper .gform_confirmation_message::before{content:"";display:block;width:80px;height:80px;border-radius:50%;background:#ef9b1f;background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17L4 12' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:36px}#gform_fields_1{display:flex !important;flex-wrap:wrap !important;gap:14px !important}@media(max-width: 767px){#gform_fields_1{gap:10px !important}}#gform_fields_1>.gfield{width:100% !important}#gform_fields_1>.gfield:nth-child(-n+5){width:calc(50% - 7px) !important}@media(max-width: 767px){#gform_fields_1>.gfield:nth-child(-n+5){width:calc(50% - 5px) !important}}#gform_wrapper_1 textarea,#gform_1 textarea{min-height:140px !important;resize:none !important;padding:16px 20px !important}#gform_wrapper_1 .gform_footer,#gform_wrapper_1.gform-theme--framework .gform_footer{display:flex !important;justify-content:flex-end !important;padding:0 !important;margin-top:3vh !important;margin-bottom:0 !important;margin-left:0 !important;margin-right:0 !important}#gform_wrapper_1 .gform_footer input[type=submit],#gform_wrapper_1 .gform_footer button[type=submit],#gform_wrapper_1 .gform_footer .gform_button,#gform_wrapper_1.gform-theme--framework .gform_footer input[type=submit],#gform_wrapper_1.gform-theme--framework .gform_footer button[type=submit],#gform_wrapper_1.gform-theme--framework .gform_footer .gform_button{min-width:120px !important;min-height:120px !important;border-radius:50% !important;font-size:15px !important;font-weight:600 !important;border:none !important;background:#ef9b1f !important;color:#1e2233 !important;cursor:pointer;font-family:"Inter",sans-serif !important;padding:0 !important;box-shadow:none !important}#gform_wrapper_1 .gform_footer input[type=submit],#gform_wrapper_1 .gform_footer button[type=submit],#gform_wrapper_1 .gform_footer .gform_button,#gform_wrapper_1.gform-theme--framework .gform_footer input[type=submit],#gform_wrapper_1.gform-theme--framework .gform_footer button[type=submit],#gform_wrapper_1.gform-theme--framework .gform_footer .gform_button{transition:all .3s ease}#gform_wrapper_1 .gform_footer input[type=submit] i,#gform_wrapper_1 .gform_footer button[type=submit] i,#gform_wrapper_1 .gform_footer .gform_button i,#gform_wrapper_1.gform-theme--framework .gform_footer input[type=submit] i,#gform_wrapper_1.gform-theme--framework .gform_footer button[type=submit] i,#gform_wrapper_1.gform-theme--framework .gform_footer .gform_button i{display:none !important}#gform_wrapper_1 .gform_footer input[type=submit]:hover,#gform_wrapper_1 .gform_footer button[type=submit]:hover,#gform_wrapper_1 .gform_footer .gform_button:hover,#gform_wrapper_1.gform-theme--framework .gform_footer input[type=submit]:hover,#gform_wrapper_1.gform-theme--framework .gform_footer button[type=submit]:hover,#gform_wrapper_1.gform-theme--framework .gform_footer .gform_button:hover{transform:scale(0.9);color:#fff !important}@media(max-width: 767px){#gform_wrapper_1 .gform_footer input[type=submit],#gform_wrapper_1 .gform_footer button[type=submit],#gform_wrapper_1 .gform_footer .gform_button,#gform_wrapper_1.gform-theme--framework .gform_footer input[type=submit],#gform_wrapper_1.gform-theme--framework .gform_footer button[type=submit],#gform_wrapper_1.gform-theme--framework .gform_footer .gform_button{min-width:100px !important;min-height:100px !important}}#gform_confirmation_message_1{width:70%;justify-self:center}section,footer#siteFooter{padding-left:30px;padding-right:30px}@media(min-width: 768px)and (max-width: 1149px){section,footer#siteFooter{padding-left:20px;padding-right:20px}}@media(max-width: 767px){section,footer#siteFooter{padding-left:16px;padding-right:16px}}.container{max-width:1306px !important;margin:0 auto !important;width:100% !important}html{line-height:1.15;-webkit-text-size-adjust:100%;background:#1e2233}*,*::before,*::after{box-sizing:border-box}*:focus{outline:none}::-moz-selection{color:#fff;background:#1e2233}::selection{color:#fff;background:#1e2233}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#1e2233}::-moz-placeholder{color:#5f5f5f;font-size:16px;line-height:100%}::placeholder{color:#5f5f5f;font-size:16px;line-height:100%}body{margin:0 !important;font-size:1rem;font-weight:400;line-height:1.5;color:#1e2233;background-color:#1e2233;z-index:1;position:relative;overflow-x:hidden}body{font-family:"Inter",sans-serif}body *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body a{transition:all .3s ease}body a{color:inherit;text-decoration:none}body a:hover{color:#ef9b1f}body h1{font-size:clamp(36px,20.51px + 4.13vw,80px);font-weight:400;line-height:90%;color:#fff;margin:0}body h1{font-family:"Inter",sans-serif}body h2{font-size:clamp(32px,20.73px + 3.01vw,64px);font-weight:400;line-height:90%;margin:0;color:#1e2233}body h2{font-family:"Inter",sans-serif}body h3{font-size:clamp(26px,16.85px + 2.44vw,52px);font-weight:400;line-height:90%;margin:0;color:#1e2233}body h3{font-family:"Inter",sans-serif}body h4{font-size:clamp(18px,16.59px + .38vw,22px);line-height:140%;font-weight:600;margin:0;color:#1e2233}body h4{font-family:"Inter",sans-serif}body h5{font-size:clamp(14px,13.3px + .19vw,16px);line-height:140%;font-weight:500;color:#1e2233;margin:0}body h5{font-family:"Inter",sans-serif}body p{font-size:clamp(14px,13.3px + .19vw,16px);font-weight:400;line-height:140%;color:#6b7186}body p{margin:0}body i{width:8px;height:8px;background-color:#000;flex-shrink:0;font-style:normal}body .label span{font-size:clamp(12px,10.59px + .38vw,16px);line-height:120%;font-weight:600;text-transform:uppercase;color:#ef9b1f}body .label span{color:#fff}@media(max-width: 767px){body .label span{font-size:14px}}.otgs-development-site-front-end{display:none}