@import 'https://fonts.googleapis.com/icon?family=Material+Icons';

body {
  font-family: "Birzia";
  color: #fff;
  font-style: normal;
  font-weight: 500;
  background-image: url(../img/bg.jpg);
  background-position: top center;
  background-repeat: repeat;
  background-size: 100%;
  /*-webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;*/
  font-size: 1rem;
  direction: rtl;
  background-color: #0d0f24;
}

body.overflow {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

body.overflow .btn-communicated {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1199px) {
  body {
    background-image: url(../img/mobile-bg.jpg);
    font-size: 0.875rem;
  }
}

.wrapper {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

header {
  width: 100%;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.position-fixed {
  background-color: #512670;
  z-index: 99;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: block;
}

footer {
  margin: auto auto 0 auto;
  width: 100%;
}

.container,
.container-fluid {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 991px) {

  .container,
  .container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.container {
  max-width: 84rem;
}

.container-fluid {
  max-width: 120rem;
}

.radius {
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
}

.opacity-50 {
  opacity: 0.5!important;
}

.st-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 32.5rem;
}

@media (max-width: 1199px) {
  .st-img {

    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
  }
}

@media (max-width: 991px) {
  .st-img {
    max-height: unset;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
    object-position: top center;
  }
}

hr {
  height: 2px;
  opacity: 1;
  margin: 2.5rem 0;
  background: #3C406D;
  border: none;
}

.color-grey {
  color: #918D9E;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-chevron-right {
  width: 0.5830078125em;
}

.swiper-button {
  background-repeat: no-repeat;
  background-position: center;
  width: 2.75rem;
  height: 2.75rem;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  position: relative;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.swiper-button:hover {
  box-shadow: 0px 4px 12px 1px rgba(255, 255, 255, .3);
}

.swiper-button:before,
.swiper-button:after {
  display: none;
}

.swiper-button+.swiper-button {
  margin-right: 1.5rem;
}

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

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

.swiper-pagination {
  position: relative;
  text-align: center;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  margin: 2.25rem 0 0 0;
  width: 100%;
}

.swiper-pagination-bullet {
  background: #918D9E;
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #F90079;
}

.nice-select {
  float: none;
  height: 3rem;
  background: #fff;
  border: 2px solid #D7DBE4;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-family: "Birzia";
  margin-bottom: 0.75rem;
  text-align: inherit !important;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #918D9E;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: normal;
  white-space: normal;
}

@media (max-width: 1199px) {
  /*.nice-select {
    height: 44px;
  }*/
}

.nice-select:after {
  border: none !important;
  width: 1.5rem;
  height: 1.5rem;
  left: 0.5rem;
  right: auto;
  background: url(../img/icons/triangle-down.svg) no-repeat center;
  -webkit-background-size: 1.5rem 1.5rem;
  -moz-background-size: 1.5rem;
  background-size: 1.5rem;
  top: 50%;
  margin-top: -0.75rem;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.nice-select .list {
  left: -2px;
  right: -2px;
  padding: 0 1rem;
  margin: 0;
  border: 2px solid #D7DBE4;
  border-top: none;
  -webkit-border-radius: 0 0 0.5rem 0.5rem;
  -moz-border-radius: 0 0 0.5rem 0.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.nice-select .list .option {
  margin: 0;
  text-align: inherit;
  padding: 0.625rem 0;
  font-size: 1em;
  color: #20275B;
  background: transparent;
  line-height: initial;
  height: auto;
  min-height: auto;
  border-top: 1px solid #D7DBE4;
}

.nice-select .list .option:first-child {
  display: none;
}

.nice-select .list .option:hover,
.nice-select .list .option.focus {
  background: transparent;
  color: #F90079;
}

.nice-select.open {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  border-color: #D7DBE4;
  border-bottom-color: #fff;
}

.nice-select.open:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -1.25rem;
}

.form-control::-webkit-input-placeholder {
  color: #918D9E;
  opacity: 1;
  font-family: "Birzia";
}

.form-control::-moz-placeholder {
  color: #918D9E;
  opacity: 1;
  font-family: "Birzia";
}

.form-control:-moz-placeholder {
  color: #918D9E;
  opacity: 1;
  font-family: "Birzia";
}

.form-control:-ms-input-placeholder {
  color: #918D9E;
  opacity: 1;
  font-family: "Birzia";
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-control:focus:-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-check {
  padding-right: 0.7em;
}

.form-control {
  height: 3rem;
  background: #fff;
  border: 2px solid #D7DBE4;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size:1.125rem;
  line-height: 1.125rem;
  font-family: "Birzia";
  margin-bottom: 0.85rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 1199px) {
  /*.form-control {
    height: 44px;
    font-size: 14px;
  }

  .nice-select {
    font-size: 14px;
  }*/
}

.form-control:focus,
.form-control:active:focus {
  border-color: #20275B;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

textarea.form-control {
  min-height: auto;
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

.btn {
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  min-height: 3rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 700;
}

.btn-primary {
  background: #F90079;
  color: #fff;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1199px) {
  .btn-primary:not(.btn-no-full) {
    width: 100%;
  }
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active {
  background: #D70065;
  color: #fff;
}

.btn-secondary {
  background: #20275B;
  color: #fff;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:focus:active {
  background: #F90079;
  color: #fff;
}

.btn-outline-light {
  color: #fff;
  border: 2px solid #fff;
}

.btn-outline-light:hover,
.btn-outline-light:active,
.btn-outline-light:focus,
.btn-outline-light:focus:active {
  border-color: #fff;
  background: #fff;
  color: #20275B;
}

form .btn-primary {
  margin-top: 0.75rem;
  width: 100%;
}

form .row {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

form .row>* {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.form-check-label {
  font-size: 0.75rem;
  line-height: 1rem;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: rtl;
}

.wpcf7-not-valid-tip {
  direction: rtl;
  margin-top: -0.575rem;
  position: absolute;
  top: 50%;
  left: 4px;
  font-size: 80%;
}

.modal-dialog {
  max-width: 96%;
  width: 73.125rem;
}

.modal .btn-close {
  position: absolute;
  background: url(../img/icons/close.svg) no-repeat center;
  opacity: 0.5;
  width: 1rem;
  height: 1rem;
  -webkit-background-size: 1rem 1rem;
  -moz-background-size: 1rem;
  background-size: 1rem;
  top: 1rem;
  left: 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 11;
  -webkit-transition: -webkit-transform .5s, opacity .5s;
  -moz-transition: -moz-transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
}
/*
.modal .btn-close:hover {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0.75;
}*/

@media (max-width: 1199px) {
  .modal .btn-close {
    left: 1rem;
    top: 1rem;
  }
}

.modal-content {
  padding: 2.5rem;
  background: #121633;
  -webkit-box-shadow: 0 15px 30px rgba(32, 39, 91, 0.08);
  -moz-box-shadow: 0 15px 30px rgba(32, 39, 91, 0.08);
  box-shadow: 0 15px 30px rgba(32, 39, 91, 0.08);
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem;
}

@media (max-width: 1199px) {
  .modal-content {
    padding: 1.5rem 0.5rem;
  }
}

.formModal .modal-content {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.formModal .modal-body {
  padding: 0 2.5rem 2.5rem;
  background: #121633;
  -webkit-box-shadow: 0 15px 30px rgba(32, 39, 91, 0.08);
  -moz-box-shadow: 0 15px 30px rgba(32, 39, 91, 0.08);
  box-shadow: 0 15px 30px rgba(32, 39, 91, 0.08);
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem;

}

.modal-header,
.modal-footer {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0;
  border: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  width: 100%;
}

@media (max-width: 992px) {
  .modal-title {
    font-size: 1.5rem !important;
  }

  .formModal .feedback {
    margin-top: 8rem;
  }

  .formModal .modal-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 2rem;
  }

  .formModal .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
  }
}

.modal#thanksModal {
  text-align: center;
}
.modal#thanksModal .modal-dialog {
  width: 31.25rem;
}
.modal#thanksModal .modal-header,
.modal#thanksModal .modal-body,
.modal#thanksModal .modal-footer {
  width: 30rem;
  max-width: 100%;
  margin: 0 auto;
}

.modal#thanksModal .modal-body {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.modal#thanksModal .modal-footer .btn {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.modal#thanksModal .modal-footer .btn .icon {
  margin-left: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
}

.modal#thanksModal .modal-title {
  margin: 3rem 0 0;
}

.modal .feedback {
  padding: 0;
  background: transparent;
}

a,
a:hover {
  color: #F90079;
  word-wrap: break-word
}

.pink-text {
  color: #F90079;
}

h1,
.h1 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.35;
}

@media (max-width: 1199px) {

  h1,
  .h1 {
    font-size: 2rem;
  }
}

h2,
.h2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.35;
  margin-bottom: 3.75rem;
}

@media (max-width: 1199px) {

  h2,
  .h2 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
}

h3,
.h3 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.35;
}

@media (max-width: 1199px) {

  h3,
  .h3 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
}

h4,
.h4 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
}

h5,
.h5 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
}

