@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Work+Sans:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  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.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; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '<<'; }

[dir='rtl'] .slick-prev:before {
  content: '>>'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '>>'; }

[dir='rtl'] .slick-next:before {
  content: '<<'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.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 {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 40px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

li {
  list-style-type: none; }

button {
  cursor: pointer;
  outline: 0 none !important; }

body::-webkit-scrollbar {
  width: 3px; }

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }

.slick-slide img:focus {
  outline: none !important; }

.slick-slide:focus {
  outline: none !important; }

.slick-slide {
  outline: none !important; }

.slick-slide p {
  outline: none !important; }

.slick-slide a {
  outline: none !important; }

.slick-slide div {
  outline: none !important; }

.slick-track {
  outline: none !important; }

input {
  outline: 0 none !important;
  font-family: "Work Sans", sans-serif; }

input[type=text],
input[type=tel],
input[type=email],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 none !important;
  font-family: "Work Sans", sans-serif; }

button {
  font-family: "Work Sans", sans-serif; }

select {
  cursor: pointer;
  outline: 0 none !important;
  font-family: "Work Sans", sans-serif; }

body {
  background: #212121;
  font-family: "Work Sans", sans-serif;
  color: #ffffff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase; }

ul {
  margin-bottom: 0; }

.app {
  overflow: hidden;
  min-width: 260px; }

.container {
  width: 1786px;
  margin: 0 auto; }

@media only screen and (max-width: 1800px) {
  .container {
    width: 1560px; } }

@media only screen and (max-width: 1580px) {
  .container {
    width: 1320px; } }

@media only screen and (max-width: 1360px) {
  .container {
    width: 1100px; } }

@media only screen and (max-width: 1140px) {
  .container {
    width: 900px; } }

@media only screen and (max-width: 920px) {
  .container {
    width: 750px; } }

@media only screen and (max-width: 760px) {
  .container {
    width: 350px; } }

.header {
  position: relative; }

.header__top-bar {
  background: #000;
  padding: 14px 0; }
  .header__top-bar .container {
    display: flex;
    align-items: center;
    justify-content: flex-end; }

.top-bar__contribute {
  display: inline-block;
  padding: 7px 0;
  background: #000;
  border: solid 1px #fff;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  width: 145px;
  text-align: center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s; }

.header__down-bar {
  padding-top: 35px; }
  .header__down-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.header__logo {
  display: block; }

.header__logo-title {
  font-size: 46px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1; }

.header__logo-sub {
  display: block;
  font-size: 17px;
  color: #ffffff;
  margin-top: 6px;
  line-height: 1; }

.header__nav {
  display: flex;
  align-items: center; }

.header__nav-list {
  display: flex;
  align-items: center; }
  .header__nav-list li {
    font-size: 16px;
    margin-right: 50px;
    font-weight: 500; }
  .header__nav-list a {
    color: #ffffff; }

.header__search {
  display: flex;
  align-items: center; }

.header__search-label {
  display: block;
  width: 2px;
  height: 16px;
  background: #ffffff;
  margin-right: 40px; }

.header__search-text {
  font-size: 16px;
  margin-right: 20px;
  font-weight: 500;
  color: #fff; }

.header__search-input {
  border: solid 1px #212121;
  background: #fff;
  width: 205px;
  font-size: 16px;
  color: #212121;
  padding: 12px 16px;
  max-height: 40px; }

.header__search-btn {
  width: 90px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  background: #d3d3d3;
  padding: 10px 0;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all ease .3s;
  transition: all ease .3s; }

.menu-toggle {
  display: none; }

.header-mob {
  display: none; }

@media only screen and (max-width: 1360px) {
  .header__logo-title {
    font-size: 36px; }
  .header__logo-sub {
    font-size: 14px; }
  .header__down-bar {
    padding-top: 20px; }
  .header__nav {
    display: none; }
  .header__top-bar {
    display: none; }
  .menu-toggle {
    display: flex;
    width: 30px;
    height: 30px;
    position: relative;
    justify-content: center;
    align-items: center; }
  .menu-toggle__bar {
    position: absolute;
    width: 30px;
    height: 2px;
    border-radius: 10px;
    background: #fff; }
    .menu-toggle__bar:nth-child(1) {
      top: 4px; }
    .menu-toggle__bar:nth-child(3) {
      bottom: 4px; }
  .header__down-bar {
    padding-top: 15px;
    padding-bottom: 15px; }
  .header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100; }
  .header-mob {
    display: block;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100vh;
    background: #212121;
    padding-top: 86px;
    padding-bottom: 60px;
    transition: all ease 0.8s;
    transform: translateY(-120%); }
    .header-mob .container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      height: 100%; }
    .header-mob.active {
      transform: translateY(0);
      transition: all ease 0.8s; }
  .header-mob__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 100px; }
  .header-mob__nav-list li {
    text-align: right;
    font-size: 25px;
    font-weight: 500px;
    margin-bottom: 35px; }
  .header-mob__nav-list a {
    color: #fff; }
  .menu-toggle.active .menu-toggle__bar:nth-child(1) {
    transform: rotate(45deg);
    top: auto; }
  .menu-toggle.active .menu-toggle__bar:nth-child(2) {
    opacity: 0; }
  .menu-toggle.active .menu-toggle__bar:nth-child(3) {
    transform: rotate(-45deg);
    bottom: auto; }
  .header__down-bar {
    background: #212121; } }

@media only screen and (max-width: 760px) {
  .header-mob__top {
    flex-wrap: wrap;
    justify-content: center; }
  .header-mob__nav-list {
    margin-top: 50px; }
    .header-mob__nav-list li {
      text-align: center; }
  .header__search-input {
    width: 210px; }
  .header__search-text {
    display: none; }
  .header-mob__top {
    padding-top: 50px; }
  .header__logo-title {
    font-size: 28px; }
  .header__logo-sub {
    font-size: 12px; }
  .header-mob__nav-list li {
    font-size: 20px;
    margin-bottom: 30px; } }

.hero {
  padding-top: 180px;
  padding-bottom: 230px; }

.hero__title {
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.2; }

.hero__line {
  width: 80px;
  height: 3px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 27px; }

.hero__subtitle {
  max-width: 940px;
  text-align: center;
  margin: 0 auto;
  font-size: 25px;
  line-height: 37px; }

.content-section {
  padding-bottom: 157px; }

.content-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 86px; }

.updates {
  width: 482px;
  padding: 40px 45px 60px 45px;
  background: #585858; }

.main-content {
  width: calc(100% - 482px);
  padding-left: 95px; }

.updates__title {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  border-bottom: solid 3px #D3D3D3;
  font-family: "Work Sans", sans-serif;
  line-height: 37px;
  padding-bottom: 4px;
  text-transform: uppercase; }

.updates__item {
  padding: 48px 0;
  border-bottom: solid 1px #D3D3D3; }
  .updates__item:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.updates__item-title {
  font-size: 38px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  margin-bottom: 17px;
  text-transform: none; }
  .updates__item-title a {
    color: #fff;
    transition: all ease 0.3s; }
    .updates__item-title a:hover {
      color: #e8231a;
      transition: all ease 0.3s; }

.updates__item-subtitle {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 23px;
  font-family: "times", serif; }

.updates__item-link {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: all ease 0.3s; }
  .updates__item-link:hover {
    color: #e8231a;
    transition: all ease 0.3s; }

.featured {
  padding-bottom: 64px; }

.featured__slide {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }

.featured__image {
  width: 330px;
  min-height: 420px;
  flex-shrink: 0; }
  .featured__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.featured__body {
  width: calc(100% - 330px);
  padding-right: 110px; }

.featured__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 3px #D3D3D3;
  padding-bottom: 4px;
  gap: .75rem;
  margin-bottom: 30px; }

.featured__label {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase; }

.featured__dots {
  display: flex; }
  .featured__dots span {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin-left: 8px; }
    .featured__dots span.active {
      background: #e8231a; }

.featured__title {
  font-size: 38px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 35px;
  line-height: 1.3; }
  .featured__title a {
    color: #fff;
    transition: all ease 0.3s; }
    .featured__title a:hover {
      color: #e8231a;
      transition: all ease 0.3s; }

.featured__text {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
  font-family: "times", serif; }

.featured__link {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: all ease 0.3s; }
  .featured__link:hover {
    color: #e8231a;
    transition: all ease 0.3s; }

.info-section {
  padding: 65px 0;
  border-top: solid 3px #D3D3D3; }
  .info-section:last-child {
    padding-bottom: 0; }

.info-section__title {
  margin-bottom: 49px;
  font-size: 56px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1; }
  .info-section__title a {
    color: #fff;
    transition: all ease 0.3s; }
    .info-section__title a:hover {
      color: #e8231a;
      transition: all ease 0.3s; }

.info-section .info-section__title {
  font-size: 25px; }

.info-section__text {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
  font-family: "times", serif; }

.info-section__link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: all ease 0.3s; }
  .info-section__link:hover {
    color: #e8231a;
    transition: all ease 0.3s; }

.featured__pagination {
  display: flex;
  align-items: center;
  gap: .5rem;
  max-width: fit-content; }

.home-featured-bullet {
  width: .625rem;
  height: .625rem;
  background: white;
  border-radius: 100%; }

.home-featured-bullet--active {
  background: #e8231a; }

@media only screen and (max-width: 1800px) {
  .hero {
    padding: 150px 0 110px 0; }
  .hero__title {
    font-size: 70px; }
  .hero__subtitle {
    font-size: 22px; }
  .content-layout {
    padding-right: 0; }
  .main-content {
    padding-left: 50px; }
  .featured__body {
    padding-right: 50px; }
  .info-section__title {
    font-size: 50px;
    margin-bottom: 30px; } }

@media only screen and (max-width: 1580px) {
  .updates {
    width: 400px; }
  .main-content {
    width: calc(100% - 400px); }
  .featured__image {
    width: 300px;
    height: 380px; }
  .info-section__title {
    font-size: 40px; }
  .updates {
    padding: 40px; }
  .info-section {
    padding: 55px 0; }
  .content-section {
    padding-bottom: 120px; }
  .hero__title {
    font-size: 65px; } }

@media only screen and (max-width: 1360px) {
  .hero__title {
    font-size: 58px; }
  .hero__subtitle {
    font-size: 20px; }
  .hero {
    padding-top: 180px;
    padding-bottom: 140px; }
  .updates {
    width: 350px; }
  .main-content {
    width: calc(100% - 350px); }
  .featured__image {
    width: 280px;
    height: 360px; }
  .featured__body {
    width: calc(100% - 280px); }
  .updates__item {
    padding: 30px 0; } }

@media only screen and (max-width: 1140px) {
  .hero__title {
    font-size: 50px; }
  .hero {
    padding-bottom: 100px; }
  .content-layout {
    flex-wrap: wrap; }
  .updates {
    order: 2;
    width: 100%; }
  .main-content {
    width: 100%;
    padding-left: 0;
    margin-bottom: 80px; } }

@media only screen and (max-width: 760px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 80px; }
  .hero__title {
    font-size: 32px; }
    .hero__title span {
      display: none; }
  .hero__subtitle {
    line-height: 1.3;
    font-size: 18px; }
  .hero__line {
    margin-bottom: 20px; }
  .featured__slide {
    flex-wrap: wrap; }
  .featured__body {
    width: 100%;
    padding-right: 0; }
  .featured__title {
    width: 100%;
    font-size: 28px;
    margin-bottom: 20px; }
  .featured__label {
    font-size: 20px; }
  .featured__header {
    margin-bottom: 20px; }
  .featured__text {
    font-size: 16px;
    line-height: 1.2; }
  .featured__image {
    width: 100%;
    height: 300px;
    margin-top: 30px; }
  .featured {
    padding-bottom: 50px; }
  .info-section {
    padding: 40px 0; }
  .info-section__title {
    font-size: 28px; }
  .info-section__text {
    font-size: 16px;
    line-height: 1.3; }
  .main-content {
    margin-bottom: 50px; }
  .updates {
    padding: 20px; }
  .updates__title {
    font-size: 20px; }
  .updates__item {
    padding: 20px 0; }
  .updates__item-title {
    font-size: 24px; }
  .updates__item-subtitle {
    font-size: 14px; }
  .updates__item-link {
    font-size: 14px; }
  .content-section {
    padding-bottom: 60px; } }

.page-intro {
  padding-top: 140px;
  padding-bottom: 156px; }

.page-intro__title {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2; }

.page-intro__title h1 {
  font-size: 34px; }

.page-intro__line {
  width: 80px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 34px; }

.page-intro__subtitle {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2; }

.about-page {
  padding-bottom: 200px; }

.about-page__layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.about-page__main {
  width: calc(100% - 480px);
  padding-right: 66px; }

.about-page__main img {
  width: 522px;
  height: 400px;
  object-fit: cover;
  max-width: 100%; }

.about-page__sidebar {
  width: 480px;
  padding: 40px 45px;
  background-color: #585858;
  border: solid 1px #E9EEF2; }

.about-sidebar-block {
  margin-bottom: 80px; }
  .about-sidebar-block:last-child {
    margin-bottom: 0; }

.about-sidebar-block__title {
  font-size: 25px;
  font-family: "Work Sans", sans-serif;
  line-height: 35px;
  border-bottom: solid 3px #D3D3D3;
  padding-bottom: 4px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 28px; }

.about-sidebar-block__text {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 22px;
  font-family: "times", serif; }

.about-sidebar-block__link {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: all ease 0.3s; }
  .about-sidebar-block__link:hover {
    color: #e8231a;
    transition: all ease 0.3s; }

@media only screen and (max-width: 1800px) {
  .page-intro {
    padding-top: 120px;
    padding-bottom: 120px; }
  .about-page {
    padding-bottom: 160px; } }

@media only screen and (max-width: 1360px) {
  .page-intro {
    padding-top: 150px;
    padding-bottom: 100px; }
  .page-intro__subtitle {
    font-size: 20px; }
  .page-intro__line {
    margin-bottom: 20px; }
  .about-page__sidebar {
    width: 350px;
    padding: 30px;
    margin-bottom: 50px; }
  .about-page__main {
    width: calc(100% - 350px);
    padding-right: 50px; }
  .about-sidebar-block__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px; }
  .about-sidebar-block__text {
    font-size: 16px;
    line-height: 26px; }
  .about-sidebar-block {
    margin-bottom: 60px; }
  .about-page {
    padding-bottom: 120px; } }

@media only screen and (max-width: 1140px) {
  .about-page__layout {
    flex-wrap: wrap; }
  .about-page__main {
    width: 100%;
    padding-right: 0; }
  .page-intro {
    padding-bottom: 80px; }
  .about-page__sidebar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 50px; }
  .about-sidebar-block {
    width: calc(50% - 15px);
    margin-bottom: 30px; }
  .about-page {
    padding-bottom: 80px; } }

@media only screen and (max-width: 760px) {
  .page-intro {
    padding-top: 120px;
    padding-bottom: 80px; }
  .page-intro__title {
    font-size: 32px; }
    .page-intro__title span {
      display: none; }
  .page-intro__title {
    font-size: 30px; }
    .page-intro__title span {
      display: none; }
  .page-intro__subtitle {
    font-size: 18px; }
  .about-sidebar-block {
    width: 100%;
    margin-bottom: 30px; }
    .about-sidebar-block:last-child {
      margin-bottom: 0; }
  .about-sidebar-block__title {
    font-size: 18px;
    margin-bottom: 15px; }
  .about-sidebar-block__text {
    font-size: 14px;
    line-height: 20px; }
  .about-sidebar-block__link {
    font-size: 14px; }
  .about-page {
    padding-bottom: 60px; }
  .page-intro {
    padding-bottom: 60px; } }

.wp-editor p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
  font-family: 'times', serif; }

.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

p a {
  color: #fff;
  transition: .3s; }
  p a:hover {
    color: #e8231a; }

@media only screen and (max-width: 760px) {
  .wp-editor p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px; }
  .wp-editor h1,
  .wp-editor h2,
  .wp-editor h3,
  .wp-editor h4,
  .wp-editor h5,
  .wp-editor h6 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.3; } }

.opportunities-sidebar-block .about-sidebar-block__text {
  margin-bottom: 0; }

.news-intro {
  padding: 155px 0; }

.news-intro__layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.news-intro__left {
  width: 440px; }

.news-intro__title {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 17px;
  line-height: 1.2; }

.news-intro__line {
  width: 80px;
  height: 3px;
  background: #D3D3D3; }

.news-intro__subtitle {
  margin-top: 34px; }

.news-intro__featured {
  width: 1300px;
  background: #585858;
  padding: 40px 40px 50px 70px; }

.news-intro__featured-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 3px #D3D3D3;
  padding-bottom: 4px;
  margin-bottom: 34px; }

.news-intro__featured-label {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  text-transform: uppercase; }

.news-intro__featured-dots {
  display: flex;
  align-items: center; }
  .news-intro__featured-dots span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: block;
    background: #707070;
    margin-left: 8px; }
    .news-intro__featured-dots span.active {
      background: #e8231a; }

.news-intro__featured-title {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 45px; }

.news-intro__featured-text {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 30px;
  font-family: "times", serif; }

.news-intro__featured-link {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  transition: all ease 0.3s;
  text-transform: uppercase; }
  .news-intro__featured-link:hover {
    color: #e8231a;
    transition: all ease 0.3s; }

.news-filter {
  padding-bottom: 85px; }

.news-filter__layout {
  background: #585858;
  padding: 45px; }

.news-filter__label {
  font-size: 25px;
  line-height: 37px;
  border-bottom: solid 3px #D3D3D3;
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 4px;
  margin-bottom: 40px; }

.news-filter__layout-row {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.news-filter__selects {
  display: flex; }

.news-filter__select {
  width: 295px;
  margin-right: 23px;
  background: #fff;
  padding: 12px 20px;
  border: solid 1px #55768E;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase; }

.news-grid-section {
  padding-bottom: 120px; }

.news-filter__search {
  display: flex;
  align-items: center; }

.news-filter__search-label {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin-right: 20px;
  text-transform: uppercase; }

.news-filter__search-input {
  width: 374px;
  background: #fff;
  padding: 12px 20px;
  border: solid 1px #55768E;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase; }

.news-filter__search-btn {
  width: 106px;
  background: #D3D3D3;
  text-align: center;
  padding: 12px 0;
  border: solid 1px #000;
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  text-transform: uppercase;
  transition: all ease 0.3s; }
  .news-filter__search-btn:hover {
    background: #000;
    color: #fff;
    transition: all ease 0.3s; }

.news-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 120px;
  row-gap: 120px; }

.news-card__image {
  height: 285px;
  width: 100%; }
  .news-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.news-card__body {
  margin-top: 25px; }

.news-card__tag {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: block;
  margin-bottom: 14px; }

.news-card__title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 29px;
  line-height: 1.2;
  text-transform: none; }
  .news-card__title a {
    color: #fff;
    transition: all ease 0.3s; }
    .news-card__title a:hover {
      color: #e8231a;
      transition: all ease 0.3s; }

.news-card__text {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-family: "times", serif;
  margin-bottom: 32px; }

.news-card__link {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  transition: all ease 0.3s; }
  .news-card__link:hover {
    color: #e8231a;
    transition: all ease 0.3s; }
  .news-card__link::before {
    width: 21px;
    height: 3px;
    background: #B1CBC4;
    position: absolute;
    content: "";
    left: 0;
    top: -15px; }

@media only screen and (max-width: 1800px) {
  .news-intro__featured {
    width: calc(100% - 300px - 50px); }
  .news-intro__left {
    width: 300px; }
  .news-intro__featured {
    padding: 40px; }
  .news-intro__featured-title {
    font-size: 38px; }
  .news-intro {
    padding: 130px 0; }
  .news-grid {
    gap: 80px;
    row-gap: 80px; } }

@media only screen and (max-width: 1580px) {
  .news-intro__featured-title {
    font-size: 38px; }
  .news-filter__search-input {
    width: 300px; } }

@media only screen and (max-width: 1360px) {
  .news-intro {
    padding-top: 150px;
    padding-bottom: 100px; }
  .news-intro__featured-label {
    font-size: 22px; }
  .news-intro__featured-title {
    font-size: 38px; }
  .news-intro__featured {
    width: calc(100% - 300px);
    padding: 35px; }
  .news-filter__search-label {
    display: none; }
  .news-filter__select {
    width: 250px; }
  .news-filter__layout {
    padding: 35px; }
  .news-filter {
    padding-bottom: 60px; }
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    row-gap: 60px; } }

@media only screen and (max-width: 1140px) {
  .news-intro__featured-title {
    font-size: 36px; }
  .news-filter__label {
    margin-bottom: 20px; }
  .news-filter__layout-row {
    flex-wrap: wrap; }
  .news-filter__select {
    width: calc(50% - 15px);
    margin: 0; }
  .news-filter__selects {
    width: 100%;
    justify-content: space-between;
    margin: 0 0 30px 0; }
  .news-filter__search {
    width: 100%; }
  .news-filter__search-input {
    width: 65%; }
  .news-filter__search-btn {
    width: 35%; }
  .news-card__title {
    font-size: 30px; } }

@media only screen and (max-width: 920px) {
  .news-intro__layout {
    flex-wrap: wrap; }
  .news-intro__left {
    width: 100%; }
  .news-intro__title {
    text-align: center; }
    .news-intro__title span {
      display: none; }
  .news-intro__line {
    margin: 0 auto; }
  .news-intro__subtitle {
    text-align: center; }
  .news-intro__featured {
    width: 100%;
    margin-top: 50px; }
  .news-intro__featured-label {
    font-size: 20px; }
  .news-intro__featured-header {
    margin-bottom: 20px; }
  .news-intro__featured-title {
    font-size: 34px;
    margin-bottom: 20px; }
  .news-intro__featured-text {
    font-size: 16px; }
  .news-intro {
    padding-bottom: 40px; }
  .news-filter__label {
    font-size: 20px; }
  .news-card__text {
    font-size: 15px; }
  .news-card__image {
    height: 250px; }
  .news-grid {
    gap: 50px;
    row-gap: 50px; }
  .news-grid-section {
    padding-bottom: 80px; } }

@media only screen and (max-width: 760px) {
  .news-intro {
    padding: 120px 0 40px; }
  .news-intro__title {
    font-size: 30px; }
    .news-intro__title span {
      display: none; }
  .news-intro__line {
    width: 50px; }
  .news-intro__subtitle {
    margin-top: 20px; }
  .news-intro__featured {
    margin-top: 50px;
    padding: 20px; }
  .news-intro__featured-label {
    font-size: 16px; }
  .news-intro__featured-title {
    font-size: 32px; }
  .news-intro__featured-text {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 25px; }
  .news-intro__featured-link {
    font-size: 14px; }
  .news-filter__layout {
    padding: 20px; }
  .news-filter__label {
    font-size: 18px; }
  .news-filter__selects {
    flex-wrap: wrap; }
  .news-filter__select {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px;
    font-size: 14px; }
  .news-filter__selects {
    margin-bottom: 0; }
  .news-filter__search-input {
    padding: 12px;
    font-size: 14px; }
  .news-filter__search-btn {
    padding: 12px;
    font-size: 14px; }
  .news-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    row-gap: 40px; }
  .news-card__image {
    height: 220px; }
  .news-card__title {
    font-size: 24px;
    margin-bottom: 15px; }
  .news-card__text {
    font-size: 14px; }
  .news-card__tag {
    font-size: 13px; }
  .news-card__link {
    font-size: 14px; } }

.news-page-intro {
  padding-top: 138px;
  padding-bottom: 90px; }

.news-page-intro__teg {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-bottom: 27px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif; }

.news-page-intro__line {
  width: 80px;
  height: 3px;
  background-color: #D3D3D3;
  margin-bottom: 27px; }

.news-page-intro__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: none; }

