@charset "UTF-8";
/*!
 * Project: SwissAA
 * Author:  WHAT.DIGITAL
 * Date:    MARCH 2021
 * */
* {
  text-decoration: none !important;
  outline: 0 !important;
}

body {
  font-family: "NeueHaasGroteskText Pro";
  color: #000000;
  font-size: 18px;
  line-height: 23px;
  padding-top: 55px;
  background-color: #f7f4ef;
}
@media (min-width: 992px) {
  body {
    padding-top: 188px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 153px;
  }
}
body.show-screen-size:after {
  position: fixed;
  left: 50%;
  bottom: 0px;
  width: 160px;
  background: #000;
  color: #fff;
  content: "[TINY] 0px-479px";
  text-align: center;
  padding: 5px;
  font-size: 12px;
  z-index: 9999;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-left: -80px;
}
@media (min-width: 480px) {
  body.show-screen-size:after {
    content: "[MINI] 480px-575px";
  }
}
@media (min-width: 576px) {
  body.show-screen-size:after {
    content: "[XS] 480px-767px";
  }
}
@media (min-width: 768px) {
  body.show-screen-size:after {
    content: "[SM] 768px-991px";
  }
}
@media (min-width: 992px) {
  body.show-screen-size:after {
    content: "[MD] 992px-1199px";
  }
}
@media (min-width: 1200px) {
  body.show-screen-size:after {
    content: "[LG] 1200px-1499px";
  }
}
@media (min-width: 1500px) {
  body.show-screen-size:after {
    content: "[XL] 1500px-1899px";
  }
}
@media (min-width: 1900px) {
  body.show-screen-size:after {
    content: "[XXL] 1900px-∞";
  }
}

a {
  color: #000000;
  transition: 0.3s all;
}
a:hover {
  color: #ff0000;
  transition: 0.3s all;
}

.container {
  width: 100%;
  max-width: 1400px;
}

.border-bottom {
  border-bottom-color: #000 !important;
  padding-bottom: 50px;
}

.page_header {
  min-height: auto !important;
  padding-bottom: 45px;
}

.wp-block-separator.is-style-wide {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
}

cite {
  font-style: normal;
}

.figure img {
  margin-bottom: 10px;
  display: block;
}

.border-none {
  border: none !important;
  padding-top: 0 !important;
}

table {
  width: 100%;
}
table tbody tr:not(:last-child) {
  border-bottom: 1px solid #000;
}
table tbody tr td {
  padding: 15px 0;
}
table tbody tr td:first-child {
  min-width: 100px;
}
table tbody tr td a.link {
  color: #000;
  float: right;
}
table tbody tr td a.link:hover {
  color: #ff0000;
}

.l-blocks-wrap > .wp-block-columns {
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .l-blocks-wrap > .wp-block-columns > .wp-block-column:not(:last-child) {
    padding-bottom: 40px;
  }
  .custom-spacer {
    max-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 17px;
  }
  .how-we-can-help.alt .additional-links form > div {
    white-space: initial !important;
  }
  .heading br {
    display: none;
  }
  .heading, .heading-medium {
    margin-bottom: 30px !important;
  }
}
.about-story img {
  margin-bottom: 30px;
}

.how-we-can-help ul li a {
  align-items: center;
}

body .how-we-can-help ul li i {
  margin-right: 25px;
  position: relative;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .position-papers-inner .item > div:first-child {
    width: 60%;
  }
  .position-papers-inner .item > div a span {
    padding-left: 20px;
  }
}
.hr {
  width: 100%;
  max-width: 1400px;
  margin: 85px auto 25px;
  position: relative;
  padding: 0 15px;
  border: none !important;
}
.hr:after {
  content: "";
  width: 100%;
  display: block;
  border-top: 1px solid #000;
}

.how-we-can-help.alt .additional-links form > div {
  white-space: initial;
}

.about-stats img {
  height: 60px;
  margin-bottom: 8px;
}

body .about-stats h3 {
  margin-bottom: 8px !important;
}

.wp-caption {
  margin: 20px 0 35px !important;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.wp-caption img {
  max-width: 100%;
  height: auto;
}

.wp-caption-text {
  font-size: 16px !important;
  padding-top: 10px;
  text-align: left !important;
}

.why-swiss .item span {
  font-size: 17px;
}

.about-story p {
  font-size: 19px;
  line-height: 1.4;
}

.figure img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 992px) {
  body .megamenu ul {
    background-position: calc(100% - 16px) calc(100% - 10px) !important;
  }
  body {
    font-size: 19px;
    line-height: 25px;
  }
}
.how-we-can-help.alt .additional-links form > div {
  white-space: initial !important;
}

@media only screen and (max-width: 991px) {
  .hero * br {
    display: inline !important;
  }
}
.fa-user-circle:before {
  content: "\f2bd";
  font-family: "Font Awesome 5 Free";
}

.about-story.alt-style p a {
  color: #ff0000;
}

.about-story.alt-style .col-md-4.col-lg-3 img {
  max-height: 150px;
}

.hero.about {
  margin-bottom: -1px;
  position: relative;
}

.team-thumb {
  height: 200px;
  width: 100%;
  background-size: cover !important;
  background: url(https://dev-swiss-arbitration-association.pantheonsite.io/wp-content/uploads/2021/04/avatar.png) no-repeat center top;
}

.team .item {
  margin-bottom: 30px;
}

.team .item cite {
  font-size: 16px;
  min-height: 100px;
}

.hr {
  margin: 0 auto 40px;
}

.why-swiss .item span {
  font-size: 17px;
}

.about-story p {
  font-size: 19px;
  line-height: 1.4;
}

.figure img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .megamenu ul {
    background-position: calc(100% - 16px) calc(100% - 10px) !important;
  }
  body {
    font-size: 19px;
    line-height: 25px;
  }
}
.how-we-can-help.alt .additional-links form > div {
  white-space: initial !important;
}

@media only screen and (max-width: 991px) {
  .hero * br {
    display: inline !important;
  }
}
.fa-user-circle:before {
  content: "\f2bd";
  font-family: "Font Awesome 5 Free";
}

.about-story.alt-style p a {
  color: #ff0000;
}

.about-story.alt-style .col-md-4.col-lg-3 img {
  max-height: 150px;
}

.hero.about {
  margin-bottom: -1px;
  position: relative;
}

.team-thumb {
  height: 200px;
  width: 100%;
  background-size: cover !important;
  background: url(https://dev-swiss-arbitration-association.pantheonsite.io/wp-content/uploads/2021/04/avatar.png) no-repeat center top;
}

.team .item {
  margin-bottom: 30px;
}

.team .item cite {
  font-size: 16px;
  min-height: 100px;
}

.cinfo p a,
.about-story p a,
.how-we-can-help p a,
.text p a {
  color: #ff0000;
}

.additional-links select {
  padding: 0 45px 0 20px;
}

.wpcf7-form input {
  width: 100%;
  height: 40px;
  border: 1px solid #666;
  margin-bottom: 15px;
}

.wpcf7-form label {
  font-size: 17px;
}

.wpcf7-form h4 {
  margin: 20px 0 10px;
}

.wpcf7-form textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #666;
  margin-bottom: 15px;
}

button {
  background: transparent;
}

.container.container--narrow {
  max-width: 1560px;
}

