* {
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden; }
  @media only screen and (max-width: 68em) {
    html {
      font-size: 50%; } }

body {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #707070;
  font-size: 1.8rem;
  direction: rtl; }

a:link,
a:visited {
  text-decoration: none; }

input {
  max-width: 100%; }

.mobile {
  display: none; }
  @media only screen and (max-width: 56.25em) {
    .mobile {
      display: block; } }

.desktop {
  display: grid; }
  @media only screen and (max-width: 56.25em) {
    .desktop {
      display: none !important; } }

/* the slides */
.slick-slide {
  margin-left: 27px; }

/* the parent */
.slick-list {
  margin-left: -27px;
  padding: 0 0 0 10%; }

select {
  font-family: inherit; }

.side-img {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 3000; }
  @media only screen and (max-width: 56.25em) {
    .side-img {
      display: none; } }

.result-count {
  color: #707070;
  font-size: 1.8rem;
  padding: 4rem 0; }

.search-btn {
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 20;
  cursor: pointer; }
  .search-btn .fas.fa-search {
    color: #E31C76;
    font-size: 2rem; }

.search-field {
  margin-left: -3.25rem;
  padding: 1rem;
  border: 3px solid #E31C76;
  border-radius: 5px;
  background-color: transparent;
  font-size: 2rem;
  width: 520px;
  font-family: inherit; }
  .search-field--menu {
    margin-top: 1rem;
    width: 80%;
    background-color: #fff;
    color: #484848;
    border: none; }
    .search-field--menu::placeholder {
      color: #707070; }
  .search-field:focus {
    outline: transparent; }

.search-result:not(:last-child) {
  margin-bottom: 5rem; }

.search-result {
  width: 70%; }
  .search-result__title {
    color: #1A1818;
    font-size: 3.2rem;
    font-weight: bold; }

.section-faq {
  columns: 2;
  column-gap: 4vw;
  padding-right: 8vw; }
  @media only screen and (max-width: 56.25em) {
    .section-faq {
      padding-right: 4vw; } }
  @media only screen and (max-width: 37.5em) {
    .section-faq {
      columns: 1;
      padding-right: 0; } }

.faq {
  margin-bottom: 2rem; }
  .faq__question {
    color: #484848;
    cursor: pointer; }
    .faq__question:focus {
      outline: transparent; }
    .faq__question::before {
      content: "\2022";
      /* Add content: \2022 is the CSS Code/unicode for a bullet */
      color: #E31C76;
      /* Change the color */
      font-weight: bold;
      /* If you want it to be bold */
      font-size: 3rem;
      display: inline-block;
      /* Needed to add space between the bullet and the text */
      width: 3rem;
      /* Also needed for space (tweak if needed) */
      margin-right: -1em;
      /* Also needed for space (tweak if needed) */ }
      @media only screen and (max-width: 37.5em) {
        .faq__question::before {
          width: 1.6rem;
          margin-right: -.5em; } }

.page-id-131 {
  overflow-x: hidden; }

.design-bg {
  background-image: url(img/design-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 100vh;
  width: 105.5vw;
  overflow-x: hidden; }

.design {
  max-width: 70%;
  margin: 0 auto; }
  @media only screen and (max-width: 75em) {
    .design {
      max-width: 90%; } }
  .design__title {
    padding-top: 6rem;
    font-size: 6rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1rem;
    color: #fff; }
  .design__content {
    color: #fff;
    width: 40%;
    position: relative; }
    @media only screen and (max-width: 37.5em) {
      .design__content {
        width: 95%; } }
    .design__content__description {
      opacity: 75%; }
    .design__content__link:visited, .design__content__link:link {
      position: relative;
      top: 1.5rem;
      text-decoration: underline;
      color: inherit; }
      .design__content__link:visited:before, .design__content__link:link:before {
        content: "";
        border-right: 4px solid #E31C76;
        height: 100%;
        margin-left: 10px; }
    .design__content__list {
      list-style: none; }
      .design__content__list__item {
        font-size: 2rem;
        background-image: url(img/v.svg);
        background-repeat: no-repeat;
        background-size: 2rem;
        background-position: center right;
        padding-right: 3rem; }
    .design__content__form {
      width: 65%;
      padding-top: 3rem;
      color: #fff; }
      .design__content__form__title {
        font-size: 2.8rem;
        font-weight: bold; }
      .design__content__form__sub-title {
        opacity: 55%; }
      .design__content__form form {
        font-size: 1.8rem; }
        .design__content__form form input {
          font-size: 1.8rem;
          padding: 1rem;
          font-family: inherit;
          margin: 1rem 0; }
          .design__content__form form input::placeholder {
            text-align: center; }
        .design__content__form form input[type="submit"] {
          border: none;
          cursor: pointer;
          background-image: linear-gradient(to left, #E31C76, #C9005A);
          padding: 1rem 6rem;
          color: #fff;
          border-radius: 5px;
          transition: .2s all;
          direction: ltr; }
          .design__content__form form input[type="submit"]:hover {
            background-image: linear-gradient(to right, #E31C76, #C9005A); }
        .design__content__form form .wpcf7-validation-errors {
          width: 100%;
          margin: 0 auto;
          color: #fff;
          border-color: #E31C76; }
          @media only screen and (max-width: 56.25em) {
            .design__content__form form .wpcf7-validation-errors {
              width: 62%; } }
    .design__content__social {
      margin-top: 3rem; }
      .design__content__social a:not(:last-child) {
        margin-left: 1.4rem; }
      .design__content__social a img {
        width: 5.9rem;
        height: 5.9rem; }
  .design__strip {
    display: inline-block;
    background-color: #000000;
    height: 100vh;
    margin-left: 10vw;
    position: fixed;
    left: 0; }
    @media only screen and (max-width: 56.25em) {
      .design__strip {
        display: none; } }
    .design__strip__logo {
      padding: 5rem 5vw; }
      .design__strip__logo img {
        text-align: center;
        width: 16vw; }
    .design__strip__peuple__men {
      position: absolute;
      left: -16%;
      bottom: 0;
      z-index: 1;
      max-width: 100%;
      width: 22vw; }
    .design__strip__peuple__woman {
      position: absolute;
      right: -6vw;
      bottom: 0;
      z-index: 0;
      max-width: 100%;
      width: 22vw; }

.company-category {
  display: flex;
  justify-content: space-between;
  color: #484848;
  background-color: #F6F6F6;
  padding: 2rem;
  box-shadow: 0px 5px 15px #00000026;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 56.25em) {
    .company-category {
      flex-direction: column; } }
  .company-category select[disabled] > option {
    color: #707070 !important; }
  .company-category #sub_scat {
    margin: 0 5rem;
    padding-right: 1rem;
    background-color: #fff; }
    @media only screen and (max-width: 56.25em) {
      .company-category #sub_scat {
        margin: 3.5rem 0;
        padding: 1.3rem 1rem 1.3rem 0; } }
  .company-category #main_scat {
    color: #484848;
    padding-right: 1rem;
    background-color: #fff; }
    @media only screen and (max-width: 56.25em) {
      .company-category #main_scat {
        padding: 1.3rem 1rem 1.3rem 0; } }
  .company-category #form-company {
    background-color: #E31C76; }
  .company-category #main_scat,
  .company-category #sub_scat,
  .company-category #form-company {
    font-size: 2rem;
    flex: 1;
    border: 2px solid #E31C76;
    border-radius: 5px; }
    .company-category #main_scat input,
    .company-category #sub_scat input,
    .company-category #form-company input {
      padding: 12px 4px;
      width: 80%;
      font-size: inherit;
      color: #484848;
      padding-right: 1rem;
      border: 0; }
      @media only screen and (max-width: 56.25em) {
        .company-category #main_scat input,
        .company-category #sub_scat input,
        .company-category #form-company input {
          padding: 1.5rem 1rem 1.5rem 0; } }
    .company-category #main_scat #searchsubmit,
    .company-category #sub_scat #searchsubmit,
    .company-category #form-company #searchsubmit {
      width: 20%;
      height: 100%;
      margin-right: -5px;
      font-size: inherit;
      background-color: #E31C76;
      color: #fff;
      border: 0;
      cursor: pointer; }
      .company-category #main_scat #searchsubmit:hover,
      .company-category #sub_scat #searchsubmit:hover,
      .company-category #form-company #searchsubmit:hover {
        background-color: #e63384; }

.cat-title {
  border-bottom: 2px solid #9D9D9D;
  color: #E31C76;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 56.25em) {
    .cat-title {
      margin: 3rem 2rem; } }

.cat-list {
  margin-bottom: 4rem; }
  @media only screen and (max-width: 56.25em) {
    .cat-list .mainCat li:nth-child(odd) div {
      background-color: #C9005A; } }
  .cat-list .mainCat li div {
    border-radius: 20px 0px 0px 0px;
    background-color: #E31C76;
    font-weight: 600;
    font-size: 2.2rem;
    color: #fff;
    padding: .3rem 0;
    padding-right: .6rem;
    cursor: pointer;
    margin-left: 1rem; }
    .cat-list .mainCat li div:hover {
      color: #f2f2f2; }
    @media only screen and (max-width: 56.25em) {
      .cat-list .mainCat li div {
        border-radius: unset;
        padding: 1rem 0;
        padding-right: 1rem;
        margin: 0 1.5rem; } }
  .cat-list .mainCat .subCat li div {
    background-color: #f6f6f6;
    font-weight: 400;
    font-size: 1.7rem;
    color: #484848;
    border-radius: unset;
    padding: .7rem 0;
    padding-right: .6rem;
    cursor: pointer; }
    .cat-list .mainCat .subCat li div:hover {
      color: #7b7b7b; }
  .cat-list ul {
    width: 100%;
    display: table;
    clear: both; }
    @media only screen and (max-width: 56.25em) {
      .cat-list ul {
        display: unset; } }
  .cat-list ul li {
    display: table-row;
    list-style: none; }
    @media only screen and (max-width: 56.25em) {
      .cat-list ul li {
        display: unset; } }
  .cat-list ul li {
    display: table-cell; }
    @media only screen and (max-width: 56.25em) {
      .cat-list ul li {
        display: unset; } }
  .cat-list ul li ul {
    display: grid; }
    @media only screen and (max-width: 56.25em) {
      .cat-list ul li ul {
        display: none; } }

select {
  background: url(img/down.svg) no-repeat left;
  -webkit-appearance: none;
  background-position-x: 1rem; }

.company-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-auto-rows: max-content;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem; }
  @media only screen and (max-width: 37.5em) {
    .company-grid {
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); } }
  .company-grid__item {
    text-align: center; }
    .company-grid__item a {
      position: relative;
      display: block;
      height: 100%; }
      .company-grid__item a img {
        max-width: 100%;
        width: 100%;
        display: block; }
      .company-grid__item a h3 {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(112, 112, 112, 0.35);
        color: #fff;
        padding: 5px 0; }

.single-company-bg {
  background: transparent url(img/company-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.single-company-bg main {
  background: #fff;
  box-shadow: 0px 10px 15px #00000026;
  padding: 3rem 6rem;
  margin: 15rem auto; }
  @media only screen and (max-width: 37.5em) {
    .single-company-bg main {
      margin: 5rem auto; } }

.single-company-bg main .page-heading {
  text-align: right;
  margin-bottom: 2.5rem; }

.single-company__img {
  float: left;
  max-width: 100%; }

.single-company__title {
  font-size: 4rem;
  color: #484848;
  font-weight: bold; }

.single-company__cf {
  margin-top: 4rem; }

.single-company__tags {
  list-style: none;
  display: flex;
  margin-top: 2.5rem; }
  .single-company__tags__item {
    border: 1px solid #707070;
    padding: .4rem 1rem;
    border-radius: 3px; }
    .single-company__tags__item:not(:last-child) {
      margin-left: 1rem; }

.inno-sub-title {
  font-size: 2.6rem;
  margin-top: .5rem;
  color: #484848; }

.section-inno__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(289px, 1fr));
  grid-auto-rows: 292px;
  grid-gap: 1.5rem;
  margin-top: 3rem; }
  .section-inno__grid__item {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.16);
    transition: all .2s; }
    .section-inno__grid__item:hover {
      box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.3);
      transform: translateY(-2px); }
    .section-inno__grid__item a {
      display: block;
      height: 100%; }
      .section-inno__grid__item a img {
        display: block;
        max-width: 100%;
        width: 100%;
        max-height: 100%; }

.inno-color-block_wrap {
  position: relative;
  height: 9vw;
  top: -9vw; }
  @media only screen and (max-width: 37.5em) {
    .inno-color-block_wrap {
      height: 25vw; } }

.inno-color-block {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 24rem;
  width: 50%;
  background-color: #E31C76;
  z-index: -1; }

.single-innovation {
  overflow-x: hidden; }

/*.single-innovation main.container {
    margin-top: 0;
}*/
.single-innovation__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto; }
  @media only screen and (max-width: 56.25em) {
    .single-innovation__grid {
      width: 100%;
      display: unset; } }
  .single-innovation__grid__right {
    grid-row: 1/3;
    grid-column: 1/3;
    background-color: #E31C76;
    overflow: visible;
    padding: 5rem 0 30rem 0; }
    @media only screen and (max-width: 56.25em) {
      .single-innovation__grid__right {
        background-color: unset;
        padding: unset; } }
    @media only screen and (max-width: 37.5em) {
      .single-innovation__grid__right {
        text-align: center; } }
    .single-innovation__grid__right h2 {
      padding-right: 12rem; }
      @media only screen and (max-width: 56.25em) {
        .single-innovation__grid__right h2 {
          padding: unset; } }
    .single-innovation__grid__right .inno-sub-title {
      padding-right: 12rem;
      color: #fff; }
      @media only screen and (max-width: 56.25em) {
        .single-innovation__grid__right .inno-sub-title {
          padding: unset;
          color: unset;
          text-align: center; } }
    .single-innovation__grid__right__img {
      max-width: 100%;
      position: relative;
      right: 12rem;
      box-shadow: 0px 10px 15px #00000026;
      transition: all .4s; }
      @media only screen and (max-width: 37.5em) {
        .single-innovation__grid__right__img {
          right: unset; } }
    .single-innovation__grid__right__iframe iframe {
      max-width: 100%;
      width: 400px;
      height: 300px;
      position: relative;
      right: 12rem;
      box-shadow: 0px 10px 15px #00000026;
      transition: all .4s; }
      @media only screen and (max-width: 56.25em) {
        .single-innovation__grid__right__iframe iframe {
          right: unset;
          width: 100%; } }
  .single-innovation__grid__cf {
    grid-row: 1;
    grid-column: 4/-1;
    align-self: end;
    margin-top: 4rem; }
    @media only screen and (max-width: 56.25em) {
      .single-innovation__grid__cf {
        grid-row: 2;
        grid-column: 1/-1;
        align-self: center;
        margin: 4rem 0; } }
    .single-innovation__grid__cf__logo {
      width: 70px;
      height: 70px; }
  .single-innovation__grid__gallery {
    grid-row: 2;
    grid-column: 1/-1;
    align-self: center; }
    @media only screen and (max-width: 56.25em) {
      .single-innovation__grid__gallery {
        margin: 4rem 0; } }
    .single-innovation__grid__gallery img {
      box-shadow: 0px 10px 15px #00000026;
      max-width: 150px; }
    .single-innovation__grid__gallery .inno-controls {
      float: right;
      padding: 0 14rem;
      display: flex;
      z-index: 20000;
      position: relative;
      margin-top: 2vw; }
      @media only screen and (max-width: 56.25em) {
        .single-innovation__grid__gallery .inno-controls {
          display: none; } }
      .single-innovation__grid__gallery .inno-controls:focus {
        outline: transparent; }
      .single-innovation__grid__gallery .inno-controls div {
        border: 0;
        background-color: #484848;
        height: 50px;
        width: 50px;
        display: block;
        margin: .5rem;
        transition: all .3s; }
        .single-innovation__grid__gallery .inno-controls div:hover {
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.16); }
      .single-innovation__grid__gallery .inno-controls .next {
        background-image: url(img/arrow.svg);
        background-repeat: no-repeat;
        background-size: 2.6rem;
        background-position: center; }
        .single-innovation__grid__gallery .inno-controls .next:hover {
          transform: translateY(-2px); }
        .single-innovation__grid__gallery .inno-controls .next:active {
          transform: translateY(0px); }
      .single-innovation__grid__gallery .inno-controls .prev {
        background-image: url(img/arrow.svg);
        background-repeat: no-repeat;
        background-size: 2.6rem;
        background-position: center;
        transform: rotateZ(-180deg); }
        .single-innovation__grid__gallery .inno-controls .prev:hover {
          transform: rotateZ(-180deg) translateY(2px); }
        .single-innovation__grid__gallery .inno-controls .prev:active {
          transform: rotateZ(-180deg) translateY(0); }

.academy-sub-title {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 4rem; }

.academy-sub-title-2 {
  font-size: 2.2rem;
  line-height: 1.4;
  color: rgba(227, 28, 118, 0.85);
  font-weight: bold;
  display: grid;
  grid-template-columns: 100px max-content 100px;
  align-items: center;
  text-align: center;
  justify-content: center;
  direction: rtl;
  grid-column-gap: 1.5rem;
  overflow-x: hidden; }
  .academy-sub-title-2::before, .academy-sub-title-2::after {
    content: '';
    height: 4px;
    display: block;
    background-color: currentColor; }

.academy-sub-title-3 {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 4rem;
  color: rgba(227, 28, 118, 0.85);
  font-weight: bold;
  text-align: center; }

.section-academy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 6.5rem; }
  @media only screen and (max-width: 37.5em) {
    .section-academy {
      grid-template-columns: 1fr; } }
  .section-academy__category__title {
    font-size: 4.8rem;
    text-align: center;
    background-color: #E31C76;
    color: #fff;
    font-weight: 600;
    padding: .5rem 0;
    margin-bottom: 2rem; }
  .section-academy__category__item {
    border: 1px solid #707070;
    box-shadow: 0px 5px 10px #00000029;
    margin-bottom: 2rem;
    display: flex; }
    .section-academy__category__item__title {
      font-size: 2rem;
      text-align: left;
      padding: 1.5rem;
      width: 50%;
      border-left: 4px solid #E31C76;
      background-color: rgba(72, 72, 72, 0.03);
      font-weight: 600;
      direction: ltr;
      line-height: 1;
      position: relative; }
      @media only screen and (max-width: 56.25em) {
        .section-academy__category__item__title {
          width: 100%; } }
      .section-academy__category__item__title__time {
        font-size: 1.6rem;
        color: #E31C76;
        font-weight: 600;
        width: 66%; }
        @media only screen and (max-width: 68em) {
          .section-academy__category__item__title__time {
            width: 60%; } }
        @media only screen and (max-width: 56.25em) {
          .section-academy__category__item__title__time {
            width: 40%; } }
        @media only screen and (max-width: 37.5em) {
          .section-academy__category__item__title__time {
            width: 50%; } }
        @media only screen and (max-width: 31.25em) {
          .section-academy__category__item__title__time {
            width: 70%; } }
        .section-academy__category__item__title__time p:first-child {
          line-height: 1;
          margin-top: 1rem; }
        .section-academy__category__item__title__time .divider {
          margin: .5rem 0;
          height: 1px;
          background-color: rgba(112, 112, 112, 0.3); }
    .section-academy__category__item__content {
      display: flex;
      align-items: center;
      padding: 2rem 1rem 2rem 3rem; }

/* The checkbox-container */
.checkbox-container {
  display: block;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem; }

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #707070;
  border-radius: 2px; }

/* When the checkbox is checked, add a blue background 
  .checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
  }*/
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 11px;
  border: solid #E31C76;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.sign-up,
.q-form {
  backdrop-filter: brightness(48%) blur(30px);
  -webkit-backdrop-filter: brightness(48%) blur(30px);
  background-color: rgba(72, 72, 72, 0.16);
  display: flex;
  align-items: center; }

.overlay {
  width: 50%;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 75em) {
    .overlay {
      width: 70%; } }
  @media only screen and (max-width: 56.25em) {
    .overlay {
      width: 80%; } }
  @media only screen and (max-width: 37.5em) {
    .overlay {
      width: 90%; } }
  .overlay__inside {
    background-color: #fff;
    margin: 10rem 0;
    box-shadow: 0px 8px 40px #00000059; }
    .overlay__inside__title {
      font-size: 4.2rem;
      background-color: #E31C76;
      color: #fff;
      font-weight: 600;
      padding: .5rem 0; }
    .overlay__inside__content {
      padding: 0 2rem; }
      .overlay__inside__content__title {
        font-size: 2.4rem;
        color: #E31C76;
        margin-top: 1.5rem;
        font-weight: 600; }
        .overlay__inside__content__title--q-form {
          font-size: 3rem; }
      .overlay__inside__content__lectures {
        width: 70%;
        margin: 0 auto;
        font-weight: 600;
        font-size: 2rem;
        margin: .5rem auto 2rem auto; }
      .overlay__inside__content__form__title {
        font-size: 2.4rem;
        color: #E31C76;
        font-weight: 600;
        margin-bottom: 1rem; }
        .overlay__inside__content__form__title--q-form {
          color: #707070;
          font-size: 2rem;
          font-weight: 500; }
        .overlay__inside__content__form__title--thankyou {
          color: #707070;
          font-size: 2rem;
          font-weight: 500;
          width: 60%;
          margin: 0 auto;
          padding-bottom: 5rem; }
      .overlay__inside__content__form .wpcf7 {
        width: 30%;
        margin: 0 auto;
        font-size: 1.6rem; }
        @media only screen and (max-width: 75em) {
          .overlay__inside__content__form .wpcf7 {
            width: 50%; } }
        @media only screen and (max-width: 56.25em) {
          .overlay__inside__content__form .wpcf7 {
            width: 70%; } }
        .overlay__inside__content__form .wpcf7 input,
        .overlay__inside__content__form .wpcf7 select {
          font-size: 1.8rem;
          padding: 1rem;
          font-family: inherit;
          margin: 1rem 0;
          width: 100%; }
        .overlay__inside__content__form .wpcf7 input[type="submit"] {
          border: none;
          cursor: pointer;
          background-color: #E31C76;
          color: #fff;
          width: 100%;
          transition: all .2s; }
          .overlay__inside__content__form .wpcf7 input[type="submit"]:hover {
            background-color: #C9005A; }
        .overlay__inside__content__form .wpcf7 .wpcf7-validation-errors {
          width: 100%;
          margin: 0 auto;
          color: #484848;
          border-color: #E31C76; }
        .overlay__inside__content__form .wpcf7 .partner-form {
          display: none; }

.checkmark-thankyou {
  display: inline-block;
  transform: rotate(45deg);
  height: 5rem;
  width: 2.5rem;
  border-bottom: 0.7rem solid #E31C76;
  border-right: 0.7rem solid #E31C76;
  margin-top: 4rem;
  margin-bottom: 1rem; }

.tns-inner {
  direction: ltr; }

.about__row {
  position: relative;
  padding: 0 1.5rem;
  color: #484848; }
  .about__row:not(:last-child) {
    margin-bottom: 4rem; }
  .about__row__title {
    text-align: center;
    margin-top: 12rem;
    font-size: 4rem;
    color: #484848;
    font-weight: bold;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 56.25em) {
      .about__row__title {
        font-size: 5rem;
        line-height: 1;
        margin-top: 9rem; } }
    .about__row__title div {
      border-bottom: 4px solid #E31C76;
      line-height: 1;
      display: inline-block; }
    .about__row__title span.color {
      border-bottom: none;
      color: #E31C76;
      text-transform: uppercase; }
  .about__row__description {
    font-size: 2.4rem;
    text-align: center;
    width: 80%;
    margin: 0 auto; }
    .about__row__description .quote {
      font-weight: 600;
      font-size: 4rem;
      margin-bottom: 4rem;
      line-height: 1; }
    .about__row__description .ceo {
      font-size: 2rem; }
      .about__row__description .ceo span {
        color: #E31C76; }
    @media only screen and (max-width: 56.25em) {
      .about__row__description {
        width: unset;
        margin: unset; } }
  .about__row .dotes {
    float: left;
    max-width: 100%;
    width: 13%;
    margin-left: -5rem; }
    @media only screen and (max-width: 68em) {
      .about__row .dotes {
        display: none; } }

.contact {
  padding: 2rem 0;
  width: 70%;
  margin: 5rem auto 0;
  box-shadow: 0px 10px 15px #00000026; }
  @media only screen and (max-width: 56.25em) {
    .contact {
      width: 90%; } }
  @media only screen and (max-width: 37.5em) {
    .contact {
      width: 100%;
      box-shadow: unset;
      margin: 0 auto; } }
  .contact .sub-title {
    color: #484848;
    font-size: 2.2rem;
    line-height: 1.2; }
  .contact .sub-title-2 {
    color: #E31C76;
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center; }
  .contact .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.5rem; }
    @media only screen and (max-width: 31.25em) {
      .contact .form-row {
        display: block; } }
  .contact .wpcf7 {
    width: 50%;
    margin: 0 auto;
    font-size: 1.6rem; }
    @media only screen and (max-width: 75em) {
      .contact .wpcf7 {
        width: 50%; } }
    @media only screen and (max-width: 56.25em) {
      .contact .wpcf7 {
        width: 70%; } }
    @media only screen and (max-width: 37.5em) {
      .contact .wpcf7 {
        width: 80%; } }
    .contact .wpcf7 textarea {
      height: 75px; }
    .contact .wpcf7 input,
    .contact .wpcf7 textarea {
      font-size: 1.8rem;
      padding: 1rem;
      font-family: inherit;
      margin: 1rem 0;
      width: 100%; }
    .contact .wpcf7 input[type="submit"] {
      border: none;
      cursor: pointer;
      background-color: transparent;
      color: #E31C76;
      width: 50%;
      transition: all .2s;
      border-radius: 4px;
      border: 2px solid #E31C76;
      background-image: linear-gradient(#E31C76, #E31C76);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: 0% 100%;
      transition: background-size .5s, color .5s; }
      .contact .wpcf7 input[type="submit"]:hover {
        background-size: 100% 100%;
        color: #fff; }
    .contact .wpcf7 .wpcf7-validation-errors {
      width: 100%;
      margin: 0 auto;
      color: #484848;
      border-color: #E31C76; }
    .contact .wpcf7 .partner-form {
      display: none; }

.logos-slider {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; }
  .logos-slider img {
    width: 200px;
    height: 200px; }

.consult-sub-title {
  color: #484848;
  font-size: 2.2rem;
  width: 90%;
  margin: 0 auto; }

.section-consult__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(289px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 3.5rem; }
  .section-consult__grid__item {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.16);
    border-radius: 20px 0px 20px 0px;
    transition: all .2s;
    background-color: #484848;
    padding: 1.5rem;
    color: #fff;
    position: relative; }
    .section-consult__grid__item:first-child {
      grid-column: 1/-1;
      padding: 1.5rem 3rem; }
      @media only screen and (max-width: 37.5em) {
        .section-consult__grid__item:first-child {
          grid-column: unset; } }
    .section-consult__grid__item:first-child .section-consult__grid__item__title {
      text-align: center; }
      @media only screen and (max-width: 37.5em) {
        .section-consult__grid__item:first-child .section-consult__grid__item__title {
          text-align: right; } }
    .section-consult__grid__item:first-child .section-consult__grid__item__description {
      font-size: 2.2rem; }
      @media only screen and (max-width: 37.5em) {
        .section-consult__grid__item:first-child .section-consult__grid__item__description {
          text-align: right; } }
    .section-consult__grid__item:first-child .section-consult__grid__item__title {
      font-size: 3.6rem; }
      @media only screen and (max-width: 37.5em) {
        .section-consult__grid__item:first-child .section-consult__grid__item__title {
          font-size: 2.6rem; } }
      .section-consult__grid__item:first-child .section-consult__grid__item__title::after {
        width: 16%;
        margin: 0 auto; }
        @media only screen and (max-width: 37.5em) {
          .section-consult__grid__item:first-child .section-consult__grid__item__title::after {
            font-size: unset;
            width: 40%;
            margin: unset; } }
    .section-consult__grid__item:hover {
      box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.3);
      transform: translateY(-2px); }
    .section-consult__grid__item__title {
      text-align: right;
      font-weight: 600;
      font-size: 2.6rem;
      color: #fff;
      padding: 1rem 0;
      border-radius: 20px 0px 0px 0px; }
      .section-consult__grid__item__title span {
        font-weight: 300;
        font-size: 2rem; }
      .section-consult__grid__item__title::after {
        content: "";
        margin-top: .5rem;
        display: block;
        width: 40%;
        height: 4px;
        background-color: #E31C76; }
    .section-consult__grid__item__description {
      margin-bottom: 8rem; }
    .section-consult__grid__item__btn {
      text-align: center;
      margin-bottom: 2rem;
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0; }
      .section-consult__grid__item__btn button {
        background-image: linear-gradient(to right, #C9005A, #E31C76);
        padding: 1rem 2.5rem;
        color: #fff;
        border: 0;
        border-radius: 5px;
        font-size: 1.8rem;
        font-family: inherit;
        cursor: pointer; }
    .section-consult__grid__item a {
      display: block;
      height: 100%; }
      .section-consult__grid__item a img {
        display: block;
        max-width: 100%;
        width: 100%;
        max-height: 100%; }

.section-consult-gallery {
  margin: 10rem 0 5rem 0; }
  .section-consult-gallery__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-columns: 250px; }
    .section-consult-gallery__grid figure {
      position: relative;
      height: 96%;
      transition: all .2s; }
      .section-consult-gallery__grid figure img {
        filter: brightness(100%) blur(0);
        transition: all .2s;
        z-index: 1;
        position: relative; }
        .section-consult-gallery__grid figure img:hover {
          filter: brightness(90%) blur(6px); }
        .section-consult-gallery__grid figure img:hover + figcaption {
          opacity: 1;
          z-index: 1; }
      .section-consult-gallery__grid figure figcaption {
        text-align: center;
        position: absolute;
        width: 100%;
        color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 10;
        transition: all .2s;
        z-index: -1;
        font-size: 1.2vw; }

.market-hero {
  position: relative;
  width: 100%;
  height: 65vh;
  z-index: 0;
  background-image: url("img/market.png");
  background-size: cover;
  background-position: bottom center; }
  @media only screen and (max-width: 75em) {
    .market-hero {
      margin-top: 8.8rem; } }
  @media only screen and (max-width: 56.25em) {
    .market-hero {
      height: 60vh;
      margin-bottom: 1rem;
      margin-top: 7rem; } }
  .market-hero__text-box {
    position: absolute;
    width: 40%;
    top: 70%;
    right: 0%;
    transform: translate(-25%, -100%);
    color: #fff;
    font-size: 1.2vw;
    text-align: right;
    z-index: 200;
    padding: 1.5rem 3rem;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px) brightness(90%);
    -webkit-backdrop-filter: blur(6px) brightness(90%); }
    @media only screen and (max-width: 75em) {
      .market-hero__text-box {
        width: 45%;
        top: 60%;
        padding: 1rem 2rem;
        font-size: 1.8rem; } }
    @media only screen and (max-width: 68em) {
      .market-hero__text-box {
        top: 70%;
        font-size: 1.8rem; } }
    @media only screen and (max-width: 56.25em) {
      .market-hero__text-box {
        top: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
        text-align: center;
        padding: 1rem;
        margin-right: -25vw;
        font-size: 1.8rem; } }
    @media only screen and (max-width: 56.25em) {
      .market-hero__text-box__title {
        margin-bottom: 1rem; } }
    .market-hero__text-box__content {
      margin-bottom: 2rem; }
      @media only screen and (max-width: 56.25em) {
        .market-hero__text-box__content {
          font-size: 2rem; } }

.container {
  max-width: 120rem;
  margin: 5rem auto 10rem;
  position: relative; }
  @media only screen and (max-width: 75em) {
    .container {
      margin: 5rem auto;
      max-width: 90%;
      width: 90%; } }

.page-container {
  max-width: 120rem;
  margin: 2.5rem auto 10rem;
  position: relative; }
  @media only screen and (max-width: 75em) {
    .page-container {
      margin: 0 auto 5rem;
      max-width: 90%;
      width: 90%; } }

main[class="design-bg"] {
  margin-top: 0; }

.page-heading {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 4rem;
  color: #484848;
  font-weight: bold; }
  @media only screen and (max-width: 56.25em) {
    .page-heading {
      margin-bottom: 3rem;
      font-size: 6rem;
      line-height: 1.2; } }
  .page-heading div {
    border-bottom: 4px solid #E31C76;
    line-height: 1;
    display: inline-block; }
  .page-heading span.color {
    border-bottom: none;
    color: #E31C76;
    text-transform: uppercase; }

.single-page-heading {
  text-align: right;
  margin-bottom: 5rem;
  font-size: 4rem;
  color: #fff;
  font-weight: bold; }
  @media only screen and (max-width: 56.25em) {
    .single-page-heading {
      text-align: center;
      margin-bottom: 3rem;
      font-size: 6rem;
      color: #E31C76; } }
  .single-page-heading div {
    border-bottom: 4px solid #484848;
    line-height: 1.2;
    display: inline-block; }

.academy-page-heading {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 4rem;
  color: #E31C76;
  font-weight: bold; }
  @media only screen and (max-width: 56.25em) {
    .academy-page-heading {
      margin-bottom: 3rem;
      font-size: 6rem; } }
  .academy-page-heading div {
    border-bottom: 4px solid #484848;
    line-height: 1;
    display: inline-block; }

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #E31C76; }

::selection {
  color: #fff;
  background: #E31C76; }

select:focus,
input:focus {
  outline: transparent; }

.d-flex-center-y {
  display: flex;
  align-items: center; }

.d-flex-center-x {
  display: flex;
  justify-content: center; }

.u-text-center {
  text-align: center; }

.u-text-right {
  text-align: right; }

.u-mb-0 {
  margin-bottom: 0; }

.u-mt-0 {
  margin-top: 0; }

.u-mt-1 {
  margin-top: 1rem; }

.u-mt-2 {
  margin-top: 2rem; }

.u-mt-3 {
  margin-top: 3rem; }

.u-mt-4 {
  margin-top: 4rem; }

.u-mb-0 {
  margin-bottom: 1rem; }

.u-mb-1 {
  margin-bottom: 0rem; }

.u-mb-2 {
  margin-bottom: 2rem; }

.u-mb-3 {
  margin-bottom: 3rem; }

.u-mb-4 {
  margin-bottom: 4rem; }

.u-bold {
  font-weight: bold; }

.u-p-color {
  color: #C9005A; }

.u-pl-color {
  color: #E31C76; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.color-fff {
  color: #fff; }

.u-p-relative {
  position: relative; }

.u-hidden {
  display: none; }

.u-fs-22 {
  font-size: 2.2rem; }

.u-fs-20 {
  font-size: 2rem; }

@media only screen and (max-width: 56.25em) {
  .u-fs-3 {
    font-size: 3rem; } }

.u-overflowY-h {
  overflow-y: hidden; }

.u-w100 {
  max-width: 100%; }

#breadcrumbs {
  padding-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem; }
  #breadcrumbs a:link,
  #breadcrumbs a:visited {
    text-decoration: none;
    color: #484848; }

.space-fix {
  margin-top: 13rem; }

.bg-blur {
  position: fixed;
  width: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.52);
  opacity: 0;
  backdrop-filter: brightness(92%) blur(30px);
  -webkit-backdrop-filter: brightness(92%) blur(30px);
  overflow-y: hidden;
  transition: opacity .2s; }

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 13rem;
  background-color: #484848;
  z-index: 9999; }
  .navigation__checkbox {
    display: none; }
  .navigation__button {
    background-color: transparent;
    border: 4px solid #fff;
    height: 6rem;
    width: 6rem;
    position: absolute;
    top: 4rem;
    right: 8vw;
    z-index: 2000;
    text-align: center;
    cursor: pointer; }
    @media only screen and (max-width: 75em) {
      .navigation__button {
        right: 5rem; } }
    @media only screen and (max-width: 56.25em) {
      .navigation__button {
        right: 2rem; } }
  .navigation__icon {
    position: relative;
    margin-top: 2.4rem; }
    .navigation__icon, .navigation__icon::before, .navigation__icon::after {
      width: 4rem;
      height: 4px;
      background-color: #fff;
      display: inline-block; }
    .navigation__icon::before, .navigation__icon::after {
      content: "";
      position: absolute;
      left: 0;
      transition: all 0.2s; }
    .navigation__icon::before {
      top: -1.4rem; }
    .navigation__icon::after {
      top: 1.4rem; }
  .navigation__button:hover .navigation__icon::after {
    top: 1.6rem; }
  .navigation__button:hover .navigation__icon::before {
    top: -1.6rem; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon {
    background-color: transparent; }
  .navigation__checkbox:checked + .navigation__button {
    border: 4px solid #fff; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon::after {
    top: 0;
    transform: rotate(135deg);
    background-color: #fff; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon::before {
    top: 0;
    transform: rotate(-135deg);
    background-color: #fff; }
  .navigation__nav {
    height: 100%;
    /* 100% Full-height */
    width: 25vw;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 200;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: 0;
    background-color: #C9005A;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 30px;
    /* Place content 60px from the top */
    display: none; }
    @media only screen and (max-width: 75em) {
      .navigation__nav {
        width: 45vw; } }
    @media only screen and (max-width: 37.5em) {
      .navigation__nav {
        width: 90vw; } }
    .navigation__nav .side-menu {
      margin-top: 10rem; }
      .navigation__nav .side-menu ul#expo-menu {
        list-style: none; }
        .navigation__nav .side-menu ul#expo-menu li {
          margin: 0;
          padding: 1.5rem 5rem 1.5rem 0;
          border-top: 1px solid #fff;
          display: flex;
          justify-content: space-between; }
          @media only screen and (max-width: 75em) {
            .navigation__nav .side-menu ul#expo-menu li {
              margin: 1rem 0;
              padding: 1.5rem 4rem 1.5rem 0; } }
          @media only screen and (max-width: 37.5em) {
            .navigation__nav .side-menu ul#expo-menu li {
              margin: 1rem 0;
              padding: 1rem 3rem 1rem 0; } }
          .navigation__nav .side-menu ul#expo-menu li a:visited, .navigation__nav .side-menu ul#expo-menu li a:link {
            display: inline-block;
            font-size: 1.8rem;
            color: #fff;
            transition: all .2s; }
          .navigation__nav .side-menu ul#expo-menu li a:hover {
            text-decoration: underline; }
          .navigation__nav .side-menu ul#expo-menu li.menu-item-has-children::after {
            content: "\f104";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: 100;
            text-decoration: inherit;
            font-size: 3rem;
            color: #fff;
            cursor: pointer; }
            @media only screen and (max-width: 75em) {
              .navigation__nav .side-menu ul#expo-menu li.menu-item-has-children::after {
                margin-left: 2rem; } }
          .navigation__nav .side-menu ul#expo-menu li.menu-item-has-children a {
            display: flex;
            align-items: center;
            justify-content: space-between; }
          .navigation__nav .side-menu ul#expo-menu li.menu-item-has-children ul.sub-menu {
            display: none;
            list-style: none;
            position: fixed;
            top: 0;
            right: 25vw;
            height: 100vh;
            background-color: #fff;
            padding-top: 24.5rem; }
            @media only screen and (max-width: 37.5em) {
              .navigation__nav .side-menu ul#expo-menu li.menu-item-has-children ul.sub-menu {
                right: 50vw; } }
            @media only screen and (max-width: 75em) {
              .navigation__nav .side-menu ul#expo-menu li.menu-item-has-children ul.sub-menu {
                right: 35vw; } }
            .navigation__nav .side-menu ul#expo-menu li.menu-item-has-children ul.sub-menu li {
              margin: 1rem 5rem; }
              .navigation__nav .side-menu ul#expo-menu li.menu-item-has-children ul.sub-menu li a {
                color: #C9005A; }
          .navigation__nav .side-menu ul#expo-menu li form {
            width: 80%; }
  .navigation .custom-logo-link img {
    position: absolute;
    top: 2.2rem;
    left: 6vw;
    z-index: 20;
    transition: scale .2s;
    transform: scale(0.9); }
    @media only screen and (max-width: 75em) {
      .navigation .custom-logo-link img {
        top: 1.5rem;
        left: 2.5rem;
        transform: scale(0.8); } }
    @media only screen and (max-width: 68em) {
      .navigation .custom-logo-link img {
        left: -10rem;
        transform: scale(0.65); } }
    @media only screen and (max-width: 56.25em) {
      .navigation .custom-logo-link img {
        left: -20rem;
        transform: scale(0.5); } }
    @media only screen and (max-width: 31.25em) {
      .navigation .custom-logo-link img {
        left: -25rem;
        transform: scale(0.4); } }

