:root {
  --e-global-typography-primary-font-family: 'Gotham SSm B', 'Gotham SSm A', Gotham, GothamPro, Helvetica, sans-serif;
}

@keyframes blink-cursor {
  0% {
    background-image: none;
  }
  50% {
    background-image: url('data:image/gif;base64,R0lGODlhAQAcAIAAAP///wAAACH5BAAAAAAALAAAAAABABwAAAIEhI+pWwA7');
  }
  100% {
    background-image: none;
  }
}

#heading-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
}

#heading-holder .elementor-section {
  width: 100%;
  display: flex;
}

#heading-holder .elementor-section .elementor-container {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  padding-top: 70px;
}

.page-id-1118 #heading-holder .elementor-section .elementor-container {
  padding-top: 50px !important;
}

.show-dec {
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  outline: none;
  background: transparent;
  margin-top: 50px;
  color: #767676;
  font-family: 'Gotham SSm B', 'Gotham SSm A', Gotham, GothamPro, Helvetica, sans-serif;
  line-height: 25px;
  cursor: pointer;
}

.show-dec:active,
.show-dec:focus {
  outline: none;
}

#partner-solution-form-next,
#partner-solution-form .actions .hs-button,
.domain-cart-button {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  background-color: #00457d;
  padding: 12px 21px;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
}

#partner-solution-form .actions .hs-button:hover,
.domain-cart-button:hover {
  background-color: #2e79b7;
}

#partner-solution-form .actions .hs-button:active,
#partner-solution-form .actions .hs-button:focus,
.domain-cart-button:active,
.domain-cart-button:focus {
  background-color: #012e53;
}

.domain-cart-button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.domain-search {
  /*padding: 10px;*/
}

.api-demo .inputs,
.domain-search .inputs {
  display: flex;
  margin: 0 auto;
  padding-top: 10px;
}

.api-demo .inputs .input,
.domain-search .inputs .input {
  width: 100%;
}

.domain-search .inputs button {
  /*noinspection CssUnknownTarget*/
  background: #00457d url("search.png") no-repeat left center;
  background-size: 43px;
  border: none;
  text-indent: -99999px;
  width: 60px;
  border-radius: 0;
}

.icon-search .domain-search .inputs button {
  background-image: url("search.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-indent: -999999px !important;
}

.coral-search .domain-search .inputs button {
  background-image: url("search.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 50% !important;
  text-indent: -999999px !important;
}

.domain-results {
  margin: 40px 0;
}

.domain-results .item {
  display: flex;
  align-items: center;
  padding: 18px 16px;
  font-family: 'Gotham SSm B', 'Gotham SSm A', Gotham, GothamPro, Helvetica, sans-serif;
}

.domain-results .item:nth-child(even) {
  background: white;
}

.domain-results .item:nth-child(odd) {
  background: #f5f6f7;
}

.domain-results .item .domain {
  width: 100%;
  font-size: 23px;
  text-transform: lowercase;
  /*word-break: break-all;*/
}

.domain-results .item .price {
  font-size: 22px;
  padding: 0 10px;
  font-weight: bold;
}

.domain-results .item .price-hidden {
  padding: 0 10px;
  display: block;
  text-align: center;
  width: 100%;
  flex-shrink: 1;
}

.domain-results .item .button {
  box-sizing: border-box;
  margin-left: auto;
  min-width: 150px;
  text-align: center;
}

.domain-results .item .button button {
  border-radius: 3px;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  color: #00457d;
  font-size: 18px;
  font-weight: 500;
  border: none;
  white-space: nowrap;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.domain-results .item .button button.cart-add {
}

.domain-results .item .button button.cart-remove {

}

.domain-results .dec {
  display: none;
}

@media (max-width: 767px) {
  .domain-results .item {
    flex-wrap: wrap;
  }

  .domain-results .item .price,
  .domain-results .item .domain {
    font-size: 18px;
  }

  .domain-results .item .button button {
    font-size: 15px;
  }
}

.domain-cart {
  margin: 40px 0;
  font-family: 'Gotham SSm B', 'Gotham SSm A', Gotham, GothamPro, Helvetica, sans-serif;
}

.domain-search-form-widget .domain-cart {
  background: white;
  padding: 50px;
}

.domain-cart .info {
  margin-top: 50px;
  font-size: 20px;
  line-height: 1.5;
  color: #252525;
  font-weight: 300;
}

.domain-cart .info a {
  color: #00b0dc;
  text-decoration: underline;
}

.domain-cart-list {
  margin-bottom: 50px;
}

.domain-cart-list .item {
  display: flex;
  align-items: center;
  padding: 9px 0;
}

.domain-cart-list .item .domain {
  width: 100%;
  font-size: 23px;
  letter-spacing: -0.1px;
  color: #00457d;
  text-transform: lowercase;
}

.domain-cart-list .item .button .remove {
  /*noinspection CssUnknownTarget*/
  background: url("close.png") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.domain-cart-list h4 {
  font-size: 23px;
}

@media (max-width: 767px) {
  .domain-cart-list .item .domain {
    font-size: 18px;
  }

  .domain-cart-list h4 {
    font-size: 18px;
  }

  .domain-cart .info {
    font-size: 15px;
  }
}

#slider-text .inner {
  display: block;
}

#slider-text .inner.started {
  transform: translateY(20px);
  opacity: 0.3;
}

#slider-text .inner.in {
  transition: all 0.2s;
  transform: translateY(0);
  opacity: 1;
}

#slider-text small {
  font-size: 40%;
  vertical-align: super;
  transform: translateY(5px);
  display: inline-block;
}

