/*
===============================================================================
VIKING-STYLES.CSS
===============================================================================
*/


/* ============================== @MEDIA ============================== */

/* COMPUTER (LARGE) OR LARGER */
@media screen and (min-width: 992px) {
  .heading-section-paragraph {
    text-align: justify;
  }
}

/* ==================== SLIDER ==================== */
/* TABLETS OR SMALLER */
@media screen and (max-width: 991.98px) {
  :root {
    --slide-1_image: url("../images/slider/slide-0.avif");
      --slide-1_color: rgba(255, 255, 255, 1.00);
      --slide-1_opacity: 1.00;
      --slide-1_brightness: 1.00;

    --slide-2_image: url("../images/slider/slide-0.avif");
      --slide-2_color: rgba(255, 255, 255, 1.00);
      --slide-2_opacity: 1.00;
      --slide-2_brightness: 1.00;

    --slide-3_image: url("../images/slider/slide-0.avif");
      --slide-3_color: rgba(255, 255, 255, 1.00);
      --slide-3_opacity: 1.00;
      --slide-3_brightness: 1.00;

    --slide-4_image: url("../images/slider/slide-0.avif");
      --slide-4_color: rgba(255, 255, 255, 1.00);
      --slide-4_opacity: 1.00;
      --slide-4_brightness: 1.00;
  }
  .swiper-pagination {
    display: none;
  }
}

/* ==================== STRATEGIC ==================== */

/* COMPUTER (LARGE) OR LARGER */
@media screen and (min-width: 992px) {
  .strategic-section .image {
    margin-left: 14px;
  }
  .strategic-section .section-content {
    margin-right: 15px;
  }
}

/* TABLETS OR SMALLER */
@media screen and (max-width: 991.98px) {
  .strategic-section .heading-section {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
}

/* COMPUTER (LARGE) OR LARGER */
@media screen and (min-width: 992px) {
  .strategic-text {
    text-align: justify;
  }
}


/* ==================== DISCREET ==================== */

/* MOBILE (ALL) OR SMALLER*/
@media screen and (max-width: 767.98px) {
  #private-image {
    display: none;
  }
}

/* ==================== MARKETS ==================== */

/* MOBILE (PORTRAIT) OR SMALLER*/
@media screen and (max-width: 575.98px) {
  .country-flag {
    max-height: calc(2.500rem * 1.00);
  }
}

/* MOBILE (ALL) OR SMALLER*/
@media screen and (max-width: 767.98px) {
  .country-row .col-md-auto.exchange.border-end {
    border-right: none !important;
  }
}

/* ============================== HTML ============================== */
body {
  background: var(--hex-background);
}

/* ============================== MISC ============================== */
.preload-container {background-color: var(--hex-blue-1)}
.preload-container .middle {content: url("../assets/images/logos/preload.png")}

/* =============== ICONS =============== */
/* STRATEGIC */
#strategic .fa-user,
#strategic .fa-users {
  color: var(--hex-blue-1) !important;
}

/* FLEXIBLE */
#flexible .fa-check {
  color: var(--hex-primary) !important
}

/* PRIVATE */
.fa-user.fa-2xl,
.fa-user-pen.fa-2xl,
.fa-user-xmark.fa-2xl,
.fa-user-shield.fa-2xl {
  color: var(--hex-blue-1) !important;
}

/* CONTACT */
.fa-globe.fa-xl,
.fa-phone.fa-xl,
.fa-envelope.fa-xl {
  color: var(--hex-blue-1) !important;
}

/* MOBILE MENU */
.fa-globe.fa-lg,
.fa-phone.fa-lg,
.fa-envelope.fa-lg {
  color: var(--hex-blue-1) !important;
}

/* =============== HEADINGS =============== */

