@charset "UTF-8";

@font-face {
  font-family: "SurfsharkCircularWeb";
  src: url("/hc/theming_assets/01JRWBEKD9AV9GKF02DYB4B8BP") format("woff2"),
    url("/hc/theming_assets/01JRWBENJ89K09NN3FYCK38V56") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "SurfsharkCircularWeb";
  src: url("/hc/theming_assets/01JRWBEK42V6S71TF8FEC58QBP") format("woff2"),
    url("/hc/theming_assets/01JRWBENQX1GSX0RZVWT9SQEZG") format("woff");
  font-weight: 400;
}

/* -----------------------------------------
    GENERAL
----------------------------------------- */

* {
  box-sizing: border-box;
}

body {
 	font-family: "SurfsharkCircularWeb", "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #222e3a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

input, textarea, button {
  font-family: inherit
}

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

img {
  max-width: 77%;
  height: auto;
  border-style: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
}

/* OTHER */

.bg-grey {
  background-color: #f4f5f8;
}

.bg-blue {
  background-color: #e7f3f5;
}

/* -----------------------------------------
    TYPOGRAPHY
----------------------------------------- */

.link {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #178a9e;
}

.linkSmall {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #178a9e;
}

h1,
.headline1 {
  font-size: 56px;
  font-weight: bold;
  line-height: 66px;
  letter-spacing: -2px;
}

h2,
.headline2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: -1px;
}

h3,
.headline3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: -0.5px;
}

h4,
.headline4,
.qoutes {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -0.5px;
}

.lead {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.5px;
}

.body1 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.2px;
}

.body2 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
}

.body3 {
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 767px) {
  h1,
  .headline1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: -1.5px;
  }

  h2,
  .headline2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: -1px;
  }

  h3,
  .headline3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: -1px;
  }

  h4,
  .headline4,
  .qoutes {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -0.5px;
  }
}

/* -----------------------------------------
    GRID
----------------------------------------- */

html,
body {
  min-height: 100%;
}

#content {
  position: relative;
  overflow: hidden;
}

.container-lg {
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}

.container-lg-no-pad {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1168px;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
}

.content-container {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.content {
  flex: 1 1 auto;
  min-height: calc(100vh - 166px - 64px);
  overflow: auto;
}

.content.article {
  min-height: calc(100vh - 166px - 336px - 64px);
  flex: 1;
  max-width: 100%;
  overflow:visible;
}

.side-menu {
  flex: 0 0 25%;
  background-color: #f4f5f8;
  padding-top: 64px;
  box-shadow: 0px 0px 8px rgba(34, 46, 58, 0.25);
}

.side-menu-item {
  background-color: #f4f5f8;
  padding: 24px 24px 24px 50px;
  color: #222e3a;
  opacity: 0.75;
  transition: all 0.5s;
}

.side-menu-item.active {
  background-color: #ffffff;
  color: #178a9e;
  opacity: 1;
}

@media (max-width: 1023px) {
  .side-menu {
    flex: 0 0 268px;
    background-color: #f4f5f8;
    padding-top: 64px;
  }
  .side-menu-item {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .content {
    min-height: calc(100vh - 125px - 49px);
  }

  .content.article {
    min-height: calc(100vh - 125px - 224px - 49px);
  }

  .side-menu {
    display: none;
  }
}

.side-menu-item .side-menu-item-content {
  display: none;
}

.side-menu-item.active .side-menu-item-content {
  display: block;
}

.side-menu-item.active .side-menu-item-action-icon {
  display: none;
}

.side-menu-item .side-menu-item-action-icon-color {
  display: none;
}

.side-menu-item .side-menu-item-action-icon {
  display: block;
}

.side-menu-item.active .side-menu-item-action-icon-color {
  display: block;
}

.side-menu-item-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 24px;
}

.side-menu-item-link {
  display: block;
  color: rgba(23, 138, 158, 1);
}

.side-menu-item-link:hover {
  color: #16acc7;
  transition: 0.4s ease-in-out;
}

.side-menu-item-link.active {
  font-weight: bold;
}

.side-menu-item-link:first-child {
  margin-top: 16px;
}

.side-menu-item-link:not(:last-child) {
  margin-bottom: 16px;
}

.side-menu-item-action-icon,
.side-menu-item-action-icon-color {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-vc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-hc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-hr {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.col-10 {
  width: 82.9%;
}

.col-8 {
  width: 65.8%;
}

.col-7 {
  width: 57.2%;
}

.col-6 {
  width: 48.64%;
}

.col-5 {
  width: 40.1%;
}

.col-4 {
  width: 31.5%;
}

.col-3 {
  width: 22.95%;
}

.p1 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.pt1 {
  padding-top: 64px;
}
.pb1 {
  padding-bottom: 64px;
}

.mt1 {
  margin-top: 48px;
}
.mb1 {
  margin-bottom: 48px;
}

@media (max-width: 1023px) {
  /* MD */
  .container,
  container-lg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-6,
  .col-3,
  .col-md-6 {
    width: 48.36%;
  }

  .col-4 {
    width: 31.05%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-10 {
    width: 100%;
    max-width: 604px;
    margin-left: auto;
    margin-right: auto;
  }

  .col-md-8 {
    width: 100%;
    max-width: 476px;
    margin-left: auto;
    margin-right: auto;
  }

  .col-md-3 {
    width: 22.7%;
  }

  .flex-order-md-0 {
    order: 0;
  }

  .flex-order-md-1 {
    order: 1;
  }

  .center-block-md {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .p1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pt1 {
    padding-top: 48px;
  }
  .pb1 {
    padding-bottom: 48px;
  }

  .mt1 {
    margin-top: 32px;
  }
  .mb1 {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  /* SM */
  .container,
  .container-lg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .col-10,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3 {
    width: 100%;
  }

  .col-sm-2 {
    width: 28.8%;
  }

  .flex-order-sm-0 {
    order: 0;
  }

  .flex-order-sm-1 {
    order: 1;
  }

  .center-block-sm {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .p1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt1 {
    padding-top: 40px;
  }
  .pb1 {
    padding-bottom: 40px;
  }

  .mt1 {
    margin-top: 24px;
  }
  .mb1 {
    margin-bottom: 24px;
  }

  .hide-sm {
    display: none;
  }
}

@media (min-width: 768px) {
  /* MD UP */
  .hide-md-up {
    display: none;
  }
}

/* -----------------------------------------
    HEADER
----------------------------------------- */
#site-header {
  box-shadow: 0px -1px 0px rgba(34, 46, 58, 0.1) inset;
  position: fixed !important;
  top: 0;
  background: #ffff;
  width: 100%;
  z-index: 2;
}

#site-header .search-form {
  width: 398px;
}

#site-header .search-form input {
  width: 100%;
  border: none;
  outline: none;
  padding: 16px 8px 8px 55px;
  height: 55px;
  background-position: 20px 22px !important;
}

.header-logo {
  padding-left: 24px;
}

.header-logo img {
  width: 194px;
  height: 32px;
}

#site-header .collapsed {
  display: none !important;
}

#site-header .home-cta {
  padding: 16px;
}

.search-container {
  display: flex;
}

#search-mobile.search-container {
  display: none;
  padding-bottom: 1px;
}

.menu-mobile-container {
  display: none;
}

.header-menu {
  padding-right: 8px;
}

.mobile-header-menu {
  display: none;
}

@media (max-width: 767px) {
  #site-header {
    box-shadow: 0px -1px 0px rgba(34, 46, 58, 0.1) inset;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    background: white;
    z-index: 100;
  }

  .margin-dummy {
    margin-bottom: 56px;
  }

  #site-header .container-lg-no-pad {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  #search-mobile.search-container {
    display: flex;
    align-items: center;
  }

  .menu-mobile-container {
    display: block;
  }

  .header-menu {
    display: none;
  }

  .header-logo img {
    width: 144px;
    height: 24px;
  }

  .mobile-header-menu {
    display: flex;
    padding-right: 8px;
  }

  .menu-item {
    cursor: pointer;
    width: 48px;
    height: 48px;
    padding: 12px;
  }

  .menu-item .icon {
    width: 24px;
    height: 24px;
  }

  #site-header .dropdown {
    border-top: 1px solid rgba(34, 46, 58, 0.1);
  }

  #site-header .search-form {
    width: 100%;
  }

  #site-header .search-form input {
    width: 100%;
    border: none;
    outline: none;
    padding: 15px 8px 16px 48px;
    height: 56px;
    background-position: 16px 16px !important;
  }
}

