/**
IFS New Design
*/
/*
MAIN IFS New Design
*/
/**
IFS New Design
*/
/*
HEADER IFS New Design
*/
.header {
  position: fixed;
  z-index: 92;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.5s linear;
  padding: 0 2%;
  border-top: 10px solid #0570EB;
}
.header .inner, .header .header-logo {
  display: flex;
}
.header .inner {
  min-height: clamp(87px, 3.90625vw, 100px);
  justify-content: space-between;
  align-items: stretch;
  max-width: clamp(1405px, 84.765625vw, 2170px);
  width: 100%;
  margin: 0 auto;
  padding: 0 53px 0 19px;
}
.header .menu-block-header {
  display: flex;
  justify-content: space-between;
  gap: 64px;
  align-items: center;
  width: 100%;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.header .menu-box-header {
  display: flex;
  align-items: center;
  gap: clamp(8px, 3.203125vw, 82px);
  height: 100%;
}
.header .menu-items-header {
  display: flex;
  height: 100%;
  direction: ltr;
}
.header .menu-items-header ul {
  display: flex;
  align-items: center;
  gap: clamp(64px, 3.046875vw, 78px);
  direction: ltr;
  padding: 0 15px;
  margin-bottom: 0;
}
.header .logo-block-header {
  transition: all 0.5s linear;
}
.header .logo-header {
  width: clamp(85px, 4.8046875vw, 123px);
  height: auto;
  transition: all 0.5s linear;
}
.header .logo-header-fixed {
  display: none;
  width: clamp(85px, 4.8046875vw, 123px);
  height: auto;
  transition: all 0.5s linear;
}
.header .contact-box-header {
  display: flex;
  align-items: center;
  gap: clamp(33px, 3.359375vw, 86px);
}
.header .search-box-header {
  width: clamp(24px, 1.25vw, 32px);
  height: auto;
}
.header .menu-item-link-header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: clamp(41px, 2.5390625vw, 65px);
  /*max-width: clamp(200px, calc(228 * 100vw / 2560), 228px);*/
  padding: 10px 45px;
  color: #FFF;
  border-radius: 50px;
  background: #0570EB;
  border: none;
  cursor: pointer;
  font-size: clamp(16px, 0.703125vw, 18px);
  font-weight: 400;
  line-height: normal;
  font-family: inherit;
  transition: all 0.5s linear;
  position: relative;
  overflow: hidden;
}
.header .menu-item-link-header .text-menu-item-link-header {
  z-index: 3;
}
.header .menu-item-link-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0570EB 0%, #346FFF 50.4%, #473183 100%);
  background-size: 300% 300%;
  opacity: 0;
  transition: opacity 0.5s linear;
  border-radius: inherit;
  z-index: 1;
  animation: gradientMove 8s ease infinite;
}
.header .menu-item-link-header:hover::before {
  opacity: 1;
}
.header .menu-items-header > ul > li {
  position: relative;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
}
.header .menu-items-header > ul > li:has(> ul)::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #1A2552;
}
.header .menu-items-header ul li a {
  color: #1A2552;
  font-size: clamp(18px, 0.78125vw, 20px);
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s linear;
}
.header .menu-items-header ul li:hover a {
  color: #0570EB;
}
.header .menu-items-header ul .sub-menu {
  display: block;
  max-height: 0;
  opacity: 0;
  position: absolute;
  min-width: clamp(120px, 7.03125vw, 180px);
  height: auto;
  flex-shrink: 0;
  border-radius: 0px 0px 15px 15px;
  background: #FFF;
  left: 50%;
  transform: translateX(-20%);
  top: 100%;
  text-align: left;
  transition: all 0.3s linear;
  overflow: hidden;
  padding: 12px 25px 0;
  width: max-content;
  white-space: nowrap;
}
.header .menu-items-header ul li:first-child .sub-menu {
  transform: translateX(-30%);
}
.header .menu-items-header ul .sub-menu li {
  min-width: clamp(91px, 5.5078125vw, 141px);
  padding: clamp(15px, 0.9765625vw, 25px) clamp(20px, 1.5625vw, 40px);
  transition: all 0.3s linear;
  text-shadow: 0 0 transparent;
  text-decoration: none;
  position: relative;
  list-style: none;
}
.header .menu-items-header ul .sub-menu li:not(:has(.menu-icon))::after {
  content: "";
  position: absolute;
  left: clamp(10px, 0.9765625vw, 25px);
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #1A2552;
}
.header .menu-items-header ul li.menu-about .sub-menu li {
  padding: clamp(15px, 0.9765625vw, 25px) clamp(20px, 1.5625vw, 40px) clamp(15px, 0.9765625vw, 25px) 2px;
}
.header .menu-items-header ul li.menu-item-has-children.menu-about:hover .sub-menu {
  padding: 0px clamp(16px, 1.015625vw, 26px) 0 clamp(16px, 1.015625vw, 26px);
}
.header .menu-items-header ul li.menu-about > .sub-menu {
  transform: translateX(-33%);
}
.header .menu-items-header ul .sub-menu li:not(:last-child) {
  border-bottom: 0.5px rgba(26, 37, 82, 0.2) solid;
}
.header .menu-items-header ul .sub-menu li a {
  color: #1A2552;
  font-size: clamp(18px, 0.78125vw, 20px);
  transition: all 0.3s linear;
  display: flex;
}
.header .menu-items-header ul li.menu-item-has-children:hover .sub-menu {
  max-height: fit-content;
  opacity: 1;
  padding: 9px 17px 0 17px;
}
.header .menu-items-header > ul > li:has(> ul):hover::after {
  border-top: 7px solid #0570EB;
}
.header .mega-menu ul li.current-menu-item .sub-menu li a {
  text-decoration: none;
  text-shadow: none;
}
.header .mega-menu ul li.current-menu-item .sub-menu li a:hover {
  text-decoration: underline;
  text-shadow: 0.5px 0.5px #1A2552;
}
.header.fixed {
  background: #fff;
  box-shadow: 0px 16px 19.6px -9px rgba(0, 0, 0, 0.1);
}
.header.fixed .logo-header {
  display: none;
}
.header.fixed .logo-header-fixed {
  display: block;
}
.header.fixed .mega-menu > ul > li > a {
  color: #1A2552;
}
.header.fixed .mega-menu > ul > li:hover, .header.fixed .mega-menu > ul > li:active {
  text-shadow: 0.5px 0.5px #1A2552;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #1A2552;
}
.header.fixed .mega-menu ul li.current-menu-item > a {
  text-shadow: 0.5px 0.5px #1A2552;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #1A2552;
}
.header.fixed .mega-menu ul li.current-menu-item .sub-menu li a {
  text-decoration: none;
  text-shadow: none;
}
.header.fixed .mega-menu ul li.current-menu-item .sub-menu li a:hover {
  text-decoration: underline;
  text-shadow: 0.5px 0.5px #1A2552;
}
.header.fixed .menu-item-link-header {
  border: 1px solid #1A2552;
  background: transparent;
  color: #1A2552;
  position: relative;
  overflow: hidden;
}
.header.fixed .menu-item-link-header .text-menu-item-link-header {
  z-index: 2;
}
.header.fixed .menu-item-link-header:hover {
  color: #FFF;
}

/*.header .menu-block-header::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    height: 1px;*/
/*    width: 100%;*/
/*    background: #fff;*/
/*    opacity: 0.4;*/
/*}*/
/*.header .menu-item-link-header:hover {*/
/*    background: transparent;*/
/*    border: 1px solid #FFF;*/
/*    color: #FFF;*/
/*}*/
/*.header .menu-items-header > ul {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: clamp(105px, calc(250 * 100vw / 2560), 250px);*/
/*    direction: ltr;*/
/*}*/
/*.header .menu-items-header > ul > li:active::before*/
/*{*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: -14px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 4px;*/
/*    height: 4px;*/
/*    background: #1A2552;*/
/*    border-radius: 100%;*/
/*}*/
/*.header .menu-items-header > ul > li:hover,*/
/*.header .menu-items-header > ul > li:active {*/
/*    text-shadow: 0.5px 0.5px #FFF;*/
/*    color: #FFF;*/
/*    text-decoration: underline;*/
/*    text-decoration-skip-ink: none;*/
/*}*/
/*.header .menu-items-header ul li.current-menu-item > a {*/
/*    text-shadow: 0.5px 0.5px #FFF;*/
/*    color: #FFF;*/
/*    text-decoration: underline;*/
/*    text-decoration-skip-ink: none;*/
/*}*/
/*.header .menu-items-header ul .sub-menu li a:hover {*/
/*    text-shadow: 0.5px 0.5px #1A2552;*/
/*    text-decoration: underline;*/
/*}*/
/*.header.fixed .menu-item-link-header:hover {*/
/*    border: 1px solid #FFF;*/
/*    color: #FFF;*/
/*}*/
/*.header.fixed .menu-item-link-header::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: linear-gradient(96deg, #9A50B9 7.82%, #067EC6 94.47%);*/
/*    opacity: 0;*/
/*    transition: opacity 0.5s linear;*/
/*    border-radius: inherit;*/
/*    z-index: 1;*/
/*}*/
/*.header.fixed .menu-item-link-header:hover::before {*/
/*    opacity: 1;*/
/*}*/
/*.header.fixed .menu-block-header::after {*/
/*    display: none;*/
/*}*/
.header-popup, .header-popup-bg {
  top: 76px;
}

.header .menu-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: clamp(18px, 1.484375vw, 38px);
}
.header .menu-icon img {
  width: clamp(16px, 0.9375vw, 24px);
  height: clamp(16px, 0.9375vw, 24px);
  object-fit: contain;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .header-popup, .header-popup-bg {
    top: 50px;
  }
}
body.admin-bar .header, body.admin-bar .header-popup, body.admin-bar .header-popup-bg {
  margin-top: 32px;
}