/* HEADINGS (TAGS) */
.tag {
  font-weight: 500 !important;
  display: block;
  width: max-content;
  pointer-events: none;
  text-transform: uppercase;
  padding: var(--heading-tag_padding);
  font-size: var(--heading-tag_font-size) !important;
  line-height: var(--heading-tag_line-height) !important;
  letter-spacing: var(--heading-tag_letter-spacing) !important;
}
.tag-dark {
  color: var(--heading-tag-dark_color) !important;
  background-color: var(--heading-tag-dark_background-color) !important;
}
.tag-light {
  color: var(--heading-tag-light_color) !important;
  background-color: var(--heading-tag-light_background-color) !important;
}

/* HEADINGS (TEXT) */
.heading-section .heading-section-title {
  color: var(--heading-title_color);
  font-size: var(--heading-title_font-size) !important;
}
.heading-section .heading-section-subtitle {
  color: var(--heading-subtitle_color);
  font-size: var(--heading-subtitle_font-size);
  padding-top: var(--heading-subtitle_padding-top);
}
.heading-section .heading-section-paragraph {
  color: var(--heading-paragraph_color);
  font-size: var(--heading-paragraph_font-size);
  line-height: var(--heading-paragraph_line-height);
  padding-top: var(--heading-paragraph_padding-top);
}

.heading-section-light .heading-section-title {
  color: var(--heading-light-title_color);
}
.heading-section-light .heading-section-subtitle {
  color: var(--heading-light-subtitle_color);
}
.heading-section-light .heading-section-paragraph {
  color: var(--heading-light-paragraph_color);
}

/* =============== BUTTONS =============== */

/* BUTTONS (DARK) */
.tf-btn.style-1.button-dark {
  background-color: var(--hex-blue-1) !important;
  color: var(--hex-white);
}
.tf-btn.style-1.button-dark::before {
  height: 100%;
  background-color: var(--hex-white);
}
.tf-btn.style-1.button-dark:hover {
  background-color: var(--hex-primary) !important;
}
.tf-btn.style-1.button-dark:hover span {
  color: var(--hex-white);
}
.tf-btn.style-1.button-dark:hover::before {
  background-color: var(--hex-primary) !important;
}

/* BUTTONS (LIGHT) */
.tf-btn.style-1.button-light {
  background-color: var(--hex-white) !important;
  color: var(--hex-blue-1);
}
.tf-btn.style-1.button-light::before {
  height: 100%;
  background-color: var(--hex-blue-1);
}
.tf-btn.style-1.button-light:hover {
  background-color: var(--hex-primary) !important;
}
.tf-btn.style-1.button-light:hover span {
  color: var(--hex-white);
}
.tf-btn.style-1.button-light:hover::before {
  background-color: var(--hex-primary) !important;
}

/* ============================== HEADER ============================== */

/* HEADER */
.header {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  right: 0;
  z-index: 999;
  padding-top: var(--header_padding-top);
  padding-bottom: var(--header_padding-bottom);
  background: transparent;
  margin-bottom: -94px !important;
}
.header.is-fixed {
  top: 0;
  background: var(--hex-blue-1);
  border-bottom: 1px solid var(--hex-white);
  /* margin-bottom: 80px !important; */
}
.header.page-header {
  background-color: var(--hex-blue-1);
  border-bottom: 1px solid var(--hex-white);
}
.header.page-header .header-logo {
  content: url("../images/logos/logo-light.avif");
  width: 220px;
}
.header.page-header .menu-primary-menu .menu-item .item-link {
  color: var(--hex-white);
}

/* HEADER-CONTENT */
.header .header-content {
  align-items: center;
  justify-content: space-between;
}
.header .header-content .header-left {
  align-items: left;
  gap: var(--header-left_gap);
}

/* HEADER-LOGO */
.header .logo {
  padding-bottom: var(--header-logo_padding-bottom);
}
.header .header-logo {
  content: url("../images/logos/logo-dark.avif");
  width: 220px;
}
.header.is-fixed .header-logo {
  content: url("../images/logos/logo-light.avif");
  width: 220px;
}