/* -----------------------------------------
    ACCORDION
----------------------------------------- */

.accordion-item-content-item-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 4px;
}

@media (min-width: 768px) {
  
  #home-menu-2 .container {
    padding-top: 64px;
  	padding-bottom: 64px;
	}
  
  #home-menu-2 .row {
    display: flex;
	}
  
  #home-menu-2 .row:first-child {
    margin-bottom: 56px;
	}
  
  #home-menu .accordion {
    display: flex;
    margin-top: 72px;
  }

  .accordion-item {
    padding: 0px 32px;
    border-right: 1px solid rgba(34, 46, 58, 0.1);
    width: 33.33%;
  }
  .accordion-item:first-child {
    padding-left: 0px;
  }
  .accordion-item:last-child {
    border: none;
  }

  .accordion-item-header {
    display: flex;
    align-items: center;
  }
  
  .accordion-item-header .accordion-item-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 8px;
  }

  #home-menu-2 .accordion-item-header .accordion-item-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-right: 8px;
  }

  .accordion-item > .accordion-item-header > .accordion-item-title > a {
    color: #222e3a;
  }

  .accordion-item-action {
    display: none;
  }

  .accordion-item-content-item:first-child,
  .accordion-item-content-item:last-child {
    margin-top: 24px;
  }

  .accordion-item-content-item {
    display: block;
    margin-top: 16px;
  }

  .accordion-item-content-item:nth-child(n + 5):not(.no-border) {
    display: none;
  }

  .accordion-item-content-item:last-child {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  
  #home-menu-2 .container {
    padding-left: 0px;
  	padding-right: 0px;
	}
  
  .accordion-item {
    color: #222e3a;
    opacity: 0.75;
    border-top: 1px solid rgba(34, 46, 58, 0.1);
    transition: all 0.5s;
  }

  #home-menu .accordion-item:last-child {
    border-bottom: 1px solid rgba(34, 46, 58, 0.1);
  }

  .accordion-item * {
    transition: all 0.5s;
  }
  
  #home-menu-2 .accordion-item.active {
    transition: all 0.5s;
    background: #ffffff;
  }

  .accordion-item.active {
    transition: all 0.5s;
    background: #f4f5f8;
  }

  .accordion-item.border {
    border-bottom: 1px solid rgba(34, 46, 58, 0.1);
  }

  .accordion-item.active .accordion-item-content {
    display: block;
  }

  .accordion-item-content {
    display: none;
    padding: 0px 16px;
  }

  .accordion-item.active .accordion-item-action-icon {
    transform: rotate(180deg);
  }

  .accordion-item.active,
  .accordion-item:hover {
    opacity: 1;
  }

  .accordion-item > .accordion-item-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 16px;
  }
  
  #home-menu-2 .accordion-item > .accordion-item-header > .accordion-item-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    flex-shrink: 0;
  }

  .accordion-item > .accordion-item-header > .accordion-item-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    flex-shrink: 0;
  }
  .accordion-item > .accordion-item-header > .accordion-item-action-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .accordion-item > .accordion-item-header > .accordion-item-title {
    flex-grow: 1;
    line-height: 20px;
  }

  .accordion-item > .accordion-item-content > .accordion-item-content-item {
    display: flex;
    align-items: center;
    padding: 16px 0px;
    border-bottom: 1px solid rgba(34, 46, 58, 0.1);
  }

  .accordion-item
    > .accordion-item-content
    > .accordion-item-content-item.no-border {
    border-bottom: none;
  }
}

/* -----------------------------------------
    FOOTER
----------------------------------------- */

#site-footer {
  background: #ffffff;
  border-top: 1px solid rgba(34, 46, 58, 0.1);
}

#site-footer .copyright-container {
  text-align: center;
  padding-top: 72px;
  padding-bottom: 72px;
}

#site-footer .mail-link {
  color: #222e3a;
}

@media (max-width: 1023px) {
  #site-footer .copyright-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media (max-width: 767px) {
  #site-footer .copyright-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* -----------------------------------------
    COMPONENT: BUTTONS
----------------------------------------- */

.btn,
input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  height: 48px;
  padding: 14px 16px;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .btn,
  input[type="submit"] {
    width: 100%;
  }
}

.btn:focus,
input[type="submit"]:focus {
  outline: 0;
}

.btn:disabled,
input[type="submit"]:disabled {
  opacity: 0.5;
}

.btn-primary,
input[type="submit"] {
  background-color: #ff4c64;
  border-color: #ff4c64;
  color: #fff;
}

.btn-primary:hover,
input[type="submit"]:hover {
  background: #fe7085;
  border-color: #fe7085;
}

.btn-secondary {
  background-color: #fff;
  border-color: #ff4c64;
  color: #ff4c64;
}
.btn-secondary:hover {
  background: #ffecef;
}

.btn-tertriary {
  font-weight: normal;
  background-color: transparent;
  border-color: rgba(34, 46, 58, 0.25);
  color: #222e3a;
}

#get-surfshark {
  font-weight: normal;
  background-color: #ff4c64;
  color: #fff;
  border-color: #ff4c64;
   font-weight: 600;
}

#get-surfshark:hover {
  background-color: #d13e56;
  border-color:#d13e56;
  transition: 0.4s ease-in-out;
  transform: scale(1.03)
}

.btn-tertriary:hover {
  background: rgba(34, 46, 58, 0.05);
  color: #178a9e;
}