.heading-block,
.typing-block {
  background: white;
  padding: 44px 40px 32px;
  font-family: "Playfair Display", serif;
  width: 500px;
  max-width: 100%;
}

.heading-block {
  width: 600px;
  padding: 38px 38px 32px;
}

.heading-block.narrow {
  width: 460px;
}

.page-id-1280 .heading-block.narrow {
  width: 370px;
}

.heading-block h1 {
  font-family: inherit;
  font-size: 45px;
  font-weight: normal;
  line-height: 1.2;
  color: #252525;
}

.heading-block h1:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #2c4e23;
  margin-top: 20px;
}

.typing-block > h1 {
  font-family: inherit !important;
  font-size: 60px;
  line-height: 1;
  color: #252525;
  margin-bottom: 0;
}

.typing-block > h1 .inner {
  color: #00457d;
}

.typing-block > h3 {
  margin-top: 23px;
  font-size: 23px;
  font-family: 'Gotham SSm B', 'Gotham SSm A', Gotham, GothamPro, Helvetica, sans-serif;
  font-weight: bold;
}

.page-id-1118 .typing-block > h3 {
  margin-top: 17px;
}

.typing-block > h3:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #2c4e23;
  margin-bottom: 36px;
}

.page-id-1118 .typing-block > h3:before {
  background: #f05c78;
}

.page-id-1118 .typing-block > h3 img {
  transform: translateY(-3px);
}

.typing-block > h4 {
  font-size: 17px;
  font-family: 'Gotham SSm B', 'Gotham SSm A', Gotham, GothamPro, Helvetica, sans-serif;
}

.typing-block form button,
.typing-block form input,
.typing-block form input::placeholder {
  font-family: 'Gotham SSm B', 'Gotham SSm A', Gotham, GothamPro, Helvetica, sans-serif;
  background: #00457d;
  font-weight: 100;
  color: white;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 20px;
  letter-spacing: 0.8px;
  padding: 0 0 0 3px;
}

.typing-block form input.finished.cursor:not(.focused) {
  background-repeat: no-repeat;
  background-position: 16px center;
  animation: blink-cursor normal 0.6s infinite ease-in-out;
}

.typing-block form button,
.typing-block form input {
  padding: 18px;
}

.typing-block form button {
  transform: translateX(-1px);
}

.typing-block form input:-webkit-autofill,
.typing-block form input:-webkit-autofill:hover,
.typing-block form input:-webkit-autofill:focus {
  background: #00457d !important;
}

@media (max-width: 767px) {
  .heading-block,
  .heading-block.narrow,
  .typing-block {
    width: calc(100vw - 66px);
    max-width: 500px;
    padding: 12px 15px;
    transform: translateX(33px);
  }

  .heading-block h1 {
    font-size: 28px;
  }

  .typing-block {
    /*width: calc(100vw - 8px);*/
  }

  .typing-block > h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .typing-block > h3 {
    font-size: 18px;
  }

  .typing-block form button,
  .typing-block form input,
  .typing-block form input::placeholder {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .typing-block {
    transform: translateX(20px);
  }

  .video-header .right-content {
    font-size: 20px !important;
  }
}

.domain-search-popup {
  display: none;
  position: relative;
}

.domain-search-popup .close-popup {
  position: absolute;
  top: 18px;
  right: 18px;
  /*noinspection CssUnknownTarget*/
  background: url("close-popup.png") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.typing-block .domain-search-popup {
  box-shadow: 0 10px 60px -5px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  position: absolute;
  transform: translate(-44px, 44px);
  width: 1000px;
  max-width: calc(100vw - 66px);
  padding: 50px;
}

.page-id-1118 .typing-block .domain-search-popup {
  width: 1200px;

}

.domain-search-form-widget .domain-search-popup {
  margin-top: 50px;
}

.domain-search-popup h3 {
  font-family: 'Gotham SSm B', 'Gotham SSm A', Gotham, GothamPro, Helvetica, sans-serif;
  color: #252525;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.domain-search-popup .results {
  min-width: 55%;
}

.page-id-1118 .domain-search-popup .results {
  min-width: 65%;
}

.domain-search-popup .divider {
  width: 110px;
  position: relative;
}

.domain-search-popup .divider:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 2px;
  background: #dcddde;
}

.domain-search-form-widget .domain-search-popup .divider:before {
  background: transparent;
}

.domain-search-popup .cart {
}

@media (max-width: 767px) {
  .domain-search-popup {
    /*transform: translate(-48px, 44px);*/
    max-width: 100vw;
  }

  .domain-search-popup h3 {
    font-size: 23px;
  }

  .domain-search-popup .divider {
    width: 100%;
    height: 2px;
    margin-bottom: 40px;
  }

  .domain-search-popup .divider:before {
    width: 100%;
  }
}

.video-header {
  position: relative;
}

.video-header .mobile {
  display: none;
}

.video-header .desktop .fullscreen-bg {
  max-height: 520px;
  overflow: hidden;
}

.video-header .desktop .fullscreen-bg video:not(.no-offset) {
  transform: translateY(-20px);
}

.video-header .right-content {
  position: absolute;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.1px;
  color: white;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.video-header .right-content .elementor-container {
  width: 100vw;
  padding-right: 20px;
}

.video-header .right-content .elementor-container p {
  width: 100%;
  text-align: right;
}

@media (max-width: 767px) {
  .video-header .mobile {
    display: block;
    background-size: cover;
    min-height: 228px;
  }

  .video-header .fullscreen-bg__video {
    display: none;
  }

  .video-header .right-content {
    display: none;
  }
}

h4, h5 {
  font-family: 'Gotham SSm B', 'Gotham SSm A', Gotham, GothamPro, Helvetica, sans-serif;
}

.raven-search-form-input,
.gotham,
.gotham div,
.gotham span,
.gotham h1,
.gotham h2,
.gotham h3,
.gotham h4,
.gotham p {
  font-family: 'Gotham SSm B', 'Gotham SSm A', Gotham, GothamPro, Helvetica, sans-serif !important;
}

.header-menu > .menu {
  text-align: right;
  margin: 0;
  padding: 0;
}

.header-menu > .menu li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 20px 30px;
}

@media (min-width: 768px) and (max-width: 1110px) {
  .header-menu > .menu li {
    padding: 20px 15px;
  }
}

.header-menu > .menu a {
  font-family: 'Gotham SSm B', 'Gotham SSm A', Gotham, GothamPro, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #00457d;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none !important;
}

.header-menu > .menu .current-menu-item a {
  font-weight: 600;
  position: relative;
}

.header-menu > .menu .current-menu-item a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  border-bottom: solid 2px #2d5024;
}