h6,
.h6 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}
b, strong {font-weight: 700;}
.p-18 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.25;
}

.p-16 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
}

.p-14 {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25;
}

.p-12 {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25;
}

.text h1,
.text .h1 {
  margin: 0 0 1.5rem 0;
}

.text h2,
.text .h2 {
  margin: 2.5rem 0 1.5rem 0;
}

.text h3,
.text .h3 {
  margin: 2.5rem 0 2rem 0;
}

.text h4,
.text .h4 {
  margin: 2rem 0 1.5rem 0;
}

.text ul {
  list-style: none;
  padding: 0;
}
.single .subtitle {
  font-size: 1.5rem;
  font-weight: 400;
}
.text ul li {
  position: relative;
  padding-right: 1.125rem;
  margin-bottom: 1rem;
}

.text ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  width: 10px;
  height: 10px;
  background: #F90079;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  right: 0;
}

.header {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

@media (max-width: 1199px) {
  .header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .p-18 {
    font-size: 14px;
    line-height: 1.25;
  }
}

@media (max-width: 991px) {
  .header {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .header-content .btn {
    margin-top: auto;
    width: 250px;
    position: fixed;
    bottom: 10%;
    z-index: 12;
    left: 50%;
    transform: translateX(-50%);
     -webkit-transition: all 1.5s ease; 
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
    display: none;
  }
  .header-content .btn.active{display: block;}

  .header-content {
    padding: 0 15px;
  }
}

.header .logo {
  position: relative;
  z-index: 12;
}

@media (max-width: 1199px) {
  .wrap-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 112px 14px 36px 14px;
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    background-image: url(../img/mobile-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }

  .wrap-nav.active {
    pointer-events: auto;
    opacity: 1;
  }
}

.logo img {
  width: 10.625rem;
}

@media (max-width: 1199px) {
  .logo img {
    width: 136px;
  }
}

@media (max-width: 991px) {
  .logo img {
    width: 152px;
  }
}

@media (max-width: 767px) {
  .logo img {
    width: 104px;
  }
}

.toggle-menu {
  display: none;
}

@media (max-width: 1199px) {
  .toggle-menu {
    display: block;
    width: 32px;
    height: 32px;
    border: none;
    background: none;
    position: relative;
    z-index: 12;
  }

  .toggle-menu span {
    display: block;
    height: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 26px;
    position: absolute;
    left: 3px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
  }

  .toggle-menu span:nth-child(1) {
    top: 8px;
  }

  .toggle-menu span:nth-child(2) {
    bottom: 8px;
  }

  .toggle-menu.active span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }

  .toggle-menu.active span:nth-child(2) {
    bottom: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .toggle-menu {
    transform: scale(1.2);
  }
}

.navbar-nav,
.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 1199px) {

  .navbar-nav,
  .menu {
    display: block;
    width: 100%;
    margin-bottom: 32px;
    overflow: auto;
    height: auto;
    max-height: -webkit-calc(100% - 56px - 32px);
    max-height: -moz-calc(100% - 56px - 32px);
    max-height: calc(100% - 56px - 32px);
  }
}

.navbar-nav>.nav-item,
.menu>.nav-item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: unset;
}