@media (max-width: 767px) {
  .container--no-padding-on-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -20px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(20px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-20px, 20px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(20px, 20px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-20px, -20px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(20px, -20px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 20px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -20px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-20px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(20px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 20px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -20px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-20px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(20px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=zoom-in] {
  transform: scale(0.95);
}

[data-aos=reveal] {
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=reveal].aos-animate {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  [data-aos=reveal] {
    transform: translateY(20px);
  }
  [data-aos=reveal].aos-animate {
    transform: translateY(0);
  }
}

body[data-aos-easing=reveal] [data-aos], [data-aos][data-aos][data-aos-easing=new-easing] {
  transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
}

.hf-message {
  border-radius: 5px;
  background: #EBF5FF;
  color: #215CDC;
  border: 1px solid #b8dcff;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.hf-message-success {
  background: #F3FAF7;
  border: 1px solid #cfebdf;
  color: #03543F;
}

.leaflet-container {
  font-family: "NeueHaasGroteskText Pro", sans-serif;
  color: #222222;
}
.leaflet-container .leaflet-popup-content {
  text-align: center;
}

.popup-youtube:focus, .popup-vimeo:focus, .popup-gmaps:focus {
  outline: none;
}

.mfp-iframe-holder .mfp-content {
  max-width: 90vw;
}
@media screen and (min-width: 1500px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 80vw;
  }
}

.mfp-with-fade .mfp-content,
.mfp-with-fade .mfp-arrow, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content,
.mfp-with-fade.mfp-ready .mfp-arrow {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing .mfp-arrow, .mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  box-shadow: 2.9px 4px 5px rgba(5, 1, 7, 0.19);
}
.white-popup {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .white-popup {
    font-size: calc(16px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .white-popup {
    font-size: 18px;
  }
}

.g-recaptcha {
  transform: scale(0.85);
  transform-origin: 0 0;
}
@media screen and (min-width: 768px) {
  .g-recaptcha {
    transform: scale(1);
  }
}

.swiper-lazy-preloader,
.swiper-slide .swiper-lazy-preloader {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-color: #fafafa;
  border-top-color: transparent;
}

.swiper-lazy {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.swiper-lazy-loaded {
  opacity: 1;
}

.swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 0;
  background: theme("colors.main");
  opacity: 0.3;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  padding: 0;
  display: flex;
  justify-content: center;
  bottom: 32px;
}
@media (min-width: 768px) {
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 31px;
  }
}
@media (min-width: 1200px) {
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 23px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 21px;
  height: 76px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.7s ease-in-out;
  display: none;
}
@media (min-width: 1500px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}

.swiper-button-prev {
  background: url(../img/slider-left.svg);
}

.swiper-button-next {
  background: url(../img/slider-right.svg);
}

.swiper-button-prev {
  left: -50px;
}
@media (min-width: 768px) {
  .swiper-button-prev {
    left: -35px;
  }
}
@media (min-width: 1200px) {
  .swiper-button-prev {
    left: -50px;
  }
}

.swiper-button-next {
  right: -50px;
}
@media (min-width: 768px) {
  .swiper-button-next {
    right: -35px;
  }
}
@media (min-width: 1200px) {
  .swiper-button-next {
    right: -50px;
  }
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.comment-list ol {
  list-style: none;
}

li.comment {
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(5, 1, 7, 0.11);
  margin-bottom: 1em;
  padding: 1em;
}
li.comment div.vcard {
  font-weight: 400;
}
li.comment div.vcard img.avatar {
  border: 5px solid #ccc;
  float: right;
  margin: 0 0 20px 20px;
}
li.comment div.comment-metadata {
  font-size: 11px;
  margin-bottom: 0.7em;
}
li.comment ul {
  font-size: 12px;
  list-style: none;
  margin: 0 0 0 20px;
}
li.comment div.reply {
  font-size: 11px;
}
li.comment div.reply a {
  font-weight: bold;
}
li.comment div.reply ul.children {
  list-style: none;
  margin: 12px;
  text-indent: 0;
}
li.comment div.reply ul.children li.depth-2 {
  border-left: 5px solid #ccc;
  margin: 0 0 10px 10px;
}
li.comment div.reply ul.children li.depth-3 {
  border-left: 5px solid #bbb;
  margin: 0 0 10px 10px;
}
li.comment div.reply ul.children li.depth-4 {
  border-left: 5px solid #aaa;
  margin: 0 0 10px 10px;
}

.comment-body {
  margin-bottom: 1em;
}

/* Contact Form 7 Styles */
div.wpcf7-response-output {
  margin: 20px 0;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 0.3em 0.6em;
}

span.wpcf7-not-valid-tip {
  border: 1px solid transparent;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  margin-top: 4px;
  padding: 0.3em 0.6em;
  font-size: 0.8em;
}

div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 0.8em 1em;
}

.wpcf7-validation-errors {
  clear: both;
  margin-top: 1em;
}

.contact--recaptcha {
  padding-top: 1em;
}

div.wpcf7-mail-sent-ok {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 0.8em 1em;
}

span.wpcf7-list-item {
  margin-left: 0;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  background: url(../img/icons/spinner.svg);
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}

.wp-pagenavi {
  padding-top: 10px;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    padding-top: 24px;
  }
}
.wp-pagenavi .pages,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: none;
}
.wp-pagenavi .extend {
  display: inline-block;
  margin-right: 14px;
  color: #A3B3C0;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend {
  color: #a6b2bf;
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  margin-right: 14px;
  line-height: 38px;
  min-width: 35px;
  text-align: center;
  transition: all 0.3s;
  background: #FFFFFF;
  text-shadow: none;
  border: 1px solid #A3B3C0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .extend {
    height: 56px;
    line-height: 54px;
    min-width: 41px;
    font-size: 18px;
  }
}
.wp-pagenavi .page:hover, .wp-pagenavi .page:focus,
.wp-pagenavi .current:hover,
.wp-pagenavi .current:focus,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:focus,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus,
.wp-pagenavi .extend:hover,
.wp-pagenavi .extend:focus {
  text-decoration: none;
  color: #6b7f94;
  border-color: #678196;
}
.wp-pagenavi .current {
  color: #ff0000;
  background: #FFFFFF;
  border-color: #ff0000;
}
.wp-pagenavi .current:hover {
  color: #ff0000;
  background: #fff;
  border-color: #ff0000;
}

.alignleft {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .alignleft {
    margin-bottom: 25px;
    float: left;
    margin-right: 42px;
    display: inline;
  }
}
@media (min-width: 992px) {
  .alignleft {
    margin-bottom: 45px;
  }
}

.alignright {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .alignright {
    display: inline;
    float: right;
    margin-left: 42px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .alignright {
    margin-bottom: 45px;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption p:first-child {
  margin-bottom: 0.5em;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0 0 1em;
  font-size: 0.8rem;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.entry-meta {
  margin-bottom: 15px;
  font-style: italic;
  font-size: 0.85em;
}

.entry-footer {
  padding: 1em 0;
}

.entry-back {
  text-align: center;
  padding-top: 3em;
}

.cat-links,
.tags-links {
  display: block;
  margin-bottom: 0.4em;
}

.button {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  padding: 15px 25px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  background: #fff;
  color: #ff0000;
}
.button:hover svg {
  left: 0.25em;
  stroke: #ff0000;
}
.button i {
  margin-left: 15px;
}
.button svg {
  width: 15px;
  margin-left: 5px;
  position: relative;
  left: 0;
  transition: 0.3s all;
  stroke: #fff;
}

.button--xl {
  padding: 0.8em 1.15em 0.7em 1.1em;
  font-size: 16px;
  border-width: 1px;
  width: 100%;
  text-align: center;
}
@media (min-width: 480px) {
  .button--xl {
    width: auto;
  }
}
@media (min-width: 768px) {
  .button--xl {
    padding: 0.8em 1.15em 0.7em 1.1em;
    font-size: 20px;
    border-width: 2px;
  }
}
.button--xl svg {
  margin-left: 2px;
  margin-top: -2px;
  position: relative;
}

.button--icon-left.button--xl svg {
  margin-left: 0px;
  margin-right: 2px;
}

.button--icon-anim-zoom:hover svg {
  transform: scale(1.1);
  left: 0;
}

.button-red:hover svg {
  left: 0.25em;
}
.button-red svg {
  position: relative;
  left: 0;
  transition: 0.3s all;
}

.button-red {
  border: 1px solid #ff0000;
  color: #ff0000;
  border-radius: 5px;
  padding: 12px 20px;
  display: inline-block;
}
.button-red:hover {
  background: #ff0000;
  color: #ffffff;
}
.button-red i {
  margin-left: 15px;
}

.button--add-to-calendar {
  white-space: nowrap;
}

.cookie {
  width: 100%;
  max-width: 480px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  border: 1px solid #000000;
  background-color: #ffffff;
  position: fixed;
  bottom: 40px;
  right: 30px;
  padding: 20px;
  transition: 0.3s all;
  z-index: 222;
}
.cookie p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.cookie p a {
  display: inline-block;
  margin-right: 15px;
  border-bottom: 1px solid;
}
.cookie .btns {
  padding-top: 15px;
}
.cookie .btns a {
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
}
.cookie .btns a:hover {
  border: 1px solid #ff0000;
}

.cookie.hide-cookie {
  bottom: -500px;
  transition: 0.3s all;
}

footer {
  background-color: #fcfcfc;
  padding: 40px 0;
}
footer h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 15px;
  font-family: "NeueHaasGroteskText Pro Md";
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style: none;
  margin-bottom: 8px;
}
footer ul li a {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  display: table;
  position: relative;
}
footer ul li a:after {
  content: "";
  background: #ff0000;
  width: 0%;
  right: 0;
  left: auto;
  bottom: 0;
  position: absolute;
  height: 1px;
  transition: 0.4s;
}
footer ul li a:hover {
  color: #ff0000;
}
footer ul li a:hover:after {
  width: 100%;
  transition: 0.4s;
  right: auto;
  left: 0;
}

.app-btns {
  margin-top: 25px;
}
.app-btns a {
  background: #000000;
  display: table;
  width: 180px;
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 10px;
}

.copyright {
  border-top: 1px solid #ddd;
  background-color: #fcfcfc;
  padding: 20px 0;
}
.copyright p {
  margin: 0;
  color: #ff0000;
}
.copyright ul {
  padding: 0;
  margin: 0;
  text-align: right;
}
.copyright ul li {
  display: inline-block;
  margin-left: 25px;
}
.copyright li a {
  color: #ff0000;
  position: relative;
}
.copyright li a:after {
  content: "";
  background: #ff0000;
  width: 0%;
  right: 0;
  left: auto;
  bottom: 0;
  position: absolute;
  height: 1px;
  transition: 0.4s;
}
.copyright li a:hover {
  color: #ff0000;
}
.copyright li a:hover:after {
  width: 100%;
  transition: 0.4s;
  right: auto;
  left: 0;
}

header {
  padding: 15px 0;
  position: absolute;
  top: 0;
  z-index: 666;
  width: 100%;
  left: 0;
  background-color: #fcfcfc;
}
.admin-bar header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar header {
    top: 32px;
  }
}
header .search input {
  border: 1px solid #000000;
  padding: 0 15px;
  height: 37px;
  width: 320px;
  border-radius: 5px;
}
header .search button {
  border: none;
  background: transparent;
  margin-left: 10px;
}

.hamburger {
  position: absolute;
  top: 14px;
  right: 15px;
  cursor: pointer;
  width: 44px;
  height: 28px;
}
.hamburger * {
  transition: 0.3s all;
}
.hamburger #menuicon {
  height: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer: cursor;
  right: var(--smallSp);
}
.hamburger #menuicon path, .hamburger #menuicon line, .hamburger #menuicon circle {
  stroke-width: 1px;
  stroke: #010202;
}
.hamburger #closeicon {
  opacity: 0;
}

body.nav-act .hamburger #menuicon #centralCirc circle {
  r: 10;
}