/* HEADER MENU */
.header .menu-primary-menu .menu-item .item-link {
  line-height: 94px !important;
  color: var(--header-menu-text_color);
}
.header.is-fixed .menu-primary-menu .menu-item .item-link {
  color: var(--hex-white);
}
.menu-primary-menu {
  gap: var(--header-menu_gap);
}

.menu-primary-menu .menu-item .item-link {}

.menu-primary-menu .menu-item.menu-item-has-children {
  /* padding-right: 20px; */
  padding-right: 0px;
}
.menu-primary-menu .menu-item.menu-item-has-children .item-link::before {
  /* content: "\002B"; */
  content: "";
  /* right: -19px; */
  right: 0px;
  font-size: var(--header-menu_font-size);
  line-height: 6px;
}
.menu-primary-menu .menu-item .item-link {
  line-height: 104px;
  font-weight: 500;
  font-size: var(--header-menu_font-size);
}
.menu-primary-menu .menu-item .item-link::after {
  background: var(--hex-blue-1);
}
.sub-menu {
  background-color: var(--header-submenu-background);
  min-width: 260px;
}
.sub-menu .sub-menu-item a {
  color: var(--header-submenu-text);
}
.sub-menu .sub-menu-item a::after {
  background: var(--header-submenu-underline);
}
.sub-menu .sub-menu-item:hover a {
  color: var(--header-submenu-text);
}
.sub-menu .sub-menu-item.divider {
  position: relative;
  width: 100%;
}
.sub-menu .sub-menu-item.divider:before {
  content: '';
  position: absolute;
  bottom: 50%;
  border-bottom: 1px dotted white;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.header .mobile-button span {
  background-color: var(--hex-blue-1);
}
.header.is-fixed .mobile-button span {
  background-color: var(--hex-white);
}
.header.is-fixed .sub-menu {
  border: 1px solid var(--hex-white);
  border-top: none;
}

/* ============================== SLIDER ============================== */

/* =============== SWIPER.JS =============== */
.swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin-right: 13px !important;
  opacity: 1.0;
  background-color: transparent;
  border: 1px solid var(--swiper-bullet_color);
}
.swiper-pagination-bullet::after {
  position: absolute;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--swiper-bullet_color);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: var(--swiper-bullet_color);
}
.swiper-slide-active .title-a-fade {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: var(--slide-title-a_transition-delay);
}
.swiper-slide-active .title-b-fade {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: var(--slide-title-b_transition-delay);
}
.swiper-slide-active .subtitle-fade {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: var(--slide-subtitle_transition-delay);
}
.swiper-slide-active .button-fade {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: var(--slide-button_transition-delay);
}

/* =============== SLIDER =============== */
.page-title-home.h-5 {
  padding-top: var(--slider_padding-top);
  padding-bottom: var(--slider_padding-bottom);
}
.page-title-home.h-5 .page-title-inner::after {
  /* background: linear-gradient(180deg, rgba(36, 40, 62, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%); */
  background: none;
}
#slider .tf-btn {
  color: var(--slider-button_color);
  background-color: var(--slider-button_background-color) !important;
}
#slider .tf-btn::before {
  background-color: var(--hex-primary);
}
#slider .tf-btn:hover {
  color: var(--slider-button_color);
  border-color: var(--hex-primary);
  background-color: var(--hex-primary) !important;
}
#slider .tf-btn:hover span {
  color: var(--slider-button_color);
}

/* =============== SLIDES =============== */
.page-title-home.h-5 .page-title-inner {
  background-color: var(--hex-background) !important;
}
.page-title-home.h-5 .page-title-inner.slide-1::before {
  background-image: var(--slide-1_image);
  background-color: var(--slide-1_background-color);
    background-blend-mode: luminosity;
}
.page-title-home.h-5 .page-title-inner.slide-2::before {
  background-image: var(--slide-2_image);
  background-color: var(--slide-2_background-color);
    background-blend-mode: luminosity;
}
.page-title-home.h-5 .page-title-inner.slide-3::before {
  background-image: var(--slide-3_image);
  background-color: var(--slide-3_background-color);
    background-blend-mode: luminosity;
}
.page-title-home.h-5 .page-title-inner.slide-4::before {
  background-image: var(--slide-4_image);
  background-color: var(--slide-4_background-color);
    background-blend-mode: luminosity;
}

