* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

i[class^="icon-"], span[class^="icon-"] {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

a, a:hover, a:focus {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

body ul {
  list-style: none;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

body {
  overflow-x: hidden;
}

#ccm-account-menu-container {
  display: none;
}

#ccm-layouts-edit-mode .row {
  display: block;
}

#ccm-layouts-edit-mode div[class^="col-sm"] {
  max-width: 100%;
  float: left;
}

#ccm-layouts-edit-mode .col-sm-12 {
  width: 100%
}

#ccm-layouts-edit-mode .col-sm-11 {
  width: 91.66666667%
}

#ccm-layouts-edit-mode .col-sm-10 {
  width: 83.33333333%
}

#ccm-layouts-edit-mode .col-sm-9 {
  width: 75%
}

#ccm-layouts-edit-mode .col-sm-8 {
  width: 66.66666667%
}

#ccm-layouts-edit-mode .col-sm-7 {
  width: 58.33333333%
}

#ccm-layouts-edit-mode .col-sm-6 {
  width: 50%
}

#ccm-layouts-edit-mode .col-sm-5 {
  width: 41.66666667%
}

#ccm-layouts-edit-mode .col-sm-4 {
  width: 33.33333333%
}

#ccm-layouts-edit-mode .col-sm-3 {
  width: 25%
}

#ccm-layouts-edit-mode .col-sm-2 {
  width: 16.66666667%
}

#ccm-layouts-edit-mode .col-sm-1 {
  width: 8.33333333%
}

.mshow {
  display: none;
}

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

  .mshow {
    display: block;
  }
}

