@import url("https://fonts.googleapis.com/css?family=Bree+Serif|Lato:300,400,700|Roboto:300,400,700");
* {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
  border: none;
  outline: none;
  box-sizing: border-box; }

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }

@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url("/static/css/subfiles/fonts/avenir/3848E0_0_0.eot");
  src: url("/static/css/subfiles/fonts/avenir/3848E0_0_0.eot?#iefix") format("embedded-opentype"), url("/static/css/subfiles/fonts/avenir/3848E0_0_0.woff2") format("woff2"), url("/static/css/subfiles/fonts/avenir/3848E0_0_0.woff") format("woff"), url("/static/css/subfiles/fonts/avenir/3848E0_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url("/static/css/subfiles/fonts/avenir/3848E0_1_0.eot");
  src: url("/static/css/subfiles/fonts/avenir/3848E0_1_0.eot?#iefix") format("embedded-opentype"), url("/static/css/subfiles/fonts/avenir/3848E0_1_0.woff2") format("woff2"), url("/static/css/subfiles/fonts/avenir/3848E0_1_0.woff") format("woff"), url("/static/css/subfiles/fonts/avenir/3848E0_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url("/static/css/subfiles/fonts/avenir/3848E0_2_0.eot");
  src: url("/static/css/subfiles/fonts/avenir/3848E0_2_0.eot?#iefix") format("embedded-opentype"), url("/static/css/subfiles/fonts/avenir/3848E0_2_0.woff2") format("woff2"), url("/static/css/subfiles/fonts/avenir/3848E0_2_0.woff") format("woff"), url("/static/css/subfiles/fonts/avenir/3848E0_2_0.ttf") format("truetype"); }

p, a, span, div, li, h1, h2, h3, h4, h5, h6, input, textarea, select {
  font-family: "AvenirLTStd-Light", Avenir-Light, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.4em; }

p {
  font-size: 1em;
  font-family: "AvenirLTStd-Light", Avenir-Light, sans-serif;
  color: #332925; }
  p sup {
    line-height: 0;
    font-size: 10px; }
  p a {
    font-size: 1em;
    color: #ea1b4b; }
    p a:hover {
      text-decoration: underline; }
  p.bigger {
    font-size: 1.125em; }
  p.subtitle {
    font-weight: 400;
    font-size: 1.25em; }

span, strong, em, small {
  display: inline-block; }

a {
  font-size: 1em;
  text-decoration: none;
  color: #332925;
  display: inline-block; }

h1, h2, h3 {
  color: #e6274e; }

h1 {
  font-size: 1.875em; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 1.35em; } }

h2 {
  font-size: 1.5em; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.25em; } }

h3 {
  font-size: 1.375em; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1.25em; } }

h1 a, h2 a, h3 a {
  color: #ea1b4b; }
  h1 a:hover, h2 a:hover, h3 a:hover {
    text-decoration: underline; }

.invalid-box {
  position: absolute;
  bottom: calc(100% - 5px);
  left: 0;
  display: none;
  width: 100%;
  text-align: center;
  cursor: pointer;
  z-index: 1000; }
  .invalid-box > p {
    display: inline-block;
    background: #fc5c4e;
    color: white;
    min-width: 150px;
    line-height: 17px;
    font-weight: 200;
    font-size: 14px;
    padding: 10px; }
    .invalid-box > p:after {
      content: "";
      position: absolute;
      border-style: solid;
      display: block;
      width: 0;
      bottom: -7px;
      border-width: 7px 7px 0;
      left: calc(50% - 3px);
      border-color: #fc5c4e transparent; }

.invalid-border {
  border: solid 1px #ff7461 !important; }

.button, .button-blue, #module_right .button-blue-new, #expired .expired-bottom .button-blue-new, .button-white, .button-orange, .button-red {
  border: none;
  outline: none;
  line-height: 1.3;
  border-radius: 3px;
  transition: 0.3s ease all;
  background: #ea1b4b;
  color: white;
  font-size: 14px;
  font-family: "AvenirLTStd-Medium", Avenir-Medium, sans-serif;
  font-weight: 300;
  padding: 0 30px;
  cursor: pointer;
  text-align: center; }
  .button:hover, .button-blue:hover, #module_right .button-blue-new:hover, #expired .expired-bottom .button-blue-new:hover, .button-white:hover, .button-orange:hover, .button-red:hover {
    background: #33c3ee;
    color: white; }
  .button.small, .small.button-blue, #module_right .small.button-blue-new, #expired .expired-bottom .small.button-blue-new, .small.button-white, .small.button-orange, .small.button-red {
    line-height: 37px;
    padding: 0 20px; }
    @media only screen and (max-width: 479px) {
      .button.small, .small.button-blue, #module_right .small.button-blue-new, #expired .expired-bottom .small.button-blue-new, .small.button-white, .small.button-orange, .small.button-red {
        font-size: 12px; } }

.button-blue, #module_right .button-blue-new, #expired .expired-bottom .button-blue-new {
  background: #33c3ee; }
  .button-blue:hover, #module_right .button-blue-new:hover, #expired .expired-bottom .button-blue-new:hover {
    background: white;
    color: #ea1b4b; }