@media all and (max-width: 1512px) {
  .header .inner {
    padding: 0 28px 0 0px;
  }
  .header .menu-items-header ul {
    gap: clamp(8px, 4.2328042328vw, 64px);
    padding: 0 0.9920634921vw;
  }
  .header .menu-items-header ul li a {
    font-size: clamp(12px, 1.1904761905vw, 18px);
  }
  .header .menu-items-header > ul > li {
    gap: 10px;
  }
  .header .menu-items-header > ul > li:has(> ul)::after {
    right: 0;
    top: 0;
    transform: translateY(0);
    position: relative;
    display: block;
  }
  .header .menu-box-header {
    gap: clamp(4px, 0.5291005291vw, 8px);
  }
  .header .menu-item-link-header {
    /*max-width: clamp(190px, calc(200 * 100vw / 1512), 200px);*/
    font-size: clamp(14px, 1.0582010582vw, 16px);
    padding: 0 25px;
  }
  .header .logo-header, .header .logo-header-fixed {
    width: clamp(70px, 5.6216931217vw, 85px);
  }
  .header .contact-box-header {
    gap: clamp(16px, 2.1825396825vw, 33px);
  }
  .header .menu-items-header ul .sub-menu {
    padding: 0 clamp(12px, 1.1243386243vw, 17px) 0;
  }
  .header .menu-items-header ul .sub-menu li a {
    font-size: clamp(12px, 0.9259259259vw, 14px);
  }
  .header .menu-items-header ul li.menu-item-has-children:hover .sub-menu {
    padding: clamp(4px, 0.5952380952vw, 9px) clamp(12px, 1.1243386243vw, 17px) 0 clamp(12px, 1.1243386243vw, 17px);
  }
  .header .menu-items-header ul .sub-menu li {
    padding: clamp(10px, 0.9920634921vw, 15px) clamp(15px, 1.3227513228vw, 20px);
  }
  .header .menu-items-header ul .sub-menu li:not(:has(.menu-icon))::after {
    left: 0.6613756614vw;
  }
  .header .menu-items-header ul li.menu-item-has-children.menu-about:hover .sub-menu {
    padding: 0 clamp(12px, 1.1243386243vw, 17px);
  }
  .header .menu-items-header ul li.menu-about .sub-menu li {
    padding: clamp(10px, 0.9920634921vw, 15px) clamp(15px, 1.3227513228vw, 20px) clamp(10px, 0.9920634921vw, 15px) 2px;
  }
  .header .menu-icon {
    margin-right: clamp(8px, 1.1904761905vw, 18px);
  }
}
@media all and (max-width: 1360px) {
  .header .menu-items-header ul {
    gap: clamp(8px, 2.9100529101vw, 44px);
  }
}
@media all and (max-width: 1024px) {
  .header {
    display: none;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/**
IFS New Design
*/
/*
FORM IFS New Design
*/
.section-form {
  background: linear-gradient(146deg, #F0F5FB 0%, #EFFAF7 50%, #D4E7FE 100%);
  font-family: "Poppins", sans-serif;
  color: #1A2552;
  padding: clamp(53px, 3.4765625vw, 89px) 2% clamp(59px, 4.609375vw, 118px) 2%;
  text-align: left;
}
.section-form p {
  margin-bottom: 0;
  line-height: unset;
}
.section-form label {
  margin-bottom: 0;
}
.section-form .inner {
  max-width: clamp(1404px, 84.765625vw, 2170px);
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.section-form .sc-form-content {
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(70px, 4.2578125vw, 109px);
  /*min-height: 720px;*/
  padding: clamp(23px, 1.40625vw, 36px) clamp(109px, 6.6015625vw, 169px) clamp(25px, 1.5625vw, 40px) clamp(22px, 1.3671875vw, 35px);
  border-radius: 25.88px;
}
.section-form .info-box-sc-form {
  background: #0570EB;
  border-radius: clamp(19.41px, 1.171875vw, 30px);
  padding: 0 clamp(63px, 3.1640625vw, 81px) clamp(66px, 3.6328125vw, 93px) clamp(63px, 3.1640625vw, 81px);
  width: clamp(504px, 30.4296875vw, 779px);
  color: #FFF;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  height: clamp(685.178px, 41.3671875vw, 1059px);
}
.section-form .title-info-box-sc-form {
  font-size: clamp(65px, 4.0148046875vw, 102.779px);
  font-weight: 700;
  line-height: 92%;
  z-index: 5;
}
.section-form .video-bg {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.section-form .video-bg.mobile-video {
  display: none;
}
.section-form .contact-box-sc-form {
  width: clamp(697px, 42.109375vw, 1078px);
  display: flex;
  flex-direction: column;
  gap: clamp(59px, 4.0625vw, 104px);
  padding: clamp(20px, 2.96875vw, 76px) 0;
}
.section-form .text-box-contact-box-sc-form {
  display: flex;
  flex-direction: column;
  row-gap: clamp(4px, 0.5859375vw, 15px);
}
.section-form .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form {
  display: none;
}
.section-form .subtitle-contact-box-sc-form {
  font-size: clamp(18px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 4px;
}
.section-form .title-contact-box-sc-form {
  max-width: clamp(683px, 33.6328125vw, 861px);
  width: 100%;
  font-size: clamp(50px, 2.5vw, 64px);
  font-weight: 400;
  line-height: 109.748%;
}
.section-form .title-contact-box-sc-form b, .section-form .title-contact-box-sc-form strong {
  color: #0570EB;
  font-weight: 700;
}
.section-form .desc-contact-box-sc-form {
  max-width: 650px;
  font-size: clamp(18px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
}
.section-form .main-block-form-box-sc-form {
  display: flex;
  flex-direction: column;
  row-gap: clamp(20px, 1.5625vw, 40px);
}
.section-form .form-components-top-box-sc-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 37px;
  row-gap: clamp(74px, 4.2578125vw, 109px);
}
.section-form .form-components-bottom-box-sc-form {
  display: flex;
  flex-direction: column;
}
.section-form .form-component-box-sc-form {
  display: flex;
  flex-direction: column;
  /*direction: ltr;*/
  /*text-align: left;*/
  width: calc(50% - 20px);
}
.section-form .first-form-component-box-sc-form {
  /*margin-bottom: 43px;*/
  width: calc(28.5% - 16px);
}
.section-form .email-form-component-box-sc-form {
  width: calc(38% - 12px);
}
.section-form .form-checkbox-sc-form {
  color: #65626A;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  /*margin-bottom: 39px;*/
  display: flex;
  gap: 10px;
  text-align: left;
}
.section-form .form-components-bottom-box-sc-form {
  row-gap: 39px;
}
.section-form .form-component-label-sc-form {
  font-size: clamp(16px, 0.703125vw, 18px);
  font-weight: 400;
  line-height: normal;
  color: #484F6B;
}
.section-form .mobile-form-component-box-sc-form {
  width: calc(28.5% - 16px);
}
.section-form .form-component-box-sc-form.company-form-component-box-sc-form {
  margin-bottom: 14px;
  width: calc(28.5% - 16px);
}
.section-form .form-component-box-sc-form.help-form-component-box-sc-form {
  width: calc(70% - 16px);
}
.section-form .form-component-box-sc-form.message-form-component-box-sc-form {
  width: 100%;
}
.section-form .checkbox-label {
  width: 100%;
}
.section-form input[type=checkbox]:checked::before {
  margin: -1.5px;
  height: 24px;
  width: 24px;
}
.section-form .form-button-sc-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: auto;
  height: clamp(67.288px, 4.0625vw, 104px);
  min-width: clamp(328.031px, 19.8046875vw, 507px);
  padding: 10px;
  color: #FFF;
  border-radius: 10px;
  background: #0570EB;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  align-self: flex-start;
}
.section-form .form-button-sc-form::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0570EB 0%, #346FFF 50.4%, #473183 100%);
  background-size: 300% 300%;
  opacity: 0;
  transition: opacity 0.5s linear;
  border-radius: inherit;
  z-index: 1;
  animation: gradientMove 8s ease infinite;
}
.section-form .form-button-sc-form:hover::before {
  opacity: 1;
}
.section-form .button-text {
  font-size: clamp(16px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  z-index: 2;
}
.section-form .form-component-box-sc-form input, .section-form .form-component-box-sc-form select {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  border: none;
  border-bottom: 1px solid #1A2552;
  background: transparent;
  font-family: inherit;
  color: #484F6B;
  font-size: clamp(16px, 0.703125vw, 18px);
  font-weight: 400;
  line-height: normal;
  direction: ltr;
  text-align: left;
  min-height: unset;
  padding: 0;
}
.section-form .wpcf7-list-item-label::before {
  padding: 0;
}
.section-form .form-component-box-sc-form input:focus, .section-form .form-component-box-sc-form select:focus {
  outline: none;
  box-shadow: none;
}
.section-form input[type=checkbox], .section-form input[type=radio] {
  margin: 0;
  height: 24px;
  width: 24px;
  min-width: 24px;
  position: absolute;
  left: 0;
}
.section-form .wpcf7-list-item {
  margin: 0 0 0 33px;
}
.section-form .form-field-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  height: 30px;
}
.section-form .form-field-wrapper .wpcf7-form-control-wrap {
  width: 100%;
}
.section-form .form-field-wrapper .wpcf7-not-valid-tip {
  font-size: 12px !important;
  position: absolute;
}
.section-form .form-field-wrapper .wpcf7-not-valid-tip input, .section-form .form-field-wrapper .wpcf7-not-valid-tip textarea {
  width: 100%;
}
.section-form .form-field-wrapper:has(input:focus) label, .section-form .form-field-wrapper:has(input:not(:placeholder-shown)) label, .section-form .form-field-wrapper.has-value label {
  transform: translateY(-10px);
  font-size: clamp(14px, 0.625vw, 16px);
}
.section-form .form-field-wrapper label {
  transform: translateY(0);
  transition: transform 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

/*.section-form .text-info-box-sc-form {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-end;*/
/*    position: relative;*/
/*    z-index: 3;*/
/*}*/
/*.section-form .subtitle-info-box-sc-form {*/
/*    font-size: clamp(30px, calc(32 * 100vw / 2560), 32px);*/
/*    font-weight: 400;*/
/*    line-height: 109.375%;*/
/*    margin-bottom: 9px;*/
/*}*/
/*.section-form .arrow-info-box-sc-form {*/
/*    align-self: flex-start;*/
/*    width: clamp(46px, calc(73 * 100vw / 2560), 73px);*/
/*    height: auto;*/
/*}*/
/*.section-form .abstract-info-box-sc-form {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: clamp(434px, calc(688 * 100vw / 2560), 688px);*/
/*    height: auto;*/
/*    border-radius: 31.926px;*/
/*    mix-blend-mode: plus-lighter;*/
/*}*/
/*.section-form .dots-info-box-sc-form {*/
/*    position: absolute;*/
/*    right: clamp(56px, calc(141 * 100vw / 2560), 141px);*/
/*    bottom: clamp(12px, calc(20 * 100vw / 2560), 20px);*/
/*    width: clamp(214.321px, calc(339.872 * 100vw / 2560), 339.872px);*/
/*    height: auto;*/
/*}*/
/*.section-form .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    text-align: left;*/
/*    direction: ltr;*/
/*    row-gap: 19px;*/
/*}*/
/*.section-form .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form .subtitle-contact-box-sc-form {*/
/*    font-size: clamp(18px, calc(20 * 100vw / 2560), 20px);*/
/*    font-weight: 400;*/
/*    line-height: normal;*/
/*    text-transform: capitalize;*/
/*}*/
/*.section-form .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form .title-contact-box-sc-form {*/
/*    max-width: clamp(653px, calc(795 * 100vw / 2560), 795px);*/
/*    font-size: clamp(45px, calc(55 * 100vw / 2560), 55px);*/
/*    font-weight: 600;*/
/*    line-height: 112.727%;*/
/*}*/
/*.section-form .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form .desc-contact-box-sc-form {*/
/*    max-width: clamp(507px, calc(795 * 100vw / 2560), 795px);*/
/*    font-size: clamp(18px, calc(20 * 100vw / 2560), 20px);*/
/*    font-weight: 400;*/
/*    line-height: 150%;*/
/*}*/
/*.section-form .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form .success-arrow-info-box-sc-form {*/
/*    width: clamp(80px, calc(120 * 100vw / 2560), 120px);*/
/*    height: auto;*/
/*}*/
/*.section-form .form-checkbox-sc-form .text-link {*/
/*    color: #686868;*/
/*    text-decoration-line: underline !important;*/
/*}*/
/*.section-form .button-icon {*/
/*    width: 16px;*/
/*    height: 14px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background-image: url(/wp-content/themes/wemake-theme/img/arrow.png);*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    transition: all 0.5s;*/
/*    z-index: 2;*/
/*}*/
/*.form-field-wrapper.has-value label,*/
/*.form-field-wrapper input:focus + label,*/
/*.form-field-wrapper textarea:focus + label,*/
/*.form-field-wrapper select:focus + .custom-arrow-sc-form + label {*/
/*    transform: translateY(-10px);*/
/*    font-size: clamp(14px, calc(16 * 100vw / 2560), 16px);*/
/*}*/
/*.section-form .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form {*/
/*    display: none;*/
/*    margin-top: 1.328125vw;*/
/*}*/
.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  margin: 12px 0 0 0 !important;
  padding: 0 !important;
  color: #dc3232;
  font-size: 12px !important;
}

.section-form .form-field-wrapper {
  height: 42px;
  position: relative;
}
.section-form .form-component-label-sc-form {
  position: absolute;
  top: -7px;
  padding-right: 10px;
}
.section-form .form-component-box-sc-form input {
  height: 42px;
}
.section-form.section-form-contact-us {
  padding: 0 2% clamp(42px, 2.03125vw, 52px) 2%;
  background: none;
  /*.form-checkbox-sc-form {*/
  /*    margin-bottom: calc(48 * 100vw / 2560);*/
  /*}*/
}
.section-form.section-form-contact-us .sc-form-content {
  padding: clamp(44px, 2.7734375vw, 71px) clamp(37px, 2.6171875vw, 67px) clamp(41px, 2.96875vw, 76px) clamp(87px, 6.5625vw, 168px);
  gap: 78px;
}
.section-form.section-form-contact-us .info-box-sc-form {
  height: clamp(827px, 43.1640625vw, 1105px);
  padding: 0 clamp(63px, 3.1640625vw, 81px) clamp(60px, 5.2734375vw, 135px) clamp(63px, 3.1640625vw, 81px);
}
.section-form.section-form-contact-us .contact-box-sc-form {
  padding: 0;
  gap: clamp(59px, 3.0078125vw, 77px);
}
.section-form.section-form-contact-us .form-components-top-box-sc-form {
  gap: clamp(34px, 2.109375vw, 54px);
  row-gap: 2.890625vw;
}
.section-form.section-form-contact-us .form-component-select-sc-form option:first-child {
  display: none;
}
.section-form.section-form-contact-us .first-form-component-box-sc-form {
  width: calc(50% - clamp(17px, 1.0546875vw, 27px));
}
.section-form.section-form-contact-us .form-component-box-sc-form {
  width: calc(50% - clamp(17px, 1.0546875vw, 27px));
}
.section-form.section-form-contact-us .form-component-box-sc-form.company-form-component-box-sc-form {
  width: calc(50% - clamp(17px, 1.0546875vw, 27px));
  margin-bottom: 0;
}
.section-form.section-form-contact-us .form-component-box-sc-form.help-form-component-box-sc-form {
  width: calc(50% - clamp(17px, 1.0546875vw, 27px));
  margin-bottom: 1.6015625vw;
}
.section-form.section-form-contact-us .comments-form-component-box-sc-form {
  width: 100%;
}
.section-form.section-form-contact-us .main-block-form-box-sc-form {
  row-gap: clamp(20px, 1.171875vw, 30px);
}
.section-form.section-form-contact-us .form-components-bottom-box-sc-form {
  row-gap: 1.875vw;
}
.section-form.section-form-contact-us .form-button-sc-form {
  width: 100%;
}
.section-form.section-form-contact-us .about-form-component-box-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form {
  position: relative;
}
.section-form.section-form-contact-us .about-form-component-box-sc-form .custom-arrow-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form .custom-arrow-sc-form {
  position: absolute;
  top: 5px;
  right: 3px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #1A2552;
  z-index: 2;
  cursor: pointer;
}
.section-form.section-form-contact-us .about-form-component-box-sc-form select.form-component-select-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form select.form-component-select-sc-form {
  appearance: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #1A2552;
  background-color: transparent;
  font-size: clamp(16px, 0.703125vw, 18px);
  color: #1A2552;
  position: relative;
  z-index: 1;
}
.section-form.section-form-contact-us .form-field-wrapper {
  height: 50px;
  position: relative;
}
.section-form.section-form-contact-us .form-component-label-sc-form {
  position: absolute;
  top: -7px;
  padding-right: 10px;
}
.section-form.section-form-contact-us .form-component-box-sc-form input, .section-form.section-form-contact-us .form-component-box-sc-form select {
  height: 50px;
}

.page-template-page-partner-new .section-form {
  background: none;
  padding: clamp(58px, 3.125vw, 80px) 2% clamp(59px, 4.609375vw, 118px) 2%;
}

@media all and (max-width: 1512px) {
  .section-form {
    padding: 3.5052910053vw 2% 3.9021164021vw 2%;
  }
  .section-form .sc-form-content {
    gap: 4.6296296296vw;
    /*min-height: 685px;*/
    padding: 1.5211640212vw 7.208994709vw 1.6534391534vw 1.455026455vw;
  }
  .section-form .info-box-sc-form {
    padding: 0 4.1666666667vw 4.3650793651vw 4.1666666667vw;
    width: 41.97%;
    border-radius: clamp(12.41px, 1.2837301587vw, 19.41px);
    height: clamp(553.178px, 45.316005291vw, 685.178px);
  }
  .section-form .contact-box-sc-form {
    /*padding: calc(78 * 100vw / 1512) calc(52 * 100vw / 1512) calc(70 * 100vw / 1512) calc(57 * 100vw / 1512);*/
    width: 58.03%;
    gap: 3.9021164021vw;
    padding: 1.3227513228vw 0;
  }
  .section-form .title-info-box-sc-form {
    font-size: clamp(44px, 4.2989417989vw, 65px);
  }
  .section-form .subtitle-contact-box-sc-form {
    font-size: clamp(14px, 1.1904761905vw, 18px);
  }
  .section-form .title-contact-box-sc-form {
    max-width: clamp(583px, 45.171957672vw, 683px);
    font-size: clamp(34px, 3.3068783069vw, 50px);
  }
  .section-form .desc-contact-box-sc-form {
    max-width: clamp(528px, 42.9894179894vw, 650px);
    font-size: clamp(14px, 1.1904761905vw, 18px);
  }
  .section-form .main-block-form-box-sc-form {
    row-gap: 1.8518518519vw;
  }
  .section-form .form-components-top-box-sc-form {
    gap: 1.5211640212vw;
    row-gap: 4.2989417989vw;
  }
  .section-form .form-component-box-sc-form {
    /*width: calc(50% - calc(20 * 100vw / 1512));*/
  }
  .section-form .form-checkbox-sc-form {
    font-size: clamp(12px, 0.9259259259vw, 14px);
    /*margin-bottom: calc(32 * 100vw / 1512);*/
  }
  .section-form .form-components-bottom-box-sc-form {
    row-gap: 2.1164021164vw;
  }
  .section-form .form-component-label-sc-form {
    font-size: clamp(14px, 1.0582010582vw, 16px);
  }
  .section-form .form-field-wrapper:has(input:focus) label, .section-form .form-field-wrapper:has(input:not(:placeholder-shown)) label, .section-form .form-field-wrapper.has-value label {
    font-size: clamp(12px, 0.9259259259vw, 14px);
    transform: translateY(-8px);
  }
  .section-form .form-component-box-sc-form input, .section-form .form-component-box-sc-form select {
    font-size: clamp(14px, 1.0582010582vw, 16px);
  }
  .section-form .form-button-sc-form {
    gap: clamp(10px, 0.9920634921vw, 15px);
    height: clamp(57.288px, 4.4502645503vw, 67.288px);
    min-width: clamp(228.031px, 21.6951719577vw, 328.031px);
  }
  .section-form .button-text {
    font-size: clamp(14px, 1.0582010582vw, 16px);
  }
  .section-form .form-component-box-sc-form {
    width: calc(50% - 1.3227513228vw);
  }
  .section-form .first-form-component-box-sc-form {
    width: calc(30.5% - 1.0582010582vw);
  }
  .section-form .email-form-component-box-sc-form {
    width: calc(38% - 1.0582010582vw);
  }
  .section-form .mobile-form-component-box-sc-form, .section-form .form-component-box-sc-form.company-form-component-box-sc-form {
    width: calc(30.5% - 1.0582010582vw);
  }
  .section-form input[type=checkbox], .section-form input[type=radio] {
    height: 15px;
    width: 15px;
    min-width: 15px;
  }
  .section-form .wpcf7-list-item {
    margin: 0 0 0 22px;
  }
  .section-form input[type=checkbox]:checked::before {
    height: 15px;
    width: 15px;
  }
  .section-form .form-field-wrapper {
    height: 30px;
  }
  .section-form .form-component-label-sc-form {
    top: 0;
  }
  .section-form .form-component-box-sc-form input {
    height: 30px;
  }
  .section-form.section-form-contact-us {
    padding: 0 2% 42px 2%;
    /*.form-checkbox-sc-form {*/
    /*    margin-bottom: calc(33 * 100vw / 1512);*/
    /*}*/
  }
  .section-form.section-form-contact-us .sc-form-content {
    padding: 2.9100529101vw 2.4470899471vw 2.7116402116vw 5.753968254vw;
    gap: 5.0925925926vw;
  }
  .section-form.section-form-contact-us .info-box-sc-form {
    height: clamp(627px, 54.6957671958vw, 827px);
    padding: 0 4.1666666667vw 3.9682539683vw 4.1666666667vw;
  }
  .section-form.section-form-contact-us .contact-box-sc-form {
    padding: 0;
    gap: 4.828042328vw;
  }
  .section-form.section-form-contact-us .form-field-wrapper {
    height: 30px;
  }
  .section-form.section-form-contact-us .form-component-label-sc-form {
    top: -7px;
  }
  .section-form.section-form-contact-us .form-components-top-box-sc-form {
    gap: 2.2486772487vw;
    row-gap: 4.2328042328vw;
  }
  .section-form.section-form-contact-us .form-component-select-sc-form option:first-child {
    display: none;
  }
  .section-form.section-form-contact-us .first-form-component-box-sc-form {
    width: calc(50% - 1.1243386243vw);
  }
  .section-form.section-form-contact-us .form-component-box-sc-form {
    width: calc(50% - 1.1243386243vw);
  }
  .section-form.section-form-contact-us .form-component-box-sc-form.company-form-component-box-sc-form {
    width: calc(50% - 1.1243386243vw);
    margin-bottom: 0;
  }
  .section-form.section-form-contact-us .form-component-box-sc-form.help-form-component-box-sc-form {
    width: calc(50% - 1.1243386243vw);
    margin-bottom: 0;
  }
  .section-form.section-form-contact-us .comments-form-component-box-sc-form {
    width: 100%;
  }
  .section-form.section-form-contact-us .main-block-form-box-sc-form {
    row-gap: 1.9841269841vw;
  }
  .section-form.section-form-contact-us .form-components-bottom-box-sc-form {
    row-gap: 2.1825396825vw;
  }
  .section-form.section-form-contact-us .form-button-sc-form {
    width: 100%;
  }
  .section-form.section-form-contact-us .about-form-component-box-sc-form select.form-component-select-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form select.form-component-select-sc-form {
    font-size: clamp(14px, 1.0582010582vw, 16px);
  }
  .section-form.section-form-contact-us .about-form-component-box-sc-form .custom-arrow-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form .custom-arrow-sc-form {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #1A2552;
    top: 4px;
    right: 0px;
  }
  .section-form.section-form-contact-us .form-component-box-sc-form input, .section-form.section-form-contact-us .form-component-box-sc-form select {
    height: 30px;
  }
  /*.section-form .subtitle-info-box-sc-form {*/
  /*    font-size: clamp(22px, calc(30 * 100vw / 1512), 30px);*/
  /*}*/
  /*.section-form .abstract-info-box-sc-form {*/
  /*    width: calc(434 * 100vw / 1512);*/
  /*}*/
  /*.section-form .dots-info-box-sc-form {*/
  /*    right: calc(56 * 100vw / 1512);*/
  /*    bottom: calc(12 * 100vw / 1512);*/
  /*    width: calc(214 * 100vw / 1512);*/
  /*}*/
  /*.section-form .first-form-component-box-sc-form {*/
  /*    margin-bottom: calc(24 * 100vw / 1512);*/
  /*}*/
  .page-template-page-partner-new .section-form {
    padding: 3.835978836vw 2% 3.9021164021vw 2%;
  }
}
@media all and (max-width: 1024px) {
  .section-form .subtitle-info-box-sc-form {
    margin-bottom: 1.46484375vw;
    font-size: clamp(16px, 2.1484375vw, 22px);
  }
  .section-form .title-info-box-sc-form {
    font-size: clamp(32px, 4.296875vw, 44px);
  }
  .section-form .arrow-info-box-sc-form {
    width: 4.4921875vw;
  }
  .section-form .subtitle-contact-box-sc-form {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-form .title-contact-box-sc-form {
    max-width: clamp(483px, 56.93359375vw, 583px);
    font-size: clamp(20px, 3.3203125vw, 34px);
  }
  .section-form .desc-contact-box-sc-form {
    max-width: clamp(428px, 51.5625vw, 528px);
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-form .form-checkbox-sc-form {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-form .form-component-label-sc-form {
    font-size: clamp(10px, 1.3671875vw, 14px);
  }
  .section-form .form-field-wrapper:has(input:focus) label, .section-form .form-field-wrapper:has(input:not(:placeholder-shown)) label {
    font-size: clamp(8px, 1.171875vw, 12px);
    transform: translateY(-5px);
  }
  .section-form .form-field-wrapper.has-value label {
    font-size: clamp(10px, 1.171875vw, 12px);
    transform: translateY(-5px);
  }
  .section-form .form-component-box-sc-form input, .section-form .form-component-box-sc-form select {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-form .form-field-wrapper .wpcf7-not-valid-tip {
    font-size: 10px !important;
  }
  .section-form.section-form-contact-us .about-form-component-box-sc-form select.form-component-select-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form select.form-component-select-sc-form {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-form.section-form-contact-us .about-form-component-box-sc-form .custom-arrow-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form .custom-arrow-sc-form {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #1A2552;
    /*top: -7px;*/
  }
  .section-form.section-form-contact-us .info-box-sc-form {
    height: clamp(532px, 61.23046875vw, 627px);
  }
  /*.section-form .form-button-sc-form {*/
  /*    height: clamp(71px, calc(81 * 100vw / 1024), 81px);*/
  /*}*/
  /*.section-form .form-field-wrapper {*/
  /*    height: 36px;*/
  /*}*/
}
@media all and (max-width: 768px) {
  .section-form {
    padding: 23px 11px 47px 11px;
  }
  .section-form .inner {
    padding: 0;
  }
  .section-form .sc-form-content {
    flex-direction: column;
    row-gap: 17px;
    min-height: unset;
    padding: 8px 5px 18px 5px;
  }
  .section-form .info-box-sc-form {
    width: 100%;
    padding: 10px;
    border-radius: 12.607px;
    height: 59.4736842105vw;
    align-items: center;
  }
  .section-form .title-info-box-sc-form {
    font-size: clamp(40px, 5.7291666667vw, 44px);
    max-width: 75%;
  }
  .section-form .contact-box-sc-form {
    width: 100%;
    padding: 0 10px;
    border-radius: 15px;
    row-gap: 28px;
  }
  .section-form .text-box-contact-box-sc-form {
    row-gap: 10px;
  }
  .section-form .subtitle-contact-box-sc-form {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-form .title-contact-box-sc-form {
    max-width: 100%;
    font-size: clamp(24px, 3.6458333333vw, 28px);
  }
  .section-form .desc-contact-box-sc-form {
    max-width: 100%;
    font-size: clamp(16px, 2.34375vw, 18px);
    line-height: 131%;
  }
  .section-form .form-component-box-sc-form {
    width: 100%;
  }
  .section-form .mobile-form-component-box-sc-form {
    margin-bottom: 0;
  }
  .section-form .form-component-label-sc-form {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-form .form-field-wrapper:has(input:focus) label, .section-form .form-field-wrapper:has(input:not(:placeholder-shown)) label, .section-form .form-field-wrapper.has-value label {
    font-size: clamp(14px, 2.0833333333vw, 16px);
    transform: translateY(-15px);
  }
  .section-form .form-component-box-sc-form input, .section-form .form-component-box-sc-form select {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-form .form-checkbox-sc-form {
    font-size: clamp(14px, 2.0833333333vw, 16px);
    /*margin-bottom: 0;*/
  }
  .section-form .form-button-sc-form {
    gap: 12px;
    height: clamp(67.288px, 7.459375vw, 57.288px);
    width: 100%;
    border-radius: 6.47px;
    min-width: unset;
  }
  .section-form .button-text {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-form .form-components-top-box-sc-form {
    row-gap: 41px;
  }
  .section-form .main-block-form-box-sc-form {
    row-gap: 18px;
  }
  .section-form input[type=checkbox], .section-form input[type=radio] {
    margin: 4px 0 0 0;
  }
  .section-form .wpcf7-list-item {
    margin: 0 0 0 22px;
  }
  .section-form .form-field-wrapper {
    height: 30px;
    position: relative;
  }
  .section-form .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form {
    margin: 181px 0 246px 0;
  }
  .section-form .form-field-wrapper .wpcf7-not-valid-tip {
    font-size: 12px !important;
  }
  .section-form .form-component-box-sc-form.company-form-component-box-sc-form {
    width: 100%;
    margin-bottom: 0;
  }
  .section-form .form-component-box-sc-form.help-form-component-box-sc-form {
    width: 100%;
  }
  .section-form .video-bg.desktop-video {
    display: none;
  }
  .section-form .video-bg.mobile-video {
    display: block;
  }
  .section-form .form-components-bottom-box-sc-form {
    row-gap: 11px;
  }
  .section-form .sc-form-content {
    border-radius: 15px;
  }
  .section-form .form-component-label-sc-form {
    position: absolute;
    top: 0;
  }
  .section-form.section-form-contact-us {
    padding: 0 11px 20px 11px;
    /*.form-checkbox-sc-form {*/
    /*    margin-bottom: calc(14 * 100vw / 380);*/
    /*}*/
    /*.form-component-box-sc-form input, .form-component-box-sc-form select {*/
    /*    font-size: clamp(14px, calc(16 * 100vw / 768), 16px);*/
    /*}*/
    /*.form-component-label-sc-form {*/
    /*    font-size: clamp(14px, calc(16 * 100vw / 768), 16px);*/
    /*}*/
    /*.form-field-wrapper:has(input:focus) label, .form-field-wrapper:has(input:not(:placeholder-shown)) label {*/
    /*    font-size: clamp(12px, calc(14 * 100vw / 768), 14px);*/
    /*}*/
  }
  .section-form.section-form-contact-us .sc-form-content {
    padding: 30px 15px 20px 15px;
  }
  .section-form.section-form-contact-us .info-box-sc-form {
    display: none;
  }
  .section-form.section-form-contact-us .contact-box-sc-form {
    padding: 0;
    gap: 28px;
  }
  .section-form.section-form-contact-us .form-field-wrapper {
    height: 30px;
  }
  .section-form.section-form-contact-us .form-component-label-sc-form {
    top: 0;
  }
  .section-form.section-form-contact-us .form-components-top-box-sc-form {
    row-gap: 41px;
  }
  .section-form.section-form-contact-us .first-form-component-box-sc-form {
    width: 100%;
  }
  .section-form.section-form-contact-us .form-component-box-sc-form {
    width: 100%;
  }
  .section-form.section-form-contact-us .form-component-box-sc-form.company-form-component-box-sc-form {
    width: 100%;
    margin-bottom: 0;
  }
  .section-form.section-form-contact-us .form-component-box-sc-form.help-form-component-box-sc-form {
    width: 100%;
    margin-bottom: 0;
  }
  .section-form.section-form-contact-us .comments-form-component-box-sc-form {
    width: 100%;
  }
  .section-form.section-form-contact-us .main-block-form-box-sc-form {
    row-gap: 20px;
  }
  .section-form.section-form-contact-us .form-components-bottom-box-sc-form {
    row-gap: 14px;
  }
  .section-form.section-form-contact-us .form-button-sc-form {
    width: 100%;
  }
  .section-form.section-form-contact-us .about-form-component-box-sc-form select.form-component-select-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form select.form-component-select-sc-form {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-form.section-form-contact-us .about-form-component-box-sc-form .custom-arrow-sc-form, .section-form.section-form-contact-us .help-form-component-box-sc-form .custom-arrow-sc-form {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #1A2552;
    top: -1px;
  }
  .section-form.section-form-blog-post {
    background: #FFF;
    padding: 29px 11px 20px 11px;
    border-bottom: 1px solid #ECECEC;
  }
  .page-template-page-partner-new .section-form {
    padding: 28px 11px 47px 11px;
  }
}
@media all and (max-width: 380px) {
  .section-form .title-info-box-sc-form {
    font-size: clamp(36px, 10.5263157895vw, 40px);
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/**
IFS New Design
*/
/*
POWEREDBY IFS New Design
*/
.wm-poweredby {
  background-color: #161616;
  direction: ltr;
}
.wm-poweredby[data-dot-effect="1"] .wm-poweredby-letter.l1:before, .wm-poweredby[data-dot-effect="2"] .wm-poweredby-letter.l2:before, .wm-poweredby[data-dot-effect="3"] .wm-poweredby-letter.l3:before, .wm-poweredby[data-dot-effect="4"] .wm-poweredby-letter.l4:before, .wm-poweredby[data-dot-effect="5"] .wm-poweredby-letter.l5:before, .wm-poweredby[data-dot-effect="6"] .wm-poweredby-letter.l6:before {
  visibility: visible;
  animation: jump-animation 0.5s linear;
}
.wm-poweredby[data-dot-effect="7"] .wm-poweredby-letter.l6:after {
  visibility: visible;
  animation: jump-animation-final 0.5s linear;
}
.wm-poweredby .inner {
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  color: #8d8d8d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wm-poweredby .wm-poweredby-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wm-poweredby .wm-poweredby-text {
  display: inline-block;
  margin-right: 7px;
}
.wm-poweredby .wm-poweredby-logo-img {
  height: 13px;
}
.wm-poweredby .wm-poweredby-letter {
  width: 15px;
  height: 15px;
  position: relative;
  display: none;
}
.wm-poweredby .wm-poweredby-letter:before, .wm-poweredby .wm-poweredby-letter.l6:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 50%;
  margin: 0 -4px -2px;
  width: 6px;
  height: 6px;
  background-color: #747676;
  visibility: hidden;
  border-radius: 50%;
}
.wm-poweredby .wm-poweredby-letter.fill path {
  fill: #959595;
  animation: letter-push-animation 0.3s linear;
}
.wm-poweredby .wm-poweredby-letter.hide-dot.l6:after {
  visibility: hidden;
}
.wm-poweredby .wm-poweredby-letter.l1.fill path {
  fill: #5da8dc;
}
.wm-poweredby .wm-poweredby-letter.l2 {
  left: -2px;
}
.wm-poweredby .wm-poweredby-letter.l2.fill path {
  fill: #5da8dc;
}
.wm-poweredby .wm-poweredby-letter.l3 {
  left: -3px;
}
.wm-poweredby .wm-poweredby-letter.l3:before {
  margin-right: -3px;
}
.wm-poweredby .wm-poweredby-letter.l4 {
  left: -4px;
}
.wm-poweredby .wm-poweredby-letter.l4:before {
  margin-right: -1px;
}
.wm-poweredby .wm-poweredby-letter.l5 {
  left: -8px;
}
.wm-poweredby .wm-poweredby-letter.l5:before {
  margin-right: -1px;
}
.wm-poweredby .wm-poweredby-letter.l5 .wm-poweredby-svg {
  position: absolute;
  top: -2px;
  right: 0;
  height: 16px;
}
.wm-poweredby .wm-poweredby-letter.l6 {
  left: -13px;
}
.wm-poweredby .wm-poweredby-letter.l6:before, .wm-poweredby .wm-poweredby-letter.l6:after {
  margin-right: -2px;
}
.wm-poweredby .wm-poweredby-letter.l6 .wm-poweredby-svg {
  position: absolute;
  top: -3px;
  right: 0;
  height: 21px;
}
.wm-poweredby .wm-poweredby-svg {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.wm-poweredby .wm-poweredby-svg path {
  fill: #5f6161;
  transition: all 0.7s linear;
}

@keyframes jump-animation {
  0% {
    transform: translateX(-13px) translateY(0);
  }
  50% {
    transform: translateX(-6px) translateY(-10px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes letter-push-animation {
  0% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump-animation-final {
  0% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(6px) translateY(-10px);
  }
  100% {
    opacity: 0;
    transform: translateX(13px) translateY(0);
  }
}
@media all and (max-width: 768px) {
  body .wm-poweredby .inner {
    padding: 8px 0 9px;
  }
}
/**
IFS New Design
*/
/*
FOOTER IFS New Design
*/
.footer {
  background: #FFF;
  font-family: "Poppins", sans-serif;
  color: #000;
  padding: clamp(8px, 1.5625vw, 40px) 2% clamp(28px, 1.6796875vw, 43px) 2%;
  position: relative;
}
.footer p {
  margin-bottom: 0;
  line-height: unset;
}
.footer::after {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0570EB;
}
.footer .inner {
  max-width: clamp(1405px, 84.765625vw, 2170px);
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  row-gap: clamp(10px, 1.5625vw, 40px);
}
.footer .menu-lists-block-footer {
  display: flex;
  justify-content: space-between;
  gap: clamp(110px, 6.25vw, 160px);
  /*width: calc(100% - clamp(454px, calc(661 * 100vw / 2560), 661px));*/
  direction: ltr;
  text-align: left;
}
.footer .menu-lists-block-footer nav {
  /*flex: 1;*/
}
.footer .menu-lists-block-footer nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 15px;
  gap: clamp(71px, 3.046875vw, 78px);
  width: 100%;
  margin-bottom: 0;
}
.footer .menu-lists-block-footer nav ul li {
  list-style: none;
  transition: all 0.5s linear;
  display: flex;
  flex-direction: column;
}
.footer .menu-lists-block-footer nav ul li a {
  font-size: clamp(14px, 0.625vw, 16px);
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s linear;
}
.footer .menu-lists-block-footer nav ul li .sub-menu {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*row-gap: 14px;*/
  display: none;
}
.footer .menu-lists-block-footer nav ul li .sub-menu li a {
  font-size: clamp(14px, 0.625vw, 16px);
  font-weight: 400;
}
.footer .menu-lists-block-footer nav ul li a:hover {
  text-shadow: 0.5px 0.5px #000;
}
.footer .link-text-block-content-footer {
  display: none;
}
.footer .footer-sublist {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
  text-align: left;
}
.footer .footer-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-end;
}
.footer .footer-list.footer-list-location {
  gap: clamp(10px, 0.5078125vw, 13px);
}
.footer .footer-link-logo {
  width: clamp(85px, 6.6015625vw, 169px);
  height: auto;
  /*align-self: flex-end;*/
  display: block;
}
.footer .text-block-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: clamp(26px, 1.328125vw, 34px);
  border-top: 1px solid #D9D9D9;
}
.footer .badge-block-footer.badge-block-mobile-footer {
  display: none;
}
.footer .footer-top-content {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
.footer .footer-top-content-matrix-box {
  display: flex;
  gap: clamp(28px, 1.7578125vw, 45px);
  align-items: center;
}
.footer .footer-top-content-matrix-description {
  font-size: clamp(14px, 0.625vw, 16px);
  font-weight: 400;
  line-height: normal;
  max-width: clamp(298px, 15.234375vw, 390px);
  width: 100%;
  align-self: flex-end;
  margin-bottom: 5px;
}
.footer .footer-top-content-matrix-description b, .footer .footer-top-content-matrix-description strong {
  font-weight: 700;
}
.footer .footer-top-content-menu-box {
  display: flex;
  gap: clamp(25px, 3.4375vw, 88px);
}
.footer .badge-block-footer {
  width: clamp(60px, 3.1640625vw, 81px);
  height: auto;
}
.footer .info-text-block-footer {
  display: flex;
  align-items: center;
  gap: 3px;
}
.footer .info-text-footer {
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.footer .info-img-footer {
  width: 54px;
  height: auto;
  margin-top: -3px;
}
.footer .text-block-content-footer {
  display: flex;
  align-items: center;
  gap: clamp(64px, 2.96875vw, 76px);
}
.footer .link-text-block-content-footer {
  display: flex;
  align-items: center;
  gap: clamp(70px, 3.6328125vw, 93px);
}
.footer .link-text-block-content-footer.link-text-block-mobile-content-footer {
  display: none;
}
.footer .link-footer {
  color: #464646 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.footer .link-footer:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #464646;
}

/*.footer .lists-block-footer {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding-bottom: clamp(34px, calc(61 * 100vw / 2560), 61px);*/
/*    border-bottom: 0.5px solid #BDC7DA;*/
/*    margin-bottom: clamp(14px, calc(22 * 100vw / 2560), 22px);*/
/*}*/
/*.footer .footer-list-item {*/
/*    font-size: clamp(14px, calc(18 * 100vw / 2560), 18px);*/
/*    font-weight: 400;*/
/*    line-height: 120%;*/
/*    list-style: none;*/
/*    direction: ltr;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: clamp(5px, calc(8 * 100vw / 2560), 8px);*/
/*}*/
/*.footer .footer-link {*/
/*    font-size: clamp(14px, calc(18 * 100vw / 2560), 18px);*/
/*    font-weight: 400;*/
/*    line-height: 120%;*/
/*}*/
/*.footer .footer-link.footer-link-title {*/
/*    font-size: clamp(18px, calc(20 * 100vw / 2560), 20px);*/
/*    font-weight: 600;*/
/*    line-height: normal;*/
/*    color: #01043B;*/
/*    transition: all 0.5s linear;*/
/*}*/
/*.footer .footer-link.footer-link-title:hover,*/
/*.footer .footer-list-title:hover {*/
/*    text-shadow: 0.5px 0.5px #01043B;*/
/*}*/
/*.footer .footer-list-title {*/
/*    font-size: clamp(18px, calc(20 * 100vw / 2560), 20px);*/
/*    font-weight: 600;*/
/*    line-height: normal;*/
/*    color: #01043B;*/
/*    transition: all 0.5s linear;*/
/*}*/
/*.footer .footer-list-location {*/
/*    width: clamp(454px, calc(661 * 100vw / 2560), 661px);*/
/*    margin-top: clamp(5px, calc(15 * 100vw / 2560), 15px);*/
/*}*/
/*.footer .footer-list-location .footer-list-title-box {*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*    visibility: hidden;*/
/*}*/
/*.footer .footer-list-location .footer-list-item,*/
/*.footer .footer-list-location .footer-link {*/
/*    color: #65626A;*/
/*}*/
/*.footer .footer-list-location .footer-link:hover {*/
/*    text-decoration: underline;*/
/*}*/
/*.footer .img-box-block-footer {*/
/*    display: flex;*/
/*}*/
/*.footer .certificates-block-footer {*/
/*    display: flex;*/
/*    gap: clamp(9px, calc(12 * 100vw / 2560), 12px);*/
/*    align-items: center;*/
/*    justify-content: flex-end;*/
/*    width: clamp(454px, calc(661 * 100vw / 2560), 661px);*/
/*}*/
/*.footer .certificate-block-footer {*/
/*    width: clamp(52px, calc(74 * 100vw / 2560), 74px);*/
/*    height: auto;*/
/*}*/
/*.footer .footer-link-logo.footer-link-logo-mobile {*/
/*    display: none;*/
/*}*/
/*.footer .info-text-block-footer {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    width: calc(100% - clamp(454px, calc(661 * 100vw / 2560), 661px));*/
/*}*/
/*.footer .info-text-box-footer {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 98px;*/
/*}*/
/*.footer .info-text-footer {*/
/*    color: #6F7078;*/
/*    font-size: clamp(14px, calc(16 * 100vw / 2560), 16px);*/
/*    font-weight: 400;*/
/*    line-height: normal;*/
/*    text-align: left;*/
/*}*/
/*.footer .socials-box-footer {*/
/*    display: flex;*/
/*    gap: 38px;*/
/*    align-items: center;*/
/*    margin-right: 17px;*/
/*}*/
/*.footer .footer-social-link {*/
/*    height: auto;*/
/*}*/
/*.footer .footer-social-link:nth-child(1) {*/
/*    width: 11px;*/
/*}*/
/*.footer .footer-social-link:nth-child(2) {*/
/*    width: 16px;*/
/*}*/
/*.footer .footer-link-logo {*/
/*}*/
/*.footer .footer-logo {*/
/*}*/
/*.footer .lists-block-footer {*/
/*}*/
/*.footer .menu-lists-block-footer {*/
/*}*/
@media all and (max-width: 1920px) {
  .footer .menu-lists-block-footer nav ul {
    gap: 39px;
  }
}
@media all and (max-width: 1512px) {
  .footer {
    padding: 8px 2% 28px 2%;
  }
  .footer::after {
    height: 5px;
  }
  .footer .footer-link-logo {
    width: clamp(55px, 5.6216931217vw, 85px);
  }
  .footer .menu-lists-block-footer nav ul li a {
    font-size: clamp(10px, 0.9259259259vw, 14px);
  }
  .footer .menu-lists-block-footer nav ul li .sub-menu {
    row-gap: 10px;
  }
  .footer .menu-lists-block-footer nav ul li .sub-menu li a {
    font-size: clamp(10px, 0.9259259259vw, 14px);
  }
  .footer .footer-sublist {
    row-gap: 10px;
  }
  .footer .footer-top-content-matrix-description {
    font-size: clamp(12px, 0.9259259259vw, 14px);
    max-width: clamp(208px, 19.708994709vw, 298px);
    align-self: center;
    margin-bottom: 0;
    line-height: 128.67%;
  }
  .footer .footer-top-content-menu-box {
    align-items: center;
  }
  .footer .footer-top-content-matrix-box {
    gap: 1.8518518519vw;
    margin-bottom: 0.3306878307vw;
  }
  .footer .menu-lists-block-footer nav ul {
    padding: 1.6534391534vw 0.9920634921vw;
    gap: 4.6957671958vw;
  }
  .footer .footer-top-content-menu-box {
    gap: 1.6534391534vw;
  }
  .footer .link-text-block-content-footer {
    gap: 4.6296296296vw;
  }
  .footer .badge-block-footer {
    width: clamp(40px, 3.9682539683vw, 60px);
  }
  .footer .footer-content {
    row-gap: 10px;
  }
  .footer .text-block-footer {
    padding-top: 1.7195767196vw;
  }
  .footer .info-text-footer, .footer .link-footer {
    font-size: clamp(12px, 0.9259259259vw, 14px);
  }
  .footer .info-img-footer {
    width: clamp(44px, 3.5714285714vw, 54px);
    margin-top: -0.1984126984vw;
  }
  /*.footer .footer-list-location {*/
  /*    width: clamp(324px, calc(454 * 100vw / 1512), 454px);*/
  /*}*/
  /*.footer .certificates-block-footer {*/
  /*    width: clamp(324px, calc(454 * 100vw / 1512), 454px);*/
  /*}*/
  /*.footer .info-text-block-footer {*/
  /*    width: calc(100% - clamp(324px, calc(454 * 100vw / 1512), 454px));*/
  /*}*/
  /*.footer .menu-lists-block-footer {*/
  /*    !*width: calc(100% - clamp(324px, calc(454 * 100vw / 1512), 454px));*!*/
  /*    gap: calc(110 * 100vw / 1512);*/
  /*}*/
  /*.footer .lists-block-footer {*/
  /*    padding-bottom: calc(34 * 100vw / 1512);*/
  /*}*/
  /*.footer .footer-list.footer-list-location {*/
  /*    gap: clamp(8px, calc(10 * 100vw / 1512), 10px);*/
  /*}*/
  /*.footer .info-text-box-footer {*/
  /*    gap: calc(120 * 100vw / 1512);*/
  /*}*/
  /*.footer .info-text-footer {*/
  /*    font-size: clamp(12px, calc(14 * 100vw / 1512), 14px);*/
  /*}*/
  /*.footer .footer-list-item {*/
  /*    font-size: clamp(12px, calc(14 * 100vw / 1512), 14px);*/
  /*}*/
  /*.footer .footer-link {*/
  /*    font-size: clamp(12px, calc(14 * 100vw / 1512), 14px);*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li {*/
  /*    row-gap: clamp(12px, calc(17 * 100vw / 1512), 17px);*/
  /*}*/
  /*.footer .socials-box-footer {*/
  /*    gap: calc(38 * 100vw / 1512);*/
  /*    margin-right: calc(17 * 100vw / 1512);*/
  /*}*/
  /*.footer .footer-link.footer-link-title {*/
  /*    font-size: clamp(14px, calc(18 * 100vw / 1512), 18px);*/
  /*}*/
  /*.footer .footer-list-title {*/
  /*    font-size: clamp(14px, calc(18 * 100vw / 1512), 18px);*/
  /*}*/
  /*.page-template-index .footer {*/
  /*    padding: 16px 4% 24px 4%;*/
  /*}*/
}
@media all and (max-width: 1024px) {
  .footer {
    padding: 18px 2% 23px 2%;
  }
  .footer .lists-block-footer {
    /*gap: 12px;*/
    width: 100%;
  }
  .footer .info-text-box-footer {
    gap: 8px;
  }
  .footer .info-text-footer {
    font-size: clamp(14px, 1.7578125vw, 18px);
  }
  .footer .text-block-footer {
    gap: 5px;
    padding: 17px 15px 0 15px;
    flex-direction: column-reverse;
    align-items: flex-start;
    border-top: none;
  }
  .footer .text-block-box-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-top: 17px;
    border-top: 1px solid #D9D9D9;
  }
  .footer .badge-block-footer.badge-block-mobile-footer {
    display: block;
    width: 60px;
  }
  .footer .menu-lists-block-footer {
    /*width: calc(100% - clamp(284px, calc(454 * 100vw / 1024), 454px));*/
    gap: 4.6875vw;
  }
  .footer .footer-list-item, .footer .footer-link {
    font-size: clamp(10px, 1.171875vw, 12px);
  }
  .footer .menu-lists-block-footer nav ul li a {
    font-size: clamp(16px, 1.953125vw, 20px);
  }
  .footer .menu-lists-block-footer nav ul li .sub-menu li a {
    font-size: clamp(16px, 1.953125vw, 20px);
  }
  .footer .footer-top-content {
    flex-direction: column;
    row-gap: 11px;
  }
  .footer .footer-top-content-matrix-box {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .footer .bottom-text-block-box-footer {
    display: flex;
    flex-direction: column;
  }
  .footer .badge-block-footer, .footer .link-text-block-content-footer {
    display: none;
  }
  .footer .link-text-block-content-footer.link-text-block-mobile-content-footer {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    align-items: flex-start;
    padding: 26px 35px 20px 35px;
  }
  .footer .link-footer {
    font-size: clamp(14px, 1.7578125vw, 18px);
  }
  .footer .menu-lists-block-footer nav ul {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 0;
    width: 100%;
  }
  .footer .footer-link-logo {
    /*display: none;*/
    width: clamp(85px, 10.25390625vw, 105px);
  }
  .footer .footer-top-content-matrix-description {
    max-width: clamp(298px, 34.9609375vw, 358px);
    font-size: clamp(14px, 1.5625vw, 16px);
    align-self: flex-start;
  }
  .footer .menu-lists-block-footer {
    width: 100%;
  }
  .footer .menu-lists-block-footer nav {
    width: 100%;
  }
  .footer .menu-lists-block-footer nav ul li {
    padding: 22px 15px 26px 15px;
    border-bottom: 1px solid #ECECEC;
    width: 100%;
  }
  .footer .footer-content {
    row-gap: 0;
  }
  .footer .info-img-footer {
    width: 54px;
  }
  .footer .link-footer:before {
    left: -12px;
  }
  /*.footer .footer-list-location {*/
  /*    width: clamp(272px, calc(442 * 100vw / 1024), 442px);*/
  /*}*/
  /*.footer .certificate-block-footer {*/
  /*    width: clamp(42px, calc(52 * 100vw / 1024), 52px);*/
  /*}*/
  /*.footer .certificates-block-footer {*/
  /*    width: clamp(272px, calc(442 * 100vw / 1024), 442px);*/
  /*}*/
  /*.footer .info-text-block-footer {*/
  /*    width: calc(100% - clamp(284px, calc(454 * 100vw / 1024), 454px));*/
  /*}*/
  /*.footer .footer-link.footer-link-title {*/
  /*    font-size: clamp(12px, calc(14 * 100vw / 1024), 14px);*/
  /*}*/
  /*.footer .footer-list-title {*/
  /*    font-size: clamp(12px, calc(14 * 100vw / 1024), 14px);*/
  /*}*/
}
@media all and (max-width: 768px) {
  .footer {
    padding: 18px 11px 17px 11px;
  }
  .footer .inner {
    /*padding: 0 calc(3 * 100vw / 390);*/
  }
  .footer .lists-block-footer {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none;
    gap: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .footer .menu-lists-block-footer nav ul {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 0;
    direction: ltr;
  }
  .footer .link-text-block-content-footer {
    flex-direction: column;
  }
  .footer .info-text-block-footer {
    width: 100%;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    /*align-items: flex-end;*/
    /*row-gap: clamp(31px, calc(41 * 100vw / 768), 41px);*/
  }
  .footer .menu-lists-block-footer {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .footer .menu-lists-block-footer nav ul li {
    /*align-items: flex-start;*/
    align-self: stretch;
    /*padding: 21px 0;*/
    /*display: flex;*/
    /*border-bottom: 0.5px solid #BDC7DA;*/
  }
  .footer .menu-lists-block-footer nav ul li a {
    font-size: clamp(16px, 2.6041666667vw, 20px);
    color: #1A2552;
  }
  .footer .info-text-box-footer {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 17px;
  }
  .footer .footer-list-item {
    gap: 6px;
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  .footer .footer-link {
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  .footer .info-text-footer {
    font-size: clamp(14px, 2.34375vw, 18px);
  }
  .footer .footer-sublist {
    display: block;
    flex-direction: column;
    row-gap: 20px;
    margin-left: 12px;
    height: 0;
    transition: height 0.5s ease;
    overflow: hidden;
  }
  .footer .footer-list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer .footer-list-item:last-child {
    margin-bottom: clamp(31px, 5.3385416667vw, 41px);
  }
  .footer .footer-content {
    row-gap: 0;
  }
  .footer .footer-link.footer-link-title {
    font-size: clamp(20px, 3.125vw, 24px);
  }
  .footer .menu-lists-block-footer nav ul li.menu-item-has-children {
    transition: min-height 0.3s;
    max-height: none;
    justify-content: flex-start;
    position: relative;
    row-gap: 0;
  }
  .footer .menu-lists-block-footer nav ul li.menu-item-has-children a {
    position: relative;
    width: 100%;
  }
  .footer .menu-lists-block-footer nav ul li.menu-item-has-children .sub-menu li a {
    font-size: clamp(18px, 2.8645833333vw, 22px);
    font-weight: 400;
  }
  .footer .footer-top-content-matrix-description {
    font-size: clamp(14px, 2.0833333333vw, 16px);
    max-width: 100%;
    line-height: 128.67%;
  }
  .footer .info-img-footer {
    width: clamp(57px, 8.7239583333vw, 67px);
    margin-top: -2px;
  }
  /*.footer .footer-list.footer-list-location {*/
  /*    width: 100%;*/
  /*}*/
  /*.footer .footer-link-logo.footer-link-logo-mobile {*/
  /*    display: block;*/
  /*    width: clamp(83px, calc(93 * 100vw / 768), 93px);*/
  /*    margin-bottom: 0;*/
  /*}*/
  /*.footer .certificates-block-footer {*/
  /*    width: auto;*/
  /*}*/
  /*.footer .img-box-block-footer {*/
  /*    width: 100%;*/
  /*    justify-content: space-between;*/
  /*    flex-direction: row-reverse;*/
  /*    padding-bottom: 17px;*/
  /*    border-bottom: 0.5px solid #BDC7DA;*/
  /*}*/
  /*.footer .footer-list-title {*/
  /*    padding: 21px 0;*/
  /*    display: flex;*/
  /*    border-bottom: 0.5px solid #BDC7DA;*/
  /*}*/
  /*.footer .footer-list-location {*/
  /*    margin-top: 0;*/
  /*}*/
  /*.footer .footer-list-location .footer-list-title {*/
  /*    font-size: clamp(20px, calc(24 * 100vw / 768), 24px);*/
  /*    font-weight: 600;*/
  /*    color: #01043B;*/
  /*    border-bottom: none;*/
  /*}*/
  /*.footer .footer-list-location .footer-list-title:hover {*/
  /*    text-shadow: 0.5px 0.5px #01043B;*/
  /*}*/
  /*.footer .footer-list-location .footer-list-title-box {*/
  /*    opacity: 1;*/
  /*    pointer-events: auto;*/
  /*    visibility: visible;*/
  /*    display: flex;*/
  /*    justify-content: space-between;*/
  /*    align-items: center;*/
  /*    transition: 0.6s all;*/
  /*    gap: 16px;*/
  /*    width: 100%;*/
  /*}*/
  /*.footer .accordion-arrow-box-sc-career {*/
  /*    display: flex;*/
  /*    justify-content: center;*/
  /*    align-items: center;*/
  /*    width: 14px;*/
  /*    height: 14px;*/
  /*}*/
  /*.footer .symbol {*/
  /*    width: 14px;*/
  /*    height: 2px;*/
  /*    background: #01043B;*/
  /*    transition: transform 0.3s ease;*/
  /*    position: relative;*/
  /*    display: block;*/
  /*    margin-right: 16px;*/
  /*}*/
  /*.footer .symbol::before {*/
  /*    content: "";*/
  /*    position: absolute;*/
  /*    background: #01043B;*/
  /*    width: 2px;*/
  /*    height: 14px;*/
  /*    top: 50%;*/
  /*    left: 50%;*/
  /*    transform: translate(-50%, -50%);*/
  /*    transition: opacity 0.3s ease;*/
  /*}*/
  /*.footer .footer-list-title-box.open .symbol::before {*/
  /*    opacity: 0;*/
  /*}*/
  /*.footer .footer-list-title-box.open .footer-list-title {*/
  /*    text-shadow: 0.5px 0.5px #01043B;*/
  /*}*/
  /*.footer .footer-list.footer-list-location {*/
  /*    gap: 0;*/
  /*}*/
  /*.footer .certificates-block-footer {*/
  /*    gap: 13px;*/
  /*}*/
  /*.footer .certificate-block-footer {*/
  /*    width: clamp(47px, calc(57 * 100vw / 768), 57px);*/
  /*}*/
  /*.footer .socials-box-footer {*/
  /*    gap: 35px;*/
  /*    margin-right: 0;*/
  /*    margin-left: 10px;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children a::after,*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children a::before {*/
  /*    content: "";*/
  /*    display: block;*/
  /*    position: absolute;*/
  /*    top: 50%;*/
  /*    transform: translateY(-50%);*/
  /*    background: #01043B;*/
  /*    transition: all 0.5s linear;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children a::after {*/
  /*    width: 14px;*/
  /*    height: 2px;*/
  /*    right: 16px;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children a::before {*/
  /*    width: 2px;*/
  /*    height: 14px;*/
  /*    right: 22px;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children .sub-menu {*/
  /*    transition: height 0.3s;*/
  /*    height: 0;*/
  /*    visibility: hidden;*/
  /*    overflow: hidden;*/
  /*    margin-bottom: 0;*/
  /*    row-gap: 0;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children .sub-menu li {*/
  /*    border-top: 1px solid rgba(255, 255, 255, 0.3);*/
  /*    list-style: none;*/
  /*    transition: all 0.5s linear;*/
  /*    padding: 21px 0 0 0;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children.open {*/
  /*    justify-content: flex-start;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children.open a::before {*/
  /*    opacity: 0;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children.open .sub-menu {*/
  /*    visibility: visible;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children.open .sub-menu li {*/
  /*    border-bottom: none;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children.open .sub-menu li a::after,*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children.open .sub-menu li a::before {*/
  /*    display: none;*/
  /*}*/
  /*.footer .menu-lists-block-footer nav ul li.menu-item-has-children.open .sub-menu li:hover a {*/
  /*    text-shadow: 0.5px 0.5px #01043B;*/
  /*}*/
}
/*@media all and (max-width: 390px) {*/
/*    .footer {*/
/*        .footer-list-item, .footer-link {*/
/*            font-size: clamp(12px, 4.1025641026vw, 16px);*/
/*        }*/
/*    }*/
/*}*/
/**
IFS New Design
*/
/*
MOBILE MENU IFS New Design
*/
@media all and (min-width: 1025px) {
  .mobile-menu {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .mobile-menu {
    border-top: 5px solid #0570EB;
    z-index: 98;
    top: 0;
    left: 0;
    position: fixed;
    right: 0;
    font-family: "Poppins", sans-serif;
  }
  .mobile-menu * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-menu.open .menu-wrapper > ul > li, .mobile-menu.open .mm-bot-inner > ul {
    opacity: 1;
  }
  .mobile-menu.open .mm-top {
    position: relative;
    transition: 0.3s all ease;
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-container {
    transform: rotate(90deg);
  }
  .mobile-menu.open .mm-top:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% - 11px - 11px);
    height: 1px;
    background: #E5E7EF;
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-wrapper .mm-bar {
    transition-delay: 0.25s;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-wrapper .mm-bar.topBar {
    transform: translateY(8px) rotate(45deg);
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-wrapper .mm-bar.mdBar {
    opacity: 0;
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-wrapper .mm-bar.btmBar {
    transform: translateY(2px) rotate(-45deg);
  }
  .mobile-menu.open .mm-bot {
    height: auto;
    overflow: auto;
    visibility: visible;
  }
  .mobile-menu.open .mm-bot .menu-wrapper, .mobile-menu.open .mm-bot .mm-bg, .mobile-menu.open .mm-bot .mm-bot-inner {
    visibility: visible;
  }
  .mobile-menu.open .mm-bot .mm-bg, .mobile-menu.open .mm-bot .mm-bot-inner {
    opacity: 1;
  }
  .mobile-menu.open .mm-bot .mm-bg {
    background: rgba(255, 255, 255, 0.8);
    /*background-size: 400% 400%;*/
    /*animation: backgroundGradientAnimation 15s ease infinite;*/
    border-radius: 0;
    transform: translateX(0);
  }
  .mobile-menu .mm-top, .mobile-menu .mm-bt {
    display: flex;
    align-items: center;
  }
  .mobile-menu .mm-top {
    height: 52px;
    padding-left: 11px;
    padding-right: 11px;
    position: relative;
    z-index: 1;
    background: #FFF;
    justify-content: space-between;
  }
  .mobile-menu .logo-mm {
    width: 80px;
    height: auto;
    transition: all 0.5s linear;
  }
  .mobile-menu .logo-mm-fixed {
    display: none;
    width: 80px;
    height: auto;
    transition: all 0.5s linear;
  }
  .mobile-menu .mobile-shop-menu {
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
  }
  .mobile-menu .header-button {
    position: relative;
    height: 40px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-menu .header-button:not(:last-child) {
    margin-left: 2%;
  }
  .mobile-menu .header-account-tt {
    font-size: 85%;
    color: #fff;
  }
  .mobile-menu .header-shop-menu-count {
    margin: 0;
    top: 0;
    left: auto;
    right: -4px;
  }
  .mobile-menu .header-shop-menu-ic:after {
    color: #fff;
    margin: 0;
    font-size: 100%;
  }
  .mobile-menu .header-logo {
    display: inline-block;
  }
  .mobile-menu .header-logo img {
    width: 80px;
  }
  .mobile-menu .mm-bt {
    height: 100%;
    text-align: center;
    position: relative;
  }
  .mobile-menu .mm-bar-container {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    user-select: none;
    transform: rotate(0deg);
    transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mobile-menu .mm-bar-wrapper {
    width: 30px;
    position: relative;
    display: block;
    margin: -10px auto 0;
    top: 50%;
  }
  .mobile-menu .mm-bar-wrapper .mm-bar {
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    background: #1A2552;
    transition-delay: 0s;
  }
  .mobile-menu .mm-bar-wrapper .mm-bar:not(:last-child) {
    margin-bottom: 1.5px;
  }
  .mobile-menu .mm-bar-wrapper .mm-bar.topBar {
    transform: translateY(0px) rotate(0deg);
  }
  .mobile-menu .mm-bar-wrapper .mm-bar.mdBar {
    transform: translateY(5px) rotate(0deg);
  }
  .mobile-menu .mm-bar-wrapper .mm-bar.btmBar {
    transform: translateY(10px) rotate(0deg);
  }
  .mobile-menu .mm-bot {
    position: fixed;
    right: 0;
    width: 100%;
    top: 80px;
    bottom: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .mobile-menu .mm-bg, .mobile-menu .mm-bot-inner {
    visibility: hidden;
    opacity: 0;
  }
  .mobile-menu .mm-bg {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-bottom-left-radius: 500px;
    transform: translateX(100%);
    transition: all 0.5s linear;
  }
  .mobile-menu .mm-bot-inner ul, .mobile-menu .soc-buttons-wr {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-menu .mm-bot-inner {
    position: relative;
    width: 100%;
    min-height: 100%;
    color: #fff;
    padding: 0 42px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    backdrop-filter: blur(10px);
  }
  .mobile-menu .mm-bot-inner ul {
    margin-bottom: 25px;
    list-style: none;
    transition: all 0.5s linear;
    padding: 0;
  }
  .mobile-menu .mm-bot-inner ul li {
    position: relative;
    transition: all 0.5s linear;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid rgba(26, 37, 82, 0.2);
    padding: 26.5px 0;
  }
  .mobile-menu .mm-bot-inner ul li:last-child {
    border: none;
  }
  .mobile-menu .mm-bot-inner ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    opacity: 0.4;
  }
  .mobile-menu .mm-bot-inner ul li.current-menu-item a {
    /*font-weight: 700;*/
    /*padding-right: 26px;*/
    /*direction: ltr;*/
    color: #0570EB;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open {
    padding: 28.5px 0 0 0;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open a {
    color: #0570EB;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open .sub-menu li a {
    color: #1A2552;
  }
  .mobile-menu .mm-bot-inner ul li.current-menu-item.menu-item-has-children .sub-menu li a {
    color: #1A2552;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children a::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #1A2552;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open a::after {
    border-top: 5px solid #0570EB;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open .sub-menu li a::after {
    display: none;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open a {
    /*flex-direction: row-reverse;*/
    padding: 0 0 26.5px 0px;
    text-align: left;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open .sub-menu li a {
    padding: 0 0 0 8px;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open .sub-menu li:has(.menu-icon) a {
    padding: 0 0 0 16px;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.menu-item-has-children .sub-menu li:has(.menu-icon) a {
    padding: 0 0 0 16px;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open.current-menu-item .sub-menu li a {
    position: relative;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li {
    padding: 24.5px 0;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li a {
    position: relative;
    display: flex;
    flex-direction: row;
    padding-left: 8px;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li:not(:has(.menu-icon)) a::before {
    content: "";
    display: block;
    position: relative;
    /*left: -15px;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    width: 4px;
    min-width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #0570EB;
    margin-right: 12px;
  }
  .mobile-menu .mm-bot-inner ul li a {
    width: auto;
    /*padding: 28.5px 0;*/
    color: #1A2552;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.5s linear;
  }
  .mobile-menu .menu-item-link-mm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 10px 45px;
    color: #FFF;
    border-radius: 50px;
    background: #0570EB;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    transition: all 0.5s linear;
    position: relative;
    overflow: hidden;
    height: 50px;
  }
  .mobile-menu .menu-item-link-mm .text-menu-item-link-mm {
    z-index: 3;
  }
  .mobile-menu .menu-item-link-mm::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0570EB 0%, #346FFF 50.4%, #473183 100%);
    background-size: 300% 300%;
    opacity: 0;
    transition: opacity 0.5s linear;
    border-radius: inherit;
    z-index: 1;
    animation: gradientMove 8s ease infinite;
  }
  .mobile-menu .menu-item-link-mm:hover::before {
    opacity: 1;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children {
    transition: min-height 0.3s;
    max-height: none;
    justify-content: flex-start;
    justify-content: flex-start;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu {
    transition: max-height 0.3s;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    margin-bottom: 0;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li {
    /*border-top: 1px solid rgba(26, 37, 82, 0.20);*/
    list-style: none;
    transition: all 0.5s linear;
    margin: 0 30px;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open .sub-menu {
    max-height: none;
    visibility: visible;
    overflow: visible;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li {
    /*border-bottom: none;*/
    align-items: flex-start;
    text-align: left;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open .sub-menu li:first-child {
    /*border-top: 1px solid rgba(26, 37, 82, 0.20);*/
    position: relative;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li:first-child:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% + 30px + 30px);
    height: 1px;
    background: rgba(26, 37, 82, 0.2);
  }
  .mobile-menu .mm-bot-inner ul li.current-menu-item.open a {
    padding: 0 0 26.5px 0px;
  }
  .mobile-menu .mm-bot-inner ul li.current-menu-item.open .sub-menu li a {
    padding: 0 0 0 8px;
  }
  .mobile-menu .mm-bot-inner ul li.current-menu-item .sub-menu li a:after {
    display: none;
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li:not(:first-child) {
    /*border-top: none;*/
  }
  .mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li a .menu-icon {
    width: 20px;
    height: auto;
    margin-right: 13px;
  }
  .mobile-menu.fixed {
    background: #FFF;
    box-shadow: 0px 4px 15.2px 0px rgba(0, 0, 0, 0.05);
  }
  .mobile-menu.fixed .logo-mm {
    display: none;
  }
  .mobile-menu.fixed .logo-mm-fixed {
    display: block;
  }
  .mobile-menu.fixed .mm-bar-wrapper .mm-bar {
    background: #1A2552;
  }
  /*.mobile-menu .mm-top::after {*/
  /*    content: "";*/
  /*    position: absolute;*/
  /*    left: 50%;*/
  /*    transform: translateX(-50%);*/
  /*    bottom: 0;*/
  /*    height: 1px;*/
  /*    width: 94%;*/
  /*    background: #fff;*/
  /*    opacity: 0.4;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.current-menu-item a:before {*/
  /*    content: "";*/
  /*    display: block;*/
  /*    width: 10px;*/
  /*    height: 10px;*/
  /*    border-radius: 50px;*/
  /*    background: #FFF;*/
  /*    margin-right: 16px;*/
  /*    transition: all 0.5s linear;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.current-menu-item.menu-item-has-children a {*/
  /*    flex-direction: row;*/
  /*    padding-right: 0;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children a {*/
  /*    flex-direction: row-reverse;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children a:after {*/
  /*    content: "";*/
  /*    display: block;*/
  /*    font-size: 22px;*/
  /*    color: #FFF;*/
  /*    margin-left: 5px;*/
  /*    transition: all 0.5s linear;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children a .sub-menu li a:after, .mobile-menu .mm-bot-inner ul li.menu-item-has-children a .sub-menu li a:before {*/
  /*    display: none;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children.open.menu-item-has-children a:after {*/
  /*    content: "-";*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children.open.menu-item-has-children .sub-menu li a:after, .mobile-menu .mm-bot-inner ul li.menu-item-has-children.open.menu-item-has-children .sub-menu li a:before {*/
  /*    display: none;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children.open.menu-item-has-children.current-menu-item a {*/
  /*    flex-direction: row;*/
  /*    padding-right: 26px;*/
  /*}*/
  /*.mobile-menu .menu-item-link-mm:active {*/
  /*    border: 1px solid #FFF;*/
  /*    background: transparent;*/
  /*    color: #FFF;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li a {*/
  /*    padding: 13px 0;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li:not(:first-child) a {*/
  /*    padding: 23px 0 26px 0;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li:not(:last-child) a {*/
  /*    padding: 18px 0;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li:first-child a {*/
  /*    padding: 26px 0 18px 0;*/
  /*}*/
  /*.mobile-menu .mm-bot-inner ul li.menu-item-has-children .sub-menu li::after {*/
  /*    display: none;*/
  /*}*/
  body.admin-bar #wpadminbar {
    position: fixed;
    overflow: hidden;
  }
  body.admin-bar .mobile-menu {
    top: 32px;
  }
}
@media all and (max-width: 768px) {
  body.admin-bar .mobile-menu {
    top: 46px;
  }
}
@media all and (max-width: 425px) {
  .mobile-menu .header-logo img {
    width: 18.8235294118vw;
  }
  .mobile-menu .mobile-shop-menu {
    font-size: 4.2352941176vw;
  }
  .mobile-menu .header-shop-menu-count {
    height: 4.2352941176vw;
    min-width: 4.2352941176vw;
    padding: 0 1.1764705882vw;
    font-size: 2.3529411765vw;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/**
IFS New Design
*/
/*
Banner IFS New Design
*/
.section-banner {
  font-family: "Poppins", sans-serif;
  color: #FFF;
  padding: 152px 2% clamp(40px, 1.953125vw, 50px) 2%;
}
.section-banner p {
  margin-bottom: 0;
  line-height: unset;
}
.section-banner .inner {
  max-width: clamp(1404px, 84.765625vw, 2170px);
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
.section-banner .sc-banner-content {
  background: linear-gradient(92deg, #0570EB 1.57%, #203360 71.77%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(21px, 1.328125vw, 34px) clamp(150px, 8.9453125vw, 229px) clamp(17px, 1.0546875vw, 27px) clamp(85px, 6.6015625vw, 169px);
  border-radius: clamp(15px, 0.9765625vw, 25px);
  gap: 2.8125vw;
}
.section-banner .text-box-sc-banner {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  flex: 1;
  z-index: 5;
}
.section-banner .subtitle-sc-banner {
  font-size: clamp(18px, 0.9375vw, 24px);
  font-weight: 400;
  line-height: 121.538%;
}
.section-banner .title-sc-banner {
  font-size: clamp(44px, 2.5vw, 64px);
  font-weight: 400;
  line-height: 121.538%;
}
.section-banner .title-sc-banner b, .section-banner .title-sc-banner strong {
  font-weight: 700;
}
.section-banner .img-box-sc-banner {
  display: flex;
  width: clamp(537.278px, 32.4609375vw, 831px);
  height: auto;
}
.section-banner .img-box-sc-banner img {
  width: 100%;
  height: auto;
}
.section-banner.section-banner-blog .sc-banner-content, .section-banner.section-banner-about-us .sc-banner-content {
  padding: clamp(79px, 5.625vw, 144px) clamp(85px, 6.6015625vw, 169px);
  border-radius: clamp(16.187px, 0.9765625vw, 25px);
}
.section-banner.section-banner-blog .img-box-sc-banner, .section-banner.section-banner-about-us .img-box-sc-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-banner.section-banner-blog .img-box-sc-banner .img-sc-banner, .section-banner.section-banner-about-us .img-box-sc-banner .img-sc-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(16.187px, 0.9765625vw, 25px);
}
.section-banner.section-banner-blog .img-desktop-sc-banner, .section-banner.section-banner-about-us .img-desktop-sc-banner {
  display: block;
}
.section-banner.section-banner-blog .img-mobile-sc-banner, .section-banner.section-banner-about-us .img-mobile-sc-banner {
  display: none;
}
.section-banner.section-banner-blog.section-banner-blog-post, .section-banner.section-banner-about-us.section-banner-blog-post {
  padding: 152px 2% clamp(20px, 1.40625vw, 36px) 2%;
}
.section-banner.section-banner-blog.section-banner-blog-post .img-laptop-sc-banner, .section-banner.section-banner-about-us.section-banner-blog-post .img-laptop-sc-banner {
  display: none;
}
.section-banner.section-banner-blog.section-banner-blog-post .title-sc-banner, .section-banner.section-banner-about-us.section-banner-blog-post .title-sc-banner {
  max-width: 1115px;
}
.section-banner.section-banner-about-us {
  padding: 152px 2% clamp(39px, 2.2265625vw, 57px) 2%;
}
.section-banner.section-banner-about-us.section-banner-partner {
  padding: 152px 2% clamp(18px, 1.25vw, 32px) 2%;
}
.section-banner.section-banner-about-us.section-banner-partner .title-sc-banner {
  max-width: clamp(796px, 43.5546875vw, 1115px);
}
.section-banner.section-banner-about-us.section-banner-partner.section-banner-career .title-sc-banner {
  max-width: clamp(796px, 32.109375vw, 822px);
}

@media all and (max-width: 1920px) {
  .section-banner .sc-banner-content {
    gap: 0.6640625vw;
  }
}
@media all and (max-width: 1512px) {
  .section-banner {
    padding: 127px 2% 1.3227513228vw 2%;
  }
  .section-banner .sc-banner-content {
    padding: 21px 9.9206349206vw 17px 5.5555555556vw;
    gap: 0;
    border-radius: clamp(11.175px, 0.9920634921vw, 15px);
  }
  .section-banner .text-box-sc-banner {
    row-gap: 18px;
  }
  .section-banner .subtitle-sc-banner {
    font-size: clamp(14px, 1.1904761905vw, 18px);
  }
  .section-banner .title-sc-banner {
    font-size: clamp(32px, 3.1746031746vw, 48px);
    max-width: clamp(450px, 43.8492063492vw, 663px);
  }
  .section-banner .img-box-sc-banner {
    width: 35.5342592593vw;
  }
  .section-banner.section-banner-blog .sc-banner-content, .section-banner.section-banner-about-us .sc-banner-content {
    padding: 5.2248677249vw 5.6216931217vw;
    border-radius: clamp(10px, 1.0705687831vw, 16.187px);
  }
  .section-banner.section-banner-blog .img-box-sc-banner .img-sc-banner, .section-banner.section-banner-about-us .img-box-sc-banner .img-sc-banner {
    border-radius: clamp(10px, 1.0705687831vw, 16.187px);
  }
  .section-banner.section-banner-blog.section-banner-blog-post, .section-banner.section-banner-about-us.section-banner-blog-post {
    padding: 107px 2% 1.3227513228vw 2%;
  }
  .section-banner.section-banner-blog.section-banner-blog-post .img-laptop-sc-banner, .section-banner.section-banner-about-us.section-banner-blog-post .img-laptop-sc-banner {
    display: block;
  }
  .section-banner.section-banner-blog.section-banner-blog-post .img-desktop-sc-banner, .section-banner.section-banner-about-us.section-banner-blog-post .img-desktop-sc-banner {
    display: none;
  }
  .section-banner.section-banner-about-us {
    padding: 127px 2% 2.5793650794vw 2%;
  }
  .section-banner.section-banner-about-us.section-banner-partner {
    padding: 152px 2% 18px 2%;
  }
  .section-banner.section-banner-about-us.section-banner-partner .title-sc-banner {
    max-width: clamp(596px, 52.6455026455vw, 796px);
  }
  .section-banner.section-banner-about-us.section-banner-partner.section-banner-career .title-sc-banner {
    max-width: clamp(456px, 42.9894179894vw, 650px);
  }
}
@media all and (max-width: 1024px) {
  .section-banner {
    padding: 62px 2% 2.6455026455vw 2%;
  }
  .section-banner .subtitle-sc-banner {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-banner .title-sc-banner {
    font-size: clamp(24px, 3.125vw, 32px);
    max-width: clamp(300px, 43.9453125vw, 450px);
  }
  .section-banner.section-banner-about-us {
    padding: 62px 2% 2.5793650794vw 2%;
  }
  .section-banner.section-banner-about-us.section-banner-partner {
    padding: 62px 2% 18px 2%;
  }
  .section-banner.section-banner-about-us.section-banner-partner .title-sc-banner {
    max-width: clamp(496px, 58.203125vw, 596px);
  }
  .section-banner.section-banner-about-us.section-banner-partner.section-banner-career .title-sc-banner {
    max-width: clamp(326px, 44.53125vw, 456px);
  }
}
@media all and (max-width: 768px) {
  .section-banner {
    padding: 76px 11px 24px 11px;
  }
  .section-banner .inner {
    padding: 0;
  }
  .section-banner .sc-banner-content {
    padding: 25vw 15px 5.2631578947vw 15px;
    border-radius: 10px;
    position: relative;
  }
  .section-banner .text-box-sc-banner {
    display: flex;
    row-gap: 10px;
  }
  .section-banner .subtitle-sc-banner {
    font-size: clamp(14px, 2.34375vw, 18px);
  }
  .section-banner .title-sc-banner {
    font-size: clamp(24px, 3.90625vw, 30px);
    max-width: clamp(380px, 65.1041666667vw, 500px);
  }
  .section-banner .img-box-sc-banner {
    width: 66.3889473684vw;
    position: absolute;
    right: 15px;
    top: 13px;
  }
  .section-banner.section-banner-blog .sc-banner-content, .section-banner.section-banner-about-us .sc-banner-content {
    padding: 25vw 10px 5.2631578947vw 14px;
    border-radius: 10px;
  }
  .section-banner.section-banner-blog .img-box-sc-banner .img-sc-banner, .section-banner.section-banner-about-us .img-box-sc-banner .img-sc-banner {
    border-radius: 10px;
  }
  .section-banner.section-banner-blog .img-desktop-sc-banner, .section-banner.section-banner-about-us .img-desktop-sc-banner {
    display: none;
  }
  .section-banner.section-banner-blog .img-mobile-sc-banner, .section-banner.section-banner-about-us .img-mobile-sc-banner {
    display: block;
  }
  .section-banner.section-banner-blog .title-sc-banner, .section-banner.section-banner-about-us .title-sc-banner {
    max-width: 100%;
  }
  .section-banner.section-banner-blog.section-banner-blog-post, .section-banner.section-banner-about-us.section-banner-blog-post {
    padding: 76px 11px 20px 11px;
  }
  .section-banner.section-banner-blog.section-banner-blog-post .img-laptop-sc-banner, .section-banner.section-banner-about-us.section-banner-blog-post .img-laptop-sc-banner {
    display: none;
  }
  .section-banner.section-banner-blog.section-banner-blog-post .title-sc-banner, .section-banner.section-banner-about-us.section-banner-blog-post .title-sc-banner {
    max-width: 100%;
  }
  .section-banner.section-banner-about-us {
    padding: 76px 11px 20px 11px;
  }
  .section-banner.section-banner-about-us.section-banner-partner {
    padding: 76px 11px 20px 11px;
  }
  .section-banner.section-banner-about-us.section-banner-partner .sc-banner-content {
    padding: 17.1052631579vw 10px 5.5263157895vw 14px;
  }
  .section-banner.section-banner-about-us.section-banner-partner .title-sc-banner {
    max-width: 98%;
  }
  .section-banner.section-banner-about-us.section-banner-partner.section-banner-career .title-sc-banner {
    max-width: 98%;
  }
}
@media all and (max-width: 380px) {
  .section-banner .subtitle-sc-banner {
    font-size: clamp(10px, 3.6842105263vw, 14px);
  }
  .section-banner .title-sc-banner {
    font-size: clamp(20px, 6.3157894737vw, 24px);
  }
}
/**
IFS New Design
*/
/*
POPUP FORM IFS New Design
*/
.section-popup {
  font-family: "Poppins", sans-serif;
  color: #1A2552;
  position: relative;
}
.section-popup p {
  margin-bottom: 0;
  line-height: unset;
}
.section-popup label {
  margin-bottom: 0;
}
.section-popup .sc-form-content {
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 2.7777777778vw, 42px);
  /*min-height: 720px;*/
  padding: clamp(9px, 1.2566137566vw, 19px) clamp(29px, 3.9021164021vw, 59px) clamp(9px, 1.2566137566vw, 19px) clamp(10px, 1.3227513228vw, 20px);
  border-radius: 15px;
}
.section-popup .info-box-sc-form {
  background: #0570EB;
  border-radius: 15px;
  padding: 0 clamp(38px, 3.835978836vw, 58px) clamp(40px, 6.6137566138vw, 100px) clamp(22px, 2.7777777778vw, 42px);
  width: 44.01%;
  color: #FFF;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  height: clamp(605px, 46.626984127vw, 705px);
}
.section-popup .title-info-box-sc-form {
  font-size: clamp(54px, 4.2749338624vw, 64.637px);
  font-weight: 700;
  line-height: 92%;
  z-index: 5;
}
.section-popup .video-bg {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.section-popup .video-bg.mobile-video {
  display: none;
}
.section-popup .contact-box-sc-form {
  width: 55.99%;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2.1164021164vw, 32px);
}
.section-popup .text-box-contact-box-sc-form {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.section-popup .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form {
  display: none;
}
.section-popup .subtitle-contact-box-sc-form {
  font-size: clamp(14px, 1.1904761905vw, 18px);
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 4px;
}
.section-popup .title-contact-box-sc-form {
  max-width: 98%;
  width: 100%;
  font-size: clamp(32px, 2.6455026455vw, 40px);
  font-weight: 400;
  line-height: 109.748%;
  margin-bottom: clamp(7px, 1.7857142857vw, 27px);
}
.section-popup .title-contact-box-sc-form b, .section-popup .title-contact-box-sc-form strong {
  color: #0570EB;
  font-weight: 700;
}
.section-popup .desc-contact-box-sc-form {
  max-width: 97%;
  font-size: clamp(14px, 1.1904761905vw, 18px);
  font-weight: 400;
  line-height: normal;
}
.section-popup .main-block-form-box-sc-form {
  display: flex;
  flex-direction: column;
  row-gap: clamp(12px, 1.5211640212vw, 23px);
}
.section-popup .form-components-top-box-sc-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  row-gap: clamp(24px, 3.1746031746vw, 48px);
}
.section-popup .form-components-bottom-box-sc-form {
  display: flex;
  flex-direction: column;
}
.section-popup .form-component-box-sc-form {
  display: flex;
  flex-direction: column;
  /*direction: ltr;*/
  /*text-align: left;*/
  width: calc(50% - 10px);
}
.section-popup .first-form-component-box-sc-form {
  /*margin-bottom: 43px;*/
  width: calc(50% - 10px);
}
.section-popup .email-form-component-box-sc-form {
  width: calc(50% - 10px);
}
.section-popup .form-checkbox-sc-form {
  color: #65626A;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  /*margin-bottom: 39px;*/
  display: flex;
  gap: 10px;
  text-align: left;
}
.section-popup .form-components-bottom-box-sc-form {
  row-gap: 14px;
}
.section-popup .form-component-label-sc-form {
  font-size: clamp(14px, 1.0582010582vw, 16px);
  font-weight: 400;
  line-height: normal;
  color: #484F6B;
}
.section-popup .mobile-form-component-box-sc-form {
  width: calc(50% - 10px);
}
.section-popup .form-component-box-sc-form.company-form-component-box-sc-form {
  width: 100%;
}
.section-popup .form-component-box-sc-form.help-form-component-box-sc-form {
  width: 100%;
}
.section-popup .form-component-box-sc-form.title-message-form-component-box-sc-form {
  width: 100%;
}
.section-popup .form-component-box-sc-form.date-form-component-box-sc-form {
  width: calc(50% - 10px);
}
.section-popup .form-component-box-sc-form.time-form-component-box-sc-form {
  width: calc(50% - 10px);
}
.section-popup .checkbox-label {
  width: 100%;
}
.section-popup input[type=checkbox]:checked::before {
  margin: -1.5px;
  height: 15.528px;
  width: 15.528px;
}
.section-popup .form-button-sc-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: clamp(57px, 4.4312169312vw, 67px);
  padding: 10px;
  color: #FFF;
  border-radius: 10px;
  background: #0570EB;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  align-self: flex-start;
}
.section-popup .form-button-sc-form::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0570EB 0%, #346FFF 50.4%, #473183 100%);
  background-size: 300% 300%;
  opacity: 0;
  transition: opacity 0.5s linear;
  border-radius: inherit;
  z-index: 1;
  animation: gradientMove 8s ease infinite;
}
.section-popup .form-button-sc-form:hover::before {
  opacity: 1;
}
.section-popup .button-text {
  font-size: clamp(14px, 1.0582010582vw, 16px);
  font-weight: 400;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  z-index: 2;
}
.section-popup .form-component-box-sc-form input, .section-popup .form-component-box-sc-form select {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  border: none;
  border-bottom: 1px solid #1A2552;
  background: transparent;
  font-family: inherit;
  color: #484F6B;
  font-size: clamp(14px, 1.0582010582vw, 16px);
  font-weight: 400;
  line-height: normal;
  direction: ltr;
  text-align: left;
  min-height: unset;
  padding: 0;
}
.section-popup .wpcf7-list-item-label::before {
  padding: 0;
}
.section-popup .form-component-box-sc-form input:focus, .section-popup .form-component-box-sc-form select:focus {
  outline: none;
  box-shadow: none;
}
.section-popup input[type=checkbox], .section-popup input[type=radio] {
  margin: 0;
  height: 15.528px;
  width: 15.528px;
  min-width: 15.528px;
  position: absolute;
  left: 0;
}
.section-popup .wpcf7-list-item {
  margin: 0 0 0 22px;
}
.section-popup .form-field-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  height: 30px;
}
.section-popup .form-field-wrapper .wpcf7-form-control-wrap {
  width: 100%;
}
.section-popup .form-field-wrapper .wpcf7-not-valid-tip {
  font-size: 12px !important;
  position: absolute;
}
.section-popup .form-field-wrapper .wpcf7-not-valid-tip input, .section-popup .form-field-wrapper .wpcf7-not-valid-tip textarea {
  width: 100%;
}
.section-popup .form-field-wrapper:has(input:focus) label, .section-popup .form-field-wrapper:has(input:not(:placeholder-shown)) label, .section-popup .form-field-wrapper.has-value label {
  transform: translateY(-10px);
  font-size: clamp(10px, 0.9259259259vw, 14px);
}
.section-popup .form-field-wrapper label {
  transform: translateY(0);
  transition: transform 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.section-popup .time-form-component-box-sc-form, .section-popup .date-form-component-box-sc-form, .section-popup .help-form-component-box-sc-form {
  position: relative;
}
.section-popup .time-form-component-box-sc-form .custom-arrow-sc-form, .section-popup .date-form-component-box-sc-form .custom-arrow-sc-form, .section-popup .help-form-component-box-sc-form .custom-arrow-sc-form {
  position: absolute;
  top: 12px;
  right: 2px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #1A2552;
  z-index: 2;
  cursor: pointer;
}
.section-popup .time-form-component-box-sc-form select.form-component-select-sc-form, .section-popup .date-form-component-box-sc-form select.form-component-select-sc-form, .section-popup .help-form-component-box-sc-form select.form-component-select-sc-form {
  appearance: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #1A2552;
  background-color: transparent;
  font-size: clamp(14px, 0.625vw, 16px);
  color: #1A2552;
  position: relative;
  z-index: 1;
}
.section-popup .time-form-component-box-sc-form .form-component-label-sc-form, .section-popup .date-form-component-box-sc-form .form-component-label-sc-form {
  left: 30px;
}
.section-popup .time-form-component-box-sc-form input, .section-popup .date-form-component-box-sc-form input {
  padding-left: 30px;
}
.section-popup .time-form-component-box-sc-form:before, .section-popup .date-form-component-box-sc-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-popup .time-form-component-box-sc-form:before {
  background-image: url("/wp-content/themes/matrix_IL/assets/images/clock-img-sc-popup.svg");
}
.section-popup .date-form-component-box-sc-form:before {
  background-image: url("/wp-content/themes/matrix_IL/assets/images/calendar-img-sc-popup.svg");
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  margin: 12px 0 0 0 !important;
  padding: 0 !important;
  color: #dc3232;
  font-size: 12px !important;
}

.section-popup .form-field-wrapper {
  height: 30px;
  position: relative;
}
.section-popup .form-component-label-sc-form {
  position: absolute;
  top: 0;
  padding-right: 10px;
}
.section-popup .form-component-box-sc-form input {
  height: 30px;
}

.popup {
  position: absolute;
  transition: 0.5s;
  z-index: 101;
}
.popup.show {
  bottom: 0;
}
.popup .mobile- {
  display: none;
}

.popup-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.popup-container::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.popup-container.show {
  bottom: 0;
}
.popup-container.show::before {
  display: flex;
}
.popup-container::-webkit-scrollbar {
  display: none;
}

.popup-max_height {
  max-height: calc(100% - 20px);
}

.exit {
  background: #f5f6fa;
  border-radius: 50%;
  padding: 3px;
  flex-direction: row;
  gap: 0px;
  flex-shrink: 0;
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
@media all and (min-width: 1025px) {
  .exit {
    display: none;
  }
}
.exit.mobile- {
  display: none;
}
.exit .icons-exit-small {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.exit-button {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  position: absolute;
  right: -18px;
  top: -18px;
}
.exit-button .bg {
  background: #17171a;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.exit-button .icons-exit-small {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 6px;
  top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.exit-button .group-11214 {
  height: auto;
  position: absolute;
  left: 7px;
  top: 7px;
  overflow: visible;
}

.popup-contact-landing .popup-body-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  border-radius: 25px;
  max-height: calc(100% - 65px);
  overflow: hidden;
}
.popup-contact-landing .popup-body-contact .popup-close {
  position: absolute;
  top: 18px;
  right: 41px;
  cursor: pointer;
  z-index: 1051;
}
.popup-contact-landing .popup-body-contact .popup-close img {
  width: 14.637px;
}
.popup-contact-landing .popup-body-contact .content_popup {
  width: 100%;
  max-width: 1099px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media all and (max-width: 1024px) {
  .section-popup .title-info-box-sc-form {
    font-size: clamp(42px, 5.2734375vw, 54px);
  }
  .section-popup .subtitle-contact-box-sc-form {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-popup .title-contact-box-sc-form {
    font-size: clamp(20px, 3.125vw, 32px);
  }
  .section-popup .desc-contact-box-sc-form {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-popup .form-checkbox-sc-form {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-popup .form-component-label-sc-form {
    font-size: clamp(10px, 1.3671875vw, 14px);
  }
  .section-popup .form-field-wrapper:has(input:focus) label, .section-popup .form-field-wrapper:has(input:not(:placeholder-shown)) label {
    font-size: clamp(8px, 1.171875vw, 12px);
    transform: translateY(-5px);
  }
  .section-popup .form-field-wrapper.has-value label {
    font-size: clamp(10px, 1.171875vw, 12px);
    transform: translateY(-5px);
  }
  .section-popup .form-component-box-sc-form input, .section-popup .form-component-box-sc-form select {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
  .section-popup .form-field-wrapper .wpcf7-not-valid-tip {
    font-size: 10px !important;
  }
  .section-popup .sc-form-content {
    border-radius: 0;
  }
  .popup .desktop- {
    display: none;
  }
  .popup .mobile- {
    display: block;
  }
  .popup-container {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    transition: 0.5s;
  }
  .popup-contact-landing .popup-body-contact {
    border-radius: 15px 15px 0 0;
  }
}
@media all and (max-width: 768px) {
  .section-popup .inner {
    padding: 0;
  }
  .section-popup .sc-form-content {
    flex-direction: column;
    row-gap: 17px;
    min-height: unset;
    padding: 41px 15px 21px 15px;
  }
  .section-popup .info-box-sc-form {
    width: 100%;
    padding: 10px;
    border-radius: 12.607px;
    height: 59.4736842105vw;
    align-items: center;
    display: none;
  }
  .section-popup .title-info-box-sc-form {
    font-size: clamp(40px, 5.7291666667vw, 44px);
    max-width: 75%;
  }
  .section-popup .contact-box-sc-form {
    width: 100%;
    row-gap: 28px;
  }
  .section-popup .text-box-contact-box-sc-form {
    row-gap: 10px;
  }
  .section-popup .subtitle-contact-box-sc-form {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-popup .title-contact-box-sc-form {
    max-width: 100%;
    font-size: clamp(24px, 3.6458333333vw, 28px);
    margin-bottom: 0;
  }
  .section-popup .desc-contact-box-sc-form {
    max-width: 100%;
    font-size: clamp(16px, 2.34375vw, 18px);
    line-height: 131%;
  }
  .section-popup .form-component-box-sc-form {
    width: 100%;
  }
  .section-popup .mobile-form-component-box-sc-form {
    margin-bottom: 0;
  }
  .section-popup .form-component-label-sc-form {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-popup .form-field-wrapper:has(input:focus) label, .section-popup .form-field-wrapper:has(input:not(:placeholder-shown)) label, .section-popup .form-field-wrapper.has-value label {
    font-size: clamp(14px, 2.0833333333vw, 16px);
    transform: translateY(-15px);
  }
  .section-popup .form-component-box-sc-form input, .section-popup .form-component-box-sc-form select {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-popup .form-checkbox-sc-form {
    font-size: clamp(14px, 2.0833333333vw, 16px);
    /*margin-bottom: 0;*/
  }
  .section-popup .form-button-sc-form {
    gap: 12px;
    height: clamp(67.288px, 7.459375vw, 57.288px);
    width: 100%;
    border-radius: 6.47px;
    min-width: unset;
  }
  .section-popup .button-text {
    font-size: clamp(16px, 2.34375vw, 18px);
  }
  .section-popup .form-components-top-box-sc-form {
    row-gap: 41px;
  }
  .section-popup .main-block-form-box-sc-form {
    row-gap: 28px;
  }
  .section-popup input[type=checkbox], .section-popup input[type=radio] {
    margin: 4px 0 0 0;
  }
  .section-popup .form-field-wrapper {
    height: 30px;
    position: relative;
  }
  .section-popup .text-box-contact-box-sc-form.message-text-box-contact-box-sc-form {
    margin: 181px 0 246px 0;
  }
  .section-popup .form-field-wrapper .wpcf7-not-valid-tip {
    font-size: 12px !important;
  }
  .section-popup .form-component-box-sc-form.company-form-component-box-sc-form {
    width: 100%;
    margin-bottom: 0;
  }
  .section-popup .form-component-box-sc-form.help-form-component-box-sc-form {
    width: 100%;
  }
  .section-popup .video-bg.desktop-video {
    display: none;
  }
  .section-popup .video-bg.mobile-video {
    display: block;
  }
  .section-popup .form-components-bottom-box-sc-form {
    row-gap: 11px;
  }
  .section-popup .sc-form-content {
    border-radius: 0;
  }
  .section-popup .form-component-label-sc-form {
    position: absolute;
    top: 0;
  }
  .section-popup .form-component-box-sc-form.time-form-component-box-sc-form {
    width: 100%;
  }
  .section-popup .form-component-box-sc-form.date-form-component-box-sc-form {
    width: 100%;
  }
  .section-popup .time-form-component-box-sc-form .custom-arrow-sc-form, .section-popup .date-form-component-box-sc-form .custom-arrow-sc-form {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #1A2552;
    top: 9px;
    right: 4px;
  }
  .popup-contact-landing .popup-body-contact {
    border-radius: 15px 15px 0 0;
    max-height: calc(100% - 65px);
    overflow: hidden;
  }
  .popup-contact-landing .popup-body-contact .popup-close {
    right: 23px;
    top: 17px;
  }
  .popup-contact-landing .popup-body-contact .popup-close img {
    width: 14.637px;
  }
  .popup-contact-landing .popup-body-contact .content_popup {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media all and (max-width: 380px) {
  .section-popup .title-info-box-sc-form {
    font-size: clamp(36px, 10.5263157895vw, 40px);
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/**
IFS New Design
*/
/*
TESTIMONIALS IFS New Design
*/
.section-testimonials-partner {
  font-family: "Poppins", sans-serif;
  color: #1A2552;
  padding: 0 2%;
}
.section-testimonials-partner p {
  margin-bottom: 0;
  line-height: unset;
}
.section-testimonials-partner a:focus {
  box-shadow: none;
  color: unset;
}
.section-testimonials-partner .inner {
  max-width: clamp(1404px, 84.765625vw, 2170px);
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0 auto;
  /*padding: 0 0 0 clamp(84px, calc(169 * 100vw / 2560), 169px);*/
}
.section-testimonials-partner .sc-testimonials-partner-content {
  display: flex;
  flex-direction: column;
  padding: clamp(39px, 4.0234375vw, 103px) clamp(84px, 6.6015625vw, 169px) clamp(72px, 3.75vw, 96px) clamp(84px, 6.6015625vw, 169px);
  row-gap: clamp(58px, 2.96875vw, 76px);
  background: #FFF;
  border-radius: 25px;
}
.section-testimonials-partner .text-box-sc-testimonials-partner {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.section-testimonials-partner .title-sc-testimonials-partner {
  font-size: clamp(50px, 2.34375vw, 60px);
  font-weight: 400;
  line-height: normal;
}
.section-testimonials-partner .title-sc-testimonials-partner b, .section-testimonials-partner .title-sc-testimonials-partner strong {
  color: #0570EB;
  font-weight: 700;
}
.section-testimonials-partner .desc-sc-testimonials-partner {
  max-width: 650px;
  width: 100%;
  font-size: clamp(18px, 0.859375vw, 22px);
  font-weight: 400;
  line-height: normal;
}
.section-testimonials-partner .items-sc-testimonials-partner {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: clamp(11px, 0.9765625vw, 25px);
  overflow: hidden;
}
.section-testimonials-partner .item-sc-testimonials-partner {
  width: calc(33.3333333333% - clamp(4px, 0.6640625vw, 17px));
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 25px;
  background: #F3F6FF;
  padding: 42px 35px 42px clamp(35px, 2.34375vw, 60px);
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.section-testimonials-partner .image-item-sc-testimonials-partner {
  height: 55px;
  width: fit-content;
}
.section-testimonials-partner .image-item-sc-testimonials-partner img {
  height: 100%;
  width: auto;
}
.section-testimonials-partner .link-item-sc-testimonials-partner {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 4px;
}
.section-testimonials-partner .text-link-item-sc-testimonials-partner {
  font-size: 18px;
  font-weight: 400;
  line-height: 121.538%;
  text-decoration: underline;
}
.section-testimonials-partner .arrow-img-sc-testimonials-partner {
  width: 17px;
  height: auto;
}
.section-testimonials-partner .desc-item-sc-testimonials-partner {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

@media all and (max-width: 1920px) {
  .section-testimonials-partner .item-sc-testimonials-partner {
    width: calc(50% - clamp(6px, 0.546875vw, 14px));
  }
}
@media all and (max-width: 1512px) {
  .section-testimonials-partner .sc-testimonials-partner-content {
    /*padding: 0 calc(84 * 100vw / 1512) calc(47 * 100vw / 1512) calc(84 * 100vw / 1512);*/
    /*gap: 19px;*/
    padding: 2.5793650794vw 5.5555555556vw 4.7619047619vw 5.5555555556vw;
    row-gap: 3.835978836vw;
    border-radius: clamp(15px, 0.9765625vw, 25px);
  }
  .section-testimonials-partner .text-box-sc-testimonials-partner {
    row-gap: 1px;
  }
  .section-testimonials-partner .item-sc-testimonials-partner {
    border-radius: clamp(15px, 0.9765625vw, 25px);
    padding: 2.7777777778vw 2.3148148148vw;
    row-gap: 1.9841269841vw;
  }
  .section-testimonials-partner .title-sc-testimonials-partner {
    /*line-height: 115.556%;*/
    font-size: clamp(36px, 3.3068783069vw, 50px);
  }
  .section-testimonials-partner .desc-sc-testimonials-partner {
    max-width: clamp(528px, 42.9894179894vw, 650px);
    font-size: clamp(14px, 1.1904761905vw, 18px);
  }
  .section-testimonials-partner .image-item-sc-testimonials-partner {
    height: clamp(35px, 3.6375661376vw, 55px);
  }
  .section-testimonials-partner .link-item-sc-testimonials-partner {
    gap: clamp(8px, 0.6613756614vw, 10px);
    margin-bottom: 0.2645502646vw;
  }
  .section-testimonials-partner .text-link-item-sc-testimonials-partner {
    font-size: clamp(14px, 1.1904761905vw, 18px);
  }
  .section-testimonials-partner .arrow-img-sc-testimonials-partner {
    width: clamp(15px, 1.1243386243vw, 17px);
  }
  .section-testimonials-partner .desc-item-sc-testimonials-partner {
    font-size: clamp(16px, 1.3227513228vw, 20px);
  }
  /*.section-testimonials-partner .content-top-box-sc-testimonials-partner {*/
  /*    padding-top: calc(47 * 100vw / 1512);*/
  /*}*/
  /*.section-testimonials-partner .arrows-sc-testimonials-partner {*/
  /*    display: none;*/
  /*}*/
}
@media all and (max-width: 1024px) {
  .section-testimonials-partner .title-sc-testimonials-partner {
    font-size: clamp(24px, 3.515625vw, 36px);
  }
  .section-testimonials-partner .desc-sc-testimonials-partner {
    font-size: clamp(12px, 1.3671875vw, 14px);
    max-width: clamp(360px, 51.5625vw, 528px);
  }
  .section-testimonials-partner .text-link-item-sc-testimonials-partner {
    font-size: clamp(10px, 1.3671875vw, 14px);
  }
  .section-testimonials-partner .desc-item-sc-testimonials-partner {
    font-size: clamp(10px, 1.5625vw, 16px);
  }
}
@media all and (max-width: 768px) {
  .section-testimonials-partner {
    padding: 0 11px;
  }
  .section-testimonials-partner .inner {
    padding: 0;
  }
  .section-testimonials-partner .sc-testimonials-partner-content {
    padding: 29px 15px 44px 15px;
    row-gap: 29px;
    border-radius: 16.175px;
  }
  .section-testimonials-partner .text-box-sc-testimonials-partner {
    row-gap: 23px;
  }
  .section-testimonials-partner .title-sc-testimonials-partner {
    font-size: clamp(30px, 4.9479166667vw, 38px);
    line-height: 109%;
  }
  .section-testimonials-partner .desc-sc-testimonials-partner {
    font-size: clamp(16px, 2.6041666667vw, 20px);
    line-height: 135%;
    max-width: 100%;
  }
  .section-testimonials-partner .items-sc-testimonials-partner {
    row-gap: 10px;
  }
  .section-testimonials-partner .item-sc-testimonials-partner {
    width: 100%;
    border-radius: 10px;
    padding: 45px 20px;
    row-gap: 24px;
  }
  .section-testimonials-partner .image-item-sc-testimonials-partner {
    height: 46px;
    margin-bottom: 7px;
  }
  .section-testimonials-partner .link-item-sc-testimonials-partner {
    gap: 10px;
    margin-bottom: 0;
    align-items: center;
  }
  .section-testimonials-partner .text-link-item-sc-testimonials-partner {
    font-size: clamp(14px, 2.34375vw, 18px);
  }
  .section-testimonials-partner .arrow-img-sc-testimonials-partner {
    width: clamp(12.387px, 2.003515625vw, 15.387px);
  }
  .section-testimonials-partner .desc-item-sc-testimonials-partner {
    font-size: clamp(16px, 2.6041666667vw, 20px);
  }
  /*.section-testimonials-partner .swiper-slide {*/
  /*    width: calc(98% - 20px) !important;*/
  /*}*/
}
@media all and (max-width: 380px) {
  .section-testimonials-partner .title-sc-testimonials-partner {
    font-size: clamp(24px, 7.8947368421vw, 30px);
  }
  .section-testimonials-partner .desc-sc-testimonials-partner, .section-testimonials-partner .title-item-sc-testimonials-partner {
    font-size: clamp(12px, 4.2105263158vw, 16px);
  }
  .section-testimonials-partner .text-link-item-sc-testimonials-partner {
    font-size: clamp(10px, 3.6842105263vw, 14px);
  }
  .section-testimonials-partner .desc-item-sc-testimonials-partner {
    font-size: clamp(12px, 4.2105263158vw, 16px);
  }
}
.sections-box, .sections-box-contact-us, .sections-box-blog, .sections-box-blog-post {
  background: linear-gradient(146deg, #F0F5FB 0%, #EFFAF7 50%, #D4E7FE 100%);
}

html.ovfh,
body.ovfh {
  overflow: hidden;
}

body {
  width: 100%;
}

/*# sourceMappingURL=partner-page-main.css.map */