.stellarnav.mobile.dark ul {
  background: #C9005A; }

.stellarnav.dark a.dd-toggle {
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  padding: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  z-index: 9999;
  border: 0; }

.countdown {
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  direction: ltr; }
  @media only screen and (max-width: 75em) {
    .countdown {
      left: 68%; } }
  @media only screen and (max-width: 56.25em) {
    .countdown {
      transform: translate(-50%, -50%) scale(0.7);
      left: 63%; } }
  @media only screen and (max-width: 37.5em) {
    .countdown {
      display: none; } }
  .countdown__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 3rem; }
    .countdown__item:first-child {
      color: #E31C76; }
    .countdown__item__time {
      font-size: 6rem;
      font-weight: bold;
      line-height: 1;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .countdown__item__time__nekudotaim {
        margin-top: -.7rem;
        position: relative;
        left: 2rem;
        width: 0;
        color: #fff !important; }
    .countdown__item__string {
      line-height: 1; }

.banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 23rem);
  z-index: 0;
  background-size: cover;
  background-position: top left;
  transition: all .7s ease-in-out;
  /*&::before {
        content: "";
        filter:brightness(70%) blur(6px);
        background-image: url("img/banner1.png");
        display: block;
        height: calc(100vh - 29rem);
        width: 100%;
        transition: all .7s ease-in-out;

        @media only screen and (max-width:$bp-medium){
            height: calc(80vh - 19rem);
         }
    }*/ }
  @media only screen and (max-width: 56.25em) {
    .banner {
      height: calc(80vh - 19rem);
      margin-bottom: 4rem; } }
  .banner .video {
    height: 100%;
    width: 100%;
    -webkit-object-fit: cover;
    object-fit: cover; }
  .banner__text-box {
    position: absolute;
    width: 40%;
    top: 60%;
    right: 0%;
    transform: translate(-25%, -100%);
    color: #fff;
    font-size: 1.2vw;
    text-align: right;
    z-index: 200;
    padding: 1.5rem 3rem;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px) brightness(85%);
    -webkit-backdrop-filter: blur(6px) brightness(70%); }
    @media only screen and (max-width: 75em) {
      .banner__text-box {
        width: 45%;
        top: 70%;
        padding: 1rem 2rem;
        font-size: 1.8rem; } }
    @media only screen and (max-width: 68em) {
      .banner__text-box {
        top: 60%;
        font-size: 1.8rem; } }
    @media only screen and (max-width: 56.25em) {
      .banner__text-box {
        top: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
        text-align: center;
        padding: 1rem;
        margin-right: -25vw;
        font-size: 1.8rem; } }
    .banner__text-box__title {
      font-size: 2.3vw;
      font-weight: bold;
      letter-spacing: 2px;
      line-height: 1;
      margin-bottom: .7rem; }
      @media only screen and (max-width: 56.25em) {
        .banner__text-box__title {
          font-size: 3rem;
          margin-bottom: 1rem; } }
    .banner__text-box__content {
      margin-bottom: 2rem; }
      @media only screen and (max-width: 56.25em) {
        .banner__text-box__content {
          font-size: 2rem; } }
    .banner__text-box--1, .banner__text-box--2, .banner__text-box--3, .banner__text-box--4, .banner__text-box--5 {
      display: none; }