.btn-tertriary-mono {
  font-weight: normal;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.btn-tertriary-mono:hover {
  background: rgba(255, 255, 255, 0.05);
}

/* -----------------------------------------
    COMPONENT: SEARCH FIELD
----------------------------------------- */

input[type="search"],
.search-form input {
  width: 100%;
  height: 56px;
  padding: 16px 8px 16px 48px;
  border: 1px solid rgba(34, 46, 58, 0.1);
  border-radius: 8px !important;
  background-image: url(/hc/theming_assets/01JY0SS48QKPQ77FDY8TP4F1JQ) !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
  background-position: 16px 16px !important;
}

/* -----------------------------------------
    COMPONENT: TAB MENU
----------------------------------------- */

.tab-menu {
  display: flex;
  align-items: center;
}

.tab-menu > .tab-menu-item:not(:last-child) {
  margin-right: 16px;
}

.tab-menu.fluid {
  display: flex;
  box-shadow: 0 -1px 0px 0 rgba(34, 46, 58, 0.1) inset;
}

.tab-menu-item {
  min-width: 56px;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: #222e3a;
  padding: 4px 4px 4px 4px;
}

.tab-menu-item:not(.active):hover > .inner {
  background-color: rgba(34, 46, 58, 0.05);
}

.tab-menu-item.active {
  font-weight: bold;
  color: #178a9e;
  box-shadow: 0 -2px 0px 0 #178a9e inset;
}

.tab-menu-item > .inner {
  transition: all 0.5s;
  padding: 16px 8px;
  border-radius: 8px;
}

.tab-menu-item.no-border > .inner {
  padding: 16px;
}

.tab-menu-item > .with-icon {
  display: flex;
  align-items: center;
}

.tab-menu-item > .with-icon > img {
  margin-right: 8px;
}

.tab-menu-item.refer .inner {
 	background-color: rgb(23, 138, 158) !important;
  color: white;
  font-weight: bold;
	border-radius: 12px;
  box-sizing: border-box !important;
/*   margin: 5px; */
}

.tab-menu-item.refer:hover .inner {
 	transform: scale(1.05); 
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); 
  background-color: rgb(19, 120, 137);
}

.tab-menu-item.get .inner {
  background-color: #ff4c64;
  color: white;
  font-weight: bold;
	border-radius: 12px;
  box-sizing: border-box !important;
/*   margin: 5px; */
}

.tab-menu-item.get:hover .inner {
 	transform: scale(1.05); 
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); 
  background-color: #d13e56;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tab-menu > .tab-menu-item:not(:last-child) {
    margin-right: 4px;
  }
}

@media (max-width: 767px) {
  .tab-menu {
    padding: 16px;
    justify-content: center;
  }
  .tab-menu.fluid {
    box-shadow: none;
    padding: 16px;
    justify-content: center;
  }

  .tab-menu-item {
    font-size: 14px;
    line-height: 16px;
    padding: 0px;
  }

  .tab-menu > .tab-menu-item:not(:last-child) {
    margin-right: 0px;
  }

  .tab-menu-item > .inner {
    padding: 8px 16px;
    border-radius: 16px;
  }

  .tab-menu-item.active {
    font-weight: bold;
    color: #178a9e;
    box-shadow: none;
  }

  .tab-menu-item.active > .inner {
    background-color: rgba(34, 46, 58, 0.05);
  }
}

/* GENERAL FORMS STYLING */
input,
textarea {
  display: block;
  max-width: 100%;
  box-sizing: border-box !important;
  padding: 12px 14px;
  border-radius: 4px !important;
  border: 1px solid rgba(34, 46, 58, 0.25);
  background: #fff;
  transition: all 0.5s;
  -webkit-appearance: none !important;
}

input.st-default-search-input:hover,
input.st-default-search-input:focus {
  border: 1px solid rgba(34, 46, 58, 0.25);
}

input:hover,
textarea:hover,
#upload-dropzone:hover {
  border: 1px solid rgba(34, 46, 58);
}

input:focus,
textarea:focus,
#upload-dropzone:focus {
  border-color: #178a9e;
  outline: 0;
}

input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.25px;
  color: rgba(34, 46, 58, 0.5);
}
input::-moz-placeholder {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.25px;
  color: rgba(34, 46, 58, 0.5);
}
input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.25px;
  color: rgba(34, 46, 58, 0.5);
}
input:-moz-placeholder {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.25px;
  color: rgba(34, 46, 58, 0.5);
}
textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.25px;
  color: rgba(34, 46, 58, 0.5);
}
textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.25px;
  color: rgba(34, 46, 58, 0.5);
}
textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.25px;
  color: rgba(34, 46, 58, 0.5);
}
textarea:-moz-placeholder {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.25px;
  color: rgba(34, 46, 58, 0.5);
}

textarea {
  width: 100%;
  min-height: 106px;
  resize: none;
}

#request_anonymous_requester_email {
  width: 100%;
}

label {
  display: block;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.25px;
  margin-bottom: 4px;
}

.notification-error {
  box-sizing: border-box;
  margin: -16px 0 16px;
  color: #ff4c64;
}
.notification-alert {
  display: none;
}

/* SEARCH FIELD NEXT TO BREADCRUMBS */

form.search input,
.st-default-search-input.breadcrumb-search {
  width: 268px;
}

.st-ui-slide-autocomplete {
	display: none !important;
}

@media (max-width: 767px) {
  form.search input,
  .st-default-search-input.breadcrumb-search {
    width: 186px;
  }
}

/* -----------------------------------------
    COMPONENT: BREADCRUMBS
----------------------------------------- */

.breadcrumbContainer {
  padding: 16px;
  padding-bottom: 0px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: rgba(34, 46, 58, 0.5);
}

.breadcrumbs a {
  color: rgba(34, 46, 58, 0.5);
}

.breadcrumbs a:hover {
  color: #424242;
  transition: 0.3s ease-in-out;
}

.breadcrumbs li:not(:first-child):before {
  content: ">";
  margin-right: 12px;
}

.breadcrumbs li {
  padding: 12px 8px;
  display: block;
}

/* -----------------------------------------
    COMPONENT: GO BACK
----------------------------------------- */
.go-back {
  color: #16acc7;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.25px;
}

/* -----------------------------------------
    COMPONENT: FAQ
----------------------------------------- */

.home-faq .container {
  padding-top: 96px;
  padding-bottom: 96px;
}

.request-faq-container {
  overflow: auto;
  max-width: 768px;
}

.faq-title {
  margin-bottom: 32px;
}

.faq-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: #f4f5f8;
  border-radius: 8px;
  margin-bottom: 12px;
}

.faq-list-item-title {
  color: #222e3a;
}

.faq-action-icon {
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
}

.faq-list.collapsed .faq-list-item:nth-child(n + 6) {
  display: none;
}

.faq-collapse {
  color: #178a9e;
  cursor: pointer;
}

.faq-collapse .text-collapsed,
.collapsed .faq-collapse .text-not-collapsed {
  display: none;
}
.collapsed .faq-collapse .text-collapsed {
  display: block;
}

@media (max-width: 1023px) {
  .home-faq .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .home-faq .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* -----------------------------------------
    COMPONENT: ARTICLE LIST
----------------------------------------- */

.article-list {
  margin: -24px auto -24px;
}

ul.article-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0 !important;
}