.button-white {
  background: white;
  color: #ea1b4b; }

.button-orange {
  background: #fc5c4e; }

.button-red {
  background: #ea1b4b;
  color: white; }

@font-face {
  font-family: "vanilla";
  src: url("/static/css/subfiles/fonts/vanilla/vanilla.eot");
  src: url("/static/css/subfiles/fonts/vanilla/vanilla.eot?#iefix") format("embedded-opentype"), url("/static/css/subfiles/fonts/vanilla/vanilla.woff") format("woff"), url("/static/css/subfiles/fonts/vanilla/vanilla.ttf") format("truetype"), url("/static/css/subfiles/fonts/vanilla/vanilla.svg#vanilla") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "vanilla" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"], [class*="icon-"] {
  line-height: 1px !important;
  display: inline-block; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "vanilla" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle !important; }

.icon-profile:before {
  content: "\61"; }

.icon-bin:before {
  content: "\67"; }

.icon-bolt:before {
  content: "\68"; }

.icon-calendar-alt-fill:before {
  content: "\6a"; }

.icon-call:before {
  content: "\6b"; }

.icon-cart:before {
  content: "\6c"; }

.icon-chat:before {
  content: "\6d"; }

.icon-check:before {
  content: "\6e"; }

.icon-clock:before {
  content: "\70"; }

.icon-delete:before {
  content: "\72"; }

.icon-denied:before {
  content: "\73"; }

.icon-desktop:before {
  content: "\74"; }

.icon-download:before {
  content: "\75"; }

.icon-dropdown:before {
  content: "\76"; }

.icon-eye:before {
  content: "\77"; }

.icon-incoming-call:before {
  content: "\78"; }

.icon-internal-call:before {
  content: "\79"; }

.icon-lightbulb:before {
  content: "\7a"; }

.icon-logout:before {
  content: "\41"; }

.icon-loop:before {
  content: "\42"; }

.icon-mydomains:before {
  content: "\43"; }

.icon-new-window:before {
  content: "\44"; }

.icon-numbers:before {
  content: "\45"; }

.icon-outgoing-call:before {
  content: "\46"; }

.icon-pause:before {
  content: "\47"; }

.icon-play-alt:before {
  content: "\48"; }

.icon-plus-alt:before {
  content: "\49"; }

.icon-question:before {
  content: "\4a"; }

.icon-reg-desk:before {
  content: "\4b"; }

.icon-reg-int:before {
  content: "\4c"; }

.icon-reg-pc:before {
  content: "\4d"; }

.icon-reg-soft:before {
  content: "\4e"; }

.icon-reg-unknown:before {
  content: "\4f"; }

.icon-search:before {
  content: "\50"; }

.icon-status-available:before {
  content: "\51"; }

.icon-status-busy:before {
  content: "\52"; }

.icon-status-offline:before {
  content: "\53"; }

.icon-subtract:before {
  content: "\54"; }

.icon-sun-stroke:before {
  content: "\55"; }

.icon-toggle-off:before {
  content: "\56"; }

.icon-toggle-on:before {
  content: "\57"; }

.icon-tts:before {
  content: "\58"; }

.icon-uploadaudio:before {
  content: "\59"; }

.icon-x-alt:before {
  content: "\5a"; }

.icon-mail:before {
  content: "\33"; }

.icon-members:before {
  content: "\34"; }

.icon-plans:before {
  content: "\35"; }

.icon-server:before {
  content: "\36"; }

.icon-unlock:before {
  content: "\37"; }

.icon-users:before {
  content: "\38"; }

.icon-profile-1:before {
  content: "\39"; }

.icon-storage:before {
  content: "\21"; }

.icon-store:before {
  content: "\22"; }

.icon-queuing:before {
  content: "\23"; }

.icon-number:before {
  content: "\24"; }

.icon-fingerprint:before {
  content: "\25"; }

.icon-fax:before {
  content: "\26"; }

.icon-cloud-storage:before {
  content: "\27"; }

.icon-invoices:before {
  content: "\28"; }

.icon-packages:before {
  content: "\29"; }

.icon-config:before {
  content: "\2a"; }

.icon-dashboard:before {
  content: "\2c"; }

.icon-paintbrush:before {
  content: "\2d"; }

.icon-line:before {
  content: "\2e"; }

.icon-location:before {
  content: "\2f"; }

.icon-pdf:before {
  content: "\3a"; }

.icon-payment:before {
  content: "\3b"; }

.icon-reseller:before {
  content: "\3d"; }

.icon-transfer:before {
  content: "\3e"; }

.icon-un-mute:before {
  content: "\40"; }

.icon-trunk:before {
  content: "\3f"; }

.icon-dnszones:before {
  content: "\5d"; }

.icon-nameservergroup:before {
  content: "\5e"; }

.icon-contacts:before {
  content: "\5f"; }

.icon-domains:before {
  content: "\60"; }

.icon-dashboard-1:before {
  content: "\7b"; }

.icon-cog:before {
  content: "\71"; }

.icon-accessories:before {
  content: "\7c"; }

.icon-add-1:before {
  content: "\7d"; }

.icon-addmoney-1:before {
  content: "\7e"; }

.icon-addmoney-us:before {
  content: "\5c"; }

.icon-address-1:before {
  content: "\e000"; }

.icon-advconferensing:before {
  content: "\e001"; }

.icon-android-1:before {
  content: "\e002"; }

.icon-app-phone-1:before {
  content: "\e003"; }

.icon-apple-1:before {
  content: "\e004"; }

.icon-at:before {
  content: "\e005"; }

.icon-backspace:before {
  content: "\e006"; }

.icon-bin-1:before {
  content: "\e007"; }

.icon-bulkjobs-1:before {
  content: "\e008"; }

.icon-burger-1:before {
  content: "\e009"; }

.icon-calendar-1:before {
  content: "\e00a"; }

.icon-call-routes-1:before {
  content: "\e00b"; }

.icon-calls-1:before {
  content: "\e00c"; }

.icon-camera-1:before {
  content: "\e00d"; }

.icon-cancel:before {
  content: "\e00e"; }

.icon-cart-1:before {
  content: "\e00f"; }

.icon-chat-1:before {
  content: "\e010"; }

.icon-check-2:before {
  content: "\e011"; }

.icon-check2:before {
  content: "\e012"; }

.icon-clock-1:before {
  content: "\e013"; }

.icon-cloud1star:before {
  content: "\e014"; }

.icon-cloud2star:before {
  content: "\e015"; }

.icon-cloud3star:before {
  content: "\e016"; }

.icon-cloud4star:before {
  content: "\e017"; }

.icon-cog-1:before {
  content: "\e018"; }

.icon-compare:before {
  content: "\e019"; }

.icon-config-1:before {
  content: "\e01a"; }

.icon-contacts-1:before {
  content: "\e01b"; }

.icon-cross:before {
  content: "\e01c"; }

.icon-crown:before {
  content: "\e01d"; }

.icon-dashboard-2:before {
  content: "\e01e"; }

.icon-dashboard-3:before {
  content: "\e01f"; }

.icon-desktop-1:before {
  content: "\e020"; }

.icon-disable:before {
  content: "\e021"; }

.icon-dnszones-1:before {
  content: "\e022"; }

.icon-domain:before {
  content: "\e023"; }

.icon-domains-1:before {
  content: "\e024"; }

.icon-domtransfer:before {
  content: "\e025"; }

.icon-download-1:before {
  content: "\e026"; }

.icon-droparrow:before {
  content: "\e027"; }

.icon-duplicate:before {
  content: "\e028"; }

.icon-edit:before {
  content: "\e029"; }

.icon-enlarge:before {
  content: "\e02a"; }

.icon-exclaim:before {
  content: "\e02b"; }

.icon-exports:before {
  content: "\e02c"; }

.icon-eye-1:before {
  content: "\e02d"; }

.icon-facebook:before {
  content: "\e02e"; }

.icon-fax-1:before {
  content: "\e02f"; }

.icon-filtering:before {
  content: "\e030"; }

.icon-fingerprint-1:before {
  content: "\e031"; }

.icon-google:before {
  content: "\e032"; }

.icon-grid:before {
  content: "\e033"; }

.icon-handsets:before {
  content: "\e034"; }

.icon-idle:before {
  content: "\e035"; }

.icon-impersonate:before {
  content: "\e036"; }

.icon-inbound:before {
  content: "\e037"; }

.icon-increase:before {
  content: "\e038"; }

.icon-info:before {
  content: "\e039"; }

.icon-intercom:before {
  content: "\e03a"; }

.icon-internal:before {
  content: "\e03b"; }

.icon-invoices-1:before {
  content: "\e03c"; }

.icon-key:before {
  content: "\e03d"; }

.icon-leaf:before {
  content: "\e03e"; }

.icon-leftarrow:before {
  content: "\e03f"; }

.icon-line-1:before {
  content: "\e040"; }

.icon-link:before {
  content: "\e041"; }

.icon-linkedin:before {
  content: "\e042"; }

.icon-little-cog:before {
  content: "\e043"; }

.icon-location-1:before {
  content: "\e044"; }

.icon-lock:before {
  content: "\e045"; }

.icon-logo:before {
  content: "\e046"; }

.icon-logout-1:before {
  content: "\e047"; }

.icon-mail-1:before {
  content: "\e048"; }

.icon-man:before {
  content: "\e049"; }

.icon-members-1:before {
  content: "\e04a"; }

.icon-mic:before {
  content: "\e04b"; }

.icon-minus:before {
  content: "\e04c"; }

.icon-move-down:before {
  content: "\e04d"; }

.icon-move-up:before {
  content: "\e04e"; }

.icon-mute:before {
  content: "\e04f"; }

.icon-mydomains-1:before {
  content: "\e050"; }

.icon-nameservergroup-1:before {
  content: "\e051"; }

.icon-network:before {
  content: "\e052"; }

.icon-newburger:before {
  content: "\e053"; }

.icon-number-1:before {
  content: "\e054"; }

.icon-numbers-1:before {
  content: "\e055"; }

.icon-outbound:before {
  content: "\e056"; }

.icon-packages-1:before {
  content: "\e057"; }

.icon-paintbrush-1:before {
  content: "\e058"; }

.icon-paperclip:before {
  content: "\e059"; }

.icon-pattern:before {
  content: "\e05a"; }

.icon-pause-1:before {
  content: "\e05b"; }

.icon-payment-1:before {
  content: "\e05c"; }

.icon-pdf-1:before {
  content: "\e05d"; }

.icon-phonebook:before {
  content: "\e05e"; }

.icon-plane:before {
  content: "\e05f"; }

.icon-plans-1:before {
  content: "\e060"; }

.icon-play:before {
  content: "\e061"; }

.icon-plus:before {
  content: "\e062"; }

.icon-pound:before {
  content: "\e063"; }

.icon-profile-2:before {
  content: "\e064"; }

.icon-puzzle:before {
  content: "\e065"; }

.icon-question-1:before {
  content: "\e066"; }

.icon-queuing-1:before {
  content: "\e067"; }

.icon-quote:before {
  content: "\e068"; }

.icon-radioactive:before {
  content: "\e069"; }

.icon-ratecard:before {
  content: "\e06a"; }

.icon-recording:before {
  content: "\e06b"; }

.icon-reg-desk-1:before {
  content: "\e06c"; }

.icon-reg-int-1:before {
  content: "\e06d"; }

.icon-reg-pc-1:before {
  content: "\e06e"; }

.icon-reg-soft-1:before {
  content: "\e06f"; }

.icon-reg-unknown-1:before {
  content: "\e070"; }

.icon-renewal:before {
  content: "\e071"; }

.icon-reseller-1:before {
  content: "\e072"; }

.icon-rightarrow:before {
  content: "\e073"; }

.icon-rows:before {
  content: "\e074"; }

.icon-save:before {
  content: "\e075"; }

.icon-search-1:before {
  content: "\e076"; }

.icon-server-1:before {
  content: "\e077"; }

.icon-setup:before {
  content: "\e078"; }

.icon-short:before {
  content: "\e079"; }

.icon-snowflake:before {
  content: "\e07a"; }

.icon-square:before {
  content: "\e07b"; }

.icon-star:before {
  content: "\e07c"; }

.icon-status-available-1:before {
  content: "\e07d"; }

.icon-status-busy-1:before {
  content: "\e07e"; }

.icon-status-offline-1:before {
  content: "\e07f"; }

.icon-storage-1:before {
  content: "\e080"; }

.icon-store-1:before {
  content: "\e081"; }

.icon-subtract-1:before {
  content: "\e082"; }

.icon-sun-stroke-1:before {
  content: "\e083"; }

.icon-tiny-speaker:before {
  content: "\e084"; }

.icon-toggle-off-1:before {
  content: "\e085"; }

.icon-toggle-on-1:before {
  content: "\e086"; }

.icon-transcripts:before {
  content: "\e087"; }

.icon-transfer-1:before {
  content: "\e088"; }

.icon-transfer-2:before {
  content: "\e089"; }

.icon-trunk-1:before {
  content: "\e08a"; }

.icon-tts-1:before {
  content: "\e08b"; }

.icon-twitter:before {
  content: "\e08c"; }

.icon-umberella:before {
  content: "\e08d"; }

.icon-un-mute-1:before {
  content: "\e08e"; }

.icon-unlock-1:before {
  content: "\e08f"; }

.icon-uparrow:before {
  content: "\e090"; }

.icon-update:before {
  content: "\e091"; }

.icon-upgradearrow:before {
  content: "\e092"; }

.icon-uploadaudio-1:before {
  content: "\e093"; }

.icon-users-1:before {
  content: "\e094"; }

.icon-vconferensing:before {
  content: "\e095"; }

.icon-video-calling:before {
  content: "\e096"; }

.icon-visa:before {
  content: "\e097"; }

.icon-web:before {
  content: "\e098"; }

.icon-webhooks:before {
  content: "\e099"; }

.icon-wifi:before {
  content: "\e09a"; }

.icon-yay:before {
  content: "\e09b"; }

.icon-yingyang:before {
  content: "\e09c"; }

.icon-call-routes:before {
  content: "\62"; }

.icon-add:before {
  content: "\63"; }

.icon-addmoney:before {
  content: "\64"; }

.icon-calls:before {
  content: "\65"; }

.icon-camera:before {
  content: "\66"; }

.icon-address:before {
  content: "\69"; }

.icon-android:before {
  content: "\6f"; }

.icon-app-phone:before {
  content: "\30"; }

.icon-apple:before {
  content: "\31"; }

.icon-check-1:before {
  content: "\32"; }

.icon-bulkjobs:before {
  content: "\2b"; }

.icon-burger:before {
  content: "\3c"; }

.icon-calendar:before {
  content: "\5b"; }

.icon-point-down:before {
  content: "\e09d"; }

.icon-point-up:before {
  content: "\e09e"; }

.icon-status-ringing:before {
  content: "\e09f"; }

.icon-status-timer:before {
  content: "\e0a0"; }

header {
  background: white; }
  header .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100px; }
    header .content .logo img {
      height: 75px; }
    header .content > p, header .content > h1 {
      font-size: 1.25em;
      color: #332925; }
      header .content > p span, header .content > h1 span {
        color: #ea1b4b; }
      @media only screen and (max-width: 1023px) {
        header .content > p, header .content > h1 {
          font-size: 1.1em; } }
      @media only screen and (max-width: 767px) {
        header .content > p, header .content > h1 {
          font-size: 1em;
          max-width: calc(100% - 170px);
          text-align: right; } }

.module-top {
  background: #f8efed;
  padding: 40px 0; }
  .module-top .content {
    text-align: center; }
    .module-top .content > p.tt {
      font-size: 42px;
      color: #ea1b4b; }
      .module-top .content > p.tt span {
        font-weight: 400; }
    .module-top .content h2, .module-top .content h1 {
      font-size: 20px;
      color: #332925;
      margin-bottom: 30px; }
    .module-top .content > p:not(.tt) {
      margin: 0 auto;
      max-width: 840px;
      font-size: 14px; }
  .module-top.v2 {
    background: url("/static/img/clouds.png");
    background-size: cover; }
    .module-top.v2 .content h1, .module-top.v2 .content h2, .module-top.v2 .content > p {
      color: white; }
      .module-top.v2 .content h1 a, .module-top.v2 .content h2 a, .module-top.v2 .content > p a {
        color: white; }
    .module-top.v2 .content h1 {
      font-size: 16px; }
    .module-top.v2 .content .button, .module-top.v2 .content .button-blue, .module-top.v2 .content #module_right .button-blue-new, #module_right .module-top.v2 .content .button-blue-new, .module-top.v2 .content #expired .expired-bottom .button-blue-new, #expired .expired-bottom .module-top.v2 .content .button-blue-new, .module-top.v2 .content .button-white, .module-top.v2 .content .button-orange, .module-top.v2 .content .button-red {
      margin-top: 30px; }
  .module-top.v3 {
    background: #ea1b4b; }
    .module-top.v3 .content h1, .module-top.v3 .content p {
      color: white; }
    .module-top.v3 .content h1 {
      font-size: 16px;
      margin-bottom: 0;
      margin-top: 10px; }
  @media only screen and (max-width: 1023px) {
    .module-top {
      padding: 20px 0; }
      .module-top .content h1 {
        font-size: 35px; }
      .module-top .content h2 {
        margin-bottom: 20px; }
      .module-top.v2 .content .button, .module-top.v2 .content .button-blue, .module-top.v2 .content #module_right .button-blue-new, #module_right .module-top.v2 .content .button-blue-new, .module-top.v2 .content #expired .expired-bottom .button-blue-new, #expired .expired-bottom .module-top.v2 .content .button-blue-new, .module-top.v2 .content .button-white, .module-top.v2 .content .button-orange, .module-top.v2 .content .button-red {
        margin-top: 20px; }
      .module-top.v3 p.tt {
        font-size: 32px; } }
  @media only screen and (max-width: 767px) {
    .module-top .content > p.tt {
      font-size: 26px; }
    .module-top .content h2 {
      font-size: 18px; }
    .module-top.v3 .content p.tt {
      font-size: 20px; }
    .module-top.v3 .content h1 {
      font-size: 14px; } }
  @media only screen and (max-width: 479px) {
    .module-top .content > p.tt {
      font-size: 20px; }
    .module-top .content h2 {
      font-size: 14px;
      margin-top: 5px; }
    .module-top .content p:not(.tt) {
      font-size: 12px; }
    .module-top .content h1 {
      margin-bottom: 20px;
      font-size: 14px; }
    .module-top .content .button-white {
      font-size: 12px;
      line-height: 37px; } }

.module-middle {
  background: #ea1b4b;
  padding: 30px 0; }
  .module-middle .content .search {
    margin-bottom: 20px; }
    .module-middle .content .search h2 {
      color: white;
      text-align: center;
      width: 100%;
      font-size: 24px;
      margin-bottom: 20px;
      font-weight: 300; }
    .module-middle .content .search > div {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center; }
      .module-middle .content .search > div .field-box {
        margin-right: 10px;
        background: white;
        border-radius: 3px;
        height: 45px;
        padding: 0 20px;
        overflow: hidden;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center; }
        .module-middle .content .search > div .field-box input {
          width: 420px; }
  .module-middle .content .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .module-middle .content .list > li {
      width: 240px;
      text-align: center; }
      .module-middle .content .list > li i, .module-middle .content .list > li p, .module-middle .content .list > li h2 {
        color: white;
        text-align: center; }
      .module-middle .content .list > li h2 {
        font-size: 20px;
        margin-top: 10px; }
      .module-middle .content .list > li p {
        font-size: 14px;
        height: 115px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center; }
      .module-middle .content .list > li i {
        font-size: 60px; }
      .module-middle .content .list > li [class^='button-'] {
        width: 100%; }
  .module-middle.v2 {
    background: #f8efed; }
    .module-middle.v2 .content > h2 {
      color: #ea1b4b;
      text-align: center;
      width: 100%;
      font-size: 24px;
      margin-bottom: 20px; }
    .module-middle.v2 .content .list > li {
      width: 250px; }
      .module-middle.v2 .content .list > li i, .module-middle.v2 .content .list > li h2 {
        color: #ea1b4b; }
      .module-middle.v2 .content .list > li h2 {
        margin-top: 10px; }
      .module-middle.v2 .content .list > li p {
        height: 110px;
        color: #332925;
        display: block;
        margin: 20px 0; }
        .module-middle.v2 .content .list > li p span {
          color: #ea1b4b; }
  @media only screen and (max-width: 1279px) {
    .module-middle {
      padding: 20px 0; }
      .module-middle .content .list > li {
        width: 220px; }
      .module-middle.v2 .content .list > li {
        width: 220px; }
        .module-middle.v2 .content .list > li h2 {
          font-size: 20px; }
        .module-middle.v2 .content .list > li p {
          height: 100px; } }
  @media only screen and (max-width: 1023px) {
    .module-middle .content .list {
      display: block;
      overflow: auto; }
      .module-middle .content .list > li {
        width: calc(50% - 50px);
        float: left; }
        .module-middle .content .list > li p {
          height: 80px; }
        .module-middle .content .list > li:nth-child(3) {
          clear: both; }
        .module-middle .content .list > li:nth-child(2n) {
          margin-left: 100px; }
        .module-middle .content .list > li:nth-child(n + 3) {
          margin-top: 30px; }
    .module-middle.v2 .content .list > li {
      width: calc(50% - 20px); }
      .module-middle.v2 .content .list > li p {
        height: 60px; }
      .module-middle.v2 .content .list > li h2 {
        font-size: 18px; }
      .module-middle.v2 .content .list > li:nth-child(2n) {
        margin-left: 40px; }
      .module-middle.v2 .content .list > li:nth-child(n + 3) p {
        height: 70px; }
    .module-middle.v2 .content .list.v3 > li p {
      height: 65px; } }
  @media only screen and (max-width: 767px) {
    .module-middle .content .search > div {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      flex-direction: column;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column; }
      .module-middle .content .search > div .field-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; }
    .module-middle .content .list > li {
      width: 100% !important;
      margin: 0 0 30px 0 !important; }
      .module-middle .content .list > li:last-child {
        margin-bottom: 0 !important; }
      .module-middle .content .list > li p {
        height: auto !important;
        margin: 10px 0 !important; }
      .module-middle .content .list > li > a, .module-middle .content .list > li [class^='button-'] {
        width: 240px; }
    .module-middle.v2 .content > h2 {
      font-size: 20px; } }
  @media only screen and (max-width: 479px) {
    .module-middle .content .search > h2 {
      font-size: 18px;
      margin-bottom: 10px; }
    .module-middle .content .search button {
      width: 100%;
      font-size: 12px;
      line-height: 37px; }
    .module-middle .content .list > li i {
      font-size: 40px; }
    .module-middle .content .list > li h2 {
      font-size: 18px; }
    .module-middle .content .list > li p {
      font-size: 12px; }
    .module-middle.v2 .content > h2 {
      font-size: 16px; } }

.articles {
  background: #f8efed;
  padding: 30px 0; }
  .articles > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .articles > ul > li {
      flex: 1; }
      .articles > ul > li:first-child {
        margin-right: 50px; }
      .articles > ul > li h3.title {
        position: absolute;
        font-family: "Bree Serif", serif;
        color: #332925;
        left: 0;
        top: 0;
        font-size: 18px; }
        .articles > ul > li h3.title span {
          color: #ea1b4b;
          font-family: "Bree Serif", serif; }
      .articles > ul > li > a {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1; }
      .articles > ul > li .list {
        padding: 0 160px 0 0; }
        .articles > ul > li .list > li {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          margin-bottom: 30px; }
          .articles > ul > li .list > li .left {
            min-width: 130px; }
            .articles > ul > li .list > li .left .date {
              font-size: 14px; }
            .articles > ul > li .list > li .left ._auth {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              height: 50px; }
              .articles > ul > li .list > li .left ._auth img {
                max-width: 30px;
                margin-right: 10px; }
              .articles > ul > li .list > li .left ._auth p {
                font-size: 12px; }
          .articles > ul > li .list > li article h4 {
            margin-bottom: 10px; }
            .articles > ul > li .list > li article h4 a {
              width: 100%;
              border-bottom: 1px solid #ddd;
              padding-bottom: 10px;
              color: #ea1b4b;
              font-size: 16px; }
              .articles > ul > li .list > li article h4 a:hover {
                color: #33c3ee; }
          .articles > ul > li .list > li article p {
            font-size: 14px; }
          .articles > ul > li .list > li:first-child .left {
            padding-top: 30px; }
          .articles > ul > li .list > li:last-child {
            margin-bottom: 0; }
      .articles > ul > li:nth-child(2) h3.title span {
        color: #fc5c4e; }
      .articles > ul > li:nth-child(2) .list article h4 a {
        color: #fc5c4e; }
    @media only screen and (max-width: 1279px) {
      .articles > ul {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column; }
        .articles > ul > li:first-child {
          margin: 0 0 50px 0; } }
  .articles.v2 {
    background: #ea1b4b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ea1b4b 0%, #ea1b4b 50%, #fc5c4e 50.00001%, #fc5c4e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ea1b4b 0%, #ea1b4b 50%, #fc5c4e 50.00001%, #fc5c4e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ea1b4b 0%, #ea1b4b 50%, #fc5c4e 50.00001%, #fc5c4e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .articles.v2 .content > li h3.title, .articles.v2 .content > li h3.title span {
      color: white; }
    .articles.v2 .content > li .left .date, .articles.v2 .content > li .left ._auth p {
      color: white; }
    .articles.v2 .content > li article h4 a, .articles.v2 .content > li article p {
      color: white !important; }
    @media only screen and (max-width: 1279px) {
      .articles.v2 {
        background: none;
        padding: 0; }
        .articles.v2 .content {
          padding: 0; }
          .articles.v2 .content > li {
            background: #fc5c4e;
            padding: 20px; }
            .articles.v2 .content > li:first-child {
              background: #ea1b4b;
              margin-bottom: 0; }
            .articles.v2 .content > li h3.title {
              left: 20px;
              top: 20px; }
            .articles.v2 .content > li > a {
              right: 20px;
              top: 20px; } }
  @media only screen and (max-width: 767px) {
    .articles .content > li .list {
      padding: 50px 0 0 0; }
      .articles .content > li .list > li:first-child .left {
        padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    .articles .content > li .list > li {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      flex-direction: column;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column; }
      .articles .content > li .list > li .left .date {
        margin-bottom: 5px;
        font-size: 12px; }
      .articles .content > li .list > li h4 a {
        font-size: 14px; }
      .articles .content > li .list > li p {
        font-size: 12px; }
    .articles.v2 .content > li .list > li .left .date {
      background: #da1543;
      color: white;
      margin: 0 -20px 5px;
      padding: 5px 20px; }
    .articles.v2 .content > li:last-child .list > li .left .date {
      background: #e45245; } }

footer .content p {
  color: #ea1b4b;
  padding: 20px 0; }

main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100vw;
  min-height: calc(100vh - 80px); }
  @media only screen and (max-width: 767px) {
    main {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      flex-direction: column;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      min-height: 100%; } }

main #holding-page #module_left.holding-page {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

@media only screen and (max-width: 1023px) {
  main #holding-page {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    min-height: calc(100vh - 80px); }
    main #holding-page #module_left.holding-page, main #holding-page #module_right.holding-page {
      width: 100vw;
      min-height: calc(50vh - 40px); }
    main #holding-page #module_left.holding-page {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end; }
    main #holding-page #module_right.holding-page {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start; } }

#module_left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  width: 55vw;
  min-height: 100%;
  padding: 61px 102px;
  background: #fff; }
  @media only screen and (max-width: 1279px) {
    #module_left {
      padding: 60px 30px; } }
  @media only screen and (max-width: 767px) {
    #module_left {
      width: 100vw;
      padding: 30px 37px;
      text-align: center; } }
  @media only screen and (max-width: 479px) {
    #module_left {
      padding: 30px 22px; } }
  #module_left .left-content {
    width: 510px;
    margin-left: auto; }
    @media only screen and (max-width: 1279px) {
      #module_left .left-content {
        margin-left: 0; } }
    @media only screen and (max-width: 1023px) {
      #module_left .left-content {
        width: auto;
        overflow: hidden; } }
    #module_left .left-content img {
      width: 190px; }
      @media only screen and (max-width: 1023px) {
        #module_left .left-content img {
          width: 160px; } }
    #module_left .left-content .text-content {
      margin-top: 65px;
      margin-bottom: 68px; }
      @media only screen and (max-width: 767px) {
        #module_left .left-content .text-content {
          margin: 30px 0; } }
      #module_left .left-content .text-content > h1 {
        font-family: 'AvenirLTStd-Medium', Avenir-Medium, sans-serif;
        font-size: 52px;
        line-height: 1.3;
        display: inline-block; }
        @media only screen and (max-width: 1023px) {
          #module_left .left-content .text-content > h1 {
            font-size: 36px; } }
        @media only screen and (max-width: 479px) {
          #module_left .left-content .text-content > h1 {
            font-size: 32px; } }
      #module_left .left-content .text-content > h3 {
        color: #332925;
        font-size: 32px;
        line-height: 1.6;
        margin-bottom: 35px; }
        @media only screen and (max-width: 1023px) {
          #module_left .left-content .text-content > h3 {
            font-size: 24px; } }
        @media only screen and (max-width: 767px) {
          #module_left .left-content .text-content > h3 {
            margin-bottom: 30px; } }
        @media only screen and (max-width: 479px) {
          #module_left .left-content .text-content > h3 {
            font-size: 20px; } }
      #module_left .left-content .text-content > p {
        color: #837470;
        font-size: 18px;
        width: 460px;
        line-height: 1.5; }
        @media only screen and (max-width: 1023px) {
          #module_left .left-content .text-content > p {
            font-size: 16px;
            width: 320px; } }
        @media only screen and (max-width: 767px) {
          #module_left .left-content .text-content > p {
            width: 100%; } }
    #module_left .left-content .text-content.holding-page {
      margin-top: 55px;
      margin-bottom: 60px; }
      @media only screen and (max-width: 1023px) {
        #module_left .left-content .text-content.holding-page {
          margin-top: 30px;
          margin-bottom: 40px; } }
      @media only screen and (max-width: 767px) {
        #module_left .left-content .text-content.holding-page {
          margin: 20px 0; } }
      #module_left .left-content .text-content.holding-page > h2 {
        color: #332925; }
      #module_left .left-content .text-content.holding-page > p {
        font-size: 20px;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          #module_left .left-content .text-content.holding-page > p {
            font-size: 18px; } }
        @media only screen and (max-width: 479px) {
          #module_left .left-content .text-content.holding-page > p {
            font-size: 16px; } }
    #module_left .left-content .info.holding-page p {
      font-size: 16px; }
    #module_left .left-content .info.holding-page p.top-para {
      font-size: 20px;
      line-height: 1.5;
      color: #332925;
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        #module_left .left-content .info.holding-page p.top-para {
          font-size: 18px; } }
      @media only screen and (max-width: 479px) {
        #module_left .left-content .info.holding-page p.top-para {
          font-size: 16px; } }
    #module_left .left-content .info.holding-page p.middle-para {
      color: #837470;
      margin-bottom: 30px; }
    #module_left .left-content .info.holding-page p.bottom-para {
      color: #837470; }
      #module_left .left-content .info.holding-page p.bottom-para a {
        text-decoration: underline; }
    #module_left .left-content .call-now-box {
      border-radius: 10px;
      border: solid 2px #ff7461;
      padding: 14px 22px 10px 22px;
      width: -moz-fit-content;
      width: fit-content; }
      @media only screen and (max-width: 767px) {
        #module_left .left-content .call-now-box {
          margin: 0 auto; } }
      #module_left .left-content .call-now-box > h2 {
        font-family: "AvenirLTStd-Medium", Avenir-Medium, sans-serif;
        font-size: 24px;
        color: #fc5c4e; }
        @media only screen and (max-width: 1023px) {
          #module_left .left-content .call-now-box > h2 {
            font-size: 22px; } }
      #module_left .left-content .call-now-box > h3 {
        font-family: "AvenirLTStd-Medium", Avenir-Medium, sans-serif;
        font-size: 42px;
        color: #332925;
        line-height: 1.2; }
        @media only screen and (max-width: 1023px) {
          #module_left .left-content .call-now-box > h3 {
            font-size: 36px; } }
        @media only screen and (max-width: 479px) {
          #module_left .left-content .call-now-box > h3 {
            font-size: 32px; } }