/* =============== TEXT =============== */
.page-title-home .page-title-inner .page-title-content h1 {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 700;
}
.page-title-home .page-title-inner .page-title-content h1.title-a {
  margin-bottom: 0px;
  color: var(--slider-text-title-a_color);
}
.page-title-home .page-title-inner .page-title-content h1.title-b {
  color: var(--slider-text-title-b_color);
}
.page-title-home .page-title-inner .page-title-content .sub-title {
  color: var(--slider-text-subtitle_color);
}
.page-title-home .page-title-inner .page-title-content .sub-title i {
  color: var(--hex-primary);
}

/* ============================== ABOUT ============================== */
.section-about.h-1 {
  padding-top: var(--about_padding-top);
  padding-bottom: var(--about_padding-bottom);
  background-color: var(--about_background-color);
}

/* ABOUT (LEFT) */
.section-about.h-1 .about-content-left {
  padding-right: 25px;
  border-right: var(--about_border);
}
.section-about.h-1 .about-content-left h4 {
  color: var(--about-left_color);
  padding-bottom: 15px;
}

/* ABOUT (RIGHT) */
.section-about.h-1 .flat-animate-tab {
  margin-top: 20px;
  padding-top: 20px;
  border-top: var(--about_border);
}
.section-about.h-1 .flat-animate-tab .wg-tab ul {
  gap: 20px;
}
.section-about.h-1 .about-content-right .nav-tab-item a {
  color: var(--about-left_color);
}
.section-about.h-1 .flat-animate-tab .tab-product {
  border: none !important;
}
.section-about.h-1 .about-content-right .years {
  margin-bottom: 0px;
}
.section-about.h-1 .about-content-right .years h2 {
  color: var(--hex-white);
}
.section-about.h-1 .about-content-right .text {
  color: var(--about-right_color);
}
.section-about.h-1 .about-content-right .text a {
  color: var(--about-right_color);
  border-bottom: 1px dotted var(--about-right_color);
}
.section-about.h-1 .about-content-right .text a:hover {
  color: var(--hex-primary);
  border-bottom: 1px dotted var(--hex-primary);
}

/* ============================== STRATEGIC ============================== */
.strategic-section {
  padding-top: var(--strategic_padding-top);
  padding-bottom: var(--strategic_padding-bottom);
  background-color: var(--strategic_background-color);
}
.strategic-section .section-content {
  padding-top: 10px;
}
.strategic-section .heading-section {
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.strategic-section .strategic-text {
  color: var(--strategic-text_color);
  font-size: var(--strategic-text_font-size);
  line-height: var(--strategic-text_line-height);
  padding-top: var(--strategic-text_padding-top);
}

.strategic-section .image {
  display: inline-block;
  isolation: isolate;
  opacity: var(--strategic-image_opacity);
  background-color: var(--strategic-image_background-color);
  filter: contrast(var(--strategic-image_contrast));
  filter: brightness(var(--strategic-image_brightness));
  border: var(--strategic-image-border-size) solid var(--strategic-image-border-color);
}

.strategic-section .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

.strategic-section .image.no-border {
  border: none;
}

/* ============================== FLEXIBLE ============================== */
.section-services {
  padding-top: var(--flexible_padding-top);
  padding-bottom: var(--flexible_padding-bottom);
  background-color: var(--flexible-outer_background-color) !important;
}

/* FLEXIBLE (INNER) */
.section-services .section-services-inner {
  background-color: var(--flexible-inner-top_background-color) !important;
}
.section-services .section-services-inner-content {
  background-color: var(--flexible-inner-bottom_background-color) !important;
}

/* FLEXIBLE (INNER LEFT) */
.flat-animate-tab.style-row {
  padding-bottom: 5px;
}
.wg-tab.style-3 ul {
  gap: 0px;
}
.wg-tab.style-3 ul li a {
  color: var(--flexible-tab-inactive_color);
  border-top: 1px solid var(--flexible-tab-inactive_color);
  border-bottom: 1px solid var(--flexible-tab-inactive_color);
  padding-top: 25px;
  padding-bottom: 25px;
}
.wg-tab.style-3 ul li a::after {
  content: "\f061";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: var(--flexible-tab-inactive_color);
}
.wg-tab.style-3 ul li a.active {
  color: var(--flexible-tab-active_color);
  border-top: 1px solid var(--flexible-tab-active_color);
  border-bottom: 1px solid var(--flexible-tab-active_color);
  /* text-transform: uppercase; */
}
.wg-tab.style-3 ul li a.active::after {
  color: var(--flexible-tab-active_color);
}
.wg-tab.style-3 ul li:hover a {
  color: var(--hex-primary);
  border-bottom: 1px solid var(--hex-primary);
}
.wg-tab.style-3 ul li:hover a::after {
  color: var(--hex-primary);
}

/* FLEXIBLE (INNER RIGHT TOP) */
.section-services .tab-content {
  padding-left: 0px;
  padding-bottom: 0px;
}
.section-services .tab-pane {
  padding-bottom: 0px;
}
.section-services .tab-content .tab-pane h4 {
  color: var(--flexible-text_color);
}
.section-services .tab-content .tab-pane .desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  color: var(--flexible-text_color);
}

