/**
 * Theme Name:  GetOnMyCorner
 * Theme URI:   https://getonmycorner.com/
 * Description: GetOnMyCorner Theme
 * Version:     1.2.0
 */
:root {
  --theme-main-font: 'Poppins', sans-serif;
  --theme-second-font: 'Poppins', sans-serif; }

.hero {
  padding-bottom: 100px;
  background: linear-gradient(90deg, #8c52ff, #02cb6c); }
  .hero .container {
    position: relative; }
  .hero__content > h1 {
    font-size: 90px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 24px; }
  .hero__content > p {
    font-size: 20px;
    line-height: 140%; }
  .hero__img {
    display: flex;
    justify-content: center; }
    .hero__img--wrapper {
      display: flex;
      align-items: end;
      max-width: 429px;
      min-height: 441px;
      width: 100%;
      height: 100%;
      border: 10px solid #f7faf9;
      position: relative; }
      .hero__img--wrapper .circle {
        width: 136px;
        height: 136px;
        border-radius: 50%;
        background-color: #f7faf9;
        position: absolute;
        top: 5px;
        left: 5px; }
      .hero__img--wrapper .label {
        max-width: 425px;
        width: 100%;
        height: 95px;
        display: flex;
        justify-content: center;
        position: absolute;
        top: 65px;
        right: -90px;
        background-color: #ed0a0a;
        transform: rotate(45deg);
        border-radius: 50px; }
        .hero__img--wrapper .label__content {
          display: flex;
          justify-content: center;
          flex-direction: column;
          text-align: center;
          max-width: 190px;
          font-size: 24px;
          line-height: 180%; }
      .hero__img--wrapper > img {
        width: 100%;
        height: auto; }
  .hero .subscribe {
    max-width: 485px;
    position: absolute;
    left: 40px;
    bottom: -85px; }
    .hero .subscribe__text {
      font-size: 20px;
      line-height: 140%;
      max-width: 418px;
      width: 100%;
      margin-top: -30px; }

@media screen and (max-width: 1280px) {
  .hero {
    padding-bottom: 25px; }
    .hero__content > h1 {
      font-size: 50px;
      font-weight: 700;
      line-height: 100%;
      margin-bottom: 24px; }
    .hero__img--wrapper .label {
      top: 200px;
      right: 0;
      transform: rotate(0deg); }
    .hero .subscribe {
      margin: 36px auto 0;
      position: initial; }
      .hero .subscribe__text {
        font-size: 20px;
        line-height: 140%;
        max-width: 418px;
        width: 100%;
        margin-top: -30px; } }

:root {
  --theme-main-font: 'Poppins', sans-serif;
  --theme-second-font: 'Poppins', sans-serif; }

.about {
  background: linear-gradient(90deg, #8c52ff, #02cb6c); }
  .about__img > img {
    max-height: 700px;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .about__content > h2 {
    font-weight: 700;
    font-size: 76px;
    line-height: 106px;
    color: #f7faf9;
    text-transform: uppercase; }
  .about__content > p {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    position: relative; }
    .about__content > p::after {
      content: '';
      display: block;
      width: 340px;
      height: 441px;
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' version='1.0' viewBox='91.5 22.7 329.1 466.6' zoomAndPan='magnify' style='fill: rgb(0, 0, 0);' original_string_length='1469' width='343.93745454545456px' height='488.80000000000007px'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg id='__id0_sw409tvxt2'%3E%3Cpath d='M256,489.298c0,0-0.001,0-0.001,0c-3.635-0.001-6.983-1.974-8.745-5.152 c-10.093-18.211-25.617-42.906-43.591-71.5C153.678,333.129,91.471,234.169,91.471,187.231 C91.471,96.51,165.278,22.702,256,22.702S420.529,96.51,420.529,187.231c0,49.374-58.675,141.681-110.442,223.121 c-17.798,27.999-34.608,54.445-45.342,73.796C262.982,487.326,259.634,489.298,256,489.298z M256,42.702 c-79.694,0-144.529,64.835-144.529,144.529c0,41.173,63.071,141.509,109.124,214.77c13.591,21.622,25.792,41.031,35.415,57.27 c10.351-17.411,23.485-38.072,37.199-59.647C338.5,328.37,400.529,230.787,400.529,187.231 C400.529,107.538,335.693,42.702,256,42.702z' style='fill: inherit;'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg id='__id1_sw409tvxt2'%3E%3Cpath d='M256,260.453c-43.585,0-79.045-35.459-79.045-79.044s35.459-79.045,79.045-79.045 c43.6,0,79.07,35.459,79.07,79.045S299.6,260.453,256,260.453z M256,122.364c-32.558,0-59.045,26.487-59.045,59.045 s26.487,59.045,59.045,59.045c32.571,0,59.07-26.487,59.07-59.045S288.571,122.364,256,122.364z' style='fill: inherit;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      opacity: 0.2;
      position: absolute;
      top: 110px;
      right: 0; }

@media screen and (max-width: 1280px) {
  .about .row {
    flex-direction: column-reverse; }
  .about__img > img {
    object-fit: contain; }
  .about__content > h2 {
    font-size: 50px; }
  .about__content > p::after {
    display: none; } }

:root {
  --theme-main-font: 'Poppins', sans-serif;
  --theme-second-font: 'Poppins', sans-serif; }

.episodes {
  background-color: #2385c4;
  padding-bottom: 100px; }
  .episodes .block__title {
    margin-bottom: 100px; }
  .episodes__swiper-slide--img {
    position: relative; }
    .episodes__swiper-slide--img .img {
      width: 100%;
      height: 245px;
      object-fit: cover;
      border-radius: 8px;
      position: relative; }
    .episodes__swiper-slide--img .placeholder {
      border-radius: 8px;
      background: linear-gradient(90deg, #5170ff, #ff66c4); }
    .episodes__swiper-slide--img .episode_number {
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      z-index: 2; }
      .episodes__swiper-slide--img .episode_number .num {
        font-size: 100px;
        font-weight: 700;
        font-style: normal;
        line-height: 100%;
        color: #f7faf9; }
  .episodes__swiper-slide--content {
    display: block;
    width: 100%;
    margin-top: 40px;
    color: #f7faf9; }
    .episodes__swiper-slide--content .title {
      font-size: 26px;
      font-weight: 800;
      line-height: 130%;
      margin-bottom: 8px; }
    .episodes__swiper-slide--content .date {
      font-size: 16px;
      font-weight: 400;
      line-height: 130%;
      border-bottom: 2px solid; }
    .episodes__swiper-slide--content .excerpt {
      font-size: 20px;
      font-weight: 400;
      line-height: 130%;
      margin-top: 12px; }
  .episodes__swiper .navigation {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px; }
    .episodes__swiper .navigation .swiper-button-prev, .episodes__swiper .navigation .swiper-button-next {
      position: initial;
      width: 56px;
      height: 56px; }
      .episodes__swiper .navigation .swiper-button-prev:after, .episodes__swiper .navigation .swiper-button-next:after {
        content: '';
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #02cb6c;
        width: 56px;
        height: 56px;
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.61558 1.04567C0.381241 1.28008 0.249597 1.59797 0.249597 1.92942C0.249597 2.26088 0.381241 2.57876 0.61558 2.81317L6.80308 9.00067L0.61558 15.1882C0.387882 15.4239 0.261889 15.7397 0.264737 16.0674C0.267585 16.3952 0.399046 16.7087 0.630806 16.9404C0.862566 17.1722 1.17608 17.3037 1.50383 17.3065C1.83157 17.3094 2.14733 17.1834 2.38308 16.9557L9.45433 9.88442C9.68867 9.65001 9.82031 9.33213 9.82031 9.00067C9.82031 8.66922 9.68867 8.35133 9.45433 8.11692L2.38308 1.04567C2.14867 0.811332 1.83078 0.679687 1.49933 0.679687C1.16787 0.679687 0.849989 0.811332 0.61558 1.04567Z' fill='%23F7FAF9'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat; }
    .episodes__swiper .navigation .swiper-button-prev {
      transform: rotate(180deg); }

@media screen and (max-width: 1280px) {
  .episodes {
    padding: 25px 0; }
    .episodes .block__title {
      margin-bottom: 0; }
    .episodes__swiper-slide--img {
      position: relative; }
      .episodes__swiper-slide--img .img {
        width: 100%;
        height: 245px;
        object-fit: cover;
        border-radius: 8px;
        position: relative; }
      .episodes__swiper-slide--img .placeholder {
        border-radius: 8px;
        background: linear-gradient(90deg, #5170ff, #ff66c4); }
      .episodes__swiper-slide--img .episode_number {
        position: absolute;
        top: initial;
        bottom: 0;
        transform: translateY(0);
        flex-direction: row; } }

:root {
  --theme-main-font: 'Poppins', sans-serif;
  --theme-second-font: 'Poppins', sans-serif; }

.hosts {
  padding-bottom: 100px;
  background: linear-gradient(90deg, #8c52ff, #02cb6c); }
  .hosts__person {
    display: flex;
    align-items: center;
    padding: 16px 8px;
    border: 10px solid #f7faf9;
    gap: 30px;
    height: 100%; }
    .hosts__person--img {
      border: 10px solid #f7faf9;
      border-radius: 50%;
      overflow: hidden;
      min-width: 255px;
      height: auto; }
      .hosts__person--img > img {
        width: 100%;
        height: auto; }
    .hosts__person--content .name {
      font-size: 26px;
      font-weight: 700;
      font-style: normal;
      color: white; }
    .hosts__person--content .description {
      font-size: 24px;
      font-weight: 400;
      font-style: normal;
      color: white; }

@media screen and (max-width: 1280px) {
  .hosts {
    padding: 25px 0; } }

@media screen and (max-width: 768px) {
  .hosts__person {
    flex-direction: column; }
    .hosts__person--content {
      max-width: none; }
      .hosts__person--content .name {
        font-size: 22px; }
      .hosts__person--content .description {
        font-size: 20px; } }

:root {
  --theme-main-font: 'Poppins', sans-serif;
  --theme-second-font: 'Poppins', sans-serif; }

#toast-container > div {
  opacity: 1 !important; }
  #toast-container > div.toast-success {
    background-color: #2fe632; }

.add_a_corner {
  background-color: #118af2;
  padding-bottom: 100px; }
  .add_a_corner__content {
    display: flex;
    flex-direction: column;
    gap: 32px; }
    .add_a_corner__content > * {
      font-size: 26px;
      line-height: 130%;
      font-weight: 400; }
  .add_a_corner__img {
    display: flex;
    justify-content: center; }
  .add_a_corner__form {
    margin-top: 32px; }
    .add_a_corner__form .wpcf7-response-output {
      display: none !important; }
    .add_a_corner__form .wpcf7-spinner {
      top: -40px; }
    .add_a_corner__form input[type='submit'] {
      width: 100%;
      height: 60px;
      background-color: #2fe632;
      color: #f7faf9;
      border: none;
      border-radius: 50px;
      font-family: var(--theme-main-font);
      font-weight: 800;
      font-size: 20px;
      line-height: 130%;
      text-transform: uppercase;
      margin-top: 24px;
      cursor: pointer; }
  .add_a_corner__information--fields {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px; }
    .add_a_corner__information--fields input {
      width: 332px;
      height: 40px;
      border: none;
      border-radius: 50px;
      padding-left: 10px;
      outline: none; }
    .add_a_corner__information--fields p:last-child {
      width: 100%; }
      .add_a_corner__information--fields p:last-child textarea {
        width: 100%;
        border-radius: 15px;
        padding: 10px;
        outline: none;
        font-family: var(--theme-main-font); }
        .add_a_corner__information--fields p:last-child textarea::placeholder {
          font-weight: 400;
          font-size: 16px;
          line-height: 130%; }
    .add_a_corner__information--fields input,
    .add_a_corner__information--fields textarea {
      font-size: 16px; }
    .add_a_corner__information--fields input:focus,
    .add_a_corner__information--fields textarea:focus {
      transform: scale(1); }
    .add_a_corner__information--fields label {
      padding: 5px 0 0 10px; }
  .add_a_corner__corner_information {
    margin-top: 40px; }

@media screen and (max-width: 768px) {
  .add_a_corner {
    padding-bottom: 50px; }
    .add_a_corner__content > * {
      font-size: 20px; }
    .add_a_corner__information--fields p {
      width: 100%; }
    .add_a_corner__information--fields input {
      width: 100%; }
    .add_a_corner__img {
      display: none; } }

:root {
  --theme-main-font: 'Poppins', sans-serif;
  --theme-second-font: 'Poppins', sans-serif; }

@use "sass:math";
:root {
  /*
   * Headline
   */
  --theme-headline-font-size-72: 72px;
  --theme-headline-line-height-72: 80px;
  --theme-headline-font-size-64: 64px;
  --theme-headline-line-height-64: 70px;
  --theme-headline-font-size-56: 56px;
  --theme-headline-line-height-56: 62px;
  --theme-headline-font-size-48: 48px;
  --theme-headline-line-height-48: 52px;
  --theme-headline-font-size-40: 40px;
  --theme-headline-line-height-40: 48px;
  --theme-headline-font-size-36: 36px;
  --theme-headline-line-height-36: 42px;
  --theme-headline-font-size-32: 32px;
  --theme-headline-line-height-32: 38px;
  --theme-headline-font-size-28: 28px;
  --theme-headline-line-height-28: 34px;
  --theme-headline-font-size-24: 24px;
  --theme-headline-line-height-24: 30px;
  --theme-headline-font-size-20: 20px;
  --theme-headline-line-height-20: 26px;
  --theme-headline-font-size-18: 18px;
  --theme-headline-line-height-18: 24px;
  --theme-headline-font-size-16: 16px;
  --theme-headline-line-height-16: 22px;
  --theme-headline-font-size-14: 14px;
  --theme-headline-line-height-14: 18px;
  --theme-headline-font-size-12: 12px;
  --theme-headline-line-height-12: 16px;
  /*
   * Body
   */
  --theme-body-font-size-24: 24px;
  --theme-body-line-height-24: 36px;
  --theme-body-font-size-20: 20px;
  --theme-body-line-height-20: 30px;
  --theme-body-font-size-20: 20px;
  --theme-body-line-height-20: 28px;
  --theme-body-font-size-18: 18px;
  --theme-body-line-height-18: 28px;
  --theme-body-font-size-16: 16px;
  --theme-body-line-height-16: 24px;
  --theme-body-font-size-14: 14px;
  --theme-body-line-height-14: 22px;
  --theme-body-font-size-12: 12px;
  --theme-body-line-height-12: 18px;
  /*
   * Subtitle
   */
  --theme-subtitle-font-size-24: 24px;
  --theme-subtitle-line-height-24: 36px;
  --theme-subtitle-font-size-20: 20px;
  --theme-subtitle-line-height-20: 30px;
  --theme-subtitle-font-size-18: 18px;
  --theme-subtitle-line-height-18: 28px;
  --theme-subtitle-font-size-16: 16px;
  --theme-subtitle-line-height-16: 24px;
  --theme-subtitle-font-size-14: 14px;
  --theme-subtitle-line-height-14: 22px;
  --theme-subtitle-font-size-12: 12px;
  --theme-subtitle-line-height-12: 18px; }
  @media only screen and (max-width: 1279px) {
    :root {
      /*
     * Headline
     */
      --theme-headline-font-size-72: 64px;
      --theme-headline-line-height-72: 70px;
      --theme-headline-font-size-64: 56px;
      --theme-headline-line-height-64: 62px;
      --theme-headline-font-size-56: 48px;
      --theme-headline-line-height-56: 52px;
      --theme-headline-font-size-48: 40px;
      --theme-headline-line-height-48: 40px;
      --theme-headline-font-size-40: 36px;
      --theme-headline-line-height-40: 42px;
      --theme-headline-font-size-36: 32px;
      --theme-headline-line-height-36: 38px;
      --theme-headline-font-size-32: 28px;
      --theme-headline-line-height-32: 34px;
      --theme-headline-font-size-28: 28px;
      --theme-headline-line-height-28: 34px;
      --theme-headline-font-size-20: 20px;
      --theme-headline-line-height-20: 26px; } }
  @media (max-width: 767px) {
    :root {
      /*
     * Headline
     */
      --theme-headline-font-size-72: 28px;
      --theme-headline-line-height-72: 34px;
      --theme-headline-font-size-64: 28px;
      --theme-headline-line-height-64: 34px;
      --theme-headline-font-size-56: 28px;
      --theme-headline-line-height-56: 34px;
      --theme-headline-font-size-48: 28px;
      --theme-headline-line-height-48: 34px;
      --theme-headline-font-size-40: 28px;
      --theme-headline-line-height-40: 34px;
      --theme-headline-font-size-36: 28px;
      --theme-headline-line-height-36: 34px;
      --theme-headline-font-size-32: 24px;
      --theme-headline-line-height-32: 30px;
      --theme-headline-font-size-28: 24px;
      --theme-headline-line-height-28: 30px;
      --theme-headline-font-size-24: 20px;
      --theme-headline-line-height-24: 26px;
      --theme-headline-font-size-20: 18px;
      --theme-headline-line-height-20: 24px;
      --theme-headline-font-size-18: 18px;
      --theme-headline-line-height-18: 24px;
      /*
     * Body
     */
      --theme-body-font-size-24: 20px;
      --theme-body-line-height-24: 30px;
      --theme-body-font-size-20: 18px;
      --theme-body-line-height-20: 28px;
      /*
   * Subtitle
   */
      --theme-subtitle-font-size-24: 24px;
      --theme-subtitle-line-height-24: 20px;
      --theme-subtitle-font-size-20: 20px;
      --theme-subtitle-line-height-20: 18px; } }

:root {
  --theme-main-font: 'Poppins', sans-serif;
  --theme-second-font: 'Poppins', sans-serif; }

:root {
  --container-padding: 44px;
  --container-max-width: 1288px; }

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

html {
  scroll-behavior: smooth; }

html,
body {
  padding: 0;
  margin: 0;
  height: 100%; }

body {
  font-family: var(--theme-main-font);
  font-weight: 400;
  font-size: var(--theme-body-font-size-16);
  line-height: var(--theme-body-line-height-16);
  color: #f7faf9;
  -webkit-font-smoothing: antialiased; }
  body.rtl {
    direction: rtl; }
  body > .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%; }
    body > .wrapper .block__footer {
      margin-top: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-second-font);
  color: #f7faf9;
  margin: 0;
  font-weight: 800; }

p {
  margin: 0; }

ul,
ol,
nav {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

img {
  display: block;
  max-width: 100%; }

main > *:first-child {
  padding-top: 141px; }
  @media screen and (max-width: 1025px) {
    main > *:first-child {
      padding-top: 64px; } }
  @media screen and (max-width: 768px) {
    main > *:first-child {
      padding-top: 50px; } }
  @media screen and (max-width: 767px) {
    main > *:first-child {
      padding-top: 50px; } }

/*
 * wpseo-frontend-inspector
 */
[style='position: relative; z-index: 99998;'] {
  display: none !important; }

/*
 * Pixel perfect mu-plugin
 */
.pp__images img {
  max-width: initial !important; }

@media only screen and (max-width: 1279px) {
  :root {
    --container-padding: 28px;
    --container-max-width: 1044px; } }

@media (max-width: 767px) {
  :root {
    --container-padding: 10px; } }

.row {
  --gutter-x: 24px;
  --gutter-y: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x)); }
  .row .col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--gutter-x) * 0.5);
    padding-left: calc(var(--gutter-x) * 0.5);
    margin-top: var(--gutter-y); }
    .row .col-2 {
      flex: 0 0 auto;
      width: 16.66667%; }
    .row .col-3 {
      flex: 0 0 auto;
      width: 25%; }
    .row .col-4 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row .col-5 {
      flex: 0 0 auto;
      width: 41.66667%; }
    .row .col-6 {
      flex: 0 0 auto;
      width: 50%; }
    .row .col-7 {
      flex: 0 0 auto;
      width: 58.33333%; }
    .row .col-8 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row .col-9 {
      flex: 0 0 auto;
      width: 75%; }
    .row .col-10 {
      flex: 0 0 auto;
      width: 83.33333%; }
    .row .col-11 {
      flex: 0 0 auto;
      width: 91.66667%; }
    .row .col-12 {
      flex: 0 0 auto;
      width: 100%; }
  .row-20 {
    --gutter-x: 20px;
    --gutter-y: 20px; }
  .row-0 {
    --gutter-x: 0;
    --gutter-y: 0; }

@media screen and (max-width: 1279px) {
  .row {
    --gutter-x: 16px;
    --gutter-y: 16px; }
    .row-0 {
      --gutter-x: 0;
      --gutter-y: 0; }
    .row .col-sm {
      width: 100% !important;
      flex: 0 0 auto; }
      .row .col-sm-2 {
        width: 16.66667% !important; }
      .row .col-sm-3 {
        width: 25% !important; }
      .row .col-sm-4 {
        width: 33.33333% !important; }
      .row .col-sm-5 {
        width: 41.66667% !important; }
      .row .col-sm-6 {
        width: 50% !important; }
      .row .col-sm-7 {
        width: 58.33333% !important; }
      .row .col-sm-8 {
        width: 66.66667% !important; }
      .row .col-sm-9 {
        width: 75% !important; }
      .row .col-sm-10 {
        width: 83.33333% !important; }
      .row .col-sm-11 {
        width: 91.66667% !important; }
      .row .col-sm-12 {
        width: 100% !important; } }

@media (max-width: 767px) {
  .row .col-xs {
    width: 100% !important;
    flex: 0 0 auto; } }

/*
 * Gutter
 */
.gutter-x-20 {
  --gutter-x: 20px; }

.gutter-x-40 {
  --gutter-x: 40px; }

.gutter-y-20 {
  --gutter-y: 20px; }

.gutter-y-40 {
  --gutter-y: 40px; }

@media only screen and (max-width: 1279px) {
  .gutter-sm-x-20 {
    --gutter-x: 20px; }
  .gutter-sm-x-40 {
    --gutter-x: 40px; }
  .gutter-sm-y-20 {
    --gutter-y: 20px; }
  .gutter-sm-y-40 {
    --gutter-y: 40px; } }

/*
 * Gap
 */
.gap-8 {
  gap: 8px; }

.gap-12 {
  gap: 12px; }

.gap-16 {
  gap: 16px; }

.gap-20 {
  gap: 20px; }

.gap-40 {
  gap: 40px; }

.error_page {
  background: linear-gradient(90deg, #8c52ff, #02cb6c); }
  .error_page-wrapper {
    display: flex;
    justify-content: center;
    width: 100%; }
  .error_page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 422px; }
    .error_page-content .btn {
      margin-top: 40px; }
  .error_page-head {
    font-size: 200px;
    font-weight: bold;
    color: #f7faf9;
    margin-bottom: 80px; }
  .error_page-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 100px; }
  .error_page-subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    margin-top: 20px; }

@media screen and (max-width: 768px) {
  .error_page-content .btn {
    margin-top: 20px; }
  .error_page-title {
    font-size: 24px; }
  .error_page-subtitle {
    font-size: 20px;
    margin-top: 20px; } }

:root {
  --theme-main-font: 'Poppins', sans-serif;
  --theme-second-font: 'Poppins', sans-serif; }

.cmn-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: 0.2s linear;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  position: relative;
  border-radius: 8px; }
  .cmn-btn.uppercase {
    text-transform: uppercase; }
  .cmn-btn--main, .cmn-btn--second {
    padding: 21px 0;
    height: 64px;
    width: 282px; }
    .cmn-btn--main-md, .cmn-btn--second-md {
      font-size: 16px;
      height: 48px;
      width: 180px;
      padding: 14px 0; }
  .cmn-btn--main {
    background: #02cb6c;
    color: #f7faf9;
    border: #02cb6c; }
    .cmn-btn--main:hover {
      background: #02b461; }
  .cmn-btn--full {
    width: 100%; }

.container {
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--container-padding); }

.second-font {
  font-family: var(--theme-second-font); }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #5171ffbf;
  top: 0;
  left: 0;
  border-radius: 8px;
  z-index: 0; }

.list-bullet ul li {
  position: relative;
  padding-left: 24px; }
  .list-bullet ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #504d5c;
    position: absolute;
    left: 10px;
    top: 8px; }

.d-none {
  display: none !important; }

.d-flex {
  display: flex; }
  .d-flex-i {
    display: inline-flex; }
  .d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center; }
  .d-flex-column {
    display: flex;
    flex-direction: column; }
  .d-flex-wrap {
    display: flex;
    flex-wrap: wrap; }

.d-block-i {
  display: inline-block; }

@media screen and (min-width: 1280px) {
  .hide-lg {
    display: none !important; } }

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .hide-sm {
    display: none !important; } }

@media (max-width: 767px) {
  .hide-xs {
    display: none !important; } }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-space-around {
  justify-content: space-around; }

.align-items-center {
  align-items: center; }

.align-items-end {
  align-items: flex-end; }

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

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

.mt-12 {
  margin-top: 12px; }

.mt-20 {
  margin-top: 20px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.p-20 {
  padding: 20px; }

.p-30 {
  padding: 30px; }

.p-60 {
  padding: 60px; }

.br-20 {
  border-radius: 20px;
  overflow: hidden; }

.bg-white {
  background: #fff; }

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

.max-680 {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto; }

.main-section-padding {
  padding-top: calc(100px + 80px);
  padding-bottom: 100px; }
  @media only screen and (max-width: 1279px) and (min-width: 768px) {
    .main-section-padding {
      padding-top: calc(80px + 80px);
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .main-section-padding {
      padding-top: calc(60px + 80px);
      padding-bottom: 60px; } }

@media only screen and (max-width: 1279px) {
  [class*='sm-max'] {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .sm-max-400 {
    max-width: 400px; } }

@media (max-width: 767px) {
  .xs-max {
    width: 100%;
    max-width: 474px;
    margin-left: auto;
    margin-right: auto; }
  .xs-full {
    width: 100%; } }

.block {
  padding: 32px 0; }
  .block__title {
    font-weight: 700;
    font-size: 76px;
    line-height: 106px;
    color: #fff;
    text-transform: uppercase; }
    .block__title--wrapper {
      width: 100%;
      height: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 64px; }

@media only screen and (max-width: 1279px) {
  .block__title {
    font-size: 50px;
    line-height: 140%; } }

.tabs--head-label.active .chips--item {
  color: #fff;
  background: #2B2933; }

.tabs--item {
  display: none;
  animation: tab-opacity 0.8s;
  transition: 0.2s opacity; }
  .tabs--item.active {
    display: block; }

@keyframes tab-opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

body.admin-bar .block__header:not(.block__header--hide) {
  top: 32px; }

@media (max-width: 1279px) {
  /*
   * Hide admin bar
   */
  body.admin-bar {
    margin-top: -32px;
    top: 0 !important; }
    body.admin-bar #wpadminbar {
      display: none; }
    body.admin-bar .block__header:not(.block__header--hide) {
      top: 0; } }

@media screen and (max-width: 782px) {
  body.admin-bar {
    margin-top: -46px; } }

:root {
  --theme-main-font: 'Poppins', sans-serif;
  --theme-second-font: 'Poppins', sans-serif; }

@use "sass:math";
.block__header {
  position: fixed;
  width: 100%;
  top: 0;
  transition: top 0.3s, background-color 0.3s ease;
  z-index: 500;
  height: 55px;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #8c52ff, #02cb6c); }
  .block__header-container {
    margin: 0 auto;
    padding: 0 var(--container-padding);
    width: 100%;
    max-width: 1288px; }
  .block__header--wrapper {
    justify-content: flex-end; }
  .block__header-nav {
    width: 100%;
    gap: 16px;
    display: flex;
    flex-direction: column; }
  .block__header--hide {
    top: -134px; }

:root {
  --theme-main-font: 'Poppins', sans-serif;
  --theme-second-font: 'Poppins', sans-serif; }

@use "sass:math";
@media screen and (min-width: 1279px) {
  .block__header-nav nav {
    display: flex;
    justify-content: center; }
    .block__header-nav nav ul {
      width: 100%;
      justify-content: space-between;
      align-items: center;
      gap: 24px; }
      .block__header-nav nav ul .target_link,
      .block__header-nav nav ul .current-menu-item {
        border-bottom: 3px solid #f7faf9; }
      .block__header-nav nav ul > li a {
        font-weight: 400;
        font-size: 33px;
        line-height: 140%;
        color: #f7faf9; }
  .burger,
  #phone-icon {
    display: none; } }

@media only screen and (max-width: 1279px) {
  body.home .block__header .burger span, body.home .block__header .burger span:before, body.home .block__header .burger span:after,
  body.blog .block__header .burger span,
  body.blog .block__header .burger span:before,
  body.blog .block__header .burger span:after,
  body.single .block__header .burger span,
  body.single .block__header .burger span:before,
  body.single .block__header .burger span:after {
    background: #8c52ff; }
  #phone-icon {
    margin-right: 16px;
    width: 36px; }
    #phone-icon > a {
      display: inline-block;
      width: 36px;
      height: 32px; }
      #phone-icon > a > img {
        width: 36px;
        height: 36px; }
  body.body-nav-show {
    overflow: hidden; }
    body.body-nav-show .block__header-nav > nav {
      visibility: visible;
      transform: translateY(0);
      opacity: 1;
      overflow-y: auto;
      overflow-x: hidden;
      display: flex;
      flex-direction: column; }
    body.body-nav-show .block__header-nav .contacts {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-self: baseline;
      gap: 20px;
      margin-top: 20px;
      padding-left: 10px;
      padding-bottom: 50px; }
      body.body-nav-show .block__header-nav .contacts-icons {
        display: flex;
        gap: 10px; }
        body.body-nav-show .block__header-nav .contacts-icons img {
          width: 30px;
          height: 30px; }
    body.body-nav-show .block__header .burger span {
      background: #fff0; }
      body.body-nav-show .block__header .burger span:before {
        background-color: #8c52ff;
        top: 0;
        transform: rotate(45deg);
        transition: top 200ms, transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      body.body-nav-show .block__header .burger span:after {
        background-color: #8c52ff;
        top: 0;
        transform: rotate(-45deg);
        transition: bottom 200ms, transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .block__header-nav > nav, .block__header-contacts {
    position: absolute;
    left: 0;
    top: 100%;
    background: transparent;
    background: linear-gradient(90deg, #8c52ff, #02cb6c);
    height: 100vh;
    z-index: 9999;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.2s ease; }
  .block__header-nav > nav {
    /*
         * All li
         */ }
    .block__header-nav > nav > ul {
      display: flex;
      padding: 20px 0;
      flex-direction: column;
      align-items: center;
      gap: 4px;
      width: 100%; }
      .block__header-nav > nav > ul .btn {
        display: none; }
    .block__header-nav > nav li {
      display: flex;
      padding: 10px;
      align-items: flex-start;
      gap: 8px;
      border-radius: 8px;
      width: 100%; }
      .block__header-nav > nav li:hover {
        background: rgba(216, 218, 229, 0.2); }
      .block__header-nav > nav li a {
        color: #fff;
        font-weight: 500;
        font-size: 26px;
        line-height: 140%;
        width: 100%; }
  .block__header .burger {
    position: relative;
    display: flex;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer; }
    .block__header .burger span {
      top: 50%;
      margin-top: -1px;
      transition: 0.3s; }
      .block__header .burger span, .block__header .burger span:before, .block__header .burger span:after {
        width: 25px;
        position: absolute;
        height: 2px;
        display: block;
        border-radius: 2px; }
      .block__header .burger span:after {
        content: '';
        bottom: -8px;
        transition: bottom 200ms 200ms, transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1); }
      .block__header .burger span:before {
        content: '';
        top: -8px;
        transition: top 200ms 200ms, transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1); } }

:root {
  --theme-main-font: 'Poppins', sans-serif;
  --theme-second-font: 'Poppins', sans-serif; }

.block__footer {
  background: linear-gradient(90deg, #8c52ff, #02cb6c);
  padding-bottom: 100px;
  padding-top: 50px; }
  .block__footer--content .email {
    display: flex;
    align-items: center;
    gap: 12px; }
    .block__footer--content .email > img {
      max-width: 98px;
      width: 100%;
      max-height: 70px;
      height: 100%; }
    .block__footer--content .email__text {
      display: flex;
      flex-direction: column; }
      .block__footer--content .email__text > * {
        font-size: 26px;
        font-weight: 400;
        line-height: 130%; }
      .block__footer--content .email__text > a {
        color: #f7faf9; }
  .block__footer--content .social {
    display: flex;
    gap: 32px;
    margin-top: 36px; }
    .block__footer--content .social img {
      max-width: 100px;
      width: 100%;
      max-height: 100px;
      height: 100%; }
  .block__footer--sponsor {
    display: flex;
    flex-direction: column; }
    .block__footer--sponsor-wrapper {
      display: flex;
      gap: 12px; }
      .block__footer--sponsor-wrapper > img {
        max-width: 140px;
        width: 100%;
        max-height: 390px;
        height: 100%; }
    .block__footer--sponsor .title {
      font-size: 80px;
      line-height: 130%;
      font-weight: 400; }
    .block__footer--sponsor .content {
      display: flex;
      flex-direction: column;
      row-gap: 20px; }
      .block__footer--sponsor .content > * {
        font-size: 24px;
        line-height: 130%;
        font-weight: 400; }
      .block__footer--sponsor .content a {
        color: inherit;
        text-decoration: underline; }

@media screen and (max-width: 768px) {
  .block__footer {
    padding-bottom: 50px; }
    .block__footer--content .email > img {
      max-width: 98px;
      width: 100%;
      max-height: 70px;
      height: 100%; }
    .block__footer--content .email__text > * {
      font-size: 16px; }
    .block__footer--content .social {
      display: flex;
      gap: 32px;
      margin-top: 36px; }
      .block__footer--content .social img {
        max-width: 100px;
        width: 100%;
        max-height: 100px;
        height: 100%; }
    .block__footer--sponsor-wrapper {
      padding-top: 30px; }
    .block__footer--sponsor .content > * {
      font-size: 18px; } }

.blog {
  background-color: #2385c4; }
  .blog__wrapper {
    padding-bottom: 100px; }
  .blog__post .img {
    width: 100%;
    height: 384px;
    object-fit: cover;
    background: linear-gradient(90deg, #5170ff, #ff66c4);
    border-radius: 8px; }
  .blog__post--content {
    margin-top: 24px;
    color: white; }
    .blog__post--content .title {
      font-size: 26px;
      font-weight: 800;
      line-height: 130%;
      margin-bottom: 8px; }
    .blog__post--content .date {
      font-size: 16px;
      font-weight: 400;
      line-height: 130%;
      border-bottom: 2px solid; }
    .blog__post--content .excerpt {
      font-size: 20px;
      font-weight: 400;
      line-height: 130%;
      margin-top: 12px; }

.page__policy--box {
  padding: 100px 0; }

.page__policy .block__title {
  max-width: none;
  margin-bottom: 64px; }

.page__policy--content > *:not(:last-child) {
  margin-bottom: 20px; }

.page__policy--content > * + h2,
.page__policy--content > * + h3,
.page__policy--content > * + h4 {
  margin-top: 40px; }

.page__policy--content h1 {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px !important; }

.page__policy--content h2 {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 600; }

.page__policy--content h3 {
  font-size: 18px;
  line-height: 21.6px; }

.page__policy--content h4 {
  font-size: 16px;
  line-height: 19.2px; }

.page__policy--content p,
.page__policy--content ul,
.page__policy--content ol {
  font-size: 16px;
  line-height: 140%; }

.page__policy--content ul li {
  position: relative;
  padding-left: 23px; }
  .page__policy--content ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #627384;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 9px; }

.page__policy--content strong {
  color: #363b49;
  font-weight: 500; }

.page__policy--content a {
  color: #2982ff;
  text-decoration-line: underline;
  word-break: break-all; }
  .page__policy--content a:hover {
    text-decoration: none; }

@media only screen and (max-width: 1279px) {
  .page__default--box {
    padding: 80px 0; } }

@media (max-width: 767px) {
  .page__policy .policy {
    padding-top: 90px; }
  .page__policy--box {
    padding: 60px 0; }
  .page__policy--content h1 {
    font-size: 28px;
    line-height: 33.6px; }
  .page__policy--content h2 {
    font-size: 20px;
    line-height: 24px; }
  .page__policy--content h3 {
    font-size: 16px;
    line-height: 19.2px; } }

.single {
  background-color: #2385c4; }
  .single__content h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 130%;
    margin-bottom: 16px; }
  .single__content p {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 32px; }
    .single__content p:not(:last-child) {
      margin-bottom: 16px; }
  .single__content ul {
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px; }
    .single__content ul li {
      margin-left: 24px;
      font-weight: 400;
      font-style: normal;
      font-size: 18px;
      line-height: 32px; }
  .single__content figure {
    padding: 0;
    margin: 0 0 24px; }

@media (max-width: 1025px) {
  .single__content h2 {
    font-size: 28px; }
  .single__content p {
    font-size: 16px;
    line-height: 24px; }
  .single__content ul li {
    font-size: 16px; }
  .single__content figure img {
    object-fit: contain;
    width: 100%;
    height: auto; } }