.radial-bg {
  background-image: radial-gradient(circle at 50% 48%, #f1f2f3, #fdfeff 45%, #edeeef 86%);
}

.radial-bg-2 {
  background-image: radial-gradient(circle at 50% 50%, #f1f2f3, #f1f2f3 48%, #f1f2f3 61%, #aec5d6 114%);
}

.gradient-bg-half-overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #aec5d6 0%, #f1f2f3 20%, #f1f2f3 30%, #f1f2f3 50%, transparent 50%, transparent 100%);
}

@media (max-width: 767px) {
  .gradient-bg-half-overlay:before {
    background-image: linear-gradient(to right, #aec5d6 0%, #f1f2f3 20%, #f1f2f3 60%, #f1f2f3 100%);
  }
}

body .jupiterx-site {
  font-family: 'Gotham SSm B', 'Gotham SSm A', Gotham, GothamPro, sans-serif !important;
}

body .jupiterx-site a {
  color: #00b0dc;
  text-decoration: underline;
}

body .jupiterx-site a:hover {
  text-decoration: none;
}

body .jupiterx-site a:active,
body .jupiterx-site a:focus {
  color: #00457d;
  text-decoration: underline;
}

body .jupiterx-site a.elementor-button-link {
  text-decoration: none;
}

body .jupiterx-site a.elementor-button-link:hover {
  background-color: #2e79b7 !important;
}

body .jupiterx-site a.elementor-button-link:active,
body .jupiterx-site a.elementor-button-link:focus {
  background-color: #012e53 !important;
}

body .jupiterx-site .btn-link a.elementor-button-link:hover,
body .jupiterx-site .btn-link a.elementor-button-link:active,
body .jupiterx-site .btn-link a.elementor-button-link:focus {
  background-color: transparent !important;
}

.jupiterx-site .elementor-widget-accordion .elementor-accordion .elementor-accordion-title,
.jupiterx-site .elementor-widget-heading .elementor-heading-title,
.jupiterx-site .elementor-widget-text-editor {
  font-family: 'Gotham SSm B', 'Gotham SSm A', Gotham, GothamPro, Helvetica, sans-serif;
}

.polygon {
  position: relative;
  width: 510px;
  height: 294px;
  background-color: white;
  margin: 147px 0;
}

.polygon:before,
.polygon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 255px solid transparent;
  border-right: 255px solid transparent;
}

.polygon:before {
  bottom: 100%;
  border-bottom: 147px solid white;
}

.polygon:after {
  top: 100%;
  width: 0;
  border-top: 147px solid white;
}

.polygon.with-outline {
  width: 460px;
  height: 265.58px;
  margin: 132.79px 0;
  position: relative;
}

.polygon.with-outline > div {
  position: relative;
  z-index: 3;
}

.polygon.with-outline:before,
.polygon.with-outline:after {
  border-left: 230px solid transparent;
  border-right: 230px solid transparent;
  z-index: 3;
}

.polygon.with-outline:before {
  border-bottom: 132.79px solid white;
}

.polygon.with-outline:after {
  border-top: 132.79px solid white;
}

.polygon_outline {
  position: absolute !important;
  z-index: 2 !important;
  top: -132px;
  left: -150px;
  width: 460px;
  height: 265.58px;
  background-color: transparent;
  margin: 132.79px 0;
  border-left: solid 2px #396e99;
  /*border-right: solid 2px #396e99;*/
}

.polygon_outline:before,
.polygon_outline:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 325.27px;
  height: 325.27px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 65.3654px;
}

