/* Dektop */ 
@media screen and (min-width: 769px) {

  html {
    scroll-behavior: smooth;
  }

  .mb_YTPBar.inlinePlayer.compact {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  .header-scrolling header {
    background-color: #001f3f;
  }

  .box-section {
    padding: 0 12px;
  }

  .box-section.navy {
    background-color: #001f3f;
  }

  .box-section .box-area {
    width: 100%;
    background-color: #ffffff;
    border-radius: 16px;
  }

  .box-section .box-area.overflow {
    overflow: hidden;
  }

  .box-section.margin-bottom .box-area {
    position: relative;
    margin-bottom: -40px;
  }

  .box-section.margin-top-default .box-area {
    position: relative;
    margin-top: -40px;
  }

  .box-section.margin-top .box-area {
    position: relative;
    margin-top: -187px;
  }

  .box-section.margin-top-partners .box-area {
    position: relative;
    margin-top: -290px;
  }

  .box-section.margin-top-blog .box-area {
    position: relative;
    margin-top: -487px;
    margin-bottom: -45px;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    z-index: 10;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
  }

  header .container {
    max-width: 1792px;
  }

  header .grid {
    display: grid;
    grid-template-columns: 149px 1fr;
    gap: 10px;
    align-items: center;
    grid-template-areas: "logo menu";
  }

  header .grid .logo a {
    display: block;
  }

  header .grid .logo a img {
    width: 100%;
    height: auto;
  }

  header .grid .ico {
    display: none;
  }

  header .grid .items {
    display: grid;
    grid-template-columns: 1fr 376px;
    gap: 10px;
    align-items: center;
    grid-template-areas: "menu links";
  }

  header .grid .items .logo-menu {
    display: none;
  }

  header .grid .items .close {
    display: none;
  }

  header .grid .box-menu nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .grid .box-menu nav ul {
    display: flex;
    align-items: center;
    gap: 27px;
  }

  header .grid .box-menu nav ul li {
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
  }

  header .grid .box-menu nav ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #ffffff;
  }

  header .grid .box-menu nav ul li a .icon {
    width: 14px;
    height: 8px;
    fill: transparent;
    stroke: #356efc;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  header .grid .box-menu nav ul li .sub-menu {
    position: absolute;
    top: calc(90% + 28px);
    left: 0;
    width: 800px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
  }

  header .grid .box-menu nav ul li .sub-menu:before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 12.5px 13px 12.5px;
    border-color: transparent transparent #0e2652 transparent;
    transform: rotate(0deg);
    position: absolute;
    top: -9px;
    left: 45px;
  }

  header .grid .box-menu nav ul li .sub-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu {
    border-radius: 16px;
    overflow: hidden;
    background: #0e2652;
    display: grid;
    grid-template-columns: 1.12fr 1fr;
    gap: 0;
    align-items: stretch;
    padding: 0;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links {
    padding: 39px 36px 37px 35px;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul {
    width: 100%;
    display: block;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li {
    width: 100%;
    margin: 0 0 11px 0;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li a {
    width: 100%;
    display: block;
    display: flex;
    align-items: start;
    gap: 11px;
    padding: 8px 8.5px;
    border-radius: 8px;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li a .icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    fill: transparent;
    stroke: #22c55e;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li a .content .title {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #ffffff;
    display: block;
    padding: 0 0 3px 0;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li a .content .text {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 12px, 12px);
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    display: block;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li:last-child {
    margin: 0;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li:hover a {
    background-color: #0d2148;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image {
    padding: 47px 50px 37px 74px;
    background: #0d2148 url(../images/bg-submenu.png) bottom right no-repeat;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image .title-sidebar {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #ffffff;
    padding: 0 0 8px 4px;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image p {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 12px, 12px);
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 0 20px 4px;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image img {
    width: 241px;
    height: auto;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 14px, 14px);
    font-weight: 600;
    line-height: 16.8px;
    text-align: left;
    color: #356efc;
    margin: 25px 0 0 6px;
    padding: 0;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image a .icon {
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: #356efc;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: rotate(135deg);
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image .box .box-list-post-menu {
    background-color: red;
    padding: 16px;
    display: grid;
    grid-template-columns: 95px 1fr;
    gap: 16px;
    align-items: start;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image .box .box-list-post-menu .images {
    width: 95px;
    height: 60px;
    overflow: hidden;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image .box .box-list-post-menu .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts {
    padding: 47px 35px 37px 35px;
    background: #0d2148 url(../images/bg-submenu.png) bottom right no-repeat;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts .title-sidebar {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #ffffff;
    padding: 0 0 8px 4px;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts p {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 12px, 12px);
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 0 20px 4px;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts a.link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 14px, 14px);
    font-weight: 600;
    line-height: 16.8px;
    text-align: left;
    color: #356efc;
    margin: 25px 0 0 6px;
    padding: 0;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts a.link .icon {
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: #356efc;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: rotate(135deg);
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts .box .box-list-post-menu {
    background-color: #ffffff;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 95px 1fr;
    gap: 16px;
    align-items: center;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts .box .box-list-post-menu .images {
    width: 95px;
    height: 60px;
    overflow: hidden;
    border-radius: 4px;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts .box .box-list-post-menu .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts .box .box-list-post-menu .title-blog {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 12px, 12px);
    font-weight: 700;
    line-height: 16.8px;
    text-align: left;
    color: #001f3f;
  }

  header .grid .box-menu nav ul li:hover {
    background-color: #0e2652;
    border-radius: 8px;
  }

  header .grid .box-menu nav ul li.act {
    background-color: #0e2652;
    border-radius: 8px;
  }

  header .grid .box-menu nav ul li.act .sub-menu {
    top: calc(100% + 28px);
    opacity: 1;
    visibility: visible;
  }

  header .grid .others-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  header .grid .others-link .langs {
    width: 83px;
    height: 51px;
    background-color: #142a55;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
  }

  header .grid .others-link .langs .selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px;
    cursor: pointer;
  }

  header .grid .others-link .langs .selected .flag {
    width: 29px;
    height: 29px;
    overflow: hidden;
    border-radius: 50%;
  }

  header .grid .others-link .langs .selected .flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  header .grid .others-link .langs .selected .icon {
    width: 16px;
    height: 9px;
    fill: transparent;
    stroke: #356efc;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  header .grid .others-link .langs .select-flag {
    width: 83px;
    background-color: #142a55;
    position: absolute;
    top: 80%;
    left: 0;
    padding: 0px 12px 12px 12px;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
  }

  header .grid .others-link .langs .select-flag ul li {
    padding-bottom: 5px;
  }

  header .grid .others-link .langs .select-flag ul li a {
    display: block;
    width: 29px;
    height: 29px;
    overflow: hidden;
    border-radius: 50%;
  }

  header .grid .others-link .langs .select-flag ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  header .grid .others-link .langs .select-flag ul li:last-child {
    padding-bottom: 0;
  }

  header .grid .others-link .langs.open-lang {
    border-radius: 10px 10px 0 0;
  }

  header .grid .others-link .langs.open-lang .select-flag {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  header .grid .others-link .login {
    width: 83px;
    height: 51px;
  }

  header .grid .others-link .test-free {
    width: 180px;
    height: 51px;
  }

  header#blog .container {
    max-width: 1262px;
  }

  header#blog .grid {
    display: grid;
    grid-template-columns: 149px 1fr;
    gap: 10px;
    align-items: center;
    grid-template-areas: "logo menu";
  }

  header#blog .grid .items {
    display: grid;
    grid-template-columns: 1fr 230px;
    gap: 10px;
    align-items: center;
    grid-template-areas: "menu search";
  }

  header#blog .grid .box-search {
    width: 230px;
    height: 44px;
  }

  header#blog .grid .box-search .box {
    width: 230px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
  }

  header#blog .grid .box-search .box input {
    width: 100%;
    height: 100%;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #ffffff;
    padding: 0 60px 0 18px;
    border: none;
    outline: none;
    background: transparent;
  }

  header#blog .grid .box-search .box button {
    width: 34px;
    height: 34px;
    background-color: #356efc;
    position: absolute;
    top: 4px;
    right: 6px;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header#blog .grid .box-search .box button .icon {
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  @media (min-width: 1326px) and (max-width: 1792px) {
    header .grid .box-menu nav ul {
      gap: 1.5067vw !important;
    }
  }

  footer {
    background: linear-gradient(47.99deg, #0c1f44 43.12%, #1f4eaa 153.5%);
  }

  footer .grid {
    padding: 94px 0 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    grid-template-columns: 555px 1.72fr 1.5fr 1fr;
    gap: 20px;
    align-items: start;
  }

  footer .grid .box-logo {
    padding: 10px 0 0 0;
  }

  footer .grid .box-logo .logo {
    width: 222px;
    height: 67px;
    display: block;
  }

  footer .grid .box-logo .logo img {
    width: 100%;
    height: auto;
  }

  footer .grid .box-logo p {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    padding: 27px 0 22px 0;
  }

  footer .grid .box-logo .logos-footer {
    width: 445px;
    height: 76px;
  }

  footer .grid .box-logo .box-google {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 25px 0 0 4px;
  }

  footer .grid .box-logo .box-google .logo-google {
    width: 21.25px;
    height: 21.52px;
  }

  footer .grid .box-logo .box-google span {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 13px, 13px);
    font-weight: 500;
    line-height: 15.73px;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.7px;
  }

  footer .grid .box-logo .box-google span.rate {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 13px, 13px);
    font-weight: 700;
    line-height: 15.73px;
    text-align: left;
    color: #ffb800;
  }

  footer .grid .box-logo .box-google span.rate .stars {
    width: 84.67px;
    height: 16px;
  }

  footer .grid .links h5 {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
    padding: 0 0 12px 0;
  }

  footer .grid .links ul li {
    padding: 0 0 12px 0;
  }

  footer .grid .links ul li a {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
  }

  footer .grid .links ul li a:hover {
    text-decoration: underline;
  }

  footer .grid-support {
    padding: 30px 0 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    grid-template-columns: 0.9fr 0.9fr 0.9fr 1fr;
    gap: 20px;
    align-items: start;
  }

  footer .grid-support .links ul li {
    padding: 0 0 2px 0;
    display: flex;
    align-items: start;
    gap: 16px;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 14px, 14px);
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: #ffffff;
  }

  footer .grid-support .links ul li .icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  footer .grid-support .links ul li a {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 14px, 14px);
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: #ffffff;
  }

  footer .grid-support .links ul li a:hover {
    text-decoration: underline;
  }

  footer .grid-support .social-media ul {
    display: flex;
    align-items: start;
    justify-content: end;
    gap: 14.2px;
  }

  footer .grid-support .social-media ul li a {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37.87px;
    height: 37.87px;
    background-color: #356efc;
    border-radius: 50%;
  }

  footer .grid-support .social-media ul li a img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
  }

  footer .grid-support .social-media ul li a .icon {
    width: 37.87px;
    height: 37.87px;
    fill: #ffffff;
  }

  footer .grid-support .social-media ul li a .icon.stroke {
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  footer .grid-support .social-media ul li a:hover {
    opacity: 0.5;
  }

  footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 30px 0 56px 0;
  }

  footer .copyright p {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #70788c;
  }

  footer .copyright .back-top {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 12px, 12px);
    font-weight: 400;
    line-height: 14.4px;
    text-align: left;
    color: #ffffff;
  }

  footer .copyright .back-top .icon {
    transform: rotate(90deg);
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: #356efc;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  footer .copyright .back-top:hover {
    text-decoration: underline;
  }

  .modal-block {
    width: 100%;
    height: 100vh;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
  }

  .box-modal {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 700px;
  }

  .box-modal .modal-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
  }

  .box-modal .content-modal {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    width: 1000px;
    overflow: hidden;
  }

  .box-modal .content-modal .close {
    width: 40px;
    height: 40px;
    background-color: #356efc;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 20px, 20px);
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .box-modal .content-modal .grid-modal {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
    align-items: stretch;
  }

  .box-modal .content-modal .grid-modal .text {
    padding: 85px 103px 85px 68px;
    background-color: #fff;
  }

  .box-modal .content-modal .grid-modal .text .subtitle {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 18px, 18px);
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    color: #356efc;
    letter-spacing: 0.2px;
    padding: 0 0 25px 0;
    display: block;
  }

  .box-modal .content-modal .grid-modal .text .title {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 28px, 28px);
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    color: #0c1f44;
    letter-spacing: 0.6px;
    padding: 0 0 25px 0;
  }

  .box-modal .content-modal .grid-modal .text .title b,
  .box-modal .content-modal .grid-modal .text .title strong {
    color: #356efc;
  }

  .box-modal .content-modal .grid-modal .text p {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: 0.1px;
    padding: 0 0 48px 0;
  }

  .box-modal .content-modal .grid-modal .text .box-video-modal {
    width: 100%;
    height: 230px;
    border-radius: 8px;
    overflow: hidden;
  }

  .box-modal .content-modal .grid-modal .text .box-video-modal iframe {
    width: 100%;
    height: 100%;
  }

  .box-modal .content-modal .grid-modal .form {
    padding: 76px 103px 57px 103px;
  }

  .box-modal .content-modal .grid-modal .form .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }

  .box-modal .content-modal .grid-modal .form input {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    background: transparent;
    width: 100%;
    height: 48px;
    border: 1px solid #a9c7d3;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #000000;
    padding: 0 22px;
    margin-bottom: 20px;
    outline: none;
  }

  .box-modal .content-modal .grid-modal .form input:hover, .box-modal .content-modal .grid-modal .form input:focus {
    border: 1px solid #356efc;
  }

  .box-modal .content-modal .grid-modal .form input[type="submit"] {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 500;
    line-height: 22.4px;
    text-align: center;
    color: #ffffff;
    background: #356efc;
    border: 1px solid #356efc;
    height: 51px;
    border-radius: 10px;
    margin-bottom: 33px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
  }

  .box-modal .content-modal .grid-modal .form input[type="submit"]:hover {
    background: transparent;
    color: #356efc;
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper {
    margin-bottom: 20px;
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper .selectric {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    background: transparent;
    border: 1px solid #a9c7d3;
    border-radius: 6px;
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper .selectric .label {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 500;
    line-height: 46px;
    text-align: left;
    color: #000000;
    height: 46px;
    margin: 0 38px 0 22px;
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper .selectric .button {
    background: transparent;
    height: 46px;
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper .selectric .button:after {
    border: 0;
    border-top: 2px solid #356efc;
    border-right: 2px solid #356efc;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper.selectric-hover .selectric {
    border: 1px solid #356efc;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item {
    margin: 7px 0 31px 0;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item .wpcf7-list-item-label {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 14px, 14px);
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: rgba(12, 31, 68, 0.7);
    padding: 4px 0 0 26px;
    display: block;
    position: relative;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item .wpcf7-list-item-label:before {
    content: "";
    width: 14px;
    height: 14px;
    background: rgba(59, 58, 89, 0.1);
    position: absolute;
    top: 11px;
    left: 0;
    border-radius: 4px;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item .wpcf7-list-item-label:after {
    content: "";
    width: 8px;
    height: 6px;
    border-top: 2px solid #356efc;
    border-right: 2px solid #356efc;
    position: absolute;
    top: 14px;
    left: 3px;
    transform: rotate(135deg);
    opacity: 0;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    width: 5px;
    height: 5px;
    opacity: 0;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
  }

  .box-modal .content-modal .grid-modal .form p {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 12px, 12px);
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    color: rgba(0, 31, 63, 0.7);
    letter-spacing: 0.1px;
    padding: 0 0 0 0;
  }

  body.loading:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background-color: rgba(0, 31, 63, 0.7);
  }

  #player {
    width: 100%;
    height: 100%;
  }

}

/* Reponsive */
@media screen and (min-width: 769px) and (max-width: 1325px) {

  .box-section {
    padding: 0 0.90566vw;
  }

  .box-section .box-area {
    border-radius: 1.20755vw;
  }

  .box-section.margin-bottom .box-area {
    margin-bottom: -3.01887vw;
  }

  .box-section.margin-top-default .box-area {
    margin-top: -3.01887vw;
  }

  .box-section.margin-top .box-area {
    margin-top: -14.11321vw;
  }

  .box-section.margin-top-partners .box-area {
    margin-top: -21.88679vw;
  }

  .box-section.margin-top-blog .box-area {
    margin-top: -36.75472vw;
    margin-bottom: -3.39623vw;
  }

  header {
    padding: 2.26415vw 0;
  }

  header .container {
    max-width: 135.24528vw;
  }

  header .grid {
    display: grid;
    grid-template-columns: 11.24528vw 1fr;
    gap: 0.75472vw;
    align-items: center;
    grid-template-areas: "logo menu";
  }

  header .grid .items {
    display: grid;
    grid-template-columns: 1fr 28.37736vw;
    gap: 0.75472vw;
    align-items: center;
    grid-template-areas: "menu links";
  }

  header .grid .box-menu nav {
    display: block;
  }

  header .grid .box-menu nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  header .grid .box-menu nav ul li a {
    display: flex;
    align-items: center;
    gap: 0.60377vw;
    padding: 1.20755vw 0.60377vw;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.20755vw, 1.20755vw);
    font-weight: 500;
    line-height: 1.44906vw;
    text-align: left;
    color: #ffffff;
  }

  header .grid .box-menu nav ul li a .icon {
    width: 1.0566vw;
    height: 0.60377vw;
    stroke-width: 0.15094vw;
  }

  header .grid .box-menu nav ul li .sub-menu {
    top: calc(90% + 2.11321vw);
    width: 60.37736vw;
  }

  header .grid .box-menu nav ul li .sub-menu:before {
    border-width: 0 0.9434vw 0.98113vw 0.9434vw;
    top: -0.67925vw;
    left: 3.39623vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu {
    border-radius: 1.20755vw;
    display: grid;
    grid-template-columns: 1.12fr 1fr;
    gap: 0;
    align-items: stretch;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links {
    padding: 2.9434vw 2.71698vw 2.79245vw 2.64151vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li {
    margin: 0 0 0.83019vw 0;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li a {
    display: flex;
    align-items: start;
    gap: 0.83019vw;
    padding: 0.60377vw 0.64151vw;
    border-radius: 0.60377vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li a .icon {
    width: 2.11321vw;
    height: 2.11321vw;
    stroke-width: 0.15094vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li a .content .title {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.20755vw, 1.20755vw);
    font-weight: 500;
    line-height: 1.44906vw;
    text-align: left;
    color: #ffffff;
    padding: 0 0 0.22642vw 0;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li a .content .text {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 0.90566vw, 0.90566vw);
    font-weight: 400;
    line-height: 1.26792vw;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    display: block;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li:last-child {
    margin: 0;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image {
    padding: 3.54717vw 3.77358vw 2.79245vw 5.58491vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image .title-sidebar {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.20755vw, 1.20755vw);
    font-weight: 500;
    line-height: 1.44906vw;
    text-align: left;
    color: #ffffff;
    padding: 0 0 0.60377vw 0.30189vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image p {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 0.90566vw, 0.90566vw);
    font-weight: 400;
    line-height: 1.26792vw;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 0 1.50943vw 0.30189vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image img {
    width: 18.18868vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image a {
    display: flex;
    align-items: center;
    gap: 0.30189vw;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.0566vw, 1.0566vw);
    font-weight: 600;
    line-height: 1.26792vw;
    text-align: left;
    color: #356efc;
    margin: 1.88679vw 0 0 0.45283vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image a .icon {
    width: 1.81132vw;
    height: 1.81132vw;
    stroke-width: 0.15094vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image .box .box-list-post-menu {
    padding: 1.20755vw;
    display: grid;
    grid-template-columns: 7.16981vw 1fr;
    gap: 1.20755vw;
    align-items: start;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image .box .box-list-post-menu .images {
    width: 7.16981vw;
    height: 4.5283vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts {
    padding: 3.54717vw 2.64151vw 2.79245vw 2.64151vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts .title-sidebar {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.20755vw, 1.20755vw);
    font-weight: 500;
    line-height: 1.44906vw;
    text-align: left;
    color: #ffffff;
    padding: 0 0 0.60377vw 0.30189vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts p {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 0.90566vw, 0.90566vw);
    font-weight: 400;
    line-height: 1.26792vw;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 0 1.50943vw 0.30189vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts a.link {
    display: flex;
    align-items: center;
    gap: 0.30189vw;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.0566vw, 1.0566vw);
    font-weight: 600;
    line-height: 1.26792vw;
    text-align: left;
    color: #356efc;
    margin: 1.88679vw 0 0 0.45283vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts a.link .icon {
    width: 1.81132vw;
    height: 1.81132vw;
    stroke-width: 0.15094vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts .box .box-list-post-menu {
    padding: 1.20755vw;
    margin-bottom: 1.20755vw;
    border-radius: 0.60377vw;
    display: grid;
    grid-template-columns: 7.16981vw 1fr;
    gap: 1.20755vw;
    align-items: center;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts .box .box-list-post-menu .images {
    width: 7.16981vw;
    height: 4.5283vw;
    border-radius: 0.30189vw;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts .box .box-list-post-menu .title-blog {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 0.90566vw, 0.90566vw);
    font-weight: 700;
    line-height: 1.26792vw;
    text-align: left;
    color: #001f3f;
  }

  header .grid .box-menu nav ul li:hover {
    border-radius: 0.60377vw;
  }

  header .grid .box-menu nav ul li.act {
    border-radius: 0.60377vw;
  }

  header .grid .box-menu nav ul li.act .sub-menu {
    top: calc(100% + 2.11321vw);
  }

  header .grid .others-link .langs {
    width: 6.26415vw;
    height: 3.84906vw;
    border-radius: 0.75472vw;
  }

  header .grid .others-link .langs .selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.60377vw;
    padding: 0.90566vw;
  }

  header .grid .others-link .langs .selected .flag {
    width: 2.18868vw;
    height: 2.18868vw;
  }

  header .grid .others-link .langs .selected .icon {
    width: 1.20755vw;
    height: 0.67925vw;
    stroke-width: 0.15094vw;
  }

  header .grid .others-link .langs .select-flag {
    width: 6.26415vw;
    padding: 0 0.90566vw 0.90566vw 0.90566vw;
    border-radius: 0 0 0.75472vw 0.75472vw;
  }

  header .grid .others-link .langs .select-flag ul li {
    padding-bottom: 0.37736vw;
  }

  header .grid .others-link .langs .select-flag ul li a {
    width: 2.18868vw;
    height: 2.18868vw;
  }

  header .grid .others-link .langs .select-flag ul li:last-child {
    padding-bottom: 0;
  }

  header .grid .others-link .langs.open-lang {
    border-radius: 0.75472vw 0.75472vw 0 0;
  }

  header .grid .others-link .login {
    width: 6.26415vw;
    height: 3.84906vw;
  }

  header .grid .others-link .test-free {
    width: 13.58491vw;
    height: 3.84906vw;
  }

  header#blog .grid {
    display: grid;
    grid-template-columns: 11.24528vw 1fr;
    gap: 0.75472vw;
    align-items: center;
    grid-template-areas: "logo menu";
  }

  header#blog .grid .items {
    display: grid;
    grid-template-columns: 1fr 17.35849vw;
    gap: 0.75472vw;
    align-items: center;
    grid-template-areas: "menu search";
  }

  header#blog .grid .box-search {
    width: 17.35849vw;
    height: 3.32075vw;
  }

  header#blog .grid .box-search .box {
    width: 17.35849vw;
    height: 3.32075vw;
    border-radius: 0.60377vw;
  }

  header#blog .grid .box-search .box input {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.20755vw, 1.20755vw);
    font-weight: 400;
    line-height: 1.44906vw;
    text-align: left;
    color: #ffffff;
    padding: 0 4.5283vw 0 1.35849vw;
  }

  header#blog .grid .box-search .box button {
    width: 2.56604vw;
    height: 2.56604vw;
    top: 0.30189vw;
    right: 0.45283vw;
    border-radius: 0.37736vw;
  }

  header#blog .grid .box-search .box button .icon {
    width: 1.81132vw;
    height: 1.81132vw;
    stroke-width: 0.15094vw;
  }

  footer .grid {
    padding: 7.09434vw 0 2.11321vw 0;
    display: grid;
    grid-template-columns: 41.88679vw 1.72fr 1.5fr 1fr;
    gap: 1.50943vw;
    align-items: start;
  }

  footer .grid .box-logo {
    padding: 0.75472vw 0 0 0;
  }

  footer .grid .box-logo .logo {
    width: 16.75472vw;
    height: 5.0566vw;
  }

  footer .grid .box-logo p {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.20755vw, 1.20755vw);
    font-weight: 400;
    line-height: 1.81132vw;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    padding: 2.03774vw 0 1.66038vw 0;
  }

  footer .grid .box-logo .logos-footer {
    width: 33.58491vw;
    height: 2.71698vw;
  }

  footer .grid .box-logo .box-google {
    display: flex;
    align-items: center;
    gap: 0.98113vw;
    padding: 1.88679vw 0 0 0.30189vw;
  }

  footer .grid .box-logo .box-google .logo-google {
    width: 1.60377vw;
    height: 1.62415vw;
  }

  footer .grid .box-logo .box-google span {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 0.98113vw, 0.98113vw);
    font-weight: 500;
    line-height: 1.18717vw;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.05283vw;
  }

  footer .grid .box-logo .box-google span.rate {
    display: flex;
    align-items: center;
    gap: 0.30189vw;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 0.98113vw, 0.98113vw);
    font-weight: 700;
    line-height: 1.18717vw;
    text-align: left;
    color: #ffb800;
  }

  footer .grid .box-logo .box-google span.rate .stars {
    width: 6.39019vw;
    height: 1.20755vw;
  }

  footer .grid .links ul li {
    padding: 0 0 0.90566vw 0;
  }

  footer .grid .links ul li a {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.20755vw, 1.20755vw);
    font-weight: 400;
    line-height: 1.81132vw;
    text-align: left;
    color: #ffffff;
  }

  footer .grid-support {
    padding: 2.26415vw 0 2.11321vw 0;
    display: grid;
    grid-template-columns: 0.9fr 0.9fr 0.9fr 1fr;
    gap: 1.50943vw;
    align-items: start;
  }

  footer .grid-support .links ul li {
    padding: 0 0 0.15094vw 0;
    display: flex;
    align-items: start;
    gap: 1.20755vw;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.0566vw, 1.0566vw);
    font-weight: 400;
    line-height: 1.47925vw;
    text-align: left;
    color: #ffffff;
  }

  footer .grid-support .links ul li .icon {
    width: 1.81132vw;
    height: 1.81132vw;
    stroke-width: 0.11321vw;
  }

  footer .grid-support .links ul li a {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.0566vw, 1.0566vw);
    font-weight: 400;
    line-height: 1.47925vw;
    text-align: left;
    color: #ffffff;
  }

  footer .grid-support .social-media ul {
    display: flex;
    align-items: start;
    justify-content: end;
    gap: 1.0717vw;
  }

  footer .grid-support .social-media ul li a {
    width: 2.85811vw;
    height: 2.85811vw;
  }

  footer .grid-support .social-media ul li a .icon {
    width: 2.85811vw;
    height: 2.85811vw;
  }

  footer .grid-support .social-media ul li a .icon.stroke {
    stroke-width: 0.15094vw;
  }

  footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.20755vw;
    padding: 2.26415vw 0 4.22642vw 0;
  }

  footer .copyright p {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.20755vw, 1.20755vw);
    font-weight: 400;
    line-height: 1.81132vw;
    text-align: left;
    color: #70788c;
  }

  footer .copyright .back-top {
    display: flex;
    align-items: center;
    gap: 1.20755vw;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 0.90566vw, 0.90566vw);
    font-weight: 400;
    line-height: 1.08679vw;
    text-align: left;
    color: #ffffff;
  }

  footer .copyright .back-top .icon {
    width: 1.81132vw;
    height: 1.81132vw;
    stroke-width: 0.15094vw;
  }

  .box-modal {
    padding: 1.50943vw;
    min-height: 52.83019vw;
  }

  .box-modal .content-modal {
    border-radius: 1.20755vw;
    width: 75.4717vw;
  }

  .box-modal .content-modal .close {
    width: 3.01887vw;
    height: 3.01887vw;
    background-color: #356efc;
    position: absolute;
    top: 0.75472vw;
    right: 0.75472vw;
    border-radius: 0.60377vw;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.50943vw, 1.50943vw);
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .box-modal .content-modal .grid-modal {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
    align-items: stretch;
  }

  .box-modal .content-modal .grid-modal .text {
    padding: 6.41509vw 7.77358vw 6.41509vw 5.13208vw;
  }

  .box-modal .content-modal .grid-modal .text .subtitle {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.35849vw, 1.35849vw);
    font-weight: 400;
    line-height: 1.63019vw;
    text-align: left;
    color: #356efc;
    letter-spacing: 0.01509vw;
    padding: 0 0 1.88679vw 0;
  }

  .box-modal .content-modal .grid-modal .text .title {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 2.11321vw, 2.11321vw);
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    color: #0c1f44;
    letter-spacing: 0.04528vw;
    padding: 0 0 1.88679vw 0;
  }

  .box-modal .content-modal .grid-modal .text p {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.20755vw, 1.20755vw);
    font-weight: 400;
    line-height: 1.93208vw;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: 0.00755vw;
    padding: 0 0 3.62264vw 0;
  }

  .box-modal .content-modal .grid-modal .text .box-video-modal {
    height: 17.35849vw;
    border-radius: 0.60377vw;
  }

  .box-modal .content-modal .grid-modal .form {
    padding: 5.73585vw 7.77358vw 4.30189vw 7.77358vw;
  }

  .box-modal .content-modal .grid-modal .form .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.50943vw;
    align-items: start;
  }

  .box-modal .content-modal .grid-modal .form input {
    height: 3.62264vw;
    border: 0.07547vw solid #a9c7d3;
    border-radius: 0.45283vw;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.20755vw, 1.20755vw);
    font-weight: 500;
    line-height: 1.69057vw;
    text-align: left;
    color: #000000;
    padding: 0 1.66038vw;
    margin-bottom: 1.50943vw;
  }

  .box-modal .content-modal .grid-modal .form input:hover, .box-modal .content-modal .grid-modal .form input:focus {
    border: 0.07547vw solid #356efc;
  }

  .box-modal .content-modal .grid-modal .form input[type="submit"] {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.20755vw, 1.20755vw);
    font-weight: 500;
    line-height: 1.69057vw;
    text-align: center;
    color: #ffffff;
    border: 0.07547vw solid #356efc;
    height: 3.84906vw;
    border-radius: 0.75472vw;
    margin-bottom: 2.49057vw;
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper {
    margin-bottom: 1.50943vw;
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper .selectric {
    border: 0.07547vw solid #a9c7d3;
    border-radius: 0.45283vw;
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper .selectric .label {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.20755vw, 1.20755vw);
    font-weight: 500;
    line-height: 3.4717vw;
    text-align: left;
    color: #000000;
    height: 3.4717vw;
    margin: 0 2.86792vw 0 1.66038vw;
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper .selectric .button {
    height: 3.4717vw;
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper .selectric .button:after {
    border-top: 0.15094vw solid #356efc;
    border-right: 0.15094vw solid #356efc;
    width: 0.75472vw;
    height: 0.75472vw;
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper.selectric-hover .selectric {
    border: 0.07547vw solid #356efc;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item {
    margin: 0.5283vw 0 2.33962vw 0;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item .wpcf7-list-item-label {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 1.0566vw, 1.0566vw);
    font-weight: 500;
    line-height: 1.69057vw;
    text-align: left;
    color: rgba(12, 31, 68, 0.7);
    padding: 0.30189vw 0 0 1.96226vw;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item .wpcf7-list-item-label:before {
    width: 1.0566vw;
    height: 1.0566vw;
    top: 0.83019vw;
    border-radius: 0.30189vw;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item .wpcf7-list-item-label:after {
    width: 0.60377vw;
    height: 0.45283vw;
    border-top: 0.15094vw solid #356efc;
    border-right: 0.15094vw solid #356efc;
    top: 1.0566vw;
    left: 0.22642vw;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item input[type="checkbox"] {
    width: 0.37736vw;
    height: 0.37736vw;
  }

  .box-modal .content-modal .grid-modal .form p {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 0.90566vw, 0.90566vw);
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    color: rgba(0, 31, 63, 0.7);
    letter-spacing: 0.00755vw;
  }
    
}

/* Mobile */
@media screen and (max-width: 768.9px) {

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

  .wpcf7-spinner {
    display: none !important;
  }

  html {
    scroll-behavior: smooth;
  }

  .box-section {
    padding: 0 0;
  }

  .box-section.navy {
    background-color: #001f3f;
  }

  .box-section .box-area {
    width: 100%;
    max-width: 1880px;
    background-color: #ffffff;
    border-radius: 16px;
  }

  .box-section.margin-bottom .box-area {
    position: relative;
  }

  .box-section.margin-top-default .box-area {
    position: relative;
    margin-top: -40px;
  }

  .box-section.margin-top .box-area {
    position: relative;
    margin-top: -187px;
  }

  .box-section.margin-top-partners .box-area {
    position: relative;
    margin-top: -290px;
  }

  .box-section.margin-top-blog .box-area {
    position: relative;
    margin-top: -487px;
    margin-bottom: -45px;
  }

  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 36px 0;
    z-index: 10;
  }

  header .container {
    max-width: 1792px;
  }

  header .grid {
    display: grid;
    grid-template-columns: 123px 1fr;
    gap: 10px;
    align-items: center;
    grid-template-areas: "logo menu";
  }

  header .grid .logo a {
    display: block;
  }

  header .grid .logo a img {
    width: 100%;
    height: auto;
  }

  header .grid .open-menu {
    width: 47px;
    height: 40px;
    background-color: #254073;
    position: absolute;
    top: 34px;
    right: 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .grid .open-menu .icon {
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: #356efc;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  header .grid .items {
    display: block;
    position: fixed;
    top: 0;
    left: -375px;
    width: 100%;
    max-width: 375px;
    height: 100vh;
    background-color: #0e2652;
    padding: 30px 16px;
    overflow: scroll;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
  }

  header .grid .items .logo-menu {
    width: 123px;
    height: 37px;
    display: block;
  }

  header .grid .items .close {
    width: 47px;
    height: 40px;
    background-color: #254073;
    position: absolute;
    top: 28px;
    right: 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .grid .items .close .icon {
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: #356efc;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  header .grid .box-menu {
    padding-top: 40px;
  }

  header .grid .box-menu nav {
    width: 100%;
    display: block;
  }

  header .grid .box-menu nav ul {
    display: block;
    padding-bottom: 50px;
  }

  header .grid .box-menu nav ul li {
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
  }

  header .grid .box-menu nav ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 16px 0;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #ffffff;
  }

  header .grid .box-menu nav ul li a .icon {
    width: 14px;
    height: 8px;
    fill: transparent;
    stroke: #356efc;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: rotate(-90deg);
  }

  header .grid .box-menu nav ul li .sub-menu {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
  }

  header .grid .box-menu nav ul li .sub-menu .overlay {
    display: none;
  }

  header .grid .box-menu nav ul li .sub-menu:before {
    display: none;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu {
    border-radius: 0;
    overflow: hidden;
    background: #0e2652;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
    padding: 0;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links {
    padding: 0 0 0 0;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul {
    width: 100%;
    display: block;
    padding: 0;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li {
    width: 100%;
    margin: 0 0 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li:last-child {
    border-bottom: 0;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li a {
    width: 100%;
    display: block;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 11px;
    padding: 8px 8.5px;
    border-radius: 8px;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li a .icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    fill: transparent;
    stroke: #22c55e;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: rotate(0deg);
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li a .content .title {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #ffffff;
    display: block;
    padding: 0 0 3px 0;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li a .content .text {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 12px, 12px);
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    display: block;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li:last-child {
    margin: 0;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .links ul li:hover a {
    background-color: #0d2148;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .image {
    display: none;
  }

  header .grid .box-menu nav ul li .sub-menu .grid-submenu .posts {
    display: none;
  }

  header .grid .box-menu nav ul li:hover {
    background-color: #0e2652;
    border-radius: 8px;
  }

  header .grid .box-menu nav ul li.act {
    background-color: #0e2652;
    border-radius: 8px;
  }

  header .grid .box-menu nav ul li.act .sub-menu {
    top: 0;
    display: block;
  }

  header .grid .others-link {
    display: block;
  }

  header .grid .others-link .langs {
    width: 83px;
    height: 51px;
    background-color: #142a55;
    border-radius: 10px;
    position: relative;
  }

  header .grid .others-link .langs .selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px;
  }

  header .grid .others-link .langs .selected .flag {
    width: 29px;
    height: 29px;
    overflow: hidden;
    border-radius: 50%;
  }

  header .grid .others-link .langs .selected .flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  header .grid .others-link .langs .selected .icon {
    width: 16px;
    height: 9px;
    fill: transparent;
    stroke: #356efc;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  header .grid .others-link .langs .select-flag {
    width: 83px;
    background-color: #142a55;
    position: absolute;
    top: 80%;
    left: 0;
    padding: 0px 12px 12px 12px;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
  }

  header .grid .others-link .langs .select-flag ul li {
    padding-bottom: 5px;
  }

  header .grid .others-link .langs .select-flag ul li a {
    display: block;
    width: 29px;
    height: 29px;
    overflow: hidden;
    border-radius: 50%;
  }

  header .grid .others-link .langs .select-flag ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  header .grid .others-link .langs .select-flag ul li:last-child {
    padding-bottom: 0;
  }

  header .grid .others-link .langs.open-lang {
    border-radius: 10px 10px 0 0;
  }

  header .grid .others-link .langs.open-lang .select-flag {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  header .grid .others-link .login {
    width: 100%;
    height: 51px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  header .grid .others-link .test-free {
    width: 100%;
    height: 51px;
  }

  header#blog .container {
    max-width: 1262px;
  }

  header#blog .grid {
    display: grid;
    grid-template-columns: 149px 1fr;
    gap: 10px;
    align-items: center;
    grid-template-areas: "logo menu";
  }

  header#blog .grid .items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: center;
    grid-template-areas: "menu" "search";
  }

  header#blog .grid .box-search {
    width: 100%;
    height: 44px;
  }

  header#blog .grid .box-search .box {
    width: 100%;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
  }

  header#blog .grid .box-search .box input {
    width: 100%;
    height: 100%;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #ffffff;
    padding: 0 60px 0 18px;
    border: none;
    outline: none;
    background: transparent;
  }

  header#blog .grid .box-search .box button {
    width: 34px;
    height: 34px;
    background-color: #356efc;
    position: absolute;
    top: 4px;
    right: 6px;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header#blog .grid .box-search .box button .icon {
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .menu-open header .grid .items {
    left: 0;
  }

  main section {
    overflow: hidden;
  }

  main section.functions-app {
    overflow: initial;
  }

  footer {
    background: linear-gradient(47.99deg, #0c1f44 43.12%, #1f4eaa 153.5%);
  }

  footer .grid {
    padding: 40px 0 55px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
  }

  footer .grid .box-logo {
    padding: 10px 0 55px 0;
    margin-bottom: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  footer .grid .box-logo .logo {
    width: 123px;
    height: 37px;
    display: block;
    margin: 0 auto;
  }

  footer .grid .box-logo p {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    padding: 27px 33px 22px 33px;
  }

  footer .grid .box-logo .logos-footer {
    max-width: 100%;
    width: 445px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  footer .grid .box-logo .box-google {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 25px 0 0 4px;
  }

  footer .grid .box-logo .box-google .logo-google {
    width: 21.25px;
    height: 21.52px;
  }

  footer .grid .box-logo .box-google span {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 13px, 13px);
    font-weight: 500;
    line-height: 15.73px;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.7px;
  }

  footer .grid .box-logo .box-google span.rate {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 13px, 13px);
    font-weight: 700;
    line-height: 15.73px;
    text-align: left;
    color: #ffb800;
  }

  footer .grid .box-logo .box-google span.rate .stars {
    width: 84.67px;
    height: 16px;
  }

  footer .grid .links {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  footer .grid .links.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  footer .grid .links h5 {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    padding: 0 0 12px 0;
  }

  footer .grid .links ul li {
    text-align: center;
    padding: 0 0 12px 0;
  }

  footer .grid .links ul li a {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
  }

  footer .grid .links ul li a:hover {
    text-decoration: underline;
  }

  footer .grid-support {
    padding: 55px 0 55px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: start;
  }

  footer .grid-support .links {
    padding: 0 50px;
  }

  footer .grid-support .links ul li {
    padding: 0 0 2px 0;
    display: flex;
    align-items: start;
    gap: 16px;
  }

  footer .grid-support .links ul li .icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  footer .grid-support .links ul li a {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 14px, 14px);
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: #ffffff;
  }

  footer .grid-support .links ul li a:hover {
    text-decoration: underline;
  }

  footer .grid-support .social-media ul {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 14.2px;
  }

  footer .grid-support .social-media ul li a {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37.87px;
    height: 37.87px;
    background-color: #356efc;
    border-radius: 50%;
  }

  footer .grid-support .social-media ul li a .icon {
    width: 37.87px;
    height: 37.87px;
    fill: #ffffff;
  }

  footer .grid-support .social-media ul li a .icon.stroke {
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  footer .grid-support .social-media ul li a:hover {
    opacity: 0.5;
  }

  footer .copyright {
    display: block;
    padding: 35px 0;
  }

  footer .copyright p {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #70788c;
    padding: 0 0 24px 0;
  }

  footer .copyright .back-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 12px, 12px);
    font-weight: 400;
    line-height: 14.4px;
    text-align: left;
    color: #ffffff;
  }

  footer .copyright .back-top .icon {
    transform: rotate(90deg);
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: #356efc;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  footer .copyright .back-top:hover {
    text-decoration: underline;
  }

  .modal-block {
    width: 100%;
    height: 100vh;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
  }

  .box-modal {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 700px;
  }

  .box-modal .modal-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
  }

  .box-modal .content-modal {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    width: 1216px;
    overflow: hidden;
  }

  .box-modal .content-modal .close {
    width: 40px;
    height: 40px;
    background-color: #356efc;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 20px, 20px);
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .box-modal .content-modal .grid-modal {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
    align-items: stretch;
  }

  .box-modal .content-modal .grid-modal .text {
    padding: 85px 50px 50px 50px;
    background-color: #eef4ff;
  }

  .box-modal .content-modal .grid-modal .text .subtitle {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 18px, 18px);
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    color: #356efc;
    letter-spacing: 0.2px;
    padding: 0 0 25px 0;
    display: block;
  }

  .box-modal .content-modal .grid-modal .text .title {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 28px, 28px);
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    color: #0c1f44;
    letter-spacing: 0.6px;
    padding: 0 0 25px 0;
  }

  .box-modal .content-modal .grid-modal .text .title b,
  .box-modal .content-modal .grid-modal .text .title strong {
    color: #356efc;
  }

  .box-modal .content-modal .grid-modal .text p {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: 0.1px;
    padding: 0 0 48px 0;
  }

  .box-modal .content-modal .grid-modal .text .box-video-modal {
    width: 100%;
    height: 230px;
    border-radius: 8px;
    overflow: hidden;
  }

  .box-modal .content-modal .grid-modal .text .box-video-modal iframe {
    width: 100%;
    height: 100%;
  }

  .box-modal .content-modal .grid-modal .form {
    padding: 50px 50px 57px 50px;
  }

  .box-modal .content-modal .grid-modal .form .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
  }

  .box-modal .content-modal .grid-modal .form input {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    background: transparent;
    width: 100%;
    height: 48px;
    border: 1px solid #a9c7d3;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #000000;
    padding: 0 22px;
    margin-bottom: 20px;
    outline: none;
  }

  .box-modal .content-modal .grid-modal .form input:hover, .box-modal .content-modal .grid-modal .form input:focus {
    border: 1px solid #356efc;
  }

  .box-modal .content-modal .grid-modal .form input[type="submit"] {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 500;
    line-height: 22.4px;
    text-align: center;
    color: #ffffff;
    background: #356efc;
    border: 1px solid #356efc;
    height: 51px;
    border-radius: 10px;
    margin-bottom: 33px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
  }

  .box-modal .content-modal .grid-modal .form input[type="submit"]:hover {
    background: transparent;
    color: #356efc;
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper {
    margin-bottom: 20px;
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper .selectric {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    background: transparent;
    border: 1px solid #a9c7d3;
    border-radius: 6px;
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper .selectric .label {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 16px, 16px);
    font-weight: 500;
    line-height: 46px;
    text-align: left;
    color: #000000;
    height: 46px;
    margin: 0 38px 0 22px;
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper .selectric .button {
    background: transparent;
    height: 46px;
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper .selectric .button:after {
    border: 0;
    border-top: 2px solid #356efc;
    border-right: 2px solid #356efc;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
  }

  .box-modal .content-modal .grid-modal .form .selectric-wrapper.selectric-hover .selectric {
    border: 1px solid #356efc;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item {
    margin: 7px 0 31px 0;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item .wpcf7-list-item-label {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 14px, 14px);
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: rgba(12, 31, 68, 0.7);
    padding: 4px 0 0 26px;
    display: block;
    position: relative;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item .wpcf7-list-item-label:before {
    content: "";
    width: 14px;
    height: 14px;
    background: rgba(59, 58, 89, 0.1);
    position: absolute;
    top: 11px;
    left: 0;
    border-radius: 4px;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item .wpcf7-list-item-label:after {
    content: "";
    width: 8px;
    height: 6px;
    border-top: 2px solid #356efc;
    border-right: 2px solid #356efc;
    position: absolute;
    top: 14px;
    left: 3px;
    transform: rotate(135deg);
    opacity: 0;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    width: 5px;
    height: 5px;
    opacity: 0;
  }

  .box-modal .content-modal .grid-modal .form .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
  }

  .box-modal .content-modal .grid-modal .form p {
    font-family: "Inter", sans-serif;
    font-size: clamp(11px, 12px, 12px);
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    color: rgba(0, 31, 63, 0.7);
    letter-spacing: 0.1px;
    padding: 0 0 0 0;
  }

  #player {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -99;
  }

}