/* FLEXIBLE (INNER RIGHT BOTTOM) */
.flexible-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--flexible-item-icon_gap) !important;
  max-width: 100%;
}
.flexible-item .icon i {
  font-size: var(--flexible-item-icon_font-size);
  color: var(--flexible-item-icon_color);
}
.flexible-item .flexible-item-text {
  font-size: var(--flexible-item-text_size);
  color: var(--flexible-item-text_color) !important;
}

/* ============================== PRIVATE ============================== */
.section-why-choose.h-8 {
  padding-top: var(--private_padding-top);
  padding-bottom: var(--private_padding-bottom);
  background-color: var(--hex-background) !important;
}
.section-why-choose.h-8 .list-box-icon {
  align-items: center;
  justify-content: center;
  row-gap: 60px;
  height: 100%;
}
.section-why-choose.h-8 .box-icon .icon {
  margin-bottom: 25px;
}
.section-why-choose.h-8 .box-icon:hover .icon {
  transform: none;
}
.section-why-choose.h-8 .box-icon .icon i {
  font-size: 60px;
}
.section-why-choose.h-8 .box-content {
  margin-top: 25px;
}

/* ITEM TITLE/SUBTITLE */
.section-why-choose.h-8 .box-icon .title-box {
  margin-bottom: 8px;
  color: var(--private-title_color);
}
.section-why-choose.h-8 .box-icon .sub-title {
  color: var(--private-subtitle_color);
  text-align: justify;
}

