@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
form .form-control:focus {
  border-color: #0d6efd;
  box-shadow: none; }

a {
  outline: none; }

.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center; }

.d-start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start; }

.d-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end; }

.no-after:after {
  content: none !important;
  display: none !important; }

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important; } }

@media (max-width: 992px) {
  .hide-tablet {
    display: none !important; } }

@media (min-width: 1200px) {
  .hide-desktop {
    display: none !important; } }

.border-none {
  border: none !important; }

.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }

body {
  font-family: 'Open Sans', sans-serif;
  scroll-behavior: smooth; }

@keyframes spin {
  to {
    transform: rotate(1turn); } }

a,
button {
  transition: .5s ease-out; }

.anchor-1 {
  color: #000000; }
  .anchor-1:hover {
    color: #666666;
    text-decoration: none; }
  .anchor-1:focus {
    color: #404040; }
  .anchor-1::after {
    content: "\eaa4";
    display: inline-block;
    font: normal normal normal 16px "Nucleo";
    font-size: 11px;
    margin-left: 10px;
    font-weight: 700; }
  .anchor-1.anchor-fail {
    color: red; }
  .anchor-1.anchor-fail::after {
    content: "\ea76";
    font-weight: 700; }
  .anchor-1.anchor-success {
    color: #1f9a3a; }
  .anchor-1.anchor-success::after {
    content: "\ea1a";
    font-weight: 700; }

.button-sgb {
  background-color: #f1f1f1;
  display: inline-flex;
  border-radius: 50%;
  padding: 9px; }
  .button-sgb:hover {
    text-decoration: none;
    color: #666666 !important; }
  .button-sgb .icon {
    font-size: 20px;
    color: #000000; }
    .button-sgb .icon:hover {
      text-decoration: none;
      color: #666666 !important; }
    .button-sgb .icon:focus {
      color: #404040; }

.input-holder {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  padding: 13px 20px;
  font-size: 10px;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  /* identical to box height, or 100% */
  letter-spacing: -0.05em; }
  .input-holder .input-titler {
    font-size: 10px;
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 400;
    color: #111111;
    font-size: 12px;
    line-height: 10px;
    /* identical to box height, or 100% */
    letter-spacing: -0.05em;
    margin-bottom: 4px; }
  .input-holder input,
  .input-holder textarea {
    background-color: transparent;
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height, or 125% */
    letter-spacing: -0.05em;
    border: none;
    outline: none;
    padding: 0;
    color: #837a76; }
    .input-holder input:focus,
    .input-holder textarea:focus {
      color: #837a76; }
    .input-holder input:focus + .input-holder-absolute,
    .input-holder textarea:focus + .input-holder-absolute {
      background-color: #ffffff;
      border-color: #505050; }
  .input-holder .input-holder-absolute {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6; }

.input-holder-phone {
  padding-left: 75px; }
  .input-holder-phone .dropsdown-country-container {
    border: 1px solid red;
    position: absolute;
    left: 0;
    top: 0;
    height: fit-content;
    height: 100%; }

/* switch input*/
.toggler-container {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */ }
  .toggler-container .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px; }
    .toggler-container .switch input {
      opacity: 0;
      width: 0;
      height: 0; }
  .toggler-container .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .toggler-container .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
  .toggler-container input:checked + .slider {
    background-color: #000000; }
  .toggler-container input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  .toggler-container .slider.round {
    border-radius: 34px; }
    .toggler-container .slider.round:before {
      border-radius: 50%; }

/* switch input*/
/* round checkbox */
.round-checkbox {
  position: relative; }
  .round-checkbox label {
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px; }
    .round-checkbox label:after {
      border: 2px solid #000;
      border-top: none;
      border-right: none;
      content: "";
      height: 6px;
      left: 7px;
      opacity: 0;
      position: absolute;
      top: 8px;
      transform: rotate(-45deg);
      width: 12px; }
  .round-checkbox input[type="checkbox"] {
    visibility: hidden; }
    .round-checkbox input[type="checkbox"]:checked + label {
      background-color: #fff;
      border-color: #000; }
      .round-checkbox input[type="checkbox"]:checked + label:after {
        opacity: 1; }

input[type="radio"] {
  accent-color: black; }

.container-fluid {
  padding: 0px 20px !important;
  max-width: 1220px; }
  @media screen and (max-width: 1440px) {
    .container-fluid {
      padding: 0px 16px !important; } }

.container {
  padding: 0px 20px !important;
  max-width: 1220px; }
  @media screen and (max-width: 1440px) {
    .container {
      padding: 0px 16px !important; } }

.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0; }

.ddfullscreenmenu__header-left img {
  height: 40px; }

nav#ddfullscreenmenu.openmenu {
  background-image: url("../../assets/imgs/mobile-bgPattern.svg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #efeae3; }

@media screen and (max-width: 600px) {
  .main-carousel {
    padding: 0 !important; } }

.main-carousel .mainSwiperCard {
  position: relative;
  width: 100%; }
  .main-carousel .mainSwiperCard__hero {
    filter: contrast(1.1) brightness(0.8); }
    @media screen and (max-width: 600px) {
      .main-carousel .mainSwiperCard__hero {
        aspect-ratio: 414/550; } }
  .main-carousel .mainSwiperCard__absoluter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    flex-direction: column; }
    .main-carousel .mainSwiperCard__absoluter-cont {
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 600px) {
        .main-carousel .mainSwiperCard__absoluter-cont {
          max-width: 50%; } }
    .main-carousel .mainSwiperCard__absoluter span {
      font-size: 50px;
      line-height: normal;
      /* or 116% */
      letter-spacing: -0.05em;
      text-transform: lowercase;
      font-feature-settings: "ss12" on, "ss08" on, "ss14" on, "ss15" on, "ss18" on, "ss19" on; }
      @media screen and (min-width: 600px) and (max-width: 1025px) {
        .main-carousel .mainSwiperCard__absoluter span {
          line-height: 50px; } }
      @media screen and (max-width: 600px) {
        .main-carousel .mainSwiperCard__absoluter span {
          font-size: 45px; } }
      @media screen and (min-width: 600px) and (max-width: 1025px) {
        .main-carousel .mainSwiperCard__absoluter span {
          font-size: 42px; } }
    .main-carousel .mainSwiperCard__absoluter p {
      font-size: 16px;
      margin-top: 30px; }
      @media screen and (min-width: 600px) and (max-width: 1025px) {
        .main-carousel .mainSwiperCard__absoluter p {
          margin-top: 14px; } }
    .main-carousel .mainSwiperCard__absoluter a {
      background: #cd8e1b;
      border-radius: 90px;
      width: fit-content;
      margin: 0 auto;
      font-size: 15px;
      line-height: 20px;
      /* identical to box height, or 133% */
      letter-spacing: -0.05em;
      text-transform: lowercase;
      font-feature-settings: "ss12" on, "ss08" on, "ss14" on, "ss15" on, "ss18" on, "ss19" on;
      /* Light */
      color: #fffbf3;
      text-decoration: none;
      padding: 20px 72px;
      display: block;
      margin-top: 70px;
      margin-top: clamp(5px, 1vw, 70px); }
      @media screen and (max-width: 600px) {
        .main-carousel .mainSwiperCard__absoluter a {
          margin-top: 130px;
          /* or 100% */ } }
      @media screen and (min-width: 600px) and (max-width: 1025px) {
        .main-carousel .mainSwiperCard__absoluter a {
          padding: 15px 44px; } }
      .main-carousel .mainSwiperCard__absoluter a:hover {
        background: #183735; }

.main-carousel .swiper {
  width: 100%;
  height: 100%; }
  .main-carousel .swiper .swiper-button-next,
  .main-carousel .swiper .swiper-button-prev {
    color: #ffffff; }
    @media screen and (max-width: 600px) {
      .main-carousel .swiper .swiper-button-next,
      .main-carousel .swiper .swiper-button-prev {
        bottom: 20px;
        top: auto; } }
  @media screen and (max-width: 600px) {
    .main-carousel .swiper .swiper-pagination {
      bottom: 28px !important;
      z-index: 1; } }
  .main-carousel .swiper .swiper-button-next:after,
  .main-carousel .swiper .swiper-button-prev:after {
    font-size: 30px; }
  .main-carousel .swiper .swiper-pagination-bullet {
    border: 1px solid #ffffff;
    background-color: transparent;
    width: 10px;
    height: 10px;
    opacity: 0.8; }
    .main-carousel .swiper .swiper-pagination-bullet-active {
      background-color: transparent;
      border-radius: 30px;
      width: 20px;
      height: 10px; }

.main-carousel .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.main-carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }
  @media screen and (min-width: 600px) and (max-width: 1025px) {
    .main-carousel .swiper-slide img {
      aspect-ratio: 1400/593; } }

.mr-auto {
  margin-right: auto; }

.ml-auto {
  margin-left: auto; }

.bg-grayer {
  background-color: #f4f1f1; }

.incrementCont {
  display: flex;
  width: fit-content;
  background: #f4f1f1;
  border: none !important;
  border-radius: 30px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  border: 1px solid #b2b4b7;
  display: flex;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center; }
  .incrementCont a#step-increment,
  .incrementCont a#step-decrement {
    border-color: transparent !important; }
    .incrementCont a#step-increment:hover, .incrementCont a#step-increment:focus, .incrementCont a#step-increment:active, .incrementCont a#step-increment:disabled,
    .incrementCont a#step-decrement:hover,
    .incrementCont a#step-decrement:focus,
    .incrementCont a#step-decrement:active,
    .incrementCont a#step-decrement:disabled {
      border-color: transparent !important; }
  .incrementCont > * {
    flex: 1 !important; }
  .incrementCont .btn {
    padding: 6px 0px;
    padding: 6.5px;
    background: #ffffff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    color: #000000;
    justify-content: center; }
    .incrementCont .btn:hover, .incrementCont .btn:focus, .incrementCont .btn:active {
      background-color: #dad0ce; }
    .incrementCont .btn.disabled, .incrementCont .btn:disabled, .incrementCont .btn[disabled] {
      color: #212529 !important;
      pointer-events: inherit;
      opacity: 0.5; }
  .incrementCont [class^="icon-"],
  .incrementCont [class*=" icon-"] {
    vertical-align: text-top;
    font-size: 10px; }
  .incrementCont .btn-default:hover, .incrementCont .btn-default:active, .incrementCont .btn-default:focus {
    background-color: none;
    border-color: none !important;
    outline: none !important;
    box-shadow: none; }
  .incrementCont label.input-stepper input {
    display: inline-block; }
  .incrementCont label.input-stepper input {
    margin-bottom: 0; }
  .incrementCont label.input-stepper a {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    overflow: hidden; }
  .incrementCont #spinner {
    width: 3em;
    background: none;
    max-width: 34px;
    border: none;
    flex: 1;
    font-size: 18px;
    padding: 11.5px 0px;
    font-weight: 500; }

.pagination {
  width: fit-content;
  margin: 0 auto; }
  .pagination .previtem, .pagination .nextitem {
    width: fit-content !important; }
    .pagination .previtem > *, .pagination .nextitem > * {
      width: fit-content !important; }
  .pagination .page-link {
    background-color: transparent; }
  .pagination .page-item {
    padding: 5px !important;
    background-color: #ffffff; }
    .pagination .page-item span, .pagination .page-item a {
      width: 36px;
      height: 36px;
      padding: 8px;
      text-align: center; }
    .pagination .page-item.active {
      background: #fff; }
      .pagination .page-item.active span {
        border-radius: 30px;
        background: #E3DBDA;
        border-color: transparent !important;
        border: none !important;
        color: #000000; }
  .pagination a {
    color: #929498;
    border: none !important;
    font-size: 12px; }
    .pagination a:hover {
      color: #000000 !important;
      background-color: transparent; }
  .pagination li:nth-child(2) {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; }
  .pagination li:nth-last-child(2) {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px; }
  .pagination li:first-child {
    margin-right: 45px; }
    @media screen and (max-width: 600px) {
      .pagination li:first-child {
        margin-right: 20px; } }
  .pagination li:last-child {
    margin-left: 45px; }
    @media screen and (max-width: 600px) {
      .pagination li:last-child {
        margin-left: 20px; } }
  .pagination li:first-child, .pagination li:last-child {
    background-color: transparent !important; }
    .pagination li:first-child > *, .pagination li:last-child > * {
      background-color: transparent !important;
      border: none !important;
      color: #929498; }

.breadCrumber {
  padding: 30px 0px; }
  .breadCrumber ul {
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0; }
    .breadCrumber ul li:not(:last-child)::after {
      content: "\ea04";
      margin-left: 10px;
      font: normal normal normal 32px/1 "Nucleo";
      margin-left: 10px;
      font-size: 8px;
      transform: rotate(-90deg);
      display: inline-block; }
    .breadCrumber ul a {
      text-decoration: none;
      font-size: 12px;
      color: #837a76; }

@keyframes fade1 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.2; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

@keyframes fade2 {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade3 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade4 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

img {
  max-width: 100%; }

.no-bg {
  background: none; }

.no-border {
  border: none; }

@media screen and (max-width: 992px) {
  .full-width-max-lg {
    width: 100% !important;
    padding: 0 !important; } }

@media screen and (max-width: 992px) {
  .pr-0-max-lg {
    padding-right: 0 !important; } }

@media screen and (max-width: 992px) {
  .p-0-max-lg {
    padding: 0 !important; } }

/*
Guides:
https://github.com/royalfig/dark-mode-demo 
https://codepen.io/sawacrow/pen/NWYGzrY   
https://ryanfeigenbaum.com/dark-mode/   */
/* If want dynamically color on same variable > 
https://github.com/royalfig/dark-mode-demo https://ryanfeigenbaum.com/dark-mode/ 
  */
html[color-mode="dark"] * {
  color: #eeeeee;
  background-color: #262626; }

html[color-mode="dark"] .color-mode__section {
  color: #eeeeee;
  background-color: #262626;
  border-radius: var(50px);
  transition: all 0.2s ease-in; }

html[color-mode="dark"] .color-mode h1 {
  font-size: 2.5rem;
  line-height: 1.1; }

html[color-mode="dark"] .color-mode h2 {
  color: #dddddd; }

html[color-mode="dark"] .color-mode__link-container {
  display: flex;
  width: 100%;
  margin: 2rem 0; }

html[color-mode="dark"] .color-mode__link {
  padding: 0.5rem 1rem;
  font-weight: 600;
  color: #111111;
  color: var(#eeeeee, #111111);
  text-decoration: none;
  background-color: #e6e6e6;
  background-color: var(#262626, #e6e6e6);
  border-color: #01408e;
  border-color: var(#8fceff, #01408e);
  border-style: solid;
  border-width: 2px;
  border-radius: var(--radius);
  transition: all 0.2s ease-in; }
  html[color-mode="dark"] .color-mode__link:hover {
    color: #eee;
    color: var(--elementInverse, #eee);
    background-color: #01408e;
    background-color: var(#8fceff, #01408e); }
  html[color-mode="dark"] .color-mode__link:focus {
    color: #eee;
    color: var(--elementInverse, #eee);
    background-color: #01408e;
    background-color: var(#8fceff, #01408e); }

html[color-mode="dark"] .color-mode__excerpt {
  padding: 0.5rem 1.5rem;
  margin: 1rem;
  color: #222222;
  color: var(#dddddd, #222222);
  background-color: #f2f2f2;
  background-color: var(#333333, #f2f2f2);
  border-radius: var(--radius); }
  html[color-mode="dark"] .color-mode__excerpt a {
    color: #01408e;
    color: var(#8fceff, #01408e); }
    html[color-mode="dark"] .color-mode__excerpt a:hover {
      color: #3c5d5c;
      color: var(#72faca, #3c5d5c); }
    html[color-mode="dark"] .color-mode__excerpt a:focus {
      color: #3c5d5c;
      color: var(#72faca, #3c5d5c); }

html[color-mode="light"] .color-mode .light--hidden {
  display: none !important; }

html[color-mode="dark"] .color-mode .dark--hidden {
  display: none !important; }

.formSearch {
  position: relative; }
  .formSearch .form-control:focus {
    border-color: #0e285d; }
  .formSearch__results {
    position: absolute;
    top: 50px;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 9;
    background-color: #fff;
    width: 100%; }
    .formSearch__results:not(:empty) {
      border: 2px solid #c5cee0;
      border-radius: 4px;
      margin-top: 8px; }
    .formSearch__results > * {
      padding: 10px 23px;
      text-decoration: none;
      font-weight: 600;
      font-size: 15px;
      color: #2d364e; }
    .formSearch__results a:hover {
      background-color: #72a6d7;
      color: #fff; }
    .formSearch__results-no-result {
      color: #a4a4a4;
      font-weight: normal; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  background-color: transparent;
  border: none; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    user-select: none;
    line-height: initial;
    height: fit-content;
    margin: 0; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #000000;
    text-align: center;
    height: 20px;
    width: 20px;
    top: -5px;
    border-radius: 30px;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
    font: normal normal normal 16px "Nucleo"; }
    .selectric .button .icon {
      background-color: white;
      padding: 7px;
      border-radius: 30px;
      font-size: 10px;
      padding: 5px;
      color: #000000;
      transition: .5s ease-out; }
    .selectric .button:after {
      content: "";
      font: normal normal normal 16px "Nucleo";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }
  .selectric-focus .selectric .icon {
    transform: rotate(180deg); }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: black; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block;
    width: fit-content !important; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
    padding: 0px 20px;
    background-color: #ffffff; }
  .selectric-items li {
    display: block;
    color: #666;
    cursor: pointer;
    padding: 12px 0px; }
    .selectric-items li:not(:last-child) {
      border-bottom: 1px solid #b9b9b9; }
    .selectric-items li.selected {
      background: transparent;
      color: #000000; }
    .selectric-items li.highlighted {
      background: transparent;
      color: #000000;
      display: flex;
      justify-content: space-between; }
      .selectric-items li.highlighted::after {
        font: normal normal normal 32px/1 'Nucleo';
        content: "\ea2a";
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        padding-left: 80px; }
    .selectric-items li:hover {
      color: #000; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

@use "sass:math";
form .form-control:focus {
  border-color: #0d6efd;
  box-shadow: none; }

a {
  outline: none; }

.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center; }

.d-start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start; }

.d-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end; }

.no-after:after {
  content: none !important;
  display: none !important; }

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important; } }

@media (max-width: 992px) {
  .hide-tablet {
    display: none !important; } }

@media (min-width: 1200px) {
  .hide-desktop {
    display: none !important; } }

.border-none {
  border: none !important; }

.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }

body {
  font-family: 'Open Sans', sans-serif;
  scroll-behavior: smooth; }

@keyframes spin {
  to {
    transform: rotate(1turn); } }

a,
button {
  transition: .5s ease-out; }

.anchor-1 {
  color: #000000; }
  .anchor-1:hover {
    color: #666666;
    text-decoration: none; }
  .anchor-1:focus {
    color: #404040; }
  .anchor-1::after {
    content: "\eaa4";
    display: inline-block;
    font: normal normal normal 16px "Nucleo";
    font-size: 11px;
    margin-left: 10px;
    font-weight: 700; }
  .anchor-1.anchor-fail {
    color: red; }
  .anchor-1.anchor-fail::after {
    content: "\ea76";
    font-weight: 700; }
  .anchor-1.anchor-success {
    color: #1f9a3a; }
  .anchor-1.anchor-success::after {
    content: "\ea1a";
    font-weight: 700; }

.button-sgb {
  background-color: #f1f1f1;
  display: inline-flex;
  border-radius: 50%;
  padding: 9px; }
  .button-sgb:hover {
    text-decoration: none;
    color: #666666 !important; }
  .button-sgb .icon {
    font-size: 20px;
    color: #000000; }
    .button-sgb .icon:hover {
      text-decoration: none;
      color: #666666 !important; }
    .button-sgb .icon:focus {
      color: #404040; }

.input-holder {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  padding: 13px 20px;
  font-size: 10px;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  /* identical to box height, or 100% */
  letter-spacing: -0.05em; }
  .input-holder .input-titler {
    font-size: 10px;
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 400;
    color: #111111;
    font-size: 12px;
    line-height: 10px;
    /* identical to box height, or 100% */
    letter-spacing: -0.05em;
    margin-bottom: 4px; }
  .input-holder input,
  .input-holder textarea {
    background-color: transparent;
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height, or 125% */
    letter-spacing: -0.05em;
    border: none;
    outline: none;
    padding: 0;
    color: #837a76; }
    .input-holder input:focus,
    .input-holder textarea:focus {
      color: #837a76; }
    .input-holder input:focus + .input-holder-absolute,
    .input-holder textarea:focus + .input-holder-absolute {
      background-color: #ffffff;
      border-color: #505050; }
  .input-holder .input-holder-absolute {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6; }

.input-holder-phone {
  padding-left: 75px; }
  .input-holder-phone .dropsdown-country-container {
    border: 1px solid red;
    position: absolute;
    left: 0;
    top: 0;
    height: fit-content;
    height: 100%; }

/* switch input*/
.toggler-container {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */ }
  .toggler-container .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px; }
    .toggler-container .switch input {
      opacity: 0;
      width: 0;
      height: 0; }
  .toggler-container .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .toggler-container .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
  .toggler-container input:checked + .slider {
    background-color: #000000; }
  .toggler-container input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  .toggler-container .slider.round {
    border-radius: 34px; }
    .toggler-container .slider.round:before {
      border-radius: 50%; }

/* switch input*/
/* round checkbox */
.round-checkbox {
  position: relative; }
  .round-checkbox label {
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px; }
    .round-checkbox label:after {
      border: 2px solid #000;
      border-top: none;
      border-right: none;
      content: "";
      height: 6px;
      left: 7px;
      opacity: 0;
      position: absolute;
      top: 8px;
      transform: rotate(-45deg);
      width: 12px; }
  .round-checkbox input[type="checkbox"] {
    visibility: hidden; }
    .round-checkbox input[type="checkbox"]:checked + label {
      background-color: #fff;
      border-color: #000; }
      .round-checkbox input[type="checkbox"]:checked + label:after {
        opacity: 1; }

input[type="radio"] {
  accent-color: black; }

.container-fluid {
  padding: 0px 20px !important;
  max-width: 1220px; }
  @media screen and (max-width: 1440px) {
    .container-fluid {
      padding: 0px 16px !important; } }

.container {
  padding: 0px 20px !important;
  max-width: 1220px; }
  @media screen and (max-width: 1440px) {
    .container {
      padding: 0px 16px !important; } }

.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0; }

.ddfullscreenmenu__header-left img {
  height: 40px; }

nav#ddfullscreenmenu.openmenu {
  background-image: url("../../assets/imgs/mobile-bgPattern.svg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #efeae3; }

@media screen and (max-width: 600px) {
  .main-carousel {
    padding: 0 !important; } }

.main-carousel .mainSwiperCard {
  position: relative;
  width: 100%; }
  .main-carousel .mainSwiperCard__hero {
    filter: contrast(1.1) brightness(0.8); }
    @media screen and (max-width: 600px) {
      .main-carousel .mainSwiperCard__hero {
        aspect-ratio: 414/550; } }
  .main-carousel .mainSwiperCard__absoluter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    flex-direction: column; }
    .main-carousel .mainSwiperCard__absoluter-cont {
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 600px) {
        .main-carousel .mainSwiperCard__absoluter-cont {
          max-width: 50%; } }
    .main-carousel .mainSwiperCard__absoluter span {
      font-size: 50px;
      line-height: normal;
      /* or 116% */
      letter-spacing: -0.05em;
      text-transform: lowercase;
      font-feature-settings: "ss12" on, "ss08" on, "ss14" on, "ss15" on, "ss18" on, "ss19" on; }
      @media screen and (min-width: 600px) and (max-width: 1025px) {
        .main-carousel .mainSwiperCard__absoluter span {
          line-height: 50px; } }
      @media screen and (max-width: 600px) {
        .main-carousel .mainSwiperCard__absoluter span {
          font-size: 45px; } }
      @media screen and (min-width: 600px) and (max-width: 1025px) {
        .main-carousel .mainSwiperCard__absoluter span {
          font-size: 42px; } }
    .main-carousel .mainSwiperCard__absoluter p {
      font-size: 16px;
      margin-top: 30px; }
      @media screen and (min-width: 600px) and (max-width: 1025px) {
        .main-carousel .mainSwiperCard__absoluter p {
          margin-top: 14px; } }
    .main-carousel .mainSwiperCard__absoluter a {
      background: #cd8e1b;
      border-radius: 90px;
      width: fit-content;
      margin: 0 auto;
      font-size: 15px;
      line-height: 20px;
      /* identical to box height, or 133% */
      letter-spacing: -0.05em;
      text-transform: lowercase;
      font-feature-settings: "ss12" on, "ss08" on, "ss14" on, "ss15" on, "ss18" on, "ss19" on;
      /* Light */
      color: #fffbf3;
      text-decoration: none;
      padding: 20px 72px;
      display: block;
      margin-top: 70px;
      margin-top: clamp(5px, 1vw, 70px); }
      @media screen and (max-width: 600px) {
        .main-carousel .mainSwiperCard__absoluter a {
          margin-top: 130px;
          /* or 100% */ } }
      @media screen and (min-width: 600px) and (max-width: 1025px) {
        .main-carousel .mainSwiperCard__absoluter a {
          padding: 15px 44px; } }
      .main-carousel .mainSwiperCard__absoluter a:hover {
        background: #183735; }

.main-carousel .swiper {
  width: 100%;
  height: 100%; }
  .main-carousel .swiper .swiper-button-next,
  .main-carousel .swiper .swiper-button-prev {
    color: #ffffff; }
    @media screen and (max-width: 600px) {
      .main-carousel .swiper .swiper-button-next,
      .main-carousel .swiper .swiper-button-prev {
        bottom: 20px;
        top: auto; } }
  @media screen and (max-width: 600px) {
    .main-carousel .swiper .swiper-pagination {
      bottom: 28px !important;
      z-index: 1; } }
  .main-carousel .swiper .swiper-button-next:after,
  .main-carousel .swiper .swiper-button-prev:after {
    font-size: 30px; }
  .main-carousel .swiper .swiper-pagination-bullet {
    border: 1px solid #ffffff;
    background-color: transparent;
    width: 10px;
    height: 10px;
    opacity: 0.8; }
    .main-carousel .swiper .swiper-pagination-bullet-active {
      background-color: transparent;
      border-radius: 30px;
      width: 20px;
      height: 10px; }

.main-carousel .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.main-carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }
  @media screen and (min-width: 600px) and (max-width: 1025px) {
    .main-carousel .swiper-slide img {
      aspect-ratio: 1400/593; } }

.mr-auto {
  margin-right: auto; }

.ml-auto {
  margin-left: auto; }

.bg-grayer {
  background-color: #f4f1f1; }

.incrementCont {
  display: flex;
  width: fit-content;
  background: #f4f1f1;
  border: none !important;
  border-radius: 30px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  border: 1px solid #b2b4b7;
  display: flex;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center; }
  .incrementCont a#step-increment,
  .incrementCont a#step-decrement {
    border-color: transparent !important; }
    .incrementCont a#step-increment:hover, .incrementCont a#step-increment:focus, .incrementCont a#step-increment:active, .incrementCont a#step-increment:disabled,
    .incrementCont a#step-decrement:hover,
    .incrementCont a#step-decrement:focus,
    .incrementCont a#step-decrement:active,
    .incrementCont a#step-decrement:disabled {
      border-color: transparent !important; }
  .incrementCont > * {
    flex: 1 !important; }
  .incrementCont .btn {
    padding: 6px 0px;
    padding: 6.5px;
    background: #ffffff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    color: #000000;
    justify-content: center; }
    .incrementCont .btn:hover, .incrementCont .btn:focus, .incrementCont .btn:active {
      background-color: #dad0ce; }
    .incrementCont .btn.disabled, .incrementCont .btn:disabled, .incrementCont .btn[disabled] {
      color: #212529 !important;
      pointer-events: inherit;
      opacity: 0.5; }
  .incrementCont [class^="icon-"],
  .incrementCont [class*=" icon-"] {
    vertical-align: text-top;
    font-size: 10px; }
  .incrementCont .btn-default:hover, .incrementCont .btn-default:active, .incrementCont .btn-default:focus {
    background-color: none;
    border-color: none !important;
    outline: none !important;
    box-shadow: none; }
  .incrementCont label.input-stepper input {
    display: inline-block; }
  .incrementCont label.input-stepper input {
    margin-bottom: 0; }
  .incrementCont label.input-stepper a {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    overflow: hidden; }
  .incrementCont #spinner {
    width: 3em;
    background: none;
    max-width: 34px;
    border: none;
    flex: 1;
    font-size: 18px;
    padding: 11.5px 0px;
    font-weight: 500; }

.pagination {
  width: fit-content;
  margin: 0 auto; }
  .pagination .previtem, .pagination .nextitem {
    width: fit-content !important; }
    .pagination .previtem > *, .pagination .nextitem > * {
      width: fit-content !important; }
  .pagination .page-link {
    background-color: transparent; }
  .pagination .page-item {
    padding: 5px !important;
    background-color: #ffffff; }
    .pagination .page-item span, .pagination .page-item a {
      width: 36px;
      height: 36px;
      padding: 8px;
      text-align: center; }
    .pagination .page-item.active {
      background: #fff; }
      .pagination .page-item.active span {
        border-radius: 30px;
        background: #E3DBDA;
        border-color: transparent !important;
        border: none !important;
        color: #000000; }
  .pagination a {
    color: #929498;
    border: none !important;
    font-size: 12px; }
    .pagination a:hover {
      color: #000000 !important;
      background-color: transparent; }
  .pagination li:nth-child(2) {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; }
  .pagination li:nth-last-child(2) {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px; }
  .pagination li:first-child {
    margin-right: 45px; }
    @media screen and (max-width: 600px) {
      .pagination li:first-child {
        margin-right: 20px; } }
  .pagination li:last-child {
    margin-left: 45px; }
    @media screen and (max-width: 600px) {
      .pagination li:last-child {
        margin-left: 20px; } }
  .pagination li:first-child, .pagination li:last-child {
    background-color: transparent !important; }
    .pagination li:first-child > *, .pagination li:last-child > * {
      background-color: transparent !important;
      border: none !important;
      color: #929498; }

.breadCrumber {
  padding: 30px 0px; }
  .breadCrumber ul {
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0; }
    .breadCrumber ul li:not(:last-child)::after {
      content: "\ea04";
      margin-left: 10px;
      font: normal normal normal 32px/1 "Nucleo";
      margin-left: 10px;
      font-size: 8px;
      transform: rotate(-90deg);
      display: inline-block; }
    .breadCrumber ul a {
      text-decoration: none;
      font-size: 12px;
      color: #837a76; }

@keyframes fade1 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.2; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

@keyframes fade2 {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade3 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade4 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

img {
  max-width: 100%; }

.no-bg {
  background: none; }

.no-border {
  border: none; }

@media screen and (max-width: 992px) {
  .full-width-max-lg {
    width: 100% !important;
    padding: 0 !important; } }

@media screen and (max-width: 992px) {
  .pr-0-max-lg {
    padding-right: 0 !important; } }

@media screen and (max-width: 992px) {
  .p-0-max-lg {
    padding: 0 !important; } }

/*
Dear programmer:
When I wrote this code, only god and I knew how it worked.
Now, only god knows it!
*/
/*Index.List 
FontFace SpaceGroto
FontFace Prompt
FontFace Nucleo

/*Font Prompt*/
.header-border {
  border-bottom: 1px solid #edf1f7; }

.header {
  padding: 16px 0px; }
  @media only screen and (max-width: 767px) {
    .header button {
      padding: 0px; } }
  .header .offcanvas {
    top: 81px !important; }
  .header .offcanvas-backdrop.show {
    opacity: 0;
    display: none; }
  .header__top {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 992px) {
      .header__top-left, .header__top-right {
        width: 50px; } }
    .header__top-left {
      display: flex; }
      .header__top-left .btnMobileMenu:not(.active) .hide-active {
        display: none !important; }
      .header__top-left .btnMobileMenu.active .show-active {
        display: none; }
    .header__top-right {
      display: flex;
      justify-content: flex-end; }
      .header__top-right .btnSearchMenu:not(.active) .hide-active {
        display: none !important; }
      .header__top-right .btnSearchMenu.active .show-active {
        display: none; }
      .header__top-right .input-group {
        position: relative; }
        .header__top-right .input-group input {
          border: 2px solid #c5cee0;
          border-radius: 4px; }
        .header__top-right .input-group input::placeholder,
        .header__top-right .input-group input,
        .header__top-right .input-group input:focus {
          font-weight: 500;
          font-size: 15px;
          line-height: 24px;
          /* identical to box height, or 160% */
          display: flex;
          align-items: center;
          /* Basic/600 [Base] */
          color: #8f9bb3; }
        .header__top-right .input-group input,
        .header__top-right .input-group .input-group-append {
          padding: 10px 23px; }
        .header__top-right .input-group .input-group-append {
          position: absolute;
          top: 0;
          right: 0;
          border: none;
          background: none;
          height: 100%;
          display: flex;
          align-items: center;
          z-index: 9; }
    .header__top-center {
      display: flex; }
      .header__top-center img {
        max-width: 116px;
        height: 100%; }

.input-group.inputSearchMobile {
  position: relative; }
  .input-group.inputSearchMobile input {
    border: 2px solid #c5cee0;
    border-radius: 4px; }
  .input-group.inputSearchMobile input::placeholder,
  .input-group.inputSearchMobile input,
  .input-group.inputSearchMobile input:focus {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    /* identical to box height, or 160% */
    display: flex;
    align-items: center;
    /* Basic/600 [Base] */
    color: #8f9bb3; }
  .input-group.inputSearchMobile input,
  .input-group.inputSearchMobile .input-group-append {
    padding: 10px 23px; }
  .input-group.inputSearchMobile .input-group-append {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 9; }

.btn-primary {
  background-color: #164e87;
  border-color: #164e87;
  font-size: 16px;
  padding: 11px 10px;
  border-radius: 4px; }
  .btn-primary:hover {
    background-color: #71a6da;
    border-color: #71a6da; }

#offCanvasSearch .offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 26px; }

.toTurknet {
  display: flex; }
  .toTurknet span {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-right: 12px; }
  .toTurknet a {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    /* identical to box height, or 138% */
    display: flex;
    align-items: center;
    /* Basic/700 */
    color: #2e3a59;
    text-decoration: none; }

.sf-menu {
  margin: 21px 0px; }
  .sf-menu ul {
    background: #ffff !important; }
    .sf-menu ul a {
      color: #000000 !important; }
      .sf-menu ul a:hover {
        color: #164E87 !important; }
  .sf-menu > li {
    margin: 0px 15px; }
  .sf-menu li {
    background: #ffff !important; }
  .sf-menu ul {
    margin-top: 8px; }
  .sf-menu .sfHover > .sf-with-ul::after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.504444 6.58955C0.366944 6.45205 0.294375 6.29163 0.286736 6.1083C0.279097 5.92497 0.344028 5.76455 0.481528 5.62705L5.01903 1.08955C5.09542 1.01316 5.17181 0.959689 5.24819 0.929133C5.32458 0.898578 5.40861 0.883301 5.50028 0.883301C5.59194 0.883301 5.67597 0.898578 5.75236 0.929133C5.82875 0.959689 5.90514 1.01316 5.98153 1.08955L10.519 5.60413C10.6565 5.72636 10.7253 5.88295 10.7253 6.07393C10.7253 6.2649 10.6565 6.42913 10.519 6.56663C10.3815 6.70413 10.2173 6.77288 10.0263 6.77288C9.83535 6.77288 9.67111 6.70413 9.53361 6.56663L5.50028 2.55622L1.46694 6.61247C1.34472 6.74997 1.18812 6.8149 0.997153 6.80726C0.80618 6.79962 0.641944 6.72705 0.504444 6.58955Z' fill='%23151A30'/%3E%3C/svg%3E%0A");
    transform: rotate(360deg); }
  .sf-menu .sf-with-ul {
    padding-right: 2.8em; }
    .sf-menu .sf-with-ul:after {
      /*$accordion-button-active-icon:url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.504444 6.58955C0.366944 6.45205 0.294375 6.29163 0.286736 6.1083C0.279097 5.92497 0.344028 5.76455 0.481528 5.62705L5.01903 1.08955C5.09542 1.01316 5.17181 0.959689 5.24819 0.929133C5.32458 0.898578 5.40861 0.883301 5.50028 0.883301C5.59194 0.883301 5.67597 0.898578 5.75236 0.929133C5.82875 0.959689 5.90514 1.01316 5.98153 1.08955L10.519 5.60413C10.6565 5.72636 10.7253 5.88295 10.7253 6.07393C10.7253 6.2649 10.6565 6.42913 10.519 6.56663C10.3815 6.70413 10.2173 6.77288 10.0263 6.77288C9.83535 6.77288 9.67111 6.70413 9.53361 6.56663L5.50028 2.55622L1.46694 6.61247C1.34472 6.74997 1.18812 6.8149 0.997153 6.80726C0.80618 6.79962 0.641944 6.72705 0.504444 6.58955Z' fill='%23151A30'/%3E%3C/svg%3E%0A");
$accordion-button-icon*/
      background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.49989 6.81882C5.40823 6.81882 5.3242 6.80354 5.24781 6.77299C5.17142 6.74243 5.09503 6.68896 5.01864 6.61257L0.481143 2.07507C0.358921 1.95285 0.301629 1.78861 0.309268 1.58236C0.316907 1.37611 0.381837 1.21188 0.50406 1.08966C0.656837 0.936878 0.821073 0.871948 0.996768 0.894865C1.17246 0.917781 1.32906 0.990351 1.46656 1.11257L5.49989 5.14591L9.53323 1.11257C9.65545 0.990351 9.81969 0.921601 10.0259 0.906323C10.2322 0.891045 10.3964 0.959795 10.5186 1.11257C10.6714 1.2348 10.7364 1.39521 10.7134 1.59382C10.6905 1.79243 10.618 1.96049 10.4957 2.09799L5.98114 6.61257C5.90475 6.68896 5.82836 6.74243 5.75198 6.77299C5.67559 6.80354 5.59156 6.81882 5.49989 6.81882Z' fill='%23164E87'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: contain;
      /* content: ""; */
      width: 16px;
      height: 12px;
      border: none;
      width: 12px;
      height: 7px; }
  .sf-menu a {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    /* identical to box height, or 157% */
    display: flex;
    align-items: center;
    /* Primary/500 [Base] */
    color: #164e87; }
  .sf-menu ul {
    padding: 24px 24px; }
    .sf-menu ul li:not(:last-child) a {
      padding-bottom: 24px; }

footer .footerDesktop {
  padding-top: 106px;
  padding-bottom: 69px; }
  @media screen and (max-width: 1200px) {
    footer .footerDesktop {
      padding-bottom: 30px;
      padding-top: 64px; } }
  footer .footerDesktop .breadcrumb-item {
    width: max-content;
    padding-left: 16px;
    font-size: 14px;
    /* identical to box height */
    letter-spacing: 0.0025em;
    /* Primary/500 [Base] */
    color: #164e87;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center; }
    footer .footerDesktop .breadcrumb-item:first-child {
      padding-left: 0; }
    footer .footerDesktop .breadcrumb-item a {
      width: max-content;
      font-size: 14px;
      /* identical to box height */
      font-weight: 400;
      letter-spacing: 0.0025em;
      /* Primary/500 [Base] */
      color: #164e87;
      text-decoration: none; }
    footer .footerDesktop .breadcrumb-item:not(:first-child)::before {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.49989 6.81882C5.40823 6.81882 5.3242 6.80354 5.24781 6.77299C5.17142 6.74243 5.09503 6.68896 5.01864 6.61257L0.481143 2.07507C0.358921 1.95285 0.301629 1.78861 0.309268 1.58236C0.316907 1.37611 0.381837 1.21188 0.50406 1.08966C0.656837 0.936878 0.821073 0.871948 0.996768 0.894865C1.17246 0.917781 1.32906 0.990351 1.46656 1.11257L5.49989 5.14591L9.53323 1.11257C9.65545 0.990351 9.81969 0.921601 10.0259 0.906323C10.2322 0.891045 10.3964 0.959795 10.5186 1.11257C10.6714 1.2348 10.7364 1.39521 10.7134 1.59382C10.6905 1.79243 10.618 1.96049 10.4957 2.09799L5.98114 6.61257C5.90475 6.68896 5.82836 6.74243 5.75198 6.77299C5.67559 6.80354 5.59156 6.81882 5.49989 6.81882Z' fill='%23164E87'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: contain;
      /* content: ""; */
      width: 16px;
      height: 12px;
      border: none;
      transform: rotate(270deg);
      margin-right: 16px;
      flex: 0 0 16px;
      height: 9px; }
  footer .footerDesktop__list {
    margin-top: 60px;
    margin-bottom: 64px; }
    footer .footerDesktop__list .col {
      padding: 0; }
  footer .footerDesktop ul {
    list-style: none;
    margin: 0; }
    footer .footerDesktop ul li:first-child {
      font-weight: 600; }
    footer .footerDesktop ul li a {
      text-decoration: none;
      font-size: 14px;
      display: flex;
      padding: 6px 0px;
      color: #2e3a59; }
  footer .footerDesktop-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.0025em;
    /* Basic/600 [Base] */
    color: #8f9bb3;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    flex-wrap: wrap; }
    footer .footerDesktop-bottom a {
      font-weight: 400;
      color: #2e3a59;
      margin-left: 16px;
      text-decoration: none; }
    @media screen and (max-width: 768px) {
      footer .footerDesktop-bottom {
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        footer .footerDesktop-bottom-left {
          gap: 16px;
          display: flex;
          justify-content: center;
          align-items: center;
          align-self: center;
          flex-direction: column !important; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      footer .footerDesktop-bottom {
        justify-content: space-between;
        gap: 16px; }
        footer .footerDesktop-bottom-left {
          gap: 16px;
          display: flex;
          justify-content: center;
          align-items: center;
          align-self: center;
          flex-direction: column; } }
    footer .footerDesktop-bottom-left {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
    footer .footerDesktop-bottom-right .footerDesktop-socials {
      display: flex;
      gap: 22px; }
      footer .footerDesktop-bottom-right .footerDesktop-socials a {
        margin: 0; }

.offcanvas-header {
  padding: 0px 16px; }
  .offcanvas-header .toTurknet {
    border-bottom: 1px solid #edf1f7;
    width: 100%;
    padding: 13px 0px; }

.accordion .accordion-item {
  border: none; }

.accordion .accordion-body {
  padding: 0px 5px; }

.accordion .accordion-button {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  letter-spacing: 0.0015em;
  /* Basic/800 */
  color: #164E87;
  padding: 12px 0px; }
  .accordion .accordion-button:active, .accordion .accordion-button:focus {
    box-shadow: none; }
  .accordion .accordion-button:not(.collapsed) {
    background-color: none !important;
    background: none !important;
    box-shadow: none; }

.accordion ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 5px; }
  .accordion ul a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    display: flex;
    align-items: center;
    padding: 16px 0px;
    letter-spacing: 0.005em;
    /* Basic/700 */
    color: #2e3a59; }

.footerMobile__list {
  margin-top: 50px;
  margin-bottom: 40px; }
  .footerMobile__list a {
    text-decoration: none; }

.heroSlider {
  user-select: none;
  margin-bottom: 60px; }
  @media screen and (max-width: 1023px) {
    .heroSlider {
      margin-bottom: 20px; } }
  .heroSlider a {
    text-decoration: none; }
    .heroSlider a:hover {
      text-decoration: none; }
  .heroSlider .sliderItem {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 70px; }
    .heroSlider .sliderItem > section {
      flex: 1 1 50%; }
    @media screen and (max-width: 1023px) {
      .heroSlider .sliderItem {
        margin-bottom: 50px;
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .heroSlider .sliderItem {
        flex-direction: column-reverse;
        gap: 24px;
        margin-top: 24px;
        margin-bottom: 64px; } }
    .heroSlider .sliderItem .badge {
      margin-bottom: 15px; }
      .heroSlider .sliderItem .badge:hover {
        color: #fff; }
    .heroSlider .sliderItem-title {
      font-weight: 700;
      font-size: 48px;
      font-size: clamp(24px, 10vw, 48px);
      color: #2e3a59;
      line-height: normal;
      display: block; }
      .heroSlider .sliderItem-title.sliderItem-title-mb2 {
        margin-bottom: 10px; }
      @media screen and (min-width: 768px) and (max-width: 1199px) {
        .heroSlider .sliderItem-title {
          font-size: 32px; } }
      @media screen and (max-width: 992px) {
        .heroSlider .sliderItem-title {
          font-size: 24px; } }
    .heroSlider .sliderItem__right img {
      border-radius: 8px;
      width: 100%;
      aspect-ratio: 3/2;
      max-height: 376px;
      object-fit: cover; }
    .heroSlider .sliderItem__left {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media screen and (min-width: 576px) {
        .heroSlider .sliderItem__left {
          padding-right: 20px; } }
      @media screen and (max-width: 992px) {
        .heroSlider .sliderItem__left {
          gap: 16px; } }
    .heroSlider .sliderItem .btn {
      margin-top: 32px; }
    @media screen and (min-width: 992px) {
      .heroSlider .sliderItem .btn-primary {
        width: fit-content !important;
        padding: 11px 32px; } }
    .heroSlider .sliderItem__readmore {
      display: flex;
      justify-content: center;
      align-items: center;
      align-self: center;
      width: fit-content;
      font-size: 14px;
      margin-top: 38px;
      font-weight: 600;
      letter-spacing: 0.0125em;
      /* Primary/500 [Base] */
      color: #164e87;
      text-decoration: none;
      gap: 10px; }
      @media screen and (max-width: 1023px) {
        .heroSlider .sliderItem__readmore {
          margin-top: 20px; } }
      .heroSlider .sliderItem__readmore::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.49989 6.81882C5.40823 6.81882 5.3242 6.80354 5.24781 6.77299C5.17142 6.74243 5.09503 6.68896 5.01864 6.61257L0.481143 2.07507C0.358921 1.95285 0.301629 1.78861 0.309268 1.58236C0.316907 1.37611 0.381837 1.21188 0.50406 1.08966C0.656837 0.936878 0.821073 0.871948 0.996768 0.894865C1.17246 0.917781 1.32906 0.990351 1.46656 1.11257L5.49989 5.14591L9.53323 1.11257C9.65545 0.990351 9.81969 0.921601 10.0259 0.906323C10.2322 0.891045 10.3964 0.959795 10.5186 1.11257C10.6714 1.2348 10.7364 1.39521 10.7134 1.59382C10.6905 1.79243 10.618 1.96049 10.4957 2.09799L5.98114 6.61257C5.90475 6.68896 5.82836 6.74243 5.75198 6.77299C5.67559 6.80354 5.59156 6.81882 5.49989 6.81882Z' fill='%23164E87'/%3E%3C/svg%3E%0A") !important;
        background-repeat: no-repeat;
        background-size: contain;
        /* content: ""; */
        width: 16px;
        height: 12px;
        border: none;
        transform: rotate(270deg);
        margin-right: 16px;
        height: 7px;
        width: 14px; }

.swiper-pagination-bullet-active {
  width: 32px;
  background: #164e87;
  border-radius: 100px; }

@media screen and (max-width: 1023px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none; } }

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px !important;
  color: #164e87; }

.swiper-button-next {
  right: -66px; }
  @media screen and (max-width: 1400px) {
    .swiper-button-next {
      right: -23px; } }

.swiper-button-prev {
  left: -66px; }
  @media screen and (max-width: 1400px) {
    .swiper-button-prev {
      left: -23px; } }

@media screen and (max-width: 1023px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none; } }

.badge-success {
  background-color: #00b87c;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  /* identical to box height, or 127% */
  display: flex;
  align-items: center;
  text-align: center;
  /* Basic/100 */
  color: #ffffff;
  background: #0f9d58;
  border-radius: 100px;
  width: fit-content;
  padding: 6px 16px;
  user-select: none; }

.edContainer {
  background: #f7f9fc;
  border-radius: 8px;
  margin-bottom: 80px;
  padding: 20px; }
  @media screen and (max-width: 1200px) {
    .edContainer {
      margin-bottom: 50px; } }
  .edContainer .edPlaceholder {
    width: 100%;
    background: #faa61a;
    margin: 0 auto; }

.ArticleArea {
  margin-bottom: 80px; }
  @media screen and (max-width: 1200px) {
    .ArticleArea {
      margin-top: 50px !important;
      margin-bottom: 50px !important; } }
  .ArticleArea__header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 42px; }
    @media screen and (max-width: 992px) {
      .ArticleArea__header {
        gap: 24px;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px; } }
    .ArticleArea__header .ArticleArea__title {
      font-size: 34px;
      line-height: normal;
      letter-spacing: 0.0025em;
      font-weight: 700;
      color: #2e3a59; }
      @media screen and (max-width: 992px) {
        .ArticleArea__header .ArticleArea__title {
          font-size: 24px; } }
  .ArticleArea__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 40px; }
    @media screen and (max-width: 1023px) {
      .ArticleArea__wrap {
        margin-top: 26px;
        overflow: auto;
        /* white-space: nowrap; */
        grid-auto-flow: column;
        grid-template-column: repeat(auto-fill, 240px);
        overflow-x: auto;
        overflow-x: auto; }
        .ArticleArea__wrap::-webkit-scrollbar-track {
          background-color: none;
          background: none;
          box-shadow: none; }
        .ArticleArea__wrap::-webkit-scrollbar {
          width: 3px !important;
          height: 3px;
          background-color: none; }
        .ArticleArea__wrap::-webkit-scrollbar-thumb {
          border-radius: 10px;
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          background-color: #cacaca88; }
        .ArticleArea__wrap.noWrap {
          grid-template-columns: repeat(2, 1fr);
          grid-template-rows: repeat(1, 1fr);
          grid-auto-flow: initial;
          grid-column-gap: 40px;
          grid-row-gap: 40px;
          margin-top: 0px;
          overflow: hidden; } }
    @media screen and (max-width: 1023px) and (max-width: 767px) {
      .ArticleArea__wrap.noWrap {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-auto-flow: initial;
        grid-column-gap: 20px;
        grid-row-gap: 35px; } }
    @media screen and (max-width: 1023px) {
          .ArticleArea__wrap.noWrap .ArticleThumb {
            width: 100%; } }

.ArticleThumb {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 19px;
  text-decoration: none; }
  @media screen and (max-width: 1024px) {
    .ArticleThumb {
      gap: 16px; }
      .ArticleThumb img {
        margin: 0 !important; } }
  .ArticleThumb a {
    width: 100%; }
  .ArticleThumb img {
    margin-bottom: 8px;
    object-fit: cover;
    aspect-ratio: 3/2;
    border-radius: 8px;
    width: 100%; }
  .ArticleThumb__category {
    font-size: 11px;
    line-height: normal;
    /* identical to box height, or 127% */
    color: #2e3a59;
    text-decoration: none; }
    @media screen and (max-width: 1024px) {
      .ArticleThumb__category {
        margin-top: 11px; } }
    .ArticleThumb__category:hover {
      color: inherit; }
  .ArticleThumb__title {
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    display: flex;
    align-items: center;
    letter-spacing: 0.0015em;
    text-decoration: none;
    /* Basic/800 */
    color: #222b45; }
    .ArticleThumb__title:hover {
      color: inherit; }
    @media screen and (max-width: 1024px) {
      .ArticleThumb__title {
        margin-top: 2.5px; } }

.seeMore {
  font-size: 14px;
  line-height: normal;
  display: flex;
  align-items: center;
  letter-spacing: 0.0125em;
  /* Primary/500 [Base] */
  color: #164e87;
  text-decoration: none;
  font-weight: 600;
  gap: 10px; }
  @media screen and (max-width: 1024px) {
    .seeMore {
      margin-top: 2.5px; } }
  .seeMore:hover {
    color: #164e87; }
  .seeMore::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.49989 6.81882C5.40823 6.81882 5.3242 6.80354 5.24781 6.77299C5.17142 6.74243 5.09503 6.68896 5.01864 6.61257L0.481143 2.07507C0.358921 1.95285 0.301629 1.78861 0.309268 1.58236C0.316907 1.37611 0.381837 1.21188 0.50406 1.08966C0.656837 0.936878 0.821073 0.871948 0.996768 0.894865C1.17246 0.917781 1.32906 0.990351 1.46656 1.11257L5.49989 5.14591L9.53323 1.11257C9.65545 0.990351 9.81969 0.921601 10.0259 0.906323C10.2322 0.891045 10.3964 0.959795 10.5186 1.11257C10.6714 1.2348 10.7364 1.39521 10.7134 1.59382C10.6905 1.79243 10.618 1.96049 10.4957 2.09799L5.98114 6.61257C5.90475 6.68896 5.82836 6.74243 5.75198 6.77299C5.67559 6.80354 5.59156 6.81882 5.49989 6.81882Z' fill='%23164E87'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    /* content: ""; */
    width: 16px;
    height: 12px;
    border: none;
    transform: rotate(270deg);
    height: 7px;
    width: 14px; }

.heroSliderVarticles p {
  font-size: 14px;
  line-height: 19px;
  margin: 6px 0px;
  letter-spacing: 0.0025em;
  color: #2E3A59; }

@media screen and (min-width: 992px) {
  .heroSliderVarticles .sliderItem {
    flex-direction: row-reverse; } }

@media screen and (max-width: 1023px) {
  .heroSliderVarticles .sliderItem__left p {
    display: none; } }

@media screen and (min-width: 992px) {
  .heroSliderVarticles .sliderItem__left {
    padding-right: 1%;
    padding-left: 122px; } }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .heroSliderVarticles .sliderItem__left {
    padding-left: 20px; } }

.heroSliderVarticles .sliderItem-title {
  font-size: 24px; }

.categoriesSliderWrap .swiper-slide span {
  display: none; }

.categoriesSliderWrap .swiper-pagination {
  display: none; }

.categoriesMobile {
  grid-column-gap: 25px;
  overflow-x: auto;
  grid-row-gap: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-auto-flow: column;
  margin-top: 26px;
  overflow: auto;
  overflow-x: auto;
  margin-bottom: 90px; }
  .categoriesMobile::-webkit-scrollbar-track {
    background-color: none;
    background: none;
    box-shadow: none; }
  .categoriesMobile::-webkit-scrollbar {
    width: 3px !important;
    height: 3px;
    background-color: none; }
  .categoriesMobile::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #cacaca88; }
  @media screen and (max-width: 992px) {
    .categoriesMobile {
      margin-bottom: 80px; } }

@media screen and (max-width: 992px) {
  .categoriesSliderWrap {
    padding-right: 0 !important; } }

.inPageHeader {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media screen and (max-width: 992px) {
    .inPageHeader {
      margin-top: 24px; } }
  @media screen and (max-width: 768px) {
    .inPageHeader {
      gap: 16px; }
      .inPageHeader h1 {
        margin: 0; } }
  .inPageHeader__title {
    max-width: 564px;
    font-weight: 700;
    font-size: 34px;
    line-height: normal;
    letter-spacing: 0.0025em;
    /* Basic/700 */
    color: #2E3A59; }
    @media screen and (max-width: 992px) {
      .inPageHeader__title {
        font-size: 24px; } }
  .inPageHeader__socials {
    font-weight: 400;
    gap: 16px;
    display: flex;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.005em;
    /* Basic/700 */
    color: #2E3A59;
    text-decoration: none; }
    .inPageHeader__socials a {
      text-decoration: none; }
  .inPageHeader .inPageHeaderLastRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px; }
    @media screen and (max-width: 992px) {
      .inPageHeader .inPageHeaderLastRow {
        flex-direction: column; } }

.inPageHeroBannerWrap {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px; }
  @media screen and (min-width: 992px) {
    .inPageHeroBannerWrap {
      max-height: 376px; } }
  @media screen and (max-width: 992px) {
    .inPageHeroBannerWrap {
      margin-top: 50px; } }
  .inPageHeroBannerWrap > * {
    flex: 1 1 50%;
    display: flex; }
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    .inPageHeroBannerWrap div:first-child {
      flex: 1 1 61%; } }
  @media screen and (min-width: 992px) {
    .inPageHeroBannerWrap__firstpic {
      border-radius: 8px; } }
  .inPageHeroBannerWrap__secpicWrap {
    border-radius: 8px;
    align-items: center;
    justify-content: center; }
    .inPageHeroBannerWrap__secpicWrap img {
      height: auto;
      max-height: 336px;
      aspect-ratio: 2/2; }

.bg-gray {
  background: #F7F9FC; }

.inPageBody {
  max-width: 564px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 14px;
  color: #2E3A59; }
  .inPageBody h1 {
    font-size: 34px;
    font-weight: 700; }
  .inPageBody h2 {
    font-size: 24px;
    font-weight: 700; }
  .inPageBody h3 {
    font-size: 22px;
    font-weight: 700; }
  .inPageBody h4 {
    font-size: 20px;
    font-weight: 700; }
  .inPageBody h5 {
    font-size: 18px;
    font-weight: 700; }
  .inPageBody h6 {
    font-size: 16px;
    font-weight: 700; }
  .inPageBody img {
    margin: 20px 0px 10px; }
  .inPageBody ol {
    margin: 40px 0px;
    padding: 0px  18px; }
  .inPageBody ul {
    list-style: none;
    padding: 0;
    display: grid;
    width: fit-content;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 27px;
    grid-row-gap: 8px; }
    @media screen and (max-width: 992px) {
      .inPageBody ul {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 8px;
        width: 100%;
        justify-content: space-between;
        justify-items: stretch; } }
    .inPageBody ul li {
      font-weight: 400; }
    .inPageBody ul li::marker {
      display: none; }
    .inPageBody ul li {
      display: flex;
      align-items: flex-start; }
      .inPageBody ul li::before {
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.12489 8.825L1.35406 6.05416C1.04531 5.74541 0.554473 5.74541 0.245723 6.05416C-0.0630273 6.36291 -0.0630273 6.85375 0.245723 7.1625L3.56281 10.4796C3.87156 10.7883 4.37031 10.7883 4.67906 10.4796L13.0707 2.09583C13.3795 1.78708 13.3795 1.29625 13.0707 0.987498C12.762 0.678748 12.2711 0.678748 11.9624 0.987498L4.12489 8.825Z' fill='%230F9D58'/%3E%3C/svg%3E%0A");
        margin-right: 7px;
        background-repeat: no-repeat;
        background-size: contain;
        /* content: ""; */
        width: 16px;
        height: 12px;
        border: none;
        width: 18px;
        height: 14px;
        flex: 0 0 18px;
        content: '';
        margin-top: 3px; }
  .inPageBody h2 {
    margin: 24px 0px;
    margin-top: 30px;
    margin-bottom: 22px; }
  .inPageBody p {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    display: flex;
    align-items: center;
    letter-spacing: 0.0015em;
    /* Basic/700 */ }
  .inPageBody strong {
    font-weight: 600;
    font-size: 16px; }

.inpageFeatures {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px; }
  @media screen and (max-width: 992px) {
    .inpageFeatures {
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: repeat(1, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 24px;
      margin-top: 50px; }
      .inpageFeatures img {
        margin-top: 0px; }
      .inpageFeatures p {
        margin: 0; } }
  .inpageFeatures > section {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .inpageFeatures img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-bottom: 0; }

.inpageFooter {
  margin-top: 60px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr); }
  @media screen and (max-width: 992px) {
    .inpageFooter {
      margin-top: 50px;
      grid-template-columns: repeat(1, 1fr); } }
  @media screen and (min-width: 992px) {
    .inpageFooter__right {
      display: flex;
      justify-content: center;
      align-items: center;
      align-self: center; } }

.inPageLike {
  margin-top: 80px;
  display: flex;
  padding: 50px;
  background: #F7F9FC;
  /* Basic/300

EDF1F7
237, 241, 247
*/
  border: 1px solid #EDF1F7;
  border-radius: 8px;
  flex-direction: column;
  gap: 24px;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 0.0015em;
  /* Basic/700 */
  color: #2E3A59;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center; }
  @media screen and (max-width: 992px) {
    .inPageLike {
      margin-top: 50px; } }
  .inPageLike a {
    border: 1px solid #164E87;
    border-radius: 8px;
    gap: 12px;
    display: flex;
    text-decoration: none;
    color: #164E87;
    font-size: 13px;
    padding: 10px 16px; }

.inPageLikeRow {
  max-width: 564px;
  margin: 0 auto;
  padding: 0 !important; }

.pagination {
  margin: 0 auto;
  margin-bottom: 80px; }
  @media screen and (max-width: 992px) {
    .pagination {
      margin: 0 auto;
      margin-bottom: 50px; } }
  .pagination .page-item {
    border: 2px solid #E4E9F2;
    border-radius: 4px !important;
    width: 48px;
    height: 48px;
    margin: 4px !important; }
    .pagination .page-item:hover {
      background-color: #e4e9f2;
      border-color: #e4e9f2; }
    .pagination .page-item.active {
      border-color: #1A4784; }
    .pagination .page-item:first-child, .pagination .page-item:last-child {
      background-color: #E4E9F2 !important; }
  .pagination .page-link {
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2E3A59; }
    .pagination .page-link span {
      display: flex;
      justify-content: center;
      align-items: center;
      align-self: center; }

.CategoryPage .ArticleArea__title {
  margin-bottom: 24px; }

.ArticleArea__boot {
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  margin-top: 16px;
  /* identical to box height */
  margin-bottom: 24px;
  line-height: 30px;
  letter-spacing: 0.001em;
  color: #2E3A59; }
  .ArticleArea__boot strong {
    font-weight: 700; }

.errorPageBody {
  max-width: 564px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px; }
  @media screen and (max-width: 992px) {
    .errorPageBody {
      margin-top: 30px; } }
  .errorPageBody p {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 24px;
    letter-spacing: 0.0025em;
    /* Basic/700 */
    color: #2E3A59; }
  .errorPageBody__Footer {
    margin-top: 10px;
    margin-bottom: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    gap: 22px; }
    @media screen and (max-width: 992px) {
      .errorPageBody__Footer {
        margin-bottom: 70px; } }
    .errorPageBody__Footer a {
      text-decoration: none; }
  .errorPageBody__bigTitle {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: normal;
    letter-spacing: 0.0025em;
    color: #2E3A59; }
    @media screen and (max-width: 992px) {
      .errorPageBody__bigTitle {
        font-size: 24px; } }
  .errorPageBody__title {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 20px;
    color: #2E3A59; }

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 1;
  background: #C5CEE0; }

.searchNullPage .ArticleArea {
  margin-top: 40px; }
  @media screen and (max-width: 992px) {
    .searchNullPage .ArticleArea {
      margin-top: 20px; } }

/*
@media
screen and (min-width: 1023px) {
  .footerMobile__list{
    display:none;
  }
}
@media
screen and (max-width: 1023px)
{
  .footerDesktop__list {
    display:none;
  }
}
*/
.header__bottom a, .header__bottom button {
  transition: none; }

.swiper-scrollbar {
  display: none; }

.breadcrumbs {
  overflow: auto; }

.breadcrumb {
  flex-wrap: nowrap;
  max-width: 100%;
  width: fit-content;
  overflow: auto; }

@media screen and (max-width: 768px) {
  .edContainer-wrapper {
    padding: 0px !important; }
  .edContainer {
    padding: 0px !important; } }

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00015 7.07506C5.90015 7.07506 5.80848 7.05839 5.72515 7.02506C5.64182 6.99172 5.55848 6.93339 5.47515 6.85006L0.525149 1.90006C0.391816 1.76672 0.329316 1.58756 0.337649 1.36256C0.345983 1.13756 0.416816 0.95839 0.550149 0.825057C0.716816 0.65839 0.895983 0.587557 1.08765 0.612557C1.27932 0.637557 1.45015 0.716724 1.60015 0.850058L6.00015 5.25006L10.4001 0.850058C10.5335 0.716724 10.7126 0.641724 10.9376 0.625057C11.1627 0.60839 11.3418 0.683391 11.4752 0.850058C11.6418 0.983391 11.7126 1.15839 11.6876 1.37506C11.6627 1.59172 11.5835 1.77506 11.4502 1.92506L6.52515 6.85006C6.44182 6.93339 6.35848 6.99172 6.27515 7.02506C6.19182 7.05839 6.10015 7.07506 6.00015 7.07506Z' fill='%23151A30'/%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 12px; }

.accordion-button:not(.collapsed)::after {
  width: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.549682 6.82498C0.399682 6.67497 0.320515 6.49998 0.312181 6.29998C0.303848 6.09998 0.374681 5.92497 0.524681 5.77497L5.47468 0.824975C5.55802 0.741642 5.64135 0.683308 5.72468 0.649975C5.80802 0.616641 5.89968 0.599976 5.99968 0.599976C6.09968 0.599976 6.19135 0.616641 6.27468 0.649975C6.35801 0.683308 6.44135 0.741642 6.52468 0.824975L11.4747 5.74998C11.6247 5.88331 11.6997 6.05414 11.6997 6.26248C11.6997 6.47081 11.6247 6.64998 11.4747 6.79998C11.3247 6.94998 11.1455 7.02497 10.9372 7.02497C10.7288 7.02497 10.5497 6.94998 10.3997 6.79998L5.99968 2.42498L1.59968 6.84998C1.46635 6.99998 1.29551 7.07081 1.08718 7.06248C0.878848 7.05414 0.699682 6.97498 0.549682 6.82498Z' fill='%23151A30'/%3E%3C/svg%3E%0A") !important;
  transform: none !important;
  background-size: contain; }

@media screen and (max-width: 768px) {
  .footerDesktop a {
    margin: 0 !important; }
  .footerDesktop * {
    font-size: 14px !important; }
  .footerDesktop .footerDesktop-bottom-right {
    margin-top: 16px; }
  .footerDesktop .accordion-body {
    padding: 0 !important; }
    .footerDesktop .accordion-body li:last-child a {
      padding-bottom: 30px; } }

@media screen and (max-width: 768px) {
  .formSearch .btn {
    height: 48px; } }
