/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-sign-up/block-sign-up.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
.header_right-switcher.desktop {
  display: block; }

.header_right-switcher.mobile {
  display: none; }

.header_right-switcher .wpml-ls-legacy-dropdown {
  width: auto;
  background-color: transparent;
  border: none; }

.header_right-switcher li a {
  background-color: transparent;
  border: none; }
  .header_right-switcher li a::after {
    color: #fff; }
  .header_right-switcher li a span {
    display: none; }

.header_right-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.header_right-switcher .wpml-ls-legacy-dropdown a:focus, .header_right-switcher .wpml-ls-legacy-dropdown a:hover {
  background-color: transparent; }

.header_right-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none; }

@media screen and (max-width: 1440px) {
  .header_right-switcher.desktop {
    display: none; }
  .header_right-switcher.mobile {
    display: block;
    position: fixed;
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    transition: 0.3s ease; }
    .header_right-switcher.mobile .wpml-ls-legacy-dropdown .wpml-ls-item {
      display: flex;
      align-items: center; }
    .header_right-switcher.mobile .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
      padding-right: 10px; }
    .header_right-switcher.mobile .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
      visibility: visible;
      position: relative;
      display: flex;
      align-items: center; }
    .header_right-switcher.mobile li a::after {
      display: none; }
    .header_right-switcher.mobile.open {
      bottom: 50px;
      transition: 0.3s ease; } }

.page-not-found {
  height: 100vh; }
  .page-not-found-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column; }
    .page-not-found-inner h1 {
      margin-bottom: 25px; }
    .page-not-found-inner p {
      margin-bottom: 40px; }

.sign-up-block {
  margin: 48px 0; }
  @media screen and (max-width: 991px) {
    .sign-up-block {
      margin: 30px 0 0; } }
  @media screen and (max-width: 640px) {
    .sign-up-block {
      margin: 20px 0 0; } }
  .sign-up-block-inner {
    padding: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    background-color: #0d6efd;
    font-family: "Noto Sans"; }
    .sign-up-block-inner.vertical {
      flex-direction: column;
      text-align: center; }
      .sign-up-block-inner.vertical .sign-up-block-inner-left {
        margin-bottom: 15px; }
    @media screen and (max-width: 991px) {
      .sign-up-block-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px; } }
    @media screen and (max-width: 640px) {
      .sign-up-block-inner {
        padding: 20px; } }
    .sign-up-block-inner p {
      color: rgba(255, 255, 255, 0.5);
      line-height: 24px;
      font-size: 16px;
      font-family: "Noto Sans"; }
    @media screen and (max-width: 991px) {
      .sign-up-block-inner-left {
        text-align: center;
        max-width: 100%;
        width: 100%; } }
    .sign-up-block-inner-left h3 {
      font-size: 28px;
      color: #fff;
      font-weight: 700;
      margin-bottom: 10px;
      line-height: 32px; }
    .sign-up-block-inner-right {
      max-width: 360px;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .sign-up-block-inner-right {
          max-width: 100%;
          width: 100%;
          text-align: center;
          margin-top: 15px; } }
      .sign-up-block-inner-right p {
        font-size: 14px; }
    .sign-up-block-inner .wpcf7-form {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      width: 100%;
      position: relative;
      margin-bottom: 15px; }
      @media screen and (max-width: 991px) {
        .sign-up-block-inner .wpcf7-form {
          justify-content: center; } }
      .sign-up-block-inner .wpcf7-form input {
        padding: 6px 12px;
        border: none;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        height: 100%;
        width: 100%; }
      .sign-up-block-inner .wpcf7-form .form-field {
        height: 38px;
        width: 70%; }
        @media screen and (max-width: 400px) {
          .sign-up-block-inner .wpcf7-form .form-field {
            width: 60%; } }
      .sign-up-block-inner .wpcf7-form .form-field-submit {
        position: relative;
        height: 38px; }
        .sign-up-block-inner .wpcf7-form .form-field-submit input {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          border-top-right-radius: 6px;
          border-bottom-right-radius: 6px;
          background-color: #0d6efd;
          border-color: #fff;
          color: #fff;
          border: 1px solid #fff;
          font-size: 16px; }
          .sign-up-block-inner .wpcf7-form .form-field-submit input:hover {
            color: #171717;
            background-color: #f8f9fa;
            border-color: #f8f9fa; }
        .sign-up-block-inner .wpcf7-form .form-field-submit .wpcf7-spinner {
          display: none !important; }
      .sign-up-block-inner .wpcf7-form .wpcf7-response-output {
        width: 100%; }
      .sign-up-block-inner .wpcf7-form .wpcf7-not-valid-tip {
        width: 100%;
        font-size: 12px;
        text-align: left; }