/* BULLET LIST */
.section-why-choose.h-8 .private-list {
  padding-bottom: 12px;
}
.section-why-choose.h-8 .private-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px; /* space after check mark */
  max-width: 100%;
} /* .benefit-items */
.section-why-choose.h-8 .private-list-item {
  gap: 6px;
  align-items: start;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.section-why-choose.h-8 .private-list-item:last-child {
  padding-bottom: 0;
}
.section-why-choose.h-8 .private-list-item .icon i {
  font-size: 28px;
  color: var(--hex-primary);
} /* bullet check marks */
.section-why-choose.page-about .border-bottom {
  border-bottom: none !important;
}

/* ============================== SIMPLIFIED ============================== */
.section-process.h-6 {
  padding-top: var(--simplified_padding-top);
  padding-bottom: var(--simplified_padding-bottom);
  background-color: var(--hex-blue-1);
}

.section-process.h-6 .section-process-inner .section-process-content {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .section-process.h-6 .section-process-inner .section-process-content {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.section-process.h-6 .process-item.style-3 .number-process {
  color: var(--hex-blue-1);
  border-color: var(--hex-primary);
  border-radius: 50%;
  background-color: var(--hex-white);
}
.section-process.h-6 .process-item.style-3 .circle {
  border-color: var(--hex-primary);
}
.section-process.h-6 .process-item .name-process {
  color: var(--process-step-name_color);
}
.section-process.h-6 .process-item .desc {
  color: var(--process-step-desc_color);
}

.section-process.h-6 .image {
  display: inline-block;
  isolation: isolate;
  opacity: var(--simplified-image_opacity);
  background-color: var(--simplified-image_background-color);
  filter: contrast(var(--simplified-image_contrast));
  filter: brightness(var(--simplified-image_brightness));
}

.section-process.h-6 .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

/* ============================== FAQ ============================== */

/* =============== SECTION =============== */
.faq-section {
  padding-top: var(--faq_padding-top);
  padding-bottom: var(--faq_padding-bottom);
}

/* =============== ACCORDION =============== */
.faq-accordion {
  border: var(--faq-accordion_border);
  border-radius: var(--faq-accordion_border-radius);
  background-color: var(--faq-accordion_background-color);
}
.faq-accordion .accordion-item {
  border-bottom: var(--faq-accordion-item_border);
}

/* =============== QUESTION =============== */
.faq-accordion .accordion-item .faq-question {
  display: inline-block;
  color: var(--faq-accordion-question_color);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.faq-accordion .accordion-item .faq-question span {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 18px;
  padding-left: var(--faq-accordion-item-symbol_padding);
}
.faq-accordion .accordion-item .faq-question span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 1px;
  background-color: var(--faq-accordion-item-symbol_background-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-accordion .accordion-item .faq-question span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 1px;
  transform: rotate(90deg);
  background-color: var(--faq-accordion-item-symbol_background-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-accordion .accordion-item .faq-question:not(.collapsed) span::after {
  opacity: 0;
  visibility: hidden;
}

/* =============== ANSWER =============== */
.faq-accordion .accordion-item .faq-answer {
  color: var(--faq-accordion-answer_color);
}
.faq-accordion .accordion-item .faq-answer p {
  text-align: justify;
}

/* ============================== CONTACT ============================== */
.section-banner.h-8 {
  padding-top: var(--contact_padding-top);
  padding-bottom: var(--contact_padding-bottom);
  background-color: var(--hex-blue-1);
}
.section-banner.h-8::before {
  opacity: var(--contact_opacity);
  background-image: var(--contact_background-image);
  background-color: var(--contact_background-color);
  background-blend-mode: luminosity;
}

/* CONTACT (TOP) */
.section-banner.h-8 .sub-title {
  text-align: justify;
}

/* CONTACT (BOTTOM) */
.contact-container {
  display: flex;
  gap: 30px;
}
.contact-container .contact-left,
.contact-container .contact-right {
  /* flex-grow: 1; */
  padding: 0px;
}
.section-banner.h-8 .tf-phone .icon {
  width: 40px;
  height: 40px;
  background: var(--hex-white);
}
.section-banner.h-8 .tf-phone .icon i {
  font-size: 20px;
}
.section-banner.h-8 .caption-2 {
  color: var(--hex-white);
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
}
.section-banner.h-8 h8 a {
  color: var(--hex-white-1a);
  font-weight: 700;
}

/* ============================== FOOTER ============================== */
.footer {
  padding-top: var(--footer_padding-top);
  padding-bottom: var(--footer_padding-bottom);
}
.footer-bottom {
  background-color: var(--hex-primary)
}
.footer-dark .footer-bottom {
  background-color: var(--hex-blue-1)
}
.footer-bottom .footer-bottom-inner .text {
  color: var(--hex-white)
}
.footer-bottom .footer-bottom-inner .right ul li {
  border-right: 1px solid var(--hex-white)
}
.footer-bottom .footer-bottom-inner .right a {
  color: var(--hex-white)
}

/* ============================== OTHER ============================== */

/* =============== MOBILE =============== */
#menu-mobile li.menu-item-has-children-mobile > a::after {
  content: "\002B";
  font-size: 20px;
}
#menu-mobile li.menu-item-has-children-mobile > a.collapsed::after {
  transform: rotate(0deg);
}
#menu-mobile li.menu-item-has-children-mobile > a:not(.collapsed)::after {
  transform: rotate(180deg);
  content: "\2212";
}
.current-menu-mobile-item > a {
  color: var(--hex-blue-1) !important;
}
.content-contact-mobile {
  margin-bottom: 10px;
}
.content-contact-mobile a i {
  font-size: 20px;
}
.content-contact-mobile a {
  border-bottom: 2px dotted var(--hex-primary);
}
.content-contact-mobile .tf-social .item a .icon i {
  font-size: 20px;
}

/* =============== PROGRESS =============== */
.progress-wrap {
  background: var(--hex-white);
  box-shadow: inset 0 0 0 2px rgba(49, 124, 111, 0.50);
  box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.30);
}
.progress-wrap::after {
  content: "\02C4";
  display: inline-block;
  transform: rotate(0deg);
  color: var(--hex-primary);
  font-size: 20px;
  font-weight: bold;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 5;
}

/*
===============================================================================
PAGES
===============================================================================
*/

.page-section {
  padding-top: var(--page_padding-top);
  padding-bottom: var(--page_padding-bottom);
  background-color: var(--hex-background);
}

/* ============================== PAGE (MARKETS) ============================== */

:root {

  /* BANNER */
  --markets-banner-title_color: var(--hex-white);

  --markets-banner-image_opacity: 0.20;
  --markets-banner-image_background-image: url("../images/pages/markets.avif");
  --markets-banner-image_background-color: rgba(36, 40, 62, 1.00);

  /* ACCORDION */
  --markets-accordion_background-color: var(--hex-background);
  --markets-accordion-button-active_color: var(--hex-white);
  --markets-accordion-button-active_background-color: var(--hex-blue-1);
  --markets-accordion-button-inactive_color: var(--hex-white);
  --markets-accordion-button-inactive_background-color: var(--hex-blue-1b);
  --markets-accordion-button-collapsed_background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z'/%3e%3c/svg%3e");
  --markets-accordion-button-not-collapsed_background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M4 8a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1z'/%3e%3c/svg%3e");

  /* CONTENT */
  --region-name_text-transform: none;
  --subregion-name_text-transform: none;
  --country-row_border: 1.5px dotted var(--hex-blue-1);
  --country-row_background-color: rgba(36, 40, 62, 0.10);
  --country-name_color: var(--hex-blue-1);
  --exchange-name_color: var(--hex-blue-1);
  --exchange-link_color: var(--exchange-name_color);
    --exchange-link_border-bottom: 1.5px dotted var(--exchange-link_color);
   --exchange-link-hover_color: var(--hex-primary);
     --exchange-link-hover_border-bottom: 1.5px solid var(--exchange-link-hover_color);
}

/* =============== BANNER =============== */

#markets-banner {
  margin-top: 94px;
}

#markets-banner .title-page-title {
  color: var(--markets-banner-title_color);
}

