@charset "UTF-8";
@import "./fonts/stylesheet.css";
@import "./animate.css";
/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  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: "Manrope", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
}

.auto__container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: 0.01em;
  color: #fff;
}
h1.sm {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h2 {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
}
h2.lh100 {
  line-height: 100px;
  background-color: #5d269e;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5d269e), to(#9e3d96));
  background-image: linear-gradient(0deg, #5d269e, #9e3d96);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
h2.lh62 {
  line-height: 62px;
}
h2.lh70 {
  line-height: 70px;
  background-color: #5d269e;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5d269e), to(#9e3d96));
  background-image: linear-gradient(0deg, #5d269e, #9e3d96);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
h2.lh26 {
  line-height: 26px;
}

h3 {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
}
h3.sm {
  font-size: 36px;
  line-height: 40px;
  background-color: #5d269e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5d269e), to(#9e3d96));
  background-image: linear-gradient(-180deg, #5d269e, #9e3d96);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

h4 {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100px;
  color: #583297;
}
h4.sm {
  font-size: 26px;
}
h4.lh56 {
  line-height: 56px;
  background-color: #5d269e;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5d269e), to(#9e3d96));
  background-image: linear-gradient(0deg, #5d269e, #9e3d96);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

h5 {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

p {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
}
p.big {
  font-size: 20px;
  line-height: 26px;
}
p.big.list {
  padding-left: 60px;
  position: relative;
}
p.big.list::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 5px;
  width: 13px;
  height: 13px;
  background: #5d269e;
}
p.big span {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 56px;
  background-color: #5d269e;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5d269e), to(#9e3d96));
  background-image: linear-gradient(0deg, #5d269e, #9e3d96);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
p.sm {
  font-size: 14px;
  line-height: 20px;
}
p.xsm {
  font-size: 12px;
  line-height: 15px;
}

main {
  overflow: hidden;
}

.circle {
  position: absolute;
  width: 19%;
  max-width: 356px;
  z-index: 1;
  left: calc(50% - 535px);
  top: 450px;
}
.circle__image {
  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;
  width: 100%;
}
.circle__image img {
  width: 100%;
}

.anchor {
  position: relative;
  top: -80px;
}

@-webkit-keyframes header {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes header {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.footer {
  position: relative;
  min-height: 557px;
  overflow: hidden;
}
.footer__image {
  max-width: 1920px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  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;
}
.footer__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.footer__content {
  width: 270px;
  position: absolute;
  left: calc(50% - 540px);
  top: 180px;
}
.footer__content-logo {
  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;
  width: 270px;
  margin-bottom: 20px;
}
.footer__content-logo img {
  width: 100%;
}
.footer__content-address {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 20px;
}
.footer__content-address a {
  display: block;
  -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;
  color: #fff;
}
.footer__content-address a:hover {
  opacity: 0.8;
}
.footer__content-copy {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
}
.footer__content-copy span {
  font-weight: 700;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
}
.header__inner {
  padding: 42px 54px 45px 49px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #5d269e;
  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;
}
.header__inner-logo {
  width: 250px;
  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;
}
.header__inner-logo img {
  width: 100%;
}
.header__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__inner-title {
  display: none;
  font-size: 38px;
  line-height: 54px;
  color: #fff;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__inner-title span {
  font-size: 21px;
  line-height: 50px;
  display: block;
  margin-right: 16px;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(93, 38, 158);
  background: linear-gradient(140deg, rgb(93, 38, 158) 57%, rgb(158, 61, 150) 100%);
  width: 100% !important;
  -webkit-animation: 0.2s linear sticky;
          animation: 0.2s linear sticky;
}
.header.sticky .header__helper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 6px 60px;
}
.header.sticky .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.header.sticky .header__inner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header.sticky .header__inner-logo {
  width: 180px;
}
.header.sticky .burger-outer {
  display: block;
}
.header.sticky .nav {
  position: absolute;
  top: 100%;
  left: 60px;
  background: #fff;
  display: none;
  -webkit-animation: 0.2s linear navAnime;
          animation: 0.2s linear navAnime;
}
.header.sticky .nav.active {
  display: block;
}

@-webkit-keyframes sticky {
  from {
    top: -50px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes sticky {
  from {
    top: -50px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes navAnime {
  from {
    top: 80%;
    opacity: 0;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}
@keyframes navAnime {
  from {
    top: 80%;
    opacity: 0;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}
.burger {
  position: absolute;
  top: 50%;
  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%);
  width: 20px;
  height: 20px;
}
.burger-outer {
  position: relative;
  display: none;
  background: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 40px 0 20px;
}
.burger::before {
  top: 0;
  width: 100%;
  height: 4px;
  background-color: #5d269e;
  border-radius: 50px;
  -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: 4px;
  background-color: #5d269e;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  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%);
}
.burger::after {
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #5d269e;
  border-radius: 50px;
  -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-outer.active .burger::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.burger-outer.active .burger span {
  display: none;
}
.burger-outer.active .burger::after {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}

.nav {
  position: relative;
  z-index: 10;
}
.nav__inner {
  padding: 30px 40px 0px 18px;
}
.nav__inner-link {
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  display: block;
  padding: 15px 0 15px 5px;
  border-bottom: 1px solid #f66ed5;
  color: #333333;
  -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__inner-link.active {
  font-weight: 700;
}
.nav__inner-link:hover {
  color: #5d269e;
}
.nav__inner-link:first-child {
  padding-top: 0;
}
.nav__inner-link:last-child {
  border-bottom: 0;
}

.table table {
  width: 66.5%;
  border-collapse: collapse;
}
.table th {
  font-family: "Arial", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #5d269e;
}
.table th:nth-child(2), .table th:nth-child(3) {
  background: #e2f2ef;
  text-align: right;
  padding-right: 15px;
}
.table tr.spec {
  border-top: 1px solid #8dd2cd;
}
.table tr.spec.extra {
  border-bottom: 1px solid #8dd2cd;
}
.table tr.spec td:first-child {
  color: #5d269e;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}
.table td {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #111111;
}
.table td:nth-child(2), .table td:nth-child(3) {
  background: #e2f2ef;
  text-align: right;
  padding-right: 15px;
}

/* 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;
}
.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;
}

/* 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: 30px;
}

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

.wrapper {
  overflow: hidden;
}
.wrapper__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 653px;
}
.wrapper__inner-image {
  position: absolute;
  left: 25%;
  top: 0;
  height: 100%;
  max-width: 1306px;
  overflow: hidden;
  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;
}
.wrapper__inner-image img {
  height: 100%;
}
.wrapper .header {
  width: 25%;
}
.wrapper .intro {
  width: 75%;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 20px 35px;
}
.intro__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.intro__info p.sm {
  max-width: 266px;
  color: #fff;
  letter-spacing: 0.05em;
}

.glance {
  position: relative;
}
.glance__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.glance__desc {
  width: 50%;
  padding: 205px 53px 130px 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.glance__desc-inner {
  max-width: 315px;
  z-index: 5;
}
.glance__desc-inner h3 {
  margin-bottom: 30px;
  color: #fff;
}
.glance__desc-inner p.big {
  color: #fff;
}
.glance__desc-bg {
  position: absolute;
  left: -18.6%;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.glance__desc-bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.glance__desc-bg img.fog {
  z-index: 1;
}
.glance__content {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 50%;
  padding: 67px 32px 30px 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.glance__content-signs {
  max-width: 340px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.glance__content-sign {
  width: calc(50% - 20px);
}
.glance__content-sign-image {
  width: 150px;
  height: 30px;
  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;
}
.glance__content-sign-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.capacity__title {
  position: relative;
}
.capacity__title-inner {
  padding: 230px 0 165px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.capacity__title-inner h2 {
  color: #fff;
  max-width: 507px;
}
.capacity__title-image {
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  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;
}
.capacity__title-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.capacity__inner {
  padding-top: 80px;
}
.capacity__inner-title h3.sm {
  margin-bottom: 30px;
}
.capacity__inner-title p.big {
  max-width: 840px;
}
.capacity__image {
  position: relative;
  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;
  width: 100%;
  margin-top: -190px;
  z-index: -1;
}
.capacity__image img {
  width: 100%;
}
.capacity__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px -10px 0 -10px;
}
.capacity__item {
  padding: 40px 0 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: calc(50% - 20px);
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.capacity__item:nth-child(2) p.big {
  max-width: 85px;
}
.capacity__item:nth-child(2) h2.lh100 {
  margin-right: 10px;
}
.capacity__item:nth-child(3) h2.lh100 {
  margin-right: 10px;
}
.capacity__item:nth-child(3) p.big {
  margin-right: 0;
}
.capacity__item:nth-child(4) h2.lh100 {
  line-height: 1;
  text-align: center;
}
.capacity__item:nth-child(4) p {
  max-width: 180px;
}
.capacity__item:nth-child(4) p.big {
  max-width: 167px;
}
.capacity__item:nth-child(4) p.xsm {
  text-align: center;
}
.capacity__item:nth-child(5) p.big {
  max-width: 222px;
  margin-right: 0;
}
.capacity__item:nth-child(5) h2.lh100 {
  margin-right: 10px;
}
.capacity__item-image {
  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;
  width: 85px;
  margin-right: 15px;
}
.capacity__item-image img {
  width: 100%;
}
.capacity__item-info {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}
.capacity__item-info::before {
  content: "";
  width: 2px;
  height: 95px;
  background: #5d269e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.capacity__item-info h4.lh56 {
  line-height: 36px;
}
.capacity__item p {
  max-width: 264px;
}
.capacity__item p.big {
  max-width: 217px;
  margin-right: 10px;
}
.capacity__item h2.lh100 {
  white-space: nowrap;
}
.capacity__body {
  padding: 70px 0 90px 0;
}
.capacity__body h3.sm {
  margin-bottom: 20px;
}
.capacity__body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.capacity__body-content:last-child {
  margin-bottom: 0;
}
.capacity__body-content p.big {
  width: 70%;
}
.capacity__body-content-info {
  margin-top: -30px;
  width: 30%;
  padding: 0 30px 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.capacity__body-content-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.capacity__body-content-info-item h2.lh100 {
  margin-right: 15px;
}

.advocacy__title {
  position: relative;
}
.advocacy__title-inner {
  padding: 500px 0 120px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.advocacy__title-inner h2 {
  color: #fff;
  text-align: center;
}
.advocacy__title-image {
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  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;
}
.advocacy__title-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.advocacy__content {
  padding: 85px 0 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.advocacy__content-col {
  width: calc(50% - 8px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.advocacy__content-col:first-child {
  padding-right: 70px;
}
.advocacy__content-col:first-child p.big {
  margin-bottom: 30px;
}
.advocacy__content-col:first-child p.big:last-child {
  margin-bottom: 0;
}
.advocacy__content-col:nth-child(2) {
  padding: 0 60px 0 20px;
}
.advocacy__content-col:nth-child(2) h3.sm {
  margin-bottom: 30px;
}
.advocacy__content-col:nth-child(2) p.big {
  margin-bottom: 20px;
}
.advocacy__content-col:nth-child(2) p.big:last-child {
  margin-bottom: 0;
}
.advocacy__image {
  position: relative;
  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;
  width: 100%;
  margin-top: -120px;
  z-index: -1;
}
.advocacy__image::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
  height: calc(50% - 120px);
  width: 300%;
  background: #f6f4f6;
  z-index: -1;
}
.advocacy__image img {
  width: 100%;
}

.covid {
  background: #f6f4f6;
  position: relative;
  padding-bottom: 205px;
}
.covid__inner {
  padding: 80px 0 70px 0;
}
.covid__inner h2.lh70 {
  margin-bottom: 45px;
}
.covid__inner h3.sm {
  margin-bottom: 30px;
}
.covid__inner p.big {
  max-width: 990px;
  margin-bottom: 30px;
}
.covid__inner p.big.list {
  margin-bottom: 20px;
}
.covid__inner p.big.list:last-child {
  margin-bottom: 0;
}
.covid__inner p.big.list span {
  display: block;
  padding-left: 50px;
  position: relative;
}
.covid__inner p.big.list span::before {
  width: 13px;
  height: 2px;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #5d269e;
}
.covid__health {
  position: relative;
  min-height: 1346px;
  width: 100%;
}
.covid__health-content {
  background: #f6f4f6;
  position: relative;
  z-index: 1;
  width: 34%;
  max-width: 472px;
  padding-right: 43px;
}
.covid__health-content p.big {
  max-width: 372px;
}
.covid__health-content h3.sm {
  margin-bottom: 30px;
}
.covid__health-image {
  position: absolute;
  top: 0;
  right: -18.5%;
  height: 100%;
  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;
}
.covid__health-image img {
  height: 100%;
}
.covid__health-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  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;
}
.covid__health-image-bg img {
  height: 100%;
}
.covid__screen {
  width: 75%;
  max-width: 1040px;
  position: absolute;
  bottom: -17%;
  right: -8%;
  z-index: 1;
  overflow: hidden;
  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;
}
.covid__screen img {
  width: 100%;
}
.covid__parent {
  z-index: -1;
  background: rgba(246, 244, 246, 0.8);
  padding: 45px 120px 25px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 92%;
  height: 54%;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.covid__parent-title {
  margin-bottom: 30px;
}
.covid__parent-title h3.sm {
  margin-bottom: 20px;
}
.covid__parent-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.covid__parent-col h4 {
  line-height: 1;
}
.covid__parent-col h4.sm {
  line-height: 1;
}
.covid__parent-col:nth-child(1) {
  width: 40%;
}
.covid__parent-col:nth-child(1) .covid__parent-item:nth-child(1) .covid__parent-item-info {
  position: relative;
}
.covid__parent-col:nth-child(1) .covid__parent-item:nth-child(1) .covid__parent-item-info p.big {
  max-width: 125px;
}
.covid__parent-col:nth-child(1) .covid__parent-item:nth-child(1) .covid__parent-item-info p.big span {
  background-image: none;
  line-height: 1;
  position: relative;
  bottom: -3px;
}
.covid__parent-col:nth-child(1) .covid__parent-item:nth-child(2) {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.covid__parent-col:nth-child(1) .covid__parent-item:nth-child(2) .covid__parent-item-info {
  display: block;
}
.covid__parent-col:nth-child(2) {
  width: 40%;
}
.covid__parent-col:nth-child(2) .covid__parent-item:nth-child(1) .covid__parent-item-info {
  max-width: 190px;
}
.covid__parent-col:nth-child(2) .covid__parent-item:nth-child(2) .covid__parent-item-info {
  max-width: 200px;
}
.covid__parent-col:nth-child(3) {
  width: 20%;
}
.covid__parent-col:nth-child(3) .covid__parent-item {
  margin-bottom: 30px;
}
.covid__parent-col:nth-child(3) .covid__parent-item:last-child {
  margin-bottom: 0;
}
.covid__parent-col:nth-child(3) .covid__parent-item-image {
  margin-right: 0;
}
.covid__parent-col:nth-child(3) .covid__parent-item-image-outer {
  margin-right: 15px;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.covid__parent-col:nth-child(3) .covid__parent-item:nth-child(1) .covid__parent-item-image {
  width: 37px;
  height: 60px;
}
.covid__parent-col:nth-child(3) .covid__parent-item:nth-child(2) .covid__parent-item-image {
  width: 59px;
  height: 52px;
}
.covid__parent-col:nth-child(3) .covid__parent-item:nth-child(3) .covid__parent-item-image {
  width: 55px;
  height: 55px;
}
.covid__parent-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.covid__parent-item:last-child {
  margin-bottom: 0;
}
.covid__parent-item-image {
  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;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.covid__parent-item-image img {
  width: 100%;
}
.covid__parent-item-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.covid__parent-item-info-box h4.sm {
  margin-bottom: -5px;
  margin-left: 5px;
}

.research__title {
  position: relative;
}
.research__title-inner {
  padding: 335px 0 350px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.research__title-inner h2 {
  color: #fff;
  max-width: 400px;
}
.research__title-image {
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  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;
}
.research__title-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.research__inner {
  padding: 65px 0;
  max-width: 1000px;
}
.research__inner p.big {
  margin-bottom: 30px;
}
.research__inner p.big:last-child {
  margin-bottom: 0;
}
.research__inner p.big:first-child {
  margin-bottom: 20px;
}
.research__inner p.big.list {
  margin-bottom: 16px;
}

.reach {
  background: #f6f4f6;
}
.reach__inner {
  position: relative;
  padding: 50px 0 80px 0;
}
.reach__inner-circle {
  right: -18.5%;
  bottom: 0;
  position: absolute;
  width: 37%;
  max-width: 515px;
  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;
}
.reach__inner-circle img {
  width: 100%;
}
.reach__inner h2 {
  margin-bottom: 40px;
}
.reach__programs {
  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;
}
.reach__programs-content {
  width: calc(43% - 40px);
  max-width: 575px;
}
.reach__programs-content p.big {
  margin-bottom: 15px;
}
.reach__programs-content p.big:last-child {
  margin-bottom: 0;
}
.reach__programs-content p.big.list {
  margin-bottom: 20px;
}
.reach__programs-content p.big.list:last-child {
  margin-bottom: 0;
}
.reach__eko {
  margin-top: 60px;
}
.reach__eko h3.sm {
  margin-bottom: 30px;
}
.reach__eko p.big {
  max-width: 660px;
}
.reach__eko p.big:last-child {
  text-align: center;
}
.reach__items {
  max-width: 1115px;
  margin: 35px 0 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reach__items p.big {
  text-align: unset !important;
}
.reach__item {
  width: calc(50% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reach__item-image {
  width: 72px;
  height: 72px;
  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;
}
.reach__item-image img {
  width: 100%;
}
.reach__item-content {
  width: calc(100% - 87px);
}
.reach__logos {
  width: 57%;
}
.reach__logos h3.sm {
  margin-bottom: 35px;
}
.reachSlider {
  width: 100%;
  position: relative;
}
.reachSlider::before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: calc(100% + 2px);
  background: rgb(246, 244, 246);
  background: -webkit-gradient(linear, left top, right top, from(rgb(246, 244, 246)), color-stop(10%, rgba(246, 244, 246, 0)), color-stop(90%, rgba(246, 244, 246, 0)), to(rgb(246, 244, 246)));
  background: linear-gradient(90deg, rgb(246, 244, 246) 0%, rgba(246, 244, 246, 0) 10%, rgba(246, 244, 246, 0) 90%, rgb(246, 244, 246) 100%);
}
.reachSlider .slick-slide {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reachSlider__item-image {
  height: 130px;
}
.reachSlider__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.member {
  background: #f6f4f6;
}
.member__title {
  position: relative;
}
.member__title-inner {
  padding: 280px 0 270px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.member__title-inner h2 {
  color: #fff;
  text-align: center;
}
.member__title-image {
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  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;
}
.member__title-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.member__inner {
  padding: 65px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.member__inner-col h3.sm {
  margin-bottom: 30px;
}
.member__inner-col:first-child {
  width: 42%;
  max-width: 575px;
}
.member__inner-col:nth-child(2) {
  width: calc(58% - 60px);
  max-width: 776px;
}
.member__membership {
  margin-bottom: 80px;
}
.member__membership p.big.list {
  margin-bottom: 20px;
}
.member__membership p.big.list:last-child {
  margin-bottom: 0;
}
.member__membership p.big.list:nth-child(2) {
  margin-bottom: 45;
}
.member__scholarship p.big {
  margin-bottom: 15px;
}
.member__scholarship p.big.list {
  margin-bottom: 20px;
}
.member__scholarship p.big.list:last-child {
  margin-bottom: 0;
}
.member__leadershift {
  margin-bottom: 65px;
}
.member__leadershift p.big {
  margin-bottom: 20px;
}
.member__leadershift p.big.list {
  margin-bottom: 20px;
}
.member__leadershift p.big.list:last-child {
  margin-bottom: 0;
}
.member__scholars .slick-slide {
  padding: 0 10px;
  height: inherit !important;
}
.member__scholars .slick-slide > div {
  height: 100%;
}
.member__scholars .slick-list {
  width: 100%;
}
.member__scholars .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.member__scholars-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member__scholars-item {
  height: 100%;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px;
  text-align: center;
}
.member__scholars-item-image {
  position: relative;
  width: 100%;
  padding-bottom: 105%;
  margin-bottom: 10px;
}
.member__scholars-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.financial__inner {
  padding: 80px 0 95px 0;
  position: relative;
}
.financial__inner-circle {
  position: absolute;
  right: -18.5%;
  top: 0;
  width: 43%;
  max-width: 600px;
  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;
}
.financial__inner-circle img {
  width: 100%;
}
.financial__inner h2.lh70 {
  margin-bottom: 30px;
}
.financial__inner p.big {
  max-width: 485px;
}

@media (max-width: 1460px) {
  .circle {
    left: calc(50% - 475px);
    top: 500px;
  }

  .capacity__inner {
    padding-top: 60px;
  }
  .capacity__image {
    position: static;
    margin-top: 0;
  }
  .capacity__items {
    margin: 30px 0 0 0;
  }
  .capacity__item {
    padding: 30px 0;
    width: 100%;
    margin: 0;
  }

  .covid {
    padding-bottom: 80px;
  }
  .covid__inner {
    padding: 60px 0;
  }
  .covid__inner h2.lh70 {
    margin-bottom: 30px;
  }
  .covid__parent {
    padding: 30px 0;
    background: none;
    position: static;
    width: 100%;
    height: unset;
    z-index: unset;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .covid__parent-item-image img {
    display: unset !important;
  }
  .covid__health-content {
    width: 100%;
    max-width: unset;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .covid__health-content p.big {
    max-width: unset;
  }
  .covid__health-content h3.sm {
    margin-bottom: 30px;
  }
  .covid__health-image {
    position: static;
    max-height: 700px;
    width: calc(100% + 120px);
    margin: 0 -60px;
    overflow: hidden;
  }
  .covid__health-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .covid__health-image-bg {
    display: none;
  }
  .covid__screen {
    width: 100%;
    max-width: unset;
    position: static;
    overflow: unset;
  }
  .covid__screen img {
    display: none;
  }
}
@media (max-width: 1340px) {
  .circle {
    left: 22%;
    top: 520px;
  }

  .wrapper .header {
    width: 30%;
  }
  .wrapper__inner-image {
    left: 30%;
  }

  .glance__desc {
    padding: 100px 30px;
  }
  .glance__content {
    padding: 25px 35px;
  }

  .advocacy__title-inner {
    padding: 400px 0 120px 0;
  }
  .advocacy__content {
    padding: 60px 0 40px 0;
  }
  .advocacy__content-col:first-child {
    padding-right: 40px;
  }
  .advocacy__content-col:nth-child(2) {
    padding: 0 0 0 20px;
  }

  .research__title-inner {
    padding: 150px 0 40px 0;
  }
  .research__inner {
    padding: 40px 0;
  }

  .reach__programs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reach__programs-content {
    max-width: unset;
    width: 100%;
    margin-bottom: 40px;
  }
  .reach__logos {
    width: 100%;
  }

  .member__title-inner {
    padding: 200px 0 220px 0;
  }
  .member__title-image {
    max-width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    height: 100%;
    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;
  }
  .member__title-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .member__scholars-items {
    width: 100%;
    position: relative;
  }
  .member__scholars-items::before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: calc(100% + 2px);
    background: rgb(246, 244, 246);
    background: -webkit-gradient(linear, left top, right top, from(rgb(246, 244, 246)), color-stop(10%, rgba(246, 244, 246, 0)), color-stop(90%, rgba(246, 244, 246, 0)), to(rgb(246, 244, 246)));
    background: linear-gradient(90deg, rgb(246, 244, 246) 0%, rgba(246, 244, 246, 0) 10%, rgba(246, 244, 246, 0) 90%, rgb(246, 244, 246) 100%);
  }
}
@media (max-width: 1180px) {
  .circle {
    top: 565px;
  }

  .footer {
    min-height: 672px;
  }
  .footer__image {
    left: 0;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    width: 130%;
    left: 0;
  }
  .footer__content {
    width: 350px;
    left: 5%;
    top: 29%;
  }
  .footer__content-address {
    font-size: 24px;
    line-height: 30px;
  }
  .footer__content-copy {
    font-size: 24px;
    line-height: 30px;
  }
  .footer__content-logo {
    width: 350px;
  }

  .glance__desc {
    padding: 50px 20px;
  }
  .glance__content {
    padding: 15px 20px;
  }
}
@media (max-width: 1024px) {
  .auto__container {
    padding: 0 40px;
  }

  .circle {
    display: none;
  }

  .table td,
.table th {
    font-size: 34px;
    line-height: 56px;
  }

  h1 {
    font-size: 58px;
    line-height: 64px;
  }
  h1.sm {
    font-size: 34px;
  }

  h2 {
    font-size: 68px;
    line-height: 84px;
  }

  h3 {
    font-size: 62px;
    line-height: 78px;
  }
  h3.sm {
    font-size: 48px;
    line-height: 54px;
  }

  h4 {
    font-size: 48px;
  }

  p {
    font-size: 24px;
    line-height: 32px;
  }
  p.big {
    font-size: 32px;
    line-height: 42px;
  }
  p.big.list {
    padding-left: 55px;
  }
  p.big.list::before {
    left: 0;
    top: 10px;
    width: 25px;
    height: 25px;
  }
  p.sm {
    font-size: 18px;
    line-height: 26px;
  }
  p.xsm {
    font-size: 20px;
    line-height: 24px;
  }

  .nav {
    position: fixed !important;
    top: 82.91px !important;
    left: 0 !important;
    width: 100% !important;
    height: calc(100% - 82.91px) !important;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-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;
            flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0;
    z-index: 1;
    padding: 40px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav__inner-link {
    font-size: 24px;
    line-height: 34px;
    padding: 20px 0 20px 10px;
  }

  body.active {
    overflow: hidden;
  }

  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-animation-name: header;
            animation-name: header;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
  }
  .header.sticky .nav {
    -webkit-animation: unset;
            animation: unset;
    display: block;
  }
  .header.sticky .header__helper {
    padding: 0 40px;
  }
  .header.sticky .header__inner-title {
    display: none;
  }
  .header.sticky .header__inner-logo {
    width: 350px;
  }
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6px 40px !important;
  }
  .header__inner-logo {
    width: 200px !important;
  }
  .header__helper {
    padding: 0 !important;
  }

  .burger-outer {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0;
    display: block !important;
  }

  .wrapper .auto__container {
    padding: 0;
  }
  .wrapper__inner {
    padding-top: 82.91px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: unset;
  }
  .wrapper__inner .header {
    width: 100%;
  }
  .wrapper__inner-image {
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-height: 500px;
  }
  .wrapper__inner .intro {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(100% - 82.91px);
  }

  .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 45px 40px 35px 40px;
  }
  .intro__info {
    text-align: right;
  }
  .intro__info p.sm {
    max-width: 350px;
  }

  .glance__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .glance__desc {
    position: relative;
    top: 0;
    left: -40px;
    width: calc(100% + 80px);
    padding: 65px 40px;
  }
  .glance__desc-bg {
    width: 100%;
    z-index: 0;
    left: -20%;
    width: 120%;
  }
  .glance__desc-inner {
    max-width: 500px;
  }
  .glance__desc-inner p.big {
    font-size: 32px;
    line-height: 42px;
  }
  .glance__content {
    width: 100%;
    padding: 80px 0 50px 0;
  }
  .glance__content-signs {
    max-width: 650px;
  }
  .glance__content p.sm {
    font-size: 28px;
    line-height: 40px;
  }

  .capacity__title {
    position: relative;
  }
  .capacity__title-inner {
    padding: 220px 0 135px 0;
  }
  .capacity__title-inner h2 {
    max-width: 500px;
  }
  .capacity__item {
    padding: 30px 0;
  }
  .capacity__item:nth-child(2) p.big {
    max-width: 150px;
  }
  .capacity__item:nth-child(2) h2.lh100 {
    margin-right: 15px;
  }
  .capacity__item:nth-child(3) h2.lh100 {
    margin-right: 15px;
  }
  .capacity__item:nth-child(4) p {
    max-width: 245px;
  }
  .capacity__item:nth-child(4) p.big {
    max-width: 300px;
  }
  .capacity__item:nth-child(5) p.big {
    max-width: unset;
    margin-right: 10px;
  }
  .capacity__item:nth-child(5) p.big:last-child {
    max-width: 165px;
    margin-right: 0;
  }
  .capacity__item:nth-child(5) h2.lh100 {
    margin-right: 20px;
  }
  .capacity__item-image {
    width: 100px;
    margin-right: 20px;
  }
  .capacity__item-info {
    padding-left: 15px;
    margin-left: 15px;
  }
  .capacity__item-info h4.lh56 {
    line-height: 56px;
  }
  .capacity__item-info::before {
    content: "";
    width: 3.6px;
    height: 172px;
  }
  .capacity__item p.big {
    max-width: 350px;
    margin-right: 15px;
  }
  .capacity__image {
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
  .capacity__body {
    padding: 50px 0 60px 0;
  }
  .capacity__body-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .capacity__body-content:last-child .capacity__body-content-info {
    margin-bottom: 0;
  }
  .capacity__body-content p.big {
    width: 100%;
  }
  .capacity__body-content-info {
    margin: 40px 0 60px 0;
    max-width: 940px;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .capacity__body-content-info-item {
    margin-right: 40px;
  }
  .capacity__body-content-info-item:last-child {
    margin-right: 0;
  }
  .capacity__body-content-info-item p.big {
    max-width: 260px;
  }

  .advocacy__title-inner {
    padding: 500px 0 110px 0;
  }
  .advocacy__content {
    padding: 60px 0 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advocacy__content-col {
    width: 100%;
  }
  .advocacy__content-col:first-child {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .advocacy__content-col:nth-child(2) {
    padding-left: 0;
  }
  .advocacy__image {
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
  .advocacy__image::before {
    display: none;
  }

  .covid__inner p.big.list span {
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-size: unset;
    line-height: unset;
    background-image: none;
    background-color: unset;
    color: #111111;
    -webkit-background-clip: unset;
    -moz-background-clip: unset;
    -webkit-text-fill-color: unset;
  }
  .covid__health-image {
    max-height: 500px;
    width: calc(100% + 80px);
    margin: 0 -40px;
  }
  .covid__parent {
    padding: 80px 0 30px 0;
  }
  .covid__parent-col:nth-child(1) {
    width: calc(50% - 10px);
  }
  .covid__parent-col:nth-child(1) .covid__parent-item:nth-child(1) {
    margin-bottom: 110px;
  }
  .covid__parent-col:nth-child(1) .covid__parent-item:nth-child(1) .covid__parent-item-info {
    position: relative;
  }
  .covid__parent-col:nth-child(1) .covid__parent-item:nth-child(1) .covid__parent-item-info p.big {
    max-width: 200px;
  }
  .covid__parent-col:nth-child(1) .covid__parent-item:nth-child(2) {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .covid__parent-col:nth-child(1) .covid__parent-item:nth-child(2) .covid__parent-item-info {
    display: block;
  }
  .covid__parent-col:nth-child(2) {
    width: calc(50% - 10px);
  }
  .covid__parent-col:nth-child(2) .covid__parent-item:nth-child(1) .covid__parent-item-info {
    max-width: 235px;
  }
  .covid__parent-col:nth-child(2) .covid__parent-item:nth-child(2) .covid__parent-item-info {
    max-width: 200px;
  }
  .covid__parent-col:nth-child(3) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-top: 50px;
  }
  .covid__parent-col:nth-child(3) .covid__parent-item {
    margin-bottom: 0;
  }
  .covid__parent-col:nth-child(3) .covid__parent-item:nth-child(1) .covid__parent-item-image {
    width: 60px;
    height: unset;
  }
  .covid__parent-col:nth-child(3) .covid__parent-item:nth-child(2) .covid__parent-item-image {
    width: 87px;
  }
  .covid__parent-col:nth-child(3) .covid__parent-item:nth-child(2) .covid__parent-item-image-outer {
    width: unset;
  }
  .covid__parent-col:nth-child(3) .covid__parent-item:nth-child(3) .covid__parent-item-image {
    width: 80px;
    height: 80px;
  }
  .covid__parent-col:nth-child(3) .covid__parent-item:nth-child(3) .covid__parent-item-image-outer {
    width: unset;
  }
  .covid__parent-item {
    margin-bottom: 40px;
  }
  .covid__parent-item:last-child {
    margin-bottom: 0;
  }
  .covid__parent-item-image {
    width: 100px;
    height: 100px;
  }
  .covid__parent-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .reach__eko p.big:nth-child(5), .reach__eko p.big:nth-child(4) {
    max-width: unset;
  }
  .reachSlider {
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
  .reach__inner {
    padding: 40px 0;
  }
  .reach__inner h2 {
    margin-bottom: 20px;
  }
  .reach__programs-content p.big {
    margin-bottom: 40px;
  }
  .reach__items {
    width: 100%;
    margin: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reach__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .reach__item-image {
    width: 100px;
    height: 100px;
  }
  .reach__item-content {
    width: calc(100% - 120px);
  }
  .reach__item:last-child {
    margin-bottom: 0;
  }

  .memberSlider {
    width: calc(100% + 80px);
    margin: 0 -40px;
  }
  .member__title {
    position: relative;
  }
  .member__title-inner {
    padding: 200px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .member__title-inner h2 {
    color: #fff;
    text-align: center;
  }
  .member__title-image {
    max-width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    height: 100%;
    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;
  }
  .member__title-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .member__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member__inner-col {
    width: 100% !important;
    max-width: unset !important;
    margin-bottom: 40px;
  }
  .member__inner-col:last-child {
    margin-bottom: 0;
  }

  .financial__inner {
    padding: 60px 0;
  }
  .financial__inner-circle {
    display: none;
  }

  .table table {
    width: calc(100% + 40px);
  }
  .table table td:nth-child(3),
.table table th:nth-child(3) {
    padding-right: 40px;
  }
}
@media (max-width: 940px) {
  .capacity__item:nth-child(2) p.big {
    max-width: 120px;
  }
  .capacity__item:nth-child(2) h2.lh100 {
    margin-right: 10px;
  }
  .capacity__item:nth-child(3) h2.lh100 {
    margin-right: 10px;
  }
  .capacity__item:nth-child(4) p {
    max-width: 200px;
  }
  .capacity__item:nth-child(4) p.big {
    max-width: 250px;
  }
  .capacity__item:nth-child(5) p.big:last-child {
    max-width: 120px;
    margin-right: 0;
  }
  .capacity__item:nth-child(5) h2.lh100 {
    margin-right: 10px;
  }
  .capacity__item-image {
    width: 80px;
    margin-right: 15px;
  }
  .capacity__item-info::before {
    content: "";
    width: 2px;
    height: 140px;
  }
  .capacity__item p.big {
    max-width: 300px;
    margin-right: 10px;
  }
  .capacity__image {
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
  .capacity__body-content p.big {
    width: 100%;
  }
  .capacity__body-content-info-item {
    margin-right: 20px;
  }
  .capacity__body-content-info-item p.big {
    max-width: 240px;
  }
}
@media (max-width: 840px) {
  .table td,
.table th {
    font-size: 26px;
    line-height: 46x;
  }

  h1 {
    font-size: 48px;
    line-height: 54px;
  }
  h1.sm {
    font-size: 28px;
  }

  h2 {
    font-size: 56px;
    line-height: 76px;
  }

  h3 {
    font-size: 42px;
    line-height: 50px;
  }
  h3.sm {
    font-size: 36px;
    line-height: 42px;
  }

  h4 {
    font-size: 42px;
  }

  p {
    font-size: 20px;
    line-height: 26px;
  }
  p.big {
    font-size: 28px;
    line-height: 38px;
  }
  p.xsm {
    font-size: 18px;
    line-height: 22px;
  }
  p.sm {
    font-size: 16px;
    line-height: 24px;
  }

  .nav__inner {
    padding: 20px;
  }
  .nav__inner-link {
    font-size: 20px;
    line-height: 30px;
  }

  .wrapper__inner-image {
    max-height: unset;
    width: 100%;
  }
  .wrapper__inner-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 30px 40px 30px 30px;
  }
  .intro__info p.sm {
    max-width: 300px;
  }

  .glance__desc {
    padding: 30px 40px;
  }
  .glance__desc-inner h3 {
    margin-bottom: 20px;
  }
  .glance__desc-inner p.big {
    font-size: 28px;
    line-height: 38px;
  }
  .glance__content {
    padding: 40px 0 30px 0;
  }
  .glance__content p.sm {
    font-size: 24px;
    line-height: 36px;
  }

  .capacity__item:nth-child(2) p.big {
    max-width: 120px;
  }
  .capacity__item:nth-child(4) p {
    max-width: 165px;
  }
  .capacity__item:nth-child(4) p.big {
    max-width: 180px;
  }
  .capacity__item:nth-child(5) p.big {
    max-width: 215px;
  }
  .capacity__item:nth-child(5) p.big:last-child {
    max-width: 160px;
    margin-right: 0;
  }
  .capacity__item-info::before {
    content: "";
    height: 120px;
  }
  .capacity__item p.big {
    max-width: 220px;
  }
  .capacity__body-content-info-item {
    margin-right: 15px;
  }
  .capacity__body-content-info-item p.big {
    max-width: 200px;
  }

  .covid__health-image {
    max-height: 350px;
  }
  .covid__parent {
    padding: 50px 0 30px 0;
  }
  .covid__parent-col:nth-child(1) {
    width: 100%;
  }
  .covid__parent-col:nth-child(1) .covid__parent-item:nth-child(1) {
    margin-bottom: 30px;
  }
  .covid__parent-col:nth-child(2) {
    width: 100%;
  }
  .covid__parent-col:nth-child(2) .covid__parent-item:nth-child(1) .covid__parent-item-info {
    max-width: 235px;
  }
  .covid__parent-col:nth-child(2) .covid__parent-item:nth-child(2) .covid__parent-item-info {
    max-width: 200px;
  }
  .covid__parent-col:nth-child(3) .covid__parent-item {
    margin-bottom: 0;
  }
  .covid__parent-col:nth-child(3) .covid__parent-item:nth-child(1) .covid__parent-item-image {
    width: 60px;
    height: unset;
  }
  .covid__parent-item {
    margin-bottom: 30px;
  }
  .covid__parent-item:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .auto__container {
    padding: 0 30px;
  }

  .table td,
.table th {
    font-size: 20px;
    line-height: 32px;
  }

  h1 {
    font-size: 38px;
    line-height: 44px;
  }
  h1.sm {
    font-size: 22px;
  }

  h2 {
    font-size: 44px;
    line-height: 60px;
  }
  h2.lh70 {
    line-height: 50px;
  }

  h3 {
    font-size: 36px;
    line-height: 44px;
  }
  h3.sm {
    font-size: 30px;
    line-height: 36px;
  }

  h4 {
    font-size: 36px;
  }

  p {
    font-size: 18px;
    line-height: 24px;
  }
  p.big {
    font-size: 24px;
    line-height: 32px;
  }
  p.xsm {
    font-size: 16px;
    line-height: 20px;
  }
  p.sm {
    font-size: 14px;
    line-height: 20px;
  }

  .header__inner {
    padding: 6px 30px !important;
  }

  .burger-outer {
    right: 30px;
  }

  .nav__inner {
    padding: 15px;
  }

  .footer {
    min-height: 400px;
  }
  .footer__image {
    left: 0;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    width: 100%;
    left: 0;
  }
  .footer__content {
    width: 290px;
    left: 50%;
    top: 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%);
  }
  .footer__content-address {
    font-size: 16px;
    line-height: 24px;
  }
  .footer__content-copy {
    font-size: 16px;
    line-height: 24px;
  }
  .footer__content-logo {
    width: 290px;
  }

  .intro {
    padding: 30px;
  }

  .glance__desc {
    left: -30px;
    width: calc(100% + 60px);
    padding: 30px;
  }
  .glance__desc-inner {
    max-width: 365px;
  }
  .glance__desc-inner p.big {
    font-size: 24px;
    line-height: 34px;
  }
  .glance__content {
    padding: 30px 0;
  }
  .glance__content p.sm {
    font-size: 20px;
    line-height: 28px;
  }

  .capacity p {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .capacity p.big {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .capacity p.sm {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .capacity p.xsm {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .capacity__inner {
    padding-top: 40px;
  }
  .capacity__inner-title h3.sm {
    margin-bottom: 20px;
  }
  .capacity__title-inner {
    padding: 200px 0 150px 0;
  }
  .capacity__title-inner h2 {
    max-width: 400px;
  }
  .capacity__image {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
  .capacity__items {
    margin: 20px 0 0 0;
  }
  .capacity__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .capacity__item:nth-child(1) p.big {
    max-width: 250px;
  }
  .capacity__item:nth-child(1) .capacity__item-info p {
    display: inline-block;
    margin-right: 5px;
  }
  .capacity__item:nth-child(1) .capacity__item-info p:last-child {
    margin-right: 0;
  }
  .capacity__item:nth-child(1) .capacity__item-info h4 {
    display: inline-block;
    margin-right: 5px;
  }
  .capacity__item:nth-child(2) p.big {
    max-width: 150px;
  }
  .capacity__item:nth-child(4) p {
    max-width: 200px;
  }
  .capacity__item:nth-child(4) p.big {
    max-width: 170px;
  }
  .capacity__item:nth-child(5) p.big {
    max-width: 140px;
  }
  .capacity__item:nth-child(5) p.big:last-child {
    max-width: 140px;
    margin-right: 0;
  }
  .capacity__item-info {
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    padding-left: 0;
    margin-left: 0;
  }
  .capacity__item-info p {
    max-width: unset !important;
  }
  .capacity__item-info::before {
    content: "";
    height: 2px;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .capacity__item p {
    max-width: 140px;
  }
  .capacity__item p.big {
    max-width: 130px;
  }
  .capacity__body {
    padding: 40px 0;
  }
  .capacity__body-content {
    margin-bottom: 20px;
  }
  .capacity__body-content-info {
    margin: 20px 0;
  }
  .capacity__body-content-info-item {
    margin-right: 15px;
  }
  .capacity__body-content-info-item p.big {
    max-width: 150px;
  }

  .advocacy__title-inner {
    padding: 300px 0 80px 0;
  }
  .advocacy__content {
    padding: 30px 0;
  }
  .advocacy__content-col:first-child p.big {
    margin-bottom: 20px;
  }
  .advocacy__image {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }

  .covid {
    padding-bottom: 40px;
  }
  .covid__inner {
    padding: 40px 0;
  }
  .covid__inner h2.lh70 {
    margin-bottom: 20px;
  }
  .covid__parent {
    padding: 50px 0 30px 0;
  }
  .covid__parent-col:nth-child(1) {
    width: 100%;
  }
  .covid__parent-col:nth-child(1) .covid__parent-item:nth-child(1) {
    margin-bottom: 30px;
  }
  .covid__parent-col:nth-child(2) {
    width: 100%;
  }
  .covid__parent-col:nth-child(2) .covid__parent-item:nth-child(1) .covid__parent-item-info {
    max-width: 235px;
  }
  .covid__parent-col:nth-child(2) .covid__parent-item:nth-child(2) .covid__parent-item-info {
    max-width: 200px;
  }
  .covid__parent-col:nth-child(3) {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .covid__parent-col:nth-child(3) .covid__parent-item {
    margin-bottom: 30px;
  }
  .covid__parent-col:nth-child(3) .covid__parent-item:nth-child(1) .covid__parent-item-image {
    width: 60px;
    height: unset;
  }
  .covid__parent-col:nth-child(3) .covid__parent-item:nth-child(2) .covid__parent-item-image {
    width: 60px;
    height: unset;
  }
  .covid__parent-col:nth-child(3) .covid__parent-item:nth-child(3) .covid__parent-item-image {
    width: 60px;
    height: unset;
  }
  .covid__parent-item {
    margin-bottom: 30px;
  }
  .covid__parent-item-image {
    width: 60px;
    height: 60px;
  }
  .covid__parent-item:last-child {
    margin-bottom: 30px;
  }
  .covid__health-image {
    width: calc(100% + 30px);
    margin: 0 -30px;
  }

  .reachSlider {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
  .reachSlider__item-image {
    height: 100px;
  }
  .reach__item-image {
    width: 70px;
    height: 70px;
  }
  .reach__item-content {
    width: calc(100% - 90px);
  }

  .member__leadershift {
    margin-bottom: 40px;
  }
  .member__membership {
    margin-bottom: 40px;
  }
  .memberSlider {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
  .member__title-inner {
    padding: 85px 0;
  }
  .member__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
  }
  .member__inner-col {
    width: 100% !important;
    max-width: unset !important;
    margin-bottom: 40px;
  }
  .member__inner-col:last-child {
    margin-bottom: 0;
  }

  .financial__inner {
    padding: 40px 0;
  }
  .financial__inner h2.lh70 {
    margin-bottom: 10px;
  }
  .financial__inner p.big {
    margin-bottom: 20px;
  }

  .table table {
    width: calc(100% + 30px);
  }
  .table table td:nth-child(3),
.table table th:nth-child(3) {
    padding-right: 30px;
  }
}
@media (max-width: 540px) {
  .auto__container {
    padding: 0 20px;
  }

  .table td,
.table th {
    font-size: 18px;
    line-height: 28px;
  }

  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h1.sm {
    font-size: 18px;
  }

  h2 {
    font-size: 34px;
    line-height: 48px;
  }
  h2.lh70 {
    line-height: 40px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  h3.sm {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 28px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }
  p.big {
    font-size: 20px;
    line-height: 28px;
  }
  p.big.list {
    padding-left: 35px;
  }
  p.big.list::before {
    width: 13px;
    height: 13px;
  }
  p.xsm {
    font-size: 14px;
    line-height: 18px;
  }
  p.sm {
    font-size: 12px;
    line-height: 16px;
  }

  .header__inner {
    padding: 6px 20px !important;
  }
  .header__inner-logo {
    width: 140px !important;
  }

  .burger {
    width: 20px;
    height: 16px;
  }
  .burger::before, .burger::after,
.burger span {
    height: 3px;
  }
  .burger-outer {
    right: 20px;
    width: 35px;
    height: 35px;
  }

  .nav {
    top: 61.64px !important;
    height: calc(100% - 61.64px) !important;
  }
  .nav__inner-link {
    font-size: 16px;
    line-height: 26px;
  }

  .footer__content {
    width: 240px;
  }
  .footer__content-address {
    font-size: 14px;
    line-height: 20px;
  }
  .footer__content-copy {
    font-size: 14px;
    line-height: 20px;
  }
  .footer__content-logo {
    width: 240px;
  }

  .wrapper__inner {
    padding-top: 61.54px;
  }
  .wrapper .intro {
    height: calc(100% - 61.54px);
  }

  .intro {
    padding: 15px 20px;
  }

  .glance__desc {
    left: -20px;
    width: calc(100% + 40px);
    padding: 20px;
  }
  .glance__desc-inner {
    max-width: 300px;
  }
  .glance__desc-inner p.big {
    font-size: 20px;
    line-height: 26px;
  }
  .glance__content {
    padding: 20px 0;
  }
  .glance__content p.sm {
    font-size: 16px;
    line-height: 24px;
  }

  .capacity p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .capacity p.big {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .capacity p.sm {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .capacity p.xsm {
    font-size: 10px !important;
    line-height: 16px !important;
  }
  .capacity h2 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  .capacity__image {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .capacity__inner {
    padding-top: 30px;
  }
  .capacity__inner-title h3.sm {
    margin-bottom: 10px;
  }
  .capacity__title-inner {
    padding: 80px 0 100px 0;
  }
  .capacity__title-inner h2 {
    max-width: 300px;
  }
  .capacity__item {
    padding: 20px 0;
  }
  .capacity__item:nth-child(1) p.big {
    max-width: 160px;
  }
  .capacity__item:nth-child(2) p.big {
    max-width: 150px;
  }
  .capacity__item:nth-child(4) p {
    max-width: 120px;
  }
  .capacity__item:nth-child(4) p.big {
    font-size: 16px !important;
    max-width: 135px;
  }
  .capacity__item:nth-child(5) p.big {
    max-width: 135px;
  }
  .capacity__item:nth-child(5) p.big:last-child {
    max-width: 85px;
  }
  .capacity__item-image {
    width: 50px;
    margin-right: 10px;
  }
  .capacity__item-info {
    padding-top: 5px;
    margin-top: 5px;
  }
  .capacity__body {
    padding: 20px 0;
  }
  .capacity__body-content {
    margin-bottom: 10px;
  }
  .capacity__body-content-info {
    margin: 10px 0;
  }
  .capacity__body-content-info-item {
    margin: 10px 0;
    width: 100%;
  }
  .capacity__body-content-info-item p.big {
    max-width: unset;
  }

  .advocacy__title-inner {
    padding: 200px 0 50px 0;
  }
  .advocacy__image {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }

  .covid__health-image {
    width: calc(100% + 40px);
    margin: 0 -20px;
    max-height: 250px;
  }
  .covid__health-content {
    margin-bottom: 30px;
  }
  .covid__parent {
    padding: 30px 0 10px 0;
  }
  .covid__inner {
    padding: 30px 0;
  }
  .covid__inner h2.lh70 {
    margin-bottom: 10px;
  }
  .covid__inner h3.sm {
    margin-bottom: 20px;
  }
  .covid__inner p.big {
    margin-bottom: 20px;
  }

  .research__title-inner {
    padding: 80px 0;
  }
  .research__inner {
    padding: 30px 0;
  }

  .reachSlider {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .reach__item-image {
    width: 50px;
    height: 50px;
  }
  .reach__item-content {
    width: calc(100% - 60px);
  }

  .member__leadershift {
    margin-bottom: 30px;
  }
  .member__membership {
    margin-bottom: 30px;
  }
  .memberSlider {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .member__title-inner {
    padding: 85px 0;
  }
  .member__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }
  .member__inner-col {
    width: 100% !important;
    max-width: unset !important;
    margin-bottom: 30px;
  }
  .member__inner-col:last-child {
    margin-bottom: 0;
  }

  .table table {
    width: calc(100% + 20px);
  }
  .table table td:nth-child(3),
.table table th:nth-child(3) {
    padding-right: 20px;
  }

  .financial__inner {
    padding: 20px 0;
  }
}
@media (max-width: 390px) {
  .auto__container {
    padding: 0 16px;
  }

  .table td,
.table th {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    font-size: 26px;
    line-height: 32px;
  }
  h1.sm {
    font-size: 16px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 26px;
    line-height: 36x;
  }
  h3.sm {
    font-size: 22px;
    line-height: 28x;
  }

  h4 {
    font-size: 22px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }
  p.big {
    font-size: 18px;
    line-height: 24px;
  }

  .covid__health-image {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }

  .intro {
    padding: 10px 16px;
  }
  .intro__info p.sm {
    max-width: unset;
  }

  .glance__desc {
    left: -16px;
    width: calc(100% + 32px);
    padding: 20px 16px;
  }
  .glance__desc-inner {
    max-width: unset;
  }
  .glance__desc-inner h3 {
    margin-bottom: 10px;
  }
  .glance__desc-inner p.big {
    font-size: 16px;
    line-height: 24px;
  }
  .glance__content p.sm {
    font-size: 14px;
    line-height: 22px;
  }

  .capacity p.big {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .capacity h2 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .capacity__image {
    margin: 0 -16px;
    width: calc(100% + 32px);
  }
  .capacity__inner {
    padding-top: 20px;
  }
  .capacity__title-inner {
    padding: 50px 0 80px 0;
  }
  .capacity__title-inner h2 {
    max-width: 200px;
  }
  .capacity__item {
    padding: 15px 0;
  }
  .capacity__item:nth-child(1) p.big {
    font-size: 14px !important;
  }
  .capacity__item:nth-child(2) p.big {
    max-width: 80px;
  }
  .capacity__item:nth-child(4) p {
    max-width: 100px;
  }
  .capacity__item:nth-child(4) p.big {
    font-size: 14px !important;
    max-width: 120px;
  }
  .capacity__item:nth-child(5) p.big {
    font-size: 14px !important;
    max-width: 105px;
  }
  .capacity__item:nth-child(5) p.big:last-child {
    max-width: 65px;
  }
  .capacity__item-image {
    width: 30px;
  }
  .capacity__item-info {
    padding-top: 5px;
    margin-top: 5px;
  }
  .capacity__item-info h4.lh56 {
    line-height: 34px;
  }
  .capacity__body {
    padding: 20px 0;
  }
  .capacity__body h3.sm {
    margin-bottom: 10px;
  }

  .advocacy__title-inner {
    padding: 160px 0 30px 0;
  }
  .advocacy__content {
    padding: 20px 0;
  }
  .advocacy__content-col:nth-child(2) h3.sm {
    margin-bottom: 20px;
  }
  .advocacy__content-col:first-child {
    margin-bottom: 20px;
  }
  .advocacy__image {
    margin: 0 -16px;
    width: calc(100% + 32px);
  }

  .reachSlider {
    margin: 0 -16px;
    width: calc(100% + 32px);
  }

  .member__leadershift {
    margin-bottom: 20px;
  }
  .member__membership {
    margin-bottom: 20px;
  }
  .memberSlider {
    width: calc(100% + 20px);
    margin: 0 -20px;
  }
  .member__title-inner {
    padding: 40px 0;
  }
  .member__inner {
    padding: 20px 0;
  }
  .member__inner-col {
    margin-bottom: 20px;
  }

  .table table {
    width: calc(100% + 16px);
  }
  .table table td:nth-child(3),
.table table th:nth-child(3) {
    padding-right: 16px;
  }
}