@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap);
.iti {
  position: relative;
  display: inline-block;
}.iti * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}.iti__hide {
  display: none;
}.iti__v-hide {
  visibility: hidden;
}.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}.iti__dropdown-content {
  border-radius: 3px;
  background-color: white;
}.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: -1px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: 3px;
}.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}.iti__search-input + .iti__country-list {
  border-top: 1px solid #ccc;
}.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}.iti__flag-box {
  display: inline-block;
  width: 20px;
}.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}.iti__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px;
  outline: none;
}.iti__dial-code {
  color: #999;
}.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, .05);
}.iti__flag-box, .iti__country-name {
  margin-right: 8px;
}[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 8px;
}.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel], .iti--show-selected-dial-code input.iti__tel-input,
.iti--show-selected-dial-code input.iti__tel-input[type=text],
.iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--show-selected-dial-code input.iti__tel-input,
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}.iti--allow-dropdown .iti__flag-container, .iti--show-selected-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--show-selected-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, .05);
}.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}.iti--show-selected-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, .05);
}.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}[dir=rtl] .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}.iti--container:hover {
  cursor: pointer;
}.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, .5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}.iti--fullscreen-popup.iti--container.iti--country-search {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}.iti--fullscreen-popup .iti__dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
  position: relative;
}.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}.iti__flag {
  width: 20px;
}.iti__flag.iti__be {
  width: 18px;
}.iti__flag.iti__ch {
  width: 15px;
}.iti__flag.iti__mc {
  width: 19px;
}.iti__flag.iti__ne {
  width: 18px;
}.iti__flag.iti__np {
  width: 13px;
}.iti__flag.iti__va {
  width: 15px;
}@media (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/wp-content/themes/turas/assets/images/flags.png?1");
  background-repeat: no-repeat;
  background-position: 20px 0;
}@media (min-resolution: 2x) {
  .iti__flag {
    background-image: url("/wp-content/themes/turas/assets/images/flags@2x.png?1");
  }
}.iti__globe {
  background-image: url("/wp-content/themes/turas/assets/images/globe.png");
  background-size: contain;
  background-position: right;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 19px;
}@media (min-resolution: 2x) {
  .iti__globe {
    background-image: url("/wp-content/themes/turas/assets/images/globe@2x.png");
  }
}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0 !important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*='owl-']{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*='owl-']:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;transition:opacity 200ms ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;padding:0 1em 0 10px;margin:0;width:100%;font-family:inherit;font-size:inherit;cursor:inherit;line-height:inherit;outline:none;border:1px solid #85858D;font-size:15px;letter-spacing:1.7px;color:#85858D}select::-ms-expand{display:none}.select{background:url("/wp-content/themes/turas/assets/images/select-arrow.svg") calc(100% - 15px) center/21px 11px no-repeat}.blue-button{color:#fff;background-color:#052EE4;border-radius:13px;position:relative;height:58px;padding:0 60px 0 30px;letter-spacing:2px;font-weight:600;font-size:0.813rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border:0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 767px){.blue-button{width:100%;max-width:430px;height:50px;white-space:nowrap}}.blue-button::before{content:'';background:url("/wp-content/themes/turas/assets/images/arrow-right-white-icon.svg");width:14px;height:14px;position:absolute;top:0;bottom:0;right:30px;margin:auto;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.blue-button:hover{background-color:#123DFF}.blue-button:hover::before{-webkit-transform:translateX(10px);transform:translateX(10px)}.blue-button--download::before{background:url("/wp-content/themes/turas/assets/images/download-white-icon.svg");width:16px;height:20px}.blue-button--download:hover::before{-webkit-transform:scale(1.1);transform:scale(1.1)}.blue-border-button{color:#fff;border:1px solid #3A5EFB;border-radius:13px;position:relative;height:58px;padding:0 60px 0 30px;letter-spacing:2px;font-weight:600;font-size:0.813rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.blue-border-button::before{content:'';background:url("/wp-content/themes/turas/assets/images/arrow-right-white-icon.svg");width:14px;height:14px;position:absolute;top:0;bottom:0;right:30px;margin:auto;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.blue-border-button:hover{background-color:#123DFF;color:#fff}.blue-border-button:hover::before{-webkit-transform:translateX(10px);transform:translateX(10px)}@media screen and (max-width: 767px){.blue-border-button{width:100%;max-width:430px;height:50px;white-space:nowrap}}.white-button{color:#060226;background-color:#fff;border-radius:13px;position:relative;height:58px;padding:0 60px 0 30px;letter-spacing:2px;font-weight:600;font-size:0.813rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 767px){.white-button{width:100%;max-width:430px;height:50px;white-space:nowrap}}.white-button::before{content:'';background:url("/wp-content/themes/turas/assets/images/arrow-right-dark-icon.svg");width:14px;height:14px;position:absolute;top:0;bottom:0;right:30px;margin:auto;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.white-button:hover{background-color:#18ACED;color:#fff}.white-button:hover::before{background:url("/wp-content/themes/turas/assets/images/arrow-right-white-icon.svg");-webkit-transform:translateX(10px);transform:translateX(10px)}.white-button--blue-border{border:1px solid #052EE4}@media screen and (max-width: 767px){.white-button--blue-border{width:100%;max-width:430px;white-space:nowrap}}.custom-radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding-left:35px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:.813rem;color:#000;border:1px solid #B2B2B9;border-radius:8px;height:32px;padding:0 14px 0 30px}.custom-radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-radio input:checked ~ .checkmark::after{display:block}.custom-radio input:checked ~ .checkmark::before{content:'';position:absolute;left:-1px;top:-1px;width:100%;height:100%;border:1px solid #000;border-radius:8px}.custom-radio.active::before{content:'';position:absolute;left:-1px;top:-1px;width:100%;height:100%;border:1px solid #000;border-radius:8px}.custom-radio.active::after{content:'';position:absolute;top:7px;left:7px;height:8px;width:8px;border:4px solid #fff;border-radius:50%;background:#000;outline:1px solid #B2B2B9}.custom-radio::before{content:'';position:absolute;top:7px;left:7px;height:14px;width:14px;border:1px solid #B2B2B9;border-radius:50%}.custom-radio .checkmark::after{display:none;content:'';left:11px;top:11px;width:8px;height:8px;position:absolute;background:#000;border-radius:10px}.custom-checkbox{position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#000;height:32px;padding:0 14px 0 20px}.custom-checkbox-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:.813rem}.custom-checkbox-wrapper a{text-decoration:underline;color:#052EE4}.custom-checkbox-wrapper a:hover{text-decoration:none}.custom-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-checkbox input:checked ~ .checkmark::after{display:block}.custom-checkbox input:checked ~ .checkmark::before{content:'';position:absolute;left:0;top:3px;width:24px;height:24px;border-radius:8px;background-color:#052EE4;border:1px solid #052EE4}.custom-checkbox::before{content:'';position:absolute;top:3px;left:0;height:24px;width:24px;border-radius:50%;border:1px solid #85858D;border-radius:8px;background-color:#fff}.custom-checkbox .checkmark::after{display:none;content:'';left:9px;top:7px;width:5px;height:11px;border:solid white;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute}*{-webkit-box-sizing:border-box;box-sizing:border-box;outline:none}html,body{height:100%;scroll-behavior:smooth}html.scroll,body.scroll{overflow:hidden}input,textarea,button{font-family:"Plus Jakarta Sans",sans-serif}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,button::-webkit-input-placeholder{font-size:15px;color:#ccc}input::-moz-placeholder,textarea::-moz-placeholder,button::-moz-placeholder{font-size:15px;color:#ccc}input::-ms-input-placeholder,textarea::-ms-input-placeholder,button::-ms-input-placeholder{font-size:15px;color:#ccc}input::placeholder,textarea::placeholder,button::placeholder{font-size:15px;color:#ccc}body{font-family:"Plus Jakarta Sans",sans-serif;margin:0;padding:0;font-size:16px;color:#85858D}h1,h2,h3,h4,h5,h6{margin:0;font-family:"Plus Jakarta Sans",sans-serif;font-weight:400}a{text-decoration:none}p{margin:0}ul{margin:0;padding:0}li{list-style:none}img{max-width:100%}strong{font-weight:600}.hide{display:none !important}label.error{color:#BA0C2F}.bg-light-gray{background-color:#F5F5F7}.bg-light-gray--full{width:100% !important;padding:64px 2.8% !important}.text-gray{color:#85858D}.text-blue{color:#052EE4}.text-cyan{color:#18ACED}#smooth-wrapper{overflow:hidden}.header{-webkit-backdrop-filter:blur(150px);backdrop-filter:blur(150px);background:rgba(255, 255, 255, 0.10196);padding:0 40px;height:92px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;position:fixed;top:14px;left:0;right:0;width:calc(100% - 28px);z-index:3;margin:auto;border-radius:24px;font-size:0.875rem;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-animation-name:header;animation-name:header;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes header{0%{-webkit-transform:translateY(-100px);transform:translateY(-100px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes header{0%{-webkit-transform:translateY(-100px);transform:translateY(-100px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.header__logo-white{display:block}.header__logo-mobile{display:none}.header--white{background-color:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .3);box-shadow:0 0 10px rgba(0, 0, 0, .3)}.header--white .header__brochure-icon-white,.header--white .header__lang-icon-white,.header--white .header__logo-white{display:none}@media screen and (min-width: 1024px){.header--white .header__brochure-icon-dark,.header--white .header__lang-icon-dark,.header--white .header__logo-mobile{display:block}}.header--white .header__menu .current-menu-item a{color:#fff}@media screen and (min-width: 1024px){.header--white .header__menu .current-menu-item a{color:#052EE4}}@media screen and (min-width: 1024px){.header--white .header__menu a{color:#060226}}.header--white .header__menu a.active,.header--white .header__menu a:hover{color:#052EE4}@media screen and (min-width: 1024px){.header--white .header__contact-btn,.header--white .header__brochure-btn,.header--white .header__lang a{color:#060226}}.header--white .header__contact-btn:hover{color:#fff}@media screen and (max-width: 1024px){.header{padding:0 25px;-webkit-backdrop-filter:unset;backdrop-filter:unset;background:transparent;height:64px}.header::after{content:'';position:absolute;background:#fff;width:100%;height:64px;left:0;border-radius:24px}.header.open::before{content:'';position:fixed;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .43)), color-stop(47%, #000));background:linear-gradient(0deg, rgba(0, 0, 0, .43) 0%, #000 47%);width:100vw;height:100vh;left:-13px;top:0;opacity:.5;z-index:-1}.header__logo{position:relative;z-index:1}.header__logo-white{display:none}.header__logo-mobile{display:block}}.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:50px}.header__menu.open{-webkit-transform:translateY(0);transform:translateY(0)}.header__menu a{color:#85858D;font-weight:500;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.header__menu a.active,.header__menu a:hover{color:#fff}@media screen and (max-width: 1024px){.header__menu{position:absolute;-webkit-transform:translateY(-100vh);transform:translateY(-100vh);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#000;width:calc(100% + 28px);top:-14px;left:-14px;-webkit-box-align:start;-ms-flex-align:start;align-items:start;font-size:21px;padding:128px 0 150px 14px;z-index:-1;-webkit-transition:all .8s ease-out;transition:all .8s ease-out}}.header__right-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:20px}@media screen and (max-width: 1024px){.header__right-wrapper{position:absolute;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;top:500px;left:0;right:0;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-transition-delay:.8s;transition-delay:.8s}.header__right-wrapper.show{opacity:1;visibility:visible}}@media screen and (max-width: 375px){.header__right-wrapper{gap:14px}}.header__lang-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px;border-right:1px solid #47474C;width:80px;height:30px}@media screen and (max-width: 1024px){.header__lang-wrapper{border-right:none;border-left:1px solid #47474C;width:55px;padding-left:10px}}.header__lang-item{display:none}.header__lang-item:first-child{display:block}.header__lang a{color:#fff}.header__lang-icon-dark{display:none}.header__contact-btn{border-radius:13px;border:1px solid #3A5EFB;color:#fff;font-size:0.688rem;width:100px;height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;font-weight:600}.header__contact-btn:hover{border-color:#123DFF;background-color:#123DFF}@media screen and (max-width: 1024px){.header__contact-btn{font-size:.813rem;height:50px;width:160px}}.header__brochure-btn{color:#fff;font-size:0.688rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;font-weight:600}.header__brochure-btn img{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.header__brochure-btn:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}@media screen and (max-width: 1024px){.header__brochure-btn{font-size:.813rem}}.header__brochure-icon-dark{display:none}.header__menu-btn{width:40px;height:20px;position:relative;cursor:pointer;border-top:2px solid #fff;border-bottom:2px solid #fff;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.header__menu-btn::after,.header__menu-btn::before{content:'';width:100%;height:2px;background-color:#fff;position:absolute;top:0;margin:auto;bottom:0;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.header__menu-btn::after{bottom:0}.header__menu-btn.open{border-color:transparent}.header__menu-btn.open::after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header__menu-btn.open::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.header__menu-button{position:absolute;width:24px;height:24px;right:25px;z-index:1;top:0;bottom:0;margin:auto;display:none}.header__menu-button::before,.header__menu-button::after{content:'';width:24px;height:24px;background-image:url("/wp-content/themes/turas/assets/images/mobile-menu.svg");position:absolute;left:0;background-repeat:no-repeat;background-position:center;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.header__menu-button::after{background-image:url("/wp-content/themes/turas/assets/images/mobile-menu-close.svg");opacity:0}.header__menu-button.open::before{opacity:0}.header__menu-button.open::after{opacity:1}@media screen and (max-width: 1024px){.header__menu-button{display:block}}.footer{position:relative;background-color:#000}.footer__wrapper{width:94.4%;margin:auto;padding:50px 0}@media screen and (max-width: 1024px){.footer__wrapper{width:100%;padding:60px 20px}}.footer__wrapper-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 1024px){.footer__wrapper-top{gap:72px}}.footer__wrapper-top-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:80px;font-size:1.313rem}.footer__wrapper-top-nav a{color:#85858D;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.footer__wrapper-top-nav a:hover{color:#fff}@media screen and (max-width: 1024px){.footer__wrapper-top-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;gap:50px}}.footer__wrapper-top-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}@media screen and (max-width: 1024px){.footer__wrapper-top-right{width:100%;gap:50px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.footer__wrapper-middle{padding:100px 0 60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 1024px){.footer__wrapper-middle{padding:72px 0 40px}}.footer__wrapper-middle-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}.footer__wrapper-middle-social a{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.footer__wrapper-middle-social a :hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@media screen and (max-width: 1024px){.footer__wrapper-middle-social{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:72px;gap:60px}}.footer__wrapper-middle-contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:80px}.footer__wrapper-middle-contact-part{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:25px}@media screen and (max-width: 1024px){.footer__wrapper-middle-contact-part{gap:15px}}.footer__wrapper-middle-contact-part:first-child .footer__wrapper-middle-contact-content{font-size:1.5rem}.footer__wrapper-middle-contact-title{font-size:.875rem;color:#85858D}.footer__wrapper-middle-contact-content{font-size:1.125rem;color:#fff}@media screen and (max-width: 1024px){.footer__wrapper-middle-contact-content{line-height:25px}}@media screen and (max-width: 1024px){.footer__wrapper-middle-contact{width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;gap:30px}}.footer__wrapper-middle-fake-space{width:210px}.footer__wrapper-bottom{padding-top:30px;border-top:1px solid rgba(133, 133, 141, 0.50196);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:.688rem}@media screen and (max-width: 1024px){.footer__wrapper-bottom{gap:40px;padding-top:40px}}.footer__wrapper-bottom-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:25px}.footer__wrapper-bottom-nav a{color:#85858D;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.footer__wrapper-bottom-nav a:hover{color:#fff}.footer__wrapper-bottom-information{text-decoration:underline;color:#85858D;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.footer__wrapper-bottom-information:hover{color:#fff}.footer__banner{position:relative}.footer__banner-image{width:100%;display:block}@media screen and (max-width: 1024px){.footer__banner-image{height:300px;-o-object-fit:cover;object-fit:cover}}.footer__banner-button{background-color:#fff;border-radius:13px;padding:60px 40px;position:absolute;left:20px;bottom:20px;width:33vw;-webkit-transition:all ease-out .3s;transition:all ease-out .3s}@media screen and (max-width: 1024px){.footer__banner-button{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;border-radius:0;height:198px;gap:20px;position:relative;bottom:0;left:0}}.footer__banner-button-little-text{font-size:1rem;color:#18ACED;letter-spacing:2px;line-height:120%;-webkit-transition:all ease-out .3s;transition:all ease-out .3s}.footer__banner-button-big-text{font-size:2.5rem;position:relative;color:#060226;padding-right:60px;-webkit-transition:all ease-out .3s;transition:all ease-out .3s}.footer__banner-button-big-text::after{content:'';background:url("/wp-content/themes/turas/assets/images/arrow-right-dark-thin-icon.svg");width:30px;height:22.5px;position:absolute;top:0;bottom:0;right:20px;margin:auto;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;background-size:cover}.footer__banner-button-big-text:hover::after{-webkit-transform:translateX(10px);transform:translateX(10px)}.footer__banner-button:hover .footer__banner-button-little-text{color:#060226}.footer__banner-button:hover .footer__banner-button-big-text{color:#18ACED}.hero-banner{position:relative}.hero-banner img{width:100%;-o-object-fit:cover;object-fit:cover}.hero-banner__image-mobile{display:none}@media screen and (max-width: 1024px){.hero-banner{height:762px}.hero-banner__image-deskttop{display:none}.hero-banner__image-mobile{display:block}}.hero-banner__content{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;margin:0 0 0 6.94vw}@media screen and (max-width: 1024px){.hero-banner__content{padding:0 20px}}@media screen and (max-width: 767px){.hero-banner__content{margin:0;bottom:0;top:auto;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}.hero-banner__content--center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);left:50%;text-align:center;margin:auto}.hero-banner__title{font-size:1.625rem;color:#18ACED}.hero-banner__sub-title{color:#fff;font-size:3.75rem;line-height:68px;letter-spacing:1px;font-weight:500}@media screen and (max-width: 1024px){.hero-banner__sub-title{font-size:2.813rem;line-height:50px}}@media screen and (max-width: 767px){.hero-banner__sub-title br{display:none}}.hero-banner__description{font-size:.938rem;font-weight:400;color:#fff;margin-bottom:50px;line-height:170%}@media screen and (max-width: 1024px){.hero-banner__description br{display:none}}.products-filters{width:94.4%;margin:0 auto}.products-filters__title{font-size:2.813rem;color:#060226;padding:30px 0}@media screen and (max-width: 1024px){.products-filters__title{font-size:1.563rem}}.products-filters__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;border-bottom:2px solid #E9E9F5;padding-bottom:24px}@media screen and (max-width: 1024px){.products-filters__list li{padding:0 12px}}@media screen and (max-width: 1024px){.products-filters__list{-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap;overflow-x:scroll}}.products-filters__list-link{border-radius:13px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 16px;font-size:.875rem;color:#000;gap:8px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 1024px){.products-filters__list-link{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.products-filters__list-link img{height:20px}.products-filters__list-link img:last-child{display:none}.products-filters__list-link:hover,.products-filters__list-link.active{background-color:#052EE4;color:#fff}.products-filters__list-link:hover img,.products-filters__list-link.active img{display:none}.products-filters__list-link:hover img:last-child,.products-filters__list-link.active img:last-child{display:block}.products-filters__radio-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:24px;gap:16px}@media screen and (max-width: 1024px){.products-filters__radio-buttons{-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap;overflow-x:scroll;padding-bottom:10px}}.breadcrumb{font-size:.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.breadcrumb-wrapper{position:relative;margin:145px auto 0;width:94.4%}@media screen and (max-width: 1024px){.breadcrumb-wrapper{margin-top:115px}}.breadcrumb li{position:relative;padding-right:25px;color:#000}.breadcrumb li::after{content:'/';position:absolute;right:7px}.breadcrumb li:last-child::after{display:none}.breadcrumb li a{color:#85858D;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.breadcrumb li a:hover{color:#000}.hero{height:calc(100vh - 175px);background-color:black;-webkit-backdrop-filter:blur(512.79999px);backdrop-filter:blur(512.79999px);background:#000000;background:linear-gradient(148deg, #000 0%, #000 56%, #11009e 79%, #32bfff 91%, #bbefed 100%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.hero::before{content:'';background-color:#000;position:absolute;width:100%;height:100%;left:0;top:0;z-index:1;-webkit-animation-name:hero;animation-name:hero;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-o-object-position:top left;object-position:top left}@-webkit-keyframes hero{0%{opacity:1}100%{opacity:0}}@keyframes hero{0%{opacity:1}100%{opacity:0}}@media screen and (max-width: 1024px){.hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;min-height:auto;height:auto;padding-bottom:30px;overflow:hidden}}.hero__logo{position:absolute;right:10vw;bottom:0;height:calc(100% - 100px);-o-object-fit:contain;object-fit:contain;-o-object-position:top;object-position:top}@media screen and (max-width: 1024px){.hero__logo{right:-15%;width:70%}}.hero__text-wrapper{margin:50px 0 0 6.9vw;max-width:520px;width:100%;position:relative;z-index:1}@media screen and (max-width: 1024px){.hero__text-wrapper{margin:190px 0 0;padding:0 20px}}.hero__text{font-size:5.188rem;color:#fff;font-weight:600;max-width:530px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-height: 800px){.hero__text{font-size:4.6rem}}@media screen and (max-width: 1024px){.hero__text{font-size:2.813rem;line-height:50px;letter-spacing:1px}}.hero__text-1{-webkit-animation-delay:.7s;animation-delay:.7s;-webkit-animation-name:textUp;animation-name:textUp;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}.hero__text-2{-webkit-animation-delay:.8s;animation-delay:.8s;-webkit-animation-name:textUp;animation-name:textUp;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}.hero__text-3{-webkit-animation-delay:.9s;animation-delay:.9s;-webkit-animation-name:textUp;animation-name:textUp;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}@-webkit-keyframes textUp{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes textUp{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.hero__description{margin-top:30px;color:#fff;font-size:0.938rem;line-height:170%;-webkit-animation-name:FadeIn;animation-name:FadeIn;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-o-object-position:top left;object-position:top left;-webkit-animation-delay:1s;animation-delay:1s;opacity:0}@-webkit-keyframes FadeIn{0%{opacity:0}100%{opacity:1}}@keyframes FadeIn{0%{opacity:0}100%{opacity:1}}.hero__buttons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;margin-top:70px;-webkit-animation-name:FadeIn;animation-name:FadeIn;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-o-object-position:top left;object-position:top left;-webkit-animation-delay:1.1s;animation-delay:1.1s;opacity:0}@media screen and (max-width: 1024px){.hero__buttons-wrapper{margin-top:30px}}.hero__video-wrapper{position:absolute;border-radius:12px;bottom:20px;right:20px;width:0;height:0;z-index:2;-webkit-animation-name:heroVideo;animation-name:heroVideo;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-o-object-position:bottom right;object-position:bottom right;-webkit-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes heroVideo{0%{opacity:0;width:0;height:0}100%{opacity:1;width:400px;height:255px}}@keyframes heroVideo{0%{opacity:0;width:0;height:0}100%{opacity:1;width:400px;height:255px}}@media screen and (max-width: 1024px){.hero__video-wrapper{position:relative;height:135px;width:215px;right:20px;margin-left:auto;margin-top:30px;bottom:0}@-webkit-keyframes heroVideo{0%{opacity:0;width:0;height:0}100%{opacity:1;height:135px;width:215px}}@keyframes heroVideo{0%{opacity:0;width:0;height:0}100%{opacity:1;height:135px;width:215px}}}.hero__video-wrapper iframe{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px}.hero__spot-product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;position:absolute;bottom:310px;right:20px;z-index:3;gap:40px}@media screen and (max-width: 1024px){.hero__spot-product{display:none}}.hero__spot-product-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px}.hero__spot-product-badge{border-radius:6px;background-color:#18ACED;color:#060226;font-size:.625rem;font-weight:800;padding:7px}.hero__spot-product-little-title{color:#85858D;font-size:.75rem;line-height:120%}.hero__spot-product-big-title{letter-spacing:1px;color:#fff;font-size:2rem;line-height:120%}.hero__spot-product-image{border-radius:11px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:7px;width:120px;height:120px}.hero__spot-product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hero__categories{background-color:#000;gap:20px;height:176px;-webkit-transform:translateY(-1px);transform:translateY(-1px);position:relative}@media screen and (max-width: 1024px){.hero__categories{overflow-x:scroll;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:135px}.hero__categories::before{content:'';position:absolute;right:0;width:50px;height:100%;top:0;background:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));background:linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);z-index:1}.hero__categories::after{left:100%;right:auto}}.hero__categories-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;height:176px}@media screen and (max-width: 1024px){.hero__categories-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:30px;height:135px}}.hero__category{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;min-width:210px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;border-radius:13px;height:100%;max-height:128px;position:relative;-webkit-animation-name:toUp;animation-name:toUp;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-o-object-position:bottom right;object-position:bottom right;opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}.hero__category:nth-child(1){-webkit-animation-delay:1.1s;animation-delay:1.1s}.hero__category:nth-child(2){-webkit-animation-delay:1.2s;animation-delay:1.2s}.hero__category:nth-child(3){-webkit-animation-delay:1.3s;animation-delay:1.3s}.hero__category:nth-child(4){-webkit-animation-delay:1.4s;animation-delay:1.4s}.hero__category:nth-child(5){-webkit-animation-delay:1.5s;animation-delay:1.5s}@media screen and (max-width: 1024px){.hero__category{font-size:.75rem;min-width:120px;max-height:104px}}.hero__category:hover::before{opacity:1;width:100%;height:100%}.hero__category img,.hero__category span{z-index:1;position:relative}@media screen and (max-width: 1024px){.hero__category img,.hero__category span{text-align:center}}.hero__category::before{content:'';position:absolute;width:40%;height:40%;opacity:0;background:#11009E;border-radius:13px;left:0;top:0;bottom:0;right:0;margin:auto;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@-webkit-keyframes toUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes toUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.years-40{padding:15vh 0 50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;width:100%;min-height:1080px}@media screen and (max-width: 1024px){.years-40{padding:11vh 0 30px;width:100%;overflow:hidden;min-height:auto;height:100vh}}.years-40__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px;width:100%}.years-40__row:first-child{margin-bottom:5vh}@media screen and (max-width: 1024px){.years-40__row:first-child{margin-bottom:10px}}@media screen and (max-width: 1024px){.years-40__row{gap:10px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.years-40__image-1{width:16vw;border-radius:13px;max-width:400px;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 1024px){.years-40__image-1{width:23%}}.years-40__image-2{max-width:400px;border-radius:13px;width:20vw;-webkit-transform:translateY(-70px);transform:translateY(-70px);-o-object-fit:cover;object-fit:cover;height:27vh}@media screen and (max-width: 1024px){.years-40__image-2{width:35%;height:auto}}.years-40__image-3{max-width:400px;border-radius:13px;width:13vw;-o-object-fit:cover;object-fit:cover;height:27vh}@media screen and (max-width: 1024px){.years-40__image-3{width:19.2%;height:auto}}.years-40__image-4{max-width:500px;border-radius:13px;width:26.4vw;-o-object-fit:cover;object-fit:cover;height:43vh}@media screen and (max-width: 1024px){.years-40__image-4{width:33%;-webkit-transform:translateX(35%);transform:translateX(35%);height:auto}}.years-40__image-5{max-width:500px;border-radius:13px;width:27vw;-webkit-transform:translateY(-60px);transform:translateY(-60px);-o-object-fit:cover;object-fit:cover;height:47vh}@media screen and (max-width: 1024px){.years-40__image-5{width:33%;height:auto;-webkit-transform:translateY(-10px) translateX(-45px);transform:translateY(-10px) translateX(-45px)}}.years-40__content{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:670px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:7vw;-webkit-transform:translateY(-70px);transform:translateY(-70px)}@media screen and (max-width: 1024px){.years-40__content{padding:0 20px;margin-top:100px}}.years-40__years{font-size:1.313rem;color:#052EE4;letter-spacing:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}@media screen and (max-width: 1024px){.years-40__years{font-size:1rem}}.years-40__title{letter-spacing:1px;font-size:4.063rem;text-align:center;color:#060226;margin-top:20px;font-weight:500}@media screen and (max-width: 1024px){.years-40__title{font-size:2.5rem;line-height:48px;white-space:nowrap}}.years-40__description{font-size:1.125rem;line-height:1.5;text-align:center;color:#060226;margin-top:40px}@media screen and (max-width: 767px){.years-40__description br{display:none}}.years-40__buttons-wrapper{margin-top:20px}.numbers{background:linear-gradient(28deg, #000 0%, #08004f 85%, #0024c2 100%);min-height:100vh;position:relative;padding:50px 0 20px;overflow:hidden;width:100%}.numbers--inner-page{padding:60px 0}@media screen and (max-width: 1024px){.numbers{padding:64px 0 94px;background:linear-gradient(-2deg, black 96%, #08004f 98%, #0024c2 100%)}}.numbers::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("/wp-content/themes/turas/assets/images/globe-bg.png");background-repeat:no-repeat;background-position-x:right;z-index:1}.numbers__title{color:#18ACED;font-size:1rem;letter-spacing:2px;margin-bottom:20px;width:100%}@media screen and (max-width: 1024px){.numbers__title{margin-bottom:10px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.numbers__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;z-index:1;width:94.4%;margin-left:auto;margin-right:auto}@media screen and (max-width: 1024px){.numbers__content-wrapper{width:100%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding:0 20px}}.numbers__content{font-size:3.4vw;color:#fff;letter-spacing:1px}@media screen and (max-width: 1024px){.numbers__content{font-size:1.563rem;line-height:32px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.numbers__content br{display:none}}.numbers__content-text{color:transparent;background:url("/wp-content/themes/turas/assets/images/text-bg.jpg") #85858D;background-size:0% auto;background-clip:text;-webkit-background-clip:text;background-repeat:no-repeat}.numbers__banner{width:23vw;max-width:600px;border-radius:13px}@media screen and (max-width: 1024px){.numbers__banner{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:50%;margin-bottom:50px}}.numbers__statistics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;z-index:1;gap:100px;margin-top:25vh;width:94.4%;margin-left:auto;margin-right:auto}@media screen and (max-width: 1024px){.numbers__statistics{margin-top:50px;gap:56px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:0 20px}}.numbers__statistic{border-top:2px solid rgba(133, 133, 141, 0.32941);-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width: 1024px){.numbers__statistic{width:100%}}.numbers__statistic-big{font-size:6.25rem;font-weight:600;background:linear-gradient(104.7deg, #11A0DE 17.89%, #112053 78.51%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media screen and (max-width: 1024px){.numbers__statistic-big{font-size:3.75rem;line-height:70px}}.numbers__statistic-title{font-size:1.5rem;color:#fff;margin-bottom:20px}.numbers__statistic-description{line-height:26px;color:#85858D;font-weight:300}.numbers__industry{background:linear-gradient(212deg, #11009e 80%, #11009e 0%, #32bfff 96%, #bbefed 100%);border-radius:40px;padding:140px 50px 70px;margin-top:100px;position:relative;z-index:2;width:100%;margin-left:auto !important;margin-right:auto !important;left:0;right:0;max-width:none !important;max-height:none !important}@media screen and (max-width: 1024px){.numbers__industry{width:100%;padding:32px;overflow:hidden}}.numbers__industry-content{position:absolute;left:50px;top:50px}@media screen and (max-width: 1024px){.numbers__industry-content{position:relative;left:0;top:0}}.numbers__industry-title{padding:10px;border-radius:6px;background-color:#18ACED;font-size:0.875rem;color:#060226;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media screen and (max-width: 767px){.numbers__industry-title{font-size:.688rem;padding:5px 10px}}.numbers__industry-description{font-size:2.25rem;line-height:44px;color:#fff;margin-top:20px}@media screen and (max-width: 1024px){.numbers__industry-description{font-size:1.563rem;line-height:32px}}.numbers__industry-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:7px;position:relative;z-index:1}@media screen and (max-width: 1024px){.numbers__industry-message{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:5px;white-space:nowrap;-webkit-transform:translateY(-30px);transform:translateY(-30px)}}.numbers__industry-message span{font-size:5.5rem;color:#11A0DE;font-weight:300;font-weight:500}@media screen and (max-width: 1024px){.numbers__industry-message span{font-size:1.563rem;line-height:32px}}.numbers__industry-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:13px;-webkit-box-shadow:0px 50px 80px 0px rgba(0, 0, 0, .3);box-shadow:0px 50px 80px 0px rgba(0, 0, 0, .3)}.numbers__industry-image-wrapper{width:18vw;height:55vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width: 1024px){.numbers__industry-image-wrapper{max-height:328px;min-height:300px}}.numbers__industry-image--3,.numbers__industry-image--2{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.numbers__industry-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:20px}@media screen and (max-width: 1024px){.numbers__industry-row{margin-top:30px}.numbers__industry-row .white-button{max-width:195px}}.numbers__industry-white-bg{background-color:#F5F5F7;width:0;height:0;aspect-ratio:1 / 1;position:absolute;border-radius:20px;left:15px;right:0;bottom:0;top:0;margin:auto;z-index:2}.numbers__industry-blue-bg{background:linear-gradient(156deg, #000 65%, #120263 86%, #0091cf 100%);width:100%;height:100%;position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;z-index:2;opacity:0}.numbers__industry-anime-product-1{width:0;height:0;position:absolute;left:15px;right:0;bottom:0;top:0;margin:auto;z-index:3;-o-object-fit:cover;object-fit:cover;-o-object-position:center -50px;object-position:center -50px;max-width:none}@media screen and (max-width: 1024px){.numbers__industry-anime-product-1{left:0;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain;-webkit-transform:scale(1.4);transform:scale(1.4)}}.numbers__industry-valves-text{position:absolute;top:0;bottom:0;width:100%;height:100%;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:25vw;color:#fff;font-weight:500;opacity:0;z-index:2}.numbers__industry-valves-title{position:absolute;top:120px;left:40px;font-size:4.063rem;color:#060226;font-weight:500;z-index:4;-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}@media screen and (max-width: 1024px){.numbers__industry-valves-title{font-size:2.188rem;line-height:43px;top:120px;left:20px}}.numbers__industry-valves-title--white{top:auto;bottom:50px;-webkit-transform:none;transform:none;color:#fff}@media screen and (max-width: 1024px){.numbers__industry-valves-title--white{bottom:auto;top:120px}}.numbers__industry-valves-description{position:absolute;font-size:1.5rem;font-weight:500;z-index:4;right:40px;bottom:50px;color:#060226;opacity:0}@media screen and (max-width: 1024px){.numbers__industry-valves-description{font-size:1rem;line-height:24px;bottom:60px;left:20px;right:auto}}.numbers__industry-valves-description--white{color:#fff;font-size:1rem}@media screen and (max-width: 1024px){.numbers__industry-valves-description--white{top:auto;padding-right:20px}.numbers__industry-valves-description--white br{display:none}}.numbers__industry-valves-description-list{color:rgba(255, 255, 255, 0.50196);position:absolute;font-size:1.5rem;font-weight:500;z-index:4;right:40px;bottom:50px;opacity:0}.numbers__industry-valves-description-list-images{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-bottom:30px}@media screen and (max-width: 1024px){.numbers__industry-valves-description-list-images{margin-bottom:10px}.numbers__industry-valves-description-list-images img{width:56px}}.numbers__industry-valves-description-list li{padding:10px 0;border-bottom:1px solid #85858D;font-size:.875rem}.numbers__industry-valves-description-list li:last-child{border-bottom:none}.certified{padding:64px 0;width:94.4%;margin:auto}@media screen and (max-width: 1024px){.certified{width:100%;padding:64px 0}}.certified__title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:20px}@media screen and (max-width: 1024px){.certified__title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 20px}}.certified__title{font-size:4.688rem;line-height:5.125rem;font-weight:600;color:#060226}@media screen and (max-width: 1024px){.certified__title{font-size:2.188rem;line-height:42px}}.certified__title font{color:#052EE4}.certified__banner{max-height:300px;border-radius:30px}@media screen and (max-width: 1024px){.certified__banner{max-height:126px}}.certified__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:70px}@media screen and (max-width: 1024px){.certified__content-wrapper{margin-top:42px;padding:0 20px}}.certified__content{font-size:2rem;line-height:2.5rem;color:#060226;font-weight:600}@media screen and (max-width: 1024px){.certified__content{font-size:1.125rem;line-height:24px;width:100%}}.certified__content .blue-button{max-width:242px}.certified__content-buttons{margin-top:40px}.certified__certificates{background-color:#11009E;padding:4.5vw;border-radius:24px;margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:45px}@media screen and (max-width: 1024px){.certified__certificates{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;border-radius:0;padding:48px 20px 18px}}.certified__certificate{-webkit-box-flex:4;-ms-flex:4;flex:4}@media screen and (max-width: 1024px){.certified__certificate{width:calc(50% - 10px);margin-bottom:30px;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.certified__certificate img{width:82px}}.certified__certificate-title{border-top:2px solid rgba(245, 245, 247, 0.18824);padding-top:20px;margin-top:30px;font-size:1.5rem;line-height:1.75rem;color:#f5f5f7;font-weight:600}@media screen and (max-width: 1024px){.certified__certificate-title{font-size:1.25rem;padding-top:16px;margin-top:30px}}.certified__certificate-year{color:#18ACED;margin-top:50px}@media screen and (max-width: 1024px){.certified__certificate-year{margin-top:30px}}.top-products{padding:64px 0;width:94.4%;margin:auto}@media screen and (max-width: 1024px){.top-products{padding:0 20px 64px;width:100%}}.top-products__title{font-size:2.813rem;color:#060226;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 1024px){.top-products__title{font-size:1.563rem;line-height:32px}}.top-products__view-all-link{color:#052EE4;font-size:.688rem;position:relative;padding-right:20px}.top-products__view-all-link::before{content:'';background:url("/wp-content/themes/turas/assets/images/arrow-right-blue-icon.svg");background-size:cover;width:10px;height:10px;position:absolute;top:0;bottom:0;right:0;margin:auto;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.top-products__view-all-link:hover::before{-webkit-transform:translateX(5px);transform:translateX(5px)}.top-products__slider-wrapper{margin-top:60px}@media screen and (max-width: 1024px){.top-products__slider-wrapper{margin-top:40px}}.top-products__slider-wrapper .owl-carousel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.top-products__slider-wrapper .owl-stage-outer{width:100%;margin-bottom:50px}.top-products__slider-wrapper .owl-nav{width:100px;margin-left:auto;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 1024px){.top-products__slider-wrapper .owl-nav{margin-top:30px}}.top-products__slider-wrapper .owl-nav .owl-prev{-webkit-transform:scale(-1);transform:scale(-1)}.top-products__slider-wrapper .owl-nav .owl-prev:hover{-webkit-transform:translate(-5px) scale(-1);transform:translate(-5px) scale(-1)}.top-products__slider-wrapper .owl-nav .owl-next:hover{-webkit-transform:translate(5px);transform:translate(5px)}.top-products__slider-wrapper .owl-nav button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.top-products__slider-wrapper .owl-dots{width:calc(100% - 160px);-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 1024px){.top-products__slider-wrapper .owl-dots{width:100%}}.top-products__slider-wrapper .owl-dots button{height:2px;background-color:#E9E9F5;-webkit-box-flex:1;-ms-flex:1;flex:1}.top-products__slider-wrapper .owl-dots button.active{background-color:#060226}.top-products__slider-card{min-width:320px}.top-products__slider-card-image{background-color:#f5f5f7;border-radius:13px;padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;height:320px;width:320px}.top-products__slider-card-image a{width:100%;height:100%}.top-products__slider-card-image a img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.top-products__slider-card-content{margin-top:20px}.top-products__slider-card-title{font-size:1.125rem;font-weight:500;color:#060226}.top-products__slider-card-title a{color:#060226}.top-products__slider-card-category,.top-products__slider-card-code{font-size:.813rem;font-weight:300;margin:7px 0}.cook{background-color:#f5f5f7;padding:64px 2.8% 64px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;width:100%}@media screen and (max-width: 1024px){.cook{padding:0;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;height:auto !important;max-height:none !important}}.cook__text{position:absolute;letter-spacing:50px;color:#fff;font-size:11.25rem;top:10%;font-weight:500;white-space:nowrap;width:100%;z-index:1}@media screen and (max-width: 1024px){.cook__text{font-size:4.25rem;top:220px}}.cook__oven{height:780px;padding-top:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;z-index:1;width:55%}@media screen and (max-width: 1024px){.cook__oven{height:auto;padding-top:0;padding-bottom:0;margin-top:60px;width:100%}}.cook__oven-item{position:relative;width:100%;padding-top:20px}@media screen and (max-width: 1024px){.cook__oven-item img{height:auto}}.cook__oven-pin{width:78px;height:78px;border-radius:40px;background-color:rgba(24, 172, 237, 0.12549);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute;z-index:1}@media screen and (max-width: 1024px){.cook__oven-pin{width:42px;height:42px}}.cook__oven-pin::before{content:'';width:24px;height:24px;border-radius:24px;background-color:#18ACED;border:3px solid #fff;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 1024px){.cook__oven-pin::before{height:16px;width:16px;border-width:2px}}.cook__oven-pin::after{content:'';width:12px;height:12px;border-radius:12px;background-color:transparent;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 1024px){.cook__oven-pin::after{width:8px;height:8px}}.cook__oven-pin.active::before,.cook__oven-pin:hover::before{width:42px;height:42px}@media screen and (max-width: 1024px){.cook__oven-pin.active::before,.cook__oven-pin:hover::before{width:32px;height:32px}}.cook__oven-pin.active::after,.cook__oven-pin:hover::after{background-color:#fff}.cook__tab-content{width:100%}@media screen and (max-width: 1024px){.cook__tab-content{width:100%;position:absolute;left:0;background-color:#11009E;padding-bottom:0;bottom:-155%;overflow:hidden;-webkit-transition:all .5s ease;transition:all .5s ease;height:0}.cook__tab-content .white-button{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.cook__tab-content.open{height:175%}}.cook__tab-content-close{background-image:url("/wp-content/themes/turas/assets/images/close-white-icon.svg");background-repeat:no-repeat;position:absolute;width:18px;height:18px;right:20px;top:25px;display:none}@media screen and (max-width: 1024px){.cook__tab-content-close{display:block}}.cook__tab-card{border-radius:24px;background-color:#11009E;padding:50px 20px;width:45%;height:calc(100% - 70px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;z-index:1;margin-top:auto}@media screen and (max-width: 1024px){.cook__tab-card{width:100%;border-radius:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:auto;min-height:130px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;padding:50px 0 50px 20px}}.cook__tab-card-title{font-size:2.5rem;text-align:center;color:#fff;width:100%}@media screen and (max-width: 1024px){.cook__tab-card-title{font-size:1.875rem;line-height:120%;text-align:left}}.cook__tab-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:11px;margin-top:16px}@media screen and (max-width: 1024px){.cook__tab-buttons{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:scroll;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-right:10px}}.cook__tab-button{font-size:.813rem;color:#18ACED;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);border-radius:6px;border:1px solid #18ACED;padding:10px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;font-weight:700}@media screen and (max-width: 1024px){.cook__tab-button{font-size:.688rem;white-space:nowrap;letter-spacing:1px}}.cook__tab-button:hover,.cook__tab-button.active{background-color:#18ACED;color:#060226}.cook__tab-product-card{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.cook__tab-product-card.hide{display:none}.cook__tab-product-card-image{border-radius:13px;background-color:#f5f5f7;width:270px;height:20vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 1024px){.cook__tab-product-card-image{width:165px;height:165px;padding:10px}}.cook__tab-product-card-image img{-o-object-fit:contain;object-fit:contain;height:calc(100% - 20px);width:calc(100% - 20px)}@media screen and (max-width: 1024px){.cook__tab-product-card-image img{width:100%;height:100%}}.cook__tab-product-card-category{color:#18ACED;font-size:.813rem;text-decoration:underline;margin-top:40px}@media screen and (max-width: 1024px){.cook__tab-product-card-category{margin-top:20px}}.cook__tab-product-card-code{font-size:3.75rem;color:#fff;text-decoration:underline;margin:10px 0 30px 0}@media screen and (max-width: 1024px){.cook__tab-product-card-code{font-size:2.5rem;margin-bottom:20px}}.independent-banner{width:100%;margin:64px auto 0;position:relative;height:100vh;overflow:hidden}@media screen and (max-width: 1024px){.independent-banner{margin:64px auto;height:70vh}}.independent-banner::before{content:'';background:rgba(0, 0, 0, 0.38039);position:absolute;border-radius:40px;width:100%;height:100%;left:0;top:0}.independent-banner__image{width:100%;display:block;height:100%;-o-object-fit:cover;object-fit:cover}.independent-banner__icon-big{position:absolute;left:0;top:0;height:100%}@media screen and (max-width: 1024px){.independent-banner__icon-big{-o-object-fit:cover;object-fit:cover;width:100%}}.independent-banner__content{position:absolute;left:0;right:0;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:auto;opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}@media screen and (max-width: 1024px){.independent-banner__content img{height:60px}}.independent-banner__title{font-size:5.625rem;color:#fff;line-height:5.625rem;font-weight:700;text-align:center}@media screen and (max-width: 1024px){.independent-banner__title{font-size:2.188rem;line-height:42px;margin-top:20px}}.products-list{width:94.4%;margin:0 auto;display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px;gap:15px;padding:50px 0}@media screen and (max-width: 1024px){.products-list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.products-list{grid-template-columns:repeat(1, 1fr)}}.products-list__card{background-color:#f5f5f7;border-radius:13px;position:relative;border:1px solid transparent;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;padding:50px}@media screen and (max-width: 1024px){.products-list__card{padding:30px}}.products-list__card img{width:300px;height:270px;-o-object-fit:contain;object-fit:contain}.products-list__card:hover{border-color:#000}.products-list__card:hover .products-list__card-download{opacity:1}.products-list__card:hover .products-list__card-link .products-list__card-code{color:#060226}.products-list__card-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#85858D}.products-list__card-image{display:block;height:180px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 1024px){.products-list__card-image{width:190px;height:140px;-o-object-position:bottom;object-position:bottom}}.products-list__card-content{margin-top:50px}@media screen and (max-width: 1024px){.products-list__card-content{margin-top:20px}}.products-list__card-code{font-size:2rem;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.products-list__card-description{font-size:.813rem}.products-list__card-download{width:48px;height:48px;border-radius:13px;position:absolute;right:20px;top:20px;background-color:#052EE4;background-image:url("/wp-content/themes/turas/assets/images/download-white-icon.svg");background-position:center;background-repeat:no-repeat;opacity:0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.single-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:3.125vw;width:94.4%;margin:0 auto;color:#060226;padding:64px 0}@media screen and (max-width: 1024px){.single-content{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;width:100%;padding:40px 20px 60px;gap:35px}}.single-content__text{width:50%;margin-left:3.125vw}@media screen and (max-width: 1024px){.single-content__text{width:100%;margin-left:0}}.single-content__title{font-size:3.125rem;line-height:60px;font-weight:600}@media screen and (max-width: 1024px){.single-content__title{font-size:2.188rem;line-height:43px}}.single-content__title font{color:#052EE4}.single-content__article{color:#000;font-size:1.25rem;line-height:32px;margin-top:30px;max-width:542px;font-weight:300}@media screen and (max-width: 1024px){.single-content__article{font-size:1rem}.single-content__article br{display:none}}.single-content__action{margin-top:25px}@media screen and (max-width: 1024px){.single-content__action{margin-top:40px}}.single-content__image{width:50%}@media screen and (max-width: 1024px){.single-content__image{width:100%}}.single-content__image img{border-radius:13px;width:100%;display:block}.trio-content{width:94.4%;margin:0 auto;color:#060226;padding:64px 0}@media screen and (max-width: 1024px){.trio-content{padding:60px 20px 60px !important}}.trio-content__title{font-size:1rem;color:#85858D;line-height:120%;letter-spacing:2px;margin-bottom:16px;text-transform:uppercase;font-weight:600}.trio-content__title font{color:#052EE4}.trio-content__sub-title{font-size:2.5rem;line-height:50px}@media screen and (max-width: 1024px){.trio-content__sub-title{font-size:2.188rem;line-height:43px}.trio-content__sub-title br{display:none}}.trio-content__sub-title font{color:#052EE4}.trio-content__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:78px;gap:36px;counter-reset:item}@media screen and (max-width: 1024px){.trio-content__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:60px;gap:60px}}.trio-content__card{-webkit-box-flex:3;-ms-flex:3;flex:3;width:100%;padding-top:52px;position:relative;counter-increment:item}.trio-content__card::before{content:counter(item);width:40px;height:40px;color:#fff;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:20px;font-size:1.25rem;font-weight:600;background-color:#052EE4;position:absolute;top:0;left:0;line-height:1}.trio-content__card--check-icon::before{content:'';background:url("/wp-content/themes/turas/assets/images/blue-circle-check-icon.svg");background-size:cover;width:33px;height:33px;position:absolute;top:0;left:0}.trio-content__card-image{position:relative;border-radius:13px}.trio-content__card-image img{width:100%;border-radius:20px;height:355px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 1024px){.trio-content__card-image img{height:auto}}.trio-content__card-image-logo{position:absolute;top:0;left:0;width:auto !important;height:auto !important}.trio-content__card-title{font-size:1.5rem;font-weight:600;border-bottom:2px solid rgba(133, 133, 141, 0.43922);padding:12px 0}.trio-content__card-text{color:#85858D;padding:12px 0 0;width:80%;line-height:26px;min-height:90px}@media screen and (max-width: 1024px){.trio-content__card-text{width:100%;min-height:auto}}.product-detail{width:94.4%;margin:40px auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:60px}@media screen and (max-width: 1024px){.product-detail{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:40px}}.product-detail__carousel{width:50%;position:relative}@media screen and (max-width: 1024px){.product-detail__carousel{width:100%}}.product-detail__carousel-image{height:600px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 1024px){.product-detail__carousel-image{height:385px}}.product-detail__carousel-image a{display:block;height:100%}.product-detail__carousel-image img{height:100%;max-width:530px;-o-object-fit:contain;object-fit:contain}.product-detail__carousel-quality-watermark{position:absolute;width:85px;height:85px;top:40px;left:10px;z-index:1}@media screen and (max-width: 1024px){.product-detail__carousel-quality-watermark{width:60px;height:60px}}.product-detail__carousel-code-big{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#fff;font-size:10vw;left:0;right:0;margin:auto;text-align:center}@media screen and (max-width: 1024px){.product-detail__carousel-code-big{font-size:5.625rem}}.product-detail__carousel .owl-dots{border-radius:24px;background-color:#fff;height:40px;gap:16px;padding:0 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.product-detail__carousel .owl-dots button{width:8px;height:8px;border-radius:8px;background-color:#85858D;-webkit-transition:all ease-out .3s;transition:all ease-out .3s}.product-detail__carousel .owl-dots button.active{background-color:#052EE4;width:35px}.product-detail__content{width:50%;background-color:#fff;border-radius:24px;padding:45px}@media screen and (max-width: 1024px){.product-detail__content{width:100%;padding:32px 20px;margin-top:30px;border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.product-detail__product-title{font-size:2.813rem;color:#060226}@media screen and (max-width: 1024px){.product-detail__product-title{font-size:2.5rem;line-height:50px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}}.product-detail__product-sub-title{font-size:1.313rem;font-weight:300;margin-top:8px;border-bottom:2px solid #E9E9F5;padding-bottom:24px}@media screen and (max-width: 1024px){.product-detail__product-sub-title{font-size:1.125rem;line-height:120%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%}}.product-detail__badges{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:.813rem;gap:16px;margin-top:24px}@media screen and (max-width: 1024px){.product-detail__badges{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;margin-top:32px}}.product-detail__badges li{border:1px solid #85858D;border-radius:8px;padding:7px 15px;color:#000}.product-detail__materials{font-size:.688rem;font-weight:700;color:#060226;letter-spacing:1px;margin-top:32px}@media screen and (max-width: 1024px){.product-detail__materials{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}}.product-detail__materials-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#000;gap:24px;margin-top:16px;font-size:.813rem;font-weight:300}.product-detail__materials-list li{position:relative;padding-left:30px}.product-detail__materials-list li::before{content:'';width:24px;height:24px;border-radius:12px;border:3px solid #fff;position:absolute;left:0;top:-4px;-webkit-box-sizing:border-box;box-sizing:border-box}.product-detail__materials-list li.yellow::before{background-color:#C8B56E}.product-detail__materials-list li.blue::before{background-color:#B3D2EA}.product-detail__materials-list li.gray::before{background-color:#BCBCBF}.product-detail__materials-list li.light-gray::before{background-color:#DFE0E2}.product-detail__materials-list li:hover span{bottom:calc(100% + 10px);opacity:1;visibility:visible}.product-detail__materials-list-tooltip{position:absolute;background-color:#333;border-radius:8px;padding:6px;color:#fff;font-size:.75rem;bottom:100%;left:0;visibility:hidden;opacity:0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.product-detail__materials-list-tooltip::before{content:'▾';position:absolute;color:#333;font-size:22px;top:100%;line-height:0px;left:0;right:0;margin:auto;text-align:center}.product-detail__description{font-size:.688rem;font-weight:700;color:#060226;letter-spacing:1px;margin-top:32px}@media screen and (max-width: 1024px){.product-detail__description{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}.product-detail__description-list{margin-top:16px}.product-detail__description-list li{position:relative;padding-left:12px;color:#6C6C74;font-size:.938rem;margin-bottom:8px;font-weight:300}.product-detail__description-list li::before{content:'';position:absolute;width:4px;height:4px;background-color:#6C6C74;border-radius:4px;left:0;top:0;bottom:0;margin:auto}.product-detail__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:40px;gap:16px}@media screen and (max-width: 1024px){.product-detail__actions{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:32px}}.single-content-right-full{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:3.125vw;width:100%;margin:64px auto;color:#060226;padding:0 2.8% 0 0}@media screen and (max-width: 1024px){.single-content-right-full{margin:0 0 40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0}}.single-content-right-full--bg-blue{background-color:#11009E;color:#fff}.single-content-right-full__text{width:50%;text-align:center}@media screen and (max-width: 1024px){.single-content-right-full__text{width:100%;padding:0 20px 45px}}.single-content-right-full__title{font-size:2.5rem;line-height:50px;font-weight:400;margin-top:45px}@media screen and (max-width: 1024px){.single-content-right-full__title{font-size:2rem;line-height:40px}}.single-content-right-full__article{font-size:.938rem;line-height:170%;font-weight:400;margin-top:30px}@media screen and (max-width: 1024px){.single-content-right-full__article{line-height:170%}.single-content-right-full__article br{display:none}}.single-content-right-full__action{margin-top:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.single-content-right-full__image{width:50%}@media screen and (max-width: 1024px){.single-content-right-full__image{width:100%}}.single-content-right-full__image img{width:100%;display:block}.quad-banner{width:94.4%;margin:0 auto;color:#060226;padding:64px 0;gap:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 1024px){.quad-banner{width:100%;padding:40px 20px 60px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.quad-banner__card{background:linear-gradient(349deg, #000 0%, #000 11%, #000 100%);border-radius:13px;padding:20px 20px 0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#fff;-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 10px);flex:0 0 calc(50% - 10px);position:relative}@media screen and (max-width: 1024px){.quad-banner__card{-webkit-box-flex:1;-ms-flex:1;flex:1}}.quad-banner__card:hover .quad-banner__title::before{width:100%}.quad-banner__card:hover::before{opacity:1}.quad-banner__card::before{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(349deg, #007ab3 0%, #110193 11%, #0c1013 100%);left:0;top:0;border-radius:13px;opacity:0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.quad-banner__icon{margin-top:40px;position:relative;z-index:1}@media screen and (max-width: 1024px){.quad-banner__icon{margin-top:10px}}.quad-banner__title{font-size:1.875rem;font-weight:500;margin:25px 0;position:relative;z-index:1}@media screen and (max-width: 1024px){.quad-banner__title{font-size:1.5rem;line-height:26px;margin-bottom:10px}}.quad-banner__title::before{content:'';height:1px;width:0;position:absolute;bottom:0px;background-color:#fff;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;left:0;right:0;margin:auto}.quad-banner__image{min-height:260px;position:relative;z-index:1;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 1024px){.quad-banner__image{min-height:150px}}.our-story{width:94.4%;margin:0 auto;color:#060226;padding:64px 0;text-align:center}@media screen and (max-width: 1024px){.our-story{width:100%;padding:64px 20px}}.our-story__little-title{font-size:1rem;letter-spacing:2px;line-height:120%;color:#052EE4;margin-bottom:24px}.our-story__content-title{font-size:3.125rem;line-height:60px;font-weight:600;margin-bottom:40px}@media screen and (max-width: 1024px){.our-story__content-title{font-size:2.188rem;line-height:43px}}.our-story__article{font-size:1.125rem;line-height:30px;max-width:700px;margin:0 auto 72px}@media screen and (max-width: 1024px){.our-story__article{font-size:1rem;line-height:24px}}.our-story__image{border-radius:13px;width:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 1024px){.our-story__image{height:221px}}.founders-legacy{width:94.4%;margin:0 auto;color:#060226;padding:64px 0;text-align:center}@media screen and (max-width: 1024px){.founders-legacy{width:100%;padding:0 20px 64px}}.founders-legacy__little-title{font-size:1rem;letter-spacing:2px;line-height:120%;color:#052EE4;margin-bottom:24px}.founders-legacy__seperator{margin-bottom:24px}.founders-legacy__content-title{font-size:3.125rem;line-height:60px;font-weight:600;margin-bottom:40px}@media screen and (max-width: 1024px){.founders-legacy__content-title{font-size:2.188rem;line-height:43px}}.founders-legacy__article{font-size:1.125rem;line-height:30px;max-width:670px;margin:0 auto 42px}@media screen and (max-width: 1024px){.founders-legacy__article{font-size:1rem;line-height:24px}}.founders-legacy__image{margin-bottom:32px}.founders-legacy__user-title{font-size:.813rem;letter-spacing:2px;line-height:120%;color:#85858D}.founders-legacy__user-name{font-size:2.25rem;color:#060226;line-height:60px;font-weight:800}.single-content-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:3.125vw;width:94.4%;margin:0 auto;color:#060226;padding:64px 0}@media screen and (max-width: 1024px){.single-content-right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:40px 20px}}.single-content-right__text{width:50%}@media screen and (max-width: 1024px){.single-content-right__text{width:100%;padding:32px 0 45px}}.single-content-right__title{font-size:3.125rem;line-height:60px;font-weight:600}@media screen and (max-width: 1024px){.single-content-right__title{font-size:2.188rem;line-height:43px}}.single-content-right__title font{color:#052EE4}.single-content-right__article{color:#000;font-size:1.25rem;line-height:32px;margin-top:30px;max-width:545px}@media screen and (max-width: 1024px){.single-content-right__article{font-size:1rem;line-height:24px}}.single-content-right__action{margin-top:25px}.single-content-right__list{font-size:1.125rem;margin-top:32px}@media screen and (max-width: 1024px){.single-content-right__list{font-size:1rem;line-height:24px}}.single-content-right__list li{position:relative;padding-left:40px;margin:16px 0;line-height:normal}.single-content-right__list li::before{content:'';width:24px;height:24px;background-image:url("/wp-content/themes/turas/assets/images/blue-check-icon.svg");background-size:cover;background-repeat:no-repeat;position:absolute;left:0}.single-content-right__image{width:50%}@media screen and (max-width: 1024px){.single-content-right__image{width:100%}}.single-content-right__image img{border-radius:13px;width:100%;display:block}.our-vision{width:100%;margin:64px auto 0;padding:64px 2.8% 120px;text-align:center;background:#32BFFF;background:linear-gradient(349deg, #32bfff 0%, #11009e 29%, #11009e 100%);color:#fff;text-align:left;position:relative}@media screen and (max-width: 1024px){.our-vision{margin:0 auto;padding:40px 20px}}.our-vision::before{content:'';position:absolute;width:100%;height:100%;left:0;top:0;background-image:url("/wp-content/themes/turas/assets/images/our-vision-line-top.png");background-position:center right;background-repeat:no-repeat}.our-vision::after{content:'';position:absolute;width:100%;height:100%;left:0;bottom:0;background-image:url("/wp-content/themes/turas/assets/images/our-vision-line-bottom.png");background-position:65% bottom;background-repeat:no-repeat}.our-vision__title{font-size:3.125rem;line-height:60px;font-weight:600;margin-bottom:32px;position:relative;z-index:1}@media screen and (max-width: 1024px){.our-vision__title{font-size:2.188rem;line-height:43px}}.our-vision__article{font-size:2.5rem;line-height:50px;margin-bottom:72px;position:relative;z-index:1}@media screen and (max-width: 1024px){.our-vision__article{font-size:1.25rem;line-height:28px;margin-bottom:50px}.our-vision__article br{display:none}}.our-vision__article font{color:#18ACED}.our-vision__images{gap:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;z-index:1}@media screen and (max-width: 1024px){.our-vision__images{-ms-flex-wrap:wrap;flex-wrap:wrap}}.our-vision__image{border-radius:13px;width:35%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media screen and (max-width: 1024px){.our-vision__image{width:calc(50% - 10px)}}.our-vision__image:nth-child(2){width:53%}@media screen and (max-width: 1024px){.our-vision__image:nth-child(2){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.numbered-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;margin:64px auto 0;color:#060226;background-color:#11009E;color:#fff}@media screen and (max-width: 1024px){.numbered-content{margin-top:0}}.numbered-content__text{width:100%;text-align:center;padding:64px 0 64px}@media screen and (max-width: 1024px){.numbered-content__text{padding:32px 20px 64px 20px}.numbered-content__text br{display:none}}.numbered-content__title{font-size:2.5rem;line-height:50px;font-weight:400;margin-top:20px}@media screen and (max-width: 1024px){.numbered-content__title{font-size:32px;line-height:40px}}.numbered-content__article{font-size:1.125rem;line-height:170%;font-weight:300;margin-top:30px}@media screen and (max-width: 1024px){.numbered-content__article{font-size:15px;line-height:170%}}.numbered-content__numbers{color:#18ACED;font-size:1.125rem;line-height:26px;gap:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:84px;counter-reset:item;position:relative}@media screen and (max-width: 1024px){.numbered-content__numbers{margin:45px auto 0;gap:20px}}.numbered-content__numbers li{position:relative;counter-increment:item;padding-top:60px;z-index:1}@media screen and (max-width: 1024px){.numbered-content__numbers li{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;min-height:32px;padding:0 0 0 50px}}.numbered-content__numbers li::before{content:counter(item);width:40px;height:40px;border-radius:40px;text-align:center;color:#11009E;background-color:#18ACED;position:absolute;top:0;left:0;right:0;margin:auto;font-weight:600;line-height:40px;font-size:20px;font-size:1.25rem;z-index:1}@media screen and (max-width: 1024px){.numbered-content__numbers li::before{margin:0;width:32px;height:32px;line-height:32px;font-size:16px;font-size:1rem}}.numbered-content__numbers li::after{content:'';height:1px;position:absolute;background-color:#18ACED;width:calc(100% + 100px);left:50px;top:20px}@media screen and (max-width: 1024px){.numbered-content__numbers li::after{height:100%;width:1px;top:100%;left:16px}}.numbered-content__numbers li:last-child::after{display:none}.numbered-content__action{margin-top:85px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 1024px){.numbered-content__action{margin-top:45px}}.numbered-content__image{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media screen and (max-width: 1024px){.numbered-content__image{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.numbered-content__image img{width:100%;display:block;-o-object-fit:cover;object-fit:cover}.double-content{width:94.4%;margin:0 auto;color:#060226;padding:64px 0}@media screen and (max-width: 1024px){.double-content{width:100%;padding:64px 20px !important}}.double-content__title{font-size:1rem;color:#85858D;line-height:120%;letter-spacing:2px;margin-bottom:16px;text-transform:uppercase}.double-content__title font{color:#052EE4}.double-content__sub-title{font-size:3.125rem;line-height:60px;font-weight:500}@media screen and (max-width: 1024px){.double-content__sub-title{font-size:2.188rem;line-height:43px}}.double-content__sub-title font{color:#052EE4}.double-content__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:78px;gap:36px}@media screen and (max-width: 1024px){.double-content__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:60px}}.double-content__card{-webkit-box-flex:3;-ms-flex:3;flex:3;width:100%}.double-content__card-image{position:relative}.double-content__card-image img{width:100%;border-radius:13px;display:block}.double-content__card-image-logo{position:absolute;top:0;left:0;width:auto !important}.double-content__card-title{font-size:1.5rem;font-weight:600;border-bottom:2px solid rgba(133, 133, 141, 0.43922);padding:12px 0}.double-content__card-text{color:#85858D;padding:12px 0 0;width:60%;line-height:26px}@media screen and (max-width: 1024px){.double-content__card-text{width:100%}}.quality-responsibility{width:100%;margin:0 auto;color:#060226;padding:64px 0;text-align:center}@media screen and (max-width: 1024px){.quality-responsibility{width:100%}}.quality-responsibility__title{font-size:3.125rem;line-height:60px;color:#060226;font-weight:500;margin-bottom:40px}@media screen and (max-width: 1024px){.quality-responsibility__title{font-size:2.188rem;line-height:43px;padding:0 20px}}.quality-responsibility__article{font-size:1.125rem;line-height:30px;max-width:670px;margin:0 auto 72px}@media screen and (max-width: 1024px){.quality-responsibility__article{font-size:1rem;line-height:24px;padding:0 20px}}.quality-responsibility__slider .owl-carousel .owl-item img{height:320px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media screen and (max-width: 1024px){.quality-responsibility__slider .owl-carousel .owl-item img{height:140px}}.certificate-list{padding:96px 2.8%;width:100%;margin:auto;background-color:#11009E}@media screen and (max-width: 1024px){.certificate-list{padding:60px 20px}}.certificate-list__certificates{border-radius:24px;display:grid;grid-template-columns:repeat(3, 1fr);gap:96px}@media screen and (max-width: 1024px){.certificate-list__certificates{gap:20px;grid-template-columns:repeat(2, 1fr)}}.certificate-list__certificate{width:100%}@media screen and (max-width: 1024px){.certificate-list__certificate{margin-bottom:40px}.certificate-list__certificate img{height:80px}}.certificate-list__certificate-title{border-top:2px solid rgba(245, 245, 247, 0.18824);padding-top:20px;margin-top:30px;font-size:1.5rem;line-height:1.75rem;color:#f5f5f7;font-weight:600}@media screen and (max-width: 1024px){.certificate-list__certificate-title{font-size:1.25rem;line-height:26px}}.certificate-list__certificate-year{color:#18ACED;margin-top:50px}@media screen and (max-width: 1024px){.certificate-list__certificate-year{margin-top:30px}}.contact{width:100%;color:#060226;padding:64px 0 0}.contact__top{border-bottom:2px solid #E9E9F5;margin:124px 2.8% 0;padding-bottom:30px}@media screen and (max-width: 1024px){.contact__top{margin:124px auto 0;padding:0 0 30px;width:calc(100% - 40px)}}.contact__title{font-size:1.625rem;line-height:32px;color:#18ACED}.contact__sub-title{font-size:3.125rem;line-height:60px;color:#060226;font-weight:500;margin-top:15px}@media screen and (max-width: 1024px){.contact__sub-title{font-size:2.813rem;line-height:50px}}.contact__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;padding:0 2.8%}@media screen and (max-width: 1024px){.contact__content{width:100%;padding:0 20px;margin-bottom:52px}}.contact__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:60px}@media screen and (max-width: 1024px){.contact__content-wrapper{padding-top:52px}}.contact__content-title{font-size:1.5rem;font-weight:500}.contact__content-article{font-size:1rem;color:#85858D;line-height:26px}.contact__content-link{font-size:1.125rem;line-height:25px;text-decoration:none;font-weight:500;color:#000}.contact__map{height:560px;position:relative;width:100%;margin-top:100px}@media screen and (max-width: 1024px){.contact__map{margin-top:0}}.contact__map #map{height:560px;width:100%}.contact__form{max-width:900px;margin:auto;width:100%;gap:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:50px}.contact__form .wpcf7{width:100%}.contact__form p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;gap:30px}@media screen and (max-width: 1024px){.contact__form p{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.contact__form p br{display:none}.contact__form p .wpcf7-form-control-wrap{width:100%}.contact__form .wpcf7-spinner{position:absolute}.contact__form .wpcf7-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}.contact__form-wrapper{background-color:#f5f5f7;width:100%;padding:100px 20px}@media screen and (max-width: 1024px){.contact__form-wrapper{padding:60px 20px}}.contact__form-title{text-align:center;font-size:2.813rem;color:#060226;line-height:50px}@media screen and (max-width: 1024px){.contact__form-title{font-size:2.188rem;line-height:45px}}.contact__form-subject{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;gap:20px;margin-bottom:30px}.contact__form-subject .wpcf7-list-item{margin:0;white-space:nowrap;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.contact__form-subject p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}@media screen and (max-width: 1024px){.contact__form-subject p{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.contact__form-subject p br{display:none}.contact__form-subject p .wpcf7-form-control-wrap{width:100%}.contact__form-subject p .wpcf7-form-control{gap:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 1024px){.contact__form-subject p .wpcf7-form-control{gap:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.contact__form-subject p label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding-left:35px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:.813rem;color:#000;border:1px solid #B2B2B9;border-radius:8px;height:32px;padding:0 14px;gap:6px}.contact__form-subject p label input{margin:0}@media screen and (max-width: 1024px){.contact__form-subject{-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;overflow-x:scroll;padding-bottom:10px}}.contact__form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:30px;width:100%}@media screen and (max-width: 1024px){.contact__form-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.contact__form-row textarea,.contact__form-row input{height:50px;border-radius:8px;border:1px solid #85858D;padding:10px;width:100%;color:#060226;font-size:.938rem}.contact__form-row textarea:focus,.contact__form-row input:focus{border-color:#18ACED}.contact__form-row textarea{height:180px}.contact__form-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;position:relative}.contact__form-action p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;gap:0}.policy{width:100%;color:#060226;padding:64px 0;max-width:900px;margin:auto}@media screen and (max-width: 1024px){.policy{padding:64px 20px}}.policy__top{border-bottom:2px solid #E9E9F5;margin:124px auto 50px;padding-bottom:30px}@media screen and (max-width: 1024px){.policy__top{margin:84px auto 50px}}.policy__title{font-size:1.625rem;line-height:32px;color:#18ACED}.policy__sub-title{font-size:3.125rem;line-height:60px;color:#060226;font-weight:500;margin-top:15px}@media screen and (max-width: 1024px){.policy__sub-title{font-size:2.813rem;line-height:50px}}.policy__description{font-size:.875rem;color:#85858D;margin-top:24px;line-height:24px}.policy__content{color:#85858D;font-weight:300;font-size:1.25rem;line-height:30px}.policy__content b{font-weight:500}.policy__content-title{font-size:2.188rem;color:#000;font-weight:500;margin-bottom:30px}@media screen and (max-width: 1024px){.policy__content-title{font-size:2rem;line-height:43px}}.policy__content-sub-title{font-size:1.5rem;line-height:26px;margin:40px 0 20px;font-weight:500}.policy__content-article{font-size:1.25rem;line-height:30px;margin-bottom:20px}.policy__content-list{font-size:1.25rem;line-height:30px;margin-bottom:40px}.policy__content-list li{margin-bottom:15px;position:relative;padding-left:26px}.policy__content-list li::before{content:'';position:absolute;left:0;width:10px;height:10px;border-radius:10px;top:10px;background-color:#85858D}.policy hr{margin:50px 0;border-color:#E9E9F5}