body.nav-act .hamburger #menuicon #closeicon {
  opacity: 1;
}
body.nav-act .hamburger #menuicon #left {
  transform: translateX(10%);
  opacity: 0;
}
body.nav-act .hamburger #menuicon #right {
  transform: translateX(-10%);
  opacity: 0;
}

header {
  position: fixed;
}

.heading {
  font-family: "NeueHaasGroteskText Pro Md";
  margin-bottom: 60px;
}

.heading-medium {
  font-size: 28px;
  font-family: "NeueHaasGroteskText Pro Md";
  margin-bottom: 60px;
}

.heading-small {
  font-family: "NeueHaasGroteskText Pro", sans-serif;
  font-size: 32px;
  margin-bottom: 1em;
  font-weight: 700;
}

.heading-large {
  font-family: "NeueHaasGroteskText Pro", sans-serif;
  font-size: 42px;
  margin-bottom: 1em;
}

.link {
  color: #ff0000;
  display: inline;
  margin-top: 15px;
}
.link span {
  color: #ff0000;
  position: relative;
}
.link i {
  margin-left: 5px;
  transition: 0.3s all;
  position: relative;
  left: 0;
  font-size: 16px;
  top: 0.5px;
}
.link svg {
  transition: 0.3s all;
  width: 15px;
  position: relative;
  left: 0;
  margin-left: 3px;
}
.link:hover svg {
  left: 0.25em;
}
.link:hover i.fa-arrow-right {
  transition: 0.3s all;
  left: 6px;
}

svg.black path,
svg.black line {
  stroke: black;
}

.additional-links {
  border-top: 1px solid #000000;
  padding: 30px 0px 10px 20px;
}
.additional-links select {
  background: transparent;
  border: 1px solid #000;
  height: 40px;
  border-radius: 5px;
  width: 100%;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/arrow.png) no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 50%;
  background-size: 18px;
}
.additional-links input {
  background: transparent;
  border: 1px solid #000;
  height: 40px;
  border-radius: 5px;
  width: 100%;
  padding: 0 20px;
  color: #000;
}
.additional-links form {
  margin-bottom: 20px;
}
.additional-links form .button {
  border: 1px solid #000;
  height: 40px;
  border-radius: 5px;
  padding: 0 30px;
  margin-left: 20px;
  background: transparent;
  color: #000;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
}
.additional-links form .button:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}

.additional-links input::-webkit-input-placeholder {
  color: #000;
}

.additional-links input:-ms-input-placeholder {
  color: #000;
}

.additional-links input::placeholder {
  color: #000;
}

.sidebar {
  position: sticky;
  top: 180px;
}
.sidebar ul {
  padding: 0;
  margin: 0 0 50px;
}
.sidebar ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
}
.sidebar ul li a {
  font-family: "NeueHaasGroteskText Pro Md";
  font-size: 18px;
}
.sidebar .faq {
  padding: 15px;
  background-color: #fcfcfc;
  margin-bottom: 15px;
}
.sidebar .faq p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 25px;
}
.sidebar .faq a {
  font-size: 16px;
}

body .bg-red {
  background-color: #ff0000;
}
body .bg-red .button:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #ff0000 !important;
}

.color-red {
  color: #ff0000;
}

.side-contact {
  font-size: 15px;
  line-height: 20px;
}
.side-contact a {
  color: #ff0000;
  font-family: NeueHaasGroteskText Pro !important;
  font-size: 15px !important;
  border-bottom: 1px solid transparent;
}
.side-contact a:hover {
  border-bottom: 1px solid;
}

.side-contact span {
  display: block;
  border-top: 1px solid #000;
  margin-bottom: 10px;
  padding-top: 15px;
  position: relative;
}
.side-contact span:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  position: absolute;
  right: 10px;
  transform: rotate(-135deg);
  border-width: 0 1px 1px 0;
  top: 20px;
}

.sidebar .filters {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0 50px;
  margin-bottom: 10px;
}
.sidebar .filters.alt {
  border-bottom: none;
  margin-bottom: 0px;
}
.sidebar .filters.alt input[type=checkbox] {
  margin-right: 5px;
}
.sidebar a.back-filter svg {
  margin-right: 5px;
  transform: translateX(0);
  transition: 0.2s all;
}
.sidebar a.back-filter:hover svg {
  transform: translateX(-0.1em);
}
.sidebar .side-search {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.sidebar .side-search input {
  border: none;
  background: transparent;
}

.text {
  padding: 100px 0;
}

.about-stats {
  border-top: 1px solid #000;
  padding: 70px 0 40px;
}
.about-stats h3 {
  color: #ff0000;
  font-size: 60px;
  font-family: "NeueHaasGroteskText Pro Md";
  font-weight: 500;
  height: 60px;
  margin-bottom: 30px;
}
.about-stats svg {
  height: 60px;
  margin-bottom: 8px;
}

.about-story {
  border-top: 1px solid #000;
  padding: 50px 0;
}
.about-story .figure {
  margin: 20px 0 35px;
}
.about-story .figure img {
  margin-bottom: 10px;
}

.about-partners {
  padding: 50px 0;
  border-top: 1px solid #000;
}
.about-partners .item {
  border-top: 1px solid #000;
  padding-top: 15px;
  margin-bottom: 50px;
  margin-top: 20px;
}
.about-partners .item .thumb {
  margin-bottom: 10px;
}
.about-partners .item p {
  font-size: 16px;
}
.about-partners .item a {
  font-size: 16px;
}
.about-partners .item a svg {
  position: relative;
  top: -1px;
  left: 0;
  transition: 0.3s all;
}
.about-partners .item a:hover i {
  left: 6px;
  transition: 0.3s all;
  color: #ff0000;
}
.about-partners .item a:hover span {
  color: #ff0000;
}
.about-partners .item a:hover svg {
  left: 0.25em;
}
.about-partners .item a i {
  font-size: 14px;
  position: relative;
  top: 0.5px;
  margin-left: 5px;
  left: 0;
  transition: 0.3s all;
}

.add-to-calendar {
  padding: 0;
}
@media (min-width: 768px) {
  .add-to-calendar {
    padding: 40px 0 30px 0;
  }
}

@media (min-width: 768px) {
  .add-to-calendar__grid {
    display: grid;
    grid-template-columns: 66% 34%;
  }
}

.add-to-calendar__content {
  background: #283C50;
  color: #fff;
  padding: 20px;
}
@media (min-width: 1200px) {
  .add-to-calendar__content {
    display: flex;
    padding: 56px 48px 65px 56px;
  }
}

.add-to-calendar__content-left {
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .add-to-calendar__content-left {
    padding-right: 20px;
  }
}

.add-to-calendar__small-header {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .add-to-calendar__small-header {
    font-size: 32px;
    text-align: left;
  }
}

.add-to-calendar__header {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 0.2em;
  text-align: center;
}
@media (min-width: 768px) {
  .add-to-calendar__header {
    font-size: 42px;
    text-align: left;
  }
}

.add-to-calendar__content-right {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .add-to-calendar__content-right {
    align-self: flex-end;
    margin-top: 0;
  }
}

.add-to-calendar__img-wrap {
  position: relative;
}

.add-to-calendar__img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .add-to-calendar__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.content-media {
  background: #000;
  color: #fff;
  padding: 108px 0 118px;
  line-height: 1.58;
  position: relative;
}
.content-media a:not(.button) {
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}

.content-media__header {
  margin-bottom: 0.35em;
}

.content-media__desc {
  font-size: 17px;
  padding-right: 60px;
}
.content-media__desc p:not(:last-child) {
  margin-bottom: 1.6em;
}

.content-media__button-wrap {
  margin-top: 3.5rem;
}

.content-media__media-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 10;
}