.article-list-item,
ul.article-list a {
  display: block;
  padding: 24px 32px 24px 0;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: rgba(34, 46, 58, 0.75);
  border-top: 1px solid rgba(34, 46, 58, 0.2);
  background-image: url("/hc/theming_assets/01JRWBEK9J7YA5VTY9P2X9NR7X");
  background-position: right center;
  background-repeat: no-repeat;
}

ul.article-list li {
  border-bottom: 1px solid rgba(34, 46, 58, 0.2);
}

ul.article-list a {
  border: 0 !important;
}

.article-list-item:first-child {
  border-top: 0;
}

.article-list-item:hover,
ul.article-list a:hover {
  color: #16acc7;
}

ul.article-list li span,
ul.article-list .article-body {
  display: none;
}

@media (max-width: 1023px) {
  .article-list {
    margin: -16px auto -16px;
  }

  .article-list-item,
  ul.article-list a {
    padding: 16px 32px 16px 0;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.25px;
  }
}

@media (max-width: 767px) {
  .article-list {
    margin: -8px auto -8px;
  }

  .article-list-item,
  ul.article-list a {
    padding: 8px 32px 8px 0;
  }
}

/* -----------------------------------------
    HOMEPAGE: HERO
----------------------------------------- */

.home-sections-container {
  display: flex;
  flex-direction: column;
}

.home-sections-container > section {
  order: 2;
}

.home-sections-container > .incident-container {
  order: 1;
}

.hidden {
  display: none;
}

#home-hero {
  background: linear-gradient(220.55deg, #364a6b 0%, #1bb4b7 100%);
  padding: 72px 0;
}

#home-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#home-hero .title {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 24px;
}

#home-hero .search-form {
  box-sizing: border-box;
  max-width: 568px;
  width: 100%;
  margin-bottom: 24px;
}

#home-hero .topics-container {
  display: flex;
  justify-content: center;
}

#home-hero .topics-container .title {
  color: #fff;
  margin: 0;
  margin-right: 16px;
}

#home-hero .topics-container .topics {
  display: flex;
}

#home-hero .topics-container .topic {
  cursor: pointer;
  color: #fff;
  background-color: rgba(34, 46, 58, 0.25);
  border-radius: 4px;
  padding: 5px 8px;
  transition: all 0.5s;
}

#home-hero .topics-container .topic:hover {
  background-color: rgba(34, 46, 58, 0.5);
}

#home-hero .topics-container .topic:not(:last-child) {
  margin-right: 8px;
}

@media (max-width: 767px) {
  #home-hero .topics-container {
    display: block;
    text-align: center;
  }
  #home-hero .topics-container .title {
    margin: 0;
  }
  #home-hero .topics-container .topics {
    flex-wrap: wrap;
    justify-content: center;
  }
  #home-hero .topics-container .topic {
    margin-top: 8px;
  }
}

/* -----------------------------------------
    HOMEPAGE: MENU
----------------------------------------- */

#home-menu .collapsed {
  display: none !important;
}

#home-menu .container {
  padding-top: 16px;
  padding-bottom: 96px;
}

@media (max-width: 767px) {
  #home-menu .container {
    padding: 0px 0px 42px 0px;
  }
}

/* -----------------------------------------
    HOMEPAGE: TIPS
----------------------------------------- */

#home-tips .container {
  padding-top: 96px;
  padding-bottom: 96px;
}

#home-tips .row {
  margin-right: -16px;
  margin-left: -16px;
}

#home-tips .col {
  padding: 0px 16px;
  width: 33.33%;
}

#home-tips .title {
  margin-bottom: 32px;
}

#home-tips .tips {
  display: flex;
}

#home-tips .tip {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 32px;
}

#home-tips .tip-image-container {
  width: 56px;
  height: 56px;
  margin-bottom: 32px;
}

#home-tips .tip-text {
  color: #222e3a;
  margin-bottom: 16px;
  flex-grow: 1;
}

#home-tips .tip-author {
  color: rgba(34, 46, 58, 0.75);
}

@media (max-width: 767px) {
  #home-tips .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  #home-tips .tips {
    display: block;
  }

  #home-tips .col {
    width: 100%;
  }

  #home-tips .tip {
    padding: 16px;
    margin-bottom: 16px;
  }

  #home-tips .tip-image-container {
    margin-bottom: 24px;
  }
}

/* -----------------------------------------
    SEARCH RESULTS PAGE
----------------------------------------- */
.section-search-results {
  padding-top: 48px;
}

.search-results-count {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.25px;
  color: rgba(34, 46, 58, 0.5);
  margin-bottom: 8px;
}

.section-search-results .no-results,
.section-search-results .article-list {
  margin: 24px 0 48px;
}

.section-search-results .article-list-item:first-child {
  padding-top: 0;
}
.section-search-results .article-list-item:last-child {
  border-bottom: 1px solid rgba(34, 46, 58, 0.2);
}

.section-search-results .article-list-item:hover {
  color: initial;
}

.section-search-results .article-list-item h3 {
  margin-bottom: 4px;
}

.section-search-results .article-list-item h3 a {
  color: #16acc7;
}

.section-search-results .article-list-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.section-search-results .meta-data {
  margin-left: 8px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.25px;
  color: rgba(34, 46, 58, 0.5);
}

.section-search-results .search-result-description {
  color: rgba(34, 46, 58, 0.5);
  word-break: break-word;
}

.section-search-results .search-result-description em {
  color: #222e3a;
  font-style: normal;
}

.section-search-results .pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.25px;
  color: rgba(34, 46, 58, 0.75);
}

.section-search-results .pagination li:not(:last-child) {
  margin-right: 32px;
}

/*.section-search-results .pagination a,
.section-search-results .pagination-first a:before,
.section-search-results .pagination-prev a:before,
.section-search-results .pagination-next a:before,
.section-search-results .pagination-last a:before */
.section-search-results .pagination a,
.section-search-results .pagination-first a:before,
.section-search-results .pagination-prev a:before,
.section-search-results .pagination-next a:before,
.section-search-results .pagination-last a:before{
  color: #FFF;
}

.section-search-results .pagination-first a,
.section-search-results .pagination-prev a,
.section-search-results .pagination-next a,
.section-search-results .pagination-last a {
  color: #16acc7;
}

.section-search-results .pagination-first a:before {
  content: "<<";
}
.section-search-results .pagination-prev a:before {
  content: "<";
}
.section-search-results .pagination-next a:before {
  content: ">";
}
.section-search-results .pagination-last a:before {
  content: ">>";
}