@media (max-width: 575px) {
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.button,
.form-actions input[type="submit"],
.form-actions button {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.363rem;
  letter-spacing: 1px;
  padding: 15px 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  font-family: "museo-sans", sans-serif;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  border: none;
  outline: 0;
  cursor: pointer;
}

.form-actions button,
.form-actions input[type="submit"],
.button.primary {
  background-color: #298adc;
}

.button.secondary {
  background-color: #00367f;
}

.button.tertiary {
  background-color: #222;
}

.button.quaternary {
  background-color: #DC143C;
}

.form-actions button:hover,
.form-actions button:focus,
.form-actions input[type="submit"]:hover,
.form-actions input[type="submit"]:focus,
.button:hover,
.button:focus {
  color: #fff;
  background-color: #202020;
  text-decoration: none;
}

.button.tertiary:hover,
.button.tertiary:focus {
  background-color: #fff;
  color: #222;
}

.ienotice {
  background-color: #3498db;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000000;
  color: #FFF;
  padding: 30px;
}

.ienotice a, .ienotice a:hover, .ienotice a:focus {
  color: #c4e7ff;
}

.ienotice i {
  color: #f1c40f;
  font-size: 20px;
  position: relative;
  top: 2.43px;
  margin-right: 5px;
}

@media (min-width: 1350px) {
  .container {
    max-width: 1300px;
  }
}

body {
  font-size: 1.9rem;
  color: #383838;
  font-family: "museo-sans-rounded", sans-serif;
}

*[class^="icon-nav-"] {
  width: 30px;
  height: 30px;
}

.icon-nav-1 {
  background-image: url(images/icons/icon-nav-1.svg);
}

.icon-nav-2 {
  background-image: url(images/icons/icon-nav-2.svg);
}

.icon-nav-3 {
  background-image: url(images/icons/icon-nav-3.svg);
}

.icon-nav-4 {
  background-image: url(images/icons/icon-nav-4.svg);
}

.icon-nav-5 {
  background-image: url(images/icons/icon-nav-5.svg);
}

.icon-nav-6 {
  background-image: url(images/icons/icon-nav-6.svg);
}

*[class^="icon-header-"] {
  width: 34px;
  height: 34px;
}

.icon-header-1 {
  background-image: url(images/icons/icon-header-1.svg);
}

.icon-header-2 {
  background-image: url(images/icons/icon-header-2.svg);
}

*[class^="icon-app-"] {
  width: 24px;
  height: 24px;
}

.icon-app-1 {
  background-image: url(images/icons/icon-app-1.svg);
}

.icon-app-2 {
  background-image: url(images/icons/icon-app-2.svg);
}

.icon-footer-1 {
  width: 5px;
  height: 10px;
  background-image: url(images/icons/icon-footer-1.svg);
}

.top {
  height: 100vh;
}

.top header, .pillars, .dist {
  background-color: #fff;
  position: relative;
}

.pillars, .intro, .app, .dist {
  padding: 80px 0;
}

.top nav,
footer {
  background-color: #0e0e0e;
}

footer {
  position: relative;
  padding: 0 0 52px;
}

footer:before {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  background-image: url(images/rainbow-lg.png);
  height: 5px;
  display: block;
  margin: 0 0 52px;
}

.copy {
  color: #fff;
  background-color: #040404;
  text-align: center;
  font-weight: 300;
  font-size: 1.3rem;
  border-top: 1px solid #272727;
  padding: 20px 0;
}

.copy a {
  color: #e87d84;
}

.copy a:hover,
.copy a:focus {
  color: #95c360;
}

.top nav ul li {
  display: inline-block;
}

.top nav ul li a {
  font-size: 1.7rem;
  color: #FFF;
  display: block;
  min-height: 30px;
  padding: 28px 22px 25px 33px;
  position: relative;
}

.top nav ul li a:hover {
  color: #999;
}

.top nav ul li a i {
  top: 21px;
  position: absolute;
  left: 0;
}

.top header {
  padding: 30px 0;
  z-index: 1009;
}

.top header p {
  position: relative;
  font-family: "bebas-neue", sans-serif;
  font-size: 3.6rem;
}

.top header p, .top header p a {
  color: #0e0e0e;
}

.top header p i {
  position: relative;
  top: 4px;
  margin: 0 4px 0 0;
}

.top header .site-title {
  position: relative;
}

.top header .site-title a {
  display: block;
  text-align: center;
  font-size: 3.34rem;
  color: #656565;
  line-height: 26px;
  z-index: 9;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
}

.top header .site-title a span {
  display: block;
  background-image: url(images/logo.png);
  width: 155px;
  height: 103px;
  text-indent: -9999px;
  margin: 0 auto 12px;
}

.top header .site-title a:after {
  z-index: -1;
  border-top: 130px solid #FFF;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  content: "";
  position: absolute;
  width: 0;
  display: block;
  height: 0;
  top: 75px;
  left: -2px;
  right: 0;
  margin: auto;
}

.app .button.primary i {
  position: absolute;
  top: -1px;
  left: 16px;
  bottom: 0;
  margin: auto;
}

.app .button.primary {
  position: relative;
  padding: 15px 30px 15px 50px;
}

.intro {
  color: #fff;
  text-align: center;
}

.intro h2 {
  color: #fff;
  font-weight: 400;
  font-family: "bebas-neue", sans-serif;
  font-size: 8.0rem;
}

.intro p {
  line-height: 2.85rem;
  margin: 10px 0 50px;
}

.intro p:last-child {
  margin: 0;
}

.pillars h2,
.app h2 {
  color: #222;
  font-weight: 400;
  font-family: "bebas-neue", sans-serif;
  font-size: 8.0rem;
  letter-spacing: -1px;
}

.pillars h2 {
  margin: 0 0 50px;
}

.app h2:after {
  background-image: url(images/rainbow-sm.png);
  width: 122px;
  height: 3px;
  display: block;
  content: "";
  margin: 0 0 40px;
}

.app p {
  line-height: 2.85rem;
  margin: 10px 0 50px;
}

.app p:last-child {
  margin: 0;
}

.dist h2 {
  color: #222;
  font-weight: 400;
  font-family: "bebas-neue", sans-serif;
  font-size: 8.0rem;
  letter-spacing: -1px;
}

.dist {
  text-align: center;
}

.dist .dist-selector ul li {
  display: inline-block;
}

.dist .dist-selector ul li a {
  background-color: #a9a9a9;
  color: #686868;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: block;
  padding: 10px 19px;
  border-radius: 100px;
  letter-spacing: -0.5px;
}

.dist .dist-selector ul {
  margin: 40px 0 50px;
}

.dist .dist-selector ul li a.active {
  color: #fff;
  background-color: #298adc;
}

.dist .dist-selector ul li a:hover {
  background-color: #222;
  color: #fff;
}

footer h2 {
  color: #fff;
  font-size: 2.8rem;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
}

footer h2:after {
  content: "";
  width: 40px;
  height: 4px;
  display: block;
  margin: 3px 0 20px;
}

footer h2.red:after {
  background-color: #d9694e;
}

footer h2.yellow:after {
  background-color: #eda84b;
}

footer h2.green:after {
  background-color: #5ac587;
}

footer ul.navigation:after,
footer ul.nav:after {
  clear: both;
  content: "";
  display: block;
}

footer ul.navigation li,
footer ul.nav li {
  width: 50%;
  float: left;
  margin-bottom: 7px;
}

footer ul.navigation li a,
footer ul.nav li a {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: -0.25px;
}

footer ul.navigation,
footer ul.nav {
  margin: 0 0 30px;
}

footer ul.navigation li a:hover,
footer ul.nav li a:hover {
  color: #999;
}

footer ul.locations:after {
  clear: both;
  content: "";
  display: block;
}

footer ul.locations li:last-child {
  margin: 0;
}

footer ul.locations li {
  float: left;
  margin: 0 60px 0 0;
}

.app .phone-example {
  position: absolute;
  top: 0;
  right: -150px;
  margin: auto;
  display: block;
}

footer ul.locations li h3 {
  font-size: 1.8rem;
  color: #cbcbcb;
  margin: 0 0 3px;
}

footer ul.locations li p {
  font-size: 1.4rem;
  color: #ffffff;
}

footer ul.locations li h4 {
  color: #a9a9a9;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 26px 0 3px;
}

footer h2.yellow+p {
  font-size: 1.5rem;
  color: #FFF;
  margin: 0 0 20px;
  line-height: 23px;
}

footer h2.yellow+p+p {
  margin: 0;
  line-height: 19px;
}

.pillars {
  text-align: center;
}

.inner .top {
  height: auto;
}

.inner .top .page-title {
  padding: 110px 0 75px;
}

.page-title {
  text-align: center;
}

.page-title h1 {
  color: #fff;
  font-size: 9rem;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 90px;
}

.page-title p {
  color: #d6eeff;
  font-family: "museo-sans-rounded";
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: -0.25px;
}

.inner .content {
  padding: 85px 0;
}

.content hr {
  border: none;
  background: #DDD;
  width: 100%;
  height: 2px;
  margin: 80px 0;
}

.map {
  position: relative;
  border: 5px solid #FFF;
  margin: 0 0 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.map a {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 90;
  border-radius: 10px 0 0 0;
  font-size: 1.3rem;
  padding: 13px 20px 13px 23px;
}

.map iframe {
  margin: 0 0 -5px;
}

.content.pg-contact {
  text-align: center;
}

.content.pg-contact h2, .content.pg-contact h3, .content.pg-contact h4 {
  font-family: "bebas-neue";
  font-weight: 400;
}

.content.pg-contact h3 {
  font-size: 4rem;
  letter-spacing: -1px;
}

.content.pg-contact h4 {
  margin: 30px 0 3px;
  font-size: 2.8rem;
  color: #666;
}

.content.pg-contact h2 {
  font-size: 6rem;
  letter-spacing: -2px;
}

.content.pg-contact h2+p {
  color: #666;
  font-size: 1.8rem;
  margin: -5px 0 55px;
}

.content.pg-contact h2+p:after {
  background-image: url(images/rainbow-sm.png);
  width: 122px;
  height: 3px;
  display: block;
  content: "";
  margin: 26px auto 0;
}

.content form fieldset, .content form .form-actions {
  border: none;
  width: 640px;
  margin: 0 auto;
  text-align: left;
  grid-gap: 0px 10px;
  display: flex;
  flex-wrap: wrap;
}

.content form fieldset:after {
  clear: both;
  content: "";
  display: block;
}

.content form fieldset .mb-3 {
  width: 49%;
  float: left;
  margin: 0 0 20px;
}

/* .content form fieldset .mb-3:nth-child(2n+1) {
  margin-right: 2%;
} */

.content form fieldset .mb-3:last-child {
  float: none;
  clear: both;
  width: 100%;
}

.content form fieldset .mb-3 input, .content form fieldset .mb-3 select, .content form fieldset .mb-3 textarea {
  display: block;
  width: 100%;
  outline: 0;
  border: 1px solid #BBB;
  padding: 10px;
  transition: all 0.3s;
  font-family: "museo-sans-rounded", sans-serif;
  font-size: 1.7rem;
}

.content form fieldset .mb-3 input:hover, .content form fieldset .mb-3 select:hover, .content form fieldset .mb-3 textarea:hover,
.content form fieldset .mb-3 input:focus, .content form fieldset .mb-3 select:focus, .content form fieldset .mb-3 textarea:focus,
.content form fieldset .mb-3 input:active, .content form fieldset .mb-3 select:active, .content form fieldset .mb-3 textarea:active {
  border: 1px solid #8344d0;
}

.content form fieldset .mb-3 select {
  padding: 9px 10px;
}

.content form fieldset label {
  font-size: 1.5rem;
}

.content form fieldset label+span {
  font-size: 1.0rem;
  text-transform: uppercase;
  color: #999;
  float: right;
  position: relative;
  top: 9px;
}

.content.pg-ordering-info div[class*="colour"] h2 {
  text-align: center;
  padding: 20px 20px;
  font-family: "bebas-neue", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0px;
  color: #fff;
}

.content.pg-ordering-info .colour1 h2 {
  background-color: #d15ba0;
}

.content.pg-ordering-info .colour2 h2 {
  background-color: #ce5b55;
}

.content.pg-ordering-info .colour3 h2 {
  background-color: #e9804a;
}

.content.pg-ordering-info .colour4 h2 {
  background-color: #bd9725;
}

.content.pg-ordering-info .colour5 h2 {
  background-color: #1c8820;
}

.content.pg-ordering-info .colour6 h2 {
  background-color: #169fa5;
}

.content.pg-ordering-info .colour7 h2 {
  background-color: #2774c6;
}

.content.pg-ordering-info .colour8 h2 {
  background-color: #6b33af;
}

.content p {
  font-size: 1.9rem;
  line-height: 3rem;
  margin: 0 0 25px;
}

.content p:last-child {
  margin: 0;
}

.floato-intro h2 {
  font-size: 5rem;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  letter-spacing: -1.5px;
  line-height: 50px;
}

.floato-intro {
  text-align: center;
  margin: 0 0 70px;
}

.floato-intro p {
  font-size: 1.7rem;
  color: #777;
}

.floato-step {
  text-align: center;
}

.floato-step h3 {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  color: #666;
}

.floato-step i {
  width: 130px;
  height: 130px;
  display: block;
  margin: 20px auto 50px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 6px solid #fff;
  z-index: 9;
  position: relative;
}

.floato-step.floato-step-1 i {
  background-color: #d05a9a;
  outline: 3px solid #d05a9a;
}

.floato-step.floato-step-2 i {
  background-color: #3677ce;
  outline: 3px solid #3677ce;
}

.floato-step.floato-step-3 i {
  background-color: #40b656;
  outline: 3px solid #40b656;
}

.floato-step.floato-step-4 i {
  background-color: #efb74a;
  outline: 3px solid #efb74a;
}

.floato-links ul li a {
  display: block;
  background-color: #EEE;
  margin: 0 0 3px;
  color: #555;
  padding: 15px 15px 15px 40px;
  font-size: 1.4rem;
  position: relative;
}

.floato-links ul:after {
  display: block;
  content: "";
  clear: both;
}

.floato-links ul li {
  display: inline-block;
  margin-right: 7px;
}

.floato-links ul li:nth-child(2n+2) {
  /* float: right; */
}

.floato-links ul li a:hover {
  background-color: #333;
  color: #fff;
}

.floato-links h2 {
  color: #333;
  font-size: 4rem;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  margin: 40px 0 5px;
}

.floato-step i:after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 70px;
  height: 70px;
  -webkit-background-size: 70px;
  content: "";
  display: block;
  background-size: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.icon-floato-1:after {
  background-image: url(images/icons/icon-floato-1.svg);
}

.icon-floato-2:after {
  background-image: url(images/icons/icon-floato-2.svg);
}

.icon-floato-3:after {
  background-image: url(images/icons/icon-floato-3.svg);
}

.icon-floato-4:after {
  background-image: url(images/icons/icon-floato-4.svg);
}

.floato-links ul li a i {
  width: 16px;
  height: 16px;
  -webkit-background-size: 16px;
  background-size: 16px;
  display: block;
  position: absolute;
  top: 13px;
  left: 16px;
  opacity: .7;
  transition: all 0.3s;
}

.floato-links ul li a:hover i {
  -webkit-filter: invert(1);
  -ms-filter: invert(1);
  filter: invert(1);
}

.icon-floato-dl-1 {
  background-image: url(images/icons/icon-floato-dl-1.svg);
}

.icon-floato-dl-2 {
  background-image: url(images/icons/icon-floato-dl-2.svg);
}

.icon-floato-dl-3 {
  background-image: url(images/icons/icon-floato-dl-3.svg);
}

.icon-floato-dl-4 {
  background-image: url(images/icons/icon-floato-dl-4.svg);
}

.pillars ul li a {
  display: block;
  width: 414px;
  height: 261px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.pillars ul li a.pillar-1 {
  background-image: url(images/pillars/balloons.jpg);
}

.pillars ul li a.pillar-2 {
  background-image: url(images/pillars/party-supplies.jpg);
}

.pillars ul li a.pillar-3 {
  background-image: url(images/pillars/new-years.jpg);
}

.pillars ul li a.pillar-4 {
  background-image: url(images/pillars/decorations.jpg);
}

.pillars ul li a.pillar-5 {
  background-image: url(images/pillars/hats.jpg);
}

.pillars ul li a.pillar-6 {
  background-image: url(images/pillars/makeup.jpg);
}

.pillars ul li a.pillar-7 {
  background-image: url(images/pillars/wigs-costumes.jpg);
}

.pillars ul li a:before {
  position: absolute;
  z-index: 13;
  border: 2px solid rgba(255, 255, 255, 0.4);
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: auto;
  content: "";
  transition: all 0.3s;
}

.pillars ul li a:after {
  background-color: rgba(47, 170, 235, 0.9);
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.3s;
}

.pillars ul li a:hover:after {
  opacity: 1;
}

.pillars ul li a:hover:before {
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.pillars ul li a .title {
  display: block;
  background-color: rgba(47, 170, 235, 0.9);
  font-family: "bebas-neue", sans-serif;
  padding: 16px 16px 25px 16px;
  font-weight: 400;
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 4rem;
  color: #FFF;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.pillars ul li a:hover .title {
  background-color: rgba(47, 170, 235, 0);
}

.pillars ul li a .desc {
  left: 30px;
  right: 30px;
  z-index: 3;
  position: absolute;
  bottom: -50px;
  margin: auto;
  color: #dbf3ff;
  transition: all 0.3s;
}

.pillars ul li a:hover .desc {
  bottom: 73px;
}

.pillars ul li a:hover .title {
  bottom: 107px;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.banner {
  height: 602px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 210px;
  margin: auto;
}

.banner li img {
  border: 9px solid #FFF;
}

.pillars ul {
  position: relative;
}

.pillars .owl-nav {
  position: relative;
}

.pillars .owl-nav button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
  opacity: 1;
  display: block;
  width: 16px;
  height: 30px;
  position: absolute;
  top: -150px;
}

.pillars .owl-nav button:hover {
  opacity: 0.4;
}

.pillars .owl-nav button span {
  display: none;
}

.pillars .owl-nav .owl-next {
  background-image: url(images/icons/icon-arrow-right.svg) !important;
  right: -40px;
}

.pillars .owl-nav .owl-prev {
  background-image: url(images/icons/icon-arrow-left.svg) !important;
  left: -50px;
}

.banner .banner-nav {
  background: #fff;
  display: block;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.banner .banner-nav.banner-next {
  right: -25px;
  -webkit-border-radius: 0px 6px 6px 0;
  border-radius: 0px 6px 6px 0;
}

.banner .banner-nav.banner-prev {
  left: -25px;
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

.banner .banner-nav.banner-prev:hover {
  width: 45px;
  left: -30px;
}

.banner .banner-nav.banner-next:hover {
  width: 45px;
  right: -30px;
}

.banner .banner-nav i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.icon-arrow-right,
.icon-arrow-left {
  width: 16px;
  height: 30px;
}

.icon-arrow-left {
  background-image: url(images/icons/icon-arrow-left.svg);
}

.icon-arrow-right {
  background-image: url(images/icons/icon-arrow-right.svg);
}

.banner ul li img {
  position: relative;
  z-index: 3;
}

.banner ul li h2,
.banner ul li h3,
.banner ul li a,
.banner ul li p {
  z-index: 4;
  position: absolute;
}

.s1-l1 {
  top: 114px;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-size: 180px;
  letter-spacing: -2px;
  color: #fff;
  right: 90px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.s1-l2 {
  top: 275px;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-size: 90.6px;
  letter-spacing: -2px;
  color: #fff;
  right: 90px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.s1-l3 {
  font-size: 25px;
  top: 420px;
  right: 240px;
}

.s2-l1 {
  top: 77px;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-size: 140px;
  letter-spacing: -2px;
  color: #fff;
  left: 75px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.s2-l2 {
  top: 175px;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-size: 197.5px;
  letter-spacing: -2px;
  color: #fff;
  left: 75px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.s2-l3 {
  font-size: 25px;
  top: 420px;
  left: 240px;
}

.s3-l1 {
  top: 132px;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-size: 150px;
  letter-spacing: -2px;
  color: #fff;
  right: 90px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.s3-l2 {
  top: 275px;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-size: 61.7px;
  letter-spacing: -2px;
  color: #fff;
  right: 90px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.s3-l3 {
  font-size: 25px;
  top: 404px;
  right: 263px;
}

.s4-l1 {
  top: 77px;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-size: 210px;
  letter-spacing: -2px;
  color: #fff;
  left: 75px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.s4-l2 {
  top: 263px;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-size: 115px;
  letter-spacing: -2px;
  color: #fff;
  left: 75px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.s4-l3 {
  font-size: 25px;
  top: 420px;
  left: 279px;
}

.slide-animate-1 {
  opacity: 0;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.slide-animate-2 {
  opacity: 0;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.slide-animate-3 {
  opacity: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.cycle-slide-active .slide-animate-1,
.cycle-slide-active .slide-animate-2,
.cycle-slide-active .slide-animate-3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.dist-logos div {
  display: none;
}

.dist-logos .active {
  display: block;
}

.dist-logos p {
    display: flex;
    justify-content: center;
    grid-gap: 30px;
    flex-wrap: wrap;
}

.dist-logos p a {
  position: relative;
  display: inline-block;
  height: 90px;
  width: 150px;
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.45;
}

.dist-logos p a:hover {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.dist-logos p a img {
    max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dist-logos .dist-logos-3 p a, .dist-logos .dist-logos-4 p a, .dist-logos .dist-logos-6 p a, .dist-logos .dist-logos-7 p a {
  width: 260px;
}

.content form fieldset h3 {
  clear: both;
  float: none;
  display: block;
  width: 100%;
  padding: 10px 0 6px;
  color: #228adf;
}

.content form fieldset h3+p {
  display: block;
  font-size: 1.4rem;
  line-height: 20px;
  color: #666;
  margin: -3px 0 30px;
}

/* .content.pg-new-account-form form fieldset .mb-3:last-child label {
  display: none;
} */

.content.pg-new-account-form form fieldset .mb-3:last-child textarea {
  margin: -15px 0 0;
}

.content.pg-new-account-form .form-actions {
  width: 640px;
  margin: 0 auto;
}

.content.pg-new-account-form .form-actions button {
  float: right;
}

.content form fieldset .mb-3 .checkbox {
  display: inline-block;
  color: #fff;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.content form fieldset .mb-3 .control-label {
  display: inline-block;
}

.content form fieldset h3+p+.mb-3,
.content form fieldset h3+p+.mb-3+.mb-3,
.content form fieldset h3+p+.mb-3+.mb-3+.mb-3,
.content form fieldset h3+p+.mb-3+.mb-3+.mb-3+.mb-3,
.content form fieldset h3+p+.mb-3+.mb-3+.mb-3+.mb-3+.mb-3,
.content form fieldset h3+p+.mb-3+.mb-3+.mb-3+.mb-3+.mb-3+.mb-3,
.content form fieldset h3+p+.mb-3+.mb-3+.mb-3+.mb-3+.mb-3+.mb-3+.mb-3 {
  float: none;
  width: 100%;
}

.content form fieldset .mb-3 .checkbox {
  position: relative;
  top: 13px;
  left: -4px;
}

.pg-new-account-form form {
  background-color: #fbfbfb;
  padding: 50px 0 100px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 50px;
}

html div.alert-success,
html div.alert-error,
html div.alert-danger {
  padding: 0 !important;
  border: none !important;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  padding: 10px !important;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

html div.alert-error ul li,
html div.alert-danger ul li {
  display: inline-block;
  margin: 6px;
}

html div.alert-error,
html div.alert-danger {
  background-color: #e84118 !important;
}

html div.alert-success {
  background-color: #44bd32 !important;
}

.event-data img {
  border: 1px solid #EEE;
  margin: 0 0 40px;
}

.event-data h3 {
  color: #444;
  font-size: 3.5rem;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
}

.event-data p span {
  display: block;
  font-size: 1.4rem;
  color: #777;
  margin: -6px 0 0;
}

.event-data {
  position: sticky;
  -webkit-position: sticky;
  top: 30px;
}

.ccm-block-page-list-page-entry-text div {
  float: left;
}

.ccm-block-page-list-page-entry-text div+div {
  float: right;
}

.ccm-block-page-list-page-entry-text h2 {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  margin: 0 0 -7px;
}

.ccm-block-page-list-page-entry-text h2+p {
  font-size: 1.5rem;
  display: block;
  font-weight: 400;
  color: #888;
}

.ccm-block-page-list-page-entry-horizontal {
  margin: 0 0 20px;
  border-bottom: 1px solid #EEE;
  padding: 0 0 20px;
}

.banner img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1505px) {
  .top {
    height: auto;
  }

  .banner {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    top: 0;
    height: auto;
    margin: 60px 0 0;
    position: relative;
  }
}

@media (max-width: 1485px) {
  .top header p {
    font-size: 3rem;
  }

  *[class^="icon-header-"] {
    width: 27px;
    height: 27px;
    -webkit-background-size: 27px;
    background-size: 27px;
  }

  .top header .site-title a span {
    height: 83px;
    background-size: 125px;
    width: 125px;
    margin: 15px auto 7px;
  }

  .top header .site-title a:after {
    top: 50px;
  }

  .top header .site-title a {
    font-size: 2.8rem;
    line-height: 23px;
  }

  .top header {
    padding: 17px 0;
  }

  .top nav ul li a {
    padding: 17px 22px 15px 27px;
  }

  html {
    font-size: 58%;
  }

  .top nav ul li a i {
    background-size: 20px;
    height: 20px;
    width: 20px;
    top: 15px;
    left: 0;
  }

  .pillars ul li a {
    width: 360px;
    height: 240px;
  }

  .pillars, .intro, .app, .dist {
    padding: 60px 0;
  }

  .app .phone-example {
    max-width: 620px;
    right: -80px;
    top: 44px;
  }

  .dist .dist-selector ul li a {
    padding: 8px 18px;
    font-size: 1.3rem;
  }

  footer ul.locations li {
    margin: 0 40px 0 0;
  }
}

@media (max-width: 1199px) {
  .top header .site-title a span {
    height: 62px;
    background-size: 95px;
    width: 95px;
    margin: 20px auto 4px;
  }

  html {
    font-size: 48%;
  }

  .top header {
    padding: 8px 0 10px;
  }

  *[class^="icon-header-"] {
    width: 23px;
    height: 23px;
    -webkit-background-size: 23px;
    background-size: 21px;
  }

  .top header .site-title a {
    line-height: 17px;
  }

  .top header .site-title a:after {
    top: 20px;
  }

  .pillars, .intro, .app, .dist {
    padding: 50px 0;
  }

  .app .phone-example {
    max-width: 450px;
    right: 0;
    top: 50px;
  }

  .app p {
    margin: 0 0 30px;
  }

  .app h2:after {
    margin: 0 0 18px;
  }

  .dist .dist-selector ul {
    width: 500px;
    margin: 20px auto 40px;
  }

  .dist .dist-selector ul li {
    margin: 3px 0;
  }
}

@media (max-width: 991px) {
  .top nav ul li a {
    padding: 8px 10px 0 18px;
    font-size: 1.5rem;
  }

  .top header .site-title a span {
    height: 49px;
    background-size: 75px;
    width: 75px;
    margin: 20px auto 2px;
  }

  .top header .site-title a:after {
    border-top: 90px solid #FFF;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    top: 30px;
  }

  .top nav ul li a i {
    background-size: 16px;
    height: 16px;
    width: 16px;
    top: 7px;
    left: 0;
  }

  .button, .form-actions input[type="submit"], .form-actions button {
    font-size: 13px;
    padding: 9px 18px;
    margin: 2px 0;
  }

  .app .button.primary {
    padding: 6px 15px 6px 33px;
  }

  .app .button.primary i {
    background-size: 13px;
    width: 13px;
    height: 13px;
    left: 10px;
  }

  .app .phone-example {
    max-width: 460px;
    right: -40px;
  }
}

.landing-about {
  background-color: #edf5f9;
  overflow: hidden;
}

.landing-about .landing-about-map {
  position: relative;
}

.landing-about .landing-about-map img {
  display: block;
  margin: -54px 0 0;
}

.landing-about .landing-about-map ul {
  font-size: 2rem;
  font-family: "bebas-neue", sans-serif;
  width: 218px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 195px;
  left: 25px;
}

.landing-about .landing-about-map ul li em {
  font-style: normal;
  display: block;
  font-size: 1.1rem;
  font-family: "museo-sans-rounded";
  margin: -2px 0 0;
  color: #666;
}

.landing-about .landing-about-map ul li:before {
  width: 12px;
  height: 12px;
  display: inline-block;
  content: "";
  margin: 0 3px 0 0;
  border-radius: 100%;
  position: relative;
  top: -3px;
}

.landing-about .landing-about-map ul li:nth-child(2) {
  margin: 6px 0;
}

.landing-about .landing-about-map ul li:nth-child(1):before {
  background-color: #df7338;
}

.landing-about .landing-about-map ul li:nth-child(2):before {
  background-color: #d15ba0;
}

.landing-about .landing-about-map ul li:nth-child(3):before {
  background-color: #64c878;
}

.landing-about {}

.landing-about h2 {
  color: #222;
  font-weight: 400;
  font-family: "bebas-neue", sans-serif;
  font-size: 7rem;
  letter-spacing: -1px;
  margin: 45px 0 0;
}

.landing-about p {
  max-width: 800px;
  margin: 7px 0 43px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 28px;
}

.landing-about p a {
  line-height: 26px;
  padding: 13px 27px;
}

.landing-about p:last-child {
  margin: 0;
}

.landing-lead {
  color: #fff;
  text-align: center;
  padding: 90px 0;
}

.landing-lead h2 {
  font-weight: 400;
  font-family: "bebas-neue", sans-serif;
  font-size: 8.0rem;
  letter-spacing: -1px;
}

.landing-lead p {
  max-width: 700px;
  margin: 0 auto 50px;
}

.landing-lead p:last-child {
  margin: 0 auto;
}

.landing-lead p a.button.primary {
  background-color: #90c923;
}

.landing-lead p a.button.primary:hover,
.landing-lead p a.button.primary:focus {
  background-color: #333;
}

.landing-distributors .dist-logos {
  margin: 70px 0 0;
}

.landing-offer {
  padding: 80px 0;
  text-align: center;
}

.landing-offer h2 {
  color: #222;
  font-weight: 400;
  font-family: "bebas-neue", sans-serif;
  font-size: 7rem;
  letter-spacing: -1px;
}

.landing-offer h2+p {
  font-size: 2rem;
  color: #666;
  margin: -7px 0 50px;
}

.landing-offer .offer-out p {
  font-size: 1.6rem;
}

.landing-offer .offer-out p a {
  color: #d15ba0;
}

.landing-offer .offer-out p a:hover {
  color: #999;
}

.landing-offer .offer-out {
  margin: 50px 0 0;
}

.landing-intro {
  padding: 150px 0 100px;
  color: #fff;
  text-align: center;
}

.landing-intro h1 {
  font-weight: 400;
  font-family: "bebas-neue", sans-serif;
  font-size: 10rem;
  letter-spacing: -1px;
}

.landing-intro p {
  font-size: 2.7rem;
  line-height: 3.8rem;
  margin: 0 0 0;
}

.landing-intro .icon-arrow-down {
  background-image: url(images/icons/icon-arrow-down.svg);
  display: block;
  margin: 80px auto 0;
  width: 40px;
  height: 40px;
  -webkit-background-size: 40px;
  background-size: 40px;
}

.landing-offer img {
  max-height: 320px;
  max-width: 320px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.landing-offer h3 {
  color: #555;
  font-weight: 400;
  font-family: "bebas-neue", sans-serif;
  font-size: 4rem;
  letter-spacing: -1px;
  margin: 0 0 30px;
}

@media (max-width: 1350px) {
  .s1-l1 {
    font-size: 144px;
    top: 82px;
  }

  .s1-l2 {
    top: 213px;
    font-size: 73px;
  }

  .s1-l3 {
    top: 350px;
    right: 162px;
  }

  .s2-l1 {
    font-size: 120px;
  }

  .s2-l2 {
    font-size: 170px;
    top: 162px;
  }

  .s2-l3 {
    top: 380px;
    left: 202px;
  }

  .s3-l1 {
    font-size: 130px;
    top: 95px;
  }

  .s3-l2 {
    font-size: 54px;
    top: 217px;
  }

  .s3-l3 {
    top: 350px;
    right: 206px;
  }

  .s4-l1 {
    font-size: 195px;
    top: 50px;
  }

  .s4-l2 {
    font-size: 106px;
    top: 221px;
  }

  .s4-l3 {
    top: 370px;
    left: 220px;
  }
}

@media (max-width: 1199px) {
  .s1-l1 {
    font-size: 120px;
    top: 70px;
  }

  .banner {
    margin: 50px 0 0;
  }

  .s1-l2 {
    font-size: 61px;
    top: 184px;
  }

  .s1-l3 {
    right: 124px;
    top: 310px;
  }

  .s2-l1 {
    top: 90px;
    font-size: 100px;
  }

  .s2-l2 {
    font-size: 141px;
    top: 167px;
  }

  .s2-l3 {
    top: 340px;
    left: 173px;
  }

  .s3-l1 {
    font-size: 116px;
    top: 90px;
  }

  .s3-l2 {
    top: 200px;
    font-size: 48px;
  }

  .s3-l3 {
    right: 160px;
    top: 310px;
  }

  .s4-l1 {
    font-size: 165px;
    top: 36px;
  }

  .s4-l2 {
    font-size: 90px;
    top: 185px;
  }

  .s4-l3 {
    top: 320px;
    left: 180px;
  }
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
  width: 120px;
  overflow: hidden;
  max-width: 160px;
  position: relative;
  width: 60px !important;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
  height: 59px;
  width: auto !important;
  max-width: 10000px !important;
  position: absolute;
  left: -90px;
  right: -90px;
  margin: auto;
}

.ccm-block-page-list-page-entry-text h2 a {
  color: #444;
}

.ccm-block-page-list-page-entry-text h2 a:hover {
  color: #999;
}

.custom-print {
  text-align: center;
  color: #fff;
  padding: 85px 0;
}

.custom-print h2 {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-size: 9rem;
  line-height: 8rem;
}

.custom-print .custom-print-intro p {
  font-weight: 300;
  font-size: 1.9rem;
  letter-spacing: -0.5px;
  margin: 0 0 70px;
  color: #d6f2ff;
}

.custom-print .custom-print-outro p {
  font-size: 1.7rem;
  margin: 70px 0 0;
}

.custom-print .custom-print-outro p a {
  color: #d6f2ff;
}

.custom-print .custom-print-outro p a:hover {
  color: #ffdb5d;
}

.custom-print h3 {
  background-color: #172126;
  margin: 5px 0;
  padding: 13px;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-size: 3rem;
}

.custom-print .pillar-1 h3, .custom-print .pillar-6 h3 {
  border-top: 4px solid #cf5993;
}

.custom-print .pillar-2 h3, .custom-print .pillar-8 h3 {
  border-top: 4px solid #ef8f4a;
}

.custom-print .pillar-3 h3, .custom-print .pillar-5 h3 {
  border-top: 4px solid #ffbf42;
}

.custom-print .pillar-4 h3, .custom-print .pillar-7 h3 {
  border-top: 4px solid #9cea76;
}

.vtour-div {
  width: 600px;
  height: 450px;
  -webkit-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
  display: none;
}

.vtour-div a.closeThis {
  position: absolute;
  z-index: 1000000;
  background: #000;
  color: #fff;
  font-size: 23px;
  height: 40px;
  line-height: 38px;
  width: 40px;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  top: -20px;
  right: -20px;
}

.vtour-div a.closeThis:hover {
  background: #333;
  color: #666;
}

@media (max-width: 1485px) {
  .inner .top .page-title {
    padding: 120px 0 70px;
  }

  .landing-intro {
    padding: 100px 0 50px;
  }

  .landing-lead {
    padding: 65px 0;
  }
}

@media (max-width: 1199px) {
  .landing-offer {
    padding: 50px 0;
  }

  .landing-offer img {
    max-height: 240px;
    max-width: 240px;
  }

  .landing-about h2 {
    margin: 0;
  }

  .landing-about {
    padding: 40px 0;
  }

  .page-title h1 {
    line-height: 61px;
  }

  .inner .top .page-title {
    padding: 90px 0 40px;
  }

  .pillars ul li a {
    width: 300px;
    background-size: 300px;
    height: 190px;
  }

  .copy {
    font-size: 1.6rem;
  }

  .pillars ul li a:hover .title {
    bottom: 74px;
  }

  .pillars ul li a:hover .desc {
    bottom: 60px;
  }

  .pillars ul li a .desc br {
    display: none;
  }

  .pillars .owl-nav button {
    top: -111px;
  }
}

@media (max-width: 991px) {
  .landing-about .row, .landing-about .row div[class^="col"] {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .landing-about .landing-about-map img {
    margin: -50px auto 0;
    position: relative;
  }

  .landing-about .landing-about-map {}

  .landing-about {
    text-align: center;
  }

  .landing-about .landing-about-map ul {
    font-size: 3rem;
    position: relative;
    top: 0;
    margin: 0 auto 50px;
    width: 100%;
    left: 0;
  }

  .landing-about .landing-about-map ul li em {
    font-size: 1.5rem;
  }

  .s1-l1 {
    font-size: 90px;
    top: 50px;
    right: 50px;
  }

  .s1-l2 {
    font-size: 46px;
    top: 137px;
    right: 53px;
  }

  .s1-l3 {
    font-size: 15px;
    padding: 20px 30px;
    top: 212px;
    right: 73px;
  }

  .s2-l1 {
    top: 40px;
    font-size: 80px;
    left: 50px;
  }

  .s2-l2 {
    font-size: 113px;
    top: 97px;
    left: 48px;
  }

  .s2-l3 {
    top: 232px;
    left: 118px;
    padding: 20px 30px;
    font-size: 17px;
  }

  .s3-l1 {
    font-size: 91px;
    top: 50px;
    right: 45px;
  }

  .s3-l2 {
    top: 132px;
    font-size: 38px;
    right: 51px;
  }

  .s3-l3 {
    padding: 20px 30px;
    font-size: 17px;
    top: 210px;
    right: 45px;
  }

  .s4-l1 {
    font-size: 125px;
    top: 36px;
    left: 45px;
  }

  .s4-l2 {
    font-size: 70px;
    top: 149px;
    left: 45px;
  }

  .s4-l3 {
    top: 236px;
    left: 132px;
    font-size: 17px;
    padding: 20px 30px;
  }

  footer h2.yellow+p br {
    display: none;
  }

  footer h2.yellow+p {
    line-height: 17px;
  }

  .banner {
    margin: 35px 0 10px;
  }

  nav {
    height: 38px;
  }

  .top nav ul li a {
    padding: 13px 10px 0 18px;
  }

  .top nav ul li a i {
    top: 10px;
  }

  .top header .site-title a {
    font-size: 2.1rem;
    line-height: 14px;
  }

  .pillars, .intro, .app, .dist {
    padding: 35px 0;
  }

  footer ul.navigation li,
  footer ul.nav li {
    width: 100%;
    float: none;
  }

  footer ul.locations li {
    float: none;
    margin: 0 0 30px;
  }

  footer ul.locations li:last-child {
    margin: 0;
  }

  footer div[class^="col"] {
    flex: 100%;
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
  }

  footer {
    text-align: center;
    padding: 0 0 22px;
  }

  footer img {
    margin: 0 auto;
  }

  footer h2:after {
    margin: 3px auto 20px;
  }

  footer:before {
    margin: 0 0 20px;
  }

  .content.pg-ordering-info div[class*="colour"] h2 {
    padding: 10px;
    font-size: 3rem;
  }

  .floato-intro h2 {
    font-size: 4.4rem;
  }

  .floato-intro p {
    font-size: 1.9rem;
  }

  .floato-step i {
    transform: rotate(45deg) scale(0.7);
    -webkit-transform: rotate(45deg) scale(0.7);
    margin: -10px auto 50px;
  }

  .floato-step h3 {
    margin: -30px 0 0;
  }

  .content hr {
    margin: 45px 0;
  }

  .floato-links ul li a {
    font-size: 1.8rem;
  }

  .floato-links ul li {
    margin: 0 0 3px;
    display: block;
  }

  .custom-print .custom-print-intro p {
    margin: 0 0 40px;
  }

  .custom-print .custom-print-outro p {
    margin: 40px 0 0;
  }

  .custom-print h3 {
    padding: 8px;
    font-size: 2.34rem;
  }

  .inner .top .page-title {
    padding: 70px 0 35px;
  }

  nav .nav {
    position: relative;
    z-index: 4000;
  }

  .inner .content, .custom-print {
    padding: 50px 0;
  }

  .map iframe {
    height: 130px !important;
  }

  .map iframe {
    height: 130px !important;
  }

  .content.pg-contact h2+p {
    font-size: 2rem;
  }

  .content form fieldset label {
    font-size: 1.8rem;
  }

  .content form fieldset label+span {
    font-size: 1.3rem;
    top: 3px;
  }

  .content.pg-new-account-form .form-actions {
    width: 100%;
  }

  .content form fieldset {
    width: 100%;
  }

  .content form fieldset .mb-3 {
    float: none;
    width: 100%;
  }
}

.mbanner, .mbanner-nav {
  display: none;
}

@media (max-width: 767px) {
  .mbanner-nav a.mbanner-next {
    border-left: 2px solid #FFF;
  }

  .mbanner-nav a.mbanner-prev {
    border-right: 2px solid #FFF;
  }

  .banner {
    display: none;
  }

  .mbanner {
    display: block;
    margin-top: 79px;
  }

  .mbanner-nav {
    display: block;
  }

  .landing-offer img {
    height: 110px;
    width: 110px;
  }

  .landing-offer h3 {
    font-size: 3rem;
    letter-spacing: -0.5px;
  }

  .landing-offer .offer-out {
    margin: 25px 0 0;
  }

  .landing-offer h2 {
    font-size: 6rem;
  }

  .landing-about h2 {
    font-size: 6rem;
  }

  .landing-lead h2 {
    font-size: 5rem;
  }

  .landing-lead a {
    padding: 18px !important;
  }

  .landing-intro {
    padding: 60px 0;
    margin-top: 79px;
  }

  .landing-intro h1 {
    font-size: 7rem;
  }

  .landing-intro p {
    font-size: 2rem;
    line-height: 3rem;
  }

  .landing-intro .icon-arrow-down {
    margin: 35px auto 0;
  }

  .page-title h1 {
    font-size: 7rem;
    line-height: 50px;
  }

  nav .col, nav .row {
    display: block;
  }

  .top nav ul li {
    display: block;
  }

  .top nav ul li a {
    display: block;
    text-align: right;
    font-size: 17px;
    border-bottom: 1px solid #222;
    padding: 10px 0;
  }

  nav {
    height: auto;
    padding: 20px 0;
  }

  .top nav .col+.col ul li:last-child a {
    border: none;
  }

  .top header .site-title a:after {
    display: none;
  }

  .top header .site-title a span {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 55px;
    background-size: 84px;
    width: 84px;
  }

  .top header .site-title a {
    position: relative;
    top: 0;
    text-align: left;
    padding-left: 89px;
    padding-top: 6px;
    font-size: 27px;
    line-height: 23px;
    margin: 3px 0 0;
  }

  .top header {
    padding: 8px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    z-index: 9997;
  }

  .top header .mnav p a i {
    background-color: #2790e3;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
  }

  .top header .mnav p a {
    display: inline-block;
    margin-left: 4px;
  }

  .top header .mnav p a span {
    font-family: "museo-sans-rounded";
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    text-align: center;
    margin: 8px 0 0;
  }

  nav {
    position: fixed;
    width: 100%;
    top: 79px;
    z-index: 9997;
    padding: 5px 0;
    display: none;
  }

  .inner .top .page-title {
    margin-top: 79px;
    padding: 30px 0;
  }

  footer h2:after {
    height: 2px;
    width: 30px;
  }

  .content.pg-ordering-info .row, .content.pg-ordering-info .row div[class^="col"] {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin: 0 auto;
  }

  .content.pg-ordering-info {
    text-align: center;
  }

  .content.pg-ordering-info div[class*="colour"] h2 {
    margin: 0 0 15px;
  }

  .content hr {
    margin: 30px 0;
  }

  .button, .form-actions input[type="submit"], .form-actions button {
    display: block;
  }

  footer ul.locations li p {
    font-size: 1.8rem;
  }

  footer ul.locations li h3 {
    font-size: 2rem;
  }

  .copy a {
    display: block;
  }

  div.ccm-block-page-list-page-entry-horizontal {
    display: block !important;
  }

  div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    display: block !important;
    height: 60px;
    margin: 10px auto;
  }

  div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    display: block !important;
    text-align: center;
    padding: 0 !important;
    width: 100% !important;
  }

  .ccm-block-page-list-page-entry-text div {
    float: none;
  }

  .ccm-block-page-list-page-entry-text div+div {
    float: none;
    text-align: center;
  }

  .ccm-block-page-list-page-entry-text div+div a {
    display: inline-block;
  }

  .ccm-block-page-list-page-entry-horizontal:last-child {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .content.pg-contact .row, .content.pg-contact .row .row div[class^="col"],
  .page-type-event .content .row, .page-type-event .content .row div[class^="col"] {
    display: block;
    width: 100%;
    margin: 15px auto;
    max-width: 100%;
  }

  .page-type-event .content {
    text-align: center;
  }

  .icon-footer-1 {
    display: none !important;
  }

  footer ul.navigation li a,
  footer ul.nav li a {
    font-size: 1.7rem;
  }

  .dist p br {
    display: none;
  }

  .dist h2, .intro h2, .pillars h2, .app h2 {
    font-size: 5rem;
  }

  .app {
    text-align: center;
  }

  .app p a {
    display: inline-block;
    padding: 8px 17px 8px 36px !important;
  }

  .app h2:after {
    margin: 0 auto 18px;
    height: 2px;
  }

  .app .phone-example {
    position: relative;
    top: 0;
    max-width: 80%;
    right: 0;
    margin: 20px auto -40px;
  }

  .dist .dist-selector ul {
    width: 100%;
  }

  .dist .dist-selector ul li a {
    font-size: 13px;
  }

  .top nav ul li a i {
    background-size: 26px;
    height: 26px;
    width: 26px;
    top: 7px;
  }

  .page-title p {
    font-size: 1.7rem;
  }

  .pillars ul li a {
    width: 280px;
    margin: 0 auto;
  }

  .pillars .owl-nav button {
    position: relative;
    top: 0;
    display: inline-block;
    margin: 30px 20px 0;
  }

  .pillars .owl-nav .owl-prev {
    left: 0;
  }

  .pillars .owl-nav .owl-next {
    right: 0;
  }

  .pillars h2 {
    margin: 0 0 20px;
  }

  .pillars {
    padding: 35px 0 20px;
  }

  .map a {
    position: relative;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 1.9rem;
    padding: 20px 0;
    margin: 0;
  }

  .map a {
    position: relative;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 1.9rem;
    padding: 20px 0;
    margin: 0;
  }

  .vtour-div iframe {
    width: 100%;
    height: 100%;
  }

  .vtour-div {
    width: 85%;
    height: 300px;
  }

  .icon-mnav-1,
  .icon-mnav-2,
  .icon-mnav-3 {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 23px;
    background-size: 23px;
  }

  .icon-mnav-1 {
    background-image: url(images/icons/icon-mnav-1.svg);
  }

  .icon-mnav-2 {
    background-image: url(images/icons/icon-mnav-2.svg);
  }

  .icon-mnav-3 {
    background-image: url(images/icons/icon-external.svg);
  }

  .mbanner-nav a {
    display: block;
    width: 50%;
    color: #fff;
    background: #2790e3;
    float: left;
    font-size: 45px;
    line-height: 35px;
    padding: 10px;
    text-align: center;
    border-top: 3px solid #FFF;
  }

  .mbanner-nav a.mbanner-prev i {
    background-image: url(images/icons/icon-arrow-left-w.svg);
  }

  .mbanner-nav a.mbanner-next i {
    background-image: url(images/icons/icon-arrow-right-w.svg);
  }

  .mbanner-nav:after {
    clear: both;
    content: "";
    display: block;
  }

  .floato-step h3 {
    margin: 0 auto;
  }

  .floato-step i {
    margin: 40px auto -15px;
  }

  .floato-step.float-step-1 i {
    margin-top: 0;
  }

  .custom-print h2 {
    font-size: 5.5rem;
    line-height: 5rem;
  }

  .content.pg-personalized-balloons .row, .content.pg-personalized-balloons .col-sm-3 {
    display: block;
  }

  .content.pg-personalized-balloons .col-sm-3 {
    width: 50%;
    float: left;
  }

  .floato-step.floato-step-1, .floato-step.floato-step-2 {
    margin-top: -60px;
  }

  .content.pg-personalized-balloons .row:after {
    clear: both;
    content: "";
    display: block;
  }

  .custom-print h3 br {
    display: none;
  }

  .custom-print h3 {
    font-size: 3rem;
  }
}

@media (max-width: 480px) {
  .dist h2, .intro h2, .pillars h2, .app h2 {
    font-size: 4.3rem;
  }

  .page-title h1 {
    font-size: 5rem;
    line-height: 34px;
    margin: 0 0 5px;
  }

  .landing-about h2, .landing-offer h2 {
    font-size: 4.5rem;
  }

  .landing-about p {
    line-height: 24px;
  }

  .page-title p {
    font-size: 1.9rem;
  }

  .floato-intro h2 {
    font-size: 4.1rem;
    line-height: 33px;
    margin: 0 0 10px;
  }
}

@media (min-width: 1200px) and (max-height: 850px) {
  .banner, .banner li {
    height: 492px;
  }

  .banner li {
    overflow: hidden;
    border-bottom: 10px solid #FFF;
  }

  .s1-l1 {
    top: 50px;
  }

  .s1-l2 {
    top: 210px;
  }

  .s1-l3 {
    top: 340px;
  }

  .s2-l1 {
    top: 40px;
  }

  .s2-l2 {
    top: 135px;
  }

  .s2-l3 {
    top: 360px;
  }

  .s3-l1 {
    top: 50px;
  }

  .s3-l2 {
    top: 185px;
  }

  .s3-l3 {
    top: 320px;
  }

  .s4-l1 {
    top: 10px;
  }

  .s4-l2 {
    top: 190px;
  }

  .s4-l3 {
    top: 364px;
  }
}

@media (min-width: 1506px) and (max-height: 720px) {
  .top {
    height: 820px !important;
  }

  .banner {
    top: 600px !important;
    height: 820px !important;
  }
}

@media (min-width: 1200px) and (max-height: 720px) {
  .top nav ul li a {
    padding: 18px 22px 15px 33px;
  }

  .top nav ul li a i {
    top: 11px;
  }

  .top header {
    padding: 15px 0;
  }

  .top header .site-title a span {
    width: 115px;
    height: 76px;
    background-size: 115px;
    margin: 13px auto 4px;
  }

  .top header .site-title a:after {
    border-top: 90px solid #FFF;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    top: 60px;
  }

  .top header .site-title a {
    font-size: 2.5rem;
    line-height: 21px;
  }

  .banner {
    top: -11px;
  }
}

.postal-strike {
  background-color: #298adc;
  width: 600px;
  position: relative;
  padding: 30px;
}

.postal-strike .ps {
  background-color: #fff;
  padding: 30px;
}

.postal-strike .closeThis {
  background: #000;
  color: #FFf;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  font-size: 15px;
  transition: all 0.3s;
  position: absolute;
  top: -12px;
  right: -12px;
}

.postal-strike .closeThis:hover {
  background: #666;
  color: #999;
}

.postal-strike .ps h2 {
  color: #00367f;
  margin: 0 0 8px;
}

.postal-strike .ps ul li {
  margin: 15px 0 0;
}

.postal-strike .ps ul li, .postal-strike .ps p {
  font-size: 15px;
}

.postal-strike .ps ul {
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .postal-strike {
    width: 90%;
    padding: 15px;
  }

  .postal-strike .ps {
    padding: 15px;
  }
}

.catalogue-selector {
  margin: 0 0 45px;
}

.catalogue-selector ul li {
  display: inline-block;
}

.catalogue-selector ul li a {
  font-size: 16px;
  color: #555;
  display: block;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 13px;
}

.catalogue-selector ul li a:hover, .catalogue-selector ul li a:focus, .catalogue-selector ul li a.active {
  padding: 13px 20px;
  background-color: #64c878;
  color: #fff;
}

.single-catalogue h2 {
  color: #222;
  font-weight: 400;
  font-family: "bebas-neue", sans-serif;
  font-size: 73px;
  line-height: 0.8;
  margin: 0 0 20px;
}

.single-catalogue h3 {
  color: #222;
  font-weight: 400;
  font-family: "bebas-neue", sans-serif;
  font-size: 40px;
  margin: 100px 0 0;
}

.view-cat {
  text-align: center;
}

.view-cat iframe {
  margin: 0 0 20px;
  height: 95vh;
}

.view-cat a {
  margin: 0 10px;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
}

.view-cat a:hover, .view-cat a:focus {
  color: #888;
}

.catalogue-list {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalogue-list .catalogue-item {
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  text-align: center;
  margin: 0 0 20px;
  padding: 10px;
}

.catalogue-item h3 {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-size: 33px;
  margin: 13px 0 20px;
}

.catlink a {
  background: #298adc;
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  padding: 45px;
  text-align: right;
  position: relative;
  background-repeat: no-repeat !important;
}

.catlink a:hover, .catlink a:focus {
  background: #232323;
}

.catlink.catlink1 a {
  background-image: url(images/i1.png);
  -webkit-background-size: 100px;
  background-size: 100px;
  background-position: 30px 23px;
}

.catlink.catlink2 a {
  background-image: url(images/i2.png);
  -webkit-background-size: 70px;
  background-size: 70px;
  background-position: 20px 9px;
}

@media (max-width: 991px) {
  .single-catalogue h2 {
    font-size: 45px;
  }

  .view-cat iframe {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .single-catalogue h2 {
    margin-top: 50px;
  }

  .catlink a {
    font-size: 20px;
    padding: 25px;
  }

  .catlink.catlink1 a {
    -webkit-background-size: 60px;
    background-size: 60px;
    background-position: 20px 17px;
    margin-bottom: 10px;
  }

  .catlink.catlink2 a {
    -webkit-background-size: 33px;
    background-size: 33px;
    background-position: 31px 11px;
  }

  .catalogue-list .catalogue-item {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .catalogue-item h3 {
    font-size: 22px;
    margin: 10px 0 17px;
  }

  .catalogue-selector ul li {
    display: block;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .catalogue-list .catalogue-item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.cat-hide footer, .cat-hide .copy {
  display: none;
}

.catalogue-embed>div {
  max-height: 100% !important;
}

.catalogue-embed {
  height: calc(100vh - 120px);
  top: 100px;
  position: relative;
}

.cat-header {
  position: absolute;
  border-top: 4px solid #298adc;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.cat-header img {
  max-width: 87px;
}

.cat-header p span {
  color: #0e0e0e;
  font-family: "bebas-neue", sans-serif;
  font-size: 3.6rem;
  margin: 0 24px 0 0;
  display: inline-block;
  position: relative;
  top: 10px;
}

.cat-header p span i {
  position: relative;
  top: 4px;
}

.cat-header p a {
  position: relative;
  top: 2px;
}

.cat-header .button {
  position: relative;
  top: 7px;
}

@media (max-width: 991px) {
  .cat-header p span {
    top: 17px;
  }
}

@media (min-width: 768px) {
  .mbhide {
    display: none;
  }

  .dthide {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .mbhide {
    display: block;
  }

  .dthide {
    display: none;
  }

  a.mb {
    background-color: #2790e3;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    margin: 4px 0 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
  }

  a.mb i {
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    color: #fff;
  }

  a.mb span {
    font-family: "museo-sans-rounded";
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    text-align: center;
    margin: 4px 0 0;
    top: 0 !important;
  }
}

.covid {
  color: #fff;
  background: #3797d3;
  padding: 13px 16px 20px;
  z-index: 10000000000;
}

.covid a {
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 10px 10px;
  float: right;
}

.covid p {
  font-size: 19px;
  display: inline-block;
  margin: 7px 0 0;
}

.covid a:hover, .covid a:focus {
  background: #333;
  color: #999;
}

@media (max-width: 991px) {
  .covid p {
    font-size: 14px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .covid p {
    width: 480px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .covid a {
    float: none;
    margin: 5px 0 0;
  }

  .covid p {
    font-size: 13px;
  }

  .covid {
    text-align: center;
    padding: 10px;
    position: fixed;
    border: 2px solid #FFF;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }

  .content.pg-personalized-balloons .col-sm-7,
  .content.pg-personalized-balloons .col-sm-5,
  .custom-print .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .content.pg-personalized-balloons .col-sm-12>.row {
    display: flex;
    flex-direction: column;
  }

  .content.pg-personalized-balloons .col-sm-5 {
    -webkit-order: -1 !important;
    -ms-order: -1 !important;
    order: -1 !important;
    margin: 0 0 40px;
  }
}

.rednote p {
  margin: 0;
}

.rednote {
  background: #eb4d4b;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  margin: 0 0 30px;
}

.floato-desc {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.inline-ad {
    display: flex;
    padding: 20px;
    background-color: #f2f2f2;
}

.ia-left {
    width: 40% !important;
}

.ia-right {
    width: 60% !important;
}

.ia-left img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.ia-left {
    padding-right: 30px;
}

.content .ia-right p {
    font-size: clamp(16px, 0.9895833333333334vw, 19px);
}

.ia-right p strong {
    font-size: clamp(18px, 1.5625vw, 30px);
}

.ia-right p em {
    font-style: normal;
    font-size: clamp(16px, 1.1979166666666667vw, 23px);
    display: block;
}

.ia-right p {
    line-height: 1.3;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.form-check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-check input {
    flex: 0 0 20px;
}

.content form fieldset .mb-3:nth-child(21) {
    width: 100% !important;
}

.content form fieldset .mb-3:nth-child(21) > label.form-label {
    display: block;
    margin: 0 0 10px;
    font-weight: 700;
}

.content form fieldset .mb-3:nth-child(21) span.text-muted.small {
    display: none;
}

@media (max-width: 991px) {
  .inline-ad {
    flex-direction: column;
  }
  .ia-left,
  .ia-right {
      width: 100% !important;
      padding: 0 !important;
  }
  .ia-left img {
    display: block;
    margin: 0 auto 20px;
  }
  .pg-new-account-form form {
    padding: 30px 30px 70px;
  }
}

.dist-selector.fs-french ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 10px;
}

.pillars ul.oc-french li a .desc {
  font-size: clamp(10.666666666666666px, 0.8333333333333334vw, 16px);
}

.pillars ul.oc-french li a:hover .title {
  -webkit-transform: unset;
  transform: unset;
}

.app.french-app .phone-example {
    top: 100px;
}

.phone-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lang-toggle {
  display: flex;
  margin-left: 16px;
}

.lang-toggle a {
  padding: 5px 10px;
  line-height: 1;
  background-color: #0e0e0e;
  color: #FFF !important;
  overflow: hidden !important;
  font-size: clamp(14px, 1.0416666666666667vw, 20px);
}

.lang-toggle a:first-of-type {
  border-radius: 8px 0px 0px 8px;
}

.lang-toggle a:last-of-type {
  border-radius: 0px 8px 8px 0px;
}

.lang-toggle a:hover,
.lang-toggle a:focus,
.lang-toggle a.active {
  background-color: #229ae4;
}

@media (max-width: 1600px) {
  .app.french-app .phone-example {
    top: 120px;
  }
}

@media (max-width: 991px) {
  .app.french-app .phone-example {
    max-width: 350px;
    right: -40px;
  }
  .app.french-app .phone-example {
    top: 160px;
  }
  .top header p {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .app.french-app .phone-example {
    top: 0;
  }
  .phone-toggle {
    display: none;
  }
}

.banner2k25 {
  height: clamp(400px, 38.385416666666664vw, 737px);
  position: unset;
  left: unset;
  right: unset;
  bottom: unset;
  top: unset;
  margin: auto;
  overflow: hidden;
}

.banner2k25 .no-padding {
  padding: 0 !important;
}

.banner2k25 .h100 {
  height: 100% !important;
}

.banner2k25 ul, .banner2k25 ul li {
  width: 100% !important;
  height: 100% !important;
}

.banner2k25 ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

.banner2k25 .banner-nav {
  background: unset;
  display: block;
  width: clamp(30px, 2.34375vw, 45px);
  height: clamp(30px, 2.34375vw, 45px);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.banner2k25 .banner-nav.banner-prev {
  background-image: url(images/2025/nav-left.svg);
  left: clamp(33.333333333333336px, 2.6041666666666665vw, 50px);
  -webkit-border-radius: 0;
  border-radius: 0;
}

.banner2k25 .banner-nav.banner-prev:hover {
  width: clamp(30px, 2.34375vw, 45px);
  left: clamp(33.333333333333336px, 2.6041666666666665vw, 50px);
  opacity: 0.75;
}

.banner2k25 .banner-nav.banner-next {
  background-image: url(images/2025/nav-right.svg);
  right: clamp(33.333333333333336px, 2.6041666666666665vw, 50px);
  -webkit-border-radius: 0;
  border-radius: 0;
}

.banner2k25 .banner-nav.banner-next:hover {
  width: clamp(30px, 2.34375vw, 45px);
  right: clamp(33.333333333333336px, 2.6041666666666665vw, 50px);
  opacity: 0.75;
}

.s1-l1, .s2-l1, .s3-l1, .s4-l1 {
  color:#511945;
  letter-spacing: 0;
  text-shadow: unset;
  font-weight: 400;
  left: unset !important;
  top: clamp(50px, 5.9375vw, 114px);
}

.s1-l1 {
  font-size: clamp(100px, 10.520833333333334vw, 202px);
  right: clamp(225px, 19.53125vw, 375px);
}

.s2-l1 {
  font-size: clamp(82px, 8.90625vw, 171px);
  right: clamp(200px, 16.927083333333332vw, 325px);
}

.s3-l1 {
  font-size: clamp(100px, 10.520833333333334vw, 202px);
  right: clamp(225px, 19.53125vw, 375px);
}

.s4-l1 {
  font-size: clamp(100px, 10.520833333333334vw, 202px);
  right: clamp(200px, 18.229166666666668vw, 350px);
}

.s1-l2, .s2-l2, .s3-l2, .s4-l2 {
  letter-spacing: 0;
  text-shadow: unset;
  font-weight: 400;
  left: unset !important;
}

.s1-l2 {
  font-size: clamp(50px, 5.260416666666667vw, 101px);
  right: clamp(222px, 19.010416666666668vw, 365px);
  top: clamp(160px, 15.104166666666666vw, 290px);
}

.banner2k25.french .s1-l2,
.banner2k25.french .s3-l2{
  font-size: clamp(50px, 3.90625vw, 75px);
}

.s1-l2 {
  font-size: clamp(50px, 5.260416666666667vw, 101px);
  right: clamp(222px, 19.010416666666668vw, 365px);
  top: clamp(160px, 15.104166666666666vw, 290px);
}

.s2-l2 {
  font-size: clamp(21px, 3.6979166666666665vw, 71px);
  right: clamp(203.33333333333334px, 15.885416666666666vw, 305px);
  top: clamp(180px, 14.322916666666666vw, 275px)
}

.s3-l2 {
  font-size: clamp(50px, 5.260416666666667vw, 101px);
  right: clamp(222px, 19.010416666666668vw, 365px);
  top: clamp(160px, 15.104166666666666vw, 290px);
}

.s4-l2 {
  font-size: clamp(50px, 5.260416666666667vw, 101px);
  right: clamp(222px, 19.010416666666668vw, 365px);
  top: clamp(160px, 15.104166666666666vw, 290px);
}

.s1-l3, .s2-l3, .s3-l3, .s4-l3 {
  text-transform: capitalize;
  color: #FFF;
  left: unset !important;
  top: clamp(250px, 26.041666666666668vw, 500px);
  font-size: clamp(20px, 1.6145833333333333vw, 31px);
  padding: clamp(14px, 1.09375vw, 21px) clamp(38px, 2.96875vw, 57px);
}

.s1-l3, .s2-l3, .s3-l3, .s4-l3 {
  right: clamp(255px, 25vw, 480px);
}

.s1-l2.pink, .s2-l2.pink, .s3-l2.pink, .s4-l2.pink { color: #D15BA0; }
.s1-l2.orange, .s2-l2.orange, .s3-l2.orange, .s4-l2.orange { color: #C97D13; }
.s1-l2.green, .s2-l2.green, .s3-l2.green, .s4-l2.green { color: #2B9640; }
.s1-l2.red, .s2-l2.red, .s3-l2.red, .s4-l2.red { color: #E36A6A; }

.s1-l3.blue, .s2-l3.blue, .s3-l3.blue, .s4-l3.blue { background-color: #229AE4; }
.s1-l3.pink, .s2-l3.pink, .s3-l3.pink, .s4-l3.pink { background-color: #D15BA0; }
.s1-l3.gold, .s2-l3.gold, .s3-l3.gold, .s4-l3.gold { background-color: #D1AC5B; }
.s1-l3.green, .s2-l3.green, .s3-l3.green, .s4-l3.green { background-color: #2B9640; }

.banner2k25 .button.tertiary:hover,
.banner2k25 .button.tertiary:focus {
  background-color: #000;
  color: #FFF;
}

@media (max-width: 1505px) {
  .banner2k25 {
    -webkit-transform-origin: unset;
    transform-origin: unset;
    -webkit-transform: unset;
    transform: unset;
    top: unset;
    height: clamp(400px, 38.385416666666664vw, 737px);
    margin: 0;
    position: unset;
  }
}

@media (max-width: 991px) {
  .s1-l1, .s2-l1, .s3-l1, .s4-l1 {
    top: 50px;
  }
  .s1-l1 {
    font-size: 100px;
    right: 150px;
  }
  .s2-l1 {
    font-size: 82px;
    right: 140px;
  }
  .s3-l1 {
    font-size: 100px;
    right: 130px;
  }
  .s4-l1 {
    font-size: 100px;
    right: 140px;
  }
  .s1-l2, .s4-l2 {
    font-size: 50px;
    right: 150px;
    top: 150px;
  }
  .s3-l2 {
    font-size: 50px;
    right: 125px;
    top: 150px;
  }
  .s2-l2 {
    font-size: 30px;
    right: 150px;
    top: 130px;
  }
  .s1-l3, .s2-l3, .s4-l3 {
    top: 250px;
    font-size: 20px;
    padding: 14px 38px;
    right: 175px;
  }
  .s2-l3 .s4-l3 {
    top: 250px;
    font-size: 20px;
    padding: 14px 38px;
    right: 175px;
  }
  .s3-l3 {
    top: 250px;
    font-size: 20px;
    padding: 14px 38px;
    right: 165px;
  }
}