#module_right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  width: 45vw;
  min-height: 100%;
  padding-left: 110px;
  background: linear-gradient(357deg, #ff7461, #ea1b4b); }
  @media only screen and (max-width: 1279px) {
    #module_right {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    #module_right {
      width: 100vw; } }
  #module_right h2 {
    font-family: "AvenirLTStd-Medium", Avenir-Medium, sans-serif;
    color: #fff;
    font-size: 32px; }
    @media only screen and (max-width: 1023px) {
      #module_right h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      #module_right h2 {
        margin-bottom: 8px; } }
  #module_right h3 {
    color: #fff;
    font-size: 18px; }
    @media only screen and (max-width: 1023px) {
      #module_right h3 {
        font-size: 14px; } }
  #module_right p {
    color: #fff; }
  #module_right .form {
    width: 375px;
    text-align: center; }
    @media only screen and (max-width: 1023px) {
      #module_right .form {
        width: 290px; } }
    @media only screen and (max-width: 767px) {
      #module_right .form {
        width: 300px;
        margin: 30px 0; } }
    #module_right .form > h3 {
      margin-bottom: 48px; }
      @media only screen and (max-width: 1023px) {
        #module_right .form > h3 {
          margin-bottom: 20px; } }
    #module_right .form > p {
      margin: 20px 0;
      font-size: 14px;
      line-height: 1.3; }
      @media only screen and (max-width: 1023px) {
        #module_right .form > p {
          font-size: 12px; } }
      #module_right .form > p > a {
        color: #fff;
        text-decoration: underline; }
        #module_right .form > p > a:hover {
          color: #ea1b4b; }
    #module_right .form .form-input {
      width: 340px;
      height: 50px;
      margin: 0 auto 19px auto;
      padding: 3px 10px;
      border-radius: 5px;
      background: #fff;
      text-align: left; }
      @media only screen and (max-width: 1023px) {
        #module_right .form .form-input {
          width: 270px; } }
      @media only screen and (max-width: 767px) {
        #module_right .form .form-input {
          width: 100%; } }
      #module_right .form .form-input label {
        color: #918c8b;
        font-size: 10px; }
        #module_right .form .form-input label > span {
          color: #ea1b4b;
          float: right;
          padding-top: 5px; }
        #module_right .form .form-input label > i {
          display: none;
          position: absolute;
          top: 12px;
          left: 308px;
          color: #80cd42;
          font-size: 14px;
          z-index: 10; }
          @media only screen and (max-width: 1023px) {
            #module_right .form .form-input label > i {
              left: 240px; } }
          @media only screen and (max-width: 767px) {
            #module_right .form .form-input label > i {
              left: 268px; } }
      #module_right .form .form-input input, #module_right .form .form-input select {
        width: 100%;
        height: 20px;
        transform: translateY(-4px);
        font-size: 16px;
        background: #fff; }
      #module_right .form .form-input .custom-select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url(/static/img/angle-down-medium.png) no-repeat 100% 50%;
        cursor: pointer;
        background-size: 14px;
        width: 96%; }
  #module_right .button-blue-new {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: "AvenirLTStd-Medium", Avenir-Medium, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    width: 340px;
    height: 50px;
    margin: 0 auto;
    padding-top: 3px; }
    @media only screen and (max-width: 1023px) {
      #module_right .button-blue-new {
        font-size: 14px;
        width: 270px; } }
    @media only screen and (max-width: 767px) {
      #module_right .button-blue-new {
        width: 100%; } }
  #module_right .message-sent, #module_right .message-sending-failed {
    display: none;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    width: 480px;
    transform: translateX(-60px); }
    @media only screen and (max-width: 1279px) {
      #module_right .message-sent, #module_right .message-sending-failed {
        transform: none;
        width: 400px; } }
    @media only screen and (max-width: 1023px) {
      #module_right .message-sent, #module_right .message-sending-failed {
        width: 100%;
        padding: 0 20px; } }
    @media only screen and (max-width: 767px) {
      #module_right .message-sent, #module_right .message-sending-failed {
        padding: 30px 18vw; } }
    @media only screen and (max-width: 479px) {
      #module_right .message-sent, #module_right .message-sending-failed {
        padding: 30px 23px; } }
    #module_right .message-sent > h1, #module_right .message-sending-failed > h1 {
      font-family: "AvenirLTStd-Medium", Avenir-Medium, sans-serif;
      color: #fff;
      font-size: 52px;
      width: 100%;
      margin-bottom: 8px; }
      @media only screen and (max-width: 1023px) {
        #module_right .message-sent > h1, #module_right .message-sending-failed > h1 {
          font-size: 36px; } }
    #module_right .message-sent > h3, #module_right .message-sending-failed > h3 {
      font-size: 24px;
      width: 100%;
      margin-bottom: 40px; }
      @media only screen and (max-width: 1023px) {
        #module_right .message-sent > h3, #module_right .message-sending-failed > h3 {
          font-size: 20px; } }
      @media only screen and (max-width: 1023px) {
        #module_right .message-sent > h3, #module_right .message-sending-failed > h3 {
          width: 102%;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        #module_right .message-sent > h3, #module_right .message-sending-failed > h3 {
          width: 95%; } }
    #module_right .message-sent > p, #module_right .message-sending-failed > p {
      font-size: 20px;
      width: 100%;
      padding: 0 30px;
      margin-bottom: 100px; }
      @media only screen and (max-width: 1279px) {
        #module_right .message-sent > p, #module_right .message-sending-failed > p {
          margin-bottom: 80px; } }
      @media only screen and (max-width: 1023px) {
        #module_right .message-sent > p, #module_right .message-sending-failed > p {
          font-size: 16px;
          padding: 0 10px;
          margin-bottom: 60px; } }
    #module_right .message-sent .search-domains, #module_right .message-sending-failed .search-domains {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      flex-direction: column;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column; }
      #module_right .message-sent .search-domains > h2, #module_right .message-sending-failed .search-domains > h2 {
        margin-bottom: 30px; }
        @media only screen and (max-width: 1279px) {
          #module_right .message-sent .search-domains > h2, #module_right .message-sending-failed .search-domains > h2 {
            font-size: 28px;
            margin-bottom: 20px; } }
        @media only screen and (max-width: 1023px) {
          #module_right .message-sent .search-domains > h2, #module_right .message-sending-failed .search-domains > h2 {
            font-size: 22px; } }
      #module_right .message-sent .search-domains .search-form, #module_right .message-sending-failed .search-domains .search-form {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center; }
        @media only screen and (max-width: 1279px) {
          #module_right .message-sent .search-domains .search-form, #module_right .message-sending-failed .search-domains .search-form {
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            flex-direction: column;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column; } }
        #module_right .message-sent .search-domains .search-form > input, #module_right .message-sending-failed .search-domains .search-form > input {
          width: 280px;
          height: 50px;
          margin-right: 10px;
          padding: 0 10px;
          border-radius: 5px; }
          @media only screen and (max-width: 1279px) {
            #module_right .message-sent .search-domains .search-form > input, #module_right .message-sending-failed .search-domains .search-form > input {
              width: 100%;
              margin: 10px 0; } }
        #module_right .message-sent .search-domains .search-form .button-blue-new, #module_right .message-sending-failed .search-domains .search-form .button-blue-new {
          font-family: "AvenirLTStd-Light", Avenir-Light, sans-serif;
          width: 180px;
          padding: 0; }
          @media only screen and (max-width: 1279px) {
            #module_right .message-sent .search-domains .search-form .button-blue-new, #module_right .message-sending-failed .search-domains .search-form .button-blue-new {
              width: 100%;
              margin-bottom: 10px; } }
  #module_right .message-sending-failed > button {
    margin-bottom: 100px; }
    @media only screen and (max-width: 1279px) {
      #module_right .message-sending-failed > button {
        margin-bottom: 80px; } }
    @media only screen and (max-width: 1023px) {
      #module_right .message-sending-failed > button {
        margin-bottom: 60px; } }
  #module_right .right.holding-page {
    width: 474px; }
    #module_right .right.holding-page .more-domains h2 {
      text-align: center;
      font-size: 32px;
      font-weight: 500;
      line-height: 1;
      margin-bottom: 30px; }
    #module_right .right.holding-page .more-domains .searching-domains {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #module_right .right.holding-page .more-domains .searching-domains input {
        padding: 15px 10px;
        width: 280px;
        height: 50px;
        border-radius: 5px;
        line-height: 0.75; }
    #module_right .right.holding-page .selection-buttons {
      margin-top: 65px;
      overflow: auto; }
      #module_right .right.holding-page .selection-buttons > h3 {
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 30px; }
      #module_right .right.holding-page .selection-buttons a {
        float: left;
        width: 216px;
        height: 125px;
        border-radius: 10px;
        border: solid 2px #ffffff;
        text-align: center;
        color: #ffffff; }
        #module_right .right.holding-page .selection-buttons a .offer-selection .icon-selection {
          height: 80px; }
          #module_right .right.holding-page .selection-buttons a .offer-selection .icon-selection i {
            font-size: 50px;
            top: 50%;
            transform: translateY(-50%); }
        #module_right .right.holding-page .selection-buttons a .offer-selection h4 {
          font-size: 18px; }
      #module_right .right.holding-page .selection-buttons > a:hover {
        background-color: #33c3ee;
        border-color: #33c3ee;
        cursor: pointer; }
      #module_right .right.holding-page .selection-buttons a:nth-of-type(2n-1) {
        margin-right: 42px; }
      #module_right .right.holding-page .selection-buttons a:nth-of-type(1), #module_right .right.holding-page .selection-buttons a:nth-of-type(2) {
        margin-bottom: 40px; }
    #module_right .right.holding-page .button-blue-new {
      width: 180px;
      font-weight: 500;
      padding: 0 20px;
      margin: 0 2px 0 0; }
    @media only screen and (max-width: 1279px) {
      #module_right .right.holding-page {
        width: 350px; }
        #module_right .right.holding-page .more-domains h2 {
          font-size: 26px;
          line-height: 1.23; }
        #module_right .right.holding-page .more-domains .searching-domains {
          -moz-flex-flow: row wrap;
          -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
          #module_right .right.holding-page .more-domains .searching-domains input {
            width: 100%;
            margin-bottom: 10px; }
        #module_right .right.holding-page .selection-buttons {
          margin-top: 40px; }
          #module_right .right.holding-page .selection-buttons > h3 {
            font-size: 22px;
            margin-bottom: 20px; }
          #module_right .right.holding-page .selection-buttons a {
            float: left;
            width: 164px;
            height: 148px;
            padding: 0 15px; }
            #module_right .right.holding-page .selection-buttons a .offer-selection .icon-selection {
              height: 85px; }
              #module_right .right.holding-page .selection-buttons a .offer-selection .icon-selection i {
                font-size: 50px;
                top: 50%;
                transform: translateY(-50%); }
          #module_right .right.holding-page .selection-buttons a:nth-of-type(2n-1) {
            margin-right: 20px; }
          #module_right .right.holding-page .selection-buttons a:nth-of-type(1), #module_right .right.holding-page .selection-buttons a:nth-of-type(2) {
            margin-bottom: 20px; }
        #module_right .right.holding-page .button-blue-new {
          width: 100%;
          margin: 0; } }
    @media only screen and (max-width: 1023px) {
      #module_right .right.holding-page {
        width: 768px;
        padding: 30px 25px 0; }
        #module_right .right.holding-page .more-domains .searching-domains {
          -moz-flex-flow: row wrap;
          -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
          #module_right .right.holding-page .more-domains .searching-domains input {
            width: 414px;
            margin-bottom: 10px; }
        #module_right .right.holding-page .selection-buttons {
          margin-top: 40px; }
          #module_right .right.holding-page .selection-buttons > h3 {
            font-size: 22px;
            margin-bottom: 20px; }
          #module_right .right.holding-page .selection-buttons a:nth-of-type(2n-1) {
            margin-right: 20px; }
          #module_right .right.holding-page .selection-buttons a:nth-of-type(1), #module_right .right.holding-page .selection-buttons a:nth-of-type(2) {
            margin-bottom: 30px; }
          #module_right .right.holding-page .selection-buttons a {
            margin-right: 20px; }
          #module_right .right.holding-page .selection-buttons a:last-of-type {
            margin-right: 0; }
        #module_right .right.holding-page .button-blue-new {
          width: 292px;
          margin: 0; } }
    @media only screen and (max-width: 767px) {
      #module_right .right.holding-page {
        width: 480px;
        padding: 40px 65px; }
        #module_right .right.holding-page .more-domains h2 {
          font-size: 22px; }
        #module_right .right.holding-page .more-domains .searching-domains {
          -moz-flex-flow: row wrap;
          -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
          #module_right .right.holding-page .more-domains .searching-domains input {
            width: 100%; }
        #module_right .right.holding-page .selection-buttons {
          margin-top: 40px; }
          #module_right .right.holding-page .selection-buttons > h3 {
            font-size: 22px;
            margin-bottom: 20px; }
          #module_right .right.holding-page .selection-buttons a:nth-of-type(2n-1) {
            margin-right: 20px; }
          #module_right .right.holding-page .selection-buttons a:nth-of-type(1), #module_right .right.holding-page .selection-buttons a:nth-of-type(2) {
            margin-bottom: 20px; }
          #module_right .right.holding-page .selection-buttons a {
            margin-right: 0; }
          #module_right .right.holding-page .selection-buttons a:last-of-type {
            margin-right: 0; }
        #module_right .right.holding-page .button-blue-new {
          width: 100%; } }
    @media only screen and (max-width: 479px) {
      #module_right .right.holding-page {
        width: auto;
        max-width: 360px;
        padding: 30px 34px; }
        #module_right .right.holding-page .more-domains h2 {
          font-size: 22px; }
        #module_right .right.holding-page .selection-buttons {
          margin-top: 30px; }
          #module_right .right.holding-page .selection-buttons > h3 {
            font-size: 22px;
            margin-bottom: 30px; }
          #module_right .right.holding-page .selection-buttons a {
            width: 216px;
            height: 125px;
            padding: 0 8px;
            left: 50%;
            transform: translateX(-50%); }
          #module_right .right.holding-page .selection-buttons a:nth-of-type(2n-1) {
            margin-right: 0;
            margin-bottom: 20px; }
          #module_right .right.holding-page .selection-buttons a:nth-of-type(1), #module_right .right.holding-page .selection-buttons a:nth-of-type(2) {
            margin-bottom: 20px; }
          #module_right .right.holding-page .selection-buttons a {
            margin-right: 0; }
          #module_right .right.holding-page .selection-buttons a:last-of-type {
            margin-right: 0;
            margin-bottom: 0; }
        #module_right .right.holding-page .button-blue-new {
          width: 100%; } }

