html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

* {
  box-sizing: border-box; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

button {
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer; }

[data-animate="fade-in"] {
  position: relative;
  opacity: 0;
  transition-property: top, left, bottom, right, opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-out; }
  [data-animate="fade-in"][data-animate-way="bottom-top"] {
    top: 60px; }
  [data-animate="fade-in"][data-animate-way="top-bottom"] {
    bottom: 60px; }
  [data-animate="fade-in"][data-animate-way="left-right"] {
    right: 60px; }
  [data-animate="fade-in"][data-animate-way="right-left"] {
    left: 60px; }
  [data-animate="fade-in"][data-animated="true"][data-animate-way="bottom-top"] {
    top: 0;
    opacity: 1; }
  [data-animate="fade-in"][data-animated="true"][data-animate-way="top-bottom"] {
    bottom: 0;
    opacity: 1; }
  [data-animate="fade-in"][data-animated="true"][data-animate-way="left-right"] {
    right: 0;
    opacity: 1; }
  [data-animate="fade-in"][data-animated="true"][data-animate-way="right-left"] {
    left: 0;
    opacity: 1; }

[data-animate-delay="1"] {
  transition-delay: .1s; }

[data-animate-delay="2"] {
  transition-delay: .2s; }

[data-animate-delay="3"] {
  transition-delay: .3s; }

[data-animate-delay="4"] {
  transition-delay: .4s; }

[data-animate-delay="5"] {
  transition-delay: .5s; }

[data-animate-delay="6"] {
  transition-delay: .6s; }

[data-animate-delay="7"] {
  transition-delay: .7s; }

[data-animate-delay="8"] {
  transition-delay: .8s; }

[data-animate-delay="9"] {
  transition-delay: .9s; }

[data-animate-delay="10"] {
  transition-delay: 1s; }

[data-animate-delay="11"] {
  transition-delay: 1.1s; }

[data-animate-delay="12"] {
  transition-delay: 1.2s; }

[data-animate-delay="13"] {
  transition-delay: 1.3s; }

[data-animate-delay="14"] {
  transition-delay: 1.4s; }

[data-animate-delay="15"] {
  transition-delay: 1.5s; }

[data-animate-delay="16"] {
  transition-delay: 1.6s; }

[data-animate-delay="17"] {
  transition-delay: 1.7s; }

[data-animate-delay="18"] {
  transition-delay: 1.8s; }

[data-animate-delay="19"] {
  transition-delay: 1.9s; }

[data-animate-delay="20"] {
  transition-delay: 2s; }

.button {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: unset;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: unset;
  transition: all .2s;
  background-color: #01294E;
  color: #FFFFFF;
  max-height: 50px;
  min-width: 180px;
  width: fit-content;
  padding: 15px 30px;
  border-radius: 35px; }
  .button.with-icon {
    padding: 15px 20px; }
  .button.white-button {
    background-color: #FFFFFF;
    color: #01294E;
    border: 1px solid #01294E; }
    .button.white-button:hover {
      background-color: #01294E;
      color: #FFFFFF; }
      .button.white-button:hover img {
        filter: brightness(0) invert(1); }
  .button:hover {
    background-color: #003a71; }
  @media (max-width: 375px) {
    .button {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: unset;
      color: #FFFFFF; } }

.see-all {
  border-radius: 35px !important; }

.breadcrumb {
  padding: 15px 0;
  width: 100%;
  position: relative;
  z-index: 2; }
  .breadcrumb .container ol {
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: 10px;
    flex-direction: unset;
    position: relative;
    z-index: unset;
    flex-wrap: wrap;
    min-height: 20px;
    max-width: 100%; }
    .breadcrumb .container ol::-webkit-scrollbar {
      height: 1px; }
    .breadcrumb .container ol::-webkit-scrollbar-thumb {
      background-color: #ddd;
      border-radius: 10px; }
    .breadcrumb .container ol::-webkit-scrollbar-track {
      background: transparent; }
    .breadcrumb .container ol li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      flex-direction: unset;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      letter-spacing: 0;
      color: #01294e;
      flex-shrink: 0;
      word-break: break-all;
      max-width: 100%; }
      .breadcrumb .container ol li:before {
        content: '';
        border-width: 0 1px 1px 0;
        border-style: solid;
        border-color: rgba(1, 41, 78, 0.4);
        border-radius: 0;
        flex-shrink: 0;
        padding: 3px;
        transform: rotate(-45deg); }
      .breadcrumb .container ol li:first-child::before {
        content: none; }
      .breadcrumb .container ol li:last-child::before {
        border-color: #01294e; }
      .breadcrumb .container ol li:last-child .breadcrumb-link {
        color: #01294e; }
      .breadcrumb .container ol li .breadcrumb-link {
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0;
        color: rgba(1, 41, 78, 0.4); }
        .breadcrumb .container ol li .breadcrumb-link:hover {
          color: #E44208; }
        @media (max-width: 992px) {
          .breadcrumb .container ol li .breadcrumb-link {
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0;
            color: rgba(1, 41, 78, 0.4); } }
      @media (max-width: 992px) {
        .breadcrumb .container ol li {
          font-size: 14px;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: 0;
          color: #01294e; } }
  .breadcrumb.white .breadcrumb-item {
    min-height: 20px; }
    .breadcrumb.white .breadcrumb-item:before {
      content: '';
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: rgba(255, 255, 255, 0.4);
      border-radius: 0;
      flex-shrink: 0;
      padding: 3px;
      transform: rotate(-45deg); }
    .breadcrumb.white .breadcrumb-item:last-child {
      color: white; }
      .breadcrumb.white .breadcrumb-item:last-child::before {
        border-color: #FFFFFF; }
      .breadcrumb.white .breadcrumb-item:last-child .breadcrumb-link {
        color: #FFFFFF !important; }
  .breadcrumb.white .breadcrumb-link {
    color: #ffffff65 !important; }
    .breadcrumb.white .breadcrumb-link:hover {
      color: #fff !important; }
  @media (max-width: 992px) {
    .breadcrumb {
      padding: 22px 0; } }

.section-subpage-hero {
  width: 100%;
  height: calc(680px);
  position: relative;
  padding: 80px 0;
  transform: translateY(-50px); }
  .section-subpage-hero .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: unset;
    flex-direction: unset;
    width: 100%;
    height: 100%;
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    z-index: 2; }
    .section-subpage-hero .container .hero-title {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 25px;
      flex-direction: column; }
      .section-subpage-hero .container .hero-title h2 {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        color: #FFFFFF; }
        @media (max-width: 768px) {
          .section-subpage-hero .container .hero-title h2 {
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0;
            color: #FFFFFF; } }
      .section-subpage-hero .container .hero-title h3 {
        max-width: 720px;
        font-size: 60px;
        font-weight: 400;
        line-height: 70px;
        letter-spacing: -1px;
        color: #FFFFFF; }
        @media (max-width: 768px) {
          .section-subpage-hero .container .hero-title h3 {
            font-size: 34px;
            font-weight: 400;
            line-height: 42px;
            letter-spacing: 0px;
            color: #FFFFFF; } }
    .section-subpage-hero .container .hero-arrow {
      max-width: 53px;
      max-height: 53px;
      min-width: 53px;
      min-height: 53px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: unset;
      flex-direction: unset;
      border-width: 1px;
      border-style: solid;
      border-color: #FFFFFF;
      border-radius: 50%;
      display: none !important; }
      .section-subpage-hero .container .hero-arrow img {
        transform: rotate(90deg); }
      @media (max-width: 768px) {
        .section-subpage-hero .container .hero-arrow {
          margin-top: 30px; } }
    @media (max-width: 768px) {
      .section-subpage-hero .container {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 60px;
        flex-direction: column; } }
  .section-subpage-hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: unset;
    right: unset;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 1366px) {
    .section-subpage-hero {
      width: 100%;
      height: calc(480px); } }
  @media (max-width: 768px) {
    .section-subpage-hero {
      padding: 30px 0;
      width: 100%;
      height: calc(680px);
      transform: translateY(-64px); } }
  @media (max-width: 375px) {
    .section-subpage-hero {
      height: 480px; } }

.combined-title h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  color: #E44208;
  margin-bottom: 25px;
  text-transform: capitalize; }
  @media (max-width: 992px) {
    .combined-title h2 {
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0;
      color: #E44208; } }

.combined-title h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0;
  color: #01294E; }
  @media (max-width: 992px) {
    .combined-title h3 {
      font-size: 32px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 0;
      color: #01294E; } }

.combined-title.centered-title {
  text-align: center; }

.combined-title.color-white * {
  color: #FFFFFF; }

@keyframes logo1Anim {
  0% {
    opacity: 1; }
  38.46% {
    opacity: 1; }
  /* 5s bekleme */
  61.53% {
    opacity: 0; }
  /* 3s animasyon */
  100% {
    opacity: 1; }
  /* 5s bekleme */ }

@keyframes logo2Anim {
  0% {
    opacity: 0; }
  38.46% {
    opacity: 0; }
  /* 5s bekleme */
  61.53% {
    opacity: 1; }
  /* 3s animasyon */
  100% {
    opacity: 0; }
  /* 5s bekleme */ }

@keyframes fadeToggle {
  0%,
  45% {
    opacity: 1; }
  50%,
  95% {
    opacity: 0; }
  100% {
    opacity: 1; } }

nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
  z-index: 10;
  background-color: #FFFFFF; }
  nav.navbar-top {
    top: 0;
    width: 100%;
    transition: all .3s;
    z-index: 1000; }
    nav.navbar-top .container {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 20px;
      flex-direction: unset;
      padding-top: 10px;
      padding-bottom: 10px; }
      nav.navbar-top .container .navbar-links {
        display: flex;
        align-items: center;
        justify-content: unset;
        gap: 0;
        flex-direction: unset;
        height: 31px; }
        nav.navbar-top .container .navbar-links li {
          display: flex;
          align-items: center;
          justify-content: unset;
          gap: unset;
          flex-direction: unset;
          position: relative;
          height: 38px;
          padding: 4px 0 4px 15px; }
          nav.navbar-top .container .navbar-links li a {
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            letter-spacing: unset;
            color: #01294E;
            color: #01294E;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: unset;
            gap: unset;
            flex-direction: unset; }
            nav.navbar-top .container .navbar-links li a:hover {
              font-size: 14px;
              font-weight: 400;
              line-height: 18px;
              letter-spacing: unset;
              color: #E44208; }
          nav.navbar-top .container .navbar-links li ul {
            position: absolute;
            left: 0;
            top: 38px;
            background-color: #fff;
            width: 100%;
            height: fit-content;
            display: none;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            min-width: max-content; }
            nav.navbar-top .container .navbar-links li ul::before {
              content: "";
              position: absolute;
              left: 0;
              top: 0;
              transform: translateY(-100%);
              background-color: #fff;
              width: 100%;
              height: 38px;
              z-index: 1000;
              border-bottom: 1px solid #eee; }
            nav.navbar-top .container .navbar-links li ul li {
              border-bottom: 1px solid #eee;
              padding: 6px 15px 6px 15px; }
              nav.navbar-top .container .navbar-links li ul li a:hover {
                padding: 0; }
              nav.navbar-top .container .navbar-links li ul li:hover {
                box-shadow: unset; }
              nav.navbar-top .container .navbar-links li ul li:last-child {
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px; }
          nav.navbar-top .container .navbar-links li.active a {
            z-index: 1001; }
          nav.navbar-top .container .navbar-links li.active ul {
            display: block; }
          nav.navbar-top .container .navbar-links li.dropdown:hover {
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
      nav.navbar-top .container .navbar-social {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        flex-direction: unset; }
      nav.navbar-top .container .navbar-button {
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
        letter-spacing: unset;
        color: unset;
        padding: 10px 15px;
        color: #FFFFFF;
        min-width: 145px;
        max-width: 145px; }
    @media (max-width: 1200px) {
      nav.navbar-top {
        display: none; } }
  nav.navbar-bottom {
    top: 55px;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all .3s;
    z-index: 999; }
    nav.navbar-bottom .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: unset;
      flex-direction: unset;
      padding-top: 20px;
      padding-bottom: 20px;
      transition: all .3s; }
      nav.navbar-bottom .container .navbar-logo {
        min-width: 266px; }
        nav.navbar-bottom .container .navbar-logo img {
          width: 100%; }
        nav.navbar-bottom .container .navbar-logo a {
          display: flex; }
        nav.navbar-bottom .container .navbar-logo img {
          height: 50px;
          object-fit: contain; }
          @media (max-width: 1200px) {
            nav.navbar-bottom .container .navbar-logo img {
              max-height: 24px; } }
        @media (max-width: 1200px) {
          nav.navbar-bottom .container .navbar-logo {
            min-width: unset;
            max-height: 24px; } }
        @media (max-width: 375px) {
          nav.navbar-bottom .container .navbar-logo {
            max-height: 24px; } }
      nav.navbar-bottom .container .navbar-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: unset;
        flex-direction: unset;
        width: 100%; }
        nav.navbar-bottom .container .navbar-content .navbar-links {
          display: flex;
          align-items: unset;
          justify-content: center;
          gap: 20px;
          flex-direction: unset;
          width: 100%;
          margin: 0 auto; }
          nav.navbar-bottom .container .navbar-content .navbar-links li {
            position: relative;
            z-index: unset;
            min-width: 215px; }
            nav.navbar-bottom .container .navbar-content .navbar-links li a {
              border: 1px solid #E44208;
              border-radius: 35px;
              width: 100%;
              max-height: 60px;
              padding: 12px 24px;
              display: flex;
              align-items: center;
              justify-content: center;
              gap: 10px; }
              nav.navbar-bottom .container .navbar-content .navbar-links li a .icon {
                max-width: 32px;
                max-height: 32px;
                min-width: 32px;
                min-height: 32px;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: unset;
                flex-direction: unset; }
                nav.navbar-bottom .container .navbar-content .navbar-links li a .icon img {
                  width: 100%;
                  height: 100%;
                  object-fit: contain;
                  max-height: 28px; }
                @media (max-width: 1640px) {
                  nav.navbar-bottom .container .navbar-content .navbar-links li a .icon {
                    max-width: 28px;
                    max-height: 28px;
                    min-width: 28px;
                    min-height: 28px; } }
              nav.navbar-bottom .container .navbar-content .navbar-links li a .content {
                display: flex;
                flex-direction: column;
                font-size: 16px;
                gap: 3px;
                font-weight: 600;
                color: #01294E; }
                nav.navbar-bottom .container .navbar-content .navbar-links li a .content b {
                  font-weight: 800;
                  font-size: 18px; }
                  @media (max-width: 1640px) {
                    nav.navbar-bottom .container .navbar-content .navbar-links li a .content b {
                      font-size: 16px; } }
                @media (max-width: 1640px) {
                  nav.navbar-bottom .container .navbar-content .navbar-links li a .content {
                    font-size: 14px; } }
              nav.navbar-bottom .container .navbar-content .navbar-links li a:hover {
                background-color: #E44208;
                color: #fff; }
                nav.navbar-bottom .container .navbar-content .navbar-links li a:hover .content {
                  color: #fff; }
                  nav.navbar-bottom .container .navbar-content .navbar-links li a:hover .content b {
                    color: #fff; }
                nav.navbar-bottom .container .navbar-content .navbar-links li a:hover img {
                  filter: brightness(0) invert(1); }
            nav.navbar-bottom .container .navbar-content .navbar-links li ul {
              position: absolute;
              top: unset;
              left: 0;
              bottom: 0;
              z-index: unset;
              width: 100%;
              height: auto;
              transition: transform .3s ease, opacity .1s ease;
              background-color: #fff;
              box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
              min-width: 200px;
              padding: 20px 15px;
              border-radius: 2px;
              opacity: 0;
              transform: translateY(100%);
              pointer-events: none; }
              nav.navbar-bottom .container .navbar-content .navbar-links li ul li a:hover {
                text-decoration: underline; }
              nav.navbar-bottom .container .navbar-content .navbar-links li ul li:not(:last-child) {
                margin-bottom: 10px; }
            nav.navbar-bottom .container .navbar-content .navbar-links li:hover ul {
              opacity: 1;
              transform: translateY(calc(100% + 15px));
              pointer-events: all; }
            @media (max-width: 1640px) {
              nav.navbar-bottom .container .navbar-content .navbar-links li {
                min-width: unset; } }
        @media (max-width: 1200px) {
          nav.navbar-bottom .container .navbar-content {
            display: none; } }
      nav.navbar-bottom .container .navbar-hamburger {
        position: absolute;
        top: unset;
        left: unset;
        bottom: 0;
        right: 0;
        z-index: unset;
        width: unset;
        height: 100%;
        padding: 0 20px;
        background-color: #01294e1a;
        display: none; }
        @media (max-width: 1200px) {
          nav.navbar-bottom .container .navbar-hamburger {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: unset;
            flex-direction: unset; } }
      @media (max-width: 1640px) {
        nav.navbar-bottom .container {
          padding-top: 15px;
          padding-bottom: 15px; } }
      @media (max-width: 1200px) {
        nav.navbar-bottom .container {
          padding-top: 25px;
          padding-bottom: 25px; } }
    @media (max-width: 1640px) {
      nav.navbar-bottom {
        top: 49px; } }
    @media (max-width: 1200px) {
      nav.navbar-bottom {
        top: 0px; } }
  nav.mobile-menu {
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #01294edb;
    backdrop-filter: blur(10px);
    padding: 36px 0;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    transition: all .3s;
    z-index: 1002; }
    nav.mobile-menu.active {
      opacity: 1;
      user-select: unset;
      pointer-events: unset; }
    nav.mobile-menu .header-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: unset;
      flex-direction: unset;
      padding-bottom: 36px; }
      nav.mobile-menu .header-wrapper .logo {
        height: 35px; }
        nav.mobile-menu .header-wrapper .logo img {
          height: 100%;
          filter: brightness(0) invert(1); }
      nav.mobile-menu .header-wrapper .close-button {
        height: 20px; }
        nav.mobile-menu .header-wrapper .close-button img {
          height: 100%;
          filter: brightness(0) invert(1); }
    nav.mobile-menu .content-wrapper {
      max-height: calc(100vh - 143px);
      overflow-x: hidden;
      overflow-y: auto; }
      nav.mobile-menu .content-wrapper::-webkit-scrollbar {
        width: 4px; }
      nav.mobile-menu .content-wrapper::-webkit-scrollbar-track {
        background-color: white;
        border-radius: 10px; }
      nav.mobile-menu .content-wrapper::-webkit-scrollbar-thumb {
        background: #E44208;
        border-radius: 10px; }
      nav.mobile-menu .content-wrapper::-webkit-scrollbar-thumb:hover {
        background: #555; }
      nav.mobile-menu .content-wrapper ul {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
        flex-direction: column;
        margin: 0 0 20px 0; }
        nav.mobile-menu .content-wrapper ul li {
          width: 100%; }
          nav.mobile-menu .content-wrapper ul li:not(:first-child) {
            padding-top: 16px; }
          nav.mobile-menu .content-wrapper ul li:not(:last-child) {
            padding-bottom: 16px;
            border-bottom: 1px solid #ffffff24; }
          nav.mobile-menu .content-wrapper ul li ul {
            margin-bottom: 0;
            margin-top: 0;
            max-height: 0;
            overflow: auto; }
            nav.mobile-menu .content-wrapper ul li ul.active {
              max-height: 300px;
              margin-top: 20px; }
          nav.mobile-menu .content-wrapper ul li li {
            padding-left: 30px; }
          nav.mobile-menu .content-wrapper ul li.navbar-menu__item--collapse .navbar-menu__item--content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: unset;
            flex-direction: unset; }
          nav.mobile-menu .content-wrapper ul li.navbar-menu__item--collapse.active .navbar-menu__item--content img {
            transform: rotate(180deg); }
          nav.mobile-menu .content-wrapper ul li.navbar-menu__item--collapse.active ul {
            max-height: 300px;
            margin-top: 20px; }
          nav.mobile-menu .content-wrapper ul li a {
            font-size: 20px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0.5px;
            color: #FFFFFF;
            opacity: 1; }
            nav.mobile-menu .content-wrapper ul li a.active {
              opacity: 1; }
      nav.mobile-menu .content-wrapper .navbar-button {
        background-color: #E44208; }
      nav.mobile-menu .content-wrapper .navbar-social-icons {
        margin: 20px 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        flex-direction: unset; }
        nav.mobile-menu .content-wrapper .navbar-social-icons .icon.facebook {
          height: 25px; }
        nav.mobile-menu .content-wrapper .navbar-social-icons .icon.instagram {
          height: 25px; }
        nav.mobile-menu .content-wrapper .navbar-social-icons .icon.youtube {
          height: 20px; }
        nav.mobile-menu .content-wrapper .navbar-social-icons .icon img {
          height: 100%;
          filter: brightness(0) invert(1); }
      nav.mobile-menu .content-wrapper .navbar-phone {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        flex-direction: unset;
        font-size: 24px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: unset;
        color: unset;
        color: #FFFFFF; }
        nav.mobile-menu .content-wrapper .navbar-phone:hover {
          color: #E44208; }
        nav.mobile-menu .content-wrapper .navbar-phone:hover img {
          animation: shake 0.5s ease-in-out; }

@keyframes shake {
  0%,
  100% {
    transform: rotate(0); }
  25% {
    transform: rotate(-10deg); }
  50% {
    transform: rotate(10deg); }
  75% {
    transform: rotate(-10deg); } }
  nav .navbar-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: unset;
    font-size: 30px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: unset;
    color: unset;
    color: #01294E;
    min-width: 180px; }
    nav .navbar-phone span {
      color: #01294E; }
    nav .navbar-phone img {
      max-width: 25px;
      max-height: 25px;
      min-width: 25px;
      min-height: 25px;
      transform: translateY(-1px); }
      @media (max-width: 1200px) {
        nav .navbar-phone img {
          max-height: 15px;
          max-width: 15px;
          min-height: unset;
          min-width: unset; } }
    nav .navbar-phone:hover {
      color: #E44208; }
    nav .navbar-phone:hover img {
      animation: shake 0.5s ease-in-out; }
    nav .navbar-phone.mobile {
      display: none; }
      @media (max-width: 1200px) {
        nav .navbar-phone.mobile img {
          max-height: 15px;
          max-width: 15px; } }
      @media (max-width: 1200px) {
        nav .navbar-phone.mobile {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          flex-direction: unset;
          font-size: 18px;
          font-weight: 700;
          line-height: 18px;
          letter-spacing: unset;
          color: unset;
          transform: translateX(-49px) translateY(1.5px); } }
      @media (max-width: 375px) {
        nav .navbar-phone.mobile {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 5px;
          flex-direction: unset;
          font-size: 16px;
          font-weight: 600;
          line-height: 16px;
          letter-spacing: unset;
          color: unset;
          transform: translateX(-69px) translateY(1.5px); } }
    @media (max-width: 1200px) {
      nav .navbar-phone {
        min-width: fit-content; } }

@keyframes shake {
  0%,
  100% {
    transform: rotate(0); }
  25% {
    transform: rotate(-10deg); }
  50% {
    transform: rotate(10deg); }
  75% {
    transform: rotate(-10deg); } }

footer {
  padding: 90px 0 40px 0;
  position: relative; }
  footer .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover; }
  footer .footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    flex-direction: unset; }
    footer .footer-top .footer-column {
      max-width: 22.5%; }
      @media (max-width: 1200px) {
        footer .footer-top .footer-column {
          max-width: 100%; } }
      footer .footer-top .footer-column h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: unset;
        color: #FFFFFF;
        margin-top: 40px;
        margin-bottom: 40px; }
        @media (max-width: 1200px) {
          footer .footer-top .footer-column h2 {
            margin-top: 30px;
            margin-bottom: 30px; } }
      footer .footer-top .footer-column h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: unset;
        color: #FFFFFF;
        position: relative;
        z-index: unset;
        margin-bottom: 20px;
        width: fit-content; }
        footer .footer-top .footer-column h4::before {
          content: '';
          border-width: 0 2px 2px 0;
          border-style: solid;
          border-color: white;
          border-radius: 0;
          position: absolute;
          top: 7px;
          left: unset;
          bottom: unset;
          right: -20px;
          z-index: unset;
          display: inline-block;
          margin: unset 0 unset auto;
          padding: 3px;
          transform: rotate(45deg);
          flex-shrink: 0; }
        @media (min-width: 1200px) {
          footer .footer-top .footer-column h4 {
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: unset;
            color: #FFFFFF; }
            footer .footer-top .footer-column h4::before {
              display: none; } }
      footer .footer-top .footer-column ul {
        display: flex;
        align-items: unset;
        justify-content: unset;
        gap: 20px;
        flex-direction: column; }
        footer .footer-top .footer-column ul li a {
          font-size: 16px;
          font-weight: 400;
          line-height: 20px;
          letter-spacing: unset;
          color: unset;
          color: #FFFFFF;
          opacity: 1; }
          footer .footer-top .footer-column ul li a:hover {
            color: #E44208; }
        @media (max-width: 1200px) {
          footer .footer-top .footer-column ul {
            max-height: 0;
            transition: all .3s;
            overflow: hidden; } }
      @media (max-width: 1200px) {
        footer .footer-top .footer-column .footer-logo img {
          max-height: 110px; } }
      footer .footer-top .footer-column .footer-social {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        flex-direction: unset; }
        @media (max-width: 1200px) {
          footer .footer-top .footer-column .footer-social {
            margin-bottom: 60px; } }
      footer .footer-top .footer-column.active h4::before {
        transform: rotate(-135deg);
        top: 10px; }
      footer .footer-top .footer-column.active ul {
        max-height: 500px;
        margin-bottom: 40px; }
    @media (max-width: 1200px) {
      footer .footer-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0;
        flex-direction: column; } }
  footer .footer-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: unset;
    flex-direction: unset; }
    footer .footer-bottom p {
      font-size: 12px;
      font-weight: 300;
      line-height: 18px;
      letter-spacing: unset;
      color: #FFFFFF;
      color: #FFFFFF;
      opacity: 0.5; }
    footer .footer-bottom .footer-contact {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 25px;
      flex-direction: column;
      opacity: 0;
      pointer-events: none; }
      footer .footer-bottom .footer-contact a {
        display: flex;
        align-items: center;
        justify-content: unset;
        gap: 20px;
        flex-direction: unset;
        color: #FFFFFF; }
        footer .footer-bottom .footer-contact a .icon {
          max-width: 60px;
          max-height: 60px;
          min-width: 60px;
          min-height: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: unset;
          flex-direction: unset;
          border-radius: 50%; }
        footer .footer-bottom .footer-contact a:first-child {
          font-size: 24px;
          font-weight: 400;
          line-height: 30px;
          letter-spacing: unset;
          color: #FFFFFF; }
          footer .footer-bottom .footer-contact a:first-child .icon {
            background-color: #1367AB; }
          footer .footer-bottom .footer-contact a:first-child:hover .icon {
            background-color: #24228d; }
        footer .footer-bottom .footer-contact a:last-child {
          font-size: 18px;
          font-weight: 400;
          line-height: 30px;
          letter-spacing: unset;
          color: #FFFFFF;
          display: none; }
          footer .footer-bottom .footer-contact a:last-child .icon {
            background-color: #16C435; }
    @media (max-width: 1200px) {
      footer .footer-bottom {
        display: flex;
        align-items: flex-start;
        justify-content: unset;
        gap: 40px;
        flex-direction: column-reverse;
        margin-top: 60px; } }
  @media (max-width: 1200px) {
    footer {
      padding: 75px 0 40px 0; } }

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("../img/flags.webp");
  --iti-path-flags-2x: url("../img/flags@2x.webp");
  --iti-path-globe-1x: url("../img/globe@2x.webp");
  --iti-path-globe-2x: url("../img/globe@2x.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px; }

.iti {
  position: relative;
  display: inline-block; }

.iti * {
  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: 0 !important; }

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
  left: 10px !important; }

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none; }

.iti__selected-country-primary {
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal); }

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color); }

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0; }

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color); }

.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
  left: -10px !important; }

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px; }

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color); }

.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__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none; }

.iti__dial-code {
  color: var(--iti-dialcode-color); }

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color); }

.iti__country-list .iti__flag,
.iti__country-name {
  margin-right: var(--iti-spacer-horizontal); }

[dir=rtl] .iti__country-list .iti__flag,
[dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal); }

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer; }

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color); }

.iti .iti__selected-dial-code {
  margin-left: 4px;
  font-size: 18px;
  color: #23253F; }

@media (max-width: 992px) {
  .iti .iti__selected-dial-code {
    font-size: 16px; } }

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px; }

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width); }

.iti--container:hover {
  cursor: pointer; }

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative; }

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height); }

.iti__ac {
  --iti-flag-offset: 0px; }

.iti__ad {
  --iti-flag-offset: -16px; }

.iti__ae {
  --iti-flag-offset: -32px; }

.iti__af {
  --iti-flag-offset: -48px; }

.iti__ag {
  --iti-flag-offset: -64px; }

.iti__ai {
  --iti-flag-offset: -80px; }

.iti__al {
  --iti-flag-offset: -96px; }

.iti__am {
  --iti-flag-offset: -112px; }

.iti__ao {
  --iti-flag-offset: -128px; }

.iti__ar {
  --iti-flag-offset: -144px; }

.iti__as {
  --iti-flag-offset: -160px; }

.iti__at {
  --iti-flag-offset: -176px; }

.iti__au {
  --iti-flag-offset: -192px; }

.iti__aw {
  --iti-flag-offset: -208px; }

.iti__ax {
  --iti-flag-offset: -224px; }

.iti__az {
  --iti-flag-offset: -240px; }

.iti__ba {
  --iti-flag-offset: -256px; }

.iti__bb {
  --iti-flag-offset: -272px; }

.iti__bd {
  --iti-flag-offset: -288px; }

.iti__be {
  --iti-flag-offset: -304px; }

.iti__bf {
  --iti-flag-offset: -320px; }

.iti__bg {
  --iti-flag-offset: -336px; }

.iti__bh {
  --iti-flag-offset: -352px; }

.iti__bi {
  --iti-flag-offset: -368px; }

.iti__bj {
  --iti-flag-offset: -384px; }

.iti__bl {
  --iti-flag-offset: -400px; }

.iti__bm {
  --iti-flag-offset: -416px; }

.iti__bn {
  --iti-flag-offset: -432px; }

.iti__bo {
  --iti-flag-offset: -448px; }

.iti__bq {
  --iti-flag-offset: -464px; }

.iti__br {
  --iti-flag-offset: -480px; }

.iti__bs {
  --iti-flag-offset: -496px; }

.iti__bt {
  --iti-flag-offset: -512px; }

.iti__bw {
  --iti-flag-offset: -528px; }

.iti__by {
  --iti-flag-offset: -544px; }

.iti__bz {
  --iti-flag-offset: -560px; }

.iti__ca {
  --iti-flag-offset: -576px; }

.iti__cc {
  --iti-flag-offset: -592px; }

.iti__cd {
  --iti-flag-offset: -608px; }

.iti__cf {
  --iti-flag-offset: -624px; }

.iti__cg {
  --iti-flag-offset: -640px; }

.iti__ch {
  --iti-flag-offset: -656px; }

.iti__ci {
  --iti-flag-offset: -672px; }

.iti__ck {
  --iti-flag-offset: -688px; }

.iti__cl {
  --iti-flag-offset: -704px; }

.iti__cm {
  --iti-flag-offset: -720px; }

.iti__cn {
  --iti-flag-offset: -736px; }

.iti__co {
  --iti-flag-offset: -752px; }

.iti__cr {
  --iti-flag-offset: -768px; }

.iti__cu {
  --iti-flag-offset: -784px; }

.iti__cv {
  --iti-flag-offset: -800px; }

.iti__cw {
  --iti-flag-offset: -816px; }

.iti__cx {
  --iti-flag-offset: -832px; }

.iti__cy {
  --iti-flag-offset: -848px; }

.iti__cz {
  --iti-flag-offset: -864px; }

.iti__de {
  --iti-flag-offset: -880px; }

.iti__dj {
  --iti-flag-offset: -896px; }

.iti__dk {
  --iti-flag-offset: -912px; }

.iti__dm {
  --iti-flag-offset: -928px; }

.iti__do {
  --iti-flag-offset: -944px; }

.iti__dz {
  --iti-flag-offset: -960px; }

.iti__ec {
  --iti-flag-offset: -976px; }

.iti__ee {
  --iti-flag-offset: -992px; }

.iti__eg {
  --iti-flag-offset: -1008px; }

.iti__eh {
  --iti-flag-offset: -1024px; }

.iti__er {
  --iti-flag-offset: -1040px; }

.iti__es {
  --iti-flag-offset: -1056px; }

.iti__et {
  --iti-flag-offset: -1072px; }

.iti__fi {
  --iti-flag-offset: -1088px; }

.iti__fj {
  --iti-flag-offset: -1104px; }

.iti__fk {
  --iti-flag-offset: -1120px; }

.iti__fm {
  --iti-flag-offset: -1136px; }

.iti__fo {
  --iti-flag-offset: -1152px; }

.iti__fr {
  --iti-flag-offset: -1168px; }

.iti__ga {
  --iti-flag-offset: -1184px; }

.iti__gb {
  --iti-flag-offset: -1200px; }

.iti__gd {
  --iti-flag-offset: -1216px; }

.iti__ge {
  --iti-flag-offset: -1232px; }

.iti__gf {
  --iti-flag-offset: -1248px; }

.iti__gg {
  --iti-flag-offset: -1264px; }

.iti__gh {
  --iti-flag-offset: -1280px; }

.iti__gi {
  --iti-flag-offset: -1296px; }

.iti__gl {
  --iti-flag-offset: -1312px; }

.iti__gm {
  --iti-flag-offset: -1328px; }

.iti__gn {
  --iti-flag-offset: -1344px; }

.iti__gp {
  --iti-flag-offset: -1360px; }

.iti__gq {
  --iti-flag-offset: -1376px; }

.iti__gr {
  --iti-flag-offset: -1392px; }

.iti__gt {
  --iti-flag-offset: -1408px; }

.iti__gu {
  --iti-flag-offset: -1424px; }

.iti__gw {
  --iti-flag-offset: -1440px; }

.iti__gy {
  --iti-flag-offset: -1456px; }

.iti__hk {
  --iti-flag-offset: -1472px; }

.iti__hn {
  --iti-flag-offset: -1488px; }

.iti__hr {
  --iti-flag-offset: -1504px; }

.iti__ht {
  --iti-flag-offset: -1520px; }

.iti__hu {
  --iti-flag-offset: -1536px; }

.iti__id {
  --iti-flag-offset: -1552px; }

.iti__ie {
  --iti-flag-offset: -1568px; }

.iti__il {
  --iti-flag-offset: -1584px; }

.iti__im {
  --iti-flag-offset: -1600px; }

.iti__in {
  --iti-flag-offset: -1616px; }

.iti__io {
  --iti-flag-offset: -1632px; }

.iti__iq {
  --iti-flag-offset: -1648px; }

.iti__ir {
  --iti-flag-offset: -1664px; }

.iti__is {
  --iti-flag-offset: -1680px; }

.iti__it {
  --iti-flag-offset: -1696px; }

.iti__je {
  --iti-flag-offset: -1712px; }

.iti__jm {
  --iti-flag-offset: -1728px; }

.iti__jo {
  --iti-flag-offset: -1744px; }

.iti__jp {
  --iti-flag-offset: -1760px; }

.iti__ke {
  --iti-flag-offset: -1776px; }

.iti__kg {
  --iti-flag-offset: -1792px; }

.iti__kh {
  --iti-flag-offset: -1808px; }

.iti__ki {
  --iti-flag-offset: -1824px; }

.iti__km {
  --iti-flag-offset: -1840px; }

.iti__kn {
  --iti-flag-offset: -1856px; }

.iti__kp {
  --iti-flag-offset: -1872px; }

.iti__kr {
  --iti-flag-offset: -1888px; }

.iti__kw {
  --iti-flag-offset: -1904px; }

.iti__ky {
  --iti-flag-offset: -1920px; }

.iti__kz {
  --iti-flag-offset: -1936px; }

.iti__la {
  --iti-flag-offset: -1952px; }

.iti__lb {
  --iti-flag-offset: -1968px; }

.iti__lc {
  --iti-flag-offset: -1984px; }

.iti__li {
  --iti-flag-offset: -2000px; }

.iti__lk {
  --iti-flag-offset: -2016px; }

.iti__lr {
  --iti-flag-offset: -2032px; }

.iti__ls {
  --iti-flag-offset: -2048px; }

.iti__lt {
  --iti-flag-offset: -2064px; }

.iti__lu {
  --iti-flag-offset: -2080px; }

.iti__lv {
  --iti-flag-offset: -2096px; }

.iti__ly {
  --iti-flag-offset: -2112px; }

.iti__ma {
  --iti-flag-offset: -2128px; }

.iti__mc {
  --iti-flag-offset: -2144px; }

.iti__md {
  --iti-flag-offset: -2160px; }

.iti__me {
  --iti-flag-offset: -2176px; }

.iti__mf {
  --iti-flag-offset: -2192px; }

.iti__mg {
  --iti-flag-offset: -2208px; }

.iti__mh {
  --iti-flag-offset: -2224px; }

.iti__mk {
  --iti-flag-offset: -2240px; }

.iti__ml {
  --iti-flag-offset: -2256px; }

.iti__mm {
  --iti-flag-offset: -2272px; }

.iti__mn {
  --iti-flag-offset: -2288px; }

.iti__mo {
  --iti-flag-offset: -2304px; }

.iti__mp {
  --iti-flag-offset: -2320px; }

.iti__mq {
  --iti-flag-offset: -2336px; }

.iti__mr {
  --iti-flag-offset: -2352px; }

.iti__ms {
  --iti-flag-offset: -2368px; }

.iti__mt {
  --iti-flag-offset: -2384px; }

.iti__mu {
  --iti-flag-offset: -2400px; }

.iti__mv {
  --iti-flag-offset: -2416px; }

.iti__mw {
  --iti-flag-offset: -2432px; }

.iti__mx {
  --iti-flag-offset: -2448px; }

.iti__my {
  --iti-flag-offset: -2464px; }

.iti__mz {
  --iti-flag-offset: -2480px; }

.iti__na {
  --iti-flag-offset: -2496px; }

.iti__nc {
  --iti-flag-offset: -2512px; }

.iti__ne {
  --iti-flag-offset: -2528px; }

.iti__nf {
  --iti-flag-offset: -2544px; }

.iti__ng {
  --iti-flag-offset: -2560px; }

.iti__ni {
  --iti-flag-offset: -2576px; }

.iti__nl {
  --iti-flag-offset: -2592px; }

.iti__no {
  --iti-flag-offset: -2608px; }

.iti__np {
  --iti-flag-offset: -2624px; }

.iti__nr {
  --iti-flag-offset: -2640px; }

.iti__nu {
  --iti-flag-offset: -2656px; }

.iti__nz {
  --iti-flag-offset: -2672px; }

.iti__om {
  --iti-flag-offset: -2688px; }

.iti__pa {
  --iti-flag-offset: -2704px; }

.iti__pe {
  --iti-flag-offset: -2720px; }

.iti__pf {
  --iti-flag-offset: -2736px; }

.iti__pg {
  --iti-flag-offset: -2752px; }

.iti__ph {
  --iti-flag-offset: -2768px; }

.iti__pk {
  --iti-flag-offset: -2784px; }

.iti__pl {
  --iti-flag-offset: -2800px; }

.iti__pm {
  --iti-flag-offset: -2816px; }

.iti__pr {
  --iti-flag-offset: -2832px; }

.iti__ps {
  --iti-flag-offset: -2848px; }

.iti__pt {
  --iti-flag-offset: -2864px; }

.iti__pw {
  --iti-flag-offset: -2880px; }

.iti__py {
  --iti-flag-offset: -2896px; }

.iti__qa {
  --iti-flag-offset: -2912px; }

.iti__re {
  --iti-flag-offset: -2928px; }

.iti__ro {
  --iti-flag-offset: -2944px; }

.iti__rs {
  --iti-flag-offset: -2960px; }

.iti__ru {
  --iti-flag-offset: -2976px; }

.iti__rw {
  --iti-flag-offset: -2992px; }

.iti__sa {
  --iti-flag-offset: -3008px; }

.iti__sb {
  --iti-flag-offset: -3024px; }

.iti__sc {
  --iti-flag-offset: -3040px; }

.iti__sd {
  --iti-flag-offset: -3056px; }

.iti__se {
  --iti-flag-offset: -3072px; }

.iti__sg {
  --iti-flag-offset: -3088px; }

.iti__sh {
  --iti-flag-offset: -3104px; }

.iti__si {
  --iti-flag-offset: -3120px; }

.iti__sj {
  --iti-flag-offset: -3136px; }

.iti__sk {
  --iti-flag-offset: -3152px; }

.iti__sl {
  --iti-flag-offset: -3168px; }

.iti__sm {
  --iti-flag-offset: -3184px; }

.iti__sn {
  --iti-flag-offset: -3200px; }

.iti__so {
  --iti-flag-offset: -3216px; }

.iti__sr {
  --iti-flag-offset: -3232px; }

.iti__ss {
  --iti-flag-offset: -3248px; }

.iti__st {
  --iti-flag-offset: -3264px; }

.iti__sv {
  --iti-flag-offset: -3280px; }

.iti__sx {
  --iti-flag-offset: -3296px; }

.iti__sy {
  --iti-flag-offset: -3312px; }

.iti__sz {
  --iti-flag-offset: -3328px; }

.iti__tc {
  --iti-flag-offset: -3344px; }

.iti__td {
  --iti-flag-offset: -3360px; }

.iti__tg {
  --iti-flag-offset: -3376px; }

.iti__th {
  --iti-flag-offset: -3392px; }

.iti__tj {
  --iti-flag-offset: -3408px; }

.iti__tk {
  --iti-flag-offset: -3424px; }

.iti__tl {
  --iti-flag-offset: -3440px; }

.iti__tm {
  --iti-flag-offset: -3456px; }

.iti__tn {
  --iti-flag-offset: -3472px; }

.iti__to {
  --iti-flag-offset: -3488px; }

.iti__tr {
  --iti-flag-offset: -3504px; }

.iti__tt {
  --iti-flag-offset: -3520px; }

.iti__tv {
  --iti-flag-offset: -3536px; }

.iti__tw {
  --iti-flag-offset: -3552px; }

.iti__tz {
  --iti-flag-offset: -3568px; }

.iti__ua {
  --iti-flag-offset: -3584px; }

.iti__ug {
  --iti-flag-offset: -3600px; }

.iti__us {
  --iti-flag-offset: -3616px; }

.iti__uy {
  --iti-flag-offset: -3632px; }

.iti__uz {
  --iti-flag-offset: -3648px; }

.iti__va {
  --iti-flag-offset: -3664px; }

.iti__vc {
  --iti-flag-offset: -3680px; }

.iti__ve {
  --iti-flag-offset: -3696px; }

.iti__vg {
  --iti-flag-offset: -3712px; }

.iti__vi {
  --iti-flag-offset: -3728px; }

.iti__vn {
  --iti-flag-offset: -3744px; }

.iti__vu {
  --iti-flag-offset: -3760px; }

.iti__wf {
  --iti-flag-offset: -3776px; }

.iti__ws {
  --iti-flag-offset: -3792px; }

.iti__xk {
  --iti-flag-offset: -3808px; }

.iti__ye {
  --iti-flag-offset: -3824px; }

.iti__yt {
  --iti-flag-offset: -3840px; }

.iti__za {
  --iti-flag-offset: -3856px; }

.iti__zm {
  --iti-flag-offset: -3872px; }

.iti__zw {
  --iti-flag-offset: -3888px; }

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px; }

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x); }
  .iti__globe {
    background-image: var(--iti-path-globe-2x); } }

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  padding-left: 70px !important; }
  @media (max-width: 1640px) {
    .iti input.iti__tel-input,
    .iti input.iti__tel-input[type=text],
    .iti input.iti__tel-input[type=tel] {
      padding-left: 65px !important; } }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  margin-top: 155px; }
  @media (max-width: 1640px) {
    body {
      margin-top: 132px; } }
  @media (max-width: 1200px) {
    body {
      margin-top: 78px; } }

.scroll-lock {
  overflow: hidden !important; }

strong {
  font-weight: 600; }

.error-message,
.input-error-message {
  font-size: 13px !important;
  line-height: 18px !important;
  margin-top: 10px;
  display: block;
  color: red; }

.form-message.error, .form-message.success {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  max-width: 330px;
  text-align: center;
  background-color: white;
  padding: 75px 20px;
  user-select: all;
  pointer-events: all;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px; }

.form-message img {
  max-height: 128px;
  margin-bottom: 40px;
  object-fit: contain !important; }

.form-message .form-message-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0;
  color: #23253F; }

.form-message .form-message-desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0;
  color: #23253F;
  margin: 20px 0 40px 0; }

section {
  padding: 100px 0; }
  section.no-padding {
    padding: 0; }

.lazy {
  opacity: 0;
  transition: all 0.5s; }
  .lazy.loaded {
    opacity: 1; }

.link-button {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: unset;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-direction: unset;
  transition: all .2s;
  background-color: #01294E;
  color: #FFFFFF;
  max-height: 50px;
  min-width: 180px;
  width: fit-content;
  padding: 15px 30px;
  border-radius: 35px; }
  .link-button.with-icon {
    padding: 15px 20px; }
  .link-button.white-button {
    background-color: #FFFFFF;
    color: #01294E;
    border: 1px solid #01294E; }
    .link-button.white-button img {
      filter: brightness(0); }
    .link-button.white-button:hover {
      background-color: #E44208;
      color: #FFFFFF; }
      .link-button.white-button:hover img {
        filter: brightness(0) invert(1); }
  .link-button:hover {
    background-color: #003a71; }
  @media (max-width: 1024px) {
    .link-button {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: unset;
      color: #FFFFFF;
      padding: 15px; } }

.show-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex-direction: unset;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: white;
  position: relative;
  max-width: fit-content;
  margin: 80px auto 0;
  background-color: #01294E;
  min-width: 180px;
  border-radius: 5px;
  padding: 15px 30px;
  min-height: 50px; }
  .show-more img {
    max-width: 12px;
    max-height: 12px;
    min-width: 12px;
    min-height: 12px;
    transition: 300ms all ease-in-out;
    filter: brightness(0) invert(1); }
  .show-more:hover img {
    transform: rotate(180deg); }
  @media (max-width: 992px) {
    .show-more {
      margin: 40px auto 0; } }

.empty {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center; }

.section-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: unset;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.section-shape {
  user-select: none;
  pointer-events: none; }

.img-regular {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.container {
  width: 100%;
  padding: 0;
  position: relative; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1175px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1920px) {
    .container {
      max-width: 1175px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 1200px) {
    .container {
      padding-left: 36px;
      padding-right: 36px; } }
  @media (max-width: 375px) {
    .container {
      padding-left: 18px;
      padding-right: 18px; } }

.img-fluid {
  max-width: 100%;
  height: auto; }

.whatsapp-icon {
  position: fixed;
  top: unset;
  left: unset;
  bottom: 27.5px;
  right: 27.5px;
  z-index: 10;
  max-width: 90px;
  max-height: 90px;
  min-width: 90px;
  min-height: 90px;
  background-color: #16C435;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: unset;
  flex-direction: unset;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.915) 0px 50px 100px -20px, rgba(0, 0, 0, 0.9) 0px 30px 60px -30px, rgba(255, 255, 255, 0.75) 0px -2px 6px 0px inset;
  transition: transform 1s ease-out;
  will-change: transform; }
  .whatsapp-icon img {
    height: 47px; }
    @media (max-width: 1200px) {
      .whatsapp-icon img {
        max-height: 25px; } }
  @media (max-width: 1200px) {
    .whatsapp-icon {
      max-width: 50px;
      max-height: 50px;
      min-width: 50px;
      min-height: 50px;
      position: fixed;
      top: unset;
      left: unset;
      bottom: 95px;
      right: 15px;
      z-index: 10; } }

.form-icon {
  background-color: #fff;
  width: 100%;
  height: 70px;
  font-size: 26px;
  transition: transform 1s ease-out;
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: unset;
  flex-direction: unset; }
  .form-icon .content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: unset;
    flex-direction: unset;
    transform: translateX(45px);
    font-weight: 900;
    height: 100%; }
    .form-icon .content img {
      transform: translateY(40px);
      width: 120px; }
  @media (max-width: 1200px) {
    .form-icon.active {
      transform: translateY(100%); } }
  @media (min-width: 1200px) {
    .form-icon {
      display: none; } }
  @media (max-width: 1200px) {
    .form-icon {
      position: fixed;
      top: unset;
      left: 0;
      bottom: 0;
      right: unset;
      z-index: 10;
      color: #fff;
      background-color: #E44208;
      font-weight: 600; } }

.section-form {
  position: fixed;
  top: 50%;
  left: unset;
  bottom: unset;
  right: 0;
  z-index: 1000;
  transform: translateY(-50%) translateX(100%);
  transition: all 1s; }
  .section-form .iti input.iti__tel-input,
  .section-form .iti input.iti__tel-input[type=text],
  .section-form .iti input.iti__tel-input[type=tel] {
    padding-left: 65px !important; }
    @media (max-width: 1640px) {
      .section-form .iti input.iti__tel-input,
      .section-form .iti input.iti__tel-input[type=text],
      .section-form .iti input.iti__tel-input[type=tel] {
        padding-left: 62px !important; } }
  @media (max-width: 1640px) {
    .section-form .error-message {
      font-size: 12px !important;
      line-height: 13px !important;
      margin-top: 5px;
      display: block;
      color: red; } }
  .section-form .sen-de-katil-derim {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all .5s; }
    .section-form .sen-de-katil-derim img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media (max-width: 1640px) {
      .section-form .sen-de-katil-derim {
        left: -5px;
        top: -5px;
        width: 65px;
        height: 65px; } }
    @media (max-width: 768px) {
      .section-form .sen-de-katil-derim {
        display: none; } }
  .section-form .open-form {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-175px) rotate(-90deg);
    transition: all .5s;
    transition-delay: .65s;
    pointer-events: all;
    background-color: #E44208;
    color: white;
    height: 52px;
    width: 304px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: -1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid white;
    outline: 2px solid #E44208;
    font-size: 24px;
    cursor: pointer;
    font-weight: 900; }
    .section-form .open-form .open-form-icon {
      border: 1px solid #E44208;
      background-color: white;
      max-width: 34px;
      max-height: 34px;
      min-width: 34px;
      min-height: 34px;
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transform: translateY(-50%) translateX(-10px) rotate(90deg);
      outline: 1px solid white;
      transition: all .3s; }
      @media (max-width: 1640px) {
        .section-form .open-form .open-form-icon {
          max-width: 27px;
          max-height: 27px;
          min-width: 27px;
          min-height: 27px; } }
    @media (max-width: 1640px) {
      .section-form .open-form {
        width: 200px;
        transform: translateX(-125px) rotate(-90deg);
        font-size: 18px; } }
    .section-form .open-form:hover .open-form-icon {
      background-color: #E44208; }
      .section-form .open-form:hover .open-form-icon img {
        filter: brightness(0) invert(1); }
    @media (max-width: 1200px) {
      .section-form .open-form {
        display: none; } }
  .section-form .close-form {
    background-color: #F0F8FF;
    max-width: 34px;
    max-height: 34px;
    min-width: 34px;
    min-height: 34px;
    position: absolute;
    right: 20px;
    top: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    transition: all .3s; }
    .section-form .close-form img {
      max-height: 12px;
      filter: brightness(0);
      cursor: pointer; }
    .section-form .close-form:hover {
      background-color: #E44208; }
      .section-form .close-form:hover img {
        filter: brightness(0) invert(1); }
    @media (max-width: 768px) {
      .section-form .close-form {
        max-width: 12px;
        max-height: 12px;
        min-width: 12px;
        min-height: 12px;
        outline: unset;
        box-shadow: unset;
        border: unset; }
        .section-form .close-form::before {
          content: "X"; }
        .section-form .close-form img {
          display: none; } }
  .section-form .close-button {
    display: flex;
    text-align: end;
    justify-content: end;
    cursor: pointer; }
    .section-form .close-button img {
      filter: brightness(0);
      max-height: 15px; }
  .section-form form {
    user-select: all;
    pointer-events: all;
    user-select: unset;
    max-width: 330px;
    max-height: calc(90vh - 80.5px);
    background-color: #FFFFFF;
    padding: 40px 22px 21px 22px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s;
    overflow: auto; }
    .section-form form .iti__country-container {
      max-height: 50px !important; }
      @media (max-width: 1640px) {
        .section-form form .iti__country-container {
          max-height: 40px !important; } }
    .section-form form .iti .iti__selected-dial-code {
      font-size: 18px; }
      @media (max-width: 1640px) {
        .section-form form .iti .iti__selected-dial-code {
          font-size: 16px; } }
      @media (max-width: 1640px) {
        .section-form form .iti .iti__selected-dial-code {
          font-size: 15px; } }
    .section-form form .iti__dropdown-content {
      left: -9px !important; }
    .section-form form .iti__search-input {
      border: 0 !important; }
    .section-form form input {
      border-width: 0;
      border-style: solid;
      border-color: #CECECE;
      border-radius: 5px;
      width: 100%;
      height: 50px;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0;
      color: #23253F;
      font-family: 'Gilroy', sans-serif;
      padding: 0 15px;
      outline: 0;
      background-color: #F0F8FF;
      font-size: 18px;
      border: 1px solid #01294e2b; }
      @media (max-width: 992px) {
        .section-form form input {
          font-size: 16px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 0;
          color: #23253F; } }
      .section-form form input::placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F;
        font-size: 18px; }
        @media (max-width: 992px) {
          .section-form form input::placeholder {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0;
            color: #23253F; } }
        @media (max-width: 1640px) {
          .section-form form input::placeholder {
            font-size: 15px; } }
      @media (max-width: 1640px) {
        .section-form form input {
          width: 100%;
          height: 40px;
          font-size: 15px; } }
    .section-form form .select-wrapper {
      border-width: 1px;
      border-style: solid;
      border-color: transparent;
      border-radius: 5px;
      width: 100%;
      height: unset;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0;
      color: #23253F;
      outline: 0;
      margin-top: 15px;
      font-size: 16px; }
      @media (max-width: 992px) {
        .section-form form .select-wrapper {
          font-size: 16px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 0;
          color: #23253F; } }
      .section-form form .select-wrapper::placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F;
        font-size: 16px; }
        @media (max-width: 992px) {
          .section-form form .select-wrapper::placeholder {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0;
            color: #23253F; } }
      .section-form form .select-wrapper select {
        border: 0;
        width: 100%;
        height: 40px;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F;
        font-size: 16px;
        padding: 0 15px;
        outline: 0;
        border-radius: 5px;
        background-color: #EEF2F5;
        -webkit-appearance: none;
        background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
        background-position: calc(100% - 20px) calc(50%), calc(100% - 15px) calc(50%);
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat; }
        @media (max-width: 992px) {
          .section-form form .select-wrapper select {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0;
            color: #23253F; } }
      @media (max-width: 768px) {
        .section-form form .select-wrapper {
          margin-bottom: 15px;
          margin-top: 0; } }
    .section-form form .iti {
      width: 100%;
      margin-top: 8px; }
      .section-form form .iti .iti__search-input {
        margin-bottom: 0; }
      @media (max-width: 768px) {
        .section-form form .iti {
          margin-bottom: 10px;
          margin-top: 0; } }
    .section-form form h3 {
      font-size: 16px;
      font-weight: unset;
      line-height: unset;
      letter-spacing: unset;
      color: unset;
      margin: 10px 0; }
      .section-form form h3.form-title {
        font-size: 24px;
        font-weight: unset;
        line-height: unset;
        letter-spacing: unset;
        color: unset;
        line-height: 30px;
        margin-bottom: 12px;
        margin-top: 0;
        max-width: calc(100% - 34px);
        color: #01294f; }
        .section-form form h3.form-title span {
          font-size: 30px;
          font-weight: unset;
          line-height: unset;
          letter-spacing: unset;
          color: unset;
          font-weight: 800;
          display: block;
          line-height: 36px; }
        @media (max-width: 1640px) {
          .section-form form h3.form-title {
            font-size: 20px;
            font-weight: unset;
            line-height: unset;
            letter-spacing: unset;
            color: unset;
            line-height: 24px;
            color: #01294f; }
            .section-form form h3.form-title span {
              font-size: 24px;
              font-weight: unset;
              line-height: unset;
              letter-spacing: unset;
              color: unset;
              font-weight: 800;
              line-height: 30px; } }
        @media (max-width: 768px) {
          .section-form form h3.form-title {
            max-width: calc(100% - 30px); } }
      @media (max-width: 768px) {
        .section-form form h3 {
          font-size: 16px;
          font-weight: unset;
          line-height: unset;
          letter-spacing: unset;
          color: unset; } }
    .section-form form .custom-radio {
      border-width: 0;
      border-style: solid;
      border-color: #CECECE;
      border-radius: 5px;
      width: 100%;
      height: unset;
      display: flex;
      align-items: center;
      justify-content: unset;
      gap: unset;
      flex-direction: unset;
      cursor: pointer;
      background-color: #EEF2F5;
      padding: 6px 20px; }
      .section-form form .custom-radio input[type="radio"] {
        display: none; }
      .section-form form .custom-radio .radio-label {
        position: relative;
        padding-left: 30px;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F;
        font-size: 14px; }
        @media (max-width: 992px) {
          .section-form form .custom-radio .radio-label {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0;
            color: #23253F; } }
        .section-form form .custom-radio .radio-label::before {
          content: "";
          border-width: 2px;
          border-style: solid;
          border-color: #23253D;
          border-radius: 50%;
          max-width: 16px;
          max-height: 16px;
          min-width: 16px;
          min-height: 16px;
          position: absolute;
          top: 50%;
          left: 0;
          z-index: unset;
          transform: translateY(-50%);
          background-color: transparent;
          transition: background-color 0.3s ease, border-color 0.3s ease; }
        .section-form form .custom-radio .radio-label::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 4.5px;
          z-index: unset;
          max-width: 11px;
          max-height: 11px;
          min-width: 11px;
          min-height: 11px;
          transform: translateY(-50%);
          background-color: #E44208;
          border-radius: 50%;
          opacity: 0;
          transition: opacity 0.3s ease; }
        @media (max-width: 768px) {
          .section-form form .custom-radio .radio-label {
            padding-left: 35px; } }
      .section-form form .custom-radio input[type="radio"]:checked + .radio-label::before {
        border-color: #E6E5E9; }
      .section-form form .custom-radio input[type="radio"]:checked + .radio-label::after {
        opacity: 1; }
      @media (max-width: 1024px) {
        .section-form form .custom-radio {
          padding: 8px 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: unset;
          flex-direction: unset; } }
      @media (max-width: 768px) {
        .section-form form .custom-radio {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: unset;
          flex-direction: unset; } }
    .section-form form .custom-checkbox {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 10px;
      flex-direction: unset;
      margin-top: 16px;
      position: relative; }
      .section-form form .custom-checkbox * {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: unset;
        color: #23253F; }
        @media (max-width: 1640px) {
          .section-form form .custom-checkbox * {
            font-size: 11px;
            font-weight: 400;
            line-height: 16px;
            letter-spacing: unset;
            color: #23253F; } }
      .section-form form .custom-checkbox input {
        max-width: 17px;
        max-height: 17px;
        min-width: 17px;
        min-height: 17px;
        border-width: 1px;
        border-style: solid;
        border-color: #01294E;
        border-radius: 5px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: unset;
        column-gap: unset;
        row-gap: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: unset;
        flex-direction: unset;
        color: #FFFFFF;
        padding: 0;
        margin: 0;
        margin-top: 2.5px;
        transition: all .3s;
        place-content: center;
        -webkit-appearance: none;
        appearance: none; }
        .section-form form .custom-checkbox input::before {
          content: "";
          width: 8px;
          height: 6px;
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          transform: scale(0);
          transform-origin: bottom left;
          transition: 120ms transform ease-in-out;
          background-color: #FFFFFF; }
        .section-form form .custom-checkbox input:checked {
          background-color: #01294E;
          border: 1px solid #01294E; }
          .section-form form .custom-checkbox input:checked::before {
            transform: scale(1); }
        @media (max-width: 1640px) {
          .section-form form .custom-checkbox input {
            max-width: 14px;
            max-height: 14px;
            min-width: 14px;
            min-height: 14px; } }
      .section-form form .custom-checkbox .input-error-message {
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(100%); }
      @media (max-width: 1640px) {
        .section-form form .custom-checkbox {
          margin-top: 15px; } }
      @media (max-width: 1640px) {
        .section-form form .custom-checkbox {
          margin-top: 10px; } }
    .section-form form .button {
      width: 100%;
      max-width: 465px;
      height: 47px;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.2px;
      width: fit-content;
      margin: 22px auto 0 auto; }
      @media (max-width: 1640px) {
        .section-form form .button {
          min-width: 120px;
          font-size: 14px;
          height: 35px; } }
      @media (max-width: 768px) {
        .section-form form .button {
          margin-top: 15px; } }
    .section-form form .input-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 5px;
      flex-direction: unset; }
    .section-form form .textbox-wrapper {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 0;
      flex-direction: column; }
      @media (max-width: 768px) {
        .section-form form .textbox-wrapper {
          margin-bottom: 10px; } }
    @media (max-width: 1640px) {
      .section-form form {
        max-height: 100vh;
        padding: 25px 15px 15px 15px; } }
    @media (max-width: 768px) {
      .section-form form {
        position: relative;
        max-width: calc(100% - 72px);
        transform: translateX(36px); } }
    @media (max-width: 375px) {
      .section-form form {
        position: relative;
        max-width: calc(100% - 36px);
        transform: translateX(18px); } }
  .section-form.active {
    transform: translateY(-50%) translateX(0);
    position: fixed;
    top: 50%;
    left: unset;
    bottom: unset;
    right: 10px;
    z-index: 1000; }
    .section-form.active .sen-de-katil-derim {
      opacity: 1;
      transition: all .5s;
      transition-delay: 1s; }
    .section-form.active .close-form {
      display: flex; }
      @media (max-width: 768px) {
        .section-form.active .close-form {
          left: unset;
          right: 25px;
          top: 25px;
          transform: translateX(-50%) translateY(50%);
          background-color: unset; } }
    .section-form.active .open-form {
      transform: translateX(-75px) rotate(-90deg);
      transition-delay: .25s; }
      @media (max-width: 1640px) {
        .section-form.active .open-form {
          transform: translateX(-25px) rotate(-90deg); } }
      .section-form.active .open-form .open-form-icon {
        transform: translateY(-50%) translateX(-10px) rotate(-90deg); }
    @media (max-width: 1640px) {
      .section-form.active {
        position: fixed;
        top: 55%;
        left: unset;
        bottom: unset;
        right: 0;
        z-index: 1000; } }
    @media (max-width: 768px) {
      .section-form.active {
        position: fixed;
        top: 50%;
        left: 50%;
        bottom: unset;
        right: unset;
        z-index: 1000;
        transform: translateY(-50%) translateX(-50%);
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .section-form.active::before {
          content: "";
          opacity: 1; } }
  @media (max-width: 1640px) {
    .section-form {
      position: fixed;
      top: 55%;
      left: unset;
      bottom: unset;
      right: 0;
      z-index: 1000; } }
  @media screen and (max-width: 768px) {
    .section-form {
      position: fixed;
      top: 50%;
      left: 0;
      bottom: unset;
      right: unset;
      z-index: 1000;
      transform: translateY(-50%) translateX(100%);
      width: 100%; }
      .section-form::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: unset;
        background-color: #01294E80;
        z-index: -1;
        width: 100%;
        height: 100%;
        transition-duration: 250ms;
        transition-delay: 900ms;
        opacity: 0; } }

form .button.disabled {
  pointer-events: none; }

input {
  font-family: 'Gilroy', sans-serif !important; }

.loader {
  width: 24px;
  height: 24px;
  border: 2px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.section-cookie-policy {
  position: fixed;
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
  z-index: 100;
  width: 100%;
  height: 55px;
  background-color: #05265e;
  transform: translateY(-100%);
  transition: all .3s;
  pointer-events: none;
  user-select: none; }
  .section-cookie-policy .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: unset;
    flex-direction: unset;
    width: 100%;
    height: 100%; }
    .section-cookie-policy .container p {
      font-size: 14px;
      font-weight: 400;
      line-height: 14px;
      letter-spacing: 0;
      color: white;
      pointer-events: none; }
      .section-cookie-policy .container p a {
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0;
        color: white;
        text-decoration: underline;
        pointer-events: all; }
    .section-cookie-policy .container span {
      max-width: 25px;
      max-height: 25px;
      min-width: 25px;
      min-height: 25px;
      background-color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: unset;
      flex-direction: unset;
      border-radius: 50%;
      font-size: 12px;
      cursor: pointer; }
      .section-cookie-policy .container span:hover {
        background-color: #E44208;
        color: white; }
  .section-cookie-policy.active {
    transform: unset;
    pointer-events: all; }
  @media screen and (max-width: 600px) {
    .section-cookie-policy {
      height: 60px; } }

.container-wide-left {
  max-width: 100%; }
  @media (min-width: 1200px) {
    .container-wide-left {
      padding-left: calc((100% - 1175px) / 2); } }
  @media (min-width: 1920px) {
    .container-wide-left {
      padding-left: calc((100% - 1175px) / 2); } }
  @media screen and (max-width: 1200px) {
    .container-wide-left {
      padding-left: 36px; } }
  @media screen and (max-width: 375px) {
    .container-wide-left {
      padding-left: 18px; } }

.container-wide-right {
  max-width: 100%; }
  @media (min-width: 1200px) {
    .container-wide-right {
      padding-right: calc((100% - 1175px) / 2); } }
  @media (min-width: 1920px) {
    .container-wide-right {
      padding-right: calc((100% - 1175px) / 2); } }
  @media screen and (max-width: 1200px) {
    .container-wide-right {
      padding-right: 36px; } }
  @media screen and (max-width: 375px) {
    .container-wide-right {
      padding-right: 18px; } }

/*----------------------------------------*/
.section-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .3s; }
  .section-popup .content {
    position: relative;
    z-index: unset;
    width: calc(100% - 36px);
    height: 768px;
    max-width: 1024px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
    .section-popup .content .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: unset;
      max-width: 80px;
      max-height: 80px;
      min-width: 80px;
      min-height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: unset;
      flex-direction: unset;
      transform: translate(-50%, -50%);
      background-color: #E44208;
      border-radius: 50%;
      cursor: pointer;
      z-index: 1; }
      .section-popup .content .play-button img {
        object-fit: scale-down;
        filter: brightness(0) invert(1); }
      .section-popup .content .play-button:hover {
        background-color: #01294E; }
    .section-popup .content .close-button {
      position: absolute;
      top: 0;
      left: unset;
      bottom: unset;
      right: 0;
      z-index: unset;
      transform: translateX(200%) translateY(-200%);
      cursor: pointer; }
      @media (max-width: 1200px) {
        .section-popup .content .close-button {
          transform: translateX(0) translateY(-200%); } }
    .section-popup .content .video-container {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 10px; }
    .section-popup .content video,
    .section-popup .content img,
    .section-popup .content iframe {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      position: relative;
      z-index: 0;
      object-fit: contain !important; }
    @media (max-width: 1024px) {
      .section-popup .content {
        width: calc(100% - 36px);
        height: 640px;
        height: unset; } }
  .section-popup .image-popup {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px; }
    .section-popup .image-popup .image-container {
      height: 100%; }
  .section-popup .campaign-popup {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    display: none; }
    .section-popup .campaign-popup .image-container {
      height: 100%; }
  .section-popup.active {
    opacity: 1;
    user-select: unset;
    pointer-events: unset; }
  .section-popup.none {
    opacity: 0 !important;
    user-select: none !important;
    pointer-events: none !important; }

.apply-now {
  width: 100%; }
  .apply-now .form-default {
    flex-direction: column; }
  .apply-now .form-message {
    box-shadow: unset;
    transform: unset;
    max-width: unset; }
  .apply-now .content {
    padding: 45px 20px; }
    @media (max-height: 768px) {
      .apply-now .content {
        max-height: 90vh;
        min-height: 90vh;
        overflow: auto; } }
  .apply-now h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    color: #01294E;
    text-align: center; }
  .apply-now p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #01294E;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 20px; }
  .apply-now form {
    max-width: 795px;
    width: 100%;
    margin: auto; }
    .apply-now form .input-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      flex-direction: unset; }
      .apply-now form .input-row .input-wrapper {
        width: 100%; }
      @media (max-width: 1200px) {
        .apply-now form .input-row {
          flex-direction: column; } }
    .apply-now form .iti {
      margin-top: 15px; }
      @media (max-width: 1200px) {
        .apply-now form .iti {
          margin-bottom: 25px; } }
    .apply-now form input {
      border-width: 1px;
      border-style: solid;
      border-color: #CECECE;
      border-radius: 5px;
      width: 100%;
      height: 55px;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0;
      color: #23253F;
      padding: 0 15px;
      outline: 0;
      background-color: transparent; }
      @media (max-width: 992px) {
        .apply-now form input {
          font-size: 16px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 0;
          color: #23253F; } }
      .apply-now form input::placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F; }
        @media (max-width: 992px) {
          .apply-now form input::placeholder {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0;
            color: #23253F; } }
      @media (max-width: 769px) {
        .apply-now form input {
          margin-bottom: 0; } }
    .apply-now form .input-wrapper.flex-column {
      flex-direction: column;
      align-items: flex-start;
      gap: 0; }
    .apply-now form .select-wrapper {
      width: 100%;
      height: auto;
      min-height: 55px;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0;
      color: #23253F;
      outline: 0;
      background-color: transparent;
      margin-bottom: 0;
      margin-top: -10px; }
      @media (max-width: 992px) {
        .apply-now form .select-wrapper {
          font-size: 16px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 0;
          color: #23253F; } }
      .apply-now form .select-wrapper::placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F; }
        @media (max-width: 992px) {
          .apply-now form .select-wrapper::placeholder {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0;
            color: #23253F; } }
      .apply-now form .select-wrapper .citySelect {
        min-height: 55px;
        border-width: 1px;
        border-style: solid;
        border-color: #CECECE;
        border-radius: 5px; }
      .apply-now form .select-wrapper select {
        border: 0;
        width: 100%;
        height: 100%;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F;
        padding: 0 15px;
        outline: 0;
        background-color: transparent; }
        @media (max-width: 992px) {
          .apply-now form .select-wrapper select {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0;
            color: #23253F; } }
      @media (max-width: 768px) {
        .apply-now form .select-wrapper {
          margin-bottom: 15px; } }
    .apply-now form .iti {
      margin-bottom: 30px;
      margin-top: 20px; }
      .apply-now form .iti .iti__search-input {
        margin-bottom: 0; }
    .apply-now form h3 {
      font-size: 20px;
      font-weight: unset;
      line-height: unset;
      letter-spacing: unset;
      color: unset; }
      @media (max-width: 768px) {
        .apply-now form h3 {
          font-size: 18px;
          font-weight: unset;
          line-height: unset;
          letter-spacing: unset;
          color: unset; } }
    .apply-now form .custom-radio {
      border-width: 1px;
      border-style: solid;
      border-color: #D8D8D8;
      border-radius: 5px;
      width: 100%;
      height: unset;
      display: flex;
      align-items: center;
      justify-content: unset;
      gap: unset;
      flex-direction: unset;
      cursor: pointer;
      background-color: transparent;
      padding: 13px 20px;
      margin-top: 25px; }
      .apply-now form .custom-radio input[type="radio"] {
        display: none; }
      .apply-now form .custom-radio .radio-label {
        position: relative;
        padding-left: 40px;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F; }
        @media (max-width: 992px) {
          .apply-now form .custom-radio .radio-label {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0;
            color: #23253F; } }
        .apply-now form .custom-radio .radio-label::before {
          content: "";
          border-width: 2px;
          border-style: solid;
          border-color: #23253D;
          border-radius: 50%;
          max-width: 20px;
          max-height: 20px;
          min-width: 20px;
          min-height: 20px;
          position: absolute;
          top: 50%;
          left: 0;
          z-index: unset;
          transform: translateY(-50%);
          transition: background-color 0.3s ease, border-color 0.3s ease; }
          @media (max-width: 992px) {
            .apply-now form .custom-radio .radio-label::before {
              max-width: 17px;
              max-height: 17px;
              min-width: 17px;
              min-height: 17px; } }
        .apply-now form .custom-radio .radio-label::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 5.5px;
          z-index: unset;
          max-width: 13px;
          max-height: 13px;
          min-width: 13px;
          min-height: 13px;
          transform: translateY(-50%);
          background-color: #E44208;
          border-radius: 50%;
          opacity: 0;
          transition: opacity 0.3s ease; }
          @media (max-width: 992px) {
            .apply-now form .custom-radio .radio-label::after {
              max-width: 11px;
              max-height: 11px;
              min-width: 11px;
              min-height: 11px;
              position: absolute;
              top: 50%;
              left: 5px;
              z-index: unset; } }
        @media (max-width: 768px) {
          .apply-now form .custom-radio .radio-label {
            padding-left: 35px; } }
      .apply-now form .custom-radio input[type="radio"]:checked + .radio-label::before {
        border-color: #E6E5E9;
        background-color: white; }
      .apply-now form .custom-radio input[type="radio"]:checked + .radio-label::after {
        opacity: 1; }
      @media (max-width: 1024px) {
        .apply-now form .custom-radio {
          padding: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: unset;
          flex-direction: unset; } }
      @media (max-width: 768px) {
        .apply-now form .custom-radio {
          margin-top: 15px;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: unset;
          flex-direction: unset; } }
    .apply-now form .custom-checkbox {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 15px;
      flex-direction: unset;
      margin-top: 20px; }
      .apply-now form .custom-checkbox a {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F; }
        @media (max-width: 992px) {
          .apply-now form .custom-checkbox a {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0;
            color: #23253F; } }
      .apply-now form .custom-checkbox input {
        max-width: 17px;
        max-height: 17px;
        min-width: 17px;
        min-height: 17px;
        border-width: 1px;
        border-style: solid;
        border-color: #01294E;
        border-radius: 5px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: unset;
        column-gap: unset;
        row-gap: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: unset;
        flex-direction: unset;
        color: #FFFFFF;
        padding: 0;
        margin: 0;
        margin-top: 8px;
        transition: all .3s;
        place-content: center;
        -webkit-appearance: none;
        appearance: none; }
        .apply-now form .custom-checkbox input::before {
          content: "";
          width: 8px;
          height: 6px;
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          transform: scale(0);
          transform-origin: bottom left;
          transition: 120ms transform ease-in-out;
          background-color: #FFFFFF; }
        .apply-now form .custom-checkbox input:checked {
          background-color: #01294E;
          border: 1px solid #01294E; }
          .apply-now form .custom-checkbox input:checked::before {
            transform: scale(1); }
      @media (max-width: 768px) {
        .apply-now form .custom-checkbox {
          margin-top: 30px; } }
    .apply-now form .button {
      width: 100%;
      margin: 30px 0 0 0; }
      @media (max-width: 768px) {
        .apply-now form .button {
          margin: 45px 0 0 0; } }
    .apply-now form .input-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 15px;
      flex-direction: unset; }
      .apply-now form .input-wrapper .iti,
      .apply-now form .input-wrapper input {
        width: 100%; }
      @media (max-width: 768px) {
        .apply-now form .input-wrapper {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 0;
          flex-direction: column; } }

.section-comment-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(50px);
  transition: all .3s; }
  .section-comment-popup .content {
    position: relative;
    z-index: unset;
    width: calc(100% - 36px);
    height: 768px;
    max-width: 1024px;
    border-radius: 10px; }
    .section-comment-popup .content .youtube-lazy {
      height: 100%; }
    .section-comment-popup .content .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      bottom: unset;
      right: unset;
      z-index: 20;
      max-width: 62px;
      max-height: 62px;
      min-width: 62px;
      min-height: 62px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: unset;
      flex-direction: unset;
      transform: translate(-50%, -50%);
      background-color: #01294ed6;
      border-radius: 50%;
      color: white;
      cursor: pointer; }
      .section-comment-popup .content .play-button img {
        width: 23px;
        height: 25px;
        filter: brightness(0) invert(1); }
      .section-comment-popup .content .play-button.playing {
        display: none; }
      .section-comment-popup .content .play-button:hover {
        background-color: #E44208; }
    .section-comment-popup .content .close-button {
      position: absolute;
      top: 0;
      left: unset;
      bottom: unset;
      right: 0;
      z-index: unset;
      transform: translateX(200%) translateY(-200%);
      cursor: pointer; }
      @media (max-width: 1200px) {
        .section-comment-popup .content .close-button {
          transform: translateX(0) translateY(-200%); } }
    .section-comment-popup .content video,
    .section-comment-popup .content img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .section-comment-popup .content .main-gallery {
      height: 576px; }
      @media (max-width: 768px) {
        .section-comment-popup .content .main-gallery {
          height: 450px; } }
      @media (max-width: 640px) {
        .section-comment-popup .content .main-gallery {
          height: 300px; } }
    .section-comment-popup .content .thumbnail-gallery {
      margin-top: 15px; }
      .section-comment-popup .content .thumbnail-gallery .swiper-wrapper .swiper-slide {
        opacity: 0.5;
        aspect-ratio: 1/1; }
        .section-comment-popup .content .thumbnail-gallery .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
          opacity: 1; }
    .section-comment-popup .content .swiper-button-next,
    .section-comment-popup .content .swiper-button-prev,
    .section-comment-popup .content .swiper-pagination {
      position: unset;
      top: unset;
      left: unset;
      bottom: unset;
      right: unset;
      z-index: unset;
      width: unset;
      height: unset;
      margin: unset;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: unset;
      flex-direction: unset; }
      .section-comment-popup .content .swiper-button-next:after,
      .section-comment-popup .content .swiper-button-prev:after,
      .section-comment-popup .content .swiper-pagination:after {
        display: none; }
    .section-comment-popup .content .swiper-button-next,
    .section-comment-popup .content .swiper-button-prev {
      max-width: 45px;
      max-height: 45px;
      min-width: 45px;
      min-height: 45px;
      background-color: #01294E;
      border-radius: 50%; }
      .section-comment-popup .content .swiper-button-next img,
      .section-comment-popup .content .swiper-button-prev img {
        width: 6px;
        height: 13px; }
      @media (max-width: 768px) {
        .section-comment-popup .content .swiper-button-next,
        .section-comment-popup .content .swiper-button-prev {
          display: none; } }
    .section-comment-popup .content .swiper-button-prev {
      position: absolute;
      top: 50%;
      left: -80px;
      z-index: unset;
      transform: translateY(-100%); }
    .section-comment-popup .content .swiper-button-next {
      rotate: 180deg;
      position: absolute;
      top: 50%;
      left: unset;
      bottom: unset;
      right: -80px;
      z-index: unset;
      transform: translateY(100%); }
    @media (max-width: 1024px) {
      .section-comment-popup .content {
        width: calc(100% - 36px);
        height: 640px;
        height: unset; } }
  .section-comment-popup.video-playing .play-button {
    display: none; }
  .section-comment-popup.active {
    opacity: 1;
    user-select: unset;
    pointer-events: unset; }

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  padding: 0; }
  .iti__selected-country-primary .iti__arrow {
    display: none !important; }
  .iti__selected-country-primary:hover {
    background-color: transparent !important; }

.section-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .3s; }
  .section-popup .content {
    position: relative;
    z-index: unset;
    width: calc(100% - 36px);
    height: 768px;
    max-width: 1024px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
    .section-popup .content .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: unset;
      max-width: 80px;
      max-height: 80px;
      min-width: 80px;
      min-height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: unset;
      flex-direction: unset;
      transform: translate(-50%, -50%);
      background-color: #E44208;
      border-radius: 50%;
      cursor: pointer;
      z-index: 1; }
      .section-popup .content .play-button img {
        object-fit: scale-down;
        filter: brightness(0) invert(1);
        max-height: 20px; }
      .section-popup .content .play-button:hover {
        background-color: #01294E; }
    .section-popup .content .close-button {
      position: absolute;
      top: 0;
      left: unset;
      bottom: unset;
      right: 0;
      z-index: unset;
      transform: translateX(200%) translateY(-200%);
      cursor: pointer; }
      @media (max-width: 1200px) {
        .section-popup .content .close-button {
          transform: translateX(0) translateY(-200%); } }
      @media (max-width: 768px) {
        .section-popup .content .close-button {
          transform: translateX(-10px) translateY(10px);
          position: fixed;
          top: 0;
          left: unset;
          bottom: unset;
          right: 0;
          z-index: unset; } }
    .section-popup .content .video-container {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 10px; }
    .section-popup .content video,
    .section-popup .content img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      position: relative;
      z-index: 0; }
    @media (max-width: 1024px) {
      .section-popup .content {
        width: calc(100% - 36px);
        height: 640px;
        height: unset; } }
    @media (max-width: 768px) {
      .section-popup .content {
        max-height: 85vh;
        min-height: 85vh;
        overflow: auto; } }
  .section-popup.active {
    opacity: 1;
    user-select: unset;
    pointer-events: unset; }

.section-hero {
  position: relative;
  margin-top: 0;
  padding: 40px 0 0 0 !important; }
  @media (max-width: 1200px) {
    .section-hero .desktop-form {
      display: none; } }
  .section-hero .form-wrapper {
    z-index: 1;
    position: relative; }
  .section-hero .mobile-form {
    padding-top: 15px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .section-hero .mobile-form .form-message.error,
    .section-hero .mobile-form .form-message.success {
      max-width: unset !important; }
    .section-hero .mobile-form .hero-mobile-form-top {
      width: 100%;
      transform: translateY(5px);
      max-width: 450px; }
    .section-hero .mobile-form form {
      user-select: all;
      pointer-events: all;
      user-select: unset;
      background-color: #FFFFFF;
      padding: 20px 35px;
      border-radius: 30px;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      transition: all 0.5s;
      overflow: auto; }
      .section-hero .mobile-form form .iti__country-container {
        max-height: 50px !important; }
      .section-hero .mobile-form form .iti .iti__selected-dial-code {
        font-size: 18px; }
        @media (max-width: 1640px) {
          .section-hero .mobile-form form .iti .iti__selected-dial-code {
            font-size: 16px; } }
      .section-hero .mobile-form form .iti__dropdown-content {
        left: -9px !important; }
      .section-hero .mobile-form form .iti__search-input {
        border: 0 !important; }
      .section-hero .mobile-form form input {
        border-width: 0;
        border-style: solid;
        border-color: #CECECE;
        border-radius: 5px;
        width: 100%;
        height: 50px;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F;
        font-family: 'Gilroy', sans-serif;
        padding: 0 15px;
        outline: 0;
        background-color: #F0F8FF;
        font-size: 18px;
        border: 1px solid #01294e2b; }
        @media (max-width: 992px) {
          .section-hero .mobile-form form input {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0;
            color: #23253F; } }
        .section-hero .mobile-form form input::placeholder {
          font-size: 18px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 0;
          color: #23253F;
          font-size: 18px; }
          @media (max-width: 992px) {
            .section-hero .mobile-form form input::placeholder {
              font-size: 16px;
              font-weight: 400;
              line-height: 28px;
              letter-spacing: 0;
              color: #23253F; } }
          @media (max-width: 1640px) {
            .section-hero .mobile-form form input::placeholder {
              font-size: 16px; } }
        @media (max-width: 1640px) {
          .section-hero .mobile-form form input {
            font-size: 16px; } }
      .section-hero .mobile-form form .select-wrapper {
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        border-radius: 5px;
        width: 100%;
        height: unset;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F;
        outline: 0;
        margin-top: 15px;
        font-size: 16px; }
        @media (max-width: 992px) {
          .section-hero .mobile-form form .select-wrapper {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0;
            color: #23253F; } }
        .section-hero .mobile-form form .select-wrapper::placeholder {
          font-size: 18px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 0;
          color: #23253F;
          font-size: 16px; }
          @media (max-width: 992px) {
            .section-hero .mobile-form form .select-wrapper::placeholder {
              font-size: 16px;
              font-weight: 400;
              line-height: 28px;
              letter-spacing: 0;
              color: #23253F; } }
        .section-hero .mobile-form form .select-wrapper select {
          border: 0;
          width: 100%;
          height: 40px;
          font-size: 18px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 0;
          color: #23253F;
          font-size: 16px;
          padding: 0 15px;
          outline: 0;
          border-radius: 5px;
          background-color: #EEF2F5;
          -webkit-appearance: none;
          background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
          background-position: calc(100% - 20px) calc(50%), calc(100% - 15px) calc(50%);
          background-size: 5px 5px, 5px 5px, 1px 1.5em;
          background-repeat: no-repeat; }
          @media (max-width: 992px) {
            .section-hero .mobile-form form .select-wrapper select {
              font-size: 16px;
              font-weight: 400;
              line-height: 28px;
              letter-spacing: 0;
              color: #23253F; } }
        @media (max-width: 768px) {
          .section-hero .mobile-form form .select-wrapper {
            margin-bottom: 15px;
            margin-top: 0; } }
      .section-hero .mobile-form form .iti {
        width: 100%;
        margin-top: 8px; }
        .section-hero .mobile-form form .iti .iti__search-input {
          margin-bottom: 0; }
        @media (max-width: 768px) {
          .section-hero .mobile-form form .iti {
            margin-bottom: 10px;
            margin-top: 0; } }
      .section-hero .mobile-form form h3 {
        font-size: 16px;
        font-weight: unset;
        line-height: unset;
        letter-spacing: unset;
        color: unset;
        margin: 10px 0; }
        .section-hero .mobile-form form h3.form-title {
          font-size: 24px;
          font-weight: unset;
          line-height: unset;
          letter-spacing: unset;
          color: unset;
          line-height: 30px;
          margin-bottom: 12px;
          margin-top: 0;
          max-width: calc(100% - 34px); }
          .section-hero .mobile-form form h3.form-title span {
            font-size: 30px;
            font-weight: unset;
            line-height: unset;
            letter-spacing: unset;
            color: unset;
            font-weight: 800;
            display: block;
            line-height: 36px; }
          @media (max-width: 768px) {
            .section-hero .mobile-form form h3.form-title {
              max-width: calc(100% - 30px); } }
        @media (max-width: 768px) {
          .section-hero .mobile-form form h3 {
            font-size: 16px;
            font-weight: unset;
            line-height: unset;
            letter-spacing: unset;
            color: unset; } }
      .section-hero .mobile-form form .custom-radio {
        border-width: 0;
        border-style: solid;
        border-color: #CECECE;
        border-radius: 5px;
        width: 100%;
        height: unset;
        display: flex;
        align-items: center;
        justify-content: unset;
        gap: unset;
        flex-direction: unset;
        cursor: pointer;
        background-color: #EEF2F5;
        padding: 6px 20px; }
        .section-hero .mobile-form form .custom-radio input[type="radio"] {
          display: none; }
        .section-hero .mobile-form form .custom-radio .radio-label {
          position: relative;
          padding-left: 30px;
          font-size: 18px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 0;
          color: #23253F;
          font-size: 14px; }
          @media (max-width: 992px) {
            .section-hero .mobile-form form .custom-radio .radio-label {
              font-size: 16px;
              font-weight: 400;
              line-height: 28px;
              letter-spacing: 0;
              color: #23253F; } }
          .section-hero .mobile-form form .custom-radio .radio-label::before {
            content: "";
            border-width: 2px;
            border-style: solid;
            border-color: #23253D;
            border-radius: 50%;
            max-width: 16px;
            max-height: 16px;
            min-width: 16px;
            min-height: 16px;
            position: absolute;
            top: 50%;
            left: 0;
            z-index: unset;
            transform: translateY(-50%);
            background-color: transparent;
            transition: background-color 0.3s ease, border-color 0.3s ease; }
          .section-hero .mobile-form form .custom-radio .radio-label::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 4.5px;
            z-index: unset;
            max-width: 11px;
            max-height: 11px;
            min-width: 11px;
            min-height: 11px;
            transform: translateY(-50%);
            background-color: #E44208;
            border-radius: 50%;
            opacity: 0;
            transition: opacity 0.3s ease; }
          @media (max-width: 768px) {
            .section-hero .mobile-form form .custom-radio .radio-label {
              padding-left: 35px; } }
        .section-hero .mobile-form form .custom-radio input[type="radio"]:checked + .radio-label::before {
          border-color: #E6E5E9; }
        .section-hero .mobile-form form .custom-radio input[type="radio"]:checked + .radio-label::after {
          opacity: 1; }
        @media (max-width: 1024px) {
          .section-hero .mobile-form form .custom-radio {
            padding: 8px 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: unset;
            flex-direction: unset; } }
        @media (max-width: 768px) {
          .section-hero .mobile-form form .custom-radio {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: unset;
            flex-direction: unset; } }
      .section-hero .mobile-form form .custom-checkbox {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
        flex-direction: unset;
        margin-top: 16px;
        position: relative; }
        .section-hero .mobile-form form .custom-checkbox * {
          font-size: 12px;
          font-weight: 400;
          line-height: 16px;
          letter-spacing: unset;
          color: #23253F; }
        .section-hero .mobile-form form .custom-checkbox input {
          max-width: 17px;
          max-height: 17px;
          min-width: 17px;
          min-height: 17px;
          border-width: 1px;
          border-style: solid;
          border-color: #01294E;
          border-radius: 5px;
          display: grid;
          grid-template-columns: repeat(1, 1fr);
          gap: unset;
          column-gap: unset;
          row-gap: unset;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: unset;
          flex-direction: unset;
          color: #FFFFFF;
          padding: 0;
          margin: 0;
          margin-top: 2.5px;
          transition: all .3s;
          place-content: center;
          -webkit-appearance: none;
          appearance: none; }
          .section-hero .mobile-form form .custom-checkbox input::before {
            content: "";
            width: 8px;
            height: 6px;
            clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
            transform: scale(0);
            transform-origin: bottom left;
            transition: 120ms transform ease-in-out;
            background-color: #FFFFFF; }
          .section-hero .mobile-form form .custom-checkbox input:checked {
            background-color: #01294E;
            border: 1px solid #01294E; }
            .section-hero .mobile-form form .custom-checkbox input:checked::before {
              transform: scale(1); }
        .section-hero .mobile-form form .custom-checkbox .input-error-message {
          position: absolute;
          left: 0;
          bottom: 0;
          transform: translateY(100%); }
        @media (max-width: 1640px) {
          .section-hero .mobile-form form .custom-checkbox {
            margin-top: 15px; } }
      .section-hero .mobile-form form .button {
        width: 100%;
        max-width: 465px;
        height: 40px;
        font-size: 18px;
        font-weight: 900;
        letter-spacing: 0.2px;
        width: fit-content;
        margin: 22px auto 0 auto; }
        @media (max-width: 1640px) {
          .section-hero .mobile-form form .button {
            margin-top: 10px;
            font-size: 16px; } }
        @media (max-width: 768px) {
          .section-hero .mobile-form form .button {
            margin-top: 15px; } }
      .section-hero .mobile-form form .input-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
        flex-direction: unset; }
      .section-hero .mobile-form form .textbox-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0;
        flex-direction: column; }
        @media (max-width: 768px) {
          .section-hero .mobile-form form .textbox-wrapper {
            margin-bottom: 10px; } }
      @media (max-width: 1640px) {
        .section-hero .mobile-form form {
          max-height: 100vh; } }
    .section-hero .mobile-form .form-title {
      font-size: 21px !important;
      line-height: 29px !important;
      max-width: unset !important;
      color: #00355f !important; }
      .section-hero .mobile-form .form-title * {
        font-size: 21px !important;
        line-height: 30px !important; }
      .section-hero .mobile-form .form-title span {
        color: #E44208 !important;
        font-weight: 600 !important;
        display: unset !important; }
      .section-hero .mobile-form .form-title b {
        font-weight: 800; }
    @media (min-width: 1200px) {
      .section-hero .mobile-form {
        display: none; } }
  .section-hero .slider-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .section-hero .swiper {
    height: 680px; }
    .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: unset;
      justify-content: unset;
      gap: unset;
      flex-direction: unset; }
      .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .image {
        width: 50%; }
        .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .image img {
          max-width: 800px;
          height: 100%;
          object-fit: contain;
          position: absolute;
          right: 0;
          top: 0;
          overflow: visible; }
      .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .content {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 40px;
        flex-direction: column;
        width: 50%;
        height: calc(100% - 160px);
        transition: all .3s; }
        @media (max-width: 1440px) {
          .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .content {
            height: calc(100% - 60px) !important; } }
        .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .content img {
          max-height: 245px;
          min-height: 245px; }
        .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .content .title {
          font-size: 50px;
          font-weight: 300;
          line-height: 60px;
          letter-spacing: unset;
          color: #FFFFFF;
          width: 100%; }
          @media (max-width: 1440px) {
            .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .content .title {
              font-size: 45px;
              font-weight: 300;
              line-height: 55px;
              letter-spacing: unset;
              color: #FFFFFF; } }
          .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .content .title span {
            font-size: 50px;
            font-weight: 600;
            line-height: 60px;
            letter-spacing: unset;
            color: #FFFFFF; }
            @media (max-width: 1440px) {
              .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .content .title span {
                font-size: 45px;
                font-weight: 600;
                line-height: 55px;
                letter-spacing: unset;
                color: #FFFFFF; } }
          .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .content .title.text-end {
            text-align: end; }
          .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .content .title.text-medium {
            font-size: 48px;
            font-weight: 300;
            line-height: 58px;
            letter-spacing: unset;
            color: #FFFFFF; }
            @media (max-width: 1440px) {
              .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .content .title.text-medium {
                font-size: 40px;
                font-weight: 300;
                line-height: 55px;
                letter-spacing: unset;
                color: #FFFFFF; } }
            .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .content .title.text-medium span {
              font-size: 48px;
              font-weight: 600;
              line-height: 58px;
              letter-spacing: unset;
              color: #FFFFFF; }
              @media (max-width: 1440px) {
                .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .content .title.text-medium span {
                  font-size: 40px;
                  font-weight: 600;
                  line-height: 55px;
                  letter-spacing: unset;
                  color: #FFFFFF; } }
        .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .content p {
          font-size: 24px;
          font-weight: 300;
          line-height: 32px;
          letter-spacing: unset;
          color: #FFFFFF;
          margin: 30px 0 85px 0;
          max-width: 600px; }
          @media (max-width: 768px) {
            .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .content p {
              font-size: 20px;
              font-weight: 300;
              line-height: 24px;
              letter-spacing: unset;
              color: #FFFFFF;
              margin: 20px 0 40px 0; } }
          @media (max-width: 375px) {
            .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide .content p {
              font-size: 20px;
              font-weight: 200;
              line-height: 24px;
              letter-spacing: unset;
              color: #FFFFFF;
              margin: 10px 0 20px 0; } }
      .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide.slide3 {
        gap: 40px; }
        .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide.slide3 .image {
          position: relative; }
          .section-hero .swiper.hero-swiper .swiper-wrapper .swiper-slide.slide3 .image img {
            width: 100%; }
    .section-hero .swiper.hero-swiper .swiper-elements {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 100px;
      flex-direction: unset;
      position: absolute;
      top: unset;
      left: 0;
      bottom: 132px;
      right: unset;
      z-index: 1; }
      @media (max-width: 1440px) {
        .section-hero .swiper.hero-swiper .swiper-elements {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 50px;
          flex-direction: unset;
          position: absolute;
          top: unset;
          left: 0;
          bottom: 60px;
          right: unset;
          z-index: 1; } }
      .section-hero .swiper.hero-swiper .swiper-elements .swiper-button-next,
      .section-hero .swiper.hero-swiper .swiper-elements .swiper-button-prev,
      .section-hero .swiper.hero-swiper .swiper-elements .swiper-pagination {
        position: unset;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
        z-index: unset;
        width: unset;
        height: unset;
        margin: unset; }
        .section-hero .swiper.hero-swiper .swiper-elements .swiper-button-next:after,
        .section-hero .swiper.hero-swiper .swiper-elements .swiper-button-prev:after,
        .section-hero .swiper.hero-swiper .swiper-elements .swiper-pagination:after {
          display: none; }
      .section-hero .swiper.hero-swiper .swiper-elements .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 19px;
        flex-direction: unset; }
        .section-hero .swiper.hero-swiper .swiper-elements .swiper-pagination .swiper-pagination-bullet {
          max-width: 17px;
          max-height: 17px;
          min-width: 17px;
          min-height: 17px;
          background-color: transparent;
          border: 1px solid #FFFFFF;
          opacity: 1; }
          .section-hero .swiper.hero-swiper .swiper-elements .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #FFFFFF; }
          @media (max-width: 768px) {
            .section-hero .swiper.hero-swiper .swiper-elements .swiper-pagination .swiper-pagination-bullet {
              max-width: 12px;
              max-height: 12px;
              min-width: 12px;
              min-height: 12px; } }
        @media (max-width: 768px) {
          .section-hero .swiper.hero-swiper .swiper-elements .swiper-pagination {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            flex-direction: unset; } }
      .section-hero .swiper.hero-swiper .swiper-elements .swiper-button-next,
      .section-hero .swiper.hero-swiper .swiper-elements .swiper-button-prev {
        max-width: 23px;
        max-height: 23px;
        min-width: 23px;
        min-height: 23px; }
        .section-hero .swiper.hero-swiper .swiper-elements .swiper-button-next img,
        .section-hero .swiper.hero-swiper .swiper-elements .swiper-button-prev img {
          max-width: 23px;
          max-height: 23px;
          min-width: 23px;
          min-height: 23px; }
        @media (max-width: 768px) {
          .section-hero .swiper.hero-swiper .swiper-elements .swiper-button-next,
          .section-hero .swiper.hero-swiper .swiper-elements .swiper-button-prev {
            display: none; } }
      .section-hero .swiper.hero-swiper .swiper-elements .swiper-button-next {
        rotate: 180deg; }
      @media (max-width: 768px) {
        .section-hero .swiper.hero-swiper .swiper-elements {
          position: absolute;
          top: unset;
          left: 50%;
          bottom: 20px;
          right: unset;
          z-index: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: unset;
          flex-direction: unset; } }
    @media (max-width: 1200px) {
      .section-hero .swiper {
        height: calc(100vh - 78px);
        margin-top: -2px; } }
  @media (max-width: 1440px) {
    .section-hero.form-active .content {
      width: 45% !important; } }
  @media (max-width: 1366px) {
    .section-hero.form-active .content {
      width: 40% !important; } }
  .section-hero .slider-button {
    background-color: #E44208 !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 22px !important; }
    @media (max-width: 1640px) {
      .section-hero .slider-button {
        font-size: 20px !important; } }
    @media (max-width: 1024px) {
      .section-hero .slider-button {
        font-size: 18px !important; } }
  @media (max-width: 1640px) {
    .section-hero {
      margin-top: 0; } }
  @media (max-width: 1200px) {
    .section-hero {
      margin-top: -2px;
      padding-top: 0 !important; } }

.section-about {
  padding: 80px 0 90px 0; }
  .section-about .header-wrapper .combined-title {
    margin-bottom: 60px; }
    .section-about .header-wrapper .combined-title h1 {
      font-size: 40px;
      font-weight: 500;
      line-height: 48px;
      letter-spacing: 0;
      color: #01294E; }
      @media (max-width: 992px) {
        .section-about .header-wrapper .combined-title h1 {
          font-size: 32px;
          font-weight: 500;
          line-height: 40px;
          letter-spacing: 0;
          color: #01294E; } }
    @media (max-width: 992px) {
      .section-about .header-wrapper .combined-title {
        margin-bottom: 40px; } }
  .section-about .content-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: unset;
    column-gap: 20px;
    row-gap: unset;
    align-items: flex-end; }
    .section-about .content-wrapper .about-item {
      position: relative;
      z-index: unset;
      padding: 25px 25px 50px 25px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      text-align: center;
      cursor: pointer;
      box-shadow: 0px 3px 80px #01294E15;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .section-about .content-wrapper .about-item .counter {
        font-size: 50px;
        font-weight: 400;
        line-height: 50px;
        letter-spacing: 0;
        color: #01294E25;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 0;
        flex-direction: column; }
        .section-about .content-wrapper .about-item .counter span {
          font-size: 22px;
          font-weight: 400;
          line-height: 22px;
          letter-spacing: 0;
          color: #01294E25;
          text-transform: capitalize; }
          @media (max-width: 1200px) {
            .section-about .content-wrapper .about-item .counter span {
              font-size: 21px;
              font-weight: 400;
              line-height: 21px;
              letter-spacing: 0;
              color: #01294E25; } }
        @media (max-width: 1200px) {
          .section-about .content-wrapper .about-item .counter {
            display: flex;
            align-items: flex-end;
            justify-content: flex-start;
            gap: 0;
            flex-direction: row;
            font-size: 56px;
            font-weight: 400;
            line-height: 46px;
            letter-spacing: 0;
            color: #01294E25; } }
      .section-about .content-wrapper .about-item h2 {
        font-size: 21px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0;
        color: #01294E;
        margin: 15px 0 20px 0; }
        @media (max-width: 1200px) {
          .section-about .content-wrapper .about-item h2 {
            font-size: 19px;
            font-weight: 600;
            line-height: 28px;
            letter-spacing: 0;
            color: #01294E;
            width: calc(100% - 120px);
            text-align: start;
            margin: 15px 0 5px 0; } }
        @media (max-width: 375px) {
          .section-about .content-wrapper .about-item h2 {
            font-size: 18px;
            font-weight: 600;
            line-height: 26px;
            letter-spacing: 0;
            color: #01294E; } }
      .section-about .content-wrapper .about-item p {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0;
        color: #01294E;
        display: none; }
        @media (max-width: 1200px) {
          .section-about .content-wrapper .about-item p {
            display: block;
            text-align: start; } }
        @media (max-width: 375px) {
          .section-about .content-wrapper .about-item p {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0;
            color: #01294E; } }
      @media (max-width: 1200px) {
        .section-about .content-wrapper .about-item img {
          height: 110px;
          max-width: 120px;
          object-fit: contain;
          position: absolute;
          top: 10px;
          right: 20px; } }
      .section-about .content-wrapper .about-item:nth-child(1) {
        height: 440px; }
      .section-about .content-wrapper .about-item:nth-child(2) {
        height: 510px; }
      .section-about .content-wrapper .about-item:nth-child(3) {
        height: 350px; }
      .section-about .content-wrapper .about-item:nth-child(4) {
        height: 420px; }
      .section-about .content-wrapper .about-item:nth-child(1), .section-about .content-wrapper .about-item:nth-child(2), .section-about .content-wrapper .about-item:nth-child(3), .section-about .content-wrapper .about-item:nth-child(4) {
        transition: all .3s; }
        @media (max-width: 1200px) {
          .section-about .content-wrapper .about-item:nth-child(1), .section-about .content-wrapper .about-item:nth-child(2), .section-about .content-wrapper .about-item:nth-child(3), .section-about .content-wrapper .about-item:nth-child(4) {
            height: 270px; } }
      @media (min-width: 1200px) {
        .section-about .content-wrapper .about-item:hover {
          background-color: #F0F8FF; }
          .section-about .content-wrapper .about-item:hover:nth-child(3) img {
            transform: translateY(-20px); }
          .section-about .content-wrapper .about-item:hover:nth-child(3) p {
            transform: translateY(-20px); }
          .section-about .content-wrapper .about-item:hover h2 {
            display: none; }
          .section-about .content-wrapper .about-item:hover p {
            display: block; } }
      .section-about .content-wrapper .about-item::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: unset;
        user-select: none;
        pointer-events: none;
        width: calc(100% - 12px);
        height: calc(100% - 12px);
        display: flex;
        align-items: unset;
        justify-content: unset;
        gap: unset;
        flex-direction: unset;
        border: 1px solid #ffffff90;
        border-radius: 10px; }
      @media (max-width: 1200px) {
        .section-about .content-wrapper .about-item {
          border-radius: 30px; } }
    @media (max-width: 1200px) {
      .section-about .content-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: unset;
        column-gap: 20px;
        row-gap: 20px; } }
  .section-about .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #23253F;
    margin: 90px auto 60px auto;
    max-width: 1070px;
    text-align: center; }
    @media (max-width: 992px) {
      .section-about .description {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F; } }
    @media (max-width: 992px) {
      .section-about .description {
        margin: 40px auto 60px auto; } }
  .section-about .button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: unset; }
    @media (max-width: 992px) {
      .section-about .button-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-direction: column; } }
  @media (max-width: 992px) {
    .section-about {
      padding: 40px 0; } }

.section-calculator {
  background-color: #fdfbf9;
  padding: 120px 0 100px 0; }
  .section-calculator .combined-title {
    margin-bottom: 35px; }
    @media (max-width: 1024px) {
      .section-calculator .combined-title {
        margin-bottom: 15px; } }
  .section-calculator .tab-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-direction: unset;
    border-bottom: 1px solid #DEDEDE;
    margin: 0 0 52px 0; }
    .section-calculator .tab-wrapper .tab-button {
      font-size: 24px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: unset;
      color: #23253F;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      flex-direction: unset;
      padding: 0 0 20px 0;
      opacity: 0.7;
      font-family: 'Gilroy', sans-serif;
      width: 100%; }
      .section-calculator .tab-wrapper .tab-button.active {
        position: relative;
        z-index: unset;
        font-weight: 600;
        opacity: 1; }
        .section-calculator .tab-wrapper .tab-button.active::before {
          content: "";
          position: absolute;
          top: unset;
          left: 0;
          bottom: -1.5px;
          right: unset;
          z-index: unset;
          width: 100%;
          height: 2px;
          background-color: #01294E;
          border-radius: 25px; }
      @media (max-width: 1024px) {
        .section-calculator .tab-wrapper .tab-button {
          font-size: 14px;
          font-weight: 400;
          line-height: 1;
          letter-spacing: unset;
          color: #23253F;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          flex-direction: unset;
          width: 100%;
          padding: 8px 12px; } }
    @media (max-width: 1024px) {
      .section-calculator .tab-wrapper {
        margin: 0 0 40px 0; } }
    @media (max-width: 992px) {
      .section-calculator .tab-wrapper {
        gap: 0; } }
  .section-calculator .content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 55px;
    flex-direction: unset; }
    .section-calculator .content-wrapper .tab-content-wrapper {
      width: 45%; }
      .section-calculator .content-wrapper .tab-content-wrapper .tab-content {
        display: none; }
        .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-label {
          width: 100%; }
          .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-label:not(:first-child) {
            margin-top: 27px; }
            @media (max-width: 1024px) {
              .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-label:not(:first-child) {
                margin-top: 0; } }
        .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 10px;
          flex-direction: unset;
          margin-bottom: 30px; }
          .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper.mobile-row {
            flex-direction: column;
            gap: 0;
            margin-bottom: 0; }
            @media (max-width: 1024px) {
              .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper.mobile-row {
                gap: 10px; } }
          .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-radio {
            border-width: 0 0 2px 0;
            border-style: solid;
            border-color: #BDBDBD;
            border-radius: 5px;
            width: 100%;
            height: unset;
            display: flex;
            align-items: center;
            justify-content: unset;
            gap: unset;
            flex-direction: unset;
            cursor: pointer;
            background-color: #FFFFFF;
            padding: 13px 20px; }
            .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-radio input[type="radio"] {
              display: none; }
            .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-radio .radio-label {
              position: relative;
              padding-left: 40px;
              font-size: 18px;
              font-weight: 400;
              line-height: 28px;
              letter-spacing: 0;
              color: #23253F; }
              @media (max-width: 992px) {
                .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-radio .radio-label {
                  font-size: 16px;
                  font-weight: 400;
                  line-height: 28px;
                  letter-spacing: 0;
                  color: #23253F; } }
              .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-radio .radio-label::before {
                content: "";
                border-width: 2px;
                border-style: solid;
                border-color: #23253D;
                border-radius: 50%;
                max-width: 20px;
                max-height: 20px;
                min-width: 20px;
                min-height: 20px;
                position: absolute;
                top: 50%;
                left: 0;
                z-index: unset;
                transform: translateY(-50%);
                background-color: transparent;
                transition: background-color 0.3s ease, border-color 0.3s ease; }
                @media (max-width: 992px) {
                  .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-radio .radio-label::before {
                    max-width: 14px;
                    max-height: 14px;
                    min-width: 14px;
                    min-height: 14px; } }
              .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-radio .radio-label::after {
                content: "";
                position: absolute;
                top: 50%;
                left: 5.5px;
                z-index: unset;
                max-width: 13px;
                max-height: 13px;
                min-width: 13px;
                min-height: 13px;
                transform: translateY(-50%);
                background-color: #E44208;
                border-radius: 50%;
                opacity: 0;
                transition: opacity 0.3s ease; }
                @media (max-width: 992px) {
                  .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-radio .radio-label::after {
                    max-width: 9px;
                    max-height: 9px;
                    min-width: 9px;
                    min-height: 9px;
                    position: absolute;
                    top: 50%;
                    left: 4.5px;
                    z-index: unset; } }
              @media (max-width: 768px) {
                .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-radio .radio-label {
                  padding-left: 25px;
                  font-size: 16px; } }
            .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-radio input[type="radio"]:checked + .radio-label::before {
              border-color: #E6E5E9; }
            .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-radio input[type="radio"]:checked + .radio-label::after {
              opacity: 1; }
            @media (max-width: 1024px) {
              .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-radio {
                padding: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: unset;
                flex-direction: unset; } }
          .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-input {
            width: 100%;
            height: unset; }
            .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-input .range-value {
              position: relative;
              z-index: unset;
              display: flex;
              align-items: center;
              justify-content: center;
              gap: unset;
              flex-direction: unset;
              width: 100%;
              height: unset;
              border-width: 0 0 1px 0;
              border-style: solid;
              border-color: #BDBDBD;
              border-radius: 35px; }
              .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-input .range-value input {
                border-width: 0;
                border-style: solid;
                border-color: #BDBDBD;
                border-radius: 35px;
                width: 100%;
                height: 60px;
                font-size: 18px;
                font-weight: 400;
                line-height: 28px;
                letter-spacing: 0;
                color: #23253F;
                background: white;
                border: 0;
                outline: 0;
                padding-left: 20px;
                -moz-appearance: textfield; }
                @media (max-width: 992px) {
                  .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-input .range-value input {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 28px;
                    letter-spacing: 0;
                    color: #23253F; } }
                .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-input .range-value input::-webkit-outer-spin-button, .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-input .range-value input::-webkit-inner-spin-button {
                  -webkit-appearance: none;
                  margin: 0; }
                @media (max-width: 1024px) {
                  .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-input .range-value input {
                    width: 100%;
                    height: 40px;
                    font-size: 14px; } }
              .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-input .range-value span {
                font-size: 18px;
                font-weight: 400;
                line-height: 28px;
                letter-spacing: 0;
                color: #23253F;
                position: absolute;
                top: 50%;
                left: unset;
                bottom: unset;
                right: 25px;
                z-index: unset;
                transform: translateY(-50%); }
                @media (max-width: 992px) {
                  .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-input .range-value span {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 28px;
                    letter-spacing: 0;
                    color: #23253F; } }
            .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-input .slider-wrapper {
              position: relative;
              z-index: unset; }
              .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-input .slider-wrapper input[type=range] {
                -webkit-appearance: none;
                width: calc(100% - 40px);
                height: 2px;
                background: transparent;
                border-radius: 4px;
                background-image: linear-gradient(#e24208, #e24208);
                background-size: 10% 100%;
                background-repeat: no-repeat;
                position: absolute;
                top: unset;
                left: -2px;
                bottom: 0;
                right: unset;
                z-index: unset;
                position: absolute;
                left: 50%;
                bottom: 0;
                transform: translateY(50%) translateX(-50%); }
                .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-input .slider-wrapper input[type=range]::-webkit-slider-thumb {
                  -webkit-appearance: none;
                  appearance: none;
                  width: 24px;
                  height: 24px;
                  background: #e64011;
                  border-radius: 50%;
                  cursor: pointer;
                  position: relative;
                  background-image: url("../../img/range-icon.svg");
                  background-repeat: no-repeat;
                  background-position: 50%; }
                  @media (max-width: 1024px) {
                    .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-input .slider-wrapper input[type=range]::-webkit-slider-thumb {
                      width: 20px;
                      height: 20px;
                      background-size: 7px; } }
                @media (max-width: 1024px) {
                  .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-input .slider-wrapper input[type=range] {
                    bottom: -1px; } }
            .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-input .range-labels {
              display: flex;
              align-items: center;
              justify-content: space-between;
              gap: unset;
              flex-direction: unset;
              margin: 20px 30px 0 30px; }
              @media (max-width: 1024px) {
                .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper .custom-input .range-labels {
                  margin: 20px 0 0 0;
                  font-size: 12px;
                  color: #01274B99; } }
          @media (max-width: 1024px) {
            .section-calculator .content-wrapper .tab-content-wrapper .tab-content .input-wrapper {
              margin-bottom: 20px; } }
        .section-calculator .content-wrapper .tab-content-wrapper .tab-content h3 {
          font-size: 20px;
          font-weight: 400;
          line-height: 1;
          letter-spacing: 0;
          color: #23253D;
          margin-bottom: 23px; }
          @media (max-width: 1024px) {
            .section-calculator .content-wrapper .tab-content-wrapper .tab-content h3 {
              font-size: 16px;
              font-weight: 400;
              line-height: 24px;
              letter-spacing: 0;
              color: #23253D;
              margin-bottom: 6px; } }
        .section-calculator .content-wrapper .tab-content-wrapper .tab-content.active {
          display: unset; }
        .section-calculator .content-wrapper .tab-content-wrapper .tab-content .button {
          width: 100%; }
          @media (max-width: 1024px) {
            .section-calculator .content-wrapper .tab-content-wrapper .tab-content .button {
              margin-top: 40px; } }
      @media (max-width: 1024px) {
        .section-calculator .content-wrapper .tab-content-wrapper {
          width: 100%; } }
    .section-calculator .content-wrapper .table-wrapper {
      width: 55%;
      position: relative;
      z-index: unset; }
      .section-calculator .content-wrapper .table-wrapper .table-header {
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: unset;
        flex-direction: unset;
        padding: 20px 40px 38px 40px;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        position: relative; }
        .section-calculator .content-wrapper .table-wrapper .table-header::after {
          content: "";
          position: absolute;
          top: unset;
          left: 50%;
          bottom: 0;
          right: unset;
          z-index: unset;
          width: calc(100% - 80px);
          height: 1px;
          transform: translateX(-50%);
          background-color: #eee; }
        .section-calculator .content-wrapper .table-wrapper .table-header .item {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 18px;
          flex-direction: column; }
          .section-calculator .content-wrapper .table-wrapper .table-header .item span {
            font-size: 14px;
            font-weight: 300;
            line-height: 20px;
            letter-spacing: 0;
            color: #02294F; }
            @media (max-width: 540px) {
              .section-calculator .content-wrapper .table-wrapper .table-header .item span {
                font-size: 10px;
                font-weight: 300;
                line-height: 16px;
                letter-spacing: 0;
                color: #02294F; } }
          .section-calculator .content-wrapper .table-wrapper .table-header .item .cost {
            font-size: 26px;
            font-weight: 700;
            line-height: 32px;
            letter-spacing: 0;
            color: #01294E; }
            @media (max-width: 540px) {
              .section-calculator .content-wrapper .table-wrapper .table-header .item .cost {
                font-size: 16px;
                font-weight: 700;
                line-height: 22px;
                letter-spacing: 0;
                color: #01294E; } }
          .section-calculator .content-wrapper .table-wrapper .table-header .item .icon {
            background-color: #01294E;
            max-width: 65px;
            max-height: 65px;
            min-width: 65px;
            min-height: 65px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: unset;
            flex-direction: unset; }
            @media (max-width: 1024px) {
              .section-calculator .content-wrapper .table-wrapper .table-header .item .icon {
                display: none; } }
          .section-calculator .content-wrapper .table-wrapper .table-header .item:last-child {
            border-bottom: 0; }
          @media (max-width: 540px) {
            .section-calculator .content-wrapper .table-wrapper .table-header .item {
              display: flex;
              align-items: center;
              justify-content: center;
              gap: 8px;
              flex-direction: column; } }
        @media (max-width: 1024px) {
          .section-calculator .content-wrapper .table-wrapper .table-header {
            padding: 36px 40px 30px 40px; } }
        @media (max-width: 540px) {
          .section-calculator .content-wrapper .table-wrapper .table-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            flex-direction: unset;
            padding: 36px 36px 20px 36px; } }
        @media (max-width: 375px) {
          .section-calculator .content-wrapper .table-wrapper .table-header {
            padding: 36px 18px 20px 18px; } }
      .section-calculator .content-wrapper .table-wrapper .table-body {
        background-color: #fff;
        padding: 40px 45px 40px;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px; }
        .section-calculator .content-wrapper .table-wrapper .table-body .item {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: unset;
          flex-direction: unset; }
          .section-calculator .content-wrapper .table-wrapper .table-body .item:first-child {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: unset;
            flex-direction: unset; }
          .section-calculator .content-wrapper .table-wrapper .table-body .item div {
            font-size: 20px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0;
            color: #01294E; }
            .section-calculator .content-wrapper .table-wrapper .table-body .item div:nth-child(1) {
              width: 40%; }
              @media (max-width: 768px) {
                .section-calculator .content-wrapper .table-wrapper .table-body .item div:nth-child(1) {
                  width: 30%; } }
            .section-calculator .content-wrapper .table-wrapper .table-body .item div:nth-child(2) {
              width: 30%;
              font-weight: 700;
              text-align: start; }
              @media (max-width: 768px) {
                .section-calculator .content-wrapper .table-wrapper .table-body .item div:nth-child(2) {
                  width: 36%; } }
            .section-calculator .content-wrapper .table-wrapper .table-body .item div:nth-child(3) {
              width: 30%;
              opacity: 0.6;
              padding-left: 30px;
              text-align: start; }
              @media (max-width: 768px) {
                .section-calculator .content-wrapper .table-wrapper .table-body .item div:nth-child(3) {
                  padding-left: 15px;
                  width: 34%; } }
            @media (max-width: 768px) {
              .section-calculator .content-wrapper .table-wrapper .table-body .item div {
                font-size: 14px;
                font-weight: 400;
                line-height: 18px;
                letter-spacing: 0;
                color: #01294E; } }
          @media (max-width: 768px) {
            .section-calculator .content-wrapper .table-wrapper .table-body .item:first-child div {
              font-size: 16px; } }
          .section-calculator .content-wrapper .table-wrapper .table-body .item:not(:first-child) {
            margin-top: 45px; }
            .section-calculator .content-wrapper .table-wrapper .table-body .item:not(:first-child) div:nth-child(1) {
              display: flex;
              align-items: center;
              justify-content: space-between;
              gap: unset;
              flex-direction: unset; }
              .section-calculator .content-wrapper .table-wrapper .table-body .item:not(:first-child) div:nth-child(1)::after {
                content: ":";
                padding-right: 15px;
                font-weight: 200; }
            .section-calculator .content-wrapper .table-wrapper .table-body .item:not(:first-child) div:last-child {
              font-size: 16px;
              font-weight: 400;
              line-height: 20px;
              letter-spacing: 0;
              color: #01294E;
              padding-left: 30px; }
              @media (max-width: 768px) {
                .section-calculator .content-wrapper .table-wrapper .table-body .item:not(:first-child) div:last-child {
                  padding-left: 15px; } }
            @media (max-width: 768px) {
              .section-calculator .content-wrapper .table-wrapper .table-body .item:not(:first-child) {
                margin-top: 1rem; } }
        .section-calculator .content-wrapper .table-wrapper .table-body .button-wrapper {
          margin-top: 40px;
          font-size: 16px;
          font-weight: 300;
          line-height: 24px;
          letter-spacing: unset;
          color: #01294E;
          max-width: 400px; }
          @media (max-width: 768px) {
            .section-calculator .content-wrapper .table-wrapper .table-body .button-wrapper {
              margin-top: 40px;
              font-size: 14px;
              font-weight: 300;
              line-height: 22px;
              letter-spacing: unset;
              color: #01294E; } }
        @media (max-width: 1024px) {
          .section-calculator .content-wrapper .table-wrapper .table-body {
            border-radius: 0; } }
        @media (max-width: 768px) {
          .section-calculator .content-wrapper .table-wrapper .table-body {
            padding: 1rem 36px; } }
        @media (max-width: 375px) {
          .section-calculator .content-wrapper .table-wrapper .table-body {
            padding: 1rem 18px; } }
      .section-calculator .content-wrapper .table-wrapper .table-arrow {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: unset;
        max-width: 53px;
        max-height: 53px;
        min-width: 53px;
        min-height: 53px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: unset;
        flex-direction: unset;
        border-width: 1px;
        border-style: solid;
        border-color: #D8D8D8;
        border-radius: 50%;
        transform: translateY(-50%) translateX(-50%);
        background-color: #01294E;
        display: none; }
        @media (max-width: 1024px) {
          .section-calculator .content-wrapper .table-wrapper .table-arrow {
            position: absolute;
            top: 0;
            left: 50%;
            z-index: unset;
            transform: translateY(-50%) translateX(-50%) rotate(90deg); } }
        @media (max-width: 540px) {
          .section-calculator .content-wrapper .table-wrapper .table-arrow {
            max-width: 32px;
            max-height: 32px;
            min-width: 32px;
            min-height: 32px; } }
      @media (max-width: 1024px) {
        .section-calculator .content-wrapper .table-wrapper {
          width: 100%; } }
      @media (max-width: 540px) {
        .section-calculator .content-wrapper .table-wrapper {
          width: 100vw;
          transform: translateX(-36px); } }
      @media (max-width: 375px) {
        .section-calculator .content-wrapper .table-wrapper {
          transform: translateX(-18px); } }
    @media (max-width: 1024px) {
      .section-calculator .content-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        flex-direction: column; } }
  @media (max-width: 1024px) {
    .section-calculator {
      padding: 60px 0 40px 0; } }
  @media (max-width: 540px) {
    .section-calculator {
      padding: 2.5rem 0 0 0;
      background: #fbf3ee; } }

.section-contact {
  padding: 120px 0 0 0;
  background-color: #fff; }
  .section-contact .combined-title h2 {
    text-transform: unset; }
    @media (max-width: 992px) {
      .section-contact .combined-title h2 {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 15px; } }
  @media (max-width: 992px) {
    .section-contact .combined-title h3 {
      font-size: 24px;
      line-height: 28px; } }
  .section-contact form .iti__country-container {
    max-height: 60px !important; }
    @media (max-width: 1200px) {
      .section-contact form .iti__country-container {
        max-height: 50px !important; } }
  .section-contact form .iti .iti__selected-dial-code {
    font-size: 21px; }
    @media (max-width: 1640px) {
      .section-contact form .iti .iti__selected-dial-code {
        font-size: 18px; } }
    @media (max-width: 1200px) {
      .section-contact form .iti .iti__selected-dial-code {
        font-size: 17px; } }
  .section-contact form .iti__dropdown-content {
    left: -9px !important; }
  .section-contact form .iti__search-input {
    border: 0 !important; }
  .section-contact form input {
    border-width: 0;
    border-style: solid;
    border-color: #CECECE;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #23253F;
    font-family: 'Gilroy', sans-serif;
    padding: 0 22px;
    outline: 0;
    background-color: #F0F8FF !important;
    font-size: 21px;
    border: 1px solid #01294e2b; }
    @media (max-width: 992px) {
      .section-contact form input {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F; } }
    .section-contact form input::placeholder {
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0;
      color: #23253F;
      font-size: 21px; }
      @media (max-width: 992px) {
        .section-contact form input::placeholder {
          font-size: 16px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 0;
          color: #23253F; } }
      @media (max-width: 1640px) {
        .section-contact form input::placeholder {
          font-size: 18px; } }
    @media (max-width: 1640px) {
      .section-contact form input {
        font-size: 18px; } }
    @media (max-width: 1200px) {
      .section-contact form input {
        font-size: 17px;
        width: 100%;
        height: 50px; } }
  .section-contact form .select-wrapper {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 5px;
    width: 100%;
    height: unset;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #23253F;
    outline: 0;
    margin-top: 15px;
    font-size: 16px; }
    @media (max-width: 992px) {
      .section-contact form .select-wrapper {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F; } }
    .section-contact form .select-wrapper::placeholder {
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0;
      color: #23253F;
      font-size: 16px; }
      @media (max-width: 992px) {
        .section-contact form .select-wrapper::placeholder {
          font-size: 16px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 0;
          color: #23253F; } }
    .section-contact form .select-wrapper select {
      border: 0;
      width: 100%;
      height: 40px;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0;
      color: #23253F;
      font-size: 16px;
      padding: 0 15px;
      outline: 0;
      border-radius: 5px;
      background-color: #EEF2F5;
      -webkit-appearance: none;
      background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
      background-position: calc(100% - 20px) calc(50%), calc(100% - 15px) calc(50%);
      background-size: 5px 5px, 5px 5px, 1px 1.5em;
      background-repeat: no-repeat; }
      @media (max-width: 992px) {
        .section-contact form .select-wrapper select {
          font-size: 16px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 0;
          color: #23253F; } }
    @media (max-width: 768px) {
      .section-contact form .select-wrapper {
        margin-bottom: 15px;
        margin-top: 0; } }
  .section-contact form .iti {
    width: 100%;
    margin-top: 8px; }
    .section-contact form .iti .iti__search-input {
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .section-contact form .iti {
        margin-bottom: 10px;
        margin-top: 0; } }
  .section-contact form h3 {
    font-size: 16px;
    font-weight: unset;
    line-height: unset;
    letter-spacing: unset;
    color: unset;
    margin: 10px 0; }
    .section-contact form h3.form-title {
      margin-bottom: 12px;
      margin-top: 0; }
  .section-contact form .custom-radio {
    border-width: 0;
    border-style: solid;
    border-color: #CECECE;
    border-radius: 5px;
    width: 100%;
    height: unset;
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: unset;
    flex-direction: unset;
    cursor: pointer;
    background-color: #EEF2F5;
    padding: 6px 20px; }
    .section-contact form .custom-radio input[type="radio"] {
      display: none; }
    .section-contact form .custom-radio .radio-label {
      position: relative;
      padding-left: 30px;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0;
      color: #23253F;
      font-size: 14px; }
      @media (max-width: 992px) {
        .section-contact form .custom-radio .radio-label {
          font-size: 16px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 0;
          color: #23253F; } }
      .section-contact form .custom-radio .radio-label::before {
        content: "";
        border-width: 2px;
        border-style: solid;
        border-color: #23253D;
        border-radius: 50%;
        max-width: 16px;
        max-height: 16px;
        min-width: 16px;
        min-height: 16px;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: unset;
        transform: translateY(-50%);
        background-color: transparent;
        transition: background-color 0.3s ease, border-color 0.3s ease; }
      .section-contact form .custom-radio .radio-label::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 4.5px;
        z-index: unset;
        max-width: 11px;
        max-height: 11px;
        min-width: 11px;
        min-height: 11px;
        transform: translateY(-50%);
        background-color: #E44208;
        border-radius: 50%;
        opacity: 0;
        transition: opacity 0.3s ease; }
      @media (max-width: 768px) {
        .section-contact form .custom-radio .radio-label {
          padding-left: 35px; } }
    .section-contact form .custom-radio input[type="radio"]:checked + .radio-label::before {
      border-color: #E6E5E9; }
    .section-contact form .custom-radio input[type="radio"]:checked + .radio-label::after {
      opacity: 1; }
    @media (max-width: 1024px) {
      .section-contact form .custom-radio {
        padding: 8px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: unset;
        flex-direction: unset; } }
    @media (max-width: 768px) {
      .section-contact form .custom-radio {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: unset;
        flex-direction: unset; } }
  .section-contact form .custom-checkbox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex-direction: unset;
    margin-top: 20px;
    position: relative; }
    .section-contact form .custom-checkbox * {
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      letter-spacing: unset;
      color: #23253F; }
    .section-contact form .custom-checkbox input {
      max-width: 17px;
      max-height: 17px;
      min-width: 17px;
      min-height: 17px;
      border-width: 1px;
      border-style: solid;
      border-color: #01294E;
      border-radius: 5px;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: unset;
      column-gap: unset;
      row-gap: unset;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: unset;
      flex-direction: unset;
      color: #FFFFFF;
      padding: 0;
      margin: 0;
      margin-top: 2.5px;
      transition: all .3s;
      place-content: center;
      -webkit-appearance: none;
      appearance: none; }
      .section-contact form .custom-checkbox input::before {
        content: "";
        width: 8px;
        height: 6px;
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        transform: scale(0);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        background-color: #FFFFFF; }
      .section-contact form .custom-checkbox input:checked {
        background-color: #01294E !important;
        border: 1px solid #01294E !important; }
        .section-contact form .custom-checkbox input:checked::before {
          transform: scale(1); }
    .section-contact form .custom-checkbox .input-error-message {
      position: absolute;
      left: 0;
      bottom: 0;
      transform: translateY(100%); }
    @media (max-width: 1640px) {
      .section-contact form .custom-checkbox {
        margin-top: 15px; } }
  .section-contact form .button {
    width: 100%;
    max-width: 465px;
    height: 47px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2px;
    width: fit-content !important;
    margin: 47px auto 0 auto !important; }
    @media (max-width: 1640px) {
      .section-contact form .button {
        margin-top: 10px;
        font-size: 16px; } }
    @media (max-width: 768px) {
      .section-contact form .button {
        margin-top: 15px;
        margin: 30px auto 0 auto !important; } }
  .section-contact form .input-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-direction: unset; }
  .section-contact form .textbox-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    flex-direction: column; }
    @media (max-width: 768px) {
      .section-contact form .textbox-wrapper {
        margin-bottom: 10px; } }
  @media (max-width: 1640px) {
    .section-contact form {
      max-height: 100vh; } }
  .section-contact .content {
    width: 45%;
    max-width: 412px; }
    .section-contact .content .combined-title {
      margin-bottom: 37px; }
    @media (max-width: 992px) {
      .section-contact .content {
        width: 100%;
        max-width: unset; } }
  .section-contact .container {
    display: flex;
    gap: 120px; }
    @media (max-width: 1640px) {
      .section-contact .container {
        gap: 60px; } }
    @media (max-width: 992px) {
      .section-contact .container {
        flex-direction: column;
        align-items: center;
        gap: 0; } }
  .section-contact .image {
    width: calc(100% - 412px);
    height: 675px; }
    .section-contact .image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    @media (max-width: 1640px) {
      .section-contact .image {
        height: unset;
        transform: translateY(5px); } }
    @media (max-width: 992px) {
      .section-contact .image {
        width: 100vw; } }
  .section-contact .form-message.success, .section-contact .form-message.error {
    box-shadow: unset;
    max-width: unset;
    transform: unset;
    background: transparent; }
  @media (max-width: 1024px) {
    .section-contact {
      padding: 65px 0 0 0;
      flex-direction: column; } }

.section-products {
  padding: 80px 0 130px 0; }
  .section-products .combined-title {
    max-width: 580px;
    margin: 0 auto; }
    .section-products .combined-title h3.mobile {
      display: none; }
      @media (max-width: 1200px) {
        .section-products .combined-title h3.mobile {
          display: flex; } }
    .section-products .combined-title h3.desktop {
      display: flex; }
      @media (max-width: 1200px) {
        .section-products .combined-title h3.desktop {
          display: none; } }
  .section-products .product-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: unset;
    column-gap: 39px;
    row-gap: unset;
    margin-top: 70px; }
    .section-products .product-swiper .swiper-wrapper .product {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: unset;
      flex-direction: column;
      position: relative;
      z-index: unset;
      background-color: #01294E;
      padding: 40px 21px;
      border-radius: 5px;
      overflow: hidden;
      height: 305px;
      justify-content: end; }
      .section-products .product-swiper .swiper-wrapper .product .bg-img {
        top: 0;
        left: 0;
        z-index: 0;
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .section-products .product-swiper .swiper-wrapper .product .section-background {
        scale: 1;
        transition: all .3s;
        object-fit: contain;
        z-index: 1; }
      .section-products .product-swiper .swiper-wrapper .product .link-button {
        max-height: unset;
        min-width: unset;
        background-color: transparent;
        padding: 0;
        border: 0;
        color: #fff;
        text-decoration: underline;
        margin-top: 35.5px;
        font-weight: 400; }
        .section-products .product-swiper .swiper-wrapper .product .link-button img {
          filter: brightness(0) invert(1);
          height: 13px; }
      .section-products .product-swiper .swiper-wrapper .product::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(1, 41, 78, 0) 0%, #01294e 100%);
        transition: opacity .3s, transform .3s; }
      .section-products .product-swiper .swiper-wrapper .product:hover::before {
        opacity: 0.5; }
      .section-products .product-swiper .swiper-wrapper .product:hover h3 {
        font-weight: 500; }
      .section-products .product-swiper .swiper-wrapper .product:hover span img {
        transform: rotate(-45deg); }
      .section-products .product-swiper .swiper-wrapper .product:hover .link-button {
        font-weight: 500; }
      .section-products .product-swiper .swiper-wrapper .product .product-image {
        z-index: 2;
        display: none; }
      .section-products .product-swiper .swiper-wrapper .product h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: unset;
        color: #FFFFFF;
        z-index: 2;
        min-height: 64px; }
      .section-products .product-swiper .swiper-wrapper .product span {
        z-index: 2; }
        .section-products .product-swiper .swiper-wrapper .product span img {
          transition: all .3s; }
      @media (max-width: 540px) {
        .section-products .product-swiper .swiper-wrapper .product {
          padding: 40px;
          min-height: 295px; } }
    @media (max-width: 1024px) {
      .section-products .product-swiper .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: unset;
        column-gap: 20px;
        row-gap: 20px; } }
    @media (max-width: 540px) {
      .section-products .product-swiper .swiper-wrapper {
        display: flex;
        gap: 0;
        margin-top: 40px; } }
  @media (max-width: 540px) {
    .section-products .product-swiper {
      width: 100vw;
      transform: translateX(-36px);
      padding: 0 36px; } }
  @media (max-width: 375px) {
    .section-products .product-swiper {
      width: 100vw;
      transform: translateX(-18px);
      padding: 0 18px; } }
  .section-products .button {
    max-width: fit-content;
    margin: 60px auto 0 auto; }
    @media (max-width: 540px) {
      .section-products .button {
        margin: 40px auto 0 auto; } }
  @media (max-width: 992px) {
    .section-products {
      padding: 80px 0; } }

.shared-background-section {
  position: relative;
  padding: 0; }
  .shared-background-section .shared-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: cover; }

.section-comments-new {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .section-comments-new .container {
      overflow-x: clip; } }
  .section-comments-new .slider-wrapper {
    background-color: #F0F8FF;
    padding: 60px 100px;
    border-radius: 36px;
    z-index: 1;
    position: relative; }
    .section-comments-new .slider-wrapper .comments-title .comments-text {
      width: 50%; }
    .section-comments-new .slider-wrapper .comments-title .comments-video .video-container {
      top: 0 !important;
      transform: rotate(-10deg) translateY(-50%) !important; }
    .section-comments-new .slider-wrapper .comments-title span {
      font-size: 29px;
      font-weight: bold;
      color: #01294E; }
      @media (max-width: 768px) {
        .section-comments-new .slider-wrapper .comments-title span {
          font-size: 24px;
          line-height: 28px; } }
    .section-comments-new .slider-wrapper .comments-title h2 {
      font-size: 14px;
      line-height: 22px;
      font-weight: 300;
      color: #E44208;
      margin-top: 6px; }
      @media (max-width: 768px) {
        .section-comments-new .slider-wrapper .comments-title h2 {
          font-size: 13px;
          letter-spacing: -0.2px; } }
    .section-comments-new .slider-wrapper .comments-title .comments-video {
      height: auto;
      width: 50%;
      position: relative;
      display: none; }
      .section-comments-new .slider-wrapper .comments-title .comments-video .video-container {
        position: absolute;
        left: 50%;
        height: 450px;
        width: 307px;
        transform: translateX(-50%) translateY(-50%) rotate(-10deg);
        border-radius: 20px;
        cursor: pointer; }
        @media (max-width: 768px) {
          .section-comments-new .slider-wrapper .comments-title .comments-video .video-container {
            width: 140px;
            height: 206px;
            top: 0;
            right: -27px;
            left: unset;
            transform: rotate(-10deg) translateY(-10%); } }
        @media (min-width: 768px) {
          .section-comments-new .slider-wrapper .comments-title .comments-video .video-container {
            top: 50% !important; } }
        .section-comments-new .slider-wrapper .comments-title .comments-video .video-container .play-button {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translateX(-50%) translateY(-50%) rotate(10deg);
          max-width: 98px;
          max-height: 98px;
          min-width: 98px;
          min-height: 98px;
          z-index: 10; }
          @media (max-width: 768px) {
            .section-comments-new .slider-wrapper .comments-title .comments-video .video-container .play-button {
              max-width: 44px;
              max-height: 44px;
              min-width: 44px;
              min-height: 44px; } }
        .section-comments-new .slider-wrapper .comments-title .comments-video .video-container img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 20px; }
        .section-comments-new .slider-wrapper .comments-title .comments-video .video-container::before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background: #01294E50;
          border-radius: 20px; }
      @media (max-width: 768px) {
        .section-comments-new .slider-wrapper .comments-title .comments-video {
          width: 50%;
          display: flex; } }
    @media (max-width: 768px) {
      .section-comments-new .slider-wrapper .comments-title {
        display: flex; } }
    .section-comments-new .slider-wrapper .comment {
      display: flex;
      align-items: center; }
      .section-comments-new .slider-wrapper .comment .comments-content {
        width: 50%; }
        .section-comments-new .slider-wrapper .comment .comments-content .comments-name {
          margin: 43px auto 23px 0; }
          .section-comments-new .slider-wrapper .comment .comments-content .comments-name span {
            font-size: 21px;
            color: #01294E;
            font-weight: bold; }
          .section-comments-new .slider-wrapper .comment .comments-content .comments-name .rate {
            margin-top: 10px; }
          @media (max-width: 768px) {
            .section-comments-new .slider-wrapper .comment .comments-content .comments-name {
              margin: 24px auto 21px 0; } }
        .section-comments-new .slider-wrapper .comment .comments-content .comments-text {
          font-size: 11px;
          line-height: 19px;
          font-weight: 300;
          color: #01294E;
          margin: 23px 0 46px 0;
          max-width: 400px; }
          @media (max-width: 768px) {
            .section-comments-new .slider-wrapper .comment .comments-content .comments-text {
              margin: 21px 0 30px 0; } }
        @media (max-width: 768px) {
          .section-comments-new .slider-wrapper .comment .comments-content {
            width: 100%; } }
      .section-comments-new .slider-wrapper .comment .comments-video {
        height: auto;
        width: 50%;
        position: relative;
        display: flex; }
        .section-comments-new .slider-wrapper .comment .comments-video .video-container {
          position: absolute;
          left: 50%;
          height: 450px;
          width: 307px;
          transform: translateX(-50%) translateY(-50%) rotate(-10deg);
          border-radius: 20px;
          cursor: pointer; }
          @media (max-width: 768px) {
            .section-comments-new .slider-wrapper .comment .comments-video .video-container {
              width: 140px;
              height: 206px;
              top: 0;
              right: -27px;
              left: unset;
              transform: rotate(-10deg) translateY(-10%); } }
          @media (min-width: 768px) {
            .section-comments-new .slider-wrapper .comment .comments-video .video-container {
              top: 50% !important; } }
          .section-comments-new .slider-wrapper .comment .comments-video .video-container .play-button {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%) rotate(10deg);
            max-width: 98px;
            max-height: 98px;
            min-width: 98px;
            min-height: 98px;
            z-index: 10; }
            @media (max-width: 768px) {
              .section-comments-new .slider-wrapper .comment .comments-video .video-container .play-button {
                max-width: 44px;
                max-height: 44px;
                min-width: 44px;
                min-height: 44px; } }
          .section-comments-new .slider-wrapper .comment .comments-video .video-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px; }
          .section-comments-new .slider-wrapper .comment .comments-video .video-container::before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: #01294E50;
            border-radius: 20px; }
        @media (max-width: 768px) {
          .section-comments-new .slider-wrapper .comment .comments-video {
            width: 0%;
            display: none; } }
    .section-comments-new .slider-wrapper .swiper {
      overflow: unset !important; }
      .section-comments-new .slider-wrapper .swiper .swiper-wrapper .swiper-slide {
        opacity: 0;
        transition: all .1s; }
        .section-comments-new .slider-wrapper .swiper .swiper-wrapper .swiper-slide-active {
          opacity: 1; }
    .section-comments-new .slider-wrapper .swiper-pagination {
      width: fit-content !important;
      position: relative;
      bottom: unset !important;
      left: unset !important; }
      .section-comments-new .slider-wrapper .swiper-pagination-bullet {
        border: 1px solid #01294E83;
        background-color: transparent;
        max-width: 10px;
        max-height: 10px;
        min-width: 10px;
        min-height: 10px; }
        .section-comments-new .slider-wrapper .swiper-pagination-bullet-active {
          background-color: #01294E83;
          border: 1px solid transparent; }
    @media (max-width: 992px) {
      .section-comments-new .slider-wrapper {
        padding: 35px 27px 32px 17px; } }
  .section-comments-new::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: unset;
    width: 100%;
    height: 50%;
    background-color: #fff;
    z-index: 0; }

.section-campaigns {
  padding: 120px 0 170px 0;
  background-color: #01294E; }
  .section-campaigns .container {
    padding: 0; }
    .section-campaigns .container .campaings-swiper {
      position: relative;
      margin-top: 60px; }
      .section-campaigns .container .campaings-swiper .swiper-wrapper .campaing:hover .link-button img {
        transform: translateX(5px); }
      .section-campaigns .container .campaings-swiper .swiper-wrapper .campaing .link-button {
        max-height: unset;
        min-width: unset;
        background-color: transparent;
        padding: 0;
        border: 0;
        color: #fff;
        text-decoration: underline; }
        .section-campaigns .container .campaings-swiper .swiper-wrapper .campaing .link-button img {
          filter: brightness(0) invert(1); }
      .section-campaigns .container .campaings-swiper .swiper-wrapper .campaing .image {
        height: 235px;
        position: relative;
        z-index: unset; }
        .section-campaigns .container .campaings-swiper .swiper-wrapper .campaing .image .label {
          position: absolute;
          top: 15px;
          left: unset;
          bottom: unset;
          right: 15px;
          z-index: unset;
          font-size: 16px;
          font-weight: 300;
          line-height: 24px;
          letter-spacing: unset;
          color: #23253F;
          background-color: #EAF0F6;
          padding: 5px 16px;
          border-radius: 25px;
          display: none !important; }
        .section-campaigns .container .campaings-swiper .swiper-wrapper .campaing .image img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; }
      .section-campaigns .container .campaings-swiper .swiper-wrapper .campaing .text {
        padding: 24px 20px;
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #ffffff1f;
        border-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
        .section-campaigns .container .campaings-swiper .swiper-wrapper .campaing .text h3 {
          font-size: 20px;
          font-weight: 300;
          line-height: 28px;
          letter-spacing: unset;
          color: #FFFFFF;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          min-height: 56px;
          margin-bottom: 63px; }
        .section-campaigns .container .campaings-swiper .swiper-wrapper .campaing .text span {
          font-size: 16px;
          font-weight: 200;
          line-height: 24px;
          letter-spacing: -0.5px;
          color: #FFFFFF;
          display: none; }
        .section-campaigns .container .campaings-swiper .swiper-wrapper .campaing .text-bottom {
          display: flex;
          justify-content: space-between; }
          .section-campaigns .container .campaings-swiper .swiper-wrapper .campaing .text-bottom .link-button {
            z-index: 2; }
            .section-campaigns .container .campaings-swiper .swiper-wrapper .campaing .text-bottom .link-button img {
              padding-left: 10px;
              transition: all .3s; }
      .section-campaigns .container .campaings-swiper .swiper-arrows {
        height: 45px;
        margin-top: 40px; }
        .section-campaigns .container .campaings-swiper .swiper-arrows .swiper-button-next,
        .section-campaigns .container .campaings-swiper .swiper-arrows .swiper-button-prev {
          position: absolute;
          top: unset;
          left: 50%;
          bottom: 0;
          right: unset;
          z-index: unset;
          max-width: 45px;
          max-height: 45px;
          min-width: 45px;
          min-height: 45px;
          background-color: white;
          border-radius: 50%; }
          .section-campaigns .container .campaings-swiper .swiper-arrows .swiper-button-next img,
          .section-campaigns .container .campaings-swiper .swiper-arrows .swiper-button-prev img {
            max-height: 13px; }
          .section-campaigns .container .campaings-swiper .swiper-arrows .swiper-button-next::after,
          .section-campaigns .container .campaings-swiper .swiper-arrows .swiper-button-prev::after {
            display: none; }
        .section-campaigns .container .campaings-swiper .swiper-arrows .swiper-button-next {
          position: absolute;
          top: unset;
          left: calc(50% + 10px);
          bottom: 0;
          right: unset;
          z-index: unset;
          transform: translateX(0%); }
        .section-campaigns .container .campaings-swiper .swiper-arrows .swiper-button-prev {
          position: absolute;
          top: unset;
          left: calc(50% - 10px);
          bottom: 0;
          right: unset;
          z-index: unset;
          transform: translateX(-100%); }
          .section-campaigns .container .campaings-swiper .swiper-arrows .swiper-button-prev img {
            transform: rotate(180deg); }
        @media (max-width: 992px) {
          .section-campaigns .container .campaings-swiper .swiper-arrows {
            margin-top: 30px; } }
      @media (max-width: 992px) {
        .section-campaigns .container .campaings-swiper {
          padding-left: 36px;
          padding-right: 36px; } }
      @media (max-width: 375px) {
        .section-campaigns .container .campaings-swiper {
          padding-left: 18px;
          padding-right: 18px; } }
    .section-campaigns .container .button {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: unset;
      flex-direction: unset;
      max-width: fit-content;
      margin: 60px auto 0 auto; }
      .section-campaigns .container .button:hover {
        border: 1px solid #FFFFFF; }
      @media (max-width: 992px) {
        .section-campaigns .container .button {
          margin: 30px auto 0 auto; } }
    .section-campaigns .container .combined-title {
      max-width: 600px;
      margin: 0 auto; }
      @media (max-width: 992px) {
        .section-campaigns .container .combined-title {
          padding-left: 36px;
          padding-right: 36px; } }
      @media (max-width: 375px) {
        .section-campaigns .container .combined-title {
          padding-left: 18px;
          padding-right: 18px; } }
  @media (max-width: 992px) {
    .section-campaigns {
      padding: 0 0 80px 0; } }

.section-who {
  position: relative;
  z-index: unset;
  background-color: #EFF2F5;
  padding: 90px 0;
  overflow: hidden;
  display: none; }
  .section-who .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: unset;
    flex-direction: unset; }
    .section-who .container .section-shape {
      position: absolute;
      top: unset;
      left: 0;
      bottom: 0;
      z-index: unset;
      transform: translateX(-170px) translateY(120px); }
      @media (max-width: 1024px) {
        .section-who .container .section-shape {
          display: none; } }
    .section-who .container .content {
      width: 55%; }
      .section-who .container .content .button {
        max-width: fit-content;
        margin: 80px 0 0 0; }
        @media (max-width: 1024px) {
          .section-who .container .content .button {
            margin: 40px 0 0 0; } }
      .section-who .container .content p {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F;
        margin: 60px 0 120px 0; }
        @media (max-width: 992px) {
          .section-who .container .content p {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0;
            color: #23253F; } }
        @media (max-width: 1024px) {
          .section-who .container .content p {
            margin: 60px 0 40px 0; } }
        @media (max-width: 768px) {
          .section-who .container .content p {
            margin: 30px 0 40px 0; } }
      @media (max-width: 1024px) {
        .section-who .container .content {
          width: 100%; } }
    .section-who .container .image {
      transform: translateY(135px) translateX(185px);
      position: absolute;
      top: unset;
      left: unset;
      bottom: 0;
      right: 0;
      z-index: unset; }
      .section-who .container .image img {
        height: 100%;
        width: 100%; }
      @media (max-width: 1024px) {
        .section-who .container .image {
          width: 100%;
          position: relative;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          z-index: unset;
          transform: unset;
          margin: 40px 0 60px 0; } }
    .section-who .container .icons {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: unset;
      column-gap: 60px;
      row-gap: 60px; }
      .section-who .container .icons .item .icon {
        max-width: 45px;
        max-height: 45px;
        min-width: 45px;
        min-height: 45px; }
        .section-who .container .icons .item .icon img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      .section-who .container .icons .item h2 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F;
        margin-top: 15px;
        max-width: 200px; }
        @media (max-width: 992px) {
          .section-who .container .icons .item h2 {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0;
            color: #23253F; } }
      .section-who .container .icons.mobile {
        display: none; }
        @media (max-width: 1024px) {
          .section-who .container .icons.mobile {
            display: grid; } }
      @media (max-width: 1024px) {
        .section-who .container .icons {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: unset;
          column-gap: 30px;
          row-gap: 30px;
          display: none; } }
      @media (max-width: 540px) {
        .section-who .container .icons {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: unset;
          column-gap: 36px;
          row-gap: 50px;
          display: none; } }
    @media (max-width: 1024px) {
      .section-who .container {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
        flex-direction: column; } }
  @media (max-width: 1024px) {
    .section-who {
      padding: 80px 0; } }

.section-sustainability {
  padding: 160px 0; }
  .section-sustainability .container .combined-title {
    max-width: 680px;
    margin: 0 auto; }
  .section-sustainability .container .content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-direction: unset; }
    .section-sustainability .container .content-wrapper h3 {
      margin: 85px 0 30px 0;
      font-size: 28px;
      font-weight: 400;
      line-height: 46px;
      letter-spacing: -1px;
      color: #013560; }
      .section-sustainability .container .content-wrapper h3:first-child {
        margin-top: 40px; }
      @media (max-width: 540px) {
        .section-sustainability .container .content-wrapper h3 {
          margin: 65px 0 40px 0; } }
    .section-sustainability .container .content-wrapper .investor-relations {
      width: 50%; }
      .section-sustainability .container .content-wrapper .investor-relations .content {
        background-color: #F5F7FB;
        padding: 30px 25px 40px;
        border-radius: 10px; }
        .section-sustainability .container .content-wrapper .investor-relations .content .image {
          height: 305px; }
          .section-sustainability .container .content-wrapper .investor-relations .content .image img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            border-radius: 5px; }
          @media (max-width: 1024px) {
            .section-sustainability .container .content-wrapper .investor-relations .content .image {
              height: 200px; } }
          @media (max-width: 768px) {
            .section-sustainability .container .content-wrapper .investor-relations .content .image {
              height: 305px; } }
        .section-sustainability .container .content-wrapper .investor-relations .content .text {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: unset;
          column-gap: unset;
          row-gap: unset;
          position: relative;
          z-index: unset;
          margin: 25px 0;
          height: 190px; }
          .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 15px;
            flex-direction: unset;
            position: relative;
            z-index: unset;
            padding: 20px 0; }
            .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item h4 {
              font-size: 18px;
              font-weight: 400;
              line-height: 26px;
              letter-spacing: 0;
              color: #283164; }
            .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item .icon {
              max-width: 37px;
              max-height: 37px;
              min-width: 37px;
              min-height: 37px;
              display: flex;
              align-items: center;
              justify-content: center;
              gap: unset;
              flex-direction: unset;
              background-color: #FFFFFF;
              border-radius: 50%; }
            @media (max-width: 1024px) {
              .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item:nth-child(1), .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item:nth-child(3) {
                padding-right: 15px; } }
            .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item:nth-child(2), .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item:nth-child(4) {
              padding-left: 35px; }
              @media (max-width: 1024px) {
                .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item:nth-child(2), .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item:nth-child(4) {
                  padding-left: 15px; } }
              @media (max-width: 540px) {
                .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item:nth-child(2), .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item:nth-child(4) {
                  padding-left: 0; } }
            .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item:first-child {
              border-width: 0 1px 1px 0;
              border-style: solid;
              border-color: #A2BCE250;
              border-radius: 0; }
              @media (max-width: 540px) {
                .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item:first-child {
                  border-width: 0;
                  border-style: solid;
                  border-color: #D8D8D8;
                  border-radius: 0;
                  border-bottom: 1px solid #A2BCE250; } }
            .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item:last-child {
              border-width: 1px 0 0 1px;
              border-style: solid;
              border-color: #A2BCE250;
              border-radius: 0;
              transform: translateX(-1px) translateY(-1px); }
              @media (max-width: 540px) {
                .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item:last-child {
                  border-width: 0;
                  border-style: solid;
                  border-color: #D8D8D8;
                  border-radius: 0; } }
            @media (max-width: 540px) {
              .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item {
                border-bottom: 1px solid #A2BCE250; }
                .section-sustainability .container .content-wrapper .investor-relations .content .text .text-item:last-child {
                  border-bottom: 0; } }
          .section-sustainability .container .content-wrapper .investor-relations .content .text::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            bottom: unset;
            right: unset;
            z-index: 1;
            max-width: 27px;
            max-height: 27px;
            min-width: 27px;
            min-height: 27px;
            transform: translateX(-50%) translateY(-50%);
            background-color: #F5F7FB; }
            @media (max-width: 540px) {
              .section-sustainability .container .content-wrapper .investor-relations .content .text::before {
                display: none; } }
          @media (max-width: 540px) {
            .section-sustainability .container .content-wrapper .investor-relations .content .text {
              display: grid;
              grid-template-columns: repeat(1, 1fr);
              gap: unset;
              column-gap: unset;
              row-gap: unset;
              height: unset; } }
        .section-sustainability .container .content-wrapper .investor-relations .content .button {
          max-width: fit-content; }
        @media (max-width: 540px) {
          .section-sustainability .container .content-wrapper .investor-relations .content {
            padding: 15px 15px 30px; } }
      @media (max-width: 768px) {
        .section-sustainability .container .content-wrapper .investor-relations {
          width: 100%; } }
    .section-sustainability .container .content-wrapper .sustainability {
      width: 50%; }
      .section-sustainability .container .content-wrapper .sustainability .content {
        position: relative;
        z-index: unset;
        height: 665px;
        overflow: hidden;
        border-radius: 10px; }
        .section-sustainability .container .content-wrapper .sustainability .content .section-background {
          border-radius: 10px;
          transition: all .3s; }
        .section-sustainability .container .content-wrapper .sustainability .content .text {
          position: absolute;
          top: 0;
          left: 0;
          bottom: unset;
          right: unset;
          z-index: 1;
          display: flex;
          align-items: flex-start;
          justify-content: flex-end;
          gap: 20px;
          flex-direction: column;
          width: 100%;
          height: 100%;
          padding: 50px 40px; }
          .section-sustainability .container .content-wrapper .sustainability .content .text h4 {
            font-size: 28px;
            font-weight: 400;
            line-height: 46px;
            letter-spacing: -1px;
            color: #FFFFFF;
            position: relative;
            z-index: unset;
            z-index: 1; }
            @media (max-width: 768px) {
              .section-sustainability .container .content-wrapper .sustainability .content .text h4 {
                font-size: 20px;
                font-weight: 400;
                line-height: 24px;
                letter-spacing: 0;
                color: #FFFFFF; } }
          .section-sustainability .container .content-wrapper .sustainability .content .text .button {
            position: relative;
            z-index: unset;
            z-index: 1; }
          .section-sustainability .container .content-wrapper .sustainability .content .text::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: unset;
            right: unset;
            z-index: 0;
            width: 100%;
            height: 100%;
            user-select: none;
            pointer-events: none;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 100%);
            border-radius: 10px; }
          @media (max-width: 540px) {
            .section-sustainability .container .content-wrapper .sustainability .content .text {
              padding: 15px 20px; } }
        .section-sustainability .container .content-wrapper .sustainability .content:hover .section-background {
          scale: 1.1; }
        @media (max-width: 1024px) {
          .section-sustainability .container .content-wrapper .sustainability .content {
            height: 560px; } }
        @media (max-width: 540px) {
          .section-sustainability .container .content-wrapper .sustainability .content {
            height: 440px; } }
      @media (max-width: 768px) {
        .section-sustainability .container .content-wrapper .sustainability {
          width: 100%; } }
    @media (max-width: 768px) {
      .section-sustainability .container .content-wrapper {
        flex-direction: column; } }
  @media (max-width: 768px) {
    .section-sustainability {
      padding: 60px 0; } }

.section-faq {
  background-color: #EFF2F5;
  padding: 120px 0 70px 0; }
  .section-faq .section-desc {
    max-width: 880px;
    margin: 40px auto 80px auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #23253F;
    text-align: center; }
    @media (max-width: 992px) {
      .section-faq .section-desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F; } }
  .section-faq .accordion-wrapper {
    position: relative;
    z-index: unset;
    display: block; }
    .section-faq .accordion-wrapper .accordion {
      position: relative;
      z-index: unset;
      display: block;
      padding: 20px 0 23px 0;
      border-bottom: 0.1px solid rgba(1, 41, 78, 0.1); }
      .section-faq .accordion-wrapper .accordion .title {
        position: relative;
        z-index: unset;
        display: flex;
        align-items: center;
        justify-content: unset;
        gap: 20px;
        flex-direction: unset;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.01em;
        color: #01294e;
        cursor: pointer; }
        .section-faq .accordion-wrapper .accordion .title .text {
          max-width: calc(100% - 80px); }
        .section-faq .accordion-wrapper .accordion .title .number {
          font-size: 18px;
          font-weight: 400;
          line-height: 1;
          letter-spacing: 0;
          color: #eff2f5;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 0;
          flex-direction: unset;
          width: 33px;
          height: 33px;
          flex-shrink: 0;
          border-radius: 8px;
          background: #01294e; }
        .section-faq .accordion-wrapper .accordion .title::after {
          content: '';
          border-width: 0 2px 2px 0;
          border-style: solid;
          border-color: #E44208;
          border-radius: 0;
          position: absolute;
          top: 50%;
          left: unset;
          bottom: unset;
          right: 0;
          z-index: unset;
          display: inline-block;
          margin: unset 0 unset auto;
          padding: 4px;
          transform: rotate(45deg);
          flex-shrink: 0; }
        @media (max-width: 992px) {
          .section-faq .accordion-wrapper .accordion .title {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: -0.01em;
            color: #01294e; } }
      .section-faq .accordion-wrapper .accordion .description {
        position: relative;
        z-index: unset;
        width: 100%;
        height: auto;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F;
        border-radius: 0px 0px 12px 12px;
        background: #fff;
        overflow-y: hidden;
        max-height: 0;
        margin-top: 0;
        padding: 0 30px;
        transition: all 0.3s ease; }
        @media (max-width: 992px) {
          .section-faq .accordion-wrapper .accordion .description {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0;
            color: #23253F; } }
      .section-faq .accordion-wrapper .accordion.active .title {
        font-weight: 500; }
        .section-faq .accordion-wrapper .accordion.active .title .number {
          background-color: #E44208;
          color: #FFFFFF; }
        .section-faq .accordion-wrapper .accordion.active .title:after {
          transform: rotate(-135deg); }
      .section-faq .accordion-wrapper .accordion.active .description {
        max-height: 500px;
        padding: 30px;
        margin-top: 24px; }
        @media (max-width: 992px) {
          .section-faq .accordion-wrapper .accordion.active .description {
            padding: 20px; } }
  .section-faq .button {
    max-width: fit-content;
    margin: 60px auto 0 auto; }
  @media (max-width: 992px) {
    .section-faq {
      padding: 80px 0; } }

.section-blog {
  padding: 160px 0; }
  .section-blog .container .header-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: unset;
    flex-direction: unset; }
    .section-blog .container .header-wrapper .combined-title {
      max-width: 530px; }
    .section-blog .container .header-wrapper .link-button {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      flex-direction: unset;
      font-size: 18px;
      font-weight: 500;
      line-height: 18px;
      letter-spacing: 0;
      color: #fff;
      transition: all .3s; }
      .section-blog .container .header-wrapper .link-button:hover img {
        transform: translateX(5px); }
      .section-blog .container .header-wrapper .link-button img {
        filter: brightness(0) invert(1); }
      @media (max-width: 768px) {
        .section-blog .container .header-wrapper .link-button {
          display: none; } }
  .section-blog .container .blog-swiper {
    margin-top: 70px;
    padding: 1px;
    position: relative;
    z-index: unset; }
    .section-blog .container .blog-swiper .swiper-wrapper .swiper-slide {
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
      .section-blog .container .blog-swiper .swiper-wrapper .swiper-slide .image {
        height: 250px;
        position: relative;
        overflow: hidden; }
        .section-blog .container .blog-swiper .swiper-wrapper .swiper-slide .image img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          transition: all .3s; }
        .section-blog .container .blog-swiper .swiper-wrapper .swiper-slide .image span {
          position: absolute;
          top: unset;
          left: unset;
          bottom: 0;
          right: 0;
          z-index: unset;
          font-size: 16px;
          font-weight: 400;
          line-height: 26px;
          letter-spacing: unset;
          color: #747474;
          padding: 20px 15px;
          background-color: #EFF2F5;
          display: none; }
          @media (max-width: 992px) {
            .section-blog .container .blog-swiper .swiper-wrapper .swiper-slide .image span {
              font-size: 14px;
              font-weight: 400;
              line-height: 26px;
              letter-spacing: unset;
              color: #747474; } }
      .section-blog .container .blog-swiper .swiper-wrapper .swiper-slide .content {
        padding: 40px 20px; }
        .section-blog .container .blog-swiper .swiper-wrapper .swiper-slide .content h3 {
          font-size: 20px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: unset;
          color: #01294E;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          min-height: 84px; }
        .section-blog .container .blog-swiper .swiper-wrapper .swiper-slide .content p {
          font-size: 16px;
          font-weight: 400;
          line-height: 22px;
          letter-spacing: unset;
          color: #23253D;
          margin: 10px 0 30px 0;
          min-height: 132px;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
          @media (max-width: 1024px) {
            .section-blog .container .blog-swiper .swiper-wrapper .swiper-slide .content p {
              margin: 25px 0; } }
        .section-blog .container .blog-swiper .swiper-wrapper .swiper-slide .content button {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: 15px;
          flex-direction: unset; }
          .section-blog .container .blog-swiper .swiper-wrapper .swiper-slide .content button img {
            transition: all .3s; }
      .section-blog .container .blog-swiper .swiper-wrapper .swiper-slide:hover .image img {
        scale: 1.1; }
      .section-blog .container .blog-swiper .swiper-wrapper .swiper-slide:hover .content button img {
        transform: translateX(5px); }
    @media (max-width: 768px) {
      .section-blog .container .blog-swiper .swiper-wrapper {
        padding: 10px 0; } }
    .section-blog .container .blog-swiper .swiper-arrows {
      height: 45px;
      margin-top: 40px;
      display: none; }
      .section-blog .container .blog-swiper .swiper-arrows .swiper-button-next,
      .section-blog .container .blog-swiper .swiper-arrows .swiper-button-prev {
        position: absolute;
        top: unset;
        left: 50%;
        bottom: 0;
        right: unset;
        z-index: unset;
        max-width: 45px;
        max-height: 45px;
        min-width: 45px;
        min-height: 45px;
        background-color: #01294E;
        border-radius: 50%; }
        .section-blog .container .blog-swiper .swiper-arrows .swiper-button-next img,
        .section-blog .container .blog-swiper .swiper-arrows .swiper-button-prev img {
          max-height: 13px; }
        .section-blog .container .blog-swiper .swiper-arrows .swiper-button-next::after,
        .section-blog .container .blog-swiper .swiper-arrows .swiper-button-prev::after {
          display: none; }
      .section-blog .container .blog-swiper .swiper-arrows .swiper-button-next {
        position: absolute;
        top: unset;
        left: calc(50% + 10px);
        bottom: 0;
        right: unset;
        z-index: unset;
        transform: translateX(50%); }
        .section-blog .container .blog-swiper .swiper-arrows .swiper-button-next img {
          transform: rotate(180deg); }
      .section-blog .container .blog-swiper .swiper-arrows .swiper-button-prev {
        position: absolute;
        top: unset;
        left: calc(50% - 10px);
        bottom: 0;
        right: unset;
        z-index: unset;
        transform: translateX(-50%); }
      @media (max-width: 992px) {
        .section-blog .container .blog-swiper .swiper-arrows {
          display: none; } }
    @media (max-width: 992px) {
      .section-blog .container .blog-swiper {
        margin-top: 40px;
        width: 100vw;
        transform: translateX(-36px);
        padding: 0 36px; } }
    @media (max-width: 375px) {
      .section-blog .container .blog-swiper {
        transform: translateX(-18px);
        padding: 0 18px; } }
  .section-blog .container .button.mobile {
    display: none; }
    @media (max-width: 992px) {
      .section-blog .container .button.mobile {
        display: flex;
        margin: 40px auto 0 auto; } }
  .section-blog .link-button {
    padding: 0;
    border: 0;
    text-decoration: underline;
    color: #E44208 !important;
    font-family: 'Gilroy' !important;
    background-color: unset !important; }
    .section-blog .link-button:hover {
      background-color: unset !important; }
  @media (max-width: 992px) {
    .section-blog {
      padding: 80px 0; } }

.whatsapp-icon {
  display: flex; }

@media (max-width: 1200px) {
  .section-form {
    display: none !important; } }
