* {
  font-family: Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
}

html {
  overflow-x: hidden;
}

h2,
.h2 {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
}

h4,
.h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
}

h6,
.h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}

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

.container {
  max-width: 1362px;
  padding: 0 16px;
  margin: 0 auto;
}

.card {
  border-radius: 0 50px 0 0;
  background-color: #F8F8F8;
  padding: 34px;
  box-shadow: -1px 1px 3px #8686861A, -4px 3px 5px #86868617, -9px 7px 7px #8686860D, -16px 14px 8px #86868603;
}

/* bvi */
body .bvi-body .bvi-without-bg.bvi-without-bg.bvi-without-bg {
  background-color: transparent !important; 
}

body .bvi-body .container.container.container,
body .bvi-body .container.container .top-text,
body .bvi-body .container.container .center,
body .bvi-body .container.container .center div, 
body .bvi-body .slick-dots.slick-dots.slick-dots {
  background-color: transparent !important; 
}


/* lang-toggle */
.lang-toggle {
  display: flex;
  align-items: center;
  gap: 12px;

  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}

.lang-separator {
  width: 1px;
  height: 22px;
  background: var(--black);
}

.lang {
  user-select: none;
  cursor: pointer;
  color: var(--black);
}

.lang-active {
  font-weight: 700;
  color: var(--blue);
}

@media (min-width: 1200px) {
	html, body {
	    height: calc(100vh / 0.85);
	}
 	.page-scale {
	  width: 117.647%;
	  padding-bottom: 60px;
	  transform: scale(0.85);
	  transform-origin: 0 0;
	}
}

/*@media (min-width: 1200px) {
  .page-scale-wrapper {
    transform: scale(0.85);
    transform-origin: 0 0;
    width: calc(100% / 0.85);
    margin: 0 auto;
  }

  html, body {
    height: 100%;
    overflow-x: hidden;
  }
}
*/

/* @media screen and (max-width: 1402px) {

  .lang,
  .lang-separator {
    display: none;
  }

  .lang-active {
    display: block;
  }
} */


/* buttons and links */
button,
a {
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

button:disabled,
button[disabled] {
  opacity: 0.5;
  cursor: auto;
}

button[disabled]:hover {
  opacity: 0.5;
}

a[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.btn {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  text-decoration: none;
}

.btn:hover {
  opacity: 0.9;
}

.btn-leave-request {
  padding: 6px 8px;
  border-radius: 10px;
  color: var(--white);
  background-color: var(--red);
}

.btn.default,
.btn.variant2,
.btn.white {
  padding: 10px 34px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
}

.btn.default {
  background-color: #132251;
}

.btn.variant2 {
  background-color: #2F468F;
}

.btn.white {
  background-color: var(--white);
  color: var(--dark-blue);
}

.link:hover {
  opacity: 0.75;
}

.no-link {
	cursor: default;
	pointer-events: none;
}

@media (max-width: 1200px) {
  .btn.default,
  .btn.variant2,
  .btn.white {
    font-size: 16px;
  }
}


/* slick dots */
.slick-list {
  /* overflow: visible !important; */
}

.slick-dots li {
  height: 16px;
  width: 16px;
}

.slick-dots li button {
  padding: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid var(--dark-blue);
  background-color: var(--white);
}

.slick-dots li.slick-active button {
  background: var(--dark-blue);
}

.slick-dots li button:before {
  display: none;
}

@media screen and (max-width: 1394px) {
  .container {
    max-width: 1150px;
  }

  .slick-dots li {
    height: 8px;
    width: 8px;
  }

  .slick-dots li button {
    height: 8px;
    width: 8px;
  }
}


.archive-wrap {
  display: flex;
  justify-content: end;
}

.archive {
  transition: 0.3s;
  color: #000;
  font-size: 16px;
  line-height: 140%;
  margin-left: auto;
  margin-bottom: 20px;
}

.archive:hover {
  color: #2F468F;
}

@media screen and (max-width: 1200px) {
  .archive {
    margin-top: 34px;
    font-size: 16px;
  }
}