.post-page-section {
  padding-bottom: 200px; }

.post-main {
  padding-right: 80px; }

.post-main__subtitle {
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 80px;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  font-family: "Futura", sans-serif; }

.post-main__text {
  overflow: hidden; }

.post-documents {
  background: #585858;
  padding: 40px 45px;
  margin-top: 40px; }

.post-documents__title {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  padding-bottom: 4px;
  text-transform: uppercase;
  border-bottom: solid 3px #D3D3D3;
  margin-bottom: 30px; }

.post-documents__group {
  margin-bottom: 24px; }

.post-documents__group:last-child {
  margin-bottom: 0; }

.post-documents__headline {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px; }

.post-documents__list {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.post-documents__list li {
  position: relative;
  padding-left: 14px; }

.post-documents__list li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: #888888; }

.post-documents__list a {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #c8c8c8;
  transition: color 0.2s; }

.post-documents__list a:hover {
  color: #ffffff; }

.post-main__float-img {
  float: right;
  width: 340px;
  height: auto;
  margin: 4px 0 28px 40px;
  display: block; }

.post-page-section .about-page__sidebar {
  border: none; }

.post-documents__headline {
  font-size: 17px;
  font-weight: 700;
  line-height: 27px; }

.post-documents__list {
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  color: #fff; }
  .post-documents__list a {
    font-size: 17px;
    color: #fff;
    transition: all ease 0.3s; }
    .post-documents__list a:hover {
      color: #e8231a;
      transition: all ease 0.3s; }

@media only screen and (max-width: 1800px) {
  .news-page-intro__title {
    font-size: 38px; }
  .post-main__subtitle {
    font-size: 22px;
    line-height: 30px; } }

@media only screen and (max-width: 1580px) {
  .news-page-intro__title {
    font-size: 38px; }
  .post-main {
    padding-right: 50px; }
  .about-page__main img {
    width: 400px;
    height: 300px; } }

@media only screen and (max-width: 1140px) {
  .post-main {
    padding-right: 0; }
  .about-page__main img {
    width: 500px;
    height: 400px; }
  .post-page-section {
    padding-bottom: 120px; } }

@media only screen and (max-width: 920px) {
  .post-main__subtitle {
    font-size: 22px;
    line-height: 30px; }
  .post-main__subtitle {
    margin-bottom: 50px;
    font-size: 20px; }
  .news-page-intro__title {
    font-size: 34px; }
  .news-page-intro {
    padding-bottom: 60px; }
  .about-page__main img {
    width: 400px;
    height: 300px; }
  .post-documents {
    padding: 30px; } }

@media only screen and (max-width: 760px) {
  .news-page-intro__teg {
    font-size: 14px;
    margin-bottom: 20px; }
  .news-page-intro__line {
    width: 50px;
    margin-bottom: 20px; }
  .news-page-intro__title {
    font-size: 32px; }
  .post-main__subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px; }
  .about-page__main img {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    height: 240px; }
  .post-documents__title {
    font-size: 20px;
    margin-bottom: 10px; }
  .post-documents__headline {
    font-size: 14px; }
  .post-documents__list a {
    font-size: 14px; }
  .post-page-section .about-page__sidebar {
    margin-top: 30px; }
  .post-page-section {
    padding-bottom: 60px; } }

.landing-page-main {
  padding-right: 80px; }
  .landing-page-main .landing-page-main__preview {
    width: 100%;
    margin: 0;
    height: 639px; }

.landing-page-main__subtitle {
  margin-top: 53px;
  font-size: 25px;
  color: #fff;
  padding-right: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 42px; }

.landing-page-section {
  padding-bottom: 110px; }

.principals {
  padding-bottom: 120px; }

.principals__title {
  font-family: "Work Sans", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 49px; }

.principals__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 210px; }

.principals__name {
  font-family: "Work Sans", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 24px; }

.principals__text {
  font-family: "times", serif;
  font-size: 20px;
  font-weight: 400;
  color: #888888;
  line-height: 32px;
  margin-bottom: 24px;
  color: #fff; }

.principals__more {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  color: #888888;
  color: #fff; }

.landing-page-section .about-page__sidebar {
  border: none;
  background: none;
  padding: 0; }
  .landing-page-section .about-page__sidebar .post-documents {
    margin-top: 10px; }

.landing-page-section__rec-posts {
  padding: 40px 45px;
  background: #585858; }

@media only screen and (max-width: 1800px) {
  .principals__grid {
    gap: 150px; } }

@media only screen and (max-width: 1580px) {
  .landing-page-main {
    padding-right: 50px; }
  .landing-page-main .landing-page-main__preview {
    height: 400px; }
  .landing-page-section__rec-posts {
    padding: 30px; }
  .landing-page-section .about-page__sidebar .post-documents {
    padding: 30px; }
  .principals__grid {
    gap: 120px; } }

@media only screen and (max-width: 1140px) {
  .landing-page-section .about-page__sidebar .post-documents {
    width: 100%; }
  .landing-page-main {
    padding-right: 0; }
  .landing-page-section {
    padding-bottom: 80px; }
  .principals {
    padding-bottom: 80px; }
  .principals__grid {
    gap: 100px; }
  .landing-page-main__subtitle {
    padding-right: 0; } }

@media only screen and (max-width: 760px) {
  .principals__title {
    font-size: 20px;
    margin-bottom: 20px; }
  .landing-page-main__subtitle {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px; }
  .landing-page-main .landing-page-main__preview {
    height: 240px; }
  .principals__grid {
    grid-template-columns: 1fr;
    gap: 30px; }
  .principals__text {
    font-size: 14px; }
  .principals__name {
    font-size: 18px;
    margin-bottom: 15px; } }

.search-results-section {
  padding-bottom: 157px; }

.search-results__layout {
  background: #585858;
  padding: 40px 45px;
  margin-bottom: 88px; }
  .search-results__layout:last-child {
    margin-bottom: 0; }
  .search-results__layout .updates__title {
    margin-bottom: 40px; }
  .search-results__layout .updates__item {
    border: none;
    padding: 0;
    padding-bottom: 60px; }
    .search-results__layout .updates__item:last-child {
      padding-bottom: 0; }

@media only screen and (max-width: 1140px) {
  .search-results__layout {
    padding: 30px;
    margin-bottom: 60px; }
  .search-results-section {
    padding-bottom: 120px; } }

@media only screen and (max-width: 760px) {
  .search-results-section {
    padding-bottom: 80px; }
  .search-results__layout {
    margin-bottom: 30px; }
  .search-results__layout .updates__item {
    padding-bottom: 40px; }
  .search-results__layout .updates__title {
    margin-bottom: 20px; }
  .search-results__layout {
    padding: 20px; } }

.contribute-section__text {
  font-size: 17px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 24px;
  color: #fff;
  margin-bottom: 80px; }

.contribute-section {
  padding-bottom: 125px; }

.contribute-section__form {
  background: #585858;
  padding: 40px 45px;
  text-align: center; }

.principals-advocates {
  padding-top: 0;
  padding-bottom: 0; }
  .principals-advocates .container {
    border-bottom: solid 3px #D3D3D3;
    padding-bottom: 60px; }
  .principals-advocates .principals__grid {
    row-gap: 60px; }

.advocates-staff {
  padding-top: 78px;
  padding-bottom: 120px; }
  .advocates-staff .container {
    border-bottom: solid 3px #D3D3D3;
    padding-bottom: 60px; }
  .advocates-staff .principals__grid {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 60px;
    column-gap: 130px; }

.advocates-advocates {
  padding-bottom: 120px; }

.advocates-advocates__layout {
  padding: 40px 45px;
  background: #585858; }

.advocates-advocates__title {
  border-bottom: solid 3px #D3D3D3;
  padding-bottom: 4px;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "Work Sans", sans-serif; }

.advocates-advocates__element {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "times", serif; }
  .advocates-advocates__element:last-child {
    margin-bottom: 0; }

@media only screen and (max-width: 1360px) {
  .advocates-staff .principals__grid {
    column-gap: 60px; } }

@media only screen and (max-width: 920px) {
  .advocates-staff .principals__grid {
    display: block; }
    .advocates-staff .principals__grid .principals__item {
      margin-bottom: 60px; }
      .advocates-staff .principals__grid .principals__item:last-child {
        margin-bottom: 0; }
  .principals-advocates .principals__grid {
    display: block; }
    .principals-advocates .principals__grid .principals__item {
      margin-bottom: 60px; }
      .principals-advocates .principals__grid .principals__item:last-child {
        margin-bottom: 0; }
  .advocates-staff {
    padding-bottom: 80px; }
  .advocates-advocates__layout {
    padding: 30px; } }

@media only screen and (max-width: 760px) {
  .principals-advocates .principals__grid .principals__item {
    margin-bottom: 40px; }
  .advocates-advocates__title {
    font-size: 20px; }
  .advocates-advocates__element {
    font-size: 14px;
    margin-bottom: 15px; }
  .advocates-advocates {
    padding-bottom: 60px; }
  .advocates-staff .principals__grid .principals__item {
    margin-bottom: 40px; } }

.footer {
  background-color: #000;
  padding: 108px 0; }

.footer__logo-title {
  text-align: center;
  font-size: 46px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 6px;
  display: block; }

.footer__logo-sub {
  text-align: center;
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  display: block; }

@media only screen and (max-width: 1360px) {
  .footer__logo-title {
    font-size: 36px; }
  .footer__logo-sub {
    font-size: 14px; } }

@media only screen and (max-width: 760px) {
  .footer {
    padding: 25px 0; }
  .footer__logo-title {
    font-size: 28px; }
  .footer__logo-sub {
    font-size: 12px; } }

.air-conteiner {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  z-index: -100;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  transition: all ease 0.8s;
  opacity: 0; }

.air-conteiner_active {
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1; }

.air-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -50px;
  top: -50px;
  z-index: 555;
  cursor: pointer;
  background: url("https://i.ibb.co/x21fyFk/close-icg.png") no-repeat;
  background-size: cover;
  background-position: center;
  transition: all ease 0.3s; }
  .air-close:hover {
    transform: scale(1.1); }

.popup-air {
  position: absolute;
  transition: all ease 0.8s;
  transform: translateY(100vh) scale(0.4) skew(30deg, 20deg);
  opacity: 0; }

.air-popup_active {
  transform: translateY(0%) scale(1) skew(0deg, 0deg);
  opacity: 1; }

.slider-wrapper-gg {
  max-width: 1200px; }