.content-media__media-img {
  object-fit: cover;
  width: 100%;
  height: calc(100% + 75px);
  margin-top: -75px;
}

.content-media__plus {
  position: absolute;
  left: 50%;
  top: -75px;
  transform: translate(calc(-50% - 27px), 0);
  width: 206px;
  height: 206px;
  z-index: 20;
}

.cta {
  background-color: #283c50;
  position: relative;
  padding: 30px 35px;
  margin-bottom: 150px;
}
.cta .bg {
  position: absolute;
  width: 33.3333%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover !important;
}
.cta .text-white {
  color: #fcfcfc !important;
}
.cta ul {
  padding: 0;
  margin: 0;
}
.cta ul li {
  list-style: none;
}
.cta ul li:not(:last-child) {
  margin-bottom: 25px;
}
.cta ul li a {
  color: #fcfcfc;
  font-size: 25px;
  line-height: 28px;
}
.cta ul li a i {
  margin-left: 10px;
  font-size: 20px;
  position: relative;
  left: 0;
  transition: 0.3s all;
}
.cta ul li a svg {
  position: relative;
  transition: 0.3s all;
  left: 0;
}
.cta ul li a:hover i {
  left: 6px !important;
}
.cta ul li a:hover svg {
  left: 0.25em;
}

.event-hero {
  background: #ff0000;
  color: #fff;
  padding: 25px 0 30px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .event-hero {
    padding: 50px 0 60px;
  }
}
@media (min-width: 1200px) {
  .event-hero {
    padding: 98px 0 66px;
  }
}