.gallery-boxes {
  width: 82%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  transform: translateY(-50%); }
  @media only screen and (max-width: 56.25em) {
    .gallery-boxes {
      flex-direction: column;
      width: 65%;
      transform: translateY(0); } }
  .gallery-boxes__item {
    height: 25vh;
    border: 5px solid #C9005A;
    flex: 1;
    margin: 0 2rem;
    background: rgba(4, 58, 119, 0.75) 0% 0% no-repeat;
    opacity: 1;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    transition: all .5s; }
    @media only screen and (max-width: 56.25em) {
      .gallery-boxes__item {
        height: 35vh; } }
    .gallery-boxes__item:focus {
      outline: transparent; }
    .gallery-boxes__item:link, .gallery-boxes__item:visited, .gallery-boxes__item:active {
      color: currentColor; }
    .gallery-boxes__item--2, .gallery-boxes__item--4 {
      align-self: center;
      height: 20vh; }
      @media only screen and (max-width: 56.25em) {
        .gallery-boxes__item--2, .gallery-boxes__item--4 {
          align-self: stretch;
          height: 35vh; } }
    .gallery-boxes__item:hover {
      background: rgba(201, 0, 90, 0.9) 0% 0% no-repeat;
      box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.3);
      transform: translateY(-2px);
      border: 5px solid rgba(201, 0, 90, 0.9);
      flex-direction: column; }
    .gallery-boxes__item__textur {
      height: 100%;
      max-width: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 1.8rem;
      line-height: 1.2;
      padding: 0 5rem;
      text-align: center; }
      .gallery-boxes__item__textur span {
        transition: transform .5s; }
      .gallery-boxes__item__textur:hover span {
        font-weight: 600;
        transform: scale(1.5); }
      @media only screen and (max-width: 56.25em) {
        .gallery-boxes__item__textur {
          font-size: 2.8rem;
          padding: 0 3rem; } }
      .gallery-boxes__item__textur--1 {
        background: transparent url("img/textur-1.svg") center no-repeat padding-box;
        background-size: cover; }
      .gallery-boxes__item__textur--2 {
        background: transparent url("img/textur-2.svg") 0% 0% no-repeat padding-box;
        background-size: cover; }
      .gallery-boxes__item__textur--3 {
        background: transparent url("img/textur-3.svg") 0% 0% no-repeat padding-box;
        background-size: cover; }
      .gallery-boxes__item__textur--4 {
        background: transparent url("img/textur-4.svg") 0% 0% no-repeat padding-box;
        background-size: cover; }
      .gallery-boxes__item__textur--5 {
        background: transparent url("img/textur-5.svg") 0% 0% no-repeat padding-box;
        background-size: cover; }
    @media only screen and (max-width: 56.25em) {
      .gallery-boxes__item {
        margin: 0; }
        .gallery-boxes__item:not(:last-child) {
          margin: 0 0 2rem 0; } }