@media (max-width: 1023px) {
  .section-search-results {
    padding-top: 40px;
  }

  .section-search-results .article-list {
    margin-bottom: 40px;
  }

  .section-search-results .article-list-item h3 {
    margin-top: 8px;
  }

  .section-search-results .search-result-description {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .section-search-results .article-list-item h3 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1px;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .section-search-results .article-list-item-info {
    display: none;
  }

  .section-search-results .search-result-description {
    margin-bottom: 16px;
  }

  .section-search-results .pagination ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-search-results .pagination li:not(:last-child) {
    margin-right: 0;
  }
}

/* -----------------------------------------
    CATEGORY & SUB-CATEGORY PAGE
----------------------------------------- */

.categories {
  margin: 0;
}

.categories.center {
  margin: auto;
}

.categories .header-title {
  margin-top: 56px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}

.categories .header-description {
  color: rgba(34, 46, 58, 0.75);
  margin-bottom: 32px;
}

.categories .header-icon {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  opacity: 0.75;
}

.categories .category-section .category-spacer {
  max-width: 868px;
  background: rgba(34, 46, 58, 0.1);
  height: 1px;
  margin: 32px 0px;
}

.categories .category-section:last-child .category-spacer {
  height: 0px;
}

.categories .category-section .title {
  display: block;
  color: #178a9e;
  margin-top: 0px;
  margin-bottom: 24px;
}

.category-section-item {
  display: block;
  max-width: 868px;
  border: 1px solid rgba(34, 46, 58, 0.1);
  color: #222e3a;
  border-radius: 4px;
  padding: 24px 32px;
  margin-bottom: 12px;
  transition: all 0.2s;
}

.category-section-item:hover {
  color: #178a9e;
}

.category-section .link {
  display: flex;
  align-items: center;
}

.category-section .link .icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 4px;
}

.section-categories {
  padding-top: 48px;
}

.section-tree-with-article > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-categories .section:not(:first-child) {
  margin-top: 64px;
}

.section-categories h2 {
  margin-bottom: 48px;
}

.section-categories .article-list.collapsed li:nth-child(n + 6) {
  display: none;
}

.section-categories-collapse {
  padding-top: 24px;
  color: #16acc7;
  cursor: pointer;
}

.section-categories-collapse .text-collapsed,
.collapsed .section-categories-collapse .text-not-collapsed {
  display: none;
}
.collapsed .section-categories-collapse .text-collapsed {
  display: block;
}

@media (max-width: 1023px) {
  .section-categories {
    padding-top: 40px;
  }

  .section-categories .section:not(:first-child) {
    margin-top: 56px;
  }

  .section-categories h2 {
    margin-bottom: 32px;
  }

  .section-categories-collapse {
    padding-top: 16px;
  }
}

@media (max-width: 767px) {
  .categories .header-title {
    margin: 24px 0px;
  }

  .categories .header-description {
    margin-bottom: 24px;
  }

  .categories .header-icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }

  .category-section-item {
    padding: 16px;
    margin-bottom: 8px;
  }

  .section-categories .section:not(:first-child) {
    margin-top: 40px;
  }

  .section-categories h2 {
    margin-bottom: 24px;
  }

  .section-categories-collapse {
    padding-top: 8px;
  }
}

/* -----------------------------------------
    ARTICLE PAGE
----------------------------------------- */

.section-article {
  margin: 0;
}

.container.section-article {
  margin: 0;
  padding-left: 30px;
  padding-right: 100px;
}

@media only screen and (max-width: 768px) {
.container.section-article {
  padding-right: 10px;
}
}

.section-article .meta-data {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.25px;
  color: rgba(34, 46, 58, 0.5);
  margin: 8px 0 40px;
}

.section-article .title {
  margin-top: 56px;
  margin-bottom: 12px;
}

.section-article .article {
  max-width: 90%;
}

@media (min-width: 1280px) {
  .section-article .article {
    max-width: 90%;
  }
}

.article-body {
  overflow: visible;
}

.article-body iframe {
  width: 650px; 
  max-width: 800px; /* Set a maximum width to control scaling */
  height: calc(650px * 0.5625);
}

@media only screen and (max-width: 768px) {
  .article-body iframe {
    width: 100%; /* Make the iframe responsive by setting its width to 100% */
    height: auto; /* Let the height adjust automatically based on content */
  }
}

.article-body a,
.article-body a strong {
  color: #16acc7;
}


.article-body a:hover,
.article-body a:hover strong {
  color: #138f9d;
  transition: color 0.3s ease;
}

.article-body strong {
  font-weight: 700;
}

.article-body h2 {
  font-size: 24px;
}

.article-body h3 {
  font-size: 16px;
}

.article-body p {
  margin: 15px 0;
}

.article-body p:first-child {
  margin-top: 0;
}
.article-body p:last-child {
  margin-bottom: 0;
}

.article-body ul,
.article-body ol {
  padding-left: 16px;
}

.article-body li:not(:last-child) {
  margin-bottom: 16px;
}

.article-body li img {
  margin-top: 8px;
}

.article-separator {
  height: 1px;
  background-color: rgba(34, 46, 58, 0.1);
  margin: 40px 0px;
}

/* FEEDBACK / VOTES */
.article-feedback {
  padding: 26px;
  color: #178a9e;
  border: 1px solid #178a9e;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto 76px auto;
  width: 90%;
}

.article-feedback .article-votes-message {
  display: none;
  color: rgba(34, 46, 58, 0.75);
  margin-top: 16px;
}

.article-feedback .article-votes-controls {
  margin-top: 32px;
}

.article-feedback a:before {
  content: attr(title);
}

@media (max-width: 767px) {
  .article-separator {
    margin: 24px 0px;
  }

  .article-feedback button {
    width: auto;
  }

  .section-article .title {
    margin-top: 24px;
    margin-bottom: 8px;
  }
}

/* SIDEBAR */
.sidebar-widget-articles h3 {
  margin: 142px 0 24px;
}

.sidebar-widget-articles ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-widget-articles li:not(:last-child) {
  margin-bottom: 16px;
}

.sidebar-widget-articles a {
  display: block;
  color: #16acc7;
}

@media (max-width: 1023px) {
  .section-article .meta-data {
    margin-bottom: 40px;
  }

  .article-feedback {
    margin-bottom: 48px;
  }

  .sidebar-widget-articles h3 {
    margin: 0 0 16px;
  }

  .sidebar-widget-articles li:not(:last-child) {
    margin-bottom: 8px;
  }

  .sidebar-widget-articles a {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.25px;
  }
}

@media (max-width: 767px) {
  .section-article .meta-data {
    margin-bottom: 24px;
  }

  .article-body {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.25px;
  }

  .article-feedback .article-votes-controls {
    margin-top: 16px;
  }

  .article-feedback a {
    min-width: 120px;
  }

  .article-feedback a:first-child {
    margin-right: 24px;
  }
}

/* -----------------------------------------
    SUBMIT PAGE
----------------------------------------- */

.section-submit  {
  overflow: auto;
}

.section-submit .headline1 {
  margin: 32px 0px;
}

.section-submit .container {
  margin-bottom: 72px;
}

.section-submit .request-spacer {
  max-width: 668px;
  background: rgba(34, 46, 58, 0.1);
  height: 1px;
  margin: 32px 0px;
  margin-top: 56px;
}

#new_request {
  max-width: 668px;
}