.polygon_outline:before {
  top: -162.6346px;
  border-top: solid 2.8284px #396e99;
  border-right: solid 2.8284px #396e99;
}

.polygon_outline:after {
  bottom: -162.6346px;
  border-bottom: solid 2.8284px #396e99;
  border-left: solid 2.8284px #396e99;
}

.polygon .inner {
  transform: translateY(-20px);
  padding: 0 50px;
  position: relative;
  z-index: 4;
  /*background: inherit;*/
}

.polygon h3 {
  font-family: "Playfair Display", serif;
  font-size: 45px;
  text-align: center;
}

.polygon h3:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #2c4e23;
  margin-top: 10px;
}

.page-id-1118 .polygon h3:after {
  height: 0;
  background: transparent;
}

.polygon.with-outline h3 {
  font-size: 30px;
  line-height: 40px;
  color: #00457d;
}

.polygon.with-outline h3:after {
  margin-top: 30px;
  margin-bottom: 15px;
}

.polygon.with-outline .inner {
  font-size: 17px;
  line-height: 40px;
  color: #252525;
  font-weight: 300;
  position: relative;
}

.polygon.with-outline .inner:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 3;
  background: white;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
}

.polygon.with-outline .inner > * {
  position: relative;
  z-index: 4;
}

.testimonials-section .polygon {
  margin-top: 190px;
  margin-left: auto;
  transform: translateX(-25%);
}

.testimonials-section .polygon p {
  font-size: 20px;
  font-weight: 500;
}

.testimonials-section .polygon p a {
  text-transform: uppercase;
  letter-spacing: -0.1px;
}

.testimonials-section .polygon p i {
  color: #00b0dc;
}

@media (max-width: 767px) {
  .polygon, .polygon.with-outline {
    width: 300px;
    height: 173px;
    margin: 87px 0;
  }

  .polygon.with-outline {
    height: auto;
    min-height: 173px;
    margin-bottom: 130px;
  }

  .polygon:before,
  .polygon:after,
  .polygon.with-outline:before,
  .polygon.with-outline:after {
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
  }

  .polygon:before,
  .polygon.with-outline:before {
    border-bottom: 87px solid white;
  }

  .polygon:after,
  .polygon.with-outline:after {
    border-top: 87px solid white;
    margin-top: -1px;
  }

  .polygon_outline {
    display: none !important;
  }

  .polygon h3 {
    font-size: 25px;
  }

  .testimonials-section .polygon {
    margin: 120px auto;
    transform: none;
  }

  .testimonials-section .polygon p {
    font-size: 18px;
    text-align: center;
  }
}

.square {
  padding: 35px 75px 35px 45px;
  background: #00457d;
  max-width: 600px;
  color: white;
}

