header {
  border-bottom: 1px solid #e9e9e9;
}
header .common-header-banner a {
  text-decoration: underline;
  font-size: 16px;
}
@media (min-width: 640px) {
  header .main-header.container {
    max-width: calc(100% - 60px);
  }
}
@media (min-width: 1280px) {
  header .main-header.container {
    max-width: calc(100% - 110px);
  }
}
@media (min-width: 1900px) {
  header .main-header.container {
    max-width: 1600px;
  }
}
header .main-header > .grid {
  display: flex;
}
@media (max-width: 1023px) {
  header .main-header > .grid {
    justify-content: space-between;
    height: 70px;
  }
}
header .main-header > .grid .top-logo {
  max-width: 140px;
}
@media (min-width: 1024px) {
  header .main-header > .grid .top-logo {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (max-width: 350px) {
  header .main-header > .grid .top-logo {
    max-width: 120px;
  }
}
header .main-header > .grid .top-logo img {
  padding-bottom: 0;
}
header .main-header > .grid .mobile-nav-button .drawer-btn {
  display: flex;
}
header .main-header > .grid .mobile-nav-button .drawer-btn img.close {
  max-width: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
@media (max-width: 1023px) {
  header .main-header > .grid .mobile-nav-button .btn-primary-wrapper {
    padding-right: 25px;
  }
}
@media (max-width: 480px) {
  header .main-header > .grid .mobile-nav-button .btn-primary-wrapper {
    padding-right: 15px;
  }
}
@media (max-width: 320px) {
  header .main-header > .grid .mobile-nav-button .btn-primary-wrapper {
    padding-right: 5px;
  }
}
header .main-header > .grid .top-menu {
  flex-grow: 1;
}
@media (max-width: 1023px) {
  header .main-header > .grid .top-menu {
    position: absolute;
    top: 71px;
    left: 0;
    background: #fff;
    width: 100%;
    padding-bottom: 35px;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  header .main-header > .grid .top-menu {
    min-height: calc(100vh - 70px);
  }
}
header .main-header > .grid .top-menu .top-menu--wrapper {
  flex: 1;
  margin-left: 55px;
}
@media (max-width: 1110px) {
  header .main-header > .grid .top-menu .top-menu--wrapper {
    margin-left: 30px;
  }
}
@media (max-width: 1023px) {
  header .main-header > .grid .top-menu .top-menu--wrapper {
    max-width: calc(100% - 60px);
    margin: 0 auto;
    padding-top: 2rem;
    display: block;
  }
}
@media (max-width: 480px) {
  header .main-header > .grid .top-menu .top-menu--wrapper {
    max-width: 90%;
  }
}
@media all and (min-width: 1024px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu {
    max-height: 20px;
  }
}
header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li {
  padding-top: 0;
  margin-right: 30px;
  padding-right: 0 !important;
}
@media (max-width: 1110px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li {
    margin-right: 20px;
  }
}
@media all and (min-width: 1024px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li {
    max-height: 20px;
  }
}
@media (max-width: 1023px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li {
    margin-right: 0;
    border-bottom: 1px solid #ebebeb;
    display: block;
    padding: 1rem 0;
  }
}
@media all and (min-width: 1024px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li .menu-col {
    max-height: 20px;
  }
}
header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li .menu-col > a {
  position: static;
  padding-right: 0 !important;
  padding-left: 0 !important;
  transition: color 0.2s ease-in-out;
  color: #474747;
}
@media (max-width: 1023px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li .menu-col > a {
    color: #1f1f1f;
  }
}
@media (min-width: 1024px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li .menu-col > a {
    font-size: 14px;
    line-height: 128.57%;
  }
}
header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li .menu-col > a::after {
  background-image: url("../img/menu-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 5px;
  width: 16px;
  height: 10px;
}
@media (max-width: 1023px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li .menu-col > a::after {
    background-image: url("../img/mobile-submenu-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: transform 0.2s ease-in-out;
    width: 10px;
    transform-origin: center;
    top: 14px;
  }
}
@media all and (min-width: 1024px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li .menu-col > a:hover {
    color: rgb(81, 163, 135);
    font-weight: 500;
  }
}
header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.sub_onecol .sub-menu {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.sub_onecol .sub-menu {
    width: -webkit-max-content;
    width: max-content;
  }
}
header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.sub_twocol .sub-menu {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.sub_twocol .sub-menu {
    width: 30rem;
  }
}
header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.menu-item-has-children {
  padding-left: 0;
  padding-right: 26px;
}
header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.menu-item-has-children .menu-col > a {
  padding-right: 24px !important;
}
header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.menu-item-has-children .sub-menu {
  left: 0;
  top: 1.5rem;
}
@media (min-width: 1024px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.menu-item-has-children .sub-menu {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 1023px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.menu-item-has-children .sub-menu {
    padding-top: 7px;
    width: 100%;
    box-shadow: none;
    position: static;
  }
}
header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.menu-item-has-children .sub-menu li {
  border-bottom: none;
}
@media (min-width: 1024px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.menu-item-has-children .sub-menu li {
    padding-bottom: 0.5rem !important;
  }
}
@media (max-width: 1023px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.menu-item-has-children .sub-menu li {
    padding-left: 16px;
    padding-bottom: 4px;
    padding-top: 6px;
  }
}
header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.menu-item-has-children .sub-menu li .menu-col a {
  padding: 0 2rem !important;
  position: relative;
}
@media (max-width: 1023px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.menu-item-has-children .sub-menu li .menu-col a {
    padding: 0 !important;
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.menu-item-has-children .sub-menu li .menu-col a {
    font-size: 14px;
    line-height: 128.57%;
  }
}
@media all and (min-width: 1024px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.menu-item-has-children .sub-menu li .menu-col a:hover {
    font-weight: normal;
  }
}
@media (max-width: 1023px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.menu-item-has-children .sub-menu li .menu-col a .menu-icon {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.menu-item-has-children .avoid-layout-shift {
    padding-right: 24px;
  }
}
header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li:last-child {
  margin-right: 0;
  border-bottom: none;
}
header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.open {
  padding-bottom: 5px;
}
header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.open a {
  font-weight: 500;
}
@media (max-width: 1023px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.open a::after {
    transform: rotate(0deg);
  }
}
header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.open .sub-menu {
  padding-bottom: 0;
}
header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.open .sub-menu li a {
  font-weight: 400;
}
header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.open .sub-menu li:last-child {
  padding-bottom: 0;
}
@media all and (min-width: 1024px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li {
    /*
      create pseudo class with hidden link text to determine the width od the a tag in order to avoid layout shift because of the hover:font-weight
      */
  }
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.current-menu-item > .menu-col a, header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li.current-menu-parent > .menu-col a {
    font-weight: bold;
  }
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li .avoid-layout-shift {
    font-size: 14px;
    font-weight: bold;
    height: 0;
    clip-path: inset(0 0 0 0);
    overflow: hidden;
    user-select: none;
    pointer-events: none;
    display: inline-block;
  }
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu > li .sub-menu li .avoid-layout-shift {
    padding: 0 2rem;
  }
}
@media all and (max-width: 1023px) {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu .avoid-layout-shift {
    display: none;
  }
}
@media reader, speech, aural {
  header .main-header > .grid .top-menu .top-menu--wrapper ul.top-main-menu .avoid-layout-shift {
    display: none;
    visibility: hidden;
  }
}
header .main-header > .grid .btn-group {
  display: flex;
  margin: 15px 0;
}
@media (max-width: 1023px) {
  header .main-header > .grid .btn-group {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  header .main-header > .grid .btn-group {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    width: 100%;
  }
}
@media (max-width: 480px) {
  header .main-header > .grid .btn-group .top-btn {
    width: 100%;
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 1023px) {
  header .main-header > .grid .btn-group .btn-primary-wrapper {
    display: none;
  }
}
header .main-header > .grid .btn-group .btn-book-demo {
  border-color: #466eb2;
  color: #466eb2;
  padding: 6px 16px;
  transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .main-header > .grid .btn-group .btn-book-demo:hover {
  border-color: #4e6388 !important;
  color: #4e6388 !important;
  background: #fff !important;
}
header .main-header > .grid .btn-group .btn-book-demo:disabled {
  border-color: #c0c0c0 !important;
  color: #c0c0c0 !important;
  background: #fff !important;
}
header .main-header > .grid .btn-group .btn-book-demo:active, header .main-header > .grid .btn-group .btn-book-demo:focus {
  border-color: #384863 !important;
  color: #384863 !important;
  background: #fff !important;
}
header .main-header > .grid .btn-primary {
  padding: 6px 16px;
  border: 1px solid #466eb2;
  transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .main-header > .grid .btn-primary:hover {
  border-color: #4e6388 !important;
  background-color: #4e6388 !important;
}
header .main-header > .grid .btn-primary:disabled {
  border-color: #c0c0c0 !important;
  background-color: #e0e0e0 !important;
  color: #c0c0c0 !important;
}
header .main-header > .grid .btn-primary:active, header .main-header > .grid .btn-primary:focus {
  border-color: #384863 !important;
  background-color: #384863 !important;
}
@media (max-width: 430px) {
  header .main-header > .grid .btn-primary {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  header .main-header > .grid .btn-primary {
    font-size: 12px;
    padding: 4px 8px;
  }
}
@media (max-width: 335px) {
  header .main-header > .grid .btn-primary {
    font-size: 11px;
  }
}
header.shadow-cp {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
}

@media (min-width: 640px) {
  section .container {
    max-width: calc(100% - 60px);
  }
}
@media (min-width: 768px) {
  section .container {
    max-width: calc(100% - 80px);
  }
}
@media (min-width: 1024px) {
  section .container {
    max-width: calc(100% - 110px);
  }
}
@media (min-width: 1280px) {
  section .container {
    max-width: calc(100% - 110px);
  }
}
@media (min-width: 1900px) {
  section .container {
    max-width: 1600px;
  }
}

.mb_outline-inner {
  padding: calc(0.5rem - 2px) 1.25rem;
}

/*
Background color classes for all sections
 */
.bg-light-yellow {
  background: #fdebca;
}

.bg-mint {
  background: #dff0eb;
}

footer.main-footer {
  padding: 50px 100px 0;
  background-color: #EAF5F2;
  background-image: url("../img/footer-desktop.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media all and (max-width: 990px) {
  footer.main-footer {
    padding: 50px 75px 0;
    background-image: url("../img/footer-ipad.svg");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
@media all and (max-width: 768px) {
  footer.main-footer {
    padding: 50px 75px 0;
    background-image: url("../img/footer-mobile.svg");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
footer.main-footer .footer-widgets {
  margin: 0;
  max-width: none;
}
footer.main-footer .footer-widgets .footer-widgets-inner {
  justify-content: space-between;
}
@media all and (max-width: 990px) {
  footer.main-footer .footer-widgets .footer-widgets-inner {
    flex-direction: column;
    align-items: center;
  }
}
footer.main-footer .footer-widgets .logo-col {
  width: 32%;
}
@media all and (max-width: 990px) {
  footer.main-footer .footer-widgets .logo-col {
    width: 100%;
    margin-bottom: 24px;
  }
}
footer.main-footer .footer-widgets .logo-col .footer-logo a img {
  width: 100%;
  max-width: 140px;
}
footer.main-footer .footer-widgets .logo-col .footer-desc {
  font-size: 16px;
  line-height: 20px;
  color: #474747;
  margin-bottom: 24px;
}
@media all and (max-width: 990px) {
  footer.main-footer .footer-widgets .logo-col .footer-desc {
    margin-bottom: 16px;
  }
}
footer.main-footer .footer-widgets .widget-col-wrapper {
  display: flex;
  width: 57.5%;
  gap: 32px;
}
@media all and (max-width: 1279px) {
  footer.main-footer .footer-widgets .widget-col-wrapper {
    width: 65%;
    gap: 12px;
  }
}
@media all and (max-width: 990px) {
  footer.main-footer .footer-widgets .widget-col-wrapper {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  footer.main-footer .footer-widgets .widget-col-wrapper {
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  footer.main-footer .footer-widgets .widget-col-wrapper .widget-col {
    text-align: center;
  }
}
footer.main-footer .footer-widgets .widget-col-wrapper .widget-col h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #262626;
  padding-bottom: 16px;
}
footer.main-footer .footer-widgets .widget-col-wrapper .widget-col ul li {
  padding-bottom: 2px;
}
@media all and (max-width: 767px) {
  footer.main-footer .footer-widgets .widget-col-wrapper .widget-col ul li {
    padding-bottom: 12px;
  }
}
footer.main-footer .footer-widgets .widget-col-wrapper .widget-col ul li a {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  transition: all 0.25s ease-in-out;
}
footer.main-footer .footer-widgets .widget-col-wrapper .widget-col ul li a:hover {
  color: #466eb2;
}
footer.main-footer .footer-widgets .widget-col-wrapper .widget-col ul li a:disabled {
  color: #c0c0c0;
}
footer.main-footer .footer-widgets .widget-col-wrapper .widget-col ul li a:active, footer.main-footer .footer-widgets .widget-col-wrapper .widget-col ul li a:focus {
  color: #4e6388;
}
footer.main-footer .footer-copyright {
  padding-bottom: 40px;
  margin-top: 55px;
  color: #474747;
}
@media all and (max-width: 767px) {
  footer.main-footer .footer-copyright {
    text-align: center;
    margin-top: 24px;
  }
}
@media all and (max-width: 767px) {
  footer.main-footer .footer-copyright .footer-copyright-inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }
}
footer.main-footer .footer-copyright .footer-copyright-inner .copyright-text {
  line-height: 20px;
}
footer.main-footer .footer-copyright .footer-copyright-inner .lang-switcher {
  display: flex !important;
  float: right;
}
@media all and (max-width: 767px) {
  footer.main-footer .footer-copyright .footer-copyright-inner .lang-switcher {
    float: none;
    justify-content: center;
  }
}
footer.main-footer .footer-copyright .footer-copyright-inner .lang-switcher .lang-title {
  font-size: 16px;
  line-height: 20px;
  color: #474747;
  margin-right: 24px;
  padding-top: 5px;
}
footer.main-footer .footer-copyright .footer-copyright-inner .lang-switcher .lang-menu {
  background: #F1F1F1;
  border-radius: 100px;
  gap: 0;
}
footer.main-footer .footer-copyright .footer-copyright-inner .lang-switcher .lang-menu li {
  border-radius: 100px;
  width: 57px;
  position: relative;
}
footer.main-footer .footer-copyright .footer-copyright-inner .lang-switcher .lang-menu li a {
  justify-content: end;
  padding-right: 12px;
  font-weight: 500;
  color: #C0C0C0;
  width: 100%;
}
footer.main-footer .footer-copyright .footer-copyright-inner .lang-switcher .lang-menu li.en a:before, footer.main-footer .footer-copyright .footer-copyright-inner .lang-switcher .lang-menu li.de a:before {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("../img/united-states.svg");
  background-size: 100%;
}
footer.main-footer .footer-copyright .footer-copyright-inner .lang-switcher .lang-menu li.de a:before {
  background-image: url("../img/germany.svg");
  background-size: 100%;
}
footer.main-footer .footer-copyright .footer-copyright-inner .lang-switcher .lang-menu li.active {
  background: #fff;
  width: 63px;
}
footer.main-footer .footer-copyright .footer-copyright-inner .lang-switcher .lang-menu li.active a {
  color: #262626;
}

/* New Sections */
section.buttons-with-slider-section .container h2.buttons-with-slider-heading {
  padding-left: 24px;
  color: #262626;
}
@media all and (max-width: 1023px) {
  section.buttons-with-slider-section .container h2.buttons-with-slider-heading {
    text-align: center;
    padding-left: 0;
  }
}
section.buttons-with-slider-section .container .item-wrapper {
  gap: 35px;
}
@media all and (max-width: 1023px) {
  section.buttons-with-slider-section .container .item-wrapper .left-content-wrapper {
    display: none !important;
  }
}
section.buttons-with-slider-section .container .item-wrapper .left-content-wrapper > .button-col {
  padding: 10px 24px 15px;
  transition: box-shadow 0.25s ease-in-out, border 0.25s ease-in-out;
  margin-bottom: 15px;
  border-top: 6px solid transparent;
}
section.buttons-with-slider-section .container .item-wrapper .left-content-wrapper > .button-col:last-child {
  margin-bottom: 15px;
}
section.buttons-with-slider-section .container .item-wrapper .left-content-wrapper > .button-col .button-col-icon {
  padding: 5px;
}
section.buttons-with-slider-section .container .item-wrapper .left-content-wrapper > .button-col .button-col-icon img {
  width: 40px;
}
section.buttons-with-slider-section .container .item-wrapper .left-content-wrapper > .button-col .button-col-content.flex-grow {
  column-gap: 2rem;
}
section.buttons-with-slider-section .container .item-wrapper .left-content-wrapper > .button-col .button-col-content.flex-grow .button-col-header {
  line-height: 1.333;
}
section.buttons-with-slider-section .container .item-wrapper .left-content-wrapper > .button-col .button-col-content.flex-grow .button-col-text {
  color: #474747;
  line-height: 128.57%;
}
section.buttons-with-slider-section .container .item-wrapper .left-content-wrapper > .button-col .button-col-content.flex-grow .right-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.buttons-with-slider-section .container .item-wrapper .left-content-wrapper > .button-col .button-col-content.flex-grow .right-col .button-col-btn {
  border-width: 1px !important;
  white-space: nowrap;
  line-height: 1.2rem;
  color: #c0c0c0;
  border-color: #c0c0c0;
  padding: calc(0.5rem - 2px) 1rem;
}
section.buttons-with-slider-section .container .item-wrapper .left-content-wrapper > .button-col.button-active, section.buttons-with-slider-section .container .item-wrapper .left-content-wrapper > .button-col:hover {
  border-top: 6px solid #95cebc;
  border-radius: 8px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.0784313725);
}
section.buttons-with-slider-section .container .item-wrapper .left-content-wrapper > .button-col.button-active .button-col-btn, section.buttons-with-slider-section .container .item-wrapper .left-content-wrapper > .button-col:hover .button-col-btn {
  color: #466eb2 !important;
  border-color: #466eb2 !important;
}
section.buttons-with-slider-section .container .item-wrapper .left-content-wrapper > .button-col:hover {
  cursor: pointer;
  border-top: 6px solid transparent;
}
section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper {
  margin-bottom: 15px;
}
@media all and (max-width: 1023px) {
  section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper {
    border-top: 6px solid #95cebc;
    border-radius: 8px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.0784313725);
    padding: 16px 0;
  }
}
@media all and (max-width: 767px) {
  section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper {
    padding: 16px 0;
  }
}
section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper .slick-track,
section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper .slick-list {
  height: 100%;
}
section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper .slide-item-mobile {
  flex-direction: column;
  padding: 0 30px;
}
@media all and (min-width: 1024px) {
  section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper .slide-item-mobile {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper .slide-item-mobile {
    margin: 0 !important;
    padding: 0 16px;
  }
}
section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper .slide-item-mobile .button-col-icon {
  padding-left: 12px;
  padding-bottom: 20px;
}
section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper .slide-item-mobile .button-col-icon img {
  max-width: 40px;
}
section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper .slide-item-mobile .button-col-slide {
  align-self: center;
  background: #f4faf8;
  border-radius: 8px;
  margin: 30px 0;
}
@media all and (max-width: 1024px) {
  section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper .slide-item-mobile .button-col-slide {
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 1024px) {
  section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper .slide-item-mobile .button-col-slide img {
    margin: 0 auto;
  }
}
section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper .slide-item-mobile .button-col-btn {
  border-color: #466eb2;
  color: #466eb2;
  text-align: center;
  width: auto;
}
section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper .slide-item-desktop {
  height: 100%;
}
@media all and (max-width: 1023px) {
  section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper .slide-item-desktop {
    display: none !important;
  }
}
section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper .slide-item-desktop .button-col-slide {
  height: 100%;
  width: 100%;
}
section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper .slide-item-desktop .button-col-slide div.bg-image {
  height: 100%;
  width: 100%;
}
section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper.button-slider .slick-list .slick-track .slick-slide {
  justify-content: center;
  display: flex;
}
section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper.button-slider ul.slick-dots {
  left: 0;
  bottom: -35px;
}
section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper.button-slider ul.slick-dots li {
  margin: 0;
}
@media all and (max-width: 480px) {
  section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper.button-slider ul.slick-dots li button {
    padding: 0;
    width: 14px;
  }
}
section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper.button-slider ul.slick-dots li button::before {
  color: #e0e0e0;
  opacity: 1;
  font-size: 14px;
}
@media all and (max-width: 480px) {
  section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper.button-slider ul.slick-dots li button::before {
    font-size: 10px;
  }
}
section.buttons-with-slider-section .container .item-wrapper .right-content-wrapper.button-slider ul.slick-dots li.slick-active button::before {
  color: #466eb2;
  opacity: 1;
}

section.review-section {
  padding: 60px 0;
}
@media all and (max-width: 767px) {
  section.review-section {
    padding: 40px 0;
  }
}
section.review-section.review-section-bgimage {
  background-image: url("../img/sections/review-section-desktop.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 767px) {
  section.review-section.review-section-bgimage {
    background-image: url("../img/sections/review-section-mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
section.review-section .container .review-section-headlines {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  section.review-section .container .review-section-headlines {
    margin-bottom: 32px;
  }
}
section.review-section .container .review-section-headlines h2,
section.review-section .container .review-section-headlines h4 {
  display: block;
  color: #262626;
  text-align: center;
}
section.review-section .container .review-section-headlines h2 {
  line-height: 116.67%;
}
@media all and (max-width: 767px) {
  section.review-section .container .review-section-headlines h2 {
    font-size: 24px;
    padding-bottom: 16px;
    line-height: 133.33%;
  }
}
section.review-section .container .review-section-headlines h4 {
  line-height: 133.33%;
}
@media all and (max-width: 767px) {
  section.review-section .container .review-section-headlines h4 {
    padding: 0 10px;
  }
}
section.review-section .container .review-section-rows {
  column-gap: 7%;
  max-width: 1080px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  section.review-section .container .review-section-rows {
    column-gap: 4%;
  }
}
@media all and (max-width: 850px) {
  section.review-section .container .review-section-rows {
    column-gap: 2%;
  }
}
@media all and (max-width: 767px) {
  section.review-section .container .review-section-rows {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    max-width: 80%;
    margin: 0 auto;
  }
}
section.review-section .container .review-section-rows .review-section-row {
  width: 28.667%;
}
@media all and (max-width: 1024px) {
  section.review-section .container .review-section-rows .review-section-row {
    width: 30.667%;
  }
}
@media all and (max-width: 850px) {
  section.review-section .container .review-section-rows .review-section-row {
    width: 32%;
  }
}
@media all and (max-width: 767px) {
  section.review-section .container .review-section-rows .review-section-row {
    width: 100%;
  }
}
section.review-section .container .review-section-rows .review-section-row img.review-row-img {
  width: 64px;
  height: 64px;
}
@media all and (max-width: 767px) {
  section.review-section .container .review-section-rows .review-section-row img.review-row-img {
    width: 64px;
    height: 64px;
  }
}
section.review-section .container .review-section-rows .review-section-row h6 {
  color: #292929;
}
section.review-section .container .review-section-rows .review-section-row .star-ratings .star-numbers {
  padding: 0 0.5rem;
  line-height: 128.57%;
}
section.review-section .container .review-section-rows .review-section-row a.review-link {
  text-decoration: none;
}

.testimonial-section {
  padding: 65px 0;
}
@media all and (max-width: 767px) {
  .testimonial-section {
    padding: 40px 0 80px;
  }
}
.testimonial-section.review-section-bgimage {
  background-image: url("../img/sections/testimonials-section-desktop.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
@media all and (max-width: 767px) {
  .testimonial-section.review-section-bgimage {
    background-image: url("../img/sections/testimonials-section-mobile.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.testimonial-section .testimonial-item-wrapper {
  width: calc(38% + 84px);
  margin: 0 auto;
  padding: 55px 42px;
  position: relative;
}
@media all and (max-width: 1279px) {
  .testimonial-section .testimonial-item-wrapper {
    width: calc(45% + 84px);
  }
}
@media all and (max-width: 1024px) {
  .testimonial-section .testimonial-item-wrapper {
    width: calc(65% + 84px);
  }
}
@media all and (max-width: 767px) {
  .testimonial-section .testimonial-item-wrapper {
    width: 100%;
    padding: 0;
  }
}
.testimonial-section .testimonial-item-wrapper::before, .testimonial-section .testimonial-item-wrapper::after {
  content: "";
  background-image: url("../img/sections/testimonials-quote-icon.svg");
  width: 90px;
  height: 69px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media all and (max-width: 767px) {
  .testimonial-section .testimonial-item-wrapper::before, .testimonial-section .testimonial-item-wrapper::after {
    display: none;
  }
}
.testimonial-section .testimonial-item-wrapper::after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner {
  z-index: 1;
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items {
  box-shadow: 0 12px 24px 0 rgba(221, 229, 226, 0.5019607843);
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slider__item {
  padding: 32px;
  background: #fef8ed;
}
@media all and (max-width: 767px) {
  .testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slider__item {
    padding: 20px;
  }
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slider__item .testimonial-image {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slider__item h3 {
  color: #262626;
  line-height: 133.33%;
  margin-bottom: 8px;
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slider__item h5 {
  color: #000;
  line-height: 128.57%;
  margin-bottom: 12px;
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slider__item h4.reference-link-text {
  color: #466eb2;
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slider__item .refence-link {
  padding: 0 15px;
}
@media all and (max-width: 767px) {
  .testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slider__item .refence-link {
    padding: 0;
    margin-top: 0;
  }
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slider__item .testimonial-quote {
  color: #474747;
  padding-top: 12px;
}
@media all and (max-width: 767px) {
  .testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slider__item .testimonial-quote {
    padding: 0;
  }
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slider__item .testimonial-quote::before, .testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slider__item .testimonial-quote::after {
  display: none;
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slider__item .full-story-link {
  margin-top: 16px;
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slider__item .full-story-link a {
  color: #466eb2;
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slick-dots {
  bottom: -45px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slick-dots {
    bottom: -42px;
  }
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 2px;
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slick-dots li button {
  padding: 0;
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slick-dots li button::before {
  width: 10px;
  height: 10px;
  font-size: 10px;
  color: #e0e0e0;
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slick-dots li.slick-active button::before {
  color: #466eb2;
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slick-arrow {
  top: auto;
  bottom: -52px;
  transform: none;
  height: 32px;
  width: 17px;
  z-index: 10;
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slick-arrow.slick-next {
  right: 30%;
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slick-arrow.slick-prev {
  left: 30%;
}
.testimonial-section .testimonial-item-wrapper .testimonial-item-wrapper-inner .slider__items .slick-arrow::before {
  color: #466eb2;
  font-size: 32px;
}

.bottom-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 60px 56px;
  background: none;
}
@media all and (max-width: 767px) {
  .bottom-section {
    margin: 40px 20px;
  }
}
.bottom-section .bottom-section-inner {
  border-radius: 16px;
  background-image: url("../img/sections/bottom-section-background.svg");
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 767px) {
  .bottom-section .bottom-section-inner {
    background-image: url("../img/sections/bottom-section-background-mobile.svg");
    background-size: cover;
    background-position: center;
  }
}
.bottom-section .bottom-section-inner .bottom-section-content {
  padding: 60px 0;
  max-width: 64%;
  margin: 0 auto;
}
@media all and (max-width: 990px) {
  .bottom-section .bottom-section-inner .bottom-section-content {
    max-width: 80%;
  }
}
@media all and (max-width: 767px) {
  .bottom-section .bottom-section-inner .bottom-section-content {
    max-width: 100%;
    padding: 20px;
  }
}
.bottom-section .bottom-section-inner .bottom-section-content .container {
  width: 100%;
  max-width: none;
  margin: 0;
}
.bottom-section .bottom-section-inner .bottom-section-content h3 {
  margin-bottom: 16px;
}
.bottom-section .bottom-section-inner .bottom-section-content h4 {
  margin-bottom: 32px;
}
.bottom-section .bottom-section-inner .bottom-section-content .bs-button-wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media all and (max-width: 430px) {
  .bottom-section .bottom-section-inner .bottom-section-content .bs-button-wrapper {
    justify-content: space-between;
    gap: 12px;
    flex-direction: column;
  }
}
.bottom-section .bottom-section-inner .bottom-section-content .bs-button-wrapper .btn-primary {
  padding: 8px 16px;
  transition: all 0.25s ease-in-out;
}
.bottom-section .bottom-section-inner .bottom-section-content .bs-button-wrapper .btn-primary:hover {
  border-color: #4e6388 !important;
  background-color: #4e6388 !important;
}
.bottom-section .bottom-section-inner .bottom-section-content .bs-button-wrapper .btn-primary:disabled {
  border-color: #c0c0c0 !important;
  background-color: #e0e0e0 !important;
  color: #c0c0c0 !important;
}
.bottom-section .bottom-section-inner .bottom-section-content .bs-button-wrapper .btn-primary:active, .bottom-section .bottom-section-inner .bottom-section-content .bs-button-wrapper .btn-primary:focus {
  border-color: #384863 !important;
  background-color: #384863 !important;
}
.bottom-section .bottom-section-inner .bottom-section-content .bs-button-wrapper .btn-2 {
  border-color: #466eb2;
  color: #466eb2;
  padding: 6px 12px;
  transition: all 0.25s ease-in-out;
}
.bottom-section .bottom-section-inner .bottom-section-content .bs-button-wrapper .btn-2:hover {
  border-color: #4e6388 !important;
  color: #4e6388 !important;
  background: #fff !important;
}
.bottom-section .bottom-section-inner .bottom-section-content .bs-button-wrapper .btn-2:disabled {
  border-color: #c0c0c0 !important;
  color: #c0c0c0 !important;
  background: #fff !important;
}
.bottom-section .bottom-section-inner .bottom-section-content .bs-button-wrapper .btn-2:active, .bottom-section .bottom-section-inner .bottom-section-content .bs-button-wrapper .btn-2:focus {
  border-color: #384863 !important;
  color: #384863 !important;
  background: #fff !important;
}

.faq-section .bg-bubble-left {
  position: absolute;
  left: 0;
  top: 245px;
  display: block;
  max-width: 162px;
}
@media all and (max-width: 768px) {
  .faq-section .bg-bubble-left {
    max-width: 100px;
  }
}
.faq-section .bg-bubble-right {
  position: absolute;
  right: 0;
  top: 92px;
  display: block;
  max-width: 175px;
}
@media all and (max-width: 768px) {
  .faq-section .bg-bubble-right {
    top: 5%;
    max-width: 100px;
  }
}
.faq-section .container .faq-section__wrapper {
  margin: 0 auto;
  width: 54%;
}
@media all and (max-width: 1279px) {
  .faq-section .container .faq-section__wrapper {
    width: 75%;
  }
}
@media all and (max-width: 767px) {
  .faq-section .container .faq-section__wrapper {
    width: 100%;
  }
}
.faq-section .container .faq-section__wrapper > h3 {
  text-align: center;
  color: #262626;
  padding-bottom: 0;
  margin-bottom: 18px;
}
.faq-section .container .faq-section__wrapper .faq-section__row {
  border: 1px solid #d8e1f1;
  border-radius: 8px;
  margin-bottom: 12px;
}
@media all and (max-width: 767px) {
  .faq-section .container .faq-section__wrapper .faq-section__row {
    margin-bottom: 16px;
  }
}
.faq-section .container .faq-section__wrapper .faq-section__row .faq-section__content {
  padding: 18px 24px;
  transition: height 0.2s ease-in-out;
  background: #fff;
  border-radius: 8px;
}
@media all and (max-width: 767px) {
  .faq-section .container .faq-section__wrapper .faq-section__row .faq-section__content {
    padding: 18px 20px;
  }
}
.faq-section .container .faq-section__wrapper .faq-section__row .faq-section__content h3 {
  text-align: left;
  padding-right: 30px;
}
.faq-section .container .faq-section__wrapper .faq-section__row .faq-section__content h3::before {
  top: 6px;
  left: auto;
  right: 0;
  background-image: url("../img/sections/faq-icon.svg");
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out;
  width: 19px;
  height: 11px;
}
.faq-section .container .faq-section__wrapper .faq-section__row .faq-section__content .faq-section__content-body {
  padding-top: 18px;
}
.faq-section .container .faq-section__wrapper .faq-section__row .faq-section__content .faq-section__content-body p {
  color: #2e2e2e;
  line-height: 18px;
  font-size: 14px;
}
.faq-section .container .faq-section__wrapper .faq-section__row .faq-section__content.open {
  background: #f2f5fa;
}
.faq-section .container .faq-section__wrapper .faq-section__row .faq-section__content.open h3::before {
  transform: rotate(0);
}

.buttons-with-slider-section {
  padding: 60px 0;
}
@media all and (max-width: 767px) {
  .buttons-with-slider-section {
    padding: 40px 0;
  }
}
.buttons-with-slider-section.feature-with-icon-section-bgimage {
  background-image: url("../img/sections/feature-with-icon-section-background.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 767px) {
  .buttons-with-slider-section.feature-with-icon-section-bgimage {
    background-image: url("../img/sections/feature-with-icon-section-background-mobile.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.buttons-with-slider-section .container h2.feature-with-icon-heading {
  text-align: center;
  color: #262626;
  margin-bottom: 56px;
}
@media all and (max-width: 767px) {
  .buttons-with-slider-section .container h2.feature-with-icon-heading {
    margin-bottom: 32px;
    font-size: 24px;
  }
}
.buttons-with-slider-section .container .feature-with-icon-content {
  width: 78%;
  margin: 0 auto;
  column-gap: 24px;
  row-gap: 32px;
}
@media all and (max-width: 767px) {
  .buttons-with-slider-section .container .feature-with-icon-content {
    width: 100%;
    row-gap: 24px;
  }
}
@media all and (max-width: 767px) {
  .buttons-with-slider-section .container .feature-with-icon-content .feature-col {
    flex-direction: column;
    gap: 16px;
  }
}
.buttons-with-slider-section .container .feature-with-icon-content .feature-col .feature-col-icon {
  max-width: 64px;
  padding-right: 16px;
}
.buttons-with-slider-section .container .feature-with-icon-content .feature-col .feature-col-icon img {
  width: 100%;
  height: auto;
}
.buttons-with-slider-section .container .feature-with-icon-content .feature-col .feature-col-content h3.feature-col-header {
  color: #000;
  margin-bottom: 10px;
}
.buttons-with-slider-section .container .feature-with-icon-content .feature-col .feature-col-content .feature-col-text {
  color: #2e2e2e;
  line-height: 18px;
}
.buttons-with-slider-section.first-row-featured.feature-with-icon-section-bgimage {
  background-color: #f4faf8;
  background-image: none;
}
.buttons-with-slider-section.first-row-featured .feature-with-icon-content {
  row-gap: 54px;
}
@media all and (max-width: 767px) {
  .buttons-with-slider-section.first-row-featured .feature-with-icon-content {
    row-gap: 24px;
  }
}
.buttons-with-slider-section.first-row-featured .feature-with-icon-content .feature-col {
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
}
.buttons-with-slider-section.first-row-featured .feature-with-icon-content .feature-col .feature-col-icon {
  margin-bottom: 13px;
  max-width: 56px;
  padding-right: 0;
}
@media all and (max-width: 767px) {
  .buttons-with-slider-section.first-row-featured .feature-with-icon-content .feature-col .feature-col-icon {
    margin-bottom: 0;
  }
}
.buttons-with-slider-section.first-row-featured .feature-with-icon-content .feature-col .feature-col-content .feature-col-header {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.buttons-with-slider-section.first-row-featured .feature-with-icon-content .feature-col .feature-col-content .feature-col-text {
  text-align: center;
}
.buttons-with-slider-section.first-row-featured .feature-with-icon-content .feature-col:first-child {
  grid-column: span 2;
  background-image: url("../img/sections/feature-with-icon-section-first-row.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 40px;
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .buttons-with-slider-section.first-row-featured .feature-with-icon-content .feature-col:first-child {
    background-image: url("../img/sections/feature-with-icon-section-first-row-mobile.svg");
    padding: 32px 40px 48px;
    background-position: center;
  }
}
.buttons-with-slider-section.first-row-featured .feature-with-icon-content .feature-col:first-child .feature-col-icon {
  max-width: 80px;
  margin-bottom: 23px;
}
.buttons-with-slider-section.first-row-featured .feature-with-icon-content .feature-col:first-child .feature-col-content .feature-col-header {
  font-size: 24px;
  line-height: 133.33%;
}
.buttons-with-slider-section.first-row-featured .feature-with-icon-content .feature-col:first-child .feature-col-content .feature-col-text {
  max-width: 50%;
  margin: 0 auto;
}
@media all and (max-width: 1023px) {
  .buttons-with-slider-section.first-row-featured .feature-with-icon-content .feature-col:first-child .feature-col-content .feature-col-text {
    max-width: none;
  }
}

.chat-section {
  margin-top: 40px;
}
.chat-section .container {
  background: #f4f4f8;
  border-radius: 16px;
  padding: 44px 0;
}
@media all and (max-width: 430px) {
  .chat-section .container {
    padding: 24px 0;
  }
}
.chat-section .container .chat-wrapper {
  margin: 0 7%;
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
}
@media all and (max-width: 990px) {
  .chat-section .container .chat-wrapper {
    grid-template-columns: repeat(1, auto) !important;
    grid-template-rows: repeat(2, auto) !important;
    grid-row-gap: 8px !important;
  }
}
@media all and (max-width: 430px) {
  .chat-section .container .chat-wrapper {
    margin: 0 16px;
  }
}
.chat-section .container .chat-wrapper .chat-rows {
  position: relative;
}
.chat-section .container .chat-wrapper .chat-rows p.chat-excerpt {
  background: #fdebca;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
  color: #262626;
  position: relative;
}
@media all and (max-width: 1200px) {
  .chat-section .container .chat-wrapper .chat-rows p.chat-excerpt {
    font-size: 21px;
    line-height: 28px;
  }
}
@media all and (max-width: 990px) {
  .chat-section .container .chat-wrapper .chat-rows p.chat-excerpt {
    font-size: 24px;
    line-height: 32px;
  }
}
@media all and (max-width: 768px) {
  .chat-section .container .chat-wrapper .chat-rows p.chat-excerpt {
    font-size: 21px;
    line-height: 28px;
  }
}
@media all and (max-width: 430px) {
  .chat-section .container .chat-wrapper .chat-rows p.chat-excerpt {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 16px;
  }
}
.chat-section .container .chat-wrapper .chat-rows p.chat-excerpt::before {
  content: "";
  position: absolute;
  right: -16px;
  bottom: 2px;
  background: url("../img/sections/chat-section-bubbletail.svg");
  width: 32px;
  height: 41px;
  display: block;
}
@media all and (max-width: 430px) {
  .chat-section .container .chat-wrapper .chat-rows p.chat-excerpt::before {
    right: -14px;
  }
}
.chat-section .container .chat-wrapper .chat-rows.odd {
  justify-self: start;
}
.chat-section .container .chat-wrapper .chat-rows.even {
  justify-self: end;
}
@media all and (max-width: 990px) {
  .chat-section .container .chat-wrapper .chat-rows.even {
    justify-self: start;
  }
}
.chat-section .container .chat-wrapper .chat-rows.even .chat-excerpt::before {
  right: auto;
  left: -16px;
}
@media all and (max-width: 430px) {
  .chat-section .container .chat-wrapper .chat-rows.even .chat-excerpt::before {
    left: -14px;
  }
}
.chat-section .container .chat-bottom-box {
  margin: 32px auto 0 auto;
  max-width: 85%;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  padding: 24px;
  font-weight: 600;
  background: url("../img/sections/chat-section-bottom-box-desktop.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
}
@media all and (max-width: 768px) {
  .chat-section .container .chat-bottom-box {
    font-size: 30px;
    line-height: 37px;
  }
}
@media all and (max-width: 430px) {
  .chat-section .container .chat-bottom-box {
    font-size: 24px;
    line-height: 32px;
    margin: 24px 16px 0 16px;
    max-width: none;
    padding: 16px 23px;
    background: url("../img/sections/chat-section-bottom-box-mobile.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.chat-section.design_1 .container .chat-wrapper {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  grid-row-gap: 24px;
}
@media all and (max-width: 990px) {
  .chat-section.design_1 .container .chat-wrapper .chat-rows.odd {
    justify-self: end;
  }
}
.chat-section.design_1 .container .chat-wrapper .chat-rows.odd .chat-excerpt::before {
  transform: scale(-1, 1);
}
.chat-section.design_1 .container .chat-wrapper .chat-rows:nth-child(1) {
  max-width: 95%;
}
.chat-section.design_1 .container .chat-wrapper .chat-rows:nth-child(2n) {
  top: 8px;
}
@media all and (max-width: 990px) {
  .chat-section.design_1 .container .chat-wrapper .chat-rows:nth-child(2n) {
    top: 0;
  }
}
.chat-section.design_1 .container .chat-wrapper .chat-rows:nth-child(3n) {
  justify-self: center;
}
@media all and (max-width: 990px) {
  .chat-section.design_1 .container .chat-wrapper .chat-rows:nth-child(3n) {
    justify-self: start;
  }
}
.chat-section.design_1 .container .chat-wrapper .chat-rows:nth-child(4n) {
  justify-self: end;
  right: 22%;
}
@media all and (max-width: 990px) {
  .chat-section.design_1 .container .chat-wrapper .chat-rows:nth-child(4n) {
    right: 0;
  }
}
@media all and (max-width: 990px) {
  .chat-section.design_1 .container .chat-wrapper .chat-rows {
    max-width: 90% !important;
  }
}
.chat-section.design_2 .container .chat-wrapper {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  grid-row-gap: 24px;
}
@media all and (max-width: 990px) {
  .chat-section.design_2 .container .chat-wrapper .chat-rows.odd {
    justify-self: end;
  }
}
.chat-section.design_2 .container .chat-wrapper .chat-rows.odd .chat-excerpt::before {
  transform: scale(-1, 1);
}
.chat-section.design_2 .container .chat-wrapper .chat-rows:nth-child(1) {
  max-width: 88%;
  right: 28px;
}
@media all and (max-width: 990px) {
  .chat-section.design_2 .container .chat-wrapper .chat-rows:nth-child(1) {
    right: 0;
  }
}
.chat-section.design_2 .container .chat-wrapper .chat-rows:nth-child(2) {
  top: 8px;
  right: 28px;
  max-width: 97%;
}
@media all and (max-width: 990px) {
  .chat-section.design_2 .container .chat-wrapper .chat-rows:nth-child(2) {
    top: 0;
    right: 0;
  }
}
.chat-section.design_2 .container .chat-wrapper .chat-rows:nth-child(3n), .chat-section.design_2 .container .chat-wrapper .chat-rows:nth-child(4n) {
  left: 12px;
  max-width: 90%;
}
@media all and (max-width: 990px) {
  .chat-section.design_2 .container .chat-wrapper .chat-rows:nth-child(3n), .chat-section.design_2 .container .chat-wrapper .chat-rows:nth-child(4n) {
    left: 0;
  }
}
@media all and (max-width: 990px) {
  .chat-section.design_2 .container .chat-wrapper .chat-rows:nth-child(3n) {
    max-width: 82%;
  }
}
.chat-section.design_2 .container .chat-wrapper .chat-rows:nth-child(4n) {
  max-width: 85%;
}
@media all and (max-width: 990px) {
  .chat-section.design_2 .container .chat-wrapper .chat-rows:nth-child(4n) {
    max-width: 95%;
  }
}
.chat-section.design_3 .container .chat-wrapper {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
}
.chat-section.design_3 .container .chat-wrapper .chat-rows .chat-excerpt::before {
  left: -16px;
  bottom: 2px;
}
@media all and (max-width: 990px) {
  .chat-section.design_3 .container .chat-wrapper .chat-rows .chat-excerpt::before {
    left: auto;
    right: -16px;
    transform: scale(-1, 1);
  }
}
@media all and (max-width: 430px) {
  .chat-section.design_3 .container .chat-wrapper .chat-rows .chat-excerpt::before {
    right: -14px;
  }
}
.chat-section.design_3 .container .chat-wrapper .chat-rows.odd {
  justify-self: end;
}
.chat-section.design_3 .container .chat-wrapper .chat-rows.even {
  justify-self: start;
}
.chat-section.design_3 .container .chat-wrapper .chat-rows.even .chat-excerpt::before {
  right: -16px;
  left: auto;
  transform: scale(-1, 1);
}
@media all and (max-width: 990px) {
  .chat-section.design_3 .container .chat-wrapper .chat-rows.even .chat-excerpt::before {
    right: auto;
    left: -16px;
    transform: none;
  }
}
@media all and (max-width: 430px) {
  .chat-section.design_3 .container .chat-wrapper .chat-rows.even .chat-excerpt::before {
    left: -14px;
  }
}
.chat-section.design_3 .container .chat-wrapper .chat-rows:first-child {
  grid-column: span 2;
  justify-self: center;
}
@media all and (max-width: 990px) {
  .chat-section.design_3 .container .chat-wrapper .chat-rows:first-child {
    grid-column: 1;
    justify-self: start;
  }
}
.chat-section.design_3 .container .chat-wrapper .chat-rows:first-child .chat-excerpt::before {
  transform: none;
  left: -16px;
  right: auto;
}
@media all and (max-width: 430px) {
  .chat-section.design_3 .container .chat-wrapper .chat-rows:first-child .chat-excerpt::before {
    left: -14px;
  }
}
.chat-section.design_3 .container .chat-wrapper .chat-rows:nth-child(2) {
  max-width: 87%;
}
.chat-section.design_3 .container .chat-wrapper .chat-rows:nth-child(3) {
  max-width: 90%;
}
@media all and (max-width: 430px) {
  .chat-section.design_3 .container .chat-wrapper .chat-rows:nth-child(3) {
    max-width: 80%;
  }
}
.chat-section.design_3 .container .chat-wrapper .chat-rows:nth-child(4), .chat-section.design_3 .container .chat-wrapper .chat-rows:nth-child(5) {
  position: relative;
  left: -80px;
}
@media all and (max-width: 990px) {
  .chat-section.design_3 .container .chat-wrapper .chat-rows:nth-child(4), .chat-section.design_3 .container .chat-wrapper .chat-rows:nth-child(5) {
    left: 0;
  }
}
.chat-section.design_3 .container .chat-wrapper .chat-rows:nth-child(4) {
  max-width: 56%;
}
@media all and (max-width: 990px) {
  .chat-section.design_3 .container .chat-wrapper .chat-rows:nth-child(4) {
    max-width: 75%;
  }
}
.chat-section.design_4 .container .chat-wrapper {
  grid-template-columns: 45% 55%;
  grid-template-rows: repeat(2, auto);
  grid-row-gap: 16px;
  grid-column-gap: 24px;
}
@media all and (max-width: 990px) {
  .chat-section.design_4 .container .chat-wrapper .chat-rows.odd {
    justify-self: end;
  }
}
.chat-section.design_4 .container .chat-wrapper .chat-rows.odd .chat-excerpt::before {
  transform: scale(-1, 1);
}
.chat-section.design_4 .container .chat-wrapper .chat-rows:nth-child(1) {
  max-width: 90%;
}
@media all and (max-width: 990px) {
  .chat-section.design_4 .container .chat-wrapper .chat-rows:nth-child(1) {
    max-width: none;
  }
}
@media all and (max-width: 990px) {
  .chat-section.design_4 .container .chat-wrapper .chat-rows:nth-child(2) {
    max-width: 90%;
  }
}
.chat-section.design_4 .container .chat-wrapper .chat-rows:nth-child(3n) {
  grid-column: span 2;
  right: 13%;
  max-width: 59%;
}
@media all and (max-width: 1899px) {
  .chat-section.design_4 .container .chat-wrapper .chat-rows:nth-child(3n) {
    right: 18%;
  }
}
@media all and (max-width: 1550px) {
  .chat-section.design_4 .container .chat-wrapper .chat-rows:nth-child(3n) {
    right: 10%;
  }
}
@media all and (max-width: 1440px) {
  .chat-section.design_4 .container .chat-wrapper .chat-rows:nth-child(3n) {
    right: 6.7%;
  }
}
@media all and (max-width: 990px) {
  .chat-section.design_4 .container .chat-wrapper .chat-rows:nth-child(3n) {
    grid-column: 1;
    right: auto;
    max-width: 92%;
  }
}
.chat-section.design_4 .container .chat-wrapper .chat-rows:nth-child(3n) .chat-excerpt::before {
  right: -16px;
  left: auto;
  transform: scale(-1, 1);
}
@media all and (max-width: 990px) {
  .chat-section.design_4 .container .chat-wrapper .chat-rows:nth-child(3n) .chat-excerpt::before {
    right: auto;
    left: -16px;
    transform: none;
  }
}
@media all and (max-width: 430px) {
  .chat-section.design_4 .container .chat-wrapper .chat-rows:nth-child(3n) .chat-excerpt::before {
    left: -14px;
  }
}

.osx .chat-section .container .chat-wrapper .chat-rows p.chat-excerpt,
.osx .chat-section .container .chat-bottom-box {
  font-weight: 500;
}

.title-section_subline .container {
  border-radius: 16px;
  padding: 60px 0;
}
@media all and (max-width: 768px) {
  .title-section_subline .container {
    padding: 40px 20px;
  }
}
.title-section_subline .container .top-section h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #262626;
  max-width: 50%;
  margin: 0 auto 16px;
}
@media all and (max-width: 1024px) {
  .title-section_subline .container .top-section h2 {
    max-width: 70%;
  }
}
@media all and (max-width: 768px) {
  .title-section_subline .container .top-section h2 {
    font-size: 24px;
    line-height: 32px;
    max-width: 80%;
  }
}
@media all and (max-width: 430px) {
  .title-section_subline .container .top-section h2 {
    font-size: 24px;
    line-height: 32px;
    max-width: none;
  }
}
.title-section_subline .container .top-section .sub-heading h4 {
  font-size: 18px;
  line-height: 24px;
  color: #262626;
}
.title-section_subline .container .top-section .buttons {
  margin-top: 32px;
}
.title-section_subline .container .top-section .buttons .button a {
  background-color: #466eb2;
  border-color: #466eb2;
  padding: 6px 16px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
  border-radius: 4px;
}
@media all and (max-width: 430px) {
  .title-section_subline .container .top-section.text-center {
    margin: 0 32px;
  }
}
.title-section_subline.wide-section .container {
  max-width: none !important;
  border-radius: 0 !important;
  padding: 80px 0 !important;
}

.twocol-text-img-section .container {
  padding: 80px 0;
}
@media all and (max-width: 768px) {
  .twocol-text-img-section .container {
    padding: 40px 0;
  }
}
.twocol-text-img-section .container .item-wrapper {
  margin: 0 7%;
  gap: 80px;
}
.twocol-text-img-section .container .item-wrapper.wide-section {
  margin: 0;
}
@media all and (max-width: 767px) {
  .twocol-text-img-section .container .item-wrapper.mob-right-content-top .left-content-wrapper {
    order: 1;
  }
}
@media all and (max-width: 767px) {
  .twocol-text-img-section .container .item-wrapper.mob-right-content-top .right-content-wrapper {
    order: 0;
  }
}
@media all and (max-width: 767px) {
  .twocol-text-img-section .container .grid-bg__col {
    width: 100%;
  }
}
.twocol-text-img-section .container .heading {
  font-weight: 600;
  color: #262626;
  font-style: normal;
}
.twocol-text-img-section .container .heading h1 {
  font-size: 48px;
  line-height: 116.667%;
  margin-bottom: 24px;
}
@media all and (max-width: 990px) {
  .twocol-text-img-section .container .heading h1 {
    font-size: 42px;
  }
}
@media all and (max-width: 768px) {
  .twocol-text-img-section .container .heading h1 {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
.twocol-text-img-section .container .heading h2 {
  font-size: 36px;
  line-height: 116.667%;
  margin-bottom: 16px;
}
@media all and (max-width: 768px) {
  .twocol-text-img-section .container .heading h2 {
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  .twocol-text-img-section .container .content-img {
    margin: 0 auto;
  }
}
.twocol-text-img-section .container .content-img.img-left {
  display: flex;
  justify-content: flex-end;
}
.twocol-text-img-section .container .content-img.img-right {
  display: flex;
  justify-content: flex-start;
}
.twocol-text-img-section .container .content-ctn p {
  margin-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  color: #262626;
}
@media all and (max-width: 768px) {
  .twocol-text-img-section .container .content-ctn p {
    font-size: 16px;
  }
}
.twocol-text-img-section .container .content-ctn p:last-child {
  margin-bottom: 0;
}
.twocol-text-img-section .container .button-group {
  margin-top: 32px;
}
.twocol-text-img-section .container .button-group .content-btn {
  margin-right: 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  height: 38px;
  padding: 9px 16px 3px;
  background-color: #466eb2;
  color: #fff;
  transition: all 0.25s ease-in-out;
}
.twocol-text-img-section .container .button-group .content-btn:hover {
  border-color: #4e6388 !important;
  background-color: #4e6388 !important;
}
.twocol-text-img-section .container .button-group .content-btn:disabled {
  border-color: #c0c0c0 !important;
  background-color: #e0e0e0 !important;
  color: #c0c0c0 !important;
}
.twocol-text-img-section .container .button-group .content-btn:active, .twocol-text-img-section .container .button-group .content-btn:focus {
  border-color: #384863 !important;
  background-color: #384863 !important;
}
.twocol-text-img-section .container .button-group .content-btn.outline {
  background-color: #fff;
  color: #466eb2;
  border: 2px solid #466eb2;
  padding: 7px 16px 1px;
  transition: all 0.25s ease-in-out;
}
.twocol-text-img-section .container .button-group .content-btn.outline:hover {
  border-color: #4e6388 !important;
  color: #4e6388 !important;
  background: #fff !important;
}
.twocol-text-img-section .container .button-group .content-btn.outline:disabled {
  border-color: #c0c0c0 !important;
  color: #c0c0c0 !important;
  background: #fff !important;
}
.twocol-text-img-section .container .button-group .content-btn.outline:active, .twocol-text-img-section .container .button-group .content-btn.outline:focus {
  border-color: #384863 !important;
  color: #384863 !important;
  background: #fff !important;
}
.twocol-text-img-section .container .button-group .content-btn:last-child {
  margin-right: 0;
}
@media all and (max-width: 430px) {
  .twocol-text-img-section .container .button-group .content-btn {
    display: block;
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
@media all and (max-width: 430px) {
  .twocol-text-img-section .container .button-group .content-btn:first-child {
    margin-top: 32px;
  }
}

@media all and (max-width: 1023px) {
  .plan-feature-section {
    display: none;
  }
}
.plan-feature-section .feature-container {
  border-radius: 16px;
  border: 1px solid #ebebeb;
}
.plan-feature-section .feature-container .plan-feature .plan-section-head {
  border-bottom: 1px solid #f1f1f1;
  background: #f1f1f1;
  padding: 12px 32px;
}
.plan-feature-section .feature-container .plan-feature .plan-section-head h4 {
  color: #262626;
  font-size: 18px;
  font-weight: 600;
  line-height: 133.333%;
}
.plan-feature-section .feature-container .plan-feature:first-child .plan-section-head {
  border-radius: 16px 16px 0 0;
}
.plan-feature-section .feature-container .plan-feature .all-features .plan-feature-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #f1f1f1;
}
.plan-feature-section .feature-container .plan-feature .all-features .plan-feature-grid:last-child {
  border-bottom: none;
}
.plan-feature-section .feature-container .plan-feature .all-features .plan-feature-grid .plan-feature-head {
  padding: 8px 32px 16px;
  align-items: center;
  position: relative;
}
.plan-feature-section .feature-container .plan-feature .all-features .plan-feature-grid .plan-feature-head .feature-title {
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  position: relative;
}
.plan-feature-section .feature-container .plan-feature .all-features .plan-feature-grid .plan-feature-head .feature-title .tooltip {
  position: relative;
  top: 7px;
}
.plan-feature-section .feature-container .plan-feature .all-features .plan-feature-grid .plan-feature-head .feature-title .tooltip .right {
  top: 50%;
  left: 100%;
  margin-left: 0;
  transform: translateY(-50%);
}
.plan-feature-section .feature-container .plan-feature .all-features .plan-feature-grid .plan-feature-head .feature-title .tooltip .right p {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
}
.plan-feature-section .feature-container .plan-feature .all-features .plan-feature-grid .plan-feature-head .feature-title .tooltip .right i {
  left: unset;
  top: 50%;
  right: 100%;
  width: 12px;
  height: 24px;
}
.plan-feature-section .feature-container .plan-feature .all-features .plan-feature-grid .plan-feature-head .feature-title .tooltip .right i::after {
  transform: translate(50%, -50%) rotate(-45deg);
  left: 0;
  top: 50%;
}
.plan-feature-section .feature-container .plan-feature .all-features .plan-feature-grid .plan-feature-head .feature-title .coming-soon-label {
  background-color: #f8bd4f;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  border-radius: 200px;
  display: inline-block;
  position: relative;
  z-index: 0;
  position: absolute;
  top: 8px;
  margin-left: 50px;
  width: 105px;
}
@media all and (max-width: 1200px) {
  .plan-feature-section .feature-container .plan-feature .all-features .plan-feature-grid .plan-feature-head .feature-title .coming-soon-label {
    margin-left: 30px;
  }
}
.plan-feature-section .feature-container .plan-feature .all-features .plan-feature-grid .plan-feature-head.coming-soon .feature-title {
  position: relative;
}

.popup-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out 0.3s;
}
.popup-overlay.visible {
  opacity: 1;
  visibility: visible;
  width: 100vw;
  height: 100vh;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

.plan-pricing-section {
  margin-top: 80px;
}
@media (min-width: 640px) {
  .plan-pricing-section.container {
    max-width: calc(100% - 60px);
  }
}
@media (min-width: 768px) {
  .plan-pricing-section.container {
    max-width: calc(100% - 80px);
  }
}
@media (min-width: 1024px) {
  .plan-pricing-section.container {
    max-width: calc(100% - 110px);
  }
}
@media (min-width: 1280px) {
  .plan-pricing-section.container {
    max-width: calc(100% - 110px);
  }
}
@media (min-width: 1900px) {
  .plan-pricing-section.container {
    max-width: 1600px;
  }
}
@media all and (max-width: 430px) {
  .plan-pricing-section {
    margin-top: 40px;
  }
}
.plan-pricing-section .pricing-header {
  margin-bottom: 80px;
}
@media all and (max-width: 430px) {
  .plan-pricing-section .pricing-header {
    margin-bottom: 32px;
  }
}
.plan-pricing-section .pricing-header h1 {
  color: #262626;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 116.667%;
  margin-bottom: 24px;
}
@media all and (max-width: 430px) {
  .plan-pricing-section .pricing-header h1 {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
.plan-pricing-section .pricing-header .pricing-head-description p {
  color: #474747;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media all and (max-width: 430px) {
  .plan-pricing-section .pricing-header .pricing-head-description p {
    font-size: 16px;
    line-height: 20px;
  }
}
.plan-pricing-section .price-currency-switch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 16px;
  border: 1px solid #ebebeb;
  padding: 12px 24px;
  margin-bottom: 39px;
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-currency-switch {
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .plan-pricing-section .price-currency-switch {
    grid-template-columns: auto;
    grid-row-gap: 16px;
  }
}
.plan-pricing-section .price-currency-switch .info-message {
  display: flex;
  column-gap: 16px;
  position: relative;
  top: 6px;
}
@media all and (max-width: 768px) {
  .plan-pricing-section .price-currency-switch .info-message {
    flex-direction: column;
    row-gap: 16px;
  }
}
.plan-pricing-section .price-currency-switch .info-message svg {
  position: relative;
  top: -4px;
}
@media all and (max-width: 768px) {
  .plan-pricing-section .price-currency-switch .info-message svg {
    top: 0;
  }
}
.plan-pricing-section .price-currency-switch .info-message .info-message-text {
  color: #292929;
  font-size: 14px;
  font-weight: 400;
  line-height: 128.571%;
}
.plan-pricing-section .price-currency-switch .toggle {
  padding: 0 32px;
  max-width: 138px;
  justify-self: end;
  width: 100%;
  padding: 0;
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-currency-switch .toggle {
    padding: 0;
  }
}
.plan-pricing-section .price-currency-switch .toggle .checkbox {
  position: relative;
  display: block;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox::after,
.plan-pricing-section .price-currency-switch .toggle .checkbox::before {
  font-feature-settings: normal;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-language-override: normal;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox label {
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  height: 56px;
  width: 100%;
  background: #f1f1f1 !important;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox label::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 40px;
  border-radius: 20px;
  left: 8px;
  top: 8px;
  z-index: 2;
  background: #95cebc;
  transition: 0.4s;
  border: none;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox input:checked + label {
  background: #4b75be;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox input:checked + .label-wrapper label::after {
  left: calc(100% - 92px - 8px);
}
.plan-pricing-section .price-currency-switch .toggle .label-wrapper {
  position: relative;
}
.plan-pricing-section .price-currency-switch .toggle .label-wrapper .switch-labels {
  display: flex;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-10px);
  z-index: 20;
  justify-content: space-between;
  padding: 0 8px;
  pointer-events: none;
}
.plan-pricing-section .price-currency-switch .toggle .label-wrapper .switch-labels span {
  color: #474747;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 133.333%;
  width: 50%;
  max-width: 92px;
  transition: 0.4s;
}
.plan-pricing-section .price-currency-switch .toggle .label-wrapper .switch-labels span.label-left {
  color: #000;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox input:checked + .label-wrapper .switch-labels .label-left {
  color: #474747;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox input:checked + .label-wrapper .switch-labels .label-right {
  color: #000;
}
@media all and (max-width: 768px) {
  .plan-pricing-section .price-currency-switch .toggle {
    justify-self: start;
  }
}
.plan-pricing-section .price-currency-switch .toggle .checkbox .label-wrapper {
  height: 28px;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox .label-wrapper label {
  height: 28px !important;
  border: 1px solid #e0e0e0;
  border-radius: 59px;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox .label-wrapper label::after {
  height: 26px !important;
  width: 73px;
  left: calc(100% - 73px) !important;
  top: 0;
  background-color: #fff;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox .label-wrapper .switch-labels {
  transform: translateY(-50%);
  column-gap: 20px;
  padding-right: 0;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox .label-wrapper .switch-labels span {
  position: relative;
  padding-left: 10px;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox .label-wrapper .switch-labels span.label-left {
  color: #c0c0c0;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox .label-wrapper .switch-labels span.label-right {
  color: #262626;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox .label-wrapper .switch-labels span div.flag {
  position: absolute;
  left: 0;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox .label-wrapper .switch-labels span div.flag svg {
  border-radius: 16px;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox input:checked + .label-wrapper label::after {
  left: 0 !important;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox input:checked + .label-wrapper .switch-labels .label-left {
  color: #262626;
}
.plan-pricing-section .price-currency-switch .toggle .checkbox input:checked + .label-wrapper .switch-labels .label-right {
  color: #c0c0c0;
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-currency-switch.desktop-switcher {
    display: none;
  }
}
.plan-pricing-section .price-currency-switch.mobile-switcher {
  display: none;
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-currency-switch.mobile-switcher {
    display: grid;
  }
}
.plan-pricing-section .price-switch-plan-wrapper {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) repeat(4, minmax(0, 1fr));
  column-gap: 16px;
  margin-bottom: 50px;
  position: static;
  top: 150px;
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper {
    grid-template-columns: 1fr;
    row-gap: 24px;
    margin-bottom: 0;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .scroll-plans-bg {
  position: absolute;
  width: 100vw;
  background: #fff;
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper {
  max-width: 272px;
  align-self: center;
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper {
    justify-self: center;
    max-width: none;
    margin-bottom: 24px;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .choose-your-plan {
  color: #262626;
  font-size: 24px;
  font-weight: 600;
  line-height: 133.333%;
  margin-bottom: 16px;
  text-align: center;
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .choose-your-plan {
    font-weight: 700;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .toggle {
  padding: 0 32px;
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .toggle {
    padding: 0;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .toggle .checkbox {
  position: relative;
  display: block;
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .toggle .checkbox::after,
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .toggle .checkbox::before {
  font-feature-settings: normal;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-language-override: normal;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .toggle .checkbox label {
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  height: 56px;
  width: 100%;
  background: #f1f1f1 !important;
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .toggle .checkbox label::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 40px;
  border-radius: 20px;
  left: 8px;
  top: 8px;
  z-index: 2;
  background: #95cebc;
  transition: 0.4s;
  border: none;
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .toggle .checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .toggle .checkbox input:checked + label {
  background: #4b75be;
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .toggle .checkbox input:checked + .label-wrapper label::after {
  left: calc(100% - 92px - 8px);
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .toggle .label-wrapper {
  position: relative;
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .toggle .label-wrapper .switch-labels {
  display: flex;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-10px);
  z-index: 20;
  justify-content: space-between;
  padding: 0 8px;
  pointer-events: none;
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .toggle .label-wrapper .switch-labels span {
  color: #474747;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 133.333%;
  width: 50%;
  max-width: 92px;
  transition: 0.4s;
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .toggle .label-wrapper .switch-labels span.label-left {
  color: #000;
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .toggle .checkbox input:checked + .label-wrapper .switch-labels .label-left {
  color: #474747;
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .toggle .checkbox input:checked + .label-wrapper .switch-labels .label-right {
  color: #000;
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .switch-info {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 4px;
}
.plan-pricing-section .price-switch-plan-wrapper .price-switch-wrapper .switch-info p {
  color: #474747;
  font-size: 16px;
  line-height: 125%;
  padding: 2px 0;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list {
  position: relative;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner {
  border-radius: 16px;
  padding: 32px 0 68px;
  height: 100%;
}
@media all and (min-width: 1900px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner {
    padding: 32px 0 80px;
  }
}
@media all and (max-width: 1300px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner {
    padding: 32px 0 68px;
  }
}
@media all and (max-width: 1120px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner {
    padding: 32px 0 68px;
  }
}
@media all and (max-width: 1070px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner {
    padding: 32px 0 68px;
  }
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner {
    padding: 24px 24px 60px 24px;
    height: auto;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-title {
  margin-bottom: 24px;
}
@media all and (max-width: 1300px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-title {
    margin-bottom: 11px;
  }
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-title {
    margin-bottom: 32px;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-title h3 {
  color: #292929;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 133.333%;
}
@media all and (max-width: 1300px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-title h3 {
    font-size: 1.6vw;
  }
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-title h3 {
    font-size: 24px;
  }
}
@media all and (max-width: 430px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-title h3 {
    text-align: left;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .or-link-empty-space {
  height: 33px;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body {
  max-height: 100%;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price {
  margin-bottom: 8px;
  text-align: center;
}
@media all and (max-width: 430px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price {
    text-align: left;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .price-replacement {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.667%;
}
@media all and (max-width: 1440px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .price-replacement {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 1310px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .price-replacement {
    font-size: 2.2vw;
  }
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .price-replacement {
    font-size: 36px;
  }
}
@media all and (min-width: 1900px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .price-replacement {
    font-size: 48px;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .currency,
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .price-monthly,
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .price-yearly {
  color: #121212;
  text-align: center;
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 116.667%;
  white-space: nowrap;
}
@media all and (min-width: 1900px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .currency,
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .price-monthly,
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .price-yearly {
    font-size: 54px;
  }
}
@media all and (max-width: 1535px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .currency,
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .price-monthly,
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .price-yearly {
    font-size: 2.1vw;
  }
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .currency,
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .price-monthly,
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h3.pricing-list-price .price-yearly {
    font-size: 48px;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h4.vat,
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h5.monthly_price_label,
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h5.yearly_price_label {
  color: #474747;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  white-space: nowrap;
}
@media all and (max-width: 1350px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h4.vat,
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h5.monthly_price_label,
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h5.yearly_price_label {
    font-size: 1.15vw;
  }
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h4.vat,
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h5.monthly_price_label,
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h5.yearly_price_label {
    font-size: 16px;
  }
}
@media all and (max-width: 430px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h4.vat,
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h5.monthly_price_label,
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body h5.yearly_price_label {
    text-align: left;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .price-list-or-link {
  margin: 24px auto 11px;
  width: calc(100% - 4.46vw);
}
@media all and (max-width: 1300px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .price-list-or-link {
    width: calc(100% - 24px);
  }
}
@media all and (max-width: 1070px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .price-list-or-link {
    width: calc(100% - 20px);
  }
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .price-list-or-link {
    width: calc(100% - 48px);
  }
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .price-list-or-link {
    margin-top: 32px;
    max-width: 287px;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .price-list-or-link .or-link-sep {
  border: 0;
  height: 1.5em;
  position: relative;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 133.333%;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .price-list-or-link .or-link-sep::before {
  content: "";
  background: #d5d5d5;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  left: 0;
  width: 100%;
  height: 1px;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .price-list-or-link .or-link-sep::after {
  content: attr(data-content);
  position: relative;
  padding: 0 20px;
  color: #828282;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 133.333%;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .price-list-or-link .pricelist-button a {
  color: #466eb2;
  font-size: 14px;
  font-weight: 500;
  line-height: 128.571%;
  text-decoration: unset;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .or-button {
  position: relative;
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .or-button {
    margin-top: 5px;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .or-button a {
  color: #466eb2;
  font-size: 14px;
  font-weight: 500;
  line-height: 128.571%;
  text-decoration: unset;
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .or-button a {
    font-size: 16px;
    line-height: 125%;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .or-button .tooltip {
  position: absolute;
  right: 0;
  top: 2px;
}
@media all and (max-width: 1200px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .or-button .tooltip {
    top: -1px;
  }
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .or-button .tooltip {
    top: -3px;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .or-button .tooltip .t-hover {
  width: 24px;
}
@media all and (max-width: 1200px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .or-button .tooltip .t-hover {
    width: 20px;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .or-button .tooltip .t-hover svg {
  width: 100%;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .or-button .tooltip .right {
  left: 30px;
  transform: none !important;
}
@media all and (min-width: 1024px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .or-button .tooltip .right {
    left: auto;
    right: -15px;
    top: auto;
    bottom: 35px;
  }
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .or-button .tooltip .right {
    left: auto;
    right: -20px;
    top: auto;
    bottom: 40px;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .or-button .tooltip .right i {
  top: auto;
  right: 20px;
  bottom: -17px;
  transform: rotate(-90deg);
  left: unset !important;
}
@media all and (max-width: 767px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .or-button .tooltip .right i {
    transform: rotate(180deg);
    left: unset;
    top: auto;
    right: 15px;
    bottom: -12px;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4.46vw);
}
@media all and (max-width: 1300px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button {
    width: calc(100% - 32px);
  }
}
@media all and (max-width: 1120px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button {
    width: calc(100% - 24px);
  }
}
@media all and (max-width: 1070px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button {
    width: calc(100% - 20px);
  }
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button {
    width: calc(100% - 48px);
    position: static;
    transform: none;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.monthly_button, .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.yearly_button {
  margin-top: 24px;
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.monthly_button, .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.yearly_button {
    max-width: 287px;
    margin: 0 auto 24px;
  }
}
@media all and (max-width: 430px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.monthly_button, .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.yearly_button {
    max-width: none;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.monthly_button a, .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.yearly_button a {
  background-color: #466eb2;
  border-color: #466eb2;
  padding: 6px 16px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.25s ease-in-out;
}
@media all and (max-width: 1200px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.monthly_button a, .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.yearly_button a {
    font-size: 1.15vw;
    padding: 6px 1.15vw;
  }
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.monthly_button a, .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.yearly_button a {
    font-size: 16px;
    padding: 6px 16px;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.monthly_button a:hover, .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.yearly_button a:hover {
  border-color: #4e6388 !important;
  background-color: #4e6388 !important;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.monthly_button a:disabled, .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.yearly_button a:disabled {
  border-color: #c0c0c0 !important;
  background-color: #e0e0e0 !important;
  color: #c0c0c0 !important;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.monthly_button a:active, .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.monthly_button a:focus, .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.yearly_button a:active, .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .pricelist-button.yearly_button a:focus {
  border-color: #384863 !important;
  background-color: #384863 !important;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .mobile-features {
  display: block;
}
@media all and (min-width: 1024px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .mobile-features {
    display: none;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .mobile-features .heading {
  color: #262626;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  padding: 12px 24px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 -24px;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .mobile-features .feature-details {
  position: relative;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .mobile-features .feature-details .coming-soon-label {
  background-color: #f8bd4f;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  border-radius: 200px;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .mobile-features .feature-details .label {
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  padding: 12px 0;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .mobile-features .feature-details .tooltip {
  position: absolute;
  right: 0;
  bottom: 11px;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .mobile-features .feature-details .tooltip .right {
  top: auto;
  bottom: 35px;
  left: unset !important;
  right: -8px;
  transform: none;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .mobile-features .feature-details .tooltip .right i {
  top: auto;
  right: 20px;
  bottom: -17px;
  transform: rotate(-90deg);
  left: unset !important;
}
@media all and (max-width: 767px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .mobile-features .feature-details .tooltip .right i {
    transform: rotate(180deg);
    left: unset;
    top: auto;
    right: 15px;
    bottom: -12px;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .mobile-features .feature-details.coming-soon {
  padding-top: 12px;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .pricing-list-body .mobile-features .feature-details.coming-soon .label {
  padding: 10px 0 12px;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .most-popular-tag {
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  width: 96px;
  height: 20px;
  border-radius: 200px;
  background: #f8bd4f;
  padding: 4px 8px;
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .most-popular-tag {
    left: auto;
    right: 24px;
    top: 30px;
    transform: none;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner .most-popular-tag h4 {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner.text-instead-price {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner.text-instead-price {
    padding: 24px 24px 60px 24px;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner.text-instead-price .or-link-empty-space {
  height: 0;
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner.text-instead-price .or-link-empty-space {
    height: 33px;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner.text-instead-price .or-link-empty-space.empty-space-1 {
  height: 33px;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner.text-instead-price .monthly_button {
  margin-top: 19px !important;
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list .pricing-list--inner.text-instead-price .monthly_button {
    margin-top: 0 !important;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list.most-popular {
  position: relative;
  top: -15px;
  height: calc(100% + 30px);
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper .pricing-list.most-popular {
    top: 0;
    height: 100%;
  }
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list.most-popular .pricing-list-body {
  margin-top: 15px;
}
.plan-pricing-section .price-switch-plan-wrapper .pricing-list.most-popular .pricing-list-body .pricelist-button {
  bottom: 48px;
}
.plan-pricing-section .price-switch-plan-wrapper div.button-popup {
  position: fixed;
  background-color: #fff;
  z-index: 100000000000000000;
  border-radius: 16px;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  max-height: calc(100vh - 120px);
  overflow-y: hidden;
  transition: top 0.4s ease-out, opacity 0s linear 0.5s, visibility 0s linear 0.5s;
}
@media all and (max-width: 1023px) {
  .plan-pricing-section .price-switch-plan-wrapper div.button-popup {
    width: 80%;
  }
}
@media all and (max-width: 768px) {
  .plan-pricing-section .price-switch-plan-wrapper div.button-popup {
    max-height: calc(100vh - 60px);
  }
}
.plan-pricing-section .price-switch-plan-wrapper div.button-popup.show-popup {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition: top 0.4s ease-out;
}
.plan-pricing-section .price-switch-plan-wrapper div.button-popup .inner-popup {
  overflow-y: scroll;
  padding: 40px 50px;
  max-height: calc(100vh - 120px);
}
@media all and (max-width: 768px) {
  .plan-pricing-section .price-switch-plan-wrapper div.button-popup .inner-popup {
    padding: 25px;
  }
}
.plan-pricing-section .price-switch-plan-wrapper div.button-popup .inner-popup .close-popup-banner {
  margin: -20px -20px -10px;
  display: grid;
  justify-content: flex-end;
  padding: 0 10px;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
}
.plan-pricing-section .price-switch-plan-wrapper div.button-popup .inner-popup .close-popup-banner span {
  height: 25px;
  width: 2px;
  display: block;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: #466eb2;
}
.plan-pricing-section .price-switch-plan-wrapper div.button-popup .inner-popup .close-popup-banner span:first-child {
  transform: rotate(45deg);
}
.plan-pricing-section .price-switch-plan-wrapper div.button-popup .inner-popup .close-popup-banner span:last-child {
  transform: rotate(-45deg);
  margin-top: -25px;
}
.plan-pricing-section .price-switch-plan-wrapper.scroll-plans {
  background: #fff;
  margin-bottom: 0;
  z-index: 90;
  height: 88px;
  position: sticky;
}
.plan-pricing-section .price-switch-plan-wrapper.scroll-plans .price-switch-wrapper {
  opacity: 0;
  visibility: hidden;
}
.plan-pricing-section .price-switch-plan-wrapper.scroll-plans .pricing-list .pricing-list--inner {
  height: auto;
  padding-bottom: 16px;
  padding-top: 16px;
}
.plan-pricing-section .price-switch-plan-wrapper.scroll-plans .pricing-list .pricing-list--inner .pricing-list-title {
  margin-bottom: 0;
}
.plan-pricing-section .price-switch-plan-wrapper.scroll-plans .pricing-list .pricing-list--inner .empty-space-1,
.plan-pricing-section .price-switch-plan-wrapper.scroll-plans .pricing-list .pricing-list--inner .pricing-list-body,
.plan-pricing-section .price-switch-plan-wrapper.scroll-plans .pricing-list .pricing-list--inner .show-or-link-empty-space {
  display: none;
}
.plan-pricing-section .price-switch-plan-wrapper.scroll-plans .pricing-list.most-popular {
  top: 0;
  height: 100%;
}
.plan-pricing-section.region-global .price-switch-plan-wrapper .pricing-list .show-or-link-empty-space {
  height: 20px;
}
.plan-pricing-section.region-global .price-switch-plan-wrapper .pricing-list .or-link-empty-space {
  height: 43px;
}
@media all and (max-width: 1023px) {
  .plan-pricing-section.region-global .price-switch-plan-wrapper .pricing-list .or-link-empty-space {
    height: 32px;
  }
}
.plan-pricing-section.region-euro .price-currency-switch, .plan-pricing-section.region-usd .price-currency-switch {
  display: none;
}
.plan-pricing-section.usd .price-switch-plan-wrapper .pricing-list .pricing-list-price .eur {
  display: none !important;
}
.plan-pricing-section.usd .price-switch-plan-wrapper .vat {
  display: none !important;
}
.plan-pricing-section.usd .switch-info .eur {
  display: none;
}
.plan-pricing-section.eur .price-switch-plan-wrapper .pricing-list .pricing-list-price .global {
  display: none !important;
}
.plan-pricing-section.eur .switch-info .usd {
  display: none;
}

/* Plugins */
.nf-form-cont .nf-form-title h1,
.nf-form-cont .nf-form-title h2,
.nf-form-cont .nf-form-title h3,
.nf-form-cont .nf-form-title h4,
.nf-form-cont .nf-form-title h5,
.nf-form-cont .nf-form-title h6 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #262626;
  line-height: 133.33%;
}
@media all and (max-width: 767px) {
  .nf-form-cont .nf-form-title h1,
  .nf-form-cont .nf-form-title h2,
  .nf-form-cont .nf-form-title h3,
  .nf-form-cont .nf-form-title h4,
  .nf-form-cont .nf-form-title h5,
  .nf-form-cont .nf-form-title h6 {
    font-size: 24px;
  }
}
.nf-form-cont .nf-form-wrap {
  display: grid;
  margin-top: 25px;
}
.nf-form-cont .nf-form-wrap .nf-response-msg {
  order: 1;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  background-color: #d5ebe4;
  border-color: #466eb2;
  border-radius: 16px;
  padding: 25px;
  outline: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout {
  order: 0;
  position: relative;
  padding-bottom: 18px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-before-form-content .nf-form-fields-required::before {
  content: "*";
  color: #e80000;
  font-size: 16px;
  line-height: 125%;
  font-weight: 600;
  margin-right: 3px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content {
  margin-top: 25px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container {
  padding-bottom: 18px;
  margin-bottom: 15px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.hidden-container {
  padding: 0;
  margin: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container label {
  font-size: 16px;
  line-height: 125%;
  font-weight: 600;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field-label span {
  font-size: 16px;
  line-height: 125%;
  font-weight: 600;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field-element input,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field-element textarea {
  border: 1px solid #c3c3c3;
  height: 36px;
  border-radius: 4px;
  padding: 4px 8px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field-element input[type=checkbox],
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field-element input[type=radio] {
  height: 16px;
  margin-top: 2px;
  accent-color: #466eb2;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field-element textarea {
  height: auto;
  max-height: 200px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field-element input[type=submit] {
  background-color: #466eb2;
  border-color: #466eb2;
  padding: 6px 16px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field-element input[type=submit]:hover {
  border-color: #4e6388 !important;
  background-color: #4e6388 !important;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field-element input[type=submit]:disabled {
  border-color: #c0c0c0 !important;
  background-color: #e0e0e0 !important;
  color: #c0c0c0 !important;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field-element input[type=submit]:active, .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field-element input[type=submit]:focus {
  border-color: #384863 !important;
  background-color: #384863 !important;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .submit-wrap {
  text-align: right;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-after-field {
  position: absolute;
  font-size: 12px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-after-form-content {
  position: absolute;
  font-size: 12px;
}