#new_request input:not(input[type="submit"]),
#new_request textarea {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  margin-bottom: 24px;
}

#new_request input[type="submit"] {
  margin-top: 32px;
  margin-bottom: 0;
}

#new_request #request_description_hint,
#new_request .suggestion-list,
#new_request .request_custom_fields_8208733653394 {
  display: none;
}

#upload-dropzone {
  border-radius: 8px;
  transition: all 0.5s;
}

#upload-dropzone span:before {
  content: none;
}

#upload-dropzone span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: rgba(34, 46, 58, 0.5);
  padding: 16px;
}

#upload-dropzone span a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #178a9e;
}

@media (max-width: 767px) {
  .section-submit .headline1 {
    margin: 24px 0px;
  }

  .section-submit .container {
    margin-bottom: 24px;
  }

  #new_request input[type="submit"] {
    margin-top: 24px;
  }
}

/* SUBMITED REQUEST NOTIFICATION */
#submited {
  padding: 12px 0;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.25px;
  color: rgba(34, 46, 58, 0.75);
}

#submited .container {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#submited-close {
  color: #16acc7;
  cursor: pointer;
}

/* iframe {
  width: 100%;
  height: 450px;
} */

#home-description {
  display: none;
}

/* INCIDENT NOTIFICATION */

#incident-container {
  display: none;
}

.app-notification {
	display:none;
}

.app-notification.visible {
	display:block;
}

.incident-container {
  order: 1;
  padding: 16px 0px;
  font-size: 14px;
  line-height: 22px;
  color: #222e3a;
}

.incident {
  background: #ffefbf;
  border-radius: 4px;
  border: none;
  padding: 13px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex: 1 1 auto;
}

.incident img {
  padding: 3px 0px;
}

#close-button {
  cursor: pointer;
}

#incident-text {
  width: 100%;
  padding: 0 16px;
}

/* -----------------------------------------
    GDPR
----------------------------------------- */

.gdpr-settings-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(22, 25, 28, 0.75);
  z-index: 1000;
  pointer-events:none;
}

.gdpr-settings-popup-overlay.show {
  display: block;
  pointer-events:auto;
}

.gdpr-settings-popup.show  {
  z-index: 1000;
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events:auto;
}


.gdpr-settings-popup {
  	z-index: -1;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 24px;
    width: 100%;
    max-width: 568px;
    max-height: 100svh;
    background-color: #fff;
    overflow: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #423d3d;
  	pointer-events:none;
  	
    opacity: 0;
    transform: translate(-50%, 100%);
    transition-property: transform, opacity;
    transition-timing-function: ease-out;
    transition-duration: 0.42s;
}

.gdpr-settings-popup .popup-content {
    display: flex;
    flex-direction: column;
  	row-gap: 24px;
  	padding: 32px;
}

.gdpr-settings-popup .popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.gdpr-settings-popup .popup-header .close-icon-container {
  display: flex;
	justify-content: center;
	align-items: center;
  width: 48px;
	height: 48px;
	padding: 8px;
  cursor: pointer;
}

.gdpr-popup {
  z-index: -1;
  width: 368px;
  position: fixed;
  bottom: 16px;
  left: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  
  padding: 32px 24px;
  row-gap: 24px;
  border-radius: 32px;

  background-color: #ffffff;
  border-radius: 32px;
  box-shadow: 0 12px 16px -4px rgba(22,25,28,.08),0 4px 6px -2px rgba(22,25,28,.03);

  opacity: 0;
  transform: translateY(32px);
  transition-property: transform, opacity;
  transition-timing-function: ease-out;
  transition-duration: 0.42s;
  
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #423d3d;
}

.gdpr-popup.show {
  z-index: 0;
  opacity: 1;
  transform: translateY(0);
}

.gdpr-popup a, .gdpr-settings-popup a {
  color: #423d3d;
  text-decoration: underline;
}

.gdpr-settings-popup .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.25px;
  color: #16191c;
}

.gdpr-settings-popup .buttons-row {
	  display: flex;
    justify-content: flex-end;
    column-gap: 16px;
}

.gdpr-popup .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.25px;
  color: #16191c;
  margin-bottom: 16px;
}

.gdpr-popup .gdpr-settings-popup {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #423d3d;
}

.gdpr-popup .buttons-row {
  display:flex;
  flex-direction: column;
  gap: 8px;
}

.gdpr-button {
  display:block;
  cursor: pointer;
  box-sizing: border-box;
  padding: 12px 16px;
  border-radius: 8px;
  
  font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
  border: none;
  transition: all .3s;
}

.gdpr-button.light {
  background-color: #fff;
  color: #2E3033;
}

.gdpr-button.dark {
  background-color: #eeeeee;
  color: #000;
}

.gdpr-button.dark:hover {
    color: #423d3d;
    background-color: #c4c4c5;
}

.gdpr-always-on {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #A3A4A6;
}

.gdpr-accordions {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.gdpr-accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
}

.gdpr-accordion {
  overflow: hidden;
  border-bottom: 2px solid rgba(0, 0, 0, .05);
}

.side-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #16191C;
}

.gdpr-accordion-label {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 8px 0px;
  margin: 0;
  
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.1px;
}
.gdpr-accordion-content {
  height: 0;
  padding: 0;
}
.gdpr-accordion input:checked ~ .gdpr-accordion-content {
  height: auto;
  padding: 0 0 8px 0;
}
.gdpr-accordion-label .side-wrapper .icon {
  transition: transform .3s;
}

.gdpr-accordion input:checked ~ .gdpr-accordion-label .side-wrapper .icon {
    transform: rotate(180deg);
}

.switch {
  position: relative;
  display: block;
  width: 52px;
  height: 32px;
  cursor: pointer;
  margin: 0;
}

.switch .input {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.slider {
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,.05);
    border-radius: 100px;
    transition: background-color .3s;
    pointer-events: none;
  	background-color: #f5f5f5;
}

.slider:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 4px;
    left: 4px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform .3s;
    box-shadow: 0 12px 16px -4px rgba(22,25,28,.08),0 4px 6px -2px rgba(22,25,28,.03)
}

.switch .input:checked+.slider:before {
    transform: translateX(20px);
}

.switch .input:checked+.slider {
    background-color: #1ebfbf;
}

.gdpr-divider {
  display: none;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 8px;
  margin-right: -16px;
  margin-left: -16px;
}

@media (max-width: 1023px) {
  .gdpr-settings-popup {
		max-width: 610px;
    font-size: 14px;
    line-height: 22px;
  }
  
  .gdpr-settings-popup .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.25px;
  }
  
  .gdpr-accordion {
    overflow: hidden;
    border-bottom: none;
  }
  
  .gdpr-popup {
    width: 100%;
    padding: 32px 16px;
    row-gap: 32px;
    border-radius: 0px;
    bottom: 0;
  	left: 0;
    
    font-size: 14px;
    line-height: 22px;
  }
  
  .gdpr-popup .title {
    font-size: 20px;
    line-height: 28px;
  }
  
  .gdpr-popup .buttons-row {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 16px;
  }
}