.navbar-nav>.nav-item:not(:last-child),
.menu>.nav-item:not(:last-child) {
  margin-left: 2.5rem;
}

@media (max-width: 1199px) {

  .navbar-nav>.nav-item:not(:last-child),
  .menu>.nav-item:not(:last-child) {
    margin-left: 0;
    margin-bottom: 24px;
    text-align: start;
  }
}

.navbar-nav>.nav-item>.nav-link,
.menu>.nav-item>.nav-link {
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 36px 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

@media (max-width: 1199px) {

  .navbar-nav>.nav-item>.nav-link,
  .menu>.nav-item>.nav-link {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
  }
}

@media (max-width: 767px) {

  .navbar-nav>.nav-item>.nav-link,
  .menu>.nav-item>.nav-link {
    font-size: 24px;
  }
}

.navbar-nav>.nav-item>.nav-link:hover,
.menu>.nav-item>.nav-link:hover {
  color: #F90079;
}

.navbar-nav>.nav-item>.nav-link.show,
.menu>.nav-item>.nav-link.show {
  color: #F90079;
}

.navbar-nav>.nav-item>.nav-link.show:before,
.menu>.nav-item>.nav-link.show:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #F90079;
}

@media (max-width: 1199px) {

  .navbar-nav>.nav-item>.nav-link.show:before,
  .menu>.nav-item>.nav-link.show:before {
    display: none;
  }
}