.square p {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

.square p strong {
  font-family: 'Gotham SSm B', 'Gotham SSm A', Gotham, GothamPro, Helvetica, sans-serif;
  font-weight: 400;
}

.testimonials-section .square {
  margin-left: auto;
  transform: translate(-25%, -230px);
  margin-bottom: -200px;
}

.testimonials-section .square p {
  font-size: 23px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .testimonials-section .square {
    transform: none;
    max-width: 100%;
    margin-bottom: 0;
  }

  .testimonials-section .square p {
    font-size: 18px;
  }
}

.gallery {
  margin: 0 !important;
  padding-left: 25px;
}

.gallery .gallery-item img {
  width: auto !important;
}

.domain-search-form-widget form {
  max-width: 900px;
  margin: 30px auto;
}

.domain-search-form-widget h3 {
  color: white;
}

.api-demo .inputs .input,
.api-demo .inputs .input::placeholder,
.domain-search-form-widget form.domain-search .inputs .input,
.domain-search-form-widget form.domain-search .inputs .input::placeholder {
  font-size: 30px;
  font-weight: 500;
  color: #c0c0c0;
}

@media (min-width: 768px) {
  .api-demo .inputs .input,
  .domain-search-form-widget form.domain-search .inputs .input {
    padding: 14px 22px;
    border: none;
    outline: none;
    color: #252525;
  }

  .api-demo .inputs button,
  .domain-search-form-widget form.domain-search .inputs button {
    background: #00457d;
    color: white;
    text-indent: 0;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 50px;
    border: none;
    outline: none;
  }

  .api-demo .inputs .input {
    border: 1px solid black;
  }

  .api-demo .inputs button {
    background: black;
  }

  .page-id-1118 .domain-search-form-widget form.domain-search .inputs button {
    background: #02b3e0;
  }

  .api-demo .inputs .input,
  .api-demo .inputs .input::placeholder,
  .domain-search-form-widget form.domain-search .inputs .input,
  .domain-search-form-widget form.domain-search .inputs .input::placeholder {
    font-size: 20px;
  }

  .domain-search-form-widget form.domain-search .inputs button:hover {
    background: #2e79b7;
  }

  .domain-search-form-widget form.domain-search .inputs button:active,
  .domain-search-form-widget form.domain-search .inputs button:focus {
    background: #012e53;
  }

  .page-id-1118 .domain-search-form-widget form.domain-search .inputs button:hover {
    background: #45d2f6;
  }

  .page-id-1118 .domain-search-form-widget form.domain-search .inputs button:active,
  .domain-search-form-widget form.domain-search .inputs button:focus {
    background: #0188b5;
  }
}

@media (max-width: 767px) {
  .api-demo .inputs .input,
  .api-demo .inputs .input::placeholder,
  .domain-search-form-widget form.domain-search .inputs .input,
  .domain-search-form-widget form.domain-search .inputs .input::placeholder {
    font-size: 20px;
  }

  .api-demo .inputs .input,
  .domain-search-form-widget form.domain-search .inputs .input {
    padding: 20px 15px;
    border: none;
    outline: none;
    color: #252525;
  }

  .api-demo .inputs button,
  .domain-search-form-widget form.domain-search .inputs button {
    min-width: 67px;
    background-position: center center;
  }

  .api-demo .inputs .input {
    border: 1px solid black;
  }
}

.elementor-accordion-title {
  text-decoration: none !important;
}

.elementor-accordion-item {
  border-bottom: 2px solid #cccccc !important;
}

.elementor-accordion-item:last-child {
  border-bottom: none !important;
}

/* Main menu */

@media (max-width: 767px) {
  .header-menu {
    display: none;
  }
}

.hamburger {
  margin-left: 15px;
  position: absolute;
  top: -50px;
  right: 15px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

.hamburger input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

.hamburger input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

.hamburger input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

.hamburger input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.hamburger input:checked ~ .mobile-menu-holder {
  transform: translateX(0);
}

.hamburger span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.hamburger span:first-child {
  transform-origin: 0 0;
}

.hamburger span:nth-last-child(2) {
  transform-origin: 0 100%;
}

.hamburger .mobile-menu-holder {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(100vw - 40px);
  background: white;
  transform-origin: 0 0;
  transform: translateX(100%) translateX(40px);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  padding: 55px 32px;
}

.hamburger .mobile-menu-holder:before {
  display: block;
  content: '';
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  width: 40px;
  background: rgba(0, 0, 0, 0.2);
}

.hamburger .mobile-menu-holder ul {
  list-style: none;
  padding: 0;
}

.hamburger .mobile-menu-holder ul li {
  display: block;
  margin: 0;
  padding: 0;
}

.hamburger .mobile-menu-holder ul li a {
  text-decoration: none;
  color: #00457d;
  font-size: 25px;
  line-height: 65px;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.hamburger .mobile-menu-holder .mobile-secondary-menu {
  padding-top: 40px;
}

.hamburger .mobile-menu-holder .mobile-secondary-menu ul li a {
  text-decoration: none;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: none;
}

header,
.sticky {
  position: sticky !important;
  top: 0 !important;
  border: none !important;
  background: white;
}

.btn-cols {
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}

.btn-cols .btn-col {
  width: 100%;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #00457d;
  text-decoration: none;
  padding: 14px;
  font-size: 23px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: -0.1px;
  color: white;
}

.btn-cols .btn-col:hover {
  background-color: #2e79b7 !important;
  color: white !important;
  text-decoration: none !important;
}

.btn-cols .btn-col:active,
.btn-cols .btn-col:focus {
  background-color: #00457d !important;
  color: white !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .btn-cols {
    flex-wrap: wrap;
  }

  .btn-cols .btn-col {
    font-size: 18px;
  }
}

#menu-footer-menu {
  margin-bottom: 0;
}

#menu-footer-menu .current_page_item {
  text-decoration: none;
}

#menu-footer-menu li {
  display: inline-block;
  margin-bottom: 0;
}

#menu-footer-menu li a {
  color: #252525;
  font-size: 17px;
  padding: 10px;
  text-decoration: none;
}

footer .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
  font-family: inherit !important;
}

footer .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title a {
  text-decoration: none !important;
}

footer .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
footer .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
  display: flex !important;
}

.jupiterx-widget.widget_nav_menu {
  margin-bottom: 0 !important;
}

.domain-categories .gallery-item {
  margin-bottom: 25px !important;
  cursor: pointer;
}

.domain-categories .gallery-item .gallery-icon {
  padding: 0 30px;
}

.domain-categories .gallery-item:not(.active) .hover,
.domain-categories .gallery-item.active .normal {
  display: none !important;
}

.domain-categories .gallery-item.active .hover,
.domain-categories .gallery-item:not(.active) .normal {
  display: block;
}

.domain-categories .gallery-item:not(.active) .gallery-icon {
  background: url(hexagon-small.png) no-repeat center;
  background-size: contain;
}

.domain-categories .gallery-item .gallery-caption {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.47;
  color: #000000;
}

.domain-category-list {
  font-size: 15px;
  /*line-height: 24px;*/
}

.domain-categories-mobile {
  display: none;
}

#domain-selector {
  width: 100%;
}

.domain-category-list-mobile {
  padding: 20px 0;
}

.domain-category-list-mobile .domain-category-item div {
  display: inline-block;
  width: 50%;
  padding: 5px 2px;
  vertical-align: top;
  font-size: 15px;
  color: #00457d;
}

@media (max-width: 767px) {
  .domain-categories-desktop {
    display: none;
  }

  .domain-categories-mobile {
    display: block;
    padding: 0 5px;
  }
}

#domain-extensions-selector {
  width: 400px;
}