@media (max-width: 767px) {
  .gdpr-settings-popup {
		max-width: 100%;
    font-size: 14px;
    line-height: 22px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: unset;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0, 100%);
  }
  
  .gdpr-settings-popup.show {
    transform: translate(0,0%);
  }
  
  .gdpr-settings-popup .popup-header .close-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 2px;
  }
  
  .gdpr-settings-popup .popup-content {
      padding: 16px;
  }
  
  .gdpr-popup {
    padding: 16px;
    row-gap: 16px;
  }
  
  .gdpr-popup .title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.2px;
  	margin-bottom: 8px;
  }
  
  .gdpr-popup .buttons-row {
    display:flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .gdpr-settings-popup .buttons-row {
    flex-direction: column-reverse;
    row-gap: 8px;
	}
  
  .side-wrapper {
    gap: 8px;
  }
  
  .gdpr-divider {
    display: block;
  }
  
  .gdpr-always-on {
		font-size: 14px;
    line-height: 22px; 
    letter-spacing: 0.1px;
  }
  
  .gdpr-settings-popup .popup-content {
    row-gap: 16px;
  }

}
/* -----------------------------------------
    ERROR PAGE
----------------------------------------- */

#error-message .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

#error-message .title,
#error-message .subtitle {
  color: #222e3a;
  margin-bottom: 32px;
}

#help-message {
  display: none;
  padding: 72px 0;
}

#help-message .help-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(220.55deg, #364a6b 0%, #1bb4b7 100%);
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 4px;
}

#help-message .title {
  margin-bottom: 24px;
}

#help-message .actions > :last-child {
  margin-left: 8px;
}

#help-message .actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#help-message .actions > .action.show {
  display: block;
}

#help-message .actions > .action {
  display: none;
}

.liveChat {
	cursor: pointer;
}

@media (max-width: 767px) {
  #error-message .container {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  #error-message .title,
  #error-message .subtitle {
    margin-bottom: 24px;
  }

  #help-message {
    padding: 24px 0px;
  }
  
  #help-message .actions > :last-child {
  margin-left: 0px;
    margin-top: 10px;
}

  #help-message .help-block {
    padding: 24px;
  }

  #help-message .title {
    margin-bottom: 16px;
  }

  #help-message .actions > :first-child {
    margin: 0px;
    margin-bottom: 8px;
  }
  
  #help-message .actions > .liveChat {
    margin: 0px;
  }
  
}

/* -----------------------------------------
    CTA box
----------------------------------------- */

#CTA-box {   
    width : auto;
    margin: 0 auto;
    height: auto;
    background-color: #f4f5f8;
    position: relative;
    text-align: center;
    padding: 2px;
    border-radius: 8px;
}

#CTA-button {
    width: 35%;
    height: auto;
    margin: 0 auto;
    background-color: #FF4C64;
    padding: 10px 0;
    position: relative;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    transition: background-color 0.3s, transform 0.2s;
}

@media (max-width: 768px) {
    #CTA-button {
        width: 50%; /* Adjust the width as needed */
    }
}

#CTA-button:hover {
    background-color: #FF6C84; /* Slightly different shade of red */
}

#CTA-button:active {
    transform: scale(1.1);
}

#CTA-button a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}

/* -----------------------------------------
    CopyClipboard button background-image: url(/hc/theming_assets/01JY0SS4H0F7QYA781S9E8ECS7); url(/hc/theming_assets/01JY0SS43FWYQX6BAKQ2S8EFWS)
----------------------------------------- */