.dropdown-menu {
  min-width: 16.25rem;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 30px rgba(32, 39, 91, 0.08);
  -moz-box-shadow: 0px 15px 30px rgba(32, 39, 91, 0.08);
  box-shadow: 0px 15px 30px rgba(32, 39, 91, 0.08);
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
  padding: 2.5rem;

}

.dropdown-menu-child {
  margin-top: 18px;
}

.dropdown-menu>.menu-item {
  width: 24%;
  display: inline-block;
  vertical-align: top;
}

/*.dropdown-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 30px rgba(32, 39, 91, 0.08);
  -moz-box-shadow: 0px 15px 30px rgba(32, 39, 91, 0.08);
  box-shadow: 0px 15px 30px rgba(32, 39, 91, 0.08);
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
  z-index: -1;

}*/
@media (max-width: 1199px) {
  .dropdown-menu {
    position: relative !important;
    margin: 8px 0 12px 0 !important;
    min-width: auto;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    display: none;
    border: none;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }

  .dropdown-menu:before {
    display: none;
  }

  .dropdown-menu>.menu-item {
    width: 100%;
  }
}

.dropdown-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.dropdown-menu.dropdown-menu--fluid {
  width: 100vw;
  left: 0;
  margin-right: 0 !important;
}

@media (max-width: 1199px) {
  .dropdown-menu.dropdown-menu--fluid {
    width: 100%;
  }

  .dropdown ul {
    padding-right: 2rem;
  }
}

.dropdown-menu.dropdown-menu--fluid li:not(:last-child) {
  margin-bottom: 1rem;
}

.dropdown-menu.dropdown-menu--fluid li a {
  font-weight: 400;
}

.dropdown-menu li {
  list-style: none;
  text-align: start;
}

.dropdown-menu li a {
  color: #20275B;
  text-decoration: none;
  padding: 0;
  display: block;
}

.dropdown-menu li .dropdown-item {
  font-weight: 700;
  color: #20275B;
  text-decoration: none;
  padding: 0;
}

.dropdown-menu li .dropdown-menu-child li:not(:last-child) a,
.dropdown-menu li:not(:last-child) .dropdown-item,
.dropdown-menu li:has(.dropdown-menu-child) .dropdown-item {
  margin-bottom: 1.25rem;
}

@media (max-width: 1199px) {

  .dropdown-menu li a,
  .dropdown-menu li .dropdown-item {
    color: #fff;
    font-size: 22px;
  }

  .dropdown-menu li .dropdown-menu-child li:not(:last-child) a,
  .dropdown-menu li:not(:last-child) .dropdown-item,
  .dropdown-menu li:has(.dropdown-menu-child) .dropdown-item {
    margin-bottom: 0.25rem;
  }
}

.dropdown-menu li a:hover {
  color: #F90079;
  text-decoration: none;
  background: transparent;
}

.dropdown-menu__title {
  margin-bottom: 1rem;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .dropdown-menu__title {
    margin-top: 16px;
    color: #fff;
    font-size: 24px;
  }
}

.dropdown-menu.show {
  display: flex;
  flex-direction: column;
  width: auto;
  margin: -2px -2rem 0 0 !important;
}

.large-menu .dropdown-menu.show {
  inset: unset !important;
  transform: translateX(-50%) !important;
  left: 50% !important;
  max-width: 1360px;
  width: 100%;
  flex-direction: row;
  margin: 0 !important;
}

@media (max-width: 1199px) {
  .large-menu .dropdown-menu.show {
    flex-direction: column;
  }

  .dropdown-menu.show {
    margin: 1rem 0 0 !important;
  }

  .dropdown-menu>.menu-item {
    margin-bottom: 1.25rem;
  }
}

.footer {
  padding-top: 5rem;
  margin-bottom: 6.25rem;
}