#partner-solution-form select,
#domain-extensions-selector {
  padding: 10px;
  max-width: 100%;
  border: 1px solid black;
  -webkit-appearance: none;
  appearance: none;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAARCAYAAADdRIy+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAADFSURBVDhPrZQxDoQgEEVnEzyABZZ0tHZa2nIVI503sKZFvYNH4xIus8lmdQddWH3Jz09g5jdfeRRFsTrnIARjjCjLssOzPM8B5nle/e4tGoYBHaCua3KZKiEE+g4ylKJlWdA/aK3JUKyapkGncM7JcKTCTNMUGj5V27box6QU5D8T9CjIckjGGPTfdF1Hlr8lpUSPJ6KgNM4KUkqhp1NVFQnz/+1/YRt2gX3fXwvcFoQv0+vwKu+CrLX3BI7juJZlGREG8ASDqMZZn/gHEgAAAABJRU5ErkJggg==') no-repeat 98% 13px;
  outline: none;
  padding-right: 40px;
}

#partner-solution-form select,
#domain-extensions-selector,
#domain-extensions-selector option {
  color: black;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

#partner-solution-form select {
  /*background-position: 98% 10px;*/
}

.domain-extensions-item {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}

.domain-extensions-item div {
  display: inline-block;
  width: 32%;
  padding: 5px 2px;
  vertical-align: top;
  font-size: 15px;
}

.elementor-widget-raven-post-content {
  font-size: 17px;
  line-height: 1.47;
  color: #252525;
}

.elementor-widget-raven-post-content h1,
.elementor-widget-raven-post-content h2,
.elementor-widget-raven-post-content h3,
.elementor-widget-raven-post-content h4 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-family: 'Gotham SSm B', 'Gotham SSm A', Gotham, GothamPro, Helvetica, sans-serif;
  color: #252525;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.elementor-widget-raven-post-content h1 {
  font-size: 25px;
}

.elementor-widget-raven-post-content h2 {
  font-size: 23px;
}

.elementor-widget-raven-post-content h3 {
  font-size: 20px;
}

.elementor-widget-raven-post-content h4 {
  font-size: 18px;
}

.elementor-widget-raven-post-content img {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

@media (max-width: 767px) {
  .elementor-widget-raven-post-content {
  }
}

.news-sidebar {
  /*align-self: flex-start;*/
}

.news-list a,
.news-sidebar a {
  text-decoration: none !important;
}

.news-list .raven-post-meta:before {
  content: '';
  display: block;
  height: 2px;
  max-width: 325px;
  background: #efefef;
  margin-bottom: 20px;
}

.raven-post-inline-left {
  -ms-flex-align: center !important;
  align-items: center !important;
}

@media (min-width: 768px) {
  .news-list .raven-grid-item {
    position: relative;
  }

  .news-list .raven-grid-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    /*noinspection CssUnknownTarget*/
    background: url(/wp-content/uploads/2020/07/hexagon.png) no-repeat left center;
    background-size: contain;
    display: block;
    width: 250px;
    height: 250px;
    transform: translateY(-50%);
  }
}

.flex-grow {
  flex-grow: 10;
}