#markets-banner.page-title::before {
  opacity: var(--markets-banner-image_opacity);
  background-image: var(--markets-banner-image_background-image);
  background-color: var(--markets-banner-image_background-color);
  background-blend-mode: luminosity;
}


/* =============== ACCORDION =============== */
#markets-accordion .accordion-item {
  background-color: var(--markets-accordion_background-color);
  border: none;
}
#markets-accordion .accordion-button {
  color: var(--markets-accordion-button-inactive_color) !important;
  background-color: var(--markets-accordion-button-inactive_background-color) !important;
  box-shadow: none;
}
#markets-accordion .accordion-button:not(.collapsed) {
  color: var(--markets-accordion-button-active_color) !important;
  background-color: var(--markets-accordion-button-active_background-color) !important;
  box-shadow: none;
}
#markets-accordion .accordion-button.collapsed::after {
  background-image: var(--markets-accordion-button-collapsed_background-image);
}
#markets-accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--markets-accordion-button-not-collapsed_background-image);
}

/* =============== CONTENT =============== */
/* REGION */
.region-name {
  text-transform: var(--region-name_text-transform);
}
/* SUBREGION */
.subregion-name {
  text-transform: var(--subregion-name_text-transform);
}
/* COUNTRY */
.country-row {
  border-top: var(--country-row_border);
  border-bottom: var(--country-row_border);
  background-color: var(--country-row_background-color);
}
.country-name {
  color: var(--country-name_color);
}
.country-flag {
  width: auto;
  max-height: calc((1.375rem + 1.5vw) * 1.00);
}