.intro__big-title {
  color: rgba(112, 112, 112, 0.1);
  font-size: 17vw;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  letter-spacing: 1rem;
  margin-top: -10rem; }
  @media only screen and (max-width: 56.25em) {
    .intro__big-title {
      margin-top: 0;
      overflow: hidden; } }

.section-boxes {
  padding: 0 10rem; }
  @media only screen and (max-width: 56.25em) {
    .section-boxes {
      padding: 0 5rem; } }

.box-row {
  display: grid;
  grid-template-rows: repeat(3, max-content);
  grid-template-columns: repeat(14, 1fr);
  column-gap: 0;
  row-gap: 5vw;
  max-width: 120rem;
  padding: 0 1rem;
  margin: 0 auto; }
  @media only screen and (max-width: 37.5em) {
    .box-row {
      grid-template-columns: max-content;
      grid-template-rows: repeat(6, 1fr);
      max-width: 95%;
      padding: 0; } }

.box-content__img--1 {
  background-image: url("img/box-1.png");
  grid-row: 1/1;
  grid-column: 2 / span 7; }
  @media only screen and (max-width: 37.5em) {
    .box-content__img--1 {
      grid-column: 1 / 16;
      grid-row: 1/-1; } }
  .box-content__img--1:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("img/box-1.png"); }