button:focus {
  outline: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.arrows-below {
  max-width: 410px;
}

.arrows-below figcaption {
  background: #f05c78;
  padding: 20px 40px;
}

.arrows-below .elementor-swiper-button-prev,
.arrows-below .elementor-swiper-button-next {
  bottom: 8px;
  top: unset;
}

.arrows-below .eicon-chevron-right {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSJ3aGl0ZSIgZD0iTTIxNi40NjQgMzYuNDY1bC03LjA3MSA3LjA3Yy00LjY4NiA0LjY4Ni00LjY4NiAxMi4yODQgMCAxNi45NzFMMzg3Ljg4NyAyMzlIMTJjLTYuNjI3IDAtMTIgNS4zNzMtMTIgMTJ2MTBjMCA2LjYyNyA1LjM3MyAxMiAxMiAxMmgzNzUuODg3TDIwOS4zOTMgNDUxLjQ5NGMtNC42ODYgNC42ODYtNC42ODYgMTIuMjg0IDAgMTYuOTcxbDcuMDcxIDcuMDdjNC42ODYgNC42ODYgMTIuMjg0IDQuNjg2IDE2Ljk3IDBsMjExLjA1MS0yMTEuMDVjNC42ODYtNC42ODYgNC42ODYtMTIuMjg0IDAtMTYuOTcxTDIzMy40MzQgMzYuNDY1Yy00LjY4Ni00LjY4Ny0xMi4yODQtNC42ODctMTYuOTcgMHoiIGNsYXNzPSIiPjwvcGF0aD48L3N2Zz4=') no-repeat center;
  background-size: contain;
}

.arrows-below .eicon-chevron-left {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSJ3aGl0ZSIgZD0iTTIzMS41MzYgNDc1LjUzNWw3LjA3MS03LjA3YzQuNjg2LTQuNjg2IDQuNjg2LTEyLjI4NCAwLTE2Ljk3MUw2MC4xMTMgMjczSDQzNmM2LjYyNyAwIDEyLTUuMzczIDEyLTEydi0xMGMwLTYuNjI3LTUuMzczLTEyLTEyLTEySDYwLjExM0wyMzguNjA3IDYwLjUwNmM0LjY4Ni00LjY4NiA0LjY4Ni0xMi4yODQgMC0xNi45NzFsLTcuMDcxLTcuMDdjLTQuNjg2LTQuNjg2LTEyLjI4NC00LjY4Ni0xNi45NyAwTDMuNTE1IDI0Ny41MTVjLTQuNjg2IDQuNjg2LTQuNjg2IDEyLjI4NCAwIDE2Ljk3MWwyMTEuMDUxIDIxMS4wNWM0LjY4NiA0LjY4NiAxMi4yODQgNC42ODYgMTYuOTctLjAwMXoiIGNsYXNzPSIiPjwvcGF0aD48L3N2Zz4=') no-repeat center;
  background-size: contain;
}

.arrows-below .eicon-chevron-right:before,
.arrows-below .eicon-chevron-left:before {
  visibility: hidden;
}

.elementor-widget-cb_slider,
.elementor-widget-cb_slider .elementor-widget-container,
.elementor-widget-cb_slider .cycle-wrapper,
.elementor-widget-cb_slider .cycle-slideshow,
.elementor-widget-cb_slider .elementor-widget-container {
  height: 100%;
}

.cycle-wrapper {
  overflow: hidden;
}

.elementor-widget-cb_cycle:not(.animated) .cycle-wrapper {
  display: none;
}

.cycle-wrapper .controls {
  position: absolute;
  bottom: 0;
  right: 1px;
  z-index: 99999;
  padding: 0 30px 30px;
  background: white;
}

.cycle-wrapper .prevControl,
.cycle-wrapper .nextControl {
  cursor: pointer;
}

.cycle-wrapper .caption {
  width: 60px;
  display: inline-block;
  text-align: center;
  font-size: 19px;
  vertical-align: middle;
}

.cycle-wrapper .cycle-slide .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.template-cycle-parent {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.template-cycle-parent:before,
.template-cycle-parent:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 50;
  pointer-events: none;
}

.template-cycle-parent:before {
  left: 0;
  background: linear-gradient(to right, white 0%, transparent 100%);
}

.template-cycle-parent:after {
  right: 0;
  background: linear-gradient(to left, white 0%, transparent 100%);
}

.template-cycle-parent .window,
.template-cycle-parent .window .cycle-slideshow {
  min-height: 320px;
}

.template-cycle-parent .window .cycle-slideshow .flex {
  min-height: 240px;
  margin: 10px 0;
}

.template-cycle-parent .window .cycle-slideshow .flex img {
  max-height: 150px;
}

.template-cycle-parent .window .slide {
  width: 370px;
  white-space: normal;
  text-align: center;
  padding: 0 20px;
}

.template-cycle-parent .cycle-slide .flex {
  transition: translate 0.3s ease-out;
  transform: scale(0.8);
  transform-origin: left center;
}

.template-cycle-parent .cycle-slide-active .flex {
  transform-origin: right center;
}

.template-cycle-parent .cycle-slide-active + .cycle-slide .flex {
  transform: none;
}

.template-cycle-parent .cycle-slide .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: white;
  box-shadow: 5px 5px 12px 3px rgba(0, 0, 0, 0.09);
  padding: 12px 20px;
}

.template-cycle-parent .controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.template-cycle-parent .prevControl,
.template-cycle-parent .nextControl {
  cursor: pointer;
  background: #f1f1f1;
  border-radius: 50%;
  padding: 6px;
  width: 38px;
  height: 38px;
  text-align: center;
}

@media (min-width: 768px) {
  .template-cycle-parent .window {
    /*min-height: 270px;*/
    width: calc(100% + 400px);
    margin-left: -200px;
  }

  .template-cycle-parent .window .slide {
    padding: 0 30px;
  }

  .template-cycle-parent .controls {
    width: calc(100% - 290px);
  }
}

@media (max-width: 767px) {
  .truename-slider .col {
    width: 100%;
    flex-basis: 100%;
  }
}

.slider-scrollbox {
  height: 200px;
  overflow: hidden;
}

.truename-slider .slider {
  position: relative;
}

.truename-slider .slider:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(to bottom, white 0%, transparent 50%, white 100%);
}

.slider-scrollbox ul,
.slider-scrollbox li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.template-sidebar-wrapper .fitter {
  overflow: hidden;
}

.template-sidebar-wrapper .element {
  position: relative;
  background: white;
}

.template-sidebar-wrapper .icon-holder img {
  position: absolute;
  left: 21%;
  top: 27%;
  width: 100px;
  height: 100px;
}

.template-sidebar-wrapper .title {
  position: absolute;
  left: 54%;
  right: 32%;
  top: 31%;
  z-index: 5;
  transform-origin: 0 0;
}

.hexagon-carousel {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.hexagon-carousel .cycle-slide {
  max-width: 380px;
  height: 285px;
  /*height: 60px;*/
}

@media (max-width: 1024px) {
  .hexagon-carousel .cycle-slide {
    max-width: calc(1025px / 3);
  }
}

@media (max-width: 767px) {
  .hexagon-carousel .cycle-slide {
    max-width: 100%;
  }
}

.hexagon-carousel .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

.hexagon-carousel .controls .caption {
  display: none !important;
}

.hexagon-carousel .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(hexagon-slide.svg) no-repeat center center;
  text-align: center;
  min-width: 271px;
  min-height: 285px;
  padding-left: 30px;
}

.hexagon-carousel .flex .body,
.hexagon-carousel .flex .footer {
  max-width: 271px;
}

