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-media-center {
  padding: 85px 0 160px 0;
  position: relative; }
  .section-media-center .section-shape {
    position: absolute;
    top: 0;
    left: unset;
    bottom: unset;
    right: 0;
    z-index: unset;
    max-height: 333px;
    transform: rotateY(180deg) translateX(-20px); }
    @media (max-width: 992px) {
      .section-media-center .section-shape {
        display: none; } }
  .section-media-center .header-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    flex-direction: unset;
    margin-bottom: 75px; }
    .section-media-center .header-wrapper .combined-title {
      width: 45%; }
      @media (max-width: 992px) {
        .section-media-center .header-wrapper .combined-title {
          width: 100%; } }
    .section-media-center .header-wrapper p {
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0;
      color: #23253F;
      font-size: 18px !important; }
      @media (max-width: 992px) {
        .section-media-center .header-wrapper p {
          font-size: 16px;
          font-weight: 400;
          line-height: 28px;
          letter-spacing: 0;
          color: #23253F; } }
      @media (max-width: 992px) {
        .section-media-center .header-wrapper p {
          width: 100%; } }
    @media (max-width: 1024px) {
      .section-media-center .header-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 35px;
        flex-direction: unset;
        margin-bottom: 35px; } }
    @media (max-width: 992px) {
      .section-media-center .header-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 35px;
        flex-direction: column; } }
  .section-media-center .media-center-tabs {
    position: relative;
    z-index: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-direction: unset;
    border-bottom: 1px solid #dedede;
    margin-bottom: 80px; }
    .section-media-center .media-center-tabs .tab-item {
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 0;
      color: #01294E;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      flex-direction: unset;
      position: relative;
      z-index: unset;
      padding: 15px 40px;
      flex-shrink: 0;
      opacity: 0.4; }
      .section-media-center .media-center-tabs .tab-item span {
        display: flex;
        align-items: unset;
        justify-content: unset;
        gap: unset;
        flex-direction: unset;
        flex-shrink: 0; }
      .section-media-center .media-center-tabs .tab-item.active {
        opacity: 1; }
        .section-media-center .media-center-tabs .tab-item.active:after {
          content: '';
          position: absolute;
          top: unset;
          left: 0;
          bottom: -1px;
          right: unset;
          z-index: unset;
          width: 100%;
          height: 2px;
          display: block;
          background-color: #01294E; }
      .section-media-center .media-center-tabs .tab-item:hover {
        opacity: 1; }
      @media (max-width: 992px) {
        .section-media-center .media-center-tabs .tab-item {
          display: none; } }
    .section-media-center .media-center-tabs .tab-dropdown {
      display: none;
      width: 100%;
      position: relative; }
      .section-media-center .media-center-tabs .tab-dropdown .tab-dropdown-button {
        width: 100%;
        background-color: #01294E;
        color: white;
        padding: 0 20px;
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: unset;
        flex-direction: unset; }
      .section-media-center .media-center-tabs .tab-dropdown .tab-dropdown-menu {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
        flex-direction: column;
        max-height: 0;
        width: 100%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        overflow: auto;
        transition: all .3s;
        position: absolute;
        left: 0;
        top: 70px;
        z-index: 120;
        background: white; }
        .section-media-center .media-center-tabs .tab-dropdown .tab-dropdown-menu .dropdown-item {
          min-height: 60px;
          padding: 0 25px;
          display: flex;
          align-items: center;
          justify-content: unset;
          gap: unset;
          flex-direction: unset;
          font-weight: 500;
          color: #1E252B;
          width: 100%;
          font-size: 16px; }
          .section-media-center .media-center-tabs .tab-dropdown .tab-dropdown-menu .dropdown-item:hover, .section-media-center .media-center-tabs .tab-dropdown .tab-dropdown-menu .dropdown-item.active {
            background-color: #F1F1F1; }
          .section-media-center .media-center-tabs .tab-dropdown .tab-dropdown-menu .dropdown-item:not(:last-child) {
            border-bottom: 1px solid #E6E6E6; }
      .section-media-center .media-center-tabs .tab-dropdown.active .tab-dropdown-menu {
        max-height: 320px; }
      .section-media-center .media-center-tabs .tab-dropdown.active .tab-dropdown-button img {
        transform: rotate(180deg); }
      @media (max-width: 992px) {
        .section-media-center .media-center-tabs .tab-dropdown {
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          gap: 0;
          flex-direction: column; } }
  .section-media-center .news-container {
    position: relative;
    z-index: unset;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    column-gap: 26px;
    row-gap: 60px; }
    .section-media-center .news-container .item {
      position: relative;
      z-index: unset;
      display: block;
      height: 560.2px;
      background: #fff;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16); }
      .section-media-center .news-container .item .visual {
        position: relative;
        z-index: unset;
        width: 100%;
        height: 250px;
        display: block;
        overflow: hidden;
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16); }
        .section-media-center .news-container .item .visual img {
          position: relative;
          top: unset;
          left: unset;
          bottom: unset;
          right: unset;
          z-index: 1;
          transition: 300ms all ease-in-out; }
        .section-media-center .news-container .item .visual .dateinfo {
          position: absolute;
          top: unset;
          left: unset;
          bottom: 0;
          right: 0;
          z-index: 2;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 0;
          flex-direction: unset;
          font-size: 16px;
          font-weight: 400;
          line-height: 1;
          letter-spacing: 0;
          color: #23253d;
          width: unset;
          height: 57px;
          background: #eff2f5;
          padding: 0 15px;
          display: none; }
          @media (max-width: 992px) {
            .section-media-center .news-container .item .visual .dateinfo {
              font-size: 14px;
              font-weight: 400;
              line-height: 1;
              letter-spacing: 0;
              color: #23253d; } }
        .section-media-center .news-container .item .visual:hover img {
          transform: scale(1.1); }
      .section-media-center .news-container .item .textpanel {
        position: relative;
        display: block;
        height: calc(100% - 250px);
        padding: 40px 20px; }
        .section-media-center .news-container .item .textpanel .title {
          font-size: 20px;
          font-weight: 500;
          line-height: 28px;
          letter-spacing: 0;
          color: #01294E;
          width: 100%;
          height: 56px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-bottom: 25px; }
        .section-media-center .news-container .item .textpanel .description {
          font-size: 16px;
          font-weight: 400;
          line-height: 22px;
          letter-spacing: 0;
          color: #23253d;
          width: 100%;
          height: 66px;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-bottom: 60px; }
          @media (max-width: 992px) {
            .section-media-center .news-container .item .textpanel .description {
              margin-bottom: 50px; } }
        .section-media-center .news-container .item .textpanel .detail {
          font-size: 18px;
          font-weight: 500;
          line-height: 24px;
          letter-spacing: 0;
          color: #E44208;
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 17px;
          flex-direction: unset;
          transition: 300ms all ease-in-out; }
          .section-media-center .news-container .item .textpanel .detail .link-button {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
            flex-direction: unset; }
            .section-media-center .news-container .item .textpanel .detail .link-button:hover {
              display: flex;
              align-items: center;
              justify-content: unset;
              gap: 25px;
              flex-direction: unset; }
          .section-media-center .news-container .item .textpanel .detail span {
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: unset;
            color: #747474; }
            @media (max-width: 992px) {
              .section-media-center .news-container .item .textpanel .detail span {
                font-size: 14px;
                font-weight: 400;
                line-height: 26px;
                letter-spacing: unset;
                color: #747474; } }
    @media (max-width: 1024px) {
      .section-media-center .news-container {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px; } }
    @media (max-width: 768px) {
      .section-media-center .news-container {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px; } }
    @media (max-width: 540px) {
      .section-media-center .news-container {
        grid-template-columns: repeat(1, 1fr); } }
  .section-media-center .films-container {
    position: relative;
    z-index: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    column-gap: 26px;
    row-gap: 60px; }
    .section-media-center .films-container .video-card .video-wrapper {
      position: relative;
      height: 330px; }
      .section-media-center .films-container .video-card .video-wrapper video {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .section-media-center .films-container .video-card .video-wrapper .play-toggle {
        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;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: unset;
        transform: translateX(-50%) translateY(-50%);
        background-color: #FFFFFF;
        border-radius: 50%;
        border: 2px solid #D3DDE5;
        outline: 10px solid rgba(255, 255, 255, 0.3);
        cursor: pointer; }
        .section-media-center .films-container .video-card .video-wrapper .play-toggle.playing {
          display: none; }
      .section-media-center .films-container .video-card .video-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: unset;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        pointer-events: none;
        user-select: none; }
      @media (max-width: 1024px) {
        .section-media-center .films-container .video-card .video-wrapper {
          height: 210px; } }
    .section-media-center .films-container .video-card h3 {
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      letter-spacing: 0;
      color: #23253F;
      margin-top: 30px; }
    .section-media-center .films-container .video-card.playing .video-wrapper::before {
      display: none; }
    @media (max-width: 1024px) {
      .section-media-center .films-container {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px; } }
    @media (max-width: 768px) {
      .section-media-center .films-container {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 40px; } }
    @media (max-width: 540px) {
      .section-media-center .films-container {
        grid-template-columns: repeat(1, 1fr); } }
  .section-media-center .magazine-container {
    position: relative;
    z-index: unset;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    column-gap: 15px;
    row-gap: 40px; }
    .section-media-center .magazine-container .magazine-card {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 25px;
      flex-direction: column;
      position: relative;
      cursor: pointer; }
      .section-media-center .magazine-container .magazine-card .counter {
        width: 100%;
        text-align: end;
        font-size: 120px;
        font-weight: 500;
        line-height: 120px;
        letter-spacing: -5px;
        color: #01294E;
        opacity: 0.5;
        background: -webkit-linear-gradient(#fff, #084257);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media (max-width: 992px) {
          .section-media-center .magazine-container .magazine-card .counter {
            font-size: 80px;
            font-weight: 100;
            line-height: 80px;
            letter-spacing: 0;
            color: #01294E; } }
      .section-media-center .magazine-container .magazine-card .content-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: unset;
        flex-direction: unset;
        width: calc(100% - 60px);
        padding-left: 15px;
        display: none !important; }
        .section-media-center .magazine-container .magazine-card .content-wrapper h3 {
          font-size: 24px;
          font-weight: 500;
          line-height: 38px;
          letter-spacing: -1px;
          color: #01294E; }
          @media (max-width: 992px) {
            .section-media-center .magazine-container .magazine-card .content-wrapper h3 {
              font-size: 20px;
              font-weight: 500;
              line-height: 28px;
              letter-spacing: -0.5px;
              color: #01294E; } }
        .section-media-center .magazine-container .magazine-card .content-wrapper a {
          max-width: 50px;
          max-height: 50px;
          min-width: 50px;
          min-height: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: unset;
          flex-direction: unset;
          background-color: #FFFFFF;
          border-radius: 50%; }
      .section-media-center .magazine-container .magazine-card .image-wrapper {
        height: 420px;
        width: calc(100% - 45px); }
        .section-media-center .magazine-container .magazine-card .image-wrapper img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          border-radius: 5px; }
        @media (max-width: 992px) {
          .section-media-center .magazine-container .magazine-card .image-wrapper {
            height: 375px; } }
      .section-media-center .magazine-container .magazine-card::after {
        content: "";
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(1, 41, 78, 0.68) 100%);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: unset;
        right: unset;
        z-index: -1;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
    @media (max-width: 1024px) {
      .section-media-center .magazine-container {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px; } }
    @media (max-width: 768px) {
      .section-media-center .magazine-container {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px; } }
    @media (max-width: 540px) {
      .section-media-center .magazine-container {
        grid-template-columns: repeat(1, 1fr); } }
  .section-media-center .blog-container {
    position: relative;
    z-index: unset;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    column-gap: 25px;
    row-gap: 60px; }
    .section-media-center .blog-container .blog-card {
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
      .section-media-center .blog-container .blog-card .image {
        height: 250px;
        position: relative;
        overflow: hidden; }
        .section-media-center .blog-container .blog-card .image img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          transition: all .3s; }
        .section-media-center .blog-container .blog-card .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-media-center .blog-container .blog-card .image span {
              font-size: 14px;
              font-weight: 400;
              line-height: 26px;
              letter-spacing: unset;
              color: #747474; } }
      .section-media-center .blog-container .blog-card .content {
        padding: 40px 20px;
        height: calc(100% - 250px);
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .section-media-center .blog-container .blog-card .content h3 {
          font-size: 20px;
          font-weight: 500;
          line-height: 28px;
          letter-spacing: unset;
          color: #01294E; }
        .section-media-center .blog-container .blog-card .content p {
          font-size: 16px;
          font-weight: 400;
          line-height: 22px;
          letter-spacing: unset;
          color: #23253D;
          margin: 35px 0 70px 0; }
          @media (max-width: 1024px) {
            .section-media-center .blog-container .blog-card .content p {
              margin: 25px 0; } }
        .section-media-center .blog-container .blog-card .content .card-bottom {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 10px;
          flex-direction: unset; }
          .section-media-center .blog-container .blog-card .content .card-bottom .link-button {
            font-weight: 500;
            color: #01294E; }
            .section-media-center .blog-container .blog-card .content .card-bottom .link-button:hover {
              color: white; }
          .section-media-center .blog-container .blog-card .content .card-bottom span {
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: unset;
            color: #747474; }
            @media (max-width: 992px) {
              .section-media-center .blog-container .blog-card .content .card-bottom span {
                font-size: 14px;
                font-weight: 400;
                line-height: 26px;
                letter-spacing: unset;
                color: #747474; } }
        .section-media-center .blog-container .blog-card .content button {
          font-size: 18px;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: unset;
          color: #E44208;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: 15px;
          flex-direction: unset; }
          .section-media-center .blog-container .blog-card .content button img {
            transition: all .3s; }
      .section-media-center .blog-container .blog-card:hover .image img {
        scale: 1.1; }
      .section-media-center .blog-container .blog-card:hover .content button img {
        transform: translateX(5px); }
    @media (max-width: 1024px) {
      .section-media-center .blog-container {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px; } }
    @media (max-width: 540px) {
      .section-media-center .blog-container {
        grid-template-columns: repeat(1, 1fr); } }
  .section-media-center .documents-container {
    position: relative;
    z-index: unset;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    column-gap: 25px;
    row-gap: 25px; }
    .section-media-center .documents-container .document-card .document-wrapper {
      position: relative;
      height: 330px; }
      .section-media-center .documents-container .document-card .document-wrapper img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: unset;
        z-index: 1; }
      .section-media-center .documents-container .document-card .document-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: unset;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25); }
    .section-media-center .documents-container .document-card .document-content {
      margin-top: 30px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      flex-direction: unset; }
      .section-media-center .documents-container .document-card .document-content .download-button {
        color: #E44208;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        flex-direction: unset;
        cursor: pointer; }
      .section-media-center .documents-container .document-card .document-content h3 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0;
        color: #23253F; }
    @media (max-width: 1024px) {
      .section-media-center .documents-container {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px; } }
    @media (max-width: 768px) {
      .section-media-center .documents-container {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 40px; } }
    @media (max-width: 540px) {
      .section-media-center .documents-container {
        grid-template-columns: repeat(1, 1fr); } }
  .section-media-center .show-more {
    display: none; }
    @media (max-width: 992px) {
      .section-media-center .show-more {
        margin: 80px auto 0; } }
  @media (max-width: 992px) {
    .section-media-center {
      padding: 60px 0 120px 0; } }

.magazine-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all .3s; }
  .magazine-popup.active {
    opacity: 1;
    pointer-events: all; }
  .magazine-popup .magazine-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: unset;
    transform: translateX(-50%) translateY(-50%);
    background: white;
    width: 90%;
    max-width: 900px;
    border-radius: 10px;
    padding: 30px; }
    .magazine-popup .magazine-popup-content .close-btn {
      position: absolute;
      top: 20px;
      left: 20px;
      bottom: unset;
      right: unset;
      z-index: unset;
      max-width: 30px;
      max-height: 30px;
      min-width: 30px;
      min-height: 30px;
      cursor: pointer; }
    .magazine-popup .magazine-popup-content .magazine-popup-title {
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: 0;
      color: #23253F;
      margin-bottom: 20px;
      text-align: center; }
    .magazine-popup .magazine-popup-content .magazine-popup-iframe {
      width: 100%;
      height: 80vh;
      border: none;
      border-radius: 10px; }
    .magazine-popup .magazine-popup-content .magazine-popup-close {
      position: absolute;
      top: -20px;
      left: unset;
      bottom: unset;
      right: 0;
      z-index: unset;
      width: 20px;
      height: 20px;
      transform: translateY(-100%);
      cursor: pointer; }

.main-gallery {
  height: 576px; }
  @media (max-height: 768px) {
    .main-gallery {
      height: 450px !important; } }
  @media (max-height: 640px) {
    .main-gallery {
      height: 350px !important; } }