.box-content__img--2 {
  background-image: url("img/box-2.png");
  margin-top: 5rem;
  grid-row: 1/1;
  grid-column: 8/-1; }
  @media only screen and (max-width: 37.5em) {
    .box-content__img--2 {
      grid-column: 1 / 16;
      grid-row: 2/2; } }
  .box-content__img--2:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/box-2.png"); }

.box-content__img--3 {
  background-image: url("img/box-3.png");
  grid-row: 2/2;
  grid-column: 2 / span 7;
  z-index: 20; }
  @media only screen and (max-width: 37.5em) {
    .box-content__img--3 {
      grid-column: 1 / 16;
      grid-row: 3/3; } }
  .box-content__img--3:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/box-3.png"); }

.box-content__img--4 {
  background-image: url("img/box-4.png");
  margin-top: 5rem;
  grid-row: 2/2;
  grid-column: 8/-1;
  z-index: 10; }
  @media only screen and (max-width: 37.5em) {
    .box-content__img--4 {
      grid-column: 1 / 16;
      grid-row: 4/4; } }
  .box-content__img--4:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/box-4.png");
    z-index: 999999; }

.box-content__img--5 {
  background-image: url("img/box-5.png");
  grid-row: 3/3;
  grid-column: 2 / span 7;
  z-index: 20; }
  @media only screen and (max-width: 37.5em) {
    .box-content__img--5 {
      grid-column: 1 / 16;
      grid-row: 5/5; } }
  .box-content__img--5:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/box-5.png"); }