/* EXCHANGES */
.exchange-name {
  color: var(--exchange-name_color) !important;
}
.exchange-name a {
  border-bottom: var(--exchange-link_border-bottom);
}
.exchange-name a:hover {
  color: var(--exchange-link-hover_color);
  border-bottom: var(--exchange-link-hover_border-bottom);
}
.exchange.border-end {
  border-right: 1.5px solid var(--exchange-name_color) !important;
}

/* ============================== PAGE (404) ============================== */
.wg-404 {
  position: relative;
  max-width: 100%;
  width: 100%;
  /* height: 1080px; */
  height: 100vh;
  background-color: var(--hex-blue-1);
}
.wg-404::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1.0;
}
.wg-404 .inner-404 {
  background: rgba(255, 255, 255, 0.0);
  backdrop-filter: blur(0px);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.wg-404 .content-404 {
  background: transparent;
  max-width: 520px;
}
.wg-404 .content-404 .text-oops {
  font-weight: 400;
  font-size: 180px;
  line-height: 225px;
  letter-spacing: 0%;
  font-family: "Rethink Sans", sans-serif;
  color: var(--hex-white);
  margin-bottom: 28px;
}
.wg-404 .content-404 h3 {
  color: var(--hex-white);
  margin-bottom: 12px;
}
.wg-404 .content-404 .text {
  font-size: 22px;
  color: var(--hex-white);
  margin-bottom: 28px;
}

/* ============================== PAGE (UNSUB) ============================== */
.unsub {
  position: relative;
  max-width: 100%;
  width: 100%;
  /* height: 1080px; */
  height: 100vh;
  background-color: var(--hex-blue-1);
}
.unsub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1.0;
}
.unsub .unsub-inner {
  background: rgba(255, 255, 255, 0.0);
  backdrop-filter: blur(0px);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.unsub .unsub-content {
  font-family: "Rethink Sans", sans-serif;
  background: transparent;
  max-width: 800px;
}
.unsub .unsub-content h2 {
  font-size: 100px;
  line-height: 110px;
  letter-spacing: 0%;
  color: var(--hex-white);
  margin-bottom: 20px;
}
.unsub .unsub-content h3 {
  color: var(--hex-white);
  margin-bottom: 20px;
}
.unsub .unsub-content h6 {
  font-size: 22px;
  color: var(--hex-white);
  margin-bottom: 28px;
  text-align: justify;
}
.unsub h6 a {
  color: var(--hex-white);
  border-bottom: 1px dotted var(--hex-white);
}
.unsub h6 a:hover {
  color: var(--hex-primary);
  border-bottom: 1px dotted var(--hex-primary);
}
#unsubscribe .tf-btn {
  background-color: var(--hex-white) !important;
  color: var(--hex-blue-1);
}
#unsubscribe .tf-btn::before {
  height: 100%;
  background-color: var(--hex-blue-1);
  background-color: var(--hex-primary);
}
#unsubscribe .tf-btn:hover {
  border-color: var(--hex-blue-1);
  background-color: var(--hex-blue-1) !important;
}
#unsubscribe .tf-btn:hover span {
  color: var(--hex-white);
}