#module_right.holding-page {
  padding-left: 50px; }
  @media only screen and (max-width: 1279px) {
    #module_right.holding-page {
      padding-left: 0; } }

.display-flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important; }

.display-none {
  display: none !important; }

#expired {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  height: calc(100vh - 80px); }
  @media only screen and (max-width: 767px) {
    #expired {
      height: auto; } }
  #expired .expired-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100vw;
    height: 35%;
    background: linear-gradient(341deg, #ff7461, #ea1b4b); }
    @media only screen and (max-width: 767px) {
      #expired .expired-top {
        height: 285px; } }
    #expired .expired-top h1 {
      color: #fff;
      font-size: 45px; }
      #expired .expired-top h1 span strong {
        font-family: "AvenirLTStd-Medium", Avenir-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        #expired .expired-top h1 {
          font-size: 24px;
          display: block;
          text-align: center;
          margin-bottom: 20px; }
          #expired .expired-top h1 span {
            display: block; }
            #expired .expired-top h1 span strong {
              display: block;
              font-size: 30px;
              margin-bottom: 5px; } }
    #expired .expired-top h2 {
      color: #fff;
      font-size: 20px; }
      @media only screen and (max-width: 767px) {
        #expired .expired-top h2 {
          font-size: 18px; } }
    #expired .expired-top > img {
      width: 125px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        #expired .expired-top > img {
          width: 115px;
          margin-top: 15px;
          margin-bottom: 20px; } }
  #expired .expired-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    height: 65%; }
    @media only screen and (max-width: 767px) {
      #expired .expired-bottom {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        height: auto;
        padding: 40px 0; } }
    #expired .expired-bottom > div {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      flex-direction: column;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      margin: 30px 0; }
      @media only screen and (max-width: 767px) {
        #expired .expired-bottom > div {
          margin: 0; } }
      #expired .expired-bottom > div:last-of-type .info-box:last-of-type .info-box-right > h3 {
        color: #fc5c4e; }
      #expired .expired-bottom > div:last-of-type .info-box:last-of-type .info-box-right > a {
        background: #80cd42; }
        #expired .expired-bottom > div:last-of-type .info-box:last-of-type .info-box-right > a:hover {
          background: #fc5c4e;
          color: #fff; }
      #expired .expired-bottom > div .info-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 560px;
        height: 190px;
        margin: 10px 20px; }
        @media only screen and (max-width: 1279px) {
          #expired .expired-bottom > div .info-box {
            width: 490px;
            margin: 10px; } }
        @media only screen and (max-width: 1023px) {
          #expired .expired-bottom > div .info-box {
            width: 365px;
            height: 230px;
            margin: 5px 10px; }
            #expired .expired-bottom > div .info-box:last-of-type {
              height: 250px; } }
        @media only screen and (max-width: 767px) {
          #expired .expired-bottom > div .info-box {
            width: 460px;
            height: auto;
            margin: 0 0 20px 0;
            padding-right: 10px; }
            #expired .expired-bottom > div .info-box:last-of-type {
              height: auto; } }
        @media only screen and (max-width: 479px) {
          #expired .expired-bottom > div .info-box {
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            flex-direction: column;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            width: 340px; } }
        #expired .expired-bottom > div .info-box-left {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -moz-justify-content: center;
          -webkit-justify-content: center;
          justify-content: center; }
          #expired .expired-bottom > div .info-box-left i {
            color: #ff7461;
            margin: 20px;
            font-size: 50px; }
          @media only screen and (max-width: 479px) {
            #expired .expired-bottom > div .info-box-left {
              height: 50px; }
              #expired .expired-bottom > div .info-box-left i {
                margin: 10px; } }
        @media only screen and (max-width: 479px) {
          #expired .expired-bottom > div .info-box-right {
            text-align: center; } }
        #expired .expired-bottom > div .info-box-right > h3 {
          font-family: "AvenirLTStd-Medium", Avenir-Medium, sans-serif;
          color: #332925;
          font-size: 20px;
          margin: 20px 0 10px 0; }
          @media only screen and (max-width: 1279px) {
            #expired .expired-bottom > div .info-box-right > h3 {
              font-size: 16px; } }
          @media only screen and (max-width: 1023px) {
            #expired .expired-bottom > div .info-box-right > h3 {
              width: 190px; } }
          @media only screen and (max-width: 767px) {
            #expired .expired-bottom > div .info-box-right > h3 {
              margin-bottom: 20px;
              width: auto; } }
          @media only screen and (max-width: 479px) {
            #expired .expired-bottom > div .info-box-right > h3 {
              width: 190px;
              margin: 20px auto 10px auto; } }
        #expired .expired-bottom > div .info-box-right > p {
          color: #837470;
          font-size: 12px;
          line-height: 1.5;
          margin-bottom: 10px; }
          @media only screen and (max-width: 479px) {
            #expired .expired-bottom > div .info-box-right > p {
              width: 240px;
              margin: 0 auto; } }
        #expired .expired-bottom > div .info-box-right > a {
          position: absolute;
          bottom: 20px; }
          @media only screen and (max-width: 767px) {
            #expired .expired-bottom > div .info-box-right > a {
              position: relative;
              bottom: 0;
              margin-top: 20px;
              padding-top: 15px;
              display: table; } }
          @media only screen and (max-width: 479px) {
            #expired .expired-bottom > div .info-box-right > a {
              margin: 20px auto 0 auto; } }
    #expired .expired-bottom .button-blue-new {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      font-size: 16px;
      width: auto;
      height: 50px;
      padding: 3px 16px 0 16px;
      transition: none; }
      #expired .expired-bottom .button-blue-new:hover {
        background: #fc5c4e;
        color: #fff; }

#footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  width: 100vw;
  height: 80px;
  background: linear-gradient(to right, #ff7461, #ea1b4b); }
  @media only screen and (max-width: 479px) {
    #footer {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      flex-direction: column;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      height: 112px; } }
  #footer p {
    color: #fff; }
  #footer .footer-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    margin-right: 20px; }
    @media only screen and (max-width: 479px) {
      #footer .footer-info {
        width: auto; } }
    @media only screen and (max-width: 479px) {
      #footer .footer-info > p:last-of-type {
        display: none; } }
    #footer .footer-info .divider {
      width: 1px;
      height: 40px;
      margin: 0 16px 0 20px;
      background: #fff; }
      @media only screen and (max-width: 479px) {
        #footer .footer-info .divider {
          display: none; } }
    #footer .footer-info > i {
      color: #fff;
      font-size: 20px;
      width: 20px;
      margin: 0 10px 0 20px; }
    #footer .footer-info img {
      width: 90px;
      margin-left: 30px; }
      @media only screen and (max-width: 767px) {
        #footer .footer-info img {
          display: none; } }
  #footer .footer-info-bottom {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 15px; }
    @media only screen and (max-width: 479px) {
      #footer .footer-info-bottom {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }

#icons {
  display: grid;
  grid-template-columns: repeat(10, 1fr); }
  #icons i {
    font-size: 32px;
    margin: 10px; }
    #icons i:nth-of-type(odd) {
      color: #ea1b4b; }

body {
  font-size: 16px;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media only screen and (max-width: 479px) {
    body {
      font-size: 14px; } }

.content {
  width: 1326px;
  margin: 0 auto; }
  @media only screen and (max-width: 1365px) {
    .content {
      width: 100%;
      padding: 0 20px; } }

/*# sourceMappingURL=main.css.map */