.font-base {
  font-family: 'Arial', sans-serif;
}
.font-bold {
  font-weight: bold;
}
.font-no-bold {
  font-weight: normal;
}
.shadow {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.icon {
  vertical-align: middle;
}
.icon-semi-small {
  height: 8px;
  width: 8px;
}
.icon-small {
  height: 12px;
  width: 12px;
}
.icon-extra-small {
  height: 16px;
  width: 16px;
}
.icon-semi-medium {
  height: 20px;
  width: 20px;
}
.icon-medium {
  height: 24px;
  width: 24px;
}
.icon-extra-medium {
  height: 28px;
  width: 28px;
}
.icon-semi-big {
  height: 32px;
  width: 32px;
}
.icon-big {
  height: 36px;
  width: 36px;
}
.icon-extra-big {
  height: 48px;
  width: 48px;
}
.icon-semi-giant {
  height: 56px;
  width: 56px;
}
.icon-giant {
  height: 60px;
  width: 60px;
}
.icon-extra-giant {
  height: 64px;
  width: 64px;
}
.icon-gray {
  fill: #999999;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1008px;
  }
}
.pixel-track {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -2;
}
html {
  line-height: 1.42857143;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 1.8em;
  line-height: 1.07;
  margin: 0;
}
h2 {
  margin: 0.5em 0 0.8em 0;
}
figcaption,
figure {
  display: block;
}
figure {
  margin: 0 0;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
input {
  font-size: 100%;
  line-height: 1.42857143;
  margin: 0;
  overflow: visible;
}
menu {
  display: block;
}
canvas {
  display: inline-block;
}
ol,
ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
}
body {
  font-size: 17px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f5f5f5;
  font-family: 'Arial', sans-serif;
}
a {
  color: #204369;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #3268a4;
  text-decoration: underline;
  outline: none;
}
a:focus {
  outline: none;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive-pic {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.hide {
  display: none;
}
@-webkit-keyframes loginLoader {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loginLoader {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.readmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: calc(100% + 20px);
  padding: 55px 18px 55px 18px;
  background: #ffffff;
  margin-left: -10px;
  margin-top: 55px;
  -webkit-box-shadow: 0 0 55px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 55px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .readmore {
    padding: 55px 68px 55px 68px;
  }
}
.readmore:before {
  content: "";
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 13px solid #EB0055;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .readmore:before {
    border-left: 261px solid transparent;
    border-right: 261px solid transparent;
  }
}
.readmore .readmore-logo {
  width: 38px;
  height: 38px;
  background: #EB0055;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  border-radius: 3px;
}
.readmore .readmore-logo svg {
  height: 22px;
  width: 30px;
  fill: #fff;
}
.readmore .readmore-title {
  font-size: 19px;
  line-height: 25px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.readmore .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 30px 0;
}
.readmore .form .form-group-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 10px 0;
}
.readmore .form .form-group-wrapper.form-group-wrapper-mb {
  margin: 0 0 20px 0;
}
.readmore .form .form-group-wrapper .label {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 2px 0;
}
.readmore .form .form-group-wrapper .label .label-span {
  font-size: 11px;
  font-weight: normal;
}
.readmore .form .form-group-wrapper .hide-why-text {
  margin: 5px 0 10px 0;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}
.readmore .form .form-group-wrapper .input {
  border: 1px solid #DDDDDD;
  background: #ffffff;
  color: #000000;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  padding: 11px 10px 11px 10px;
  border-radius: 2px;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.readmore .form .form-group-wrapper .input-cell.flag {
  padding: 11px 10px 11px 100px;
}
@media screen and (max-width: 374px) {
  .readmore .form .form-group-wrapper .input-cell.flag {
    padding-left: 80px;
  }
}
@media screen and (min-width: 768px) {
  .readmore .form .form-group-wrapper .input-cell.flag {
    padding-left: 115px;
  }
}
.readmore .form .form-group-wrapper .error-message {
  font-size: 12px;
  line-height: 14px;
  color: #f01414;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.readmore .form .form-group-wrapper .box-input-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.readmore .form .form-group-wrapper .box-input-date input {
  width: 31%;
}
.readmore .form .form-group-wrapper .box-input-date input::-webkit-outer-spin-button,
.readmore .form .form-group-wrapper .box-input-date input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.readmore .form .form-group-wrapper .box-input-date input[type=number] {
  -moz-appearance: textfield;
}
.readmore .form .form-group-two-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.readmore .form .form-group-two-column .form-group-wrapper {
  max-width: calc(50% - 7px);
  min-width: calc(50% - 7px);
}
.readmore .form .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EB0055;
  border-radius: 2px;
  height: 43px;
  font-weight: bold;
  color: #ffffff;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  font-size: 17px;
  line-height: 21px;
  padding: 0;
  outline: 0;
  cursor: pointer;
}
.readmore .form .button .login-button-loader {
  -webkit-animation: 750ms linear infinite loginLoader;
          animation: 750ms linear infinite loginLoader;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  fill: #ffffff;
}
.readmore .divider {
  position: relative;
  text-align: center;
  margin: 0 0 30px 0;
}
.readmore .divider .divider-text {
  font-size: 11px;
  line-height: 12px;
  padding: 5px;
  background: #ffffff;
  color: #888888;
  position: relative;
}
.readmore .divider:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #888888;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.readmore .social-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 35px 0;
}
.readmore .social-btn button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  border: 1px solid #888888;
  width: 100%;
  height: 44px;
  margin: 0 0 10px 0;
  padding: 0;
  background: #fff;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.readmore .social-btn button .login-button-loader {
  -webkit-animation: 750ms linear infinite loginLoader;
          animation: 750ms linear infinite loginLoader;
  fill: #888888;
  width: 16px;
  height: 16px;
}
.readmore .social-btn button:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.readmore .social-btn button:hover,
.readmore .social-btn button:focus {
  text-decoration: none;
  border: 1px solid #444444;
}
.readmore .social-btn button .login-social-icon {
  margin: 0 15px 0 0;
}
.readmore .social-btn button .login-facebook-icon {
  margin: 0 15px 0 0;
}
.readmore .social-btn button .login-facebook-icon path {
  fill: #4367B2;
}
.readmore .social-btn button .login-facebook-text,
.readmore .social-btn button .login-social-text {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  font-weight: bold;
}
.readmore .login-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 20px;
  font-size: 17px;
  color: #000000;
}
.readmore .login-info .login-info-text {
  margin: 0 0 15px 0;
}
.readmore .login-info .login-info-ul {
  padding: 0 0 0 17px;
}
.readmore .login-info .login-info-ul li {
  margin: 0 0 10px 0;
}
.readmore .login-info.summary-info {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333333;
  margin: 0 auto 25px;
}
.readmore .login-info.summary-info .login-info-text {
  font-weight: bold;
}
.readmore .navigation {
  font-size: 13px;
  line-height: 15px;
  text-align: center;
}
.readmore .login-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-size: 13px;
  line-height: 17px;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  margin: 0 auto 20px;
}
.readmore .login-checkbox.glo-hyper-checkbox {
  background: #F1F8FF;
}
.readmore .login-checkbox .login-checkbox-input {
  display: none;
}
.readmore .login-checkbox .login-checkbox-input:not(:checked) + label .fake-checkbox,
.readmore .login-checkbox .login-checkbox-input:checked + label .fake-checkbox {
  background: #ffffff;
  border: 1px solid #999;
  border-radius: 2px;
  height: 25px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 25px;
}
.readmore .login-checkbox .login-checkbox-input:not(:checked) + label .fake-tick {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.readmore .login-checkbox .login-checkbox-input:not(:checked) + label .fake-tick,
.readmore .login-checkbox .login-checkbox-input:checked + label .fake-tick {
  color: #444;
  left: 1px;
  position: absolute;
  top: 1px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 21px;
  height: 21px;
}
.readmore .login-checkbox .login-checkbox-input:not(:checked) + label,
.readmore .login-checkbox .login-checkbox-input:checked + label {
  cursor: pointer;
  padding: 0 0 0 40px;
  position: relative;
}
.readmore .login-checkbox a {
  color: #204369;
}
.readmore .login-checkbox .hide-mobile {
  display: none;
}
@media screen and (min-width: 1024px) {
  .readmore .login-checkbox .hide-desktop {
    display: none;
  }
  .readmore .login-checkbox .hide-mobile {
    display: inline;
  }
}
.readmore .optional-check {
  position: relative;
  background: #FAFAFA;
  padding: 40px 0 1px 0;
  margin: 10px 0 20px 0;
  max-width: 1024px;
}
@media screen and (min-width: 1024px) {
  .readmore .optional-check {
    padding: 20px 0 1px 0;
    margin: 10px 0 0 0;
  }
  .readmore .optional-check.optional-check-last {
    margin: 0 0 20px 0;
    padding: 0 0 1px 0;
  }
}
.readmore .optional-check .optional-check-close {
  position: absolute;
  top: 10px;
  width: 20px;
  height: 20px;
  right: 0;
}
.readmore .optional-check:before {
  content: "";
  position: absolute;
  top: 0;
  width: 3000px;
  background: #fafafa;
  height: 100%;
  left: 100%;
  bottom: 0;
  z-index: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
@media screen and (min-width: 1024px) {
  .readmore .optional-check:before {
    width: 18px;
  }
}
.readmore .optional-check:after {
  content: "";
  position: absolute;
  top: 0;
  width: 3000px;
  background: #fafafa;
  height: 100%;
  right: 100%;
  bottom: 0;
  z-index: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
@media screen and (min-width: 1024px) {
  .readmore .optional-check:after {
    width: 18px;
  }
}
.readmore .optional-check .login-checkbox {
  border: none;
  padding: 0;
  font-size: 10px;
  line-height: 13px;
}
.readmore .optional-check .login-checkbox .login-checkbox-input:not(:checked) + label,
.readmore .optional-check .login-checkbox .login-checkbox-input:checked + label {
  padding: 0 0 0 20px;
}
.readmore .optional-check .login-checkbox .login-checkbox-input:not(:checked) + label .fake-checkbox,
.readmore .optional-check .login-checkbox .login-checkbox-input:checked + label .fake-checkbox {
  width: 13px;
  height: 13px;
  top: 0;
}
.readmore .optional-check .login-checkbox .login-checkbox-input:not(:checked) + label .fake-tick,
.readmore .optional-check .login-checkbox .login-checkbox-input:checked + label .fake-tick {
  width: 9px;
  height: 9px;
}
.readmore .first-privacy-error {
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
  color: #F01414;
  margin: 5px 0 0 0;
  padding: 0 0 0 40px;
}
.readmore .second-privacy-error {
  font-size: 10px;
  line-height: 11px;
  font-weight: bold;
  color: #F01414;
  margin: 5px 0 0 0;
  padding: 0 0 0 20px;
}
.readmore .div-accept-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background: #204369;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  border-radius: 2px;
  height: 35px;
  width: 100%;
}
.readmore .thitd-party-list {
  padding: 0 0 20px 20px;
  font-size: 10px;
  line-height: 13px;
}
.readmore .thitd-party-list .thitd-party-list-title {
  font-weight: bold;
}
.readmore .collapse .show {
  display: none;
}
.readmore .collapse .hide {
  display: inline;
}
.readmore .thanks-title {
  font-size: 21px;
  line-height: 24px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.readmore .thanks-text {
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 30px 0;
}
.readmore .fake-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EB0055;
  border-radius: 2px;
  height: 43px;
  font-weight: bold;
  color: #ffffff;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  font-size: 17px;
  line-height: 21px;
  padding: 0;
  outline: 0;
  cursor: pointer;
}
.readmore .fake-form-btn .login-button-loader {
  -webkit-animation: 750ms linear infinite loginLoader;
          animation: 750ms linear infinite loginLoader;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  fill: #ffffff;
}
.readmore .fake-form-btn a {
  color: #ffffff;
}
.readmore .fake-form-btn.paywall {
  margin-bottom: 32px;
}
.readmore a {
  text-decoration: none;
  cursor: pointer;
  color: #204369;
}
.readmore .sms-body input {
  padding: 11px 10px 11px 100px!important;
}
@media screen and (max-width: 374px) {
  .readmore .sms-body input {
    padding-left: 80px!important;
  }
}
@media screen and (min-width: 768px) {
  .readmore .sms-body input {
    padding-left: 115px!important;
  }
}
.readmore .sms-body .react-custom-flag-select__select__options-container___1TPJG > div {
  height: 189px!important;
}
.form-group-container.desktop-btn .comparator-form-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border-radius: 2px;
  font-weight: bold;
  color: #aaaaaa;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  font-size: 17px;
  line-height: 21px;
  padding: 0;
  outline: 0;
  cursor: pointer;
  margin: 0 auto 20px;
}
.form-group-container.desktop-btn .comparator-form-button svg {
  -webkit-animation: 750ms linear infinite loginLoader;
          animation: 750ms linear infinite loginLoader;
}
.box-readmore .box-content-article-body {
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  width: calc(100% - 20px);
}
.box-readmore > .adv-box-content {
  display: none;
}
@media screen and (max-width: 1023px) {
  .box-privacy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-privacy .box-privacy-uno {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .box-privacy .box-privacy-due {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.readmore.readmore-popup {
  max-width: 522px;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 20px;
  margin: 0 auto 20px;
}
.readmore.readmore-popup:before {
  border-left: 261px solid transparent;
  border-right: 261px solid transparent;
}
@media screen and (max-width: 530px) {
  .readmore.readmore-popup:before {
    border-left: 47vw solid transparent;
    border-right: 47vw solid transparent;
    left: 1vw;
  }
}
.readmore.readmore-popup:after {
  display: none;
}
.readmore.readmore-popup .optional-check:after,
.readmore.readmore-popup .optional-check:before {
  width: 18px;
}
@media screen and (min-width: 1024px) {
  .readmore.readmore-popup .optional-check:after,
  .readmore.readmore-popup .optional-check:before {
    width: 68px;
  }
}
.react-tel-input {
  position: relative;
}
.react-tel-input .input {
  width: 100%;
  padding-left: 100px;
}
.react-tel-input .input.no-flag {
  padding-left: 20px;
}
@media screen and (max-width: 374px) {
  .react-tel-input .input {
    padding-left: 80px;
  }
}
@media screen and (min-width: 768px) {
  .react-tel-input .input {
    padding-left: 115px;
  }
}
.react-tel-input .flag-dropdown {
  left: 10px;
}
@media screen and (max-width: 374px) {
  .react-tel-input .flag-dropdown {
    left: 0;
  }
}
.react-tel-input .react-custom-flag-select__ellipsis___1ZnQ3 {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.react-tel-input .react-custom-flag-select__select__button___15AP2 {
  width: 100%;
  display: inline-block;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: visible;
}
.react-tel-input .react-custom-flag-select__select__button___15AP2:focus {
  border: none;
  outline: none;
}
.react-tel-input .react-custom-flag-select__select__wrapper___1R93I.react-custom-flag-select__disabled___2j0z7,
.react-tel-input .react-custom-flag-select__select__wrapper___1R93I.react-custom-flag-select__disabled___2j0z7 div {
  cursor: not-allowed;
}
.react-tel-input .react-custom-flag-select__select__wrapper___1R93I {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  height: 100%;
  min-width: 80px;
}
.react-tel-input .react-custom-flag-select__select__input___14Lze {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.react-tel-input .react-custom-flag-select__select__buttonWrapper___12YOr {
  height: 100%;
}
.react-tel-input .react-custom-flag-select__select__searchInputWrapper___2YwS_ {
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.react-tel-input .react-custom-flag-select__select__searchInputSearchIcon___2oJfw {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.react-tel-input .react-custom-flag-select__select__searchInputRemoveIcon___2Fd43 {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.react-tel-input .react-custom-flag-select__select__searchInput___3Q6TN {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
  height: 40px;
  width: 100%;
  border: 1px solid #dfe2e7;
  color: #7f8fa4;
  display: block;
}
.react-tel-input .react-custom-flag-select__select__container___2FIjR {
  position: relative;
  height: 100%;
}
.react-tel-input .react-custom-flag-select__select__options-item___3_6R4 {
  cursor: none;
  background: #fff;
  color: #4a4a4a;
  -webkit-transition: background 0.4s, color 0.2s;
  -o-transition: background 0.4s, color 0.2s;
  transition: background 0.4s, color 0.2s;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.react-tel-input .react-custom-flag-select__select__options-item___3_6R4 div {
  text-align: right;
}
.react-tel-input .react-custom-flag-select__select__options-item-show-cursor___24_5- {
  cursor: pointer;
}
.react-tel-input .react-custom-flag-select__select__no-mouse___3ka1G {
  cursor: none;
}
.react-tel-input .react-custom-flag-select__select__hover-active___1ECCY {
  background: #d3d3d3;
  color: #fff;
}
.react-tel-input .react-custom-flag-select__select__options-item___3_6R4.react-custom-flag-select__active___2SYE9 {
  background: #EB0055;
  color: #fff;
}
.react-tel-input .react-custom-flag-select__select__options-container-animate___zn9Fe {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 0 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
}
.react-tel-input .react-custom-flag-select__select__options-container-animate___zn9Fe.react-custom-flag-select__show___1cXxR {
  -webkit-transform: translate(-50%) scale(1);
      -ms-transform: translate(-50%) scale(1);
          transform: translate(-50%) scale(1);
  opacity: 1;
  z-index: 3;
  visibility: visible;
}
.react-tel-input .react-custom-flag-select__select__options-container-animate___zn9Fe.react-custom-flag-select__show___1cXxR > div {
  height: 242px;
  overflow: auto;
}
.react-tel-input .react-custom-flag-select__select__options-container___1TPJG {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 0 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  visibility: hidden;
}
.react-tel-input .react-custom-flag-select__select__options-container___1TPJG.react-custom-flag-select__show___1cXxR {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1000;
  visibility: visible;
}
.react-tel-input .react-custom-flag-select__select__options-container___1TPJG.react-custom-flag-select__show___1cXxR > div {
  height: 242px;
  overflow: auto;
}
.react-tel-input .react-custom-flag-select__select__dropdown___Pf01k {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.react-tel-input .react-custom-flag-select__select__dropdown-icon___3KppP {
  position: relative;
  width: 10px;
  height: 20px;
}
.react-tel-input .react-custom-flag-select__select__selector___1JJ_x {
  padding: 0 10px;
  height: 100%;
}
.react-tel-input .react-custom-flag-select__select__dropdown-flag___4-6D7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  height: 100%;
}
.react-tel-input .react-custom-flag-select__select__dropdown-name___TxNpJ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
.react-tel-input .react-custom-flag-select__select__dropdown-icon___3KppP.react-custom-flag-select__showArrow___2E92p:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  border-color: #e3e3e3 transparent;
  border-style: solid;
  border-width: 5px 5px 0;
}
.react-tel-input .react-custom-flag-select__select__dropdown-icon-container___1hWQW {
  position: relative;
}
.react-tel-input .first-privacy-errors {
  font-size: 11px;
  color: red;
}
.btn-change-number {
  margin: 20px 0;
}
.form .styles_react-code-input-container__tpiKG {
  width: 100% !important;
}
.form .styles_react-code-input__CRulA {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.form .styles_react-code-input__CRulA input {
  height: 40px !important;
  max-width: 39px !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #e6e6e6 !important;
  margin: 0 5px;
}
.form .styles_react-code-input__CRulA input:first-child {
  margin-left: 0 !important;
}
.form .styles_react-code-input__CRulA input:last-child {
  margin-right: 0 !important;
}
.blaster-edit-bio .login-email .btn-confirm-code {
  border: 1px solid #999999;
  color: #fff;
  background: #999999;
  padding: 6px 6px;
  text-transform: uppercase;
  text-align: center;
  min-width: 94px;
  font-size: 13px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  line-height: 15px;
  height: 29px;
}
.blaster-edit-bio .login-email .btn-resend {
  margin: 0 auto;
  padding: 0 30px !important;
}
.blaster-edit-bio .input {
  min-height: 40px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  padding: 8px 10px 8px 100px;
  background-color: #fcfcfc;
  outline: none;
}
.blaster-edit-bio .react-custom-flag-select__select__wrapper___1R93I {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  height: 40px;
}
.blaster-edit-bio .react-custom-flag-select__select__button___15AP2 {
  height: 40px;
}
.login-email .sms-title {
  text-align: center;
}
.login-email .form {
  text-align: center;
}
.login-email .btn-confirm-code {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EB0055;
  border-radius: 2px;
  height: 43px;
  font-weight: 700;
  color: #fff;
  -webkit-appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-size: 17px;
  line-height: 21px;
  padding: 0 30px;
  cursor: pointer;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.login-email .btn-resend {
  margin: 0 auto;
  padding: 0 30px !important;
}
.login-email .login-navigation {
  margin-top: 20px;
}