.box-content__img--6 {
  background-image: url("img/box-6.png");
  margin-top: 5rem;
  grid-row: 3/3;
  grid-column: 8/-1;
  z-index: 10; }
  @media only screen and (max-width: 37.5em) {
    .box-content__img--6 {
      grid-column: 1 / 16;
      grid-row: 6/6; } }
  .box-content__img--6:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/box-6.png"); }

.box-content__img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 45rem;
  width: 85%;
  position: relative;
  transition: background-image .9s;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.16); }
  @media only screen and (max-width: 37.5em) {
    .box-content__img {
      width: 100%; } }
  .box-content__img:hover {
    z-index: 99; }

.box-content__title {
  color: #fff;
  font-size: 7rem;
  text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.45);
  display: inline-block;
  position: absolute;
  top: 30%;
  transition: all .4s ease-in-out; }
  .box-content__title--right {
    right: -11.5%;
    transform: translate(26%, 0%); }
  .box-content__title--left {
    left: -24.5%;
    transform: translate(26%, 0%); }
  .box-content__title--right-2 {
    right: -8%;
    transform: translate(26%, 0%); }
  .box-content__title--right-3 {
    right: -15%;
    transform: translate(26%, 0%); }
  .box-content__title--left-2 {
    left: -35%;
    transform: translate(26%, 0%); }
  .box-content__title--left-3 {
    left: -25%;
    transform: translate(26%, 0%); }
  .box-content__title span {
    color: #484848;
    border-bottom: 8px solid #C9005A; }

.box-content__img:hover .box-content__title {
  top: 30%;
  text-align: center;
  transform: translate(-50%, 0%); }
  .box-content__img:hover .box-content__title--right {
    right: 20%; }
  .box-content__img:hover .box-content__title--right-2 {
    right: 10%; }
  .box-content__img:hover .box-content__title--right-3 {
    right: 13%; }
  .box-content__img:hover .box-content__title--left, .box-content__img:hover .box-content__title--left-2, .box-content__img:hover .box-content__title--left-3 {
    left: 50%;
    z-index: 99999999; }
  .box-content__img:hover .box-content__title span {
    color: #fff;
    border: none; }

.box-content__description {
  font-size: 1.8rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 0 10rem 2.5rem;
  opacity: 0;
  transition: all .3s;
  color: #fff;
  line-height: 1.3; }

.box-content__img:hover .box-content__description {
  opacity: 1; }

@media (max-width: 800px) {
  .animateme {
    transform: none !important;
    opacity: 1 !important; } }

.exp-slider__item {
  height: 70vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .exp-slider__item__title {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 7rem;
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.45);
    display: inline-block; }
  .exp-slider__item__description {
    margin-top: 1rem;
    text-align: center;
    color: #707070;
    font-size: 2.8rem; }
  .exp-slider__item--img1 {
    background-image: url("img/box-1.png"); }
  .exp-slider__item--img2 {
    background-image: url("img/box-2.png"); }
  .exp-slider__item--img3 {
    background-image: url("img/box-3.png"); }
  .exp-slider__item--img4 {
    background-image: url("img/box-4.png"); }
  .exp-slider__item--img5 {
    background-image: url("img/box-5.png"); }
  .exp-slider__item--img6 {
    background-image: url("img/box-6.png"); }

.section-blog {
  margin: 8rem 0 0 0;
  padding: 5rem 10rem;
  background-image: url(img/bg-blog.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 56.25em) {
    .section-blog {
      padding: 5rem 5rem; } }
  @media only screen and (max-width: 37.5em) {
    .section-blog {
      padding: 5rem 1rem; } }
  .section-blog__title {
    text-align: center;
    margin-bottom: 5rem; }
    .section-blog__title span {
      font-size: 4rem;
      color: #484848;
      font-weight: bold;
      border-bottom: 4px solid #C9005A; }
  .section-blog__grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-auto-rows: 1px; }
    .section-blog__grid__item {
      background-color: #ffffff;
      min-height: 100%;
      box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.16);
      transition: all .2s; }
      .section-blog__grid__item:hover {
        box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.3);
        transform: translateY(-2px); }
      .section-blog__grid__item__content {
        padding: 2rem;
        font-size: 1.8rem; }
        .section-blog__grid__item__content__header-img {
          text-align: center; }
          .section-blog__grid__item__content__header-img img {
            max-width: 100%; }
        .section-blog__grid__item__content__category a:link,
        .section-blog__grid__item__content__category a:visited {
          color: #707070;
          font-weight: 600; }
        .section-blog__grid__item__content__category .post-categories {
          list-style: none;
          display: flex; }
          .section-blog__grid__item__content__category .post-categories li:not(:last-child) {
            margin-left: .5rem; }
        .section-blog__grid__item__content__title {
          color: #E31C76;
          font-size: 3.2rem;
          line-height: 1.2;
          font-weight: 700; }
          .section-blog__grid__item__content__title::after {
            content: "";
            display: table;
            width: 25%;
            border-bottom: 4px solid #E31C76;
            margin: 1rem 0; }
        .section-blog__grid__item__content__description {
          line-height: 1.5;
          margin-bottom: 1rem; }
        .section-blog__grid__item__content__read-more {
          margin-bottom: 1rem; }
          .section-blog__grid__item__content__read-more a:link,
          .section-blog__grid__item__content__read-more a:visited {
            color: #E31C76;
            font-size: 2rem;
            transition: all .2s; }
            .section-blog__grid__item__content__read-more a:link:hover,
            .section-blog__grid__item__content__read-more a:visited:hover {
              text-decoration: underline; }
        .section-blog__grid__item__content__author {
          color: #E31C76;
          font-size: 1.6rem; }