.event-hero__small-top-text {
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 992px) {
  .event-hero__small-top-text {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .event-hero__small-top-text {
    font-size: 30px;
  }
}

.event-hero__header {
  color: #fff;
  font-weight: 500;
  font-size: 44px;
  line-height: 1.1;
  margin-top: 0.25em;
  letter-spacing: -0.008em;
  max-width: 500px;
}
@media (min-width: 992px) {
  .event-hero__header {
    font-size: 55px;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .event-hero__header {
    font-size: 72px;
  }
}

.event-hero__text-with-icon {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 0.4em;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .event-hero__text-with-icon {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .event-hero__text-with-icon {
    font-size: 42px;
  }
}
.event-hero__text-with-icon svg {
  margin-right: 8px;
  width: 33px;
  min-width: 33px;
}

.event-hero__button-wrap {
  margin-top: 1.5rem;
}
@media (min-width: 1200px) {
  .event-hero__button-wrap {
    margin-top: 2.4rem;
  }
}

.how-we-can-help {
  background-color: #ff9100;
  margin: 60px 0 100px;
}
.how-we-can-help ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.how-we-can-help ul li a {
  font-size: 18px;
  display: flex;
  padding: 35px 20px;
  position: relative;
}
.how-we-can-help ul li a svg {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 15px;
}
.how-we-can-help ul li a:hover {
  color: #000;
}
.how-we-can-help ul li a:hover .arrow {
  transform: translateY(0.1em);
}
.how-we-can-help ul li a .arrow {
  transition: 0.2s all;
}
.how-we-can-help ul li:not(:last-child) {
  border-bottom: 1px solid #000;
}
.how-we-can-help ul li i {
  margin-right: 20px;
  position: relative;
  top: 2px;
}
.how-we-can-help.alt .additional-links form > div {
  white-space: nowrap;
  min-width: 25%;
}

.how-we-can-help.alt .additional-links {
  border: none;
  padding: 0;
  margin: 0;
}
.how-we-can-help.alt .additional-links form {
  border-bottom: 1px solid #000;
  padding: 25px 0;
  margin: 0;
}
.how-we-can-help.alt .additional-links form > div {
  min-width: 35%;
}
.how-we-can-help.alt .additional-links > div:last-child form {
  border: none;
}
.how-we-can-help.alt .additional-links p {
  margin: 0;
}

.hero {
  background: #ff0000;
  padding: 65px 0;
  min-height: 640px;
}
.hero h1 {
  font-family: "NeueHaasGroteskText Pro Md";
  font-size: 60px;
  letter-spacing: -0.58px;
  line-height: 70px;
  margin-bottom: 25px;
}
.hero p {
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 40px;
}
.hero .button .st0 {
  fill: none;
  stroke: #fff;
}
.hero .button:hover .st0 {
  fill: none;
  stroke: #ff0000;
}

.hero.about {
  min-height: 400px;
}
.hero.about h1 {
  font-size: 40px;
  line-height: 1.2;
}

.hero.with-logo {
  position: relative;
  min-height: auto;
}
.hero.with-logo .container {
  min-height: 500px;
  padding-bottom: 150px;
  position: relative;
}
.hero.with-logo img {
  position: absolute;
  bottom: 0;
  left: 15px;
  max-width: calc(70% - 30px);
}

.organisations {
  padding: 40px 0;
}
.organisations .item {
  border-top: 1px solid #000;
  padding: 20px 0;
  margin-bottom: 45px;
}
.organisations .item h3 {
  display: flex;
  color: #ff0000;
  margin-bottom: 20px;
}
.organisations .item h3 img {
  width: 50px;
  height: 60px;
  margin-right: 10px;
}
.organisations .item h3 span b {
  display: block;
}
.organisations .item a {
  color: #ff0000;
}

.resources {
  padding: 50px 0 120px;
}
.resources a.button-red {
  margin-top: 50px !important;
}
.resources h2 {
  margin-bottom: 30px;
}
.resources .item {
  background-color: #fcfcfc;
  padding: 20px 20px 100px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  transition: 0.3s all;
  overflow: hidden;
}
.resources .item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.resources .item h3 {
  margin: 20px 0 20px;
  font-family: "NeueHaasGroteskText Pro Md";
}
.resources .item .meta {
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 20px;
}
.resources .item .meta div {
  opacity: 0.7;
  color: #000000;
  font-size: 13px;
}
.resources .item .meta a {
  font-size: 14px;
  font-family: "NeueHaasGroteskText Pro Md";
}
.resources .item .meta a:before {
  content: "";
  width: 10000%;
  height: 10000%;
  position: absolute;
  top: -5000%;
  left: -5000%;
}
.resources .item .meta a svg {
  transition: 0.3s all;
  transform: translateX(0);
  width: 14px;
  position: relative;
  top: -1px;
}
.resources .item .meta a:hover svg {
  transform: translateX(0.1em);
}
.resources .item .meta hr {
  border-top: 1px solid #000;
  margin: 8px 0;
}
.resources .item span.lang {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
}

.rules {
  padding: 50px 0 100px;
}
.rules img:not(.resources .item img) {
  margin: 20px 0 30px;
}
.rules hr {
  margin: -30px 0 20px;
  border-top: 1px solid #000;
}

.rules-alt {
  background-color: #283c50;
  margin: 100px 0;
}

.rules-alt p {
  color: #fff;
}

.rules-alt p a {
  color: #fff;
  display: table;
}

.rules-alt p a svg {
  transform: translateY(0);
  transition: 0.2s all;
}

.rules-alt p a:hover svg {
  transform: translateX(0.1em);
}

.simple-description {
  background: #000;
  color: #fff;
  padding: 22px 0 30px;
  line-height: 1.58;
  position: relative;
}
@media (min-width: 768px) {
  .simple-description {
    padding: 50px 0 64px;
  }
}
.simple-description a:not(.button) {
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline !important;
}
.simple-description a:not(.button):hover {
  text-decoration: none !important;
}

.simple-description__header {
  margin-bottom: 0.4em;
}

.simple-description__desc {
  font-size: 16px;
}
@media (min-width: 768px) {
  .simple-description__desc {
    font-size: 17px;
  }
}
.simple-description__desc p:not(:last-child) {
  margin-bottom: 1.6em;
}

.simple-description__button-wrap {
  margin-top: 3.5rem;
}

.team-wrap .item .social a {
  margin-right: 10px;
}
.team-wrap hr {
  border-top: 1px solid #000;
  margin: 85px 0 25px;
}
.team-wrap p {
  margin-bottom: 30px;
}

.team-item {
  display: flex;
  margin-bottom: 20px;
}
.team-item .additional-links {
  border: none;
  padding: 0;
}
.team-item > div {
  width: 100%;
}
.team-item > div:first-child {
  width: 90px;
  margin-right: 30px;
}
.team-item > div span {
  display: block;
  padding-bottom: 12px;
}

.position-papers {
  padding: 60px 0;
}
.position-papers h2 {
  margin-bottom: 30px;
}
.position-papers .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
.position-papers .item p {
  font-size: 15px;
  margin: 0;
}
.position-papers .item:not(:last-child) {
  border-bottom: 1px solid #000;
}
.position-papers .item a {
  font-size: 18px;
  display: flex;
  position: relative;
  align-items: center;
  padding: 10px 40px 10px 0;
}
.position-papers .item a i {
  margin-right: 10px;
}
.position-papers .item a svg {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 15px;
}
.position-papers .item a svg .arrow {
  transform: translateY(0em);
  transition: 0.3s all;
}
.position-papers .item a:hover svg .arrow {
  transform: translateY(0.1em);
}

.position-papers-inner {
  background-color: #ff9100;
}

.teasers {
  background: #F7F4EF;
  padding: 30px 0 23px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .teasers {
    padding: 80px 0 40px;
  }
}

.teasers__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 25px;
}
@media (min-width: 768px) {
  .teasers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.teaers__item {
  background: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  .teaers__item {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .teaers__item {
    padding: 56px;
  }
}

.teaers__item-img-wrap {
  max-width: 64px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .teaers__item-img-wrap {
    max-width: 72px;
    margin-left: 0;
    margin-right: 0;
  }
}

.teaers__item-img {
  max-width: 100%;
  height: auto;
}

.teaers__item-header {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  margin-top: 0.95em;
  line-height: 1.2;
}

.teaers__list {
  margin: 1.25rem 0 0 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .teaers__list {
    margin: 1.9rem 0 0 0;
  }
}

.teaers__list-item {
  display: flex;
  margin-top: 0.45em;
}

.teaers__list-item-icon-wrap {
  width: 24px;
  min-width: 24px;
  margin-right: 1em;
}

.teaers__list-item-icon-wrap--with-font-awesome {
  text-align: center;
}

.teaers__list-item-icon {
  max-width: 24px;
  height: auto;
  margin-top: -4px;
  position: relative;
}

.teaers__item-desc {
  margin-top: 2em;
}

.timeline {
  position: relative;
}
.timeline .row {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
.timeline .figure {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
.timeline:after {
  content: "";
  background: #000;
  width: 1px;
  height: calc(100% - 100px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.timeline:before {
  content: "";
  border: 1px solid #000;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 94px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
}

.why-swiss {
  padding: 50px 0 10px;
  border-bottom: 1px solid #000000;
}
.why-swiss .item {
  margin-bottom: 40px;
}
.why-swiss .item img {
  height: 60px;
}
.why-swiss .item span {
  display: block;
  line-height: 1.5;
  padding-top: 20px;
}

.l-wrap,
.l-blocks-wrap > *:not(.alignwide):not(.alignleft):not(.alignfull):not(.wp-block-group),
.l-blocks-wrap > .alignwide:not(.wp-block-group),
.blocks-container > *:not(.alignwide):not(.alignfull):not(.wp-block-group) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .l-wrap,
  .l-blocks-wrap > *:not(.alignwide):not(.alignleft):not(.alignfull):not(.wp-block-group),
  .l-blocks-wrap > .alignwide:not(.wp-block-group),
  .blocks-container > *:not(.alignwide):not(.alignfull):not(.wp-block-group) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .l-wrap,
  .l-blocks-wrap > *:not(.alignwide):not(.alignleft):not(.alignfull):not(.wp-block-group),
  .l-blocks-wrap > .alignwide:not(.wp-block-group),
  .blocks-container > *:not(.alignwide):not(.alignfull):not(.wp-block-group) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-blocks-wrap > .alignwide:not(.wp-block-group) {
  max-width: 1600px;
}

.wp-block-group__inner-container > *:not(.alignwide):not(.alignfull):not(.l-block) {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .wp-block-group__inner-container > *:not(.alignwide):not(.alignfull):not(.l-block) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-group__inner-container > *:not(.alignwide):not(.alignfull):not(.l-block) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-wrap--narrow {
  max-width: 1200px;
}

.l-blocks-wrap > .alignwide,
.wp-block-group .alignwide {
  max-width: 1600px;
}

.default-block-spacing {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .default-block-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.resources .item h3 {
  font-size: 30px;
}

.resources .item p {
  font-size: 18px;
  line-height: 27px;
}

.resources .item .meta div {
  font-size: 16px;
}

.filters li {
  padding: 0;
  list-style: none;
  margin: 0 0 10px;
  font-size: 16px;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
.wp-block-columns.rules > div {
  padding: 0 15px;
}

.heading {
  font-size: 30px;
  line-height: 38px;
}

@media only screen and (min-width: 992px) {
  .rules-alt {
    padding: 40px !important;
    margin: 180px 0 120px;
  }
  .hero-block .text p {
    font-size: 21px;
    line-height: 30px;
  }
  .cta ul li a {
    font-size: 30px;
    line-height: 38px;
  }
  .hero.about h1 {
    font-size: 42px;
    line-height: 52px;
  }
  body {
    font-size: 18px;
    line-height: 27px;
  }
  .position-papers .item p {
    font-size: 18px;
    line-height: 27px;
  }
}
.rules hr {
  margin: 50px 0 40px;
}

.side-contact span {
  font-family: "NeueHaasGroteskText Pro Md";
}

.side-contact ul {
  margin-bottom: 0;
}

.side-contact {
  margin-bottom: 50px;
}

.how-we-can-help.alt .additional-links form {
  padding: 25px;
  margin: 0 -24px;
}

.heading-medium {
  font-size: 30px;
  line-height: 38px;
}

@media only screen and (min-width: 768px) {
  .organisations .item p {
    max-width: 600px;
  }
  .how-we-can-help:not(.alt) ul {
    margin-right: -3rem !important;
  }
  .how-we-can-help:not(.alt) ul li {
    padding-right: 2rem;
  }
  .how-we-can-help:not(.alt) ul li a {
    padding: 35px 20px 35px 0;
  }
}
body .how-we-can-help:not(.alt) ul li i {
  margin-right: 15px;
  position: relative;
  top: 0;
  margin-left: auto;
}

.about-story {
  padding: 40px 0 120px;
}

.about-story p {
  font-size: 18px;
  line-height: 27px;
}

footer {
  margin-top: 90px;
}

.position-papers .item {
  padding: 25px 40px;
}

body .text-big p {
  font-size: 21px;
  line-height: 30px;
}

body .extra-space {
  padding-bottom: 55px;
}

body .why-swiss .heading,
body .heading-big .heading,
.counter-block h2.heading.mb-4 {
  font-size: 42px;
  line-height: 52px;
}

.hero {
  padding: 40px 0;
}

.text {
  padding: 80px 0;
}

.team-wrap p {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 40px;
}

.cta.style-3 {
  margin-bottom: 200px;
  margin-top: 33px;
}

.team-block + .hr {
  margin: 85px auto 40px;
}

.about-stats {
  padding: 40px 0 60px;
}

.additional-links form .button:hover {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff;
}

.additional-links form .button {
  text-transform: capitalize;
}

.why-swiss .heading,
.cta.style-3 .heading,
.rules-alt .heading {
  font-family: "NeueHaasGroteskText Pro";
}

.timeline.text .heading.color-red {
  font-size: 72px;
  line-height: 1;
}

.timeline.text p {
  font-size: 21px;
  line-height: 30px;
}

.about-stats img {
  margin-bottom: 10px;
}

.why-swiss {
  padding: 60px 0 60px;
}

.why-swiss .item span {
  font-size: 21px;
}

.hero p {
  font-size: 28px;
  line-height: 36px;
}

.hero-block .button {
  font-size: 21px;
}

.copyright {
  border-top: 1px solid #000;
}

footer ul li a:after {
  display: none;
}

@media only screen and (max-width: 991px) {
  body .megamenu [class*=col-]:not(:last-child) ul {
    border-right: none;
  }
  .megamenu [class*=col-]:not(:last-child) ul li:first-child a {
    font-size: 24px;
    line-height: 1.2;
  }
  .megamenu li a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .megamenu ul li {
    padding: 0px 0 5px;
  }
}
.filters.alt.radio-style li a {
  font-family: NeueHaasGroteskText Pro;
}

.filters.alt.radio-style li {
  padding-left: 25px;
  position: relative;
}

.filters.alt.radio-style li:not(:first-child):before {
  content: "";
  border: 1px solid #000;
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 1px;
}

.filters.alt.radio-style li.active:not(:first-child):after {
  content: "\f00c";
  border: 1px solid #f00;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 1px;
  font-weight: 900;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  background: #f00;
  color: #fff;
}

.filters.alt:not(.radio-style) li,
.filters.alt.radio-style li:first-child {
  font-family: NeueHaasGroteskText Pro Md;
  padding-left: 0;
}

.side-search button {
  border: none;
  padding: 0;
}

.l-block:not([id*=block]) {
  border-top: 170px solid transparent;
  margin-top: -170px;
}

.filters.alt:not(.radio-style) li.active {
  color: #f00;
}

.search-result-link {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  margin-bottom: -1px;
  padding: 20px 0;
}

.search-result-link h3 {
  font-size: 20px;
  margin: 0;
}

.search-results h1 {
  margin-bottom: 30px;
}

.pagination {
  padding: 50px 0 100px;
}

.pagination span.current,
.pagination a.current {
  color: #f00;
}

.pagination span,
.pagination a {
  display: inline-block;
  padding-right: 10px;
}

iframe.calculator {
  border: none;
}

.megamenu ul li.active-link > a {
  color: #f00;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  iframe.calculator {
    border: none;
    height: 1050px !important;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  iframe.calculator {
    border: none;
    height: 1350px !important;
    margin-bottom: -100px;
  }
}
.footer-social {
  padding-top: 15px;
}

.footer-social .fa-linkedin:before {
  content: "\f0e1";
}

.footer-social h4 {
  margin-bottom: 6px;
}

.footer-social .fa-youtube:before {
  content: "\f167";
}

.footer-social i {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.footer-social a {
  margin-right: 5px;
  display: inline-block;
  color: #0077b5;
}

.footer-social a:nth-child(3) {
  color: #FF0000;
}

.footer-social a:nth-child(4) {
  color: #1DA1F2;
}

.resources-list .mix {
  display: none;
}

.header-button {
  border: 1px solid #000000;
  padding: 0 15px;
  border-radius: 5px;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
}
.header-button--outline-red {
  border: 1px solid #f00;
  color: #f00;
}
.header-button--outline-red:hover {
  background: #f00;
  color: #fff;
}

.header-button:hover {
  border: 1px solid #f00;
  background: #f00;
  color: #fff;
}

div.search {
  min-width: 57px;
  overflow: hidden;
  position: relative;
  height: 37px;
  z-index: 2;
  cursor: pointer;
  left: auto;
  right: 0;
}

div.search.act {
  overflow: visible;
}

div.search form {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0;
  width: auto;
  left: auto;
}

div.search:not(.act) button {
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  div.search {
    min-width: 57px;
    overflow: hidden;
    position: fixed;
    height: 37px;
    z-index: 2;
    cursor: pointer;
    width: 57px;
    top: 71px !important;
    opacity: 0;
    visibility: hidden;
  }
  body.nav-act div.search {
    opacity: 1;
    visibility: visible;
  }
  body.nav-act div.search.act {
    width: 100%;
  }
  body.nav-act div.search.act form {
    right: 0px;
  }
  div.search form {
    display: flex;
    align-items: center;
    position: absolute;
    right: 50px;
    top: 0;
    width: calc(100% - 15px);
  }
  .header-ctas {
    position: fixed;
    top: 71px;
    z-index: 1;
    width: 100%;
    left: 0;
    padding: 0 40px;
  }
  .header-button {
    border: 1px solid #000000;
    padding: 0 15px;
    height: 37px;
    width: auto !important;
    border-radius: 5px;
    line-height: 35px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
  }
  body.nav-act .header-button {
    opacity: 1;
    visibility: visible;
  }
}
.resources .item .meta div {
  font-size: 14px;
}

.single-jobs .text {
  padding-bottom: 30px;
}

.single-jobs .text ul {
  margin: 20px 0 0 20px;
  padding: 0;
}

.single-jobs .text ul li {
  font-size: 21px;
  margin-bottom: 10px;
}

.single-jobs .counter-block {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  padding: 0;
}

.rules .resources-list .item img {
  margin: 0 !important;
}

.navigation.post-navigation {
  display: none;
}

.single-jobs .hero-block h1 {
  color: #fff;
}

.container.contact_form {
  padding: 70px 15px;
  width: 100%;
  max-width: 700px;
}

.container.contact_form .wpcf7-form select,
.container.contact_form .wpcf7-form input {
  width: 100%;
  height: 40px;
  border: 1px solid #666;
  margin-bottom: 15px;
  padding: 0 20px;
}

.container.contact_form .wpcf7-form textarea {
  padding: 15px 20px;
}

.container.contact_form .wpcf7-form input[type=checkbox],
.container.contact_form .wpcf7-form input[type=radio] {
  width: auto;
  margin-bottom: 0px;
  height: auto;
}

.container.contact_form .wpcf7-form label {
  width: 100%;
}

.wpcf7-form input[type=checkbox] + span,
.wpcf7-form input[type=radio] + span {
  padding: 0 25px 0 4px;
}

.container.contact_form p {
  margin: 0;
}

.container.contact_form .wpcf7-form select,
.container.contact_form .wpcf7-form input:not([type=checkbox]):not([type=radio]) {
  margin-top: 10px;
}

.container.contact_form input[type=submit] {
  border: 1px solid #f00;
  background: transparent;
  color: #f00;
}

.container.contact_form input[type=submit]:hover {
  border: 1px solid #f00;
  background: #f00;
  color: #fff;
}

.bg-red .additional-links form {
  margin-bottom: 0;
  position: relative;
}

.bg-red .additional-links {
  padding-bottom: 0;
}

body #mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 0;
  background-color: transparent;
  font-weight: 400;
  z-index: 1;
  color: #fff;
  position: absolute;
  bottom: -43px;
  font-size: 14px;
}

.single-resources .sidebar .filters {
  border-bottom: 1px solid #000 !important;
  margin-bottom: 10px !important;
}

.bg-red .additional-links form {
  margin-bottom: 0;
  position: relative;
}

.bg-red .additional-links {
  padding-bottom: 0;
}

body #mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 0;
  background-color: transparent;
  font-weight: 400;
  z-index: 1;
  color: #fff;
  position: absolute;
  bottom: -43px;
  font-size: 14px;
}

.single-resources .sidebar .filters {
  border-bottom: 1px solid #000 !important;
}

.no-margin {
  margin: -100px -15px -50px;
}

.no-margin + div .container {
  padding: 0;
}

.rules hr {
  padding: 0;
}

.about-story h2.h4 {
  font-family: NeueHaasGroteskText Pro Md;
  font-size: 30px;
  line-height: 38px;
}

.wp-block-column.sidebar + div .links-block .container {
  padding: 0;
}

.text-links a {
  color: #f00;
}

.testimonial-wrap {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 80px 0 100px;
  margin: -40px 0 100px;
  position: relative;
}

.t-content,
.t-content p {
  font-size: 21px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .testimonial-wrap {
    padding: 80px 15% 100px;
  }
  .t-content,
  .t-content p {
    font-size: 26px;
    line-height: 36px;
  }
}
.testimonial-wrap .slick-prev {
  border: 1px solid #000;
  font-size: 0px;
  width: 40px;
  height: 40px;
  border-width: 0 1px 1px 0;
  position: absolute;
  left: -15%;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.testimonial-wrap .slick-next {
  border: 1px solid #000;
  font-size: 0px;
  width: 40px;
  height: 40px;
  border-width: 0 1px 1px 0;
  position: absolute;
  right: -15%;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.testimonial-wrap .slick-dots {
  padding: 0;
  margin: 0;
  text-align: right;
  position: absolute;
  bottom: -80px;
  right: 0;
  z-index: 2;
}

.testimonial-wrap .slick-dots li {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
}

.testimonial-wrap .slick-dots li button {
  background: #000;
  border: none;
  font-size: 0;
  padding: 0;
  width: 20px;
  height: 3px;
}

.testimonial-wrap .slick-dots li.slick-active button {
  background: #f00;
}

@media (max-width: 991px) {
  body .how-we-can-help:not(.alt) ul li i {
    padding: 0 8px;
  }
  .how-we-can-help ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar {
    position: relative;
    top: 0;
  }
}
* {
  text-rendering: geometricPrecision;
}

.container {
  width: 100%;
  max-width: 1660px;
  padding-left: 60px;
  padding-right: 60px;
}

.hero.with-logo img {
  left: 60px;
  max-width: 400px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .hero.with-logo img {
    left: 40px;
  }
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  div.search form {
    right: 0;
  }
  header .search {
    width: 57px;
    right: 0;
    left: auto;
  }
  header .search.act {
    width: 100%;
  }
  div.search form {
    justify-content: flex-end;
  }
  header .search input {
    position: relative;
    left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .hero.with-logo img {
    left: 20px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero h1,
.heading {
  font-family: "NeueHaasGroteskText Pro";
  letter-spacing: 0px;
}

.custom-text-style p {
  font-family: "NeueHaasGroteskText Pro Md";
}

.custom-text-style p a:hover svg {
  transform: translate(0.1em, -0.1em);
}

.about-stats {
  padding: 60px 0 60px;
}

.about-stats p {
  margin-bottom: 0px;
}

.counter-block + .links-block .how-we-can-help {
  margin-top: 0px;
}

.team .item cite {
  line-height: 1.5em;
}

.resources .item p {
  margin: 0;
}

.resources .item p {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.resources .item h3 {
  font-size: 27px;
}

.sidebar ul.filters li:first-child {
  position: relative;
  padding-right: 35px;
}

.sidebar ul.filters li:first-child svg {
  position: absolute;
  right: 0;
  top: -2px;
  width: 30px;
  height: 30px;
  transition: 0.3s all;
  transform: rotate(180deg);
  cursor: pointer;
}

.sidebar ul.filters.act li:first-child svg {
  top: 0px;
  transform: rotate(0deg);
}

.sidebar ul.filters.act li:not(:first-child) {
  display: none !important;
}

@media only screen and (min-width: 992px) {
  .header-button-two {
    width: auto;
    position: absolute;
    right: 446px;
    top: 0px;
  }
  header .container {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .header-ctas {
    padding: 0 20px;
  }
  header .search {
    right: 15px !important;
    top: 207px !important;
  }
  header .search.act {
    width: calc(100% - 15px) !important;
  }
  .megamenu {
    padding-top: 140px !important;
  }
}
.hero.with-logo h1 {
  font-size: 42px;
  line-height: 52px;
  margin: 0;
}

[data-class=wpcf7cf_group] {
  opacity: 0;
  position: absolute;
  z-index: -999;
}

.hero-block p a:not(.link):not(.custom-text-style a) {
  color: #f00;
  display: inline !important;
}

.wrapper {
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .hero.with-logo img {
    max-width: 280px;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .hero.with-logo img {
    max-width: 300px;
    width: 100%;
  }
}
.team-thumb {
  height: 250px;
}

header .search input {
  border: 1px solid #efefef;
  padding: 0 15px;
  height: 39px;
  width: 322px;
  border-radius: 5px;
  background-color: #efefef;
  position: relative;
  top: -1px;
  left: 1px;
}

div.search.act form {
  background: #efefef;
  border-radius: 5px;
}

div.search svg + svg {
  width: 34px;
  height: 35px;
  background: #efefef;
  position: absolute;
  top: 1px;
  right: 3px;
  visibility: hidden;
}

div.search.act svg + svg {
  visibility: visible;
}

div.search:not(.act) button {
  pointer-events: inherit;
}

.privacy-policy ol {
  padding: 0 0 0 20px;
}

.privacy-policy p {
  font-size: 19px !important;
}

.megamenu .col-lg-2:nth-child(2) ul li:nth-child(6) a {
  position: relative;
  padding-right: 18px;
}

.megamenu .col-lg-2:nth-child(2) ul li:nth-child(6) a:after {
  content: "";
  background: url(../img/member.svg) no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 0;
}

.remove-lines > div,
.remove-lines .container > div {
  border: none;
  padding-top: 30px;
}

.remove-bottom-line > div,
.remove-bottom-line .container > div {
  border-bottom: none;
}

.remove-top-line > div,
.remove-top-line .container > div {
  border-top: none;
  padding-top: 30px;
}

strong,
b {
  display: inline-block;
}

.blog-listing {
  padding: 30px 0 50px;
}

.blog-listing ul.filter {
  padding: 0;
  margin-bottom: 50px;
}

.blog-listing ul.filter li {
  list-style: none;
  display: inline-block;
  margin: 0 15px 15px 0;
}

.blog-listing ul.filter li a {
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  display: table;
  white-space: nowrap;
  padding: 0 20px;
}

.blog-listing ul.filter li a:hover {
  border: 1px solid #ff0000;
  color: #fff;
  background: #ff0000;
}

.blog-listing .col-lg-6 .thumb {
  height: 400px;
  background-size: cover !important;
  border-radius: 5px;
}

.blog-listing .col-lg-4 .thumb {
  height: 320px;
  background-size: cover !important;
  border-radius: 5px;
}

.related-posts .thumb,
.blog-listing .col-lg-3 .thumb {
  height: 300px;
  background-size: cover !important;
  border-radius: 5px;
}

.related-posts .thumb {
  height: 260px;
  border-radius: 5px;
}

.blog-item {
  background: #fff;
  margin-bottom: 60px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0);
  transition: 0.3s all;
}

.blog-item:hover {
  transition: 0.3s all;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
}

.blog-item .content {
  padding: 15px 30px;
}

.blog-item h3 {
  color: #000000;
  font-size: 21px;
  line-height: 32px;
  margin: 0;
}

.blog-item hr {
  margin: 30px 0 10px;
  border-top: 1px solid #000;
}

.blog-item .content label {
  opacity: 0.6;
  color: #000000;
  font-size: 16px;
  display: inline-block;
}

.blog-item .content span {
  color: #000000;
  font-size: 16px;
  display: inline-block;
}

.blog-item .content span svg {
  width: 13px;
  height: 12px;
  position: relative;
  top: -2px;
}

.page_nav {
  padding: 0;
}

.page_nav li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.page_nav li span,
.page_nav li a {
  color: #ff0000;
  font-size: 18px;
  padding: 0 2px;
}

.page_nav li span.current {
  border-bottom: 1px solid;
}

.blog-item .content span:hover {
  color: #ff0000;
}

.blog-item .content span svg {
  position: relative;
  left: 0;
  transition: 0.3s all;
}

.blog-item .content span:hover svg {
  position: relative;
  left: 0.1em;
  transition: 0.3s all;
}

.img-full {
  width: 100%;
  height: auto;
}

.single-post-content .hero-block hr {
  border-top: 1px solid #000;
  margin: 60px 0 25px;
}

.single-post .hero {
  margin-bottom: 60px;
}

.single-post .img-caption {
  display: block;
  padding-top: 10px;
}

.related-posts {
  border-top: 1px solid #000;
  padding-top: 60px;
  margin-top: 50px;
}

.related-posts h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 25px;
}

.related-posts .container {
  padding: 0px;
}

#recent-posts-3 {
  border: 1px solid #000;
  border-width: 1px 0;
  padding: 15px 0 0;
  margin-bottom: 15px;
}

ul.cat {
  padding: 20px 0 0;
  margin-bottom: 50px;
}

ul.cat li {
  list-style: none;
  display: inline-block;
  margin: 0 15px 15px 0;
}

ul.cat li a {
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  display: table;
  white-space: nowrap;
  padding: 0 20px;
}

ul.cat li a:hover {
  border: 1px solid #ff0000;
  color: #fff;
  background: #ff0000;
}

.single-post .sidebar h4 {
  color: #000000;
  font-size: 18px !important;
  font-weight: 500;
  font-family: "NeueHaasGroteskText Pro Md";
  margin-bottom: 15px;
}

.single-post .sidebar ul li a {
  color: #000000;
  font-size: 18px;
  line-height: 27px;
  display: inline-block;
}

.single-post .sidebar ul li a:hover {
  color: #ff0000;
}

.single-post .sidebar ul li a svg {
  margin-left: 7px;
  transform: translateX(0);
  transition: 0.2s all;
}

.single-post .sidebar ul li a:hover svg path {
  stroke: #f00;
}

.single-post .sidebar ul li a:hover svg {
  transform: translateX(0.1em);
}

.single-post-image img {
  border-radius: 5px;
}

.single-post .sidebar .back-filter {
  margin-bottom: 30px;
  display: table;
}

@media only screen and (max-width: 991px) {
  .blog-listing .col-lg-6 .thumb,
  .blog-listing .col-lg-4 .thumb,
  .blog-listing .col-lg-3 .thumb {
    height: 260px;
  }
  .blog-item {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .related-posts .col-sm-6:last-child {
    display: none;
  }
}
.p-reset p:first-child {
  margin-top: 0;
}
.p-reset p:last-child {
  margin-bottom: 0;
}

.img-rwd {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .megamenu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    padding: 10px 0;
    max-height: 76px;
    overflow: hidden;
    background-color: #fcfcfc;
    transition: 0.3s all;
  }
  .megamenu [class*=col-] {
    padding: 0;
  }
  .megamenu [class*=col-]:not(:last-child) ul {
    border-right: 1px solid #000;
    height: 100%;
  }
  .megamenu [class*=col-]:not(:last-child) ul li:first-child {
    font-family: "NeueHaasGroteskText Pro Md";
    padding-bottom: 10px;
  }
  .megamenu [class*=col-] ul {
    padding: 0 15px;
  }
  .megamenu [class*=col-]:last-child ul li {
    padding: 30px 5px;
  }
  .megamenu [class*=col-]:last-child ul li:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  .megamenu:hover {
    max-height: 10000px;
    transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  }
  .megamenu:hover ul {
    max-height: 10000px;
    transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    background-position: calc(100% - 15px) bottom !important;
  }
  .megamenu ul {
    padding: 0;
    margin: 0;
    background-position: calc(100% - 15px) calc(100% + 100px) !important;
    max-height: 55px;
    overflow: hidden;
    transition: 0.3s all;
  }
  .megamenu ul li {
    list-style: none;
    padding: 5px 0;
  }
  .megamenu ul li a {
    font-size: 18px;
    line-height: 23px;
  }
  .megamenu:not(:hover) [class*=col-]:last-child ul {
    display: flex;
  }
  .megamenu:not(:hover) [class*=col-]:last-child ul li {
    padding-top: 15px;
  }
  .megamenu:not(:hover) [class*=col-]:last-child ul li:not(:last-child) {
    margin-right: 0px;
    border: none;
  }
}
@media only screen and (max-width: 991px) {
  .megamenu {
    opacity: 0;
    visibility: hidden;
    min-height: 100vh;
    transition: 0.3s all;
    position: fixed;
    left: 0;
    width: 100%;
    top: 55px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    padding: 10px 0;
    background-color: #fcfcfc;
    transition: 0.3s all;
  }
  .megamenu .container {
    max-height: calc(100vh - 124px);
    overflow: auto;
    top: 58px;
    position: relative;
    border-top: 1px solid #000;
    padding-top: 23px;
  }
  .megamenu ul.act {
    background-position: calc(100% - 15px) 100% !important;
  }
  .megamenu .col-lg-2:not(:last-child) ul li:not(:first-child) {
    margin-top: 8px;
  }
  .megamenu [class*=col-] {
    margin-bottom: 10px !important;
    padding: 0;
    margin-bottom: 30px;
  }
  .megamenu [class*=col-] ul {
    padding: 0 15px;
    list-style: none;
  }
  .megamenu [class*=col-]:not(:last-child) ul {
    border-right: 1px solid #000;
    height: 100%;
  }
  .megamenu [class*=col-]:not(:last-child) ul li:first-child {
    font-family: "NeueHaasGroteskText Pro Md";
    padding-right: 35px;
    position: relative;
  }
  .megamenu [class*=col-]:not(:last-child) ul li:first-child:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    position: absolute;
    transform: rotate(45deg);
    right: 0;
    transition: 0.3s all;
  }
  .megamenu [class*=col-]:not(:last-child) ul.act li:first-child:after {
    transform: rotate(-135deg);
  }
  .megamenu [class*=col-]:not(:last-child) ul:not(.act) li:not(:first-child) {
    display: none !important;
  }
  .megamenu [class*=col-]:last-child ul {
    display: block !important;
  }
  .megamenu [class*=col-]:last-child ul li {
    display: block !important;
    width: 100%;
  }
  .megamenu ul {
    padding: 0;
    margin: 0;
    background-position: calc(100% - 15px) calc(100% + 100px) !important;
    transition: 0.3s all;
  }
  .megamenu:not(:hover) [class*=col-]:last-child ul {
    display: flex;
  }
  .megamenu:not(:hover) [class*=col-]:last-child ul li {
    padding-top: 15px;
  }
  .megamenu:not(:hover) [class*=col-]:last-child ul li:not(:last-child) {
    margin-right: 0px;
    border: none;
  }
  body.nav-act {
    overflow: hidden;
  }
  body.nav-act .megamenu {
    opacity: 1;
    visibility: visible;
  }
  header .search {
    position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    z-index: 22;
    padding: 15px;
  }
  header .search input {
    width: calc(100% - 50px);
    font-size: 16px;
    color: #000;
  }
  .nav-act header .search {
    top: 56px;
    transition: 0.3s all;
  }
  .hero {
    padding: 50px 0;
    min-height: auto;
  }
  .hero * br {
    display: none;
  }
  .hero h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .hero p {
    font-size: 20px;
    line-height: 1.5;
  }
  .copyright {
    text-align: center;
  }
  .copyright ul {
    padding-top: 15px;
    text-align: center;
  }
  .copyright ul li {
    margin: 0 10px;
  }
  .cta .bg {
    display: none;
  }
  .cta ul {
    padding-top: 20px;
  }
  .cta ul li a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .cookie {
    max-width: 320px;
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  footer h4 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-btn-wrap {
    text-align: center;
  }
  .app-btns {
    display: flex;
    justify-content: center;
  }
  .app-btns a {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .cta ul {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1170px) {
  .cta ul li a {
    font-size: 20px;
  }
  .hero * br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero.about {
    min-height: auto;
  }
  .hero.about h1 {
    font-size: 30px;
  }
  .text {
    padding: 50px 0;
  }
  .how-we-can-help ul li a {
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 575px) {
  .about-stats p {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .megamenu [class*=col-]:not(:last-child) ul {
    border: none;
  }
  .additional-links {
    padding-left: 0px;
    padding-right: 0px;
  }
  .additional-links .button {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .megamenu [class*=col-]:not(:last-child) ul li:first-child:after {
    display: none;
  }
  .megamenu [class*=col-]:not(:last-child) ul li:first-child {
    padding-right: 0;
  }
  .megamenu [class*=col-]:not(:last-child) ul:not(.act) li:not(:first-child) {
    display: block !important;
  }
  .megamenu [class*=col-] {
    margin-bottom: 40px !important;
    position: relative;
    padding-bottom: 40px;
  }
  .megamenu [class*=col-]:first-child,
  .megamenu [class*=col-]:nth-child(3),
  .megamenu [class*=col-]:nth-child(5) {
    border-right: 1px solid #000;
  }
  .megamenu [class*=col-]:not(:nth-child(5)):not(:nth-child(6)):after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -16px;
    left: 15px;
  }
  .megamenu [class*=col-]:nth-child(2):after,
  .megamenu [class*=col-]:nth-child(4):after {
    width: calc(100% - 30px) !important;
  }
  .megamenu ul {
    background-position: calc(100% - 15px) 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .l-blocks-wrap > .wp-block-separator {
    width: calc(100% - 30px);
  }
  .wp-block-spacer + .wp-block-columns.container .wp-block-column:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-column .wp-block-columns {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .team-wrap .item {
    margin-bottom: 20px;
  }
  .how-we-can-help.alt .additional-links form > div {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .position-papers .item {
    display: block;
  }
  .timeline {
    padding-left: 40px;
  }
  .timeline:after {
    right: 0;
    left: 30px;
    margin: 0;
  }
  .timeline .heading {
    position: relative;
  }
  .timeline .heading:before {
    content: "";
    border: 1px solid #000;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 22px;
    left: -28px;
    border-radius: 50%;
    background: #f7f4ef;
  }
  .timeline:before {
    right: 0;
    left: 27px;
    margin: 0;
  }
}