@media (max-width: 1199px) {
  .footer {
    margin-bottom: 68px;
    padding-top: 32px;
  }
}

@media (max-width: 576px) {
  .footer {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 0;
    background-color: rgba(32, 39, 91, 0.75);
    max-width: 95%;
    border-radius: 20px;
  }
}

.footer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .footer-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-text {
  margin-top: 1.125rem;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.0625rem;
}

.footer-down {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #918D9E;
}

.footer-down__i {
  color: #fff;
  margin-bottom: 0.375rem;
  text-decoration: none;
  font-size: 0.875rem;
}

.footer-down__i:not(:last-child) {
  margin-left: 1.25rem;
}

.footer-down__i[href]:hover {
  color: #F90079;
}

@media (max-width: 1199px) {

  .footer .navbar-nav,
  .footer .menu {
    display: none;
  }
}

@media (max-width: 1199px) {
  .footer .logo {
    display: none;
    margin-bottom: 12px;
  }
}

.footer .logo img {
  width: 8.875rem;
}

@media (max-width: 1199px) {
  .footer .logo img {
    width: 100px;
  }
}

.social a {
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  width: 32px;
  height: 32px;
  transition: 0.5s;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social a:hover {
  background: #F90079;
}

.social a img {
  max-height: 16px;
  max-width: 16px;
}

.social a:not(:last-child) {
  margin-left: 1.5rem;
}

.social a:hover {
  color: #F90079;
}

.jumbotron {
  margin: 0 auto 5rem;
  max-width: 1920px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 39, 91, 0.5)), to(rgba(70, 36, 108, 0.5)));
  background: -webkit-linear-gradient(bottom, rgba(33, 39, 91, 0.5) 0%, rgba(70, 36, 108, 0.5) 100%);
  background: -moz-linear-gradient(bottom, rgba(33, 39, 91, 0.5) 0%, rgba(70, 36, 108, 0.5) 100%);
  background: -o-linear-gradient(bottom, rgba(33, 39, 91, 0.5) 0%, rgba(70, 36, 108, 0.5) 100%);
  background: linear-gradient(0deg, rgba(33, 39, 91, 0.5) 0%, rgba(70, 36, 108, 0.5) 100%);
  -webkit-border-radius: 0px 0px 18.75rem 18.75rem;
  -moz-border-radius: 0px 0px 18.75rem 18.75rem;
  border-radius: 0px 0px 18.75rem 18.75rem;
}

@media (max-width: 1199px) {
  .jumbotron {
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: 36px;
  }
}

.jumbotron-content {
  padding-top: 0.75rem;
  padding-bottom: 4.75rem;
  text-align: center;
}

@media (max-width: 1199px) {
  .jumbotron-content {
    padding-bottom: 36px;
  }
}

.jumbotron-content h1,
.jumbotron-content .h1 {
  margin: 0;
}

.breadcrumbs {
  margin-top: 1.5rem;
  padding: 0 10px;
}

.breadcrumbs span {
  color: #fff;
  position: relative;
  line-height: 1.25rem;

}

.breadcrumbs .breadcrumb_last {
  color: #918D9E;
}

/*.breadcrumbs span:not(:last-child) {
  padding-left: 1.25rem;
  margin-left: 0.875rem;
}*/
.breadcrumbs span:not(:last-child):after {
  content: "";
  background: url(../img/icons/chevron-right.svg) no-repeat center;
  width: 27px;
  height: 12px;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px;
  background-size: 4px;
  display: inline-block;
  /*top: 50%;
  left: 0;
  margin-top: -6px;
  position: absolute;*/
}