.mobile-blog__item {
  background-color: #ffffff;
  min-height: 100%;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.16);
  transition: all .2s; }
  .mobile-blog__item__content {
    padding: 3rem;
    padding-bottom: 2rem;
    font-size: 1.8rem; }
    .mobile-blog__item__content__header-img {
      text-align: center; }
      .mobile-blog__item__content__header-img a {
        display: flex;
        justify-content: center; }
        .mobile-blog__item__content__header-img a img {
          max-width: 100%;
          max-height: 200px;
          width: 100%;
          height: 100%; }
    .mobile-blog__item__content__category a:link,
    .mobile-blog__item__content__category a:visited {
      color: #707070;
      font-weight: 600; }
    .mobile-blog__item__content__category .post-categories {
      list-style: none;
      display: flex; }
      .mobile-blog__item__content__category .post-categories li:not(:last-child) {
        margin-left: .5rem; }
    .mobile-blog__item__content__title {
      color: #E31C76;
      font-size: 3.2rem;
      line-height: 1.2;
      font-weight: 700; }
      .mobile-blog__item__content__title::after {
        content: "";
        display: table;
        width: 25%;
        border-bottom: 4px solid #E31C76;
        margin: 1rem 0; }
    .mobile-blog__item__content__description {
      line-height: 1.5;
      margin-bottom: 1rem; }
    .mobile-blog__item__content__read-more {
      margin-bottom: 1rem; }
      .mobile-blog__item__content__read-more a:link,
      .mobile-blog__item__content__read-more a:visited {
        color: #E31C76;
        font-size: 2rem;
        transition: all .2s; }

.blog-bg {
  background-image: url(img/bg-blog.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.itemAjax .filtered-posts-grid__item:nth-child(7n+1) .filtered-posts-grid__item__content .filtered-posts-grid__item__content__header-img {
  float: right;
  width: 35%;
  padding-left: 2rem; }
  @media only screen and (max-width: 37.5em) {
    .itemAjax .filtered-posts-grid__item:nth-child(7n+1) .filtered-posts-grid__item__content .filtered-posts-grid__item__content__header-img {
      float: unset;
      width: unset; } }

.filtered-posts-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 2rem; }
  @media only screen and (max-width: 37.5em) {
    .filtered-posts-grid {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } }
  .filtered-posts-grid__item {
    background-color: #ffffff;
    min-height: 100%;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.16);
    transition: all .2s; }
    @media only screen and (max-width: 37.5em) {
      .filtered-posts-grid__item {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } }
    .filtered-posts-grid__item:nth-child(7n+1) {
      grid-column: 1/-1;
      padding: .5rem 0; }
      @media only screen and (max-width: 37.5em) {
        .filtered-posts-grid__item:nth-child(7n+1) {
          grid-column: unset;
          padding: unset; } }
    .filtered-posts-grid__item:hover {
      box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.3);
      transform: translateY(-2px); }
    .filtered-posts-grid__item__content {
      padding: 3rem 2rem;
      padding-bottom: 2rem;
      font-size: 1.8rem;
      /*float the img when it full width row*/ }
      .filtered-posts-grid__item__content .img-right {
        float: right;
        width: 35%;
        padding-left: 2rem; }
        @media only screen and (max-width: 37.5em) {
          .filtered-posts-grid__item__content .img-right {
            float: unset;
            width: unset;
            padding-left: unset; } }
      .filtered-posts-grid__item__content__header-img {
        text-align: center; }
        .filtered-posts-grid__item__content__header-img img {
          max-width: 100%;
          height: 250px;
          width: 100%; }
      .filtered-posts-grid__item__content__category a:link,
      .filtered-posts-grid__item__content__category a:visited {
        color: #707070;
        font-weight: 600; }
      .filtered-posts-grid__item__content__category .post-categories {
        list-style: none;
        display: flex; }
        .filtered-posts-grid__item__content__category .post-categories li:not(:last-child) {
          margin-left: .5rem; }
      .filtered-posts-grid__item__content__title {
        color: #E31C76;
        font-size: 2.7rem;
        line-height: 1.2;
        font-weight: 700; }
        .filtered-posts-grid__item__content__title::after {
          content: "";
          display: table;
          width: 25%;
          border-bottom: 4px solid #E31C76;
          margin: 1rem 0; }
      .filtered-posts-grid__item__content__description {
        line-height: 1.5;
        margin-bottom: 1rem; }
      .filtered-posts-grid__item__content__read-more {
        margin-bottom: 1rem; }
        .filtered-posts-grid__item__content__read-more a:link,
        .filtered-posts-grid__item__content__read-more a:visited {
          color: #E31C76;
          font-size: 2rem;
          transition: all .2s; }
          .filtered-posts-grid__item__content__read-more a:link:hover,
          .filtered-posts-grid__item__content__read-more a:visited:hover {
            text-decoration: underline; }
      .filtered-posts-grid__item__content__author {
        color: #E31C76;
        font-size: 1.6rem; }

