.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
html, body{
	overflow-x: hidden !important;
}
html.hideScroll,body.hideScroll{overflow:hidden;}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
  font-size: 16px;
	font-family: 'Zoho_Puvi_Regular';
	color:#000;
}
 section *,.popup-testi-vdo *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none!important;
	color: #4CA9F5;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-family: 'Zoho_Puvi_Medium';
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height:auto;
}
h2{
	font-size: 1.8em;
	margin:0 0 25px;
	line-height:1.4;
	font-family:"Zoho_Puvi_SemiBold";
}
h3{
	margin:0;
}
p {
	margin: 0 0 25px;
    line-height: 1.6;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-blue
{
	color: #243A5D;
}
.text-light {
	color: #fff!important;
}
.text-dark {
	color: #000!important;
}
.top-margin {
	margin-top: 25px!important;
}
.bottom-margin {
	margin-bottom: 25px!important;
}
.space-large {
	height: 50px;
}
.space-medium {
	height: 25px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
ol,
ul {
	margin-top: 0;
	margin-bottom:0;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-family: 'Zoho_Puvi_SemiBold';
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -10px;
	margin-left: -10px;
}
.container,.containermid{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
	position: relative
}
.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.cols-2 {
	width: 16.6%;
}
.cols-25 {
	width: 20%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-6 {
	width: 50%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
.cols-center
{
	    margin: 0 auto;
    float: none;
}
@media (max-width: 992px) {
  .cols-md-12 {
    width: 100%;
  }
  .cols-md-11 {
    width: 91.66666667%;
  }
  .cols-md-10 {
    width: 83.33333333%;
  }
  .cols-md-9 {
    width: 75%;
  }
  .cols-md-8 {
    width: 66.66666667%;
  }
  .cols-md-7 {
    width: 58.33333333%;
  }
  .cols-md-6 {
    width: 50%;
  }
  .cols-md-5 {
    width: 41.66666667%;
  }
  .cols-md-4 {
    width: 33.33333333%;
  }
  .cols-md-3 {
    width: 25%;
  }
  .cols-md-2 {
    width: 16.66666667%;
  }
  .cols-md-1 {
    width: 8.33333333%;
  }
  .md-hidden {
    display: none;
  }
  .md-center {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .cols-sd-12 {
    width: 100%;
  }
  .cols-sd-11 {
    width: 91.66666667%;
  }
  .cols-sd-10 {
    width: 83.33333333%;
  }
  .cols-sd-9 {
    width: 75%;
  }
  .cols-sd-8 {
    width: 66.66666667%;
  }
  .cols-sd-7 {
    width: 58.33333333%;
  }
  .cols-sd-6 {
    width: 50%;
  }
  .cols-sd-5 {
    width: 41.66666667%;
  }
  .cols-sd-4 {
    width: 33.33333333%;
  }
  .cols-sd-3 {
    width: 25%;
  }
  .cols-sd-2 {
    width: 16.66666667%;
  }
  .cols-sd-1 {
    width: 8.33333333%;
  }
  .sd-hidden {
    display: none;
  }
  .sd-center {
    text-align: center;
  }
}
body,html{
  padding:0;
  margin:0;
}

section{
    padding: 80px 0;
}
.oem-program-hero,
.alliance-program-hero {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.oem-hero,
.alliance-hero {
  background-color: #0f42b9;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center;
  background-size: 100% auto, 100% 100%;
  color: #fff;
}
.oem-hero {
  background-image: url("../images/oem-banner.svg"), linear-gradient(180deg, #0f42b9 55%, #051f65 160%);
}
.alliance-hero {
  background-image: url("../images/alliance-banner.svg"), linear-gradient(180deg, #0f42b9 55%, #051f65 160%);
}

.oem-hero::before, .oem-hero::after,
.alliance-hero::before, .alliance-hero::after {
  content: none;
}

.oem-hero-content,
.alliance-hero-content {
  position: relative;
  z-index: 1;
}

.oem-hero-eyebrow,
.alliance-hero-eyebrow {
  margin: 0;
  color: #ffca00;
  font-size: 0.9em;
  letter-spacing: .16em;
  text-transform: capitalize;
}

.oem-hero h1,
.alliance-hero h1 {
  margin: 3px 0 16px;
  color: #fff;
  font-family: 'Zoho_Puvi_Bold';
  font-size: 5.2em;
  line-height: 1;
}

.alliance-hero-h1-accent {
  font-style: italic;
  color: #ffca00;
}

.oem-hero-description,
.alliance-hero-description {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, .9);
  line-height: 1.55;
}
.alliance-hero-description{
      margin: 0 0 50px;
}
.oem-hero-button,
.alliance-hero-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  min-height: 40px;
  border-radius: 8px;
  border: 1.5px solid #de002b;
  background: #de002b !important;
  color: #fff !important;
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: background 160ms ease-out, color 160ms ease-out, border-color 160ms ease-out, box-shadow 160ms ease-out, transform 80ms ease-out;
  user-select: none;
}

.oem-hero-button svg,
.alliance-hero-button svg {
  flex-shrink: 0;
}

.oem-hero-button:hover,
.alliance-hero-button:hover {
  background: #c30024 !important;
  border-color: #c30024;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.06);
}

.oem-why-section,
.alliance-why-section {
  background: #fff;
}

.oem-why-heading,
.alliance-why-heading {
  margin: 0 0 19px;
  color: #1f223a;
  line-height: 1;
}

.oem-why-heading-top, .oem-why-heading-main,
.alliance-why-heading-top, .alliance-why-heading-main {
  display: block;
}

.oem-why-heading-top,
.alliance-why-heading-top {
  font-family: 'Zoho_Puvi_Regular';
  font-size: 0.9em;
  line-height: 1.2;
  margin-bottom: 2px;
}

.oem-why-heading-main,
.alliance-why-heading-main {
  font-family: 'Zoho_Puvi_Bold';
  font-size: 1.6em;
  line-height: 1;
}

.oem-why-grid,
.alliance-why-grid {
  --oem-why-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--oem-why-gap);
}

.oem-why-card,
.alliance-why-card {
  width: calc((100% - (var(--oem-why-gap) * 2)) / 3);
  flex: 0 0 calc((100% - (var(--oem-why-gap) * 2)) / 3);
  max-width: calc((100% - (var(--oem-why-gap) * 2)) / 3);
  border: 1px solid #4f90ff;
  border-radius: 7px;
  padding: 26px;
  text-align: left;
}

.oem-why-icon,
.alliance-why-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  background-image: url("../images/oem-partner-sprite.svg"), linear-gradient(110deg, #0e62fd 4%, #069bc2 37%, #01bf9d 61%, #00cd8f 74%);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 200px auto, 100% 100%;
}
.alliance-why-icon{
      background-image: url("../images/alliance-partner-sprite.svg"), linear-gradient(110deg, #0e62fd 4%, #069bc2 37%, #01bf9d 61%, #00cd8f 74%);
}
.oem-why-icon.icon-market    { background-position: 11px center, center; }
.oem-why-icon.icon-deals     { background-position: -31px 9px, center; }
.oem-why-icon.icon-own       { background-position: -76px center, center; }
.oem-why-icon.icon-flexible  { background-position: -116px center, center; }
.oem-why-icon.icon-solutions { background-position: -162px center, center; }

.alliance-why-icon.icon-certified ,.alliance-why-icon.icon-equity,.alliance-why-icon.icon-together{ background-size: 230px auto, 100% 100%;}
.alliance-why-icon.icon-growth    { background-position: 10px 10px, center; }
.alliance-why-icon.icon-certified   { background-position: -37px center, center;}
.alliance-why-icon.icon-revenue   { background-position: -74px center, center; }
.alliance-why-icon.icon-equity    { background-position: -137px center, center;}
.alliance-why-icon.icon-together { background-position: -188px 13px, center; }

.oem-why-card h3,
.alliance-why-card h3 {
  margin: 15px 0 7px;
  color: #2a2d45;
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 1.2em;
  line-height: 1.25;
}

.oem-why-card p,
.alliance-why-card p {
  margin: 0;
  color: #667086;
  line-height: 1.48;
}

.oem-look-section,
.alliance-look-section {
  background: #050505;
  color: #fff;
  text-align: center;
}

.oem-look-heading,
.alliance-look-heading {
  margin: 0;
  color: #fff;
  font-family: 'Zoho_Puvi_Bold';
  font-size: 1.9em;
  line-height: 1.25;
}

.oem-look-subheading,
.alliance-look-subheading {
  margin: 16px 0 42px;
  color: rgba(255, 255, 255, .88);
  font-size: 1.1em;
}

.oem-look-grid,
.alliance-look-grid {
  --oem-look-number-size: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 46px;
}

.oem-look-item,
.alliance-look-item {
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.oem-look-item:not(:last-child)::after,
.alliance-look-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: calc(var(--oem-look-number-size) / 2);
  transform: translateY(-50%);
  left: calc(50% + var(--oem-look-number-size) / 2);
  right: calc(-50% + var(--oem-look-number-size) / 2);
  height: 1px;
  background: rgba(255, 255, 255, .32);
  margin: 0 10px;
}

.oem-look-number,
.alliance-look-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--oem-look-number-size);
  height: var(--oem-look-number-size);
  border-radius: 12px;
  background: #155DFC;
  color: #fff;
  font-family: 'Zoho_Puvi_Bold';
  font-size: 1.2rem;
  letter-spacing: .02em;
  position: relative;
  z-index: 1;
}

.oem-look-item p,
.alliance-look-item p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 1.1em;
  line-height: 1.45;
  padding: 0 25px;
}

/* Responsive block: descending breakpoints */
@media (max-width: 1300px) {
.container {
  width: 90%;
}
}
@media screen and (max-width: 1025px) {
    #commonHeader {
        min-height: 0;
        height: 62px !important;
    }
}
@media (max-width: 992px) {
  .oem-hero h1,
  .alliance-hero h1 {
    font-size: 4em;
  }

  .oem-why-card,
  .alliance-why-card {
    width: calc((100% - var(--oem-why-gap)) / 2);
    flex: 0 0 calc((100% - var(--oem-why-gap)) / 2);
    max-width: calc((100% - var(--oem-why-gap)) / 2);
  }

  .oem-look-grid,
  .alliance-look-grid {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 50px;
  }

  .oem-look-item,
  .alliance-look-item {
    flex: 0 0 auto;
    width: 100%;
  }

  .oem-look-item:not(:last-child)::after,
  .alliance-look-item:not(:last-child)::after {
    display: none;
  }

  .oem-look-item p,
  .alliance-look-item p {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  .oem-look-item p,
  .alliance-look-item p {
    max-width: 100%;
  }
}

@media (max-width: 650px) {
  .oem-hero h1,
  .alliance-hero h1 {
    font-size: 3em;
  }

  .oem-hero-description-break,
  .alliance-hero-description-break {
    display: none;
  }

  .oem-hero-description,
  .alliance-hero-description {
    padding: 0 15px;
  }

  .oem-hero-button,
  .alliance-hero-button {
    font-size: 13px;
  }

  .oem-why-card,
  .alliance-why-card {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .oem-look-heading,
  .alliance-look-heading {
    font-size: 1.6em;
  }

  .oem-look-subheading, .oem-look-item p,
  .alliance-look-subheading, .alliance-look-item p {
    font-size: 1em;
  }
}

@media (max-width: 450px) {
  .oem-hero-description br,
  .alliance-hero-description br {
    display: none;
  }
}

@keyframes oem-fade-up {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}

.oem-hero-eyebrow,
.alliance-hero-eyebrow,
.oem-hero h1,
.alliance-hero h1,
.oem-hero-description,
.alliance-hero-description,
.oem-hero .oem-hero-button,
.alliance-hero .alliance-hero-button,
.oem-why-heading,
.alliance-why-heading,
.oem-why-card,
.alliance-why-card,
.oem-look-heading,
.alliance-look-heading,
.oem-look-subheading,
.alliance-look-subheading,
.oem-look-item,
.alliance-look-item,
.oem-look-section .oem-hero-button,
.alliance-look-section .alliance-hero-button {
  animation: oem-fade-up .7s cubic-bezier(.16,1,.3,1) both;
  animation-play-state: paused;
}

.oem-is-visible {
  animation-play-state: running !important;
}

@media (prefers-reduced-motion: reduce) {
  .oem-hero-eyebrow,
  .alliance-hero-eyebrow,
  .oem-hero h1,
  .alliance-hero h1,
  .oem-hero-description,
  .alliance-hero-description,
  .oem-hero .oem-hero-button,
  .alliance-hero .alliance-hero-button,
  .oem-why-heading,
  .alliance-why-heading,
  .oem-why-card,
  .alliance-why-card,
  .oem-look-heading,
  .alliance-look-heading,
  .oem-look-subheading,
  .alliance-look-subheading,
  .oem-look-item,
  .alliance-look-item,
  .oem-look-section .oem-hero-button,
  .alliance-look-section .alliance-hero-button {
    animation: none;
  }
}

/* Partner signup popup */
.partner-popup-bg {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  display: none;
  background: rgba(0, 0, 0, .8);
}

.partner-popup-bg * { box-sizing: border-box; }

.partner-popup.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000000;
  display: none;
  width: 800px;
  max-width: 95%;
  max-height: 90vh;
  padding: 35px;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px #00000042;
  transform: translate(-50%, -50%);
}

.popup-content { max-height: 90vh; overflow: auto; }
.popup-content form { width: 100%; margin: 0 auto; }
.popup-title { margin: 0 0 15px; color: #ef1042; font-size: 1.4em; text-align: center; }

.partner-popup .close {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 2;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  background: #0f42b9;
  border-radius: 50%;
}

.partner-popup .close:hover { background: #00227e; }
.partner-popup .contact-dp { display: inline-block; width: 100%; margin: 0 0 15px; color: #ef1042; font-size: 1.2em; text-align: left; }

.partner-popup .form-control {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  margin-bottom: 20px;
  color: #555;
  font-size: 12px;
  line-height: 1.42857143;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  transition: border 1.5s ease;
}

.partner-popup .left-field { float: left; width: 48%; margin-right: 2%; }
.partner-popup .left-field.state-province.rightmove { margin: 0 0 0 2%; }
.partner-popup .right-field { float: left; width: 48%; margin-left: 2%; }
.partner-popup .form-comments { display: inline-block; height: 85px; margin-bottom: 10px; }
.partner-popup .rowfullwidth { display: inline-block; width: 100%; }
.partner-popup .form-control *,
.partner-popup .form-control::before,
.partner-popup .form-control::after { box-sizing: inherit; }
.partner-popup .form-control * { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.partner-popup .form-control::before,
.partner-popup .form-control::after { position: absolute; z-index: 1; width: 0; height: 0; content: ''; border: 2px solid transparent; border-radius: 5px; pointer-events: none; }
.partner-popup .form-control::before { top: 0; left: 0; }
.partner-popup .form-control::after { right: 0; bottom: 0; }

.partner-popup .form-control .label {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 8;
  color: #555;
  font-size: 1.2em;
  opacity: .5;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all .3s ease;
}

.partner-popup .form-comments .label { top: 35%; }
.partner-popup .form-control input,
.partner-popup .form-control select,
.partner-popup .form-control textarea {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  color: #555;
  font-size: 1.4em;
  background: transparent;
  border: 0;
  outline: 0;
  opacity: .5;
  resize: none;
}

.partner-popup .form-control textarea { font-family: 'Zoho_Puvi_Regular'; }

.partner-popup .form-control.active-row { border-color: #fff; }
.partner-popup .form-control.active-row::before { width: 100%; height: 100%; border-top-color: #0f42b9; border-right-color: #0f42b9; transition: width .15s ease-out, height .15s ease-out .15s; }
.partner-popup .form-control.active-row::after { width: 100%; height: 100%; border-bottom-color: #0f42b9; border-left-color: #0f42b9; transition: border-color 0s ease-out .3s, width .15s ease-out .3s, height .15s ease-out .45s; }
.partner-popup .form-control.active-row .label { top: 0; left: 15px; padding: 0 6px; font-size: 1em; background: #fff; opacity: 1; }
.partner-popup .form_dropdown.uscountry { height: auto; }
.partner-popup .form_dropdown.uscountry select#contact_country { height: 60px; border-bottom: 1px solid #f2f2f2; }
.partner-popup .form_dropdown.uscountry #country_state,
.partner-popup .form_dropdown.uscountry #ukcountry_region { height: 60px; }
.partner-popup .form_dropdown.uscountry > label.label { opacity: 0; }
.partner-popup .form_dropdown.uscountry .state-label { z-index: 10; }
.partner-popup .form-control .error { position: absolute; bottom: -8px; left: 30px; z-index: 8; display: none; padding: 5px; color: red; font-size: 1em; line-height: .5; background: #fff; opacity: 1; transition: all .3s ease; }
.partner-popup .privacy-policy { display: inline-block; width: 100%; margin: 12px 0 0; color: #9da3ab; font-size: 14px; line-height: 1.6; }
.partner-popup .privacy-policy a { color: #0f42b9; }
.partner-popup .btn-box { margin-bottom: 40px; text-align: center; }
.partner-popup .btn-box button { display: inline-block; padding: 15px 40px; margin: 20px 0; color: #fff; font-size: 1.2em; font-weight: 500; text-transform: uppercase; cursor: pointer; background: #0f42b9; border: 0; border-radius: 5px; outline: 0; }
.partner-popup .btn-box button:hover { background: #00227e; }

.partner-success-msg { position: fixed; inset: 0; z-index: 10000001; display: none; background: rgba(2, 8, 24, .58); }
.partner-success-msg .success-msg-container { position: absolute; top: 50%; left: 50%; width: min(500px, calc(100% - 30px)); padding: 90px 52px 52px; overflow: visible; color: #fff; text-align: center; background: linear-gradient(180deg, #051f65, #0f42b9); border-radius: 18px; box-shadow: 0 26px 60px rgba(0, 0, 0, .45); transform: translate(-50%, -50%); }
.partner-success-msg .success-msg-container::before { position: absolute; top: -58px; left: 50%; width: 106px; height: 106px; content: ''; background: radial-gradient(circle at 30% 25%, #1b8ef0, #0d53bf 70%); border: 5px solid #083190; border-radius: 50%; box-shadow: 0 8px 0 #04286e; transform: translateX(-50%); }
.partner-success-msg .success-msg-icon { position: absolute; top: -58px; left: 50%; z-index: 1; display: flex; align-items: center; justify-content: center; width: 106px; height: 106px; transform: translateX(-50%); }
.partner-success-msg .success-msg-close { position: absolute; top: 20px; right: 26px; padding: 0; color: rgba(255, 255, 255, .75); font-family: 'Zoho_Puvi_Regular'; font-size: 1em; line-height: 1; cursor: pointer; background: transparent; border: 0; }
.partner-success-msg .success-msg-title { margin: 0 0 28px; color: #fff; font-family: 'Zoho_Puvi_Bold'; font-size: 1.3em; line-height: 1.2; }
.partner-success-msg .success-msg-container p { margin: 0; padding: 34px 24px; color: #fff; font-size: 1.2em; line-height: 1.35; background: #0055e5; border-radius: 12px; }

@media (max-width: 650px) {
  .partner-popup.popup { padding: 35px 20px; }
  .partner-popup .left-field,
  .partner-popup .right-field { float: none; width: 100%; margin-right: 0; margin-left: 0; }
  .partner-popup .left-field.state-province.rightmove { margin: 0 0 20px; }
}

@media (max-width: 768px) {
  .partner-success-msg .success-msg-container { padding: 70px 28px 28px; border-radius: 14px; }
  .partner-success-msg .success-msg-title { margin-bottom: 18px; font-size: 1.55em; }
}