@charset "UTF-8";
@import "./fonts/stylesheet.css";
html,
body {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  outline: none;
}
#vapi-support-btn{

  display: none;
}
button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "Sainte Colombe", sans-serif;
  font-size: 16px;
  color: #0a1e32;
  line-height: 24px;
  font-weight: 300;
  background: #fff;
}
body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
  opacity: 1;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

ul li {
  list-style: none;
}

.auto__container {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

h1,
h2 {
  font-family: "Sainte Colombe", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2px;
}
h1 span,
h2 span {
  font-style: italic;
}

h3 {
  font-weight: 300;
  font-size: 34px;
  line-height: 48px;
  letter-spacing: -1px;
}

h4 {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}
h4 span {
  font-style: italic;
}

h5 {
  font-family: "Akzidenz-Grotesk Extended BQ", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

h6 {
  font-family: "Akzidenz-Grotesk Extended BQ", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p.big {
  font-weight: 300;
  font-size: 19px;
  line-height: 32px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(10, 30, 50, 0.7);
  opacity: 0;
  visibility: hidden;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "Akzidenz-Grotesk Extended BQ", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 13px 36px;
}
.button.primary {
  border: 1px solid #857151;
  color: #857151;
}

.link {
  font-family: "Akzidenz-Grotesk Extended BQ", sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #857151;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding-bottom: 4px;
  position: relative;
}
.link::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(133, 113, 81, 0.4);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.link:hover {
  opacity: 1;
}
.link:hover::before {
  background-color: #857151;
}
.link__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link__row a {
  margin-right: 22px;
}
.link__row a:last-child {
  margin: 0;
}

.title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 618px;
  margin: 0 auto;
}
.title__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title__logo {
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 40px;
}
.title__logo.sm {
  width: 40px;
}
.title__logo.big {
  width: 88px;
}
.title__logo img {
  width: 100%;
}
.title h1,
.title h2 {
  margin-bottom: 30px;
}
.title p {
  margin-bottom: 35px;
}
.title p:last-child {
  margin: 0;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.input input {
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 18px;
  background-color: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: rgba(255, 255, 255, 0.6);
}
.input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.input input:focus {
  border-color: #fff;
  color: #fff;
}
.input input:focus::-webkit-input-placeholder {
  color: #fff;
  opacity: 0;
}
.input input:focus::-moz-placeholder {
  color: #fff;
  opacity: 0;
}
.input input:focus:-ms-input-placeholder {
  color: #fff;
  opacity: 0;
}
.input input:focus::-ms-input-placeholder {
  color: #fff;
  opacity: 0;
}
.input input:focus::placeholder {
  color: #fff;
  opacity: 0;
}
.input input:focus ~ button {
  opacity: 1;
}
.input button {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Akzidenz-Grotesk Extended BQ", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.2;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.input button:hover {
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 1;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.header.active {
  background-color: #fff;
}
.header.active .header__inner-logo {
  color: #0a1e32;
}
.header.active .header__inner-logo span img {
  opacity: 0;
}
.header.active .header__inner-logo span img.dark {
  opacity: 1;
}
.header.active .nav__inner button {
  color: #0a1e32;
}
.header.active .burger {
  color: #0a1e32;
}
.header:hover {
  background-color: #fff;
}
.header:hover .header__inner-logo {
  color: #0a1e32;
}
.header:hover .header__inner-logo span img {
  opacity: 0;
}
.header:hover .header__inner-logo span img.dark {
  opacity: 1;
}
.header:hover .nav__inner button {
  color: #0a1e32;
}
.header:hover .burger {
  color: #0a1e32;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 4px 4px 0px #00000021;
          box-shadow: 0px 4px 4px 0px #00000021;
  background-color: #fff;
}
.header.sticky .header__inner-logo {
  color: #0a1e32;
}
.header.sticky .header__inner-logo span img {
  opacity: 0;
}
.header.sticky .header__inner-logo span img.dark {
  opacity: 1;
}
.header.sticky .nav__inner button {
  color: #0a1e32;
}
.header.sticky .burger {
  color: #0a1e32;
}
.header.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header__inner {
  padding: 34px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__inner-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Akzidenz-Grotesk Extended BQ", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 13;
}
.header__inner-logo:hover {
  color: #857151 !important;
}
.header__inner-logo b {
  font-weight: 500;
}
.header__inner-logo span {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 12px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  position: relative;
}
.header__inner-logo span img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__inner-logo span img.dark {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

@-webkit-keyframes sticky {
  0% {
    top: -93px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    top: -93px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.nav {
  width: 100%;
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav__inner button {
  font-family: "Akzidenz-Grotesk Extended BQ", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner button.active span {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.nav__inner button:hover {
  color: #857151 !important;
}
.nav__inner button span {
  width: 9px;
  height: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  margin-bottom: 2px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.nav__inner button span svg {
  width: 100%;
  height: 100%;
}

.burger {
  display: none;
}

.drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px #00000021;
          box-shadow: 0px 4px 4px 0px #00000021;
  z-index: 10;
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: hidden;
  padding: 0;
}
.drop.active {
  max-height: 500px;
  opacity: 1;
  padding: 40px 0 90px;
}
.drop.active .drop__inner-title {
  -webkit-animation: fadeIn 0.2s ease;
          animation: fadeIn 0.2s ease;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.drop.active .dropItem {
  -webkit-animation: fadeIn 0.4s ease;
          animation: fadeIn 0.4s ease;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.drop.active .dropItem:nth-child(2) {
  -webkit-animation: fadeIn 0.8s ease;
          animation: fadeIn 0.8s ease;
}
.drop.active .dropItem:nth-child(3) {
  -webkit-animation: fadeIn 1.2s ease;
          animation: fadeIn 1.2s ease;
}
.drop.sm .drop__inner-row {
  width: 100%;
}
.drop.sm .dropItem:first-child {
  border: unset;
  padding-left: 0;
}
.drop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.drop__inner-back {
  display: none;
}
.drop__inner-tag {
  display: none;
}
.drop__inner-title {
  max-width: 242px;
  padding: 36px 20px 36px 0;
}
.drop__inner-title p {
  margin-bottom: 18px;
  font-weight: 300;
  font-size: 13px;
  line-height: 28px;
}
.drop__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 250px);
  max-width: 896px;
}
.drop__inner h4 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 120%;
}
.dropItem {
  padding: 36px 36px 36px 60px;
  border-left: 1px solid #dfe2e4;
}
.dropItem:last-child {
  padding-right: 0;
}
.dropItem p {
  margin-bottom: 20px;
  font-weight: 300;
  max-width: 222px;
  font-size: 13px;
  line-height: 25px;
  height: 150px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer {
  padding: 130px 0 160px;
  background-color: #0a1e32;
}
.footer .auto__container {
  max-width: 1400px;
}
@media (max-width:767px){

  .hero__bg img{

    object-position: 35% !important;
  }
}
.footer__inner-social a {
  margin: auto 5px !important;
  color: #8C9AA7 !important;
}
.footer__inner-social a:nth-child(3){

  display: none !important;
}
.footer__inner-social a:nth-child(4){

  display: none !important;
}
.footer__inner-social a:nth-child(5){

  display: none !important;
}
.new-body .burger{
  color: black !important;
}
.footer__inner-title {
  text-align: center;
  color: #fff;
  max-width: 400px;
  margin: 0 auto 190px;
}
.footer__inner-copy p{
  font-family: "Sainte Colombe", sans-serif;
}
#extra-col{

 align-items: center;
 justify-content: center;
  margin-bottom: 50px;
}
.footer__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.footer__inner-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__inner-col h6 {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.footer__inner-col > a {
  margin-bottom: 12px;
  opacity: 0.6;
}
.footer__inner-col > a:hover {
  opacity: 1;
}
.footer__inner-col > a:last-child {
  margin: 0;
}
.footer__inner-col p {

  color: #fff;
  opacity: 0.6;
  line-height: 210%;
  margin-bottom: 0 !important;
}
.footer__inner-col .link {
  opacity: 1;
  font-size: 10px;
  margin-bottom: 30px;
}
.footer__inner-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner-social a {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  opacity: 0.6;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
}
.footer__inner-social a:hover {
  opacity: 1;
}
.footer__inner-social a svg {
  width: 100%;
  height: 100%;
}
.footer__inner-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__inner-copy:hover {
  opacity: 1;
}
.footer__inner-copy span {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
.footer__inner-copy span img {
  width: 100%;
}
.footer__inner-copy p {
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
}
.footer__inner h3 {
  margin-bottom: 35px;
}

.hero {
  position: relative;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -o-object-position: 49%;
     object-position: 49%;
}
.hero__inner {
  padding: 150px 0 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  color: #fff;
}
.hero__inner .link {
  color: #fff;
  padding: 0 10px 5px 10px;
}
.hero__inner .link::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.hero__inner .link:hover::before {
  background-color: #fff;
}
.hero__inner .title p {
  font-size: 16px;
  line-height: 24px;
}

.info {
  padding: 85px 0;
}
.info.big {
  padding-top: 160px;
}
.info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.protocols {
  padding: 100px 0;
  overflow: hidden;
}
.protocols__inner-slider {
  margin: 0 -18px;
}
.protocols__inner .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.protocols__inner .slick-slide {
  height: unset !important;
  margin: 0 18px;
}
.protocols__inner .title {
  margin-bottom: 55px;
}
.protocolsItem__image {
  width: 100%;
  padding-bottom: 150%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
}
.protocolsItem__image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.protocolsItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.protocolsItem h4 {
  margin-bottom: 28px;
}
.protocolsItem p {
  margin-bottom: 34px;
  max-width: 314px;
}

.journal {
  padding: 100px 0 150px;
}
.journal__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.journal__inner-col {
  width: calc(50% - 15px);
  max-width: 610px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.journal__inner-col .button {
  margin: 0 auto;
}
.journal__inner .title {
  margin-bottom: 70px;
  max-width: 470px;
}
.journalItem {
  margin-bottom: 60px;
  width: 100%;
}
.journalItem:last-of-type {
  margin-bottom: 110px;
}
.journalItem.big {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0 !important;
}
.journalItem.big h5 {
  margin-bottom: 20px;
}
.journalItem.big h4 {
  margin-bottom: 25px;
}
.journalItem.big p {
  margin-bottom: 25px;
}
.journalItem__image {
  width: 100%;
  padding-bottom: 61%;
  position: relative;
  margin-bottom: 25px;
}
.journalItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.journalItem h5 {
  margin-bottom: 10px;
  color: #6c7884;
}
.journalItem h4 {
  margin-bottom: 15px;
}
.journalItem p {
  margin-bottom: 15px;
}

@media (max-width: 1180px) {
  .auto__container {
    padding: 0 36px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
    line-height: 135%;
  }

  .drop.active {
    padding: 30px 0 60px;
  }
  .dropItem {
    padding: 20px 20px 20px 35px;
  }

  .info {
    padding: 65px 0;
  }
  .info.big {
    padding-top: 100px;
  }

  .protocols {
    padding: 80px 0;
  }

  .journal {
    padding: 80px 0;
  }
  .journalItem:last-of-type {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }

  .overlay {
    display: none;
  }

  .header {
    overflow: hidden;
  }
  .header__inner {
    padding: 18px 0;
  }
  .header__inner-logo b {
    display: none;
  }
  .header__inner-logo span {
    margin: 0;
  }

  .nav {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100% - 64px);
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateY(calc(-100% - 64px));
            transform: translateY(calc(-100% - 64px));
    -webkit-transition: 0.6s ease transform;
    transition: 0.6s ease transform;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav.slide {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    padding: 60px 36px 30px 36px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
  }
  .nav__inner button {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
  }
  .nav__inner button:last-child {
    border: unset;
  }
  .nav__inner button span {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(275deg);
            transform: translateY(-50%) rotate(275deg);
  }

  .burger {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    font-family: "Akzidenz-Grotesk Extended BQ", sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    z-index: 11;
  }
  .burger:hover {
    color: #857151 !important;
  }

  .drop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    max-height: 100%;
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 0;
    z-index: 12;
    height: 100%;
    overflow-y: auto;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .drop.sm .drop__inner-row {
    width: 100%;
  }
  .drop.sm .dropItem:first-child {
    border: unset;
    padding-left: 0;
  }
  .drop.active {
    max-height: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
    padding: 0;
  }
  .drop.active .drop__inner-title {
    -webkit-animation: unset !important;
            animation: unset !important;
  }
  .drop.active .dropItem {
    -webkit-animation: unset !important;
            animation: unset !important;
  }
  .drop__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 27px 0 35px;
  }
  .drop__inner-back {
    font-family: "Akzidenz-Grotesk Extended BQ", sans-serif;
    font-weight: 500;
    font-size: 8px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #707989;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px;
  }
  .drop__inner-back span {
    width: 7px;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
  }
  .drop__inner-back span svg {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .drop__inner-tag {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
  }
  .drop__inner-tag h6 {
    color: #000;
    font-family: "Akzidenz-Grotesk Extended BQ", sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .drop__inner-title {
    width: 100%;
    max-width: unset;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
  }
  .drop__inner-title p {
    max-width: 222px;
    margin-bottom: 15px;
  }
  .drop__inner-title h4 {
    margin-bottom: 15px;
  }
  .drop__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .dropItem {
    margin-bottom: 30px;
    padding: 0 0 30px 0;
    border: unset;
    border-bottom: 1px solid #f4f4f4 !important;
  }
  .dropItem:last-child {
    margin: 0;
    padding: 0;
    border: unset !important;
  }
  .dropItem p {
    display: block;
    height: unset;
    margin-bottom: 15px;
  }
  .dropItem h4 {
    margin-bottom: 15px;
  }

  .protocols__inner-slider {
    margin: 0 -11px;
  }
  .protocols__inner .slick-slide {
    margin: 0 11px;
  }

  .footer {
    padding: 110px 0;
  }
  .footer__inner-title {
    margin-bottom: 120px;
  }
  .footer__inner-row {
    margin-bottom: 80px;
  }
  .footer__inner-col > a,
.footer__inner-col p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .footer__inner-col p {
    line-height: 200% !important;
  }
  .footer__inner-col .link {
    margin-bottom: 20px;
  }
  .footer__inner-social a {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
}
@media (max-width: 930px) {
  h2 {
    font-size: 35px;
  }

  p.big {
    font-size: 16px;
    line-height: 24px;
  }

  body {
    font-size: 14px;
    line-height: 20px;
  }

  .input input {
    font-size: 13px;
    line-height: 16px;
    padding: 14px 16px;
  }

  .button {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1px;
  }

  .info {
    padding: 50px 0;
  }
  .info.big {
    padding-top: 60px;
  }

  .protocols {
    padding: 50px 0 40px;
  }
  .protocols__inner-slider {
    padding-bottom: 50px;
    position: relative;
  }
  .protocols__inner .slick-list {
    overflow: visible !important;
  }
  .protocols__inner .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 400px;
    height: 1px;
    position: absolute;
    background-color: #e7e9eb;
  }
  .protocols__inner .slick-dots li {
    width: 50%;
    height: 100%;
    margin: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: transparent;
  }
  .protocols__inner .slick-dots li.slick-active {
    background-color: #857151;
  }
  .protocols__inner .slick-dots li button {
    padding: 0;
  }
  .protocols__inner .slick-dots li button::before {
    display: none;
  }

  .journal {
    padding: 50px 0 70px;
  }
  .journal__inner-col {
    width: calc(50% - 12px);
  }
  .journal__inner .title {
    margin-bottom: 50px;
  }
  .journalItem {
    margin-bottom: 40px;
  }
  .journalItem:last-of-type {
    margin-bottom: 50px;
  }

  .footer {
    padding: 70px 0;
  }
  .footer__inner-col > a,
.footer__inner-col p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .footer__inner-col .link {
    margin-bottom: 15px;
  }
  .footer__inner-social a {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
}
@media (max-width: 750px) {
  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  .journal__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .journal__inner-col {
    width: 100%;
    max-width: unset;
    margin-bottom: 35px;
  }
  .journal__inner-col:last-child {
    margin: 0;
  }
  .journalItem {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #f1f1f1;
  }
  .journalItem__image {
    padding-bottom: 56%;
  }

  .footer {
    padding: 110px 0 52px;
  }
  .footer__inner-title {
    margin-bottom: 140px;
  }
  .footer__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  .footer__inner-col {
    width: 100%;
    margin-bottom: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer__inner-col:last-child {
    margin: 0;
  }
  .footer__inner-col h6 {
    margin-bottom: 24px;
  }
  .footer__inner-col > a,
.footer__inner-col p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .footer__inner-col .link {
    margin-bottom: 70px;
    letter-spacing: 2px;
  }
  .footer__inner-social a {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    opacity: 1;
  }
  .footer__inner h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 650px) {
  .protocols {
    padding-bottom: 20px;
  }
  .protocols__inner .slick-dots li {
    width: 33.3%;
  }
}
@media (max-width: 540px) {
  p.big {
    font-size: 14px;
    line-height: 20px;
  }

  .title__row {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .title__logo {
    margin: 0;
  }
  .title__logo.sm {
    width: 88px;
  }
  .title__logo.sm img {
    width: 40px;
  }
  .title h2 {
    margin-bottom: 24px;
  }
  .title p {
    margin-bottom: 28px;
  }

  .drop__inner-title h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .drop__inner-title p {
    font-size: 11px;
    line-height: 17px;
  }
  .dropItem h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .dropItem p {
    font-size: 11px;
    line-height: 17px;
  }

  .hero__inner .link {
    padding: 0 0 5px 0;
  }

  .info {
    padding: 0;
  }
  .info.big {
    padding-top: 0;
  }
  .info__inner {
    padding: 50px 0;
    border-bottom: 1px solid #f1f1f1;
  }
}
@media (max-width: 390px) {
  h1 {
    font-size: 44px;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}