.api-demo .form {
  margin-bottom: 30px;
}

.api-demo .result_text_second {
  margin-top: 20px;
  display: block;
}

.api-demo .api-demo-loading,
.api-demo .api-demo-error,
.api-demo .api-demo-results {
  display: none;
}

.api-demo .api-demo-results {
  margin-top: 50px;
}

.api-demo .api-demo-items {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.api-demo .api-demo-items li {
  list-style: none;
  margin-bottom: 15px;
}

.elementor-cycle .header,
.elementor-cycle .footer {
  display: flex;
}

.elementor-cycle .slide {
  width: 100%;
}

.elementor-cycle .slide .flex {
  flex-direction: row;
}

.elementor-widget-cb_partner_solution_radio {

}

.elementor-widget-cb_partner_solution_radio .flex {
  display: flex;
}

.elementor-widget-cb_partner_solution_radio .radio {
  min-width: 50px;
}

.elementor-widget-cb_partner_solution_radio .icon {
  min-width: 47px;
  margin-left: 20px;
}

.elementor-widget-cb_partner_solution_radio .radio input[type="radio"] {
  width: 30px;
  height: 30px;
}

#partner-solution-form fieldset {
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  justify-content: space-between;
}

#partner-solution-form fieldset > * {
  padding: 0 10px;
}

@media (max-width: 767px) {
  #partner-solution-form fieldset {
    flex-wrap: wrap;
  }
}

#partner-solution-form select,
#partner-solution-form input[type="text"],
#partner-solution-form input[type="url"],
#partner-solution-form input[type="tel"],
#partner-solution-form input[type="email"] {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #c1c1c1 !important;
}

#partner-solution-form .for-selection {
  font-size: 90%;
}

#partner-solution-form {
  z-index: 500000;
  position: relative;
}

#partner-solution-form fieldset {
  background: white;
}

#partner-solution-form fieldset .hs-i_m_interested_in {
  width: 100%;
}

#partner-solution-form fieldset .hs_website_terms_free_dn {
  text-transform: unset !important;
}

#partner-solution-form .hs-company_logo label span {
  display: none;
}

#partner-solution-form .hs-company_logo div.input {
  position: relative;
  overflow: hidden;
  width: 260px;
  height: 53px;
  border: 1px solid #c1c1c1;
}

#partner-solution-form .hs-company_logo div.input.filled:after {
  position: absolute;
  top: 15px;
  right: 10px;
  display: inline-block;
  content: '🗸';
}

#partner-solution-form .hs-company_logo div.input:before {
  content: 'UPLOAD YOUR LOGO';
  display: block;
  width: 260px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  pointer-events: none;
  font-size: 16px;
  font-weight: 700;
}

#partner-solution-form .hs-company_logo div.input input {
  font-size: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

#partner-solution-form-extensions-domains {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#partner-solution-form-extensions-domains:after {
  content: "";
  flex: auto;
}

#partner-solution-form-extensions-domains label {
  width: 33%;
}

#partner-solution-form-extensions-domains label input[type="radio"] {
  border-radius: 50%;
}

#partner-solution-form .hs-form-booleancheckbox-display input[type="checkbox"],
#partner-solution-form-extensions-domains label input[type="checkbox"],
#partner-solution-form-extensions-domains label input[type="radio"] {
  margin-right: 10px;
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: 1px solid #14487c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transform: translateY(5px);
  outline: none;
}

#partner-solution-form .hs-form-booleancheckbox-display input[type="checkbox"]:checked,
#partner-solution-form-extensions-domains label input[type="checkbox"]:checked,
#partner-solution-form-extensions-domains label input[type="radio"]:checked {
  background: #14487c;
}

#partner-solution-form .hs-form-booleancheckbox-display {
  display: flex;
}

#partner-solution-form .hs-form-booleancheckbox-display span {
  margin-left: 10px;
}

#partner-solution-form .inputs-list,
#partner-solution-form .inputs-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#partner-solution-form-extensions-domains {
  margin: 40px 0;
}

#partner-solution-form-extensions-domains label {
  margin: 10px 0 !important;
}

#partner-solution-form .hs-submit {
  text-align: center;
  margin-bottom: 60px;
}

#partner-solution-form-extensions-selected .selected {
  display: flex;
}

#partner-solution-form-extensions-selected .selected span {
  width: 50%;
  color: #14487c;
  font-weight: bold;
}

#partner-solution-form-extensions-selected .selected button {
  background: transparent;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  border: none;
}

#partner-solution-form-next,
#partner-solution-form .actions .hs-button {
  margin: 40px;
  width: auto;
  text-transform: uppercase;
  padding: 15px 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  #partner-solution-form-next,
  #partner-solution-form .actions .hs-button {
    padding: 10px 15px;
  }
}

#partner-solution-form label {
  color: black;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 35px 0px 5px 0px;
}

#partner-solution-form .hs-error-msgs {
  display: none !important;
  width: 0;
  overflow: hidden;
}

#partner-solution-form-thanks {
  max-width: 500px;
  margin: 40px auto;
  display: none;
}

#partner-solution-form-thanks .highlight {
  text-transform: uppercase;
  color: #1db4de;
  font-weight: bold;
}

#partner-solution-form-thanks p {
  font-size: 23px;
  font-weight: 500;
}
