@charset "UTF-8";
@import "./fonts/stylesheet.css";
.blog--heading {
  display: block;
  font-size: 34px;
  text-transform: uppercase;
  color: #004E74;
  line-height: 130%;
}
@media (max-width: 1200px) {
  .blog--heading {
    font-size: 20px;
  }
}

.blog--item--heading {
  display: block;
  font: bold 24px/130% "Gill Sans";
  text-transform: uppercase;
}
@media (max-width: 1380px) {
  .blog--item--heading {
    font-size: 20px;
    line-height: 110%;
  }
}

.publish--date {
  font: 400 40px/130% "Georgia";
}
@media (max-width: 1024px) {
  .publish--date {
    font-size: 24px;
  }
}

:root {
  --tropical-lagoon: #00aaab;
  --galactic-blue: #004e74;
  --accent-color: #ff8200;
  --text-color: #101010;
  --winters-breath: #cee6e7;
  --imperial-purple: #832672;
  --flaming-ruby: #EC2544;
  --white: #ffffff;
  --etherial-moss:#6C7061;
  font-size: 10px;
}

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;
}

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: "Georgia", sans-serif;
  color: #101010;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  background: #fff;
}

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: 1580px;
  margin: 0 auto;
  padding: 0 40px;
}

h1 {
  font-family: "Gill Sans", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
h1.sm {
  font-weight: 700;
  font-size: 73px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
h1 i {
  font-family: "Georgia", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
}
h1 span {
  font-family: "Gill Sans", sans-serif;
  font-weight: 700;
  font-size: 80px;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  h1 {
    font-size: 60px;
  }
  h1.sm {
    font-size: 50px;
  }
  h1 i {
    font-size: 40px;
  }
  h1 span {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 40px;
  }
  h1.sm {
    font-size: 35px;
  }
  h1 i {
    font-size: 30px;
  }
  h1 span {
    font-size: 40px;
  }
}

h2 {
  font-family: "Gill Sans", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  text-transform: uppercase;
}

h3 {
  font-family: "Gill Sans", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  letter-spacing: -0.04em;
}
h3.big {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}

h4 {
  font-family: "Gill Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.04em;
}

h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
}

h6 {
  font-family: "Gill Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
}

h1 .raised, h2 .raised, h3 .raised, h4 .raised, h5 .raised, h6 .raised {
  font-size: 1em !important;
  position: relative;
  top: -6px;
}

ul.big {
  font-weight: 400;
  font-size: 28px;
  line-height: 130%;
}

p {
  font-size: calc(22px + 6 * (100vw - 320px) / 1600);
  line-height: 130%;
}
p.ex {
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
}
p.big {
  font-weight: 400;
  font-size: 28px;
  line-height: 130%;
}
p.sm {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.main {
  overflow: hidden;
}
.main.base {
  overflow: unset;
}

.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;
  font-family: "Gill Sans", sans-serif;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button.uniq {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 20px;
  background-color: #FF8200;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  min-height: 36px;
}
.button.primary {
  width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Gill Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button.primary:hover {
  opacity: 1;
}
.button.primary:hover img {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.button.primary img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button.primary span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video {
  width: 100%;
  padding-bottom: 53%;
  position: relative;
  margin-bottom: 80px;
}
.video__play {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  font-family: "Gill Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.video__play:hover img {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.video__play img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.video__play span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video__content {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 15px;
  width: 100%;
  max-width: 386px;
  color: #fff;
}
.video__content h5 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.video__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.video__controls.active {
  opacity: 1;
  visibility: visible;
}
.video__progress {
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}
.video__progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.video__progress::-webkit-slider-thumb:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.video__progress::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}
.video__progress::-moz-range-thumb:hover {
  transform: scale(1.2);
}
.video img,
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 10px;
}

.ellipse {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -29%);
          transform: translate(-50%, -29%);
  padding-bottom: 28%;
  pointer-events: none;
  overflow: hidden;
}
.ellipse::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 111%;
  height: 100%;
  background: var(--ellipse-bg, #cee6e7);
  content: "";
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 930px) {
  .flex-row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 15px 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header .auto__container {
  max-width: 1920px;
  padding: 0 20px;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: sticky;
          animation-name: sticky;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.header__inner {
  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;
  position: relative;
  padding: 10px 20px;
}
.header__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(206, 230, 231);
  border: 1px solid #e4e4e4;
  backdrop-filter: blur(10px);
  border-radius: 120px;
  pointer-events: none;
}
.header__inner-logo {
  position: relative;
  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;
  width: 400px;
}
.header__inner-logo img {
  width: 100%;
}

@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.nav {
  position: relative;
  z-index: 2;
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.nav__inner-links li {
  margin-right: 30px;
}
.nav__inner-links li.menu-item-home {
  display: none;
}
.nav__inner-links li:last-child {
  margin: 0;
}
.nav__inner-links li a {
  font-family: "Gill Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #004e74;
}
.nav__inner-links li a:hover {
  opacity: 1;
  color: #FF8200;
}

.burger {
  display: none;
}

.footer {
  position: relative;
  background-color: #cee6e7;
  padding-bottom: 80px;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}
.footer__inner-logo {
  width: calc(35% - 20px);
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkyIiBoZWlnaHQ9IjQyOSIgdmlld0JveD0iMCAwIDQ5MiA0MjkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQ4OC44MTggMTk2LjY2MUM1MDguMDQ1IDMyMy40OTggNDA4Ljg0NiA0MDMuMzAxIDI3NC42NDAgNDIzLjY0NUMxNDAuNDMzIDQ0My45ODkgMjIuMDQwIDM5Ny4xNzAgMi44MTMyMyAyNzAuMzMyQy0xNi40MTM2IDE0My40OTQgNzYuNzk1OSAyNC4xOCAyMTEuMDAyIDMuODM2MTVDMzQ1LjIwOSAtMTYuNTA3NyA0NjkuNTkxIDY5LjgyMjggNDg4LjgxOCAxOTYuNjYxWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4= ");
  aspect-ratio: 491/424;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-inline: 40px;
}
.footer__inner-logo img {
  width: 100%;
}
.footer__inner-logo a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
}
.footer__inner-logo p {
  position: absolute;
  bottom: 12%;
  left: 50%;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #004e74;
  opacity: 0.9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #004e74;
  width: 80%;
}
.footer__inner-content {
  width: calc(65% - 20px);
  max-width: 850px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 64px minmax(250px, -webkit-max-content);
  -ms-grid-columns: max-content 64px minmax(250px, max-content);
  grid-template-columns: -webkit-max-content minmax(250px, -webkit-max-content);
  grid-template-columns: max-content minmax(250px, max-content);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  row-gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.footer__inner-row {
  display: contents;
}
.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 h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #FF8200;
}
.footer__inner-col a,
.footer__inner-col span {
  font-family: "Gill Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
  color: #004e74;
  opacity: 0.9;
  margin-bottom: 15px;
}
.footer__inner-col a:last-child,
.footer__inner-col span:last-child {
  margin: 0;
}
.footer__inner-col a:hover,
.footer__inner-col span:hover {
  opacity: 1;
  color: #FF8200;
}
.footer__inner-col:last-child {
  min-width: 250px;
}
.footer__inner-copy {
  display: contents;
}
.footer__inner-copy span {
  width: 50px;
  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;
}
.footer__inner-copy span img {
  width: 100%;
}
.footer__inner-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner-terms a {
  font-family: "Gill Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
  color: #004e74;
  opacity: 0.9;
  margin-right: 30px;
}
.footer__inner-terms a:last-child {
  margin: 0;
}
.footer__inner-terms a:hover {
  opacity: 1;
  color: #FF8200;
}

.hero.contact {
  padding-bottom: 0;
}
.hero.contact .hero__bg {
  background-color: var(--imperial-purple);
}
.hero.contact .hero__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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero {
  color: #fff;
  position: relative;
  padding: 12% 0 18%;
}
.hero .tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-bottom: 208px;
}
.hero .tiles .tile {
  width: calc(33.3% - 20px);
  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;
  background-color: var(--winters-breath);
  border-radius: 20px;
  padding: 30px;
  gap: 20px;
}
.hero .tiles .tile .tile__icon {
  width: 100%;
}
.hero .tiles .tile .tile__icon img {
  width: 54px;
}
.hero .tiles .tile .tile__role {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 20px;
  color: var(--tropical-lagoon);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.hero .tiles .tile .tile__title-text {
  font-weight: 700;
  color: var(--galactic-blue);
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
.hero .tiles .tile .tile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.hero .tiles .tile .tile__content h5 {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #FF8200;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.hero .tiles .tile .tile__content p {
  margin-top: auto;
  font-size: 18px;
  font-weight: 600;
  font-family: "Gill Sans", sans-serif;
}
.hero .tiles .tile .tile__content p a {
  color: var(--galactic-blue);
  text-decoration: underline;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.hero .tiles .tile .tile__content p a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .hero .tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 124px;
  }
  .hero .tiles .tile {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .hero .tiles .tile {
    padding: 20px;
  }
  .hero .tiles .tile .tile__title h4 {
    font-size: 20px;
  }
  .hero .tiles .tile .tile__content h5 {
    font-size: 18px;
  }
  .hero .tiles .tile .tile__content p {
    font-size: 16px;
  }
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #00aaab;
  pointer-events: none;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  mix-blend-mode: color-burn;
  opacity: 0.3;
}
.hero__inner-title {
  margin-bottom: 30px;
}
.hero__inner-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.hero__inner-image img {
  width: 100%;
}
.hero__inner-description {
  max-width: 1288px;
  margin: 0 auto;
}
.hero__inner-foot {
  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;
}
.hero__inner-foot span {
  width: 25%;
  max-width: 386px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__inner-foot span img {
  width: 100%;
}
.hero__inner-foot h3 {
  width: calc(50% - 30px);
  text-align: center;
  text-transform: uppercase;
}
.hero__inner h1 {
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.hero__inner h1 i {
  font-family: "Gill Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  text-transform: lowercase;
}
.hero__inner h1 br {
  display: none;
}

.welcome {
  padding: 0 0 15%;
  background-color: #cee6e7;
  position: relative;
}
.welcome__inner-title {
  margin-bottom: 50px;
  text-align: center;
}
.welcome__inner-title h2 {
  color: #004e74;
}
.welcome__inner-content {
  max-width: 820px;
  margin: 0 auto;
}
.welcome__inner-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
.welcome__inner-stars img {
  width: 100%;
}
.welcomeQuote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.welcomeQuote__icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
.welcomeQuote__icon img {
  width: 100%;
}
.welcomeQuote__text {
  width: calc(100% - 90px);
  max-width: 722px;
}
.welcomeQuote p {
  color: #004e74;
}

.members {
  padding-bottom: 15%;
  background-color: #fff;
  position: relative;
}
.members .ellipse::before {
  background-color: var(--ellipse-bg, #fff);
}
.members__inner-title {
  margin-bottom: 30px;
  text-align: center;
}
.members__inner-title h2 {
  color: #004e74;
}
.members__inner-content {
  position: relative;
}
.members__inner-row {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.members__inner-col {
  width: calc(25% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.members__inner-col .membersItem {
  width: calc(100% - 40px);
}
.members__inner-main {
  width: calc(50% - 20px);
  max-width: 720px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.members__inner-main .membersItem {
  z-index: 2;
}
.members__inner-foot {
  width: 72.9%;
  max-width: 1100px;
  margin: -20% auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.members__inner-foot .membersItem {
  width: calc(33.3% - 40px);
}
.members__inner-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 45px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.members__inner-logo img {
  width: 100%;
}
.membersItem {
  width: calc(50% - 40px);
  margin: 25px 20px;
}
.membersItem__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90%;
  width: 100%;
  border-radius: 300px 300px 0 0;
}
.membersItem__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.membersItem__image img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.membersItem__content {
  padding-top: 20px;
  text-align: center;
  gap: 5px;
  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;
}
.membersItem h5 {
  color: #004e74;
  text-transform: uppercase;
  text-decoration: underline;
}
.membersItem:hover h5 {
  text-decoration: none;
}
.membersItem p {
  color: var(--etherial-moss);
  font-size: 22px;
  line-height: 1.3;
}

.vision {
  position: relative;
  background-color: #ec2544;
  padding-bottom: 15%;
  color: #fff;
}
.vision .ellipse::before {
  background-color: #ec2544;
}
.vision__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vision__inner-image {
  width: calc(45% - 15px);
  max-width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.vision__inner-image img {
  max-width: 100%;
  margin-inline: auto;
}
@media (max-width: 930px) {
  .vision__inner-image img {
    max-height: 500px;
  }
}
@media (max-width: 540px) {
  .vision__inner-image img {
    max-height: 350px;
  }
}
.vision__inner-content {
  width: calc(55% - 15px);
  max-width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vision__inner-info {
  margin-bottom: 40px;
}
.vision__inner-info:last-child {
  margin: 0;
}
.vision__inner-info h2 {
  margin-bottom: 30px;
}

.reason {
  position: relative;
  padding-bottom: 15%;
  background-color: #cee6e7;
}
.reason__inner {
  position: relative;
}
.reason__inner-logo {
  position: absolute;
  left: 35px;
  top: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  max-width: 130px;
}
.reason__inner-logo.sm {
  left: unset;
  top: 54%;
  right: 25px;
  max-width: 120px;
}
.reason__inner-logo img {
  width: 100%;
}
.reason__inner-content {
  max-width: 980px;
  margin: 0 auto;
  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;
}
.reason__inner-title {
  width: 100%;
  color: #004e74;
  text-align: center;
}
.reason__inner-stars {
  width: 100%;
  max-width: 926px;
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reason__inner-stars img {
  width: 100%;
}
.reason__inner-text {
  margin-bottom: 50px;
  text-align: center;
}
.reason__inner-text .vision__inner-info p.big + p.big {
  margin-top: 2rem;
}
.reason__inner h2 {
  margin-bottom: 34px;
}

.faq {
  position: relative;
  background-color: #a4cf57;
  padding-bottom: 15%;
}
.faq .ellipse::before {
  background-color: #a4cf57;
}
.faq.principles {
  background-color: var(--winters-breath);
}
.faq.principles .ellipse::before {
  background-color: var(--winters-breath);
}
.faq.principles .faqItem {
  background-color: var(--winters-breath);
  border-bottom: 1px solid #fff;
}
.faq.principles .faqItem:last-child {
  border-bottom: none;
}
.faq.principles .faqItem.active {
  background-color: #fff;
}
.faq.principles .faqItem.active h3 {
  color: #004e74;
}
.faq.principles .faqItem.active p,
.faq.principles .faqItem.active li {
  color: #101010;
}
.faq.principles .faq__inner .faq__inner-title p {
  color: var(--galactic-blue);
}
.faq__inner-title {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.faq__inner-title p {
  color: #101010;
}
.faq__inner-content {
  border-radius: 20px;
  overflow: hidden;
}
.faq__inner h2 {
  margin-bottom: 50px;
  color: #004e74;
}
.faqItem {
  background-color: #cee6e7;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-bottom: 1px solid var(--white);
  text-align: center;
}
.faqItem:last-child {
  border-bottom: none;
}
.faqItem.active {
  background-color: #fff;
}
.faqItem__head {
  padding: 20px;
  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;
  position: relative;
  cursor: pointer;
}
.faqItem__head.active span {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.faqItem__head span {
  width: 60px;
  height: 60px;
  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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faqItem__head span img {
  width: 100%;
}
.faqItem__body {
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: hidden;
  padding: 0 20px;
}
.faqItem__body.active {
  padding: 0 20px 20px 55px;
  opacity: 1;
  max-height: 500px;
}
.faqItem__body p {
  color: #101010;
  font-size: 22px;
}
.faqItem__body a {
  color: #FF8200;
  text-decoration: underline;
}
.faqItem__icon {
  width: 26px;
  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;
}
.faqItem__icon img {
  width: 100%;
}
.faqItem h3 {
  width: calc(100% - 100px);
  color: #004e74;
  text-transform: uppercase;
}

.principle {
  position: relative;
  background-color: #832672;
  padding-bottom: 15%;
  color: #fff;
}
.principle .ellipse::before {
  background-color: #832672;
}
.principle__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.principle__inner-content {
  width: calc(40% - 15px);
  max-width: 590px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.principle__inner-image {
  width: calc(60% - 15px);
  max-width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.principle__inner-image > img {
  width: 100%;
}
.principle__inner-image span {
  position: absolute;
  top: 7%;
  left: 9%;
  width: 16%;
  max-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.principle__inner-image span img {
  width: 100%;
}
.principle__inner h2 {
  margin-bottom: 30px;
}
.principle__inner p {
  margin-bottom: 30px;
}
.principle__inner p:last-child {
  margin: 0;
}

@media (max-width: 1380px) {
  .principle {
    padding-bottom: 250px;
  }
}
@media (max-width: 1380px) {
  .support {
    padding: 0px 0 200px;
  }
}
.values {
  position: relative;
  background-color: #00aaab;
  padding-bottom: 15%;
  color: #fff;
}
.values .ellipse::before {
  background-color: #00aaab;
}
.values__inner-title {
  margin-bottom: 50px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.values__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
}
.values__inner h2 {
  margin-bottom: 30px;
}
.valuesItem {
  width: calc(25% - 30px);
  margin: 10px 15px;
  background-color: var(--winters-breath);
  background-image: url(../images/about/shapes-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 300px 300px 15px 15px;
  color: #101010;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  min-height: 420px;
  border: 10px solid var(--winters-breath);
}
.valuesItem__icon {
  width: 74px;
  height: 74px;
  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-bottom: 30px;
}
.valuesItem__icon img {
  width: 100%;
}
.valuesItem__content {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 250px;
}
.valuesItem h4 {
  text-transform: uppercase;
  color: #004e74;
  margin-bottom: 20px;
  font-weight: 400;
}

.showHideSection {
  margin: 0 auto;
  padding-top: 40px;
  display: none;
}
.showHideSection.active {
  display: block;
}
.showHideSection p:not(:last-child) {
  margin-bottom: 1em;
}
@media (max-width: 1380px) {
  .showHideSection {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .showHideSection {
    padding: 0 15px;
  }
}

.intro {
  color: #fff;
  position: relative;
  padding: 170px 0 380px;
  overflow: hidden;
}
.intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #004e74;
  pointer-events: none;
}
.intro__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  mix-blend-mode: color-burn;
  opacity: 0.3;
}
.intro__inner-title {
  text-align: center;
  max-width: 1500px;
  margin: 0 auto;
}
.intro__inner-title-description {
  max-width: 1000px;
  margin: 0 auto;
}
.intro__inner h1 {
  margin-bottom: 30px;
}

.about {
  background-color: #cee6e7;
  position: relative;
  padding: 0 0 15%;
}
.about__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__inner-col {
  width: calc(35% - 15px);
  max-width: 500px;
}
.about__inner-content {
  width: calc(65% - 15px);
  max-width: 920px;
}
.about__inner-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 60px 0;
}
.about__inner-stars img {
  width: 100%;
}
.about__inner-title p b {
  font-weight: 700;
}
.about__inner-text p b {
  font-weight: 700;
}
.about__inner-text p + p {
  margin-top: 1.25em;
}
.about__inner h2 {
  margin-bottom: 50px;
  color: #004e74;
}
.aboutItem {
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aboutItem__image {
  width: 100%;
  padding-bottom: 139%;
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.aboutItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.aboutItem h5 {
  font-family: "Gill Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #004e74;
  margin-bottom: 5px;
}
@media (max-width: 930px) {
  .aboutItem h5 {
    font-size: 24px;
  }
}
@media (max-width: 930px) {
  .aboutItem p.sm {
    font-size: 18px;
  }
}

.news {
  padding: 238px 0 240px;
  overflow: hidden;
}
.news__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsItem {
  width: calc(33.3% - 30px);
  margin: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 78, 116, 0.3);
          box-shadow: 0px 2px 4px rgba(0, 78, 116, 0.3);
  border-radius: 10px;
  color: #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.newsItem:hover {
  opacity: 1;
}
.newsItem:hover .newsItem__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.newsItem:hover .newsItem__arrow > img {
  -webkit-transform: translateX(-2px) rotate(-10deg);
          transform: translateX(-2px) rotate(-10deg);
}
.newsItem:hover .newsItem__arrow span img {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.newsItem__image {
  width: 100%;
  padding-bottom: 59%;
  position: relative;
  overflow: hidden;
}
.newsItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.newsItem__tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  font-family: "Gill Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
  color: #00aaab;
  padding: 4px 10px;
  background: #ffffff;
  border-radius: 100px;
}
.newsItem__content {
  padding: 30px 30px 20px 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsItem__title {
  margin-bottom: 20px;
}
.newsItem__text {
  margin-bottom: 20px;
}
.newsItem__arrow {
  width: 60px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: auto 0 0 0;
}
.newsItem__arrow > img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.newsItem__arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.newsItem__arrow span img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.newsItem h4 {
  margin-bottom: 10px;
  color: #004e74;
  text-transform: uppercase;
}
.newsItem h6 {
  color: #FF8200;
  text-transform: uppercase;
  font-weight: 600;
}

.support {
  color: #fff;
  position: relative;
  padding: 0px 0 12%;
  overflow: hidden;
  background-color: #004e74;
}
.support .ellipse {
  display: none;
}
.support__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.support__bg img {
  width: 100%;
}
.support__inner {
  position: relative;
  z-index: 2;
}
.support__inner-row {
  max-width: 1200px;
  margin: 0 auto;
  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;
}
.support__inner-image {
  width: calc(48% - 15px);
  max-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.support__inner-image img {
  width: 100%;
}
.support__inner-content {
  width: calc(52% - 15px);
  max-width: 570px;
}
.support__inner h2 {
  margin-bottom: 50px;
}
.support__inner p {
  margin-bottom: 50px;
}

.community {
  padding: 240px 0 14%;
  overflow: hidden;
}
.community__inner-two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 160px;
  position: relative;
}
.community__inner-left-col {
  width: calc(33.33% + 50px);
  padding-right: 45px;
  border-right: 1px solid #004e74;
}
.community__inner-left-col p {
  color: #004e74;
  font-weight: 700;
}
.community__inner-right-col {
  width: calc(66.67% - 70px);
  padding-left: 30px;
}
.community__inner-right-col-item {
  background-image: url(../images/faq/small-cj.svg);
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 40px;
  padding-top: 60px;
}
.community__inner-right-col-item:last-child {
  margin-bottom: 0;
}
.community__inner-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 22px;
  margin-bottom: 160px;
}
@media (max-width: 930px) {
  .community__inner-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 540px) {
  .community__inner-main {
    margin-bottom: 40px;
  }
}
.community__inner-col {
  width: calc(33.3% - 10px);
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.community__inner-col h3 {
  color: #004e74;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3;
}
.community__inner-logo {
  width: 30%;
  max-width: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0 0 0;
}
.community__inner-logo img {
  width: 100%;
}
@media (max-width: 930px) {
  .community__inner-two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  .community__inner-left-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    border-right: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #004e74;
  }
  .community__inner-right-col {
    width: 100%;
    padding-left: 0;
  }
}
.communityItem {
  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;
  margin-bottom: 160px;
}
.communityItem.big .communityItem__content {
  width: calc(42% - 15px);
  max-width: 600px;
}
.communityItem.big .communityItem__image {
  width: calc(58% - 15px);
  max-width: 850px;
}
.communityItem.big .communityItem__image img {
  border-radius: 10px;
}
.communityItem__content {
  width: calc(50% - 15px);
  max-width: 700px;
}
.communityItem__image {
  width: calc(50% - 15px);
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.communityItem__image img {
  width: 100%;
  border-top-left-radius: 900px;
  border-top-right-radius: 900px;
}
.communityItem h3 {
  color: #004e74;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.communityItem h3:last-child {
  margin: 0;
}
.communityItem ul {
  padding-left: 30px;
  margin-bottom: 30px;
}
.communityItem ul:last-child {
  margin: 0;
}
.communityItem ul li {
  list-style: disc;
}
.communityItem ul li + li {
  margin-top: 15px;
}
.communityItem ul li::marker {
  color: #101010;
}
@media (max-width: 440px) {
  .communityItem ul li {
    font-size: 16px;
  }
}
.communityItem p {
  margin-bottom: 30px;
}
.communityItem p:last-child {
  margin: 0;
}
.communityCard__image {
  padding-bottom: 63%;
  position: relative;
  margin-bottom: 27px;
}
.communityCard__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 10px;
}
.communityCard h4 {
  margin-bottom: 20px;
  color: #004e74;
  text-transform: uppercase;
}
.communityCard__content p {
  font-size: 22px;
  line-height: 1.3;
}

.community--why-ccj .community__inner-text {
  margin-block: 1px 8rem;
}

.president-page .stories {
  padding-bottom: 20%;
}

.memberItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 60px;
  scroll-margin-top: 100px;
}
.memberItem__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
}
.memberItem__image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.memberItem__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90%;
  width: 100%;
  border-radius: 300px 300px 0 0;
  z-index: 1;
}
.memberItem__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 930px) {
  .memberItem {
    gap: 30px;
    margin-bottom: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    scroll-margin-top: 110px;
  }
  .memberItem__image {
    max-width: 220px;
  }
}
@media (max-width: 650px) {
  .memberItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 20px;
    scroll-margin-top: 90px;
  }
  .memberItem__image {
    max-width: 200px;
    margin: 0 auto;
  }
  .memberItem__content {
    width: 100%;
  }
}
.stories {
  padding: 50px 0 15% 0;
  position: relative;
  overflow: unset;
}
@media (max-width: 1200px) {
  .stories {
    padding-bottom: 100px;
  }
}

.storiesPage {
  overflow: hidden;
  width: 100%;
}
.storiesPage__logo {
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
  width: 700px;
  margin: 0 auto 50px auto;
}
.storiesPage__logo img {
  width: 100%;
}
@media (max-width: 1200px) {
  .storiesPage__logo {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .storiesPage__logo {
    width: 240px;
    display: none;
  }
}
.storiesPage__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.storiesPage__item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.storiesPage__item__image {
  width: 100%;
  height: 280px;
}
.storiesPage__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.storiesPage__item__text {
  min-height: 280px;
  padding: 30px 30px 0 30px;
  color: var(--text-color);
}
.storiesPage__item__text h4 {
  color: #004E74;
  margin-bottom: 10px;
}
.storiesPage__item__text span {
  display: block;
  color: #FF8200;
  font: 500 14px/14px "Gill Sans";
  margin-bottom: 20px;
  text-transform: uppercase;
}
.storiesPage__item__text p {
  font-size: 20px;
  line-height: 130%;
}
.storiesPage__item__text .blog--item--link {
  position: absolute;
  left: auto;
  width: 60px;
  height: 55px;
  top: auto;
  bottom: 20px;
}
.storiesPage__item__text .blog--item--link img {
  width: 100%;
  height: 100%;
}
.storiesPage__item__inner {
  background: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 78, 116, 0.3);
          box-shadow: 0px 2px 4px 0px rgba(0, 78, 116, 0.3);
}
.storiesPage__item__inner a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1200px) {
  .storiesPage__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .storiesPage__item {
    width: 100%;
  }
  .storiesPage__item__image {
    height: 200px;
  }
  .storiesPage__item__text {
    height: auto;
    padding: 30px 15px;
  }
}
.storiesPage__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .storiesPage__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.storiesPage__main a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.storiesPage__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.storiesPage__main__part {
  height: 500px;
  width: 50%;
}
.storiesPage__main__part__content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 50px;
  height: 100%;
}
.storiesPage__main__part__content h2 {
  margin-bottom: 20px;
}
.storiesPage__main__part__content span {
  color: #FF8200;
  display: block;
  margin-bottom: 50px;
  text-transform: uppercase;
  font: 500 18px/18px "Gill Sans";
}
.storiesPage__main__part__content p {
  font-size: 28px;
  line-height: 130%;
}
@media (max-width: 1200px) {
  .storiesPage__main__part {
    width: 100%;
    height: auto;
  }
  .storiesPage__main__part:last-child {
    height: 200px;
  }
  .storiesPage__main__part span,
  .storiesPage__main__part p {
    font-size: 16px;
  }
  .storiesPage__main__part__content {
    height: auto;
    padding: 30px 15px;
  }
}

.recentStories__item .storiesPage__item__text {
  height: 330px;
}

.singleStoryWrapper {
  width: 100%;
}
.singleStoryWrapper__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (max-width: 1200px) {
  .singleStoryWrapper__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.singleStoryWrapper__content {
  background: #fff;
  border-radius: 20px;
  width: calc(100% - 420px);
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 1200px) {
  .singleStoryWrapper__content {
    width: 100%;
    padding: 30px 15px;
  }
}
.singleStoryWrapper__sidebar {
  width: 360px;
  -webkit-transition: top 1s ease-in-out;
  transition: top 1s ease-in-out;
  position: sticky;
  top: 0;
}
.singleStoryWrapper__sidebar.sticky--sidebar {
  position: sticky;
  top: 12rem;
}
.singleStoryWrapper__sidebar__section {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #004E74;
  padding: 30px 20px;
  color: #fff;
}
.singleStoryWrapper__sidebar__section:last-child {
  margin-bottom: 0;
}
.singleStoryWrapper__sidebar__section.color--green {
  background: #A4CF57;
}
.singleStoryWrapper__sidebar__section.color--orange {
  background: #FF8200;
}
.singleStoryWrapper__sidebar__section__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.singleStoryWrapper__sidebar__section__socials li {
  margin-right: 20px;
}
.singleStoryWrapper__sidebar__section__socials li:last-child {
  margin-right: 0;
}
.singleStoryWrapper__sidebar__section__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.singleStoryWrapper__sidebar__section__categories li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.singleStoryWrapper__sidebar__section__categories li span {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font: 700 16px/16px "Georgia";
  color: #004E74;
}
.singleStoryWrapper__sidebar__section__categories li span:hover {
  background: #004E74;
  color: #fff;
}
.singleStoryWrapper__sidebar__section__anchors li {
  text-transform: uppercase;
  color: #CEE6E7;
  font: 600 18px/18px "Gill Sans";
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.singleStoryWrapper__sidebar__section__anchors li span {
  position: relative;
  top: 4px;
}
.singleStoryWrapper__sidebar__section__anchors li:hover::before, .singleStoryWrapper__sidebar__section__anchors li.active::before {
  margin-left: 0;
}
.singleStoryWrapper__sidebar__section__anchors li::before {
  content: "";
  background: url(../images/icons/anchor-arrow.svg) no-repeat center;
  background-size: contain;
  width: 27px;
  height: 25px;
  margin-right: 10px;
  position: relative;
  display: block;
  float: left;
  margin-left: -40px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.singleStoryWrapper__sidebar__section__anchors li.active {
  color: #fff;
}
.singleStoryWrapper__sidebar__section__anchors li:last-child {
  margin-bottom: 0;
}
.singleStoryWrapper__sidebar__section h4 {
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .singleStoryWrapper__sidebar {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .singleStoryWrapper__sidebar.sticky--sidebar {
    position: static;
    top: 0;
  }
  .singleStoryWrapper__sidebar.sticky--sidebar .singleStoryWrapper__sidebar__section:not(:first-child) {
    display: block;
  }
  .singleStoryWrapper__sidebar.sticky--sidebar .singleStoryWrapper__sidebar__section:first-child {
    display: none;
  }
  .singleStoryWrapper__sidebar__section {
    padding: 15px;
    margin-bottom: 10px;
  }
  .singleStoryWrapper__sidebar__section:first-child {
    display: none;
  }
  .singleStoryWrapper__sidebar__section h4 {
    margin-bottom: 20px;
  }
  .singleStoryWrapper__sidebar__section__anchors li {
    margin-bottom: 12px;
  }
}

.content--elements section {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.content--elements section:last-child {
  margin-bottom: 0;
}
.content--elements h2 {
  display: block;
  color: #004E74;
  font: 700 64px/110% "Gill Sans";
}
.content--elements blockquote {
  overflow: hidden;
  padding: 20px 20px 20px 50px;
  border-radius: 10px;
  position: relative;
  background: #00AAAB;
  color: #fff;
}
.content--elements blockquote p {
  font: 700 40px/120% "Georgia";
}
.content--elements blockquote p:last-child {
  font: 400 22px/22px "Georgia";
  display: block;
  padding-top: 20px;
}
.content--elements blockquote::before {
  content: "";
  background: #fff;
  height: 100%;
  width: 4px;
  position: absolute;
  top: 20px;
  left: 20px;
  height: calc(100% - 82px);
}
.content--elements blockquote i {
  font-style: normal;
  float: right;
  font: 400 22px/130% "Georgia";
  display: inline-block;
  padding-top: 20px;
}
.content--elements h3 {
  display: block;
  text-transform: uppercase;
  color: #004E74;
  font: 700 34px/110% "Gill Sans";
}
.content--elements span {
  display: block;
  margin-bottom: 0;
  font: 400 22px/130% "Georgia";
}
.content--elements p {
  display: block;
  font: 400 28px/130% "Georgia";
}
@media (max-width: 1200px) {
  .content--elements h2 {
    font-size: 30px;
  }
  .content--elements h3 {
    font-size: 24px;
  }
  .content--elements p,
  .content--elements span {
    font-size: 20px;
  }
  .content--elements ul li {
    font-size: 20px;
    margin-bottom: 0;
  }
  .content--elements blockquote p {
    font-size: 30px;
  }
  .content--elements blockquote p:last-child {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .content--elements blockquote p {
    font-size: 24px;
  }
  .content--elements blockquote p:last-child {
    font-size: 16px;
  }
}

.recentWrapper .storiesPage__item {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .recentWrapper .storiesPage__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .recentWrapper .storiesPage__item {
    margin-bottom: 30px;
  }
  .recentWrapper .storiesPage__item:last-child {
    margin-bottom: 0;
  }
}
.recentWrapper__title {
  overflow: hidden;
  text-align: center;
  margin-bottom: 60px;
}

.about__inner-title p {
  font: 400 28px/130% "Georgia";
}
@media (max-width: 1380px) {
  .about__inner-title p {
    font-size: 24px;
  }
}
@media (max-width: 1180px) {
  .about__inner-title p {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .about__inner-title p {
    font-size: 18px;
  }
}

/* hide donate btn from header 2 */
header .button.uniq {
  display: none;
}

.wp-block-list {
  margin-bottom: 30px;
  display: block;
}
.wp-block-list li {
  list-style: inside;
  margin-bottom: 5px;
}

.wp-block-button__link {
  width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: transparent;
  position: relative;
  opacity: 1 !important;
}
.wp-block-button__link::before {
  content: "";
  background: url(../images/icons/buttonBg.svg) no-repeat center;
  position: absolute;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.wp-block-button__link span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Gill Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
}
.wp-block-button__link:hover::before {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.chrome-mac .faqItem h3 {
  position: relative;
  top: 5px;
}

.defaultPageWrapper {
  overflow: hidden;
  padding: 200px 0 300px 0;
}
.defaultPageWrapper h1,
.defaultPageWrapper h2 {
  display: block;
  color: #004e74;
  margin-bottom: 30px;
}
.defaultPageWrapper p {
  display: block;
  margin-bottom: 30px;
}
.defaultPageWrapper a {
  color: #004e74;
  text-decoration: underline;
}
.defaultPageWrapper a:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .defaultPageWrapper {
    padding: 120px 0;
  }
}
@media (max-width: 768px) {
  .defaultPageWrapper {
    padding: 80px 0 80px 0;
  }
}

@media (max-width: 1600px) {
  .auto__container {
    max-width: 1450px;
  }
  h1 {
    font-size: 80px;
  }
  h1.sm {
    font-size: 65px;
  }
  h1 i {
    font-size: 79%;
    line-height: 100%;
  }
  h2 {
    font-size: 55px;
  }
  h3.big {
    font-size: 35px;
  }
  p.ex {
    font-size: 35px;
  }
  .button.uniq {
    font-size: 16px;
  }
  .header__inner-logo {
    width: 310px;
  }
  .nav__inner-links li {
    margin-right: 24px;
  }
  .nav__inner-links li a {
    font-size: 16px;
    line-height: 120%;
  }
  .intro {
    padding: 150px 0 300px;
  }
  .news {
    padding: 200px 0;
  }
  .hero {
    padding: 200px 0 400px;
  }
}
@media (max-width: 1450px) {
  h1 {
    font-size: 70px;
  }
  .hero {
    padding: 200px 0 260px;
  }
}
@media (max-width: 1380px) {
  .auto__container {
    max-width: 1250px;
  }
  h1 {
    font-size: 65px;
  }
  h1.sm {
    font-size: 55px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 30px;
  }
  h3.big {
    font-size: 30px;
  }
  p.ex {
    font-size: 30px;
  }
  p.big {
    font-size: 24px;
  }
  ul.big {
    font-size: 24px;
  }
  body {
    font-size: 20px;
  }
  .button.uniq {
    font-size: 16px;
    padding: 10px 16px;
  }
  .header__inner-logo {
    width: 250px;
  }
  .nav__inner-links {
    margin-right: 20px;
  }
  .nav__inner-links li {
    margin-right: 20px;
  }
  .nav__inner-links li a {
    font-size: 14px;
  }
  .hero {
    padding: 160px 0 220px;
  }
  .welcome {
    padding-bottom: 220px;
  }
  .members {
    padding-bottom: 220px;
  }
  .vision {
    padding-bottom: 220px;
  }
  .reason {
    padding-bottom: 220px;
  }
  .reason__inner-content {
    width: 82%;
  }
  .reason__inner-logo {
    width: 8%;
    left: 0;
  }
  .reason__inner-logo.sm {
    right: 0;
  }
  .reason__inner-stars {
    margin: 40px 0;
  }
  .reason__inner-text {
    margin-bottom: 40px;
  }
  .faq {
    padding-bottom: 220px;
  }
  .principle {
    padding-bottom: 220px;
  }
  .values {
    padding-bottom: 220px;
  }
  .intro {
    padding: 120px 0 220px;
  }
  .about {
    padding-bottom: 220px;
    padding-top: 30px;
  }
  .about__inner-stars {
    margin: 40px 0;
  }
  .about__inner h2 {
    margin-bottom: 30px;
  }
  .news {
    padding: 150px 0;
  }
  .support {
    padding: 0px 0 200px;
  }
  .community {
    padding: 180px 0;
  }
  .communityItem {
    margin-bottom: 120px;
  }
}
@media (max-width: 1180px) {
  .auto__container {
    padding: 0 30px;
  }
  h1 {
    font-size: 60px;
  }
  h1.sm {
    font-size: 50px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 30px;
  }
  h3.big {
    font-size: 34px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  p.ex {
    font-size: 25px;
  }
  p.big {
    font-size: 20px;
  }
  ul.big {
    font-size: 20px;
  }
  body {
    font-size: 18px;
  }
  .button.uniq {
    font-size: 13px;
    padding: 10px 14px;
  }
  .ellipse::before {
    width: 120%;
  }
  .video {
    margin-bottom: 70px;
  }
  .button.primary {
    width: 140px;
    height: 140px;
    font-size: 16px;
  }
  .header__inner-logo {
    width: 200px;
  }
  .nav__inner-links {
    margin-right: 18px;
  }
  .nav__inner-links li {
    margin-right: 18px;
  }
  .nav__inner-links li a {
    font-size: 13px;
  }
  .hero {
    padding: 130px 0 180px;
  }
  .hero__inner h1 br {
    display: inline;
  }
  .hero__inner-title {
    margin-bottom: 40px;
  }
  .hero__inner-image {
    margin-bottom: 30px;
  }
  .welcome {
    padding-bottom: 180px;
  }
  .welcome__inner-title {
    margin-bottom: 40px;
  }
  .welcome__inner-stars {
    margin-bottom: 30px;
  }
  .members {
    padding-bottom: 180px;
  }
  .members__inner-logo {
    width: 90px;
  }
  .members__inner-foot {
    margin-top: -24%;
  }
  .vision {
    padding-bottom: 180px;
  }
  .vision__inner-info {
    margin-bottom: 24px;
  }
  .vision__inner-info h2 {
    margin-bottom: 18px;
  }
  .reason {
    padding-bottom: 180px;
  }
  .reason__inner-stars {
    margin: 30px 0;
  }
  .reason__inner-text {
    margin-bottom: 30px;
  }
  .reason__inner h2 {
    margin-bottom: 24px;
  }
  .faq {
    padding-bottom: 180px;
  }
  .faq__inner-title {
    margin-bottom: 35px;
  }
  .faq__inner h2 {
    margin-bottom: 30px;
  }
  .faqItem__head span {
    width: 50px;
    height: 50px;
  }
  .principle {
    padding-bottom: 180px;
  }
  .principle__inner h2 {
    margin-bottom: 20px;
  }
  .principle__inner p {
    margin-bottom: 20px;
  }
  .values {
    padding-bottom: 180px;
  }
  .values__inner-title {
    margin-bottom: 35px;
  }
  .values__inner-row {
    margin: 0 -10px;
  }
  .valuesItem {
    width: calc(25% - 20px);
    margin: 10px;
    min-height: 290px;
  }
  .valuesItem__icon {
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
  }
  .valuesItem h4 {
    margin-bottom: 12px;
  }
  .footer {
    padding-bottom: 60px;
  }
  .footer__inner-logo {
    width: calc(32% - 10px);
  }
  .footer__inner-content {
    width: calc(68% - 10px);
    row-gap: 40px;
  }
  .footer__inner-col a,
  .footer__inner-col span {
    font-size: 16px;
  }
  .footer__inner-terms a {
    font-size: 16px;
  }
  .intro {
    padding: 80px 0 180px;
  }
  .about {
    padding-bottom: 180px;
    padding-top: 20px;
  }
  .about__inner-stars {
    margin: 24px 0;
  }
  .about__inner h2 {
    margin-bottom: 20px;
  }
  .news {
    padding: 100px 0;
  }
  .news__inner-row {
    margin: 0 -10px;
  }
  .newsItem {
    width: calc(33.3% - 20px);
    margin: 10px;
  }
  .newsItem__content {
    padding: 20px 20px 15px 20px;
  }
  .newsItem__tag {
    top: 15px;
    left: 15px;
  }
  .newsItem__text {
    margin-bottom: 15px;
  }
  .newsItem__title {
    margin-bottom: 15px;
  }
  .newsItem__arrow {
    width: 50px;
    height: 50px;
  }
  .support {
    padding: 70px 0 120px;
  }
  .support__inner h2 {
    margin-bottom: 30px;
  }
  .support__inner p {
    margin-bottom: 30px;
  }
  .community {
    padding: 100px 0;
  }
  .community__inner-main {
    padding: 0;
  }
  .communityItem {
    margin-bottom: 70px;
  }
  .communityItem.big .communityItem__image {
    width: calc(50% - 10px);
  }
  .communityItem.big .communityItem__content {
    width: calc(50% - 10px);
  }
  .communityItem__image {
    width: calc(50% - 10px);
  }
  .communityItem__content {
    width: calc(50% - 10px);
  }
  .communityItem h3 {
    margin-bottom: 16px;
  }
  .communityItem p {
    margin-bottom: 16px;
  }
  .communityItem ul {
    margin-bottom: 16px;
  }
  .communityCard__image {
    margin-bottom: 18px;
  }
  .communityCard h4 {
    margin-bottom: 12px;
  }
}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }
  h1 {
    font-size: 55px;
  }
  h1.sm {
    font-size: 45px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 25px;
  }
  h3.big {
    font-size: 25px;
  }
  h4 {
    font-size: 18px;
  }
  .button.uniq {
    font-size: 18px;
    padding: 12px 20px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header.sticky {
    -webkit-animation: none;
            animation: none;
  }
  .header .auto__container {
    padding: 0 30px;
    position: static;
  }
  .header__inner {
    position: static;
    padding: 0px 0;
  }
  .header__inner::before {
    border-radius: 0;
    border: unset;
  }
  body.active {
    overflow: hidden;
  }
  .nav {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -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;
  }
  .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__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%;
    max-width: 340px;
    z-index: 1;
    padding: 70px 20px 20px 20px;
    height: 100%;
    overflow-y: auto;
  }
  .nav__inner-links {
    position: relative;
    z-index: 2;
    -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;
    width: 100%;
    margin: 0 0 50px 0;
  }
  .nav__inner-links li {
    margin: 0 0 30px 0;
  }
  .nav__inner-links li.menu-item-home {
    display: block;
  }
  .nav__inner-links li a {
    font-size: 18px;
  }
  .nav__inner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(206, 230, 231);
    pointer-events: none;
  }
  .nav__inner .button {
    position: relative;
    z-index: 2;
  }
  .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;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
  .burger:hover {
    opacity: 0.8;
  }
  .burger::before {
    top: 20%;
    width: 100%;
    height: 2px;
    background-color: #004e74;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #004e74;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -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;
  }
  .burger::after {
    bottom: 20%;
    width: 100%;
    height: 2px;
    background-color: #004e74;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }
}
@media (max-width: 930px) {
  h1 {
    font-size: 50px;
  }
  h1.sm {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h5 {
    font-size: 16px;
  }
  .video {
    padding-bottom: 56.6%;
    margin-bottom: 40px;
  }
  .video:hover .video__play {
    opacity: 1;
    visibility: visible;
  }
  .video__content {
    padding-bottom: 44px;
  }
  .video__play {
    width: 80px;
    height: 80px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 12px;
  }
  .video__play.active {
    opacity: 0;
    visibility: hidden;
  }
  .button.primary {
    width: 110px;
    height: 110px;
    font-size: 14px;
  }
  .hero {
    padding: 110px 0 130px;
  }
  .hero__inner-title {
    margin-bottom: 24px;
  }
  .hero__inner-image {
    margin-bottom: 24px;
  }
  .hero__inner-foot {
    -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;
  }
  .hero__inner-foot h3 {
    width: 100%;
    margin: 20px 0;
  }
  .hero__inner-foot span {
    width: 75%;
    max-width: 280px;
  }
  .welcome {
    padding-bottom: 130px;
  }
  .welcome__inner-title {
    margin-bottom: 30px;
  }
  .welcome__inner-stars {
    margin-bottom: 24px;
  }
  .members {
    padding-bottom: 130px;
  }
  .members__inner-col .membersItem {
    width: calc(100% - 20px);
  }
  .members__inner-main {
    width: calc(50% - 20px);
  }
  .members__inner-foot {
    width: 71.8%;
  }
  .members__inner-foot .membersItem {
    width: calc(33.3% - 20px);
  }
  .members__inner-logo {
    width: 70px;
  }
  .membersItem {
    margin: 18px 10px;
    width: calc(50% - 20px);
  }
  .vision {
    padding-bottom: 130px;
  }
  .vision__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vision__inner-image {
    width: 100%;
    max-width: unset;
    margin-bottom: 40px;
  }
  .vision__inner-content {
    width: 100%;
    max-width: unset;
  }
  .reason {
    padding-bottom: 130px;
  }
  .faq {
    padding-bottom: 130px;
  }
  .faq__inner-title {
    margin-bottom: 24px;
  }
  .faq__inner h2 {
    margin-bottom: 20px;
  }
  .faqItem__icon {
    width: 22px;
  }
  .faqItem__head span {
    width: 40px;
    height: 40px;
  }
  .faqItem__body p {
    font-size: 16px;
  }
  .faqItem h3 {
    width: calc(100% - 80px);
  }
  .principle {
    padding-bottom: 130px;
  }
  .principle__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .principle__inner-image {
    width: 100%;
  }
  .principle__inner-content {
    padding-top: 20px;
    width: 100%;
    margin-bottom: 30px;
  }
  .values {
    padding-bottom: 130px;
  }
  .valuesItem {
    width: calc(33.3% - 20px);
    min-height: 250px;
  }
  .footer {
    padding-bottom: 40px;
  }
  .footer__inner {
    -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-content {
    width: 100%;
  }
  .footer__inner-logo {
    width: 300px;
    margin-bottom: 40px;
  }
  .intro {
    padding: 60px 0 130px;
  }
  .about {
    padding-bottom: 100px;
  }
  .about__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__inner-col {
    width: 100%;
    margin-bottom: 30px;
  }
  .about__inner-content {
    width: 100%;
    max-width: unset;
  }
  .news {
    padding: 60px 0;
  }
  .newsItem {
    width: calc(50% - 20px);
  }
  .support {
    padding: 50px 0 70px;
  }
  .support__inner-image {
    width: calc(46% - 10px);
  }
  .support__inner-content {
    width: calc(54% - 10px);
  }
  .support__inner h2 {
    margin-bottom: 20px;
  }
  .support__inner p {
    margin-bottom: 20px;
  }
  .community {
    padding: 60px 0;
  }
  .community__inner-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .community__inner-col {
    width: calc(50% - 10px);
  }
  .community__inner-col:first-child {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .community__inner-col:first-child h3 {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .community__inner-col h3 {
    margin-bottom: 20px;
  }
  .community__inner-logo {
    width: 80px;
    height: 80px;
  }
  .communityItem {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .communityItem.big .communityItem__image {
    width: calc(50% - 10px);
  }
  .communityItem.big .communityItem__content {
    width: calc(50% - 10px);
  }
  .communityItem__image {
    width: 100% !important;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
  }
  .communityItem__content {
    width: 100% !important;
    max-width: unset !important;
  }
  .communityItem h3 {
    margin-bottom: 24px;
  }
  .communityItem p {
    margin-bottom: 24px;
  }
  .communityItem ul {
    margin-bottom: 24px;
  }
}
@media (max-width: 750px) {
  .auto__container {
    padding: 0 20px;
  }
  h1 {
    font-size: 45px;
  }
  h1.sm {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  h3.big {
    font-size: 22px;
  }
  ul.big {
    font-size: 18px;
  }
  p.ex {
    font-size: 20px;
  }
  p.big {
    font-size: 18px;
  }
  p.sm {
    font-size: 14px;
  }
  body {
    font-size: 16px;
  }
  .video__content {
    max-width: 350px;
  }
  .header {
    padding: 10px 0;
  }
  .header .auto__container {
    padding: 0 20px;
  }
  .reason__inner-logo {
    top: -2%;
  }
  .reason__inner-logo.sm {
    top: unset;
    bottom: 0;
  }
  .reason__inner-stars {
    margin: 20px 0;
  }
  .reason__inner-content {
    width: 100%;
  }
  .reason__inner-text {
    margin-bottom: 20px;
  }
  .valuesItem {
    width: calc(50% - 20px);
    min-height: 250px;
  }
  .members__inner-content {
    max-width: 560px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .members__inner-logo {
    bottom: -50px;
    display: none;
  }
  .members__inner-main {
    width: 100%;
  }
  .members__inner-row {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .members__inner-col {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .members__inner-col .membersItem {
    width: calc(50% - 20px);
  }
  .members__inner-foot {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
  .members__inner-foot .membersItem {
    width: calc(50% - 20px);
  }
  .membersItem {
    margin: 18px 10px;
    width: calc(50% - 20px);
  }
  .footer__inner-col a,
  .footer__inner-col span {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .footer__inner-terms a {
    font-size: 14px;
  }
  .support {
    overflow: unset;
    padding: 0 0 90px;
  }
  .support .ellipse {
    display: block;
  }
  .support .ellipse::before {
    background-color: #004e74;
  }
  .support__bg {
    background-color: #004e74;
    display: none;
  }
  .support__bg img {
    display: none;
  }
  .support__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .support__inner-image {
    width: 100%;
    margin-bottom: 30px;
  }
  .support__inner-content {
    width: 100%;
    max-width: unset;
    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;
  }
}
@media (max-width: 650px) {
  .news {
    padding: 40px 0;
  }
  .news__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .newsItem {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .newsItem:last-child {
    margin: 0;
  }
  .newsItem__tag {
    top: 20;
    left: 20px;
  }
  .newsItem__text {
    margin-bottom: 20px;
  }
  .newsItem__title {
    margin-bottom: 20px;
  }
  .community__inner-col {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
  .community__inner-col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 40px;
  }
  h1.sm {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h3.big {
    font-size: 20px;
  }
  .ellipse::before {
    width: 130%;
  }
  .video {
    margin-bottom: 35px;
  }
  .video__content {
    display: none;
  }
  .video__play {
    width: 60px;
    height: 60px;
    font-size: 10px;
  }
  .button.primary {
    width: 90px;
    height: 90px;
    font-size: 12px;
  }
  .hero {
    padding: 110px 0 70px;
  }
  .hero__inner-title {
    margin-bottom: 18px;
  }
  .hero__inner-image {
    width: 100%;
    margin: 0 0px 20px;
  }
  .hero__inner-foot h3 {
    margin: 14px 0;
  }
  .welcome {
    padding-bottom: 70px;
    padding-top: 20px;
  }
  .welcome__inner-title {
    margin-bottom: 20px;
  }
  .welcome__inner-stars {
    margin-bottom: 20px;
  }
  .welcomeQuote {
    gap: 10px;
  }
  .members {
    padding: 20px 0 80px;
  }
  .members__inner-title {
    margin-bottom: 20px;
  }
  .members__inner-content {
    margin: 0 -7px;
  }
  .members__inner-logo {
    bottom: -40px;
    width: 40px;
  }
  .members__inner-col .membersItem {
    width: calc(50% - 14px);
  }
  .members__inner-foot .membersItem {
    width: calc(50% - 14px);
  }
  .membersItem {
    margin: 10px 7px;
  }
  .membersItem h5 {
    font-size: 12px;
  }
  .vision {
    padding: 20px 0 70px;
  }
  .vision__inner-image {
    margin-bottom: 30px;
  }
  .vision__inner-info {
    margin-bottom: 20px;
  }
  .vision__inner-info h2 {
    margin-bottom: 12px;
  }
  .reason {
    padding: 20px 0 70px;
  }
  .reason__inner-logo {
    top: auto;
    bottom: 0;
    width: 11%;
  }
  .reason__inner h2 {
    margin-bottom: 16px;
  }
  .faq {
    padding: 20px 0 70px;
  }
  .faq__inner-content {
    border-radius: 12px;
  }
  .faq__inner h2 {
    margin-bottom: 16px;
  }
  .faqItem__icon {
    width: 16px;
  }
  .faqItem__head {
    padding: 15px;
  }
  .faqItem__head span {
    width: 30px;
    height: 30px;
  }
  .faqItem__body {
    padding: 0 15px;
  }
  .faqItem__body.active {
    padding: 0 15px 15px;
  }
  .faqItem h3 {
    font-size: 18px;
    width: calc(100% - 60px);
  }
  .principle {
    padding: 20px 0 70px;
  }
  .principle__inner-content {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .values {
    padding: 20px 0 70px;
  }
  .values__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .values__inner-title {
    margin-bottom: 20px;
  }
  .values__inner h2 {
    margin-bottom: 20px;
  }
  .valuesItem {
    width: 100%;
    margin-bottom: 0 0 20px 0;
    min-height: 290px;
    border-radius: 250px 250px 0 0;
    padding: 35px 24px 24px;
  }
  .valuesItem:last-child {
    margin: 0;
  }
  .footer {
    padding: 20px 0 30px;
  }
  .footer__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__inner-logo {
    width: 80%;
    max-width: 300px;
    margin-bottom: 24px;
  }
  .footer__inner-logo p {
    font-size: 14px;
  }
  .footer__inner-content {
    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;
    row-gap: 0;
  }
  .footer__inner-row {
    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;
    width: 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;
    width: 100%;
  }
  .footer__inner-col {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__inner-col h4 {
    margin-bottom: 14px;
  }
  .footer__inner-terms a {
    margin-right: 20px;
  }
  .intro {
    padding: 60px 0 100px;
  }
  .intro__inner h1 {
    margin-bottom: 20px;
  }
  .about {
    padding-bottom: 50px;
  }
  .support {
    padding-bottom: 70px;
  }
  .community {
    padding: 50px 0;
  }
  .community__inner-col:last-child {
    margin-bottom: 0;
  }
  .community__inner-logo {
    width: 60px;
    height: 60px;
  }
  .communityItem {
    margin-bottom: 32px;
  }
  .communityItem__image {
    margin-bottom: 18px;
  }
  .communityItem h3 {
    margin-bottom: 15px;
  }
  .communityItem p {
    margin-bottom: 15px;
  }
  .communityItem ul {
    margin-bottom: 15px;
    padding-left: 22px;
  }
}
@media (max-width: 440px) {
  p.ex {
    font-size: 18px;
  }
  p.big {
    font-size: 16px;
  }
  ul.big {
    font-size: 16px;
  }
  body {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  h1 {
    font-size: 35px;
  }
  h1.sm {
    font-size: 25px;
  }
  h2 {
    font-size: 22px;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}