.breadcrumbs span a {
  font-size: 0.875rem;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.breadcrumbs span a:hover {
  opacity: 0.8;
}

.btn-communicated {
  position: fixed;
  left: 0;
  top: 50%;
  color: #20275B;
  font-weight: 500;
  font-size: 0;
  line-height: 1.75rem;
  background: #fff;
  padding: 0.75rem 1rem 0.75rem 0.75rem;
  -webkit-border-radius: 0px 3.125rem 3.125rem 0px;
  -moz-border-radius: 0px 3.125rem 3.125rem 0px;
  border-radius: 0px 3.125rem 3.125rem 0px;
  border: none;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.btn-communicated:hover {
  font-size: 1.25rem;
}

@media (max-width: 1199px) {

  .btn-communicated,
  .btn-communicated:hover {
    width: 64px;
    height: 60px;
    font-size: 0;
    padding: 0 16px 0 0;
  }

  .btn-communicated img {
    width: 32px;
    margin: 0;
  }
}

.btn-communicated img {
  width: 2.5rem;
}

.btn-communicated:hover img {
  margin-left: 0.5rem;
}

.close-communicated {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  background: url(../img/icons/close-blue.svg) no-repeat center;
  -webkit-background-size: 1.25rem 1.25rem;
  -moz-background-size: 1.25rem;
  background-size: 1.25rem;
  top: 1.75rem;
  left: 1.75rem;
  z-index: 1;
  border: none;
  -webkit-transition: -webkit-transform .5s, opacity .5s;
  -moz-transition: -moz-transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
}

.close-communicated:hover {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0.75;
}

.overlay-communicated {
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(32, 39, 91, .05);
  transition: 0.5s;
  z-index: 11;
}

.overlay-communicated.active {
  pointer-events: auto;
  opacity: 1;
}

.wrap-communicated {
  pointer-events: none;
  position: fixed;
  width: 36.25rem;
  max-width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 3.75rem;
  background: #fff;
  opacity: 0;
  color: #20275B;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: auto;
  z-index: 100;
}

@media (max-width: 1199px) {
  .wrap-communicated {
    padding: 40px 12px;
  }
}

.wrap-communicated.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.wrap-communicated h2,
.wrap-communicated .h2 {
  margin: 0 0 0.5rem 0;
}

.wrap-communicated form {
  margin-top: 1.125rem;
  margin-bottom: 2.5rem;
}

.hot-news {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.5rem 0 1.75rem;
  text-decoration: none;
  color: #20275B;
}

@media (max-width: 1199px) {
  .hot-news {
    margin-bottom: 24px;
  }
}

.hot-news:hover {
  color: #F90079;
  text-decoration: none;
}

.hot-news__img {
  width: 6.25rem;
  height: 6.25rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border-radius: 0.625rem;
  display: block;
  margin-left: 1.5rem;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .hot-news__img {
    width: 80px;
    height: 80px;
    margin-left: 14px;
  }
}

.hot-news__img img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hot-news h5,
.hot-news .h5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.communicated-contact {
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  text-align: center;
  margin-top: 1.5rem;
  margin-left: 4.25rem;
}

@media (max-width: 1199px) {
  .communicated-contact {
    margin-bottom: 24px;
    margin-top: 18px;
    margin-left: 24px;
  }
}

.communicated-contact__icon {
  height: 2.5rem;
  width: 2.75rem;
  margin: 0 auto 0.75rem auto;
}

.communicated-contact__icon img {
  max-height: 100%;
}

.communicated-contact a:hover {
  color: #F90079;
}

/**/

#scroller {
  position: fixed;
  border-radius: 50%;
  background: url(../img/icons/btn-up.svg) no-repeat center #D5D9FF;
  background-size: 8.94px;
  width: 2.75rem;
  height: 2.75rem;
  z-index: 2;
  bottom: 12px;
  right: 12px;
  cursor: pointer;
  transition: .5s;
}

#scroller:hover {
  background-color: #F90079;
}

.large-table th,
.large-table td {
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}

.large-table th,
.large-table td,
.large-table>:not(:last-child)>:last-child>* {
  border-color: #2c3057;
}

/*.large-table thead th:not(:last-child) {border-left: 1px solid #2c3057;}*/
.large-table thead tr:first-child th {
  border-radius: 5px 5px 0 0;
  border: 0;
}

.large-table>:not(caption)>*>* {
  padding: 0 1px;
  text-align: center;
}

.large-table thead tr th.light {
  position: relative;
  border-top-width: 1px;
}

.large-table thead tr th.light:before {
  content: '';
  height: 100%;
  display: block;
  border-left: 1px solid #2c3057;
  position: absolute;
  top: 0px;
  right: -0.5px;
}

.large-table thead tr:first-child th.light:before {
  height: calc(100% - 3px);
  top: 3px;
}

.large-table thead tr:not(:first-child) th.light {
  font-weight: 400;
}

.large-table th.light {
  background-color: #918d9e;
  color: #121633;
  border-color: #2c3057;
}

.large-table th.dark {
  background-color: #20275b;
  border-radius: 5px 5px 0 0;
}

.large-table td.group-name {
  background-color: #20275b;
  vertical-align: middle;
}