.category-posts {
  padding: 1.5rem 1.5rem;
  border: 1px solid #707070;
  border-radius: 5px;
  margin-bottom: 3rem; }
  .category-posts__title {
    color: #484848;
    margin-bottom: .7rem; }
  .category-posts__list {
    list-style: none;
    display: flex; }
    @media only screen and (max-width: 56.25em) {
      .category-posts__list {
        flex-direction: column; } }
    .category-posts__list__item:not(:last-child) {
      margin-left: 3.5rem; }
      @media only screen and (max-width: 56.25em) {
        .category-posts__list__item:not(:last-child) {
          margin-left: 0;
          margin-bottom: 1rem; } }
    .category-posts__list__item {
      font-size: 2.4rem;
      cursor: pointer;
      text-align: center;
      line-height: 1.2; }
      @media only screen and (max-width: 56.25em) {
        .category-posts__list__item {
          width: max-content; } }

.cat-active {
  border-bottom: 2px solid #C9005A; }

.blogpost {
  width: 70%;
  margin: 0 auto; }
  @media only screen and (max-width: 68em) {
    .blogpost {
      width: 80%; } }
  @media only screen and (max-width: 31.25em) {
    .blogpost {
      width: unset; } }
  .blogpost__card__meta,
  .blogpost__card__meta a {
    color: #969696;
    font-size: 1.6rem; }
  .blogpost__card__img a img {
    max-width: 100%; }

.footer .newsletter {
  padding: 3rem 0;
  background-image: url("img/news-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center; }
  @media only screen and (max-width: 56.25em) {
    .footer .newsletter {
      background: #484848; } }
  .footer .newsletter__title {
    color: #fff;
    font-size: 4.2rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .footer .newsletter__title img {
      margin-right: 1rem; }
  .footer .newsletter__description {
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.3;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 56.25em) {
      .footer .newsletter__description {
        width: 80%;
        margin: 0 auto; } }
  .footer .newsletter__form form {
    font-size: 1.8rem; }
    .footer .newsletter__form form input {
      font-size: 1.8rem;
      padding: 1rem;
      font-family: inherit;
      margin: 1rem 0; }
      .footer .newsletter__form form input::placeholder {
        text-align: center; }
    .footer .newsletter__form form input[type="submit"] {
      border: none;
      cursor: pointer;
      background-image: linear-gradient(to left, #E31C76, #C9005A);
      padding: 1rem 6rem;
      color: #fff;
      border-radius: 5px;
      transition: .2s all; }
      .footer .newsletter__form form input[type="submit"]:hover {
        background-image: linear-gradient(to right, #E31C76, #C9005A); }
    .footer .newsletter__form form .wpcf7-validation-errors {
      width: 23%;
      margin: 0 auto;
      color: #fff;
      border-color: #E31C76; }
      @media only screen and (max-width: 56.25em) {
        .footer .newsletter__form form .wpcf7-validation-errors {
          width: 62%; } }
    .footer .newsletter__form form .wpcf7-not-valid-tip {
      color: #E31C76;
      font-weight: bold; }

.footer .footer-bottom {
  position: relative;
  padding: 4rem 0;
  border-top: 2px solid #484848;
  background-color: #fff; }
  .footer .footer-bottom .to-top {
    background: #E31C76 url(img/arrow.svg);
    background-repeat: no-repeat;
    background-size: 2.6rem;
    background-position: center;
    display: block;
    width: 50px;
    height: 50px;
    transform: rotateZ(-90deg);
    position: absolute;
    right: 2vw;
    top: 51%; }
    @media only screen and (max-width: 56.25em) {
      .footer .footer-bottom .to-top {
        margin: 0 auto;
        position: absolute;
        top: 19%;
        right: 10%; } }
  .footer .footer-bottom__content {
    display: flex;
    justify-content: space-around;
    align-items: center; }
    @media only screen and (max-width: 56.25em) {
      .footer .footer-bottom__content {
        flex-direction: column-reverse; } }
    @media only screen and (max-width: 56.25em) {
      .footer .footer-bottom__content__logo {
        display: block;
        text-align: left;
        margin-bottom: 4rem;
        margin-top: 2rem; } }
    .footer .footer-bottom__content__logo img {
      max-width: 100%; }
      @media only screen and (max-width: 56.25em) {
        .footer .footer-bottom__content__logo img {
          width: 75%; } }
    .footer .footer-bottom__content__social img {
      margin-right: 1.3rem;
      width: 6.5rem;
      height: 6.5rem; }

.footer .footer-details {
  background-color: #F9F9F9;
  display: flex;
  justify-content: space-around;
  padding: 4rem 0; }
  @media only screen and (max-width: 56.25em) {
    .footer .footer-details {
      flex-direction: column;
      justify-content: center;
      width: unset; } }
  @media only screen and (max-width: 56.25em) {
    .footer .footer-details__item {
      padding: 0 5rem; }
      .footer .footer-details__item:not(:last-child) {
        margin-bottom: 4rem; } }
  .footer .footer-details__item__title {
    color: #E31C76;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 2.6rem; }
  .footer .footer-details__item__row {
    display: flex;
    align-items: center; }
    .footer .footer-details__item__row:not(:last-child) {
      margin-bottom: 1.5rem; }
    .footer .footer-details__item__row img {
      margin-left: 1rem; }

.contact-popup {
  padding: 5rem 10rem;
  background-image: url("img/pop-up.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center; }
  @media only screen and (max-width: 56.25em) {
    .contact-popup {
      background: #484848;
      border: 4px solid #fff;
      padding: 3rem; } }
  .contact-popup__content__title {
    color: #fff;
    font-size: 4.2rem;
    text-align: center; }
  .contact-popup__content__description {
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.3;
    width: 60%;
    margin: 0 auto 1.5rem;
    position: relative;
    right: 1rem; }
    @media only screen and (max-width: 56.25em) {
      .contact-popup__content__description {
        width: 80%;
        margin: 0 auto; } }
  .contact-popup__content__form form {
    font-size: 1.8rem; }
    .contact-popup__content__form form input {
      font-size: 1.8rem;
      padding: 1rem 0;
      font-family: inherit;
      margin: 1rem 0; }
      .contact-popup__content__form form input::placeholder {
        text-align: center; }
    .contact-popup__content__form form input[type="submit"] {
      border: none;
      cursor: pointer;
      background-image: linear-gradient(to left, #E31C76, #C9005A);
      padding: 1rem 6rem;
      color: #fff;
      border-radius: 5px;
      transition: .2s all; }
      .contact-popup__content__form form input[type="submit"]:hover {
        background-image: linear-gradient(to right, #E31C76, #C9005A); }
    .contact-popup__content__form form .wpcf7-validation-errors {
      width: 90%;
      margin: 0 auto;
      color: #fff;
      border-color: #E31C76; }
      @media only screen and (max-width: 56.25em) {
        .contact-popup__content__form form .wpcf7-validation-errors {
          width: 62%; } }

.sgpb-popup-overlay-228 {
  z-index: 99999999 !important; }

#sgpb-popup-dialog-main-div {
  background-color: transparent !important; }

.wpcf7-not-valid-tip {
  color: #E31C76;
  font-weight: bold; }

.btn-inline {
  border: none;
  font-size: 1.8rem;
  color: #C9005A;
  border-bottom: 1px solid currentColor;
  padding: 2px;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  transition: all .2s; }
  .btn-inline span {
    margin-right: 3px;
    transition: margin-right .2s; }
  .btn-inline:hover {
    color: #484848; }
    .btn-inline:hover span {
      margin-right: 6px; }

.btn-default {
  border: none;
  border-radius: 2px;
  font-size: 1.8rem;
  color: #fff;
  padding: 2px;
  display: inline-block;
  background-color: #C9005A;
  cursor: pointer;
  padding: 1rem 4rem; }
  .btn-default--lg {
    padding: 1.8rem 10rem;
    font-size: 2.6rem;
    font-family: inherit;
    font-weight: 600;
    border-radius: 5px;
    background-image: linear-gradient(to right, #C9005A, #E31C76);
    transition: all .2s; }
    .btn-default--lg:hover {
      background-image: linear-gradient(to left, #C9005A, #E31C76); }