.command-container {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.command-container pre {
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 4px;
    margin: 0;
    flex: 1;
    box-sizing: border-box;
    overflow-x: auto; /* Allow horizontal scroll if needed */
    white-space: pre-wrap; /* Ensure text wraps */
}

.copy-button {
    margin-left: 10px;
    padding: 10px;
    cursor: pointer;
    background: url(/hc/theming_assets/01JY0SS4H0F7QYA781S9E8ECS7) no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease, background-image 0.3s ease;
    border: none;
    outline: none;
    position: relative; /* Ensure button is positioned relative */
}

.copy-button.clicked {
    background: url(/hc/theming_assets/01JY0SS43FWYQX6BAKQ2S8EFWS) no-repeat center center;
    background-size: contain;
    transform: scale(1.2);
}

.tooltip {
    position: absolute;
    bottom: 125%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    white-space: nowrap;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10; /* Ensure it appears on top */
}

.copy-button:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%; /* Arrow at the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

/* Apply background color and set borders */
table {
  background-color: #f0f0f0;
  border-radius: 20px;
  border-collapse: collapse; /* Ensures borders do not double up */
  border: none;
}

table th, table td {
  padding: 10px; /* Adjust the padding value as needed */
  border: none;
}

/* IMG ZOOM EFFECT */
.fancybox__content {
  min-width: 250px !important;
  min-height: 250px !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  max-width: 90vw !important; /* Limit container width */
  max-height: 90vh !important; /* Limit container height */
}

.fancybox-image {
  transform: scale(1.85);
  transform-origin: center center;
  transition: transform 0.3s ease;
  /* Remove width: 100% and height: 100% to prevent oversizing */
  max-width: calc(60vw / 1.85); /* Adjust max-width to account for scaling */
  max-height: calc(60vh / 1.85); /* Adjust max-height to account for scaling */
  margin: auto;
  display: block;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

button[data-fancybox-toggle-fullscreen] {
  display: none !important;
}

button[data-panzoom-action] {
  display: none !important;
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.60) !important;
}

/* remove breadcrumbs from autocomplete search */
zd-autocomplete-breadcrumbs-multibrand {
  display: none !important;
}


/* remove breadcrumbs from autocomplete search */

zd-autocomplete-breadcrumbs-multibrand {display: none !important;}



/* DROPDOWN STYLING */

.dropdown1 {
  background-color: rgba(30, 191, 191, 0.8);
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
transition: border 0.4s ease-in-out;
  margin-bottom: 0; /* Remove space between dropdown and panel */
  border-radius: 10px;
}

.dropdown1 p {
  display: inline;
}

.dropdown1:hover {
   background-color: rgba(30, 191, 191, 0.8);
}

.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown1:after {
  content: '\25BC';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}

.active:after {
  transform: rotate(180deg); 
}

.droppanel {
  padding: 0 18px;
   background-color: rgba(30, 191, 191, 0.8);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 0 0 10px 10px; /* Rounded only at the bottom */
}

.droppanel p {
  margin-bottom: 20px; /* Adjust this value for more or less spacing */
}

.active + .droppanel {
   background-color: rgba(30, 191, 191, 0.8);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.red-bg {
  /* Base background color: #FF4C64 at 9% opacity */
  background-color: rgba(255, 76, 100, 0.15);
  
  /* Overlay a repeating SVG pattern with angled, continuous "internal" text */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 40'%3E%3Cdefs%3E%3Cpattern id='p' patternUnits='userSpaceOnUse' width='100' height='1000'%3E%3Ctext x='0' y='30' transform='rotate(-35)' font-size='12' fill='rgba(255,76,100,0.20)'%3Einternal internal internal internal%3C/text%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23p)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 400px 40px;
  
  /* Ensure proper stacking if needed */
  position: relative;
}



/*-----------------------------------------------
    TAB STYLING
---------------------------------------------*/


/* General styling for tabs */
.tabs {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  background-color: white;
  flex-wrap: nowrap; /* Keep the tabs in one row */
  justify-content: flex-start; /* Align tabs to the left */
  width: 100%; /* Full width container */
}

.tabs li {
  padding: 10px 20px;
  cursor: pointer;
  margin: 0px !important;
  margin-right: 5px;
  transition: color 0.3s ease, font-size 0.3s ease;
  background-color: white;
  text-align: center;
  font-size: 14px;
  flex-grow: 1; /* Allow tabs to grow and fill available space equally */
  flex-basis: 0; /* Make tabs take up equal width */
  box-sizing: border-box; /* Include padding in the width */
  max-width: none !important; /* Remove max-width to prevent the tabs from being restricted */
}

/* Hover effect */
.tabs li:hover {
  font-size: 17px;
  color: #178A9E;
}

/* Active tab styling */
.tabs li.active {
  color: #178A9E;
  font-weight: 600;
  border-left: 1px solid #178A9E;
  border-right: 1px solid #178A9E;
  border-top: 1px solid #178A9E;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  outline: 1px solid #FFFFFF;
  background-color: white;
}

/* Tab content styling */
.tab-content {
  display: none;
  padding: 30px;
  border-left: 1px solid #178A9E;
  border-right: 1px solid #178A9E;
  border-bottom: 1px solid #178A9E;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid #178A9E;
  background-color: white;
  border-top-left-radius: 10px;
}

/* Display active tab content */
.tab-content.active {
  display: block;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
  .tabs li {
    padding: 5px 10px; /* Smaller padding for mobile */
    font-size: 12px; /* Adjust font size for mobile */
    max-width: 120px; /* Limit tab width on mobile */
  }
}

@media (max-width: 480px) {
  .tabs li {
    padding: 5px 8px; /* Adjusted padding for smaller screens */
    font-size: 10px; /* Set font size for very small screens */
    max-width: 100px; /* Further reduce tab width on very small screens */
  }

  .tabs li.active {
    font-size: 12px; /* Ensure active tab font size remains readable */
  }
}

/* Styling for clickable links inside the tab */
.tabs li a {
  display: block; /* Make the anchor take up the full area of the li */
  color: #178A9E; /* Tab link color */
  text-decoration: none; /* Remove underline from the links */
  width: 100%; /* Ensure the link takes up the full width of the tab */
  height: 100%; /* Ensure the link takes up the full height of the tab */
  padding: 0; /* Remove any default padding from anchor tags */
  text-align: center; /* Ensure the text is centered */
}

.tabs li a:hover {
  color: #178A9E;
  font-size: 17px;
}

.tabs li.active a {
  color: #178A9E;
  font-weight: 600;
}

/* Mobile-specific overflow scroll on very narrow screens (less than 400px) */
  @media (max-width: 400px) {
  .tabs li {
    padding: 2px 4px; /* Adjusted padding for smaller screens */
    font-size: 10px; /* Set font size for very small screens */
  }

  .tabs li.active {
    font-size: 10px; /* Ensure active tab font size remains readable */
  }


/* Styling for clickable links inside the tab */
.tabs li a {
  display: block; /* Make the anchor take up the full area of the li */
  color: #178A9E; /* Tab link color */
  text-decoration: none; /* Remove underline from the links */
  width: 100%; /* Ensure the link takes up the full width of the tab */
  height: 100%; /* Ensure the link takes up the full height of the tab */
  padding: 0; /* Remove any default padding from anchor tags */
  text-align: center; /* Ensure the text is centered */
}

.tabs li a:hover {
  color: #178A9E;
  font-size: 10px;
}

.tabs li.active a {
  color: #178A9E;
  font-weight: 300;
}
  }
/* Specific adjustments for screens in the range of 769px to 991px */
@media (min-width: 769px) and (max-width: 991px) {
  .tabs li {
    font-size: 13px; /* Make text a bit smaller in this range */
    padding: 6px 8px; /* Slightly reduced padding */
  }
}  


/*-----------------------------------------------
    TOC styling
---------------------------------------------*/


#table-of-contents {
    margin: 0 auto !important; /* Centers the TOC */
    max-width: 800px !important; /* Adjust as needed */
    text-align: left !important;
    width: 300px; /* Set width for TOC */
    background: #f8f9fa; /* TOC background color */
    padding: 15px; /* Padding for TOC content */
    border-radius: 8px; /* Rounded corners for TOC */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    position: sticky; /* Keeps TOC visible while scrolling */
    top: 20px; /* Keeps TOC at the top during scroll */
    align-self: start; /* Ensures TOC stays at the top */
    float: right; /* Floats the TOC to the right */
    margin-left: 1.5rem !important; /* Adjusts the margin from the left */
    z-index: 1;
}

#table-of-contents ol {
    display: inline-block; /* Makes the list behave like a centered block */
    text-align: left; /* Keeps list items aligned left */
    padding-left: 20px; /* Padding for list items */
    list-style-type: none; /* Removes numbering */
    margin: 0; /* Remove default margin */
}

#table-of-contents ol li {
    margin-bottom: 0.5rem; /* Decreases the space between list items */
    font-weight: bold; /* Makes list items bold */
}

#table-of-contents h3 {
    margin-top: 0; /* Removes top margin from the header */
    margin-bottom: 0.5rem;
  font-weight: bold;
  margin-left: 1.2rem !important;
  font-size: 20px !important;
}

#table-of-contents a {
    text-decoration: none; /* Removes underline from links */
}

/* Media query for screens smaller than 445px */
@media screen and (max-width: 445px) {
    #table-of-contents {
        width: 100%; /* Expands the TOC to full width of its container */
        float: none; /* Removes float on smaller screens */
      margin-bottom: 1.5rem !important;
      margin-left: 0 !important;
    }
}

.article-body iframe {
  width: 100%;            /* Make the iframe responsive by setting its width to 100% of the parent container */
  max-width: 800px;       /* Ensure the iframe doesn't grow beyond 800px */
  height: auto;           /* Let the height adjust automatically based on width */
  aspect-ratio: 16 / 9;   /* Maintain 16:9 aspect ratio (newer browsers support aspect-ratio property) */
  margin-bottom: 15px;    /* Add a 10px margin beneath the iframe */
}

@media only screen and (max-width: 768px) {
  .article-body iframe {
    width: 100%;           /* Keep iframe responsive for mobile */
    height: auto;          /* Height adjusts automatically based on content */
  }
}

/* IKB SEARCH BUTTON */ 

.search-button {
  text-align: center;
  margin: 20px auto;
}

.search-button a {
  display: inline-block;
  background-color: rgba(245, 245, 246);; /* Or your theme's primary color */
  color: black;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out;
}

.search-button a:hover {
  background-color: #c4c4c5;
}