.large-table td.company-logo {
  background-color: #d5d9ff;
  vertical-align: middle;
}

#largeTableModal .btn-close {
  left: 1rem;
  top: 1rem;
}

.large-table img {
  max-width: 90px;
}

.large-table .type {
  max-width: 20px;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (max-width: 1199px) {
  #largeTableModal .modal-dialog {
    max-width: 100%;
    margin: 0;
  }

  #largeTableModal .modal-content {
    padding: 4rem 0 0;
    border-radius: 0;
  }

  #largeTableModal .modal-body {
    padding: 0 0 1rem;
  }
}

.wpcf7 {
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 100%;
  left: 1rem;
}

/*mobile menu*/
.mobile-menu .nav-top {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 101;
  padding: 10px 20px;
  width: 100%;
  height: 3.125rem;
}

.mobile-menu .nav-top .hamburger {
  margin-left: auto;
  color: #fff;
  cursor: pointer;
}

.mobile-menu .nav-drill {
  padding-top: 6.25rem;
  transform: translateX(100%);
}

.nav-is-toggled .mobile-menu .nav-drill {
  transform: translateX(0);
}
.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .nav-drill {
  display: flex;
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/mobile-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu .nav-items {
  flex: 0 0 100%;
  padding: 0;
  list-style: none;
}

/*.mobile-menu .nav-item:not(:last-child) {
  border-bottom: solid 1px #20b49c;
}*/

.mobile-menu .nav-link {
  display: block;
  padding: 0.875em 1em;
  background-color: transparent;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
  font-weight: 700;
}
.mobile-menu .nav-expand-content .nav-link{
  font-weight: 400;
  font-size: 1rem;
}
.mobile-menu .nav-link.nav-parent-link {
  color: #f90079;
  font-weight: 700;
  font-size: 1.15rem;
}
.mobile-menu .nav-link .arrow {
  width: 2rem;
  height: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu .nav-expand-content {
  position: absolute;
  padding-top: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: 0.3s;
  visibility: hidden;
  background-image: url(../img/mobile-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

/*.mobile-menu .nav-expand-content .nav-item:not(:last-child) {
  border-bottom: solid 1px #20b49c;
}
*/
.mobile-menu .nav-expand-content .nav-back-link {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 1rem;
}

.mobile-menu .nav-expand-content .nav-back-link::before {
  content: '';
  background: url(../img/chevron-right.svg) no-repeat center;
  margin-left: 0.5em;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  filter: brightness(0) invert(1);
  background-size: 80%;
}

.mobile-menu .nav-expand-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu .nav-expand-link .arrow::after {
  content: '';
  flex: 0 1 auto;
  background: url(../img/chevron-left.svg) no-repeat center;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  filter: brightness(0) invert(1);
  background-size: 80%;
}


.mobile-menu .nav-expand.active>.nav-expand-content {
  transform: translateX(0);
  visibility: visible;
  z-index: 1;
}

@-webkit-keyframes bounce {
  0%,
  5%,
  25%,
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  20%{
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -0.5rem, 0) scaleY(1.1);
    transform: translate3d(0, -0.5rem, 0) scaleY(1.1);
  }

  25% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -0.25rem, 0) scaleY(1.05);
    transform: translate3d(0, -0.25rem, 0) scaleY(1.05);
  }

  35% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  45% {
    -webkit-transform: translate3d(0, -0.15rem, 0) scaleY(1.02);
    transform: translate3d(0, -0.15rem, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%,
  5%,
  25%,
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  20%{
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -0.5rem, 0) scaleY(1.1);
    transform: translate3d(0, -0.5rem, 0) scaleY(1.1);
  }

  30% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -0.25rem, 0) scaleY(1.05);
    transform: translate3d(0, -0.25rem, 0) scaleY(1.05);
  }

  35% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  40% {
    -webkit-transform: translate3d(0, -0.15rem, 0) scaleY(1.02);
    transform: translate3d(0, -0.15rem, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.wp-block-embed__wrapper {
	height: 0;
    padding-bottom: 56.25%;
}
.wp-block-embed iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  html {font-size: 80%;}
}

@media (-webkit-device-pixel-ratio: 1.5) {
  html {font-size: 80%;}

  .container {
    max-width: 81.25rem;
  }
}

@media (-webkit-device-pixel-ratio: 1.75) {
  html {font-size: 70%;}
}