
























@font-face {
  font-family: 'VAGRounded';
  src:  url('https://4546388.fs1.hubspotusercontent-na1.net/hubfs/4546388/Fonts/VAG%20Rounded%20Std%20Thin.woff2') format('woff2'),
        url('https://4546388.fs1.hubspotusercontent-na1.net/hubfs/4546388/Fonts/VAG%20Rounded%20Std%20Thin.woff') format('woff');
}

@font-face {
  font-family: 'VAGRounded';
  font-weight: bold;
  src:  url('https://4546388.fs1.hubspotusercontent-na1.net/hubfs/4546388/LWM%20-%20Brand%20campaign/fonts/VAGRoundedBold.woff2') format('woff2'),
        url('https://4546388.fs1.hubspotusercontent-na1.net/hubfs/4546388/LWM%20-%20Brand%20campaign/fonts/VAGRoundedBold.woff') format('woff');
}

@font-face {
  font-family: 'Swiss721BT';
  src: url('https://4546388.fs1.hubspotusercontent-na1.net/hubfs/4546388/LWM%20-%20Brand%20campaign/fonts/Swiss721BT-Light.woff') format('woff');
}

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: 'VAGRounded', 'sans-serif';
  line-height: 1.4;
}

.o-fit {
    object-fit: cover;
    object-position: center center;   
    font-family: 'object-fit: cover;object-position: center center;'; 
    height: 100%;
    width: 100%;
}

.c-link,
.c-link:active,
.c-link:hover {
 	cursor: pointer;
}

.c-link:active,
.c-link:hover {
	outline-offset: 0;
	box-shadow: none;
	opacity: .7;
}

a {
  color: #003855;
}

a:hover {
  color: #003855;
  opacity: 0.7;
}

p {
  margin: 0;
}
h1 {
  font-family: 'VAGRounded', 'sans-serif';
  color: #FFAF00;
  font-weight: 300;
  font-size: 38px;
  margin-bottom: 24px;
}

h2 {
  font-family: 'VAGRounded', 'sans-serif';
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 12px;
  margin-top: 0;
}
.c-btn {
  font-family: 'Swiss721BT';
  background-color: #E35205;
  color: white;
  border: none;
  margin: 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 21px;
  padding: 12px 24px;
  background: none;
  background-size: cover;
}

.c-btn:hover {
  color: white;
  cursor: pointer;
  opacity: 0.9;
  background: none;
  background-size: cover;
}

.c-btn:focus {
  outline: none;
}

.c-btn--orange, .c-btn--orange:hover {
  background: url("https://4546388.fs1.hubspotusercontent-na1.net/hubfs/4546388/LWM%20-%20Brand%20campaign/email/Button.png") !important;
}

.c-btn--white, .c-btn--white:hover {
  background: url("https://4546388.fs1.hubspotusercontent-na1.net/hubfs/4546388/LWM%20-%20Brand%20campaign/components/buttons/Button_Partner_Stories.png") !important;
}
.c-header__wrapper {
  position: fixed;
  height: 85px;
  width: 100%;
  z-index: 9999;
  background-color: #FFFFFF;
}

@media (min-width: 980px) {
  .c-header__wrapper {
    height: 115px;
  }
}

.c-header {
  height: 100%;
  width: 100%;
}

.c-header__wave {
  position: relative;
  overflow: hidden;
  height: 11px;
  top: -9px;
}

@media (min-width: 980px)
{
  .c-header__wave {
    height: 20px;
    top: -4px;
  }
}

.c-header__wave svg {
  height: 100%;
  width: 100%;
}

.c-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px;
  padding-bottom: 0;
  justify-content: center;
}

@media (min-width: 980px)
{
  .c-nav {
    padding: 35px;
    padding-bottom: 0;
    justify-content: flex-start;
  }
}

.c-nav__link {
  display: flex;
}

@media (min-width: 980px)
{
  .c-nav__link {
    margin-right: 48px;
  }
}

.c-nav__link:hover {
  cursor: pointer;
  opacity: 0.9;
}

.c-nav__logo {
  min-width: 185px;
  max-width: 185px;
}

@media (min-width: 980px)
{
  .c-nav__logo {
    min-width: 280px;
    max-width: 280px;
  }
}

.c-nav__logo img {
  width: 100%;
}
.c-banner {
  position: relative;
  height: 100%;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  margin-top: 57px;
}

.c-banner.c-banner--es .c-banner__content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.c-banner.c-banner--es .c-banner__content {
  width: 100% !important;
}

@media (min-width: 768px)
{
  .c-banner.c-banner--es .c-banner__content {
    width: 30% !important;
  }
}

@media (min-width: 980px)
{
  .c-banner.c-banner--es .c-banner__content {
    width: 40% !important;
  }
}

.c-banner__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(100% 30% at center,rgba(0,0,0,0.3) 50%,rgba(150,150,150,0),rgba(150,150,150,0));
}

.c-banner__overlay--top\@mobile {
  background: radial-gradient(100% 50% at top center, rgba(0,0,0,.3) 50%, rgba(150,150,150,0.0), rgba(150,150,150,0.0));
}

@media (min-width: 980px)
{
  .c-banner {
    margin-top: 90px;
    min-height: 600px;
    justify-content: center;
  }

  .c-banner__overlay {
    background: radial-gradient(80% 50% at center, rgba(0,0,0,.3) 50%, rgba(150,150,150,0.0), rgba(150,150,150,0.0));
  }
  
  .c-banner__overlay--right\@desktop {
    background: radial-gradient(80% 50% at right, rgba(0,0,0,.3) 50%, rgba(150,150,150,0.0), rgba(150,150,150,0.0));
  }
}

.c-banner h1 {
  font-size: 33px;
  margin: 0;
  line-height: 1;
}

.c-banner h2 {
  font-size: 33px;
  color: #FFFFFF;
  margin: 0;
  line-height: 1;
  margin-left: 24px;
}

@media (min-width: 980px)
{
  .c-banner h1 {
    font-size: 91px;
  }

  .c-banner h2 {
    font-size: 91px;
    margin-left: 48px;
  }
}

.c-banner__media-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-banner__media-wrapper img {
  object-position: top center;
}

.c-banner__content-wrapper {
  background: #E1E0D6;
  padding: 48px 24px;
  z-index: 10;
  background: unset;
}

.c-banner__content {
  z-index: 11;
  width: 100%;
  color: #FFFFFF;
}

.c-banner__content h1 {
  margin-top: 0;
}

.c-banner__content p {
  margin-bottom: 0;
}

.c-banner-main__slide {
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.c-banner-main-slide__image {
  position: relative;
  height: 100%;
  width: 100%;
}

.c-banner-main-slide__image img {
  display: inline;
}

@media (max-width: 980px)
{
  .c-banner--top-right\@mobile {
    justify-content: flex-end !important;
    align-items: flex-start !important;
  }
}
.c-footer {
  padding: 24px;
  padding-top: 6px
  color: rgb(88, 88, 87);
}

.c-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-footer__ttl {
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #E35205;
}

.c-footer__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-flow: row wrap-reverse;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 24px;
}

.c-footer-list__item {
  font-size: 13px;
  margin-right: 24px;
  margin-bottom: 12px;
  padding: 0;
}

.c-footer-list__item a {
  color: #585857;
  text-decoration: none;
}

.c-footer-list__item:last-child {
  margin-right: 0;
}

.c-footer-list__item:before {
  content: none;
}

@media (min-width: 980px) {
  .c-footer {
    padding: 48px;
    padding-top: 6px;
  }
  
  .c-footer__ttl {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .c-footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .c-footer__list {
    align-items: flex-end;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .c-footer-list__item {
    margin-right: 0;
    margin-left: 48px;
    margin-bottom: 0;
  }
}
.c-social {
  display: flex;
  align-items: center;
}

.c-social__item {
  margin-right: 12px;
}

.c-social__item img {
  width: 30px;
  height: 30px;
}

.c-social__item:last-child {
  margin-right: 0;
}


@media (min-width: 980px) {
  .c-social__item img {
    width: 35px;
    height: 35px;
  }
}
.c-cta {
  font-family: 'VAGRounded';
  position: relative;
  color: #FFFFFF;
  background-color: #003855;
  display: flex;
  align-items: center;
  flex-direction: column;
  word-break: break-word;
  font-size: 15px;
}

.c-cta--no-header .c-cta-form__inner {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .c-cta--no-header .c-cta-form__inner {
    margin-top: 50px !important;
  }
}

@media (min-width: 980px) {
  .c-cta--no-header .c-cta-form__inner {
    margin-top: 200px !important;
  }
}

.c-cta--thank-you {
  justify-content: center;
}

.c-cta--thank-you:first-child > .span12 {
  width: 100%;
}

.c-cta--no-header:first-child > .span12 {
  margin-top: 100px;
}

@media (min-width: 768px) {
  .c-cta--thank-you:first-child > .span12 {
    width: 75%;
  }
}

@media (min-width: 1260px) {
  .c-cta--thank-you:first-child > .span12 {
    width: 50%;
  }
}

.c-cta-info {
  display: flex;
  flex: 1;
  padding: 48px;
  line-height: 30px;
  font-size: 15px;
}

.c-cta-info p {
  font-family: 'Swiss721BT';
}

.c-cta-info strong {
  font-family: 'VAGRounded';
}

.c-cta-info h1, .c-cta-info h2 {
  font-size: 33px;
  line-height: 37px;
  margin: 0;
}

.c-cta-info h1 {
  text-indent: -20px;
}

@media (min-width: 768px) {
  .c-cta {
    flex-direction: row;
    align-items: flex-start;
  }

  .c-cta-info {
    padding: 48px;
  }
}

@media (min-width: 1260px) {  
  .c-cta-info h1, .c-cta-info h2 {
    font-size: 80px;
    line-height: 95px;
    margin: 0;
  }

  .c-cta-info h1 {
    text-indent: -40px;
  }
}

@media (min-width: 980px) {
  .c-cta {
    font-size: 20px;
  }
  
  .c-cta-info {
    padding: 96px;
    font-size: 20px;
  }
}

.c-cta-form {
  flex: 1;
  color: #003855;
  padding: 24px 24px 96px 24px;
}

.c-cta-request {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: -60px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjI0OHB4IiBoZWlnaHQ9IjE5NXB4Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMjI3LCA4MiwgNSkiCiBkPSJNMS4xNzcsMTUwLjI1MyBDMC42NzIsMTU4LjY0NyAwLjgxMCwxNjcuMjI1IC0wLjAwNSwxNzUuNzUwIEMyMC45MDEsMTc4LjExMiA0MS43MDYsMTc5Ljc3MyA2Mi4yMTAsMTgxLjYzMSBDNzIuNTgzLDE4Mi41NzAgODIuOTY3LDE4Mi45ODIgOTMuMjA2LDE4NC4wNTkgQzEwMy4yNDAsMTg1LjExNiAxMTMuMjYzLDE4NS4zMzggMTIzLjA0OCwxODYuMzY3IEMxMzMuMjA2LDE4Ny40MzYgMTQzLjczOCwxODYuMjg3IDE1My45MDAsMTg3LjAwMyBDMTY0LjA0NiwxODcuNzE3IDE3My45MTgsMTg5Ljg3MiAxODMuOTU2LDE5MC40NDcgQzE5NC4xMjQsMTkxLjAyNyAyMDQuMTY5LDE5Mi4yMDIgMjE0LjI5MywxOTIuODA0IEMyMjQuMzU1LDE5My40MDYgMjM0LjQwNSwxOTQuNTIwIDI0NC42NDgsMTk1LjAwMSBDMjQ1LjY5OSwxODMuMzAyIDI0Ni43NDcsMTcyLjA0OCAyNDcuMzY4LDE2MS4xNzkgQzI0Ny45OTksMTUwLjEzOSAyNDcuNzA0LDEzOS41NjMgMjQ3LjIxNiwxMjkuMzg2IEMyNDYuNzM1LDExOS4zNTAgMjQ0Ljk3MSwxMDkuNjU2IDI0My4xMDEsMTAwLjUwMSBDMjQxLjI1OSw5MS40NzQgMjM4LjE5Miw4Mi44ODEgMjM0Ljc5MCw3NS4xNjkgQzIyOS43NzcsNjMuNzk5IDIyMS45NTUsNTMuMTA1IDIxNC4xNzUsNDMuNTUxIEMyMDkuMDMxLDM3LjIzNyAyMDMuMDI2LDMwLjg5MiAxOTYuNjE1LDI1LjU2NiBDMTkzLjI3NCwyMi43ODggMTg5Ljg0OSwyMC40NjEgMTg2LjExMSwxNy45NzEgQzE4MC41NDYsMTQuMjY4IDE3NC45NzEsMTEuMTc1IDE2Ny45ODAsOC41NzcgQzE2NS43NDAsNy43NDUgMTYzLjI1MCw3LjIwNSAxNjAuNzIwLDYuNDgzIEMxNDkuOTU3LDMuNDA2IDEzOS41MjcsMS42OTEgMTI4LjczOSwwLjc4OCBDMTIzLjI3MSwwLjMzMSAxMTcuOTQwLC0wLjAwMSAxMTIuOTQ4LDAuNzkxIEMxMDguMTMzLDEuNTU3IDEwMy40NjUsMi4xOTMgOTguODg4LDMuMzA1IEM5NC4xNzgsNC40NDkgODkuNzQ5LDUuNTE4IDg1LjQxNSw2LjU0NiBDODMuNzQwLDYuOTQzIDgyLjI3NSw3LjY3NyA4MC43MzUsOC4zODIgQzc4LjQ0OCw5LjQzMiA3NS45MDAsMTAuNTg0IDczLjcwOCwxMS45NjkgQzY2Ljc4OCwxNi4zNDAgNTkuOTQxLDIxLjA1MCA1My42OTgsMjYuODM1IEM0OC4zMTksMzEuODE4IDQzLjIyNSwzNy4wMzEgMzguMzg0LDQyLjg2MCBDMzcuNzI2LDQzLjY1NCAzNi45MTMsNDQuMzU4IDM2LjMxNyw0NS4xMzggQzM1Ljk1NCw0NS42MTIgMzUuODM2LDQ2LjI0NSAzNS40ODYsNDYuNzE1IEMzNS4xODcsNDcuMTE4IDM0LjY4NCw0Ny4zNTAgMzQuMzc5LDQ3Ljc2MyBDMzIuNTE0LDUwLjI4NiAzMC43ODUsNTMuMTc2IDI4Ljg3Nyw1NS44MzUgQzI2LjMyNyw1OS4zOTIgMjQuMDY5LDYzLjA1MyAyMS43MzIsNjYuODk2IEMyMC41MzQsNjguODY4IDE5LjIxNyw3MC41NzAgMTguMjk4LDcyLjY5MiBDMTcuMzg3LDc0Ljc5MSAxNi42MDIsNzcuMDU1IDE1Ljc2Myw3OS40MTMgQzE0LjE4MCw4My44NjQgMTIuMzYyLDg4LjQ0MSAxMC44MjQsOTMuMjAyIEM5LjMwNiw5Ny45MDYgNy41ODksMTAyLjY2MyA2LjMyOCwxMDcuNTM3IEMyLjk0NywxMjAuNTk1IDIuMDI3LDEzNi4xNDkgMS4xNzcsMTUwLjI1MyAiLz48L3N2Zz4=);
  background-size: 100% 100%;
  width: 150px;
  height: 120px;
}

.c-cta-request__text {
  font-size: 22px;
  color: #FFFFFF;
  transform: rotate(5deg);
  text-align: center;
  line-height: 22px;
  padding: 30px;
}

@media (min-width: 1260px) {
  .c-cta-request {
    width: 200px;
    height: 160px;
    right: -10px;
    top: -80px;
  }

  .c-cta-request__text {
    font-size: 25px;
    line-height: 32px;
    max-width: 50%;
  }
}

@media (min-width: 1500px) {
  .c-cta-request {
    width: 250px;
    height: 190px;
    right: -90px;
    top: -90px;
  }

  .c-cta-request__text {
    font-size: 30px;
    line-height: 40px;
    max-width: 50%;
  }
}

.c-cta-form__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  background-image: url("https://4546388.fs1.hubspotusercontent-na1.net/hubfs/4546388/LWM%20-%20Brand%20campaign/components/cta/form.svg");
  background-size: 100% 100%;
  max-width: 629px;
  width: 100%;
}

.c-cta-info a {
  color: #FFFFFF;
}

.c-cta-form__content {
  position: relative;
  padding: 60px;
}

.c-cta-form__ttl {
  line-height: 1;
  font-size: 28px;
  margin-bottom: 24px;
}

.c-cta-form__ttl > div:first-child {
  margin-left: -24px;
}

.c-cta-form__descr {
  font-family: 'Swiss721BT';
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .c-cta-form__content {
    padding: 50px; 
  }
}

@media (min-width: 980px) {
  .c-cta-form__inner {
    margin-top: -100px;
  }

  .c-cta-form__content {
    padding: 90px; 
  }

  .c-cta-form__ttl {
    font-size: 41px;
  }

  .c-cta-form__descr {
    font-size: 20px;
  }
}

.c-cta-wave {
  display: flex;
  height: 0;
}

.c-cta-wave svg {
  position: relative;
  top: -25px;
  height: 25px; 
  width: 100%;
}

@media (min-width: 980px) {
  .c-cta-wave svg {
    top: -60px;
    height: 60px; 
  }
}

.c-cta-form__content input:not([type=checkbox]):not([type=submit]) {
  display: block;
  font-size: 20px;
  color: #003855;
  outline: none;
  border: none;
  border-bottom: 1px solid #003855;
  padding: 6px 0;
  width: 100%;
}

.c-cta-form__content--white input:not([type=checkbox]):not([type=submit]) {
  display: block;
  font-size: 20px;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background-color: #003855;
}

.c-cta-form__content input::placeholder {
  font-size: 16px;
  color: #003855;
}

.c-cta-form__content--white input::placeholder {
  font-size: 16px;
  color: #FFFFFF;
}

@media (min-width: 980px) {
  .c-cta-form__content input::placeholder {
    font-size: 20px;
  }
}

.c-cta-form__content .hs-form-required {
  display: none;
}

.c-cta-form__content .hs-form-field {
  margin-bottom: 36px;
}

.c-cta-form__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-cta-form__content .hs-form-booleancheckbox-display {
  position: relative;
  display: flex;
}

.c-cta-form__content input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-cta-form__content input[type=checkbox] ~ span {
  margin-left: 48px;
}

.c-cta-form__content input[type=checkbox] ~ span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: #E1E0D6;
  cursor: pointer;
}

.c-cta-form__content input[type=checkbox]:checked ~ span:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 16px;
  height: 13px;
  background-color: #003855;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  cursor: pointer;
}

.c-cta-form__content select.hs-input {
  padding: 8px;
  background-color: #E1E0D6;
  color: #003855;
  width: 100%;
  font-size: 16px;
  font-family: 'Swiss721BT';
  border: none;
  outline: none;
}

.c-cta-form__content .hs_error_rollup {
  display: none;
}

.c-cta-form__content .hs-error-msgs {
  color: #E75204;
  font-size: 12px;
  margin-top: 6px;
}

.c-cta-form__content .hs-submit .actions {
  display: inline-block;
  font-family: 'VAGRounded';
  background-color: #E35205;
  color: #FFFFFF;
  border: none;
  margin: 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px;
  margin-bottom: 24px;
  cursor: pointer;
  border-radius: 0;
  background: url("https://4546388.fs1.hubspotusercontent-na1.net/hubfs/4546388/LWM%20-%20Brand%20campaign/email/Button.png");
  background-size: cover;
}

.c-cta-form__content .hs-submit input[type=submit] {
  font-family: VAGRoundedStd;
  background: none;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: 'VAGRounded';
  font-weight: bold;
  color: white;
  cursor: pointer;
}

@media (min-width: 980px) {
  .c-cta-form__content .hs-submit .actions {
    font-size: 21px;
    padding: 14px 24px;
  }
  
  .c-cta-form__content .hs-submit input[type=submit] {
    font-size: 21px;
  }
  
  .c-cta-form__content select.hs-input {
    font-size: 21px;
  }
}
.c-form {
  position: relative;
}

.c-form input {
  font-size: 20px;
  color: #003855;
  outline: none;
  border: none;
  border-bottom: 1px solid #003855;
  padding: 6px 0;
}

.c-form input::placeholder {
  color: #003855;
}

.c-form__element {
  margin-bottom: 24px;
}

.c-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  padding-left: 48px;
  margin-bottom: 0;
  user-select: none;
}

.c-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-checkbox__lbl {
  font-size: 18px;
  line-height: 23px;
}

.c-checkbox__check {
  position: absolute;
  top: 5px;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: #E1E0D6;
}

.c-checkbox input:checked ~ .c-checkbox__check:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 13px;
  background-color: #003855;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.c-cta-info ul {
  list-style: none;
  padding: 0;
}

.c-cta-info li {
  position: relative;
  padding-left: 48px;
  margin-bottom: 12px;
  font-family: 'Swiss721BT';
}

.c-cta-info ul li:before {
  
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 28px;
  height: 20px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: #E35205;
}
.c-text-block {
  display: flex; 
  align-items:center; 
  justify-content: center; 
  position: relative; 
}

.c-text-block.indent h1, .c-text-block.indent h2, .c-text-block.indent h3 {
  text-indent: -24px;
}

.c-text-block h2 {
  line-height: 1.5;
  font-size: 60px !important;
}
.c-text-block h3 {
  line-height: 1.5;
  margin: 0;
  font-size: 26px !important;
}

@media (max-width: 980px) {
  .c-text-block img {
    max-width: 50%;
  }
  
  .c-text-block h3 {
    line-height: 1.5;
    font-size: 20px !important;
    margin-top: 0;
  }
  
  .c-text-block h2 {
    font-size: 30px !important;
  }
}

.c-text-block p {
  font-family: 'Swiss721BT';
}

.c-text-block__inner {
  max-width: 1200px;
  font-size: 20px;
  line-height: 30px;
  padding: 24px !important;
  padding-top: 0 !important;
}

@media (max-width: 980px) {
  .c-text-block__inner p {
    font-size: 0.8em !important;
  }
}

@media (min-width: 980px) {
  .c-text-block a[id^=cta_button] {
    padding: 10px 20px !important;
  }

  .c-text-block a[id^=cta_button] span {
    font-size: 20px !important;
  }
}

.c-text-block a[id^=cta_button] span {
  font-family: 'VAGRounded' !important;
}
.c-itb {
  display: flex; 
  align-items:center; 
  justify-content: center; 
  position: relative;
}

.c-itb__inner {
  flex-direction: column;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  top: 0px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .c-itb__inner p {
    font-size: 0.8em !important;
  }
  
  .c-itb__inner--reverse-mobile {
    flex-direction: column-reverse;
  }
}

.c-itb-inner__img {
  width: 100%;
  padding: 0;
}

.c-itb-inner__content {
  width: 100%;
  padding: 0;
}

.c-itb h1, .c-itb h2, .c-itb h3 {
  margin-top: 0;
  line-height: 1;
  font-family: 'VAGRounded';
}

.c-itb p {
  font-family: 'Swiss721BT';
}

.c-itb-indent h1, .c-itb-indent h2, .c-itb-indent h3 {
  text-indent: -24px;
}

@media (min-width: 980px) {
  .c-itb__inner {
    flex-direction: row;
    padding: 96px;
    padding-top: 48px;
  }
  
  .c-itb__inner--reverse {
    flex-direction: row-reverse;
  }
  

  .c-itb__inner--flex-start {
    align-items: flex-start;
  }
  
  .c-itb-inner__img {
    max-width: 50%;
  }

  .c-itb-inner__content {
    max-width: 50%;
  }
}

@media (max-width: 980px) {  
  .c-itb {
    padding: 24px 0;
  }
  
  .c-itb-inner__content h1 {
    font-size: 26px !important;
  }
  
  .c-itb--mobile-bottom-padding {
    padding-bottom: 120px;
  }
  
  .c-itb-inner__img {
    max-width: 100% !important;
    text-align: center;
  }
  
  .c-itb-inner__img img {
    max-width: calc(100% - 48px) !important;
  }

  .c-itb-inner__content {
    max-width: 100% !important;
  }
  
  .c-itb-inner__content > * {
    padding: 24px !important;
  }
}

@media (min-width: 980px) {
  .c-itb-indent h1 {
    font-size: 60px !important;
  }
  
  .c-itb a[id^=cta_button] {
    padding: 10px 20px !important;
  }

  .c-itb a[id^=cta_button] span {
    font-size: 20px !important;
  }
}

.c-itb a[id^=cta_button] {
  padding: 10px 20px !important;
  line-height: 1 !important;
}

.c-itb a[id^=cta_button] span {
  font-family: 'VAGRounded' !important;
  line-height: 1 !important;
}
.c-actionbar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-actionbar__inner {
  max-width: 1000px;
  padding: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.c-actionbar__inner > * {
  padding: 12px;
  line-height: 1.1;
}

@media (min-width: 980px) {
  .c-actionbar a[id^=cta_button] {
    padding: 10px 20px !important;
  }

  .c-actionbar a[id^=cta_button] span {
    font-size: 20px !important;
  }
}

.c-actionbar a[id^=cta_button] {
  padding: 10px 20px !important;
  margin: 12px 24px !important;
  line-height: 1 !important;
}

.c-actionbar a[id^=cta_button] span {
  font-family: 'VAGRounded' !important;
  line-height: 1 !important;
  font-size: 16px !important;
}
.activate-wrapper {
  padding: 48px 24px;
}

.activate-wrapper .row-fluid {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.activate-wrapper.activate-wrapper-start .row-fluid {
  align-items: flex-start;
}

@media (min-width: 980px) {
  .activate-wrapper .row-fluid {
    flex-direction: row;
  }
  
  .activate-wrapper .c-cta-form__content {
    padding: 0 48px 48px 48px;
  }
}

@media (max-width: 980px) {
  .no-padding-bottom-mobile {
    padding-top: 0px;
  }
  
  .activate-wrapper .row-fluid .widget-type-cell {
    width: 100%;
  }
  
  .activate-wrapper .c-cta-form__content {
    padding: 24px;
  }
  
  .activate-wrapper .pull-up-mobile {
    z-index: 1;
  }
}
.c-pilars {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-pilar {
  flex: 1 1 15%;
  padding: 96px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  min-width: 300px;
}

.c-pilar:nth-child(even) {
  background-color: #e1e0d6;
}

.c-pilar:nth-child(odd) {
  background-color: #eae9e2;
}

.c-pilar img {
  max-width: 200px !important;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.c-pilar h2 {
  max-width: 300px;
  font-size: 30px;
  line-height: 30px;
  color: #003855;
  font-weight: bold;
  margin-top: 48px;
  margin-bottom: 12px;
}

.c-pilar p {
  max-width: 250px;
  font-size: 20px;
  line-height: 30px;
  color: #585857;
}

@media (max-width: 980px) {
  .c-pilar img {
    max-width: 150px !important;
  } 

  .c-pilar h2 { 
    font-size: 24px;
  }
  
  .c-pilar p {
    font-size: 16px !important;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* THEME */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Custom */
.c-review-carousel .slick-track{
  display: flex;
}

.c-review-carousel .slick-track .slick-slide {
  height: auto;
  padding: 0;
  padding-bottom: 48px;
}

@media(min-width: 768px) {
  .c-review-carousel .slick-track .slick-slide {
    height: auto;
    padding: 48px;
  }
}

.c-review-carousel .slick-track .slick-slide > div {
  height: 100%;
}

.c-review-carousel .slick-dots {
  position: relative;
  bottom: 0;
  padding: 24px 0 48px 0;
}

.c-review-carousel .slick-dots li {
  display: inline-block;
  width: 27px;
  height: 21px;
  background-color: #FFFFFF;
  border-top-left-radius: 54px;
  border-top-right-radius: 54px;
}

.c-review-carousel .slick-dots li.slick-active {
  background-color: #003855;
}

.c-review-carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.c-review-carousel {
  background-color: #e1e0d6;
  padding: 48px 24px;
}

@media(min-width: 768px) {
  .c-review-carousel {
    padding: 48px 48px;
  }
}

@media(min-width: 1260px) {
  .c-review-carousel {
    padding: 48px 96px;
  }
}

.c-review {
  background: url("https://4546388.fs1.hubspotusercontent-na1.net/hubfs/4546388/LWM%20-%20Brand%20campaign/components/review-carousel/Panel.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
}

.c-review__inner img {
  width: 100%;
  max-width: 180px !important;
  height: auto;
  object-fit: contain;
}

.c-review__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: calc(100% - (48px * 2));
  padding: 48px 24px;
}

@media(min-width: 768px) {
  .c-review__inner {
    padding: 48px;
  }
}

.c-review__name {
  font-family: 'Swiss721BT';
  color: #585857;
  font-size: 20px;
  line-height: 30px;
}

.c-review__quote {
  font-family: 'VAGRounded';
  color: #003855;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}


@media(max-width: 980px) {
  .c-review__inner img {
    max-width: 140px !important;
  }
  
  .c-review__name {
    font-size: 16px;
    line-height: 21px;
  }

  .c-review__quote {
    font-size: 20px;
    line-height: 25px;
  }
  
  .c-review-carousel .slick-dots {
    transform: scale(0.8);
  }
}

.c-review__scoring {
  margin-top: auto;
}

.c-review__scoring span {
  display: inline-block;
  width: 18px;
  height: 14px;
  background-color: #E35205;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}

.c-review__scoring span.empty {
  background-color: #E1E0D6;
}
.c-language-selector {
  position: relative; 
}

@media only and screen (min-width: 980px) {
  margin-left: 30px;
}

.c-language-selector__cta {
  position: relative;
  background-color: #e1e0d6;
  text-transform: uppercase;
  min-width: 110px;
  display: flex;
  align-items: center;
  height: 34px;
  border-radius: 17px;
  padding: 8px 50px 8px 25px;
  border: none;
  outline: none;
}

.c-language-selector__cta:hover {
  cursor: pointer;
}

.c-language-selector__cta:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  height: 10px;
  width: 10px;
  border: 3px solid #000;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  margin-top: -8px;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: all 80ms ease-in-out;
}

.c-flag {
  max-height: 1.75rem;
  margin-right: 10px;
}

.c-language-selector__list {
  display: flex;
  flex-direction: column;
}

.c-language-selector-item {
  display: flex;
  margin: 5px;
  text-decoration: none;
  color: #000;
}

.c-language-selector-item__flag {
  margin-top: 2px;
  min-width: 21px;
  max-width: 21px;
  min-height: 15px;
  max-height: 15px;
}

.c-language-selector-item__label {
  padding-left: 10px;
}

.c-language-selector__dropdown {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  border: 1px solid #e1e0d6;
}

.is-active .c-language-selector__dropdown {
  display: block;
}

.is-active .c-language-selector__cta:after {
  margin-top: -4px;
  transform: rotate(135deg);
}
.c-countdown-counter {
  background-color: #003855;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  overflow: hidden;
}

.c-countdown-counter__date {
  display: none;
}

.c-countdown-counter__body {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 96px;
}

@media (min-width: 980px) {
  .c-countdown-counter__body {
    padding: 96px 24px;
    background-image: url("https://4546388.fs1.hubspotusercontent-na1.net/hubfs/4546388/LWM%20-%20Brand%20campaign/components/countdown-counter/lwm-shape.svg");
  }
}

.c-countdown-counter__text {
  font-size: 30px;
  color: #ffffff;
  margin-top: 96px;
  padding: 24px;
  text-align: center;
}

@media (min-width: 980px) {
  .c-countdown-counter__text {
    padding: 48px;
  }
}

.c-countdown-counter__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  margin: 24px;
}

@media (min-width: 980px) {
  .c-countdown-counter__list {
    margin: 48px;
  }
}

.c-countdown-counter-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 6px;
  margin-right: ;
  min-width: 210px;
}

@media (min-width: 980px) {
  .c-countdown-counter-item:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    border-right: 2px solid #B09042;
  }
}

.c-countdown-counter-item:last-child {
  margin-right: 0;
}

.c-countdown-counter-item:last-child:before {
  display: none;
}

.c-countdown-counter-item__count {
  color: #B09042;
  font-size: 120px;
  font-weight: 700;
}

.c-countdown-counter-item__label {
  color: #B09042;
  font-size: 20px;
  text-transform: uppercase;
}

.c-countdown-counter__message {
  display: none;
  color: #FFFFFF;
  font-size: 30px;
  padding: 48px;
}

@media (min-width: 980px) {
  .c-countdown-counter__message {
    padding: 96px;
  }
}
.u-bg-color-black {
  background-color: #000000 !important;
}

.u-bg-color-white {
  background-color: #FFFFFF !important;
}

.u-bg-color-blue {
  background-color: #003855 !important;
}

.u-bg-color-yellow {
  background-color: #FFAF00 !important;
}

.u-bg-color-red {
  background-color: #E75204 !important;
}

.u-bg-color-gray {
  background-color: #E1E0D6 !important;
}
@media (min-width: 340px max-width: 768px)
{
  .u-hide-until-tablet {
     display: none !important;
  }
}

@media (min-width: 768px)
{
  .u-hide-tablet {
     display: none !important;
  }
}
.u-padding {
	padding: 24px!important
}

.u-padding-tiny {
	padding: 6px!important
}

.u-padding-small {
	padding: 12px!important
}

.u-padding-large {
	padding: 48px!important
}

.u-padding-huge {
	padding: 96px!important
}

.u-padding-none {
	padding: 0!important
}

.u-padding-top {
	padding-top: 24px!important
}

.u-padding-top-tiny {
	padding-top: 6px!important
}

.u-padding-top-small {
	padding-top: 12px!important
}

.u-padding-top-large {
	padding-top: 48px!important
}

.u-padding-top-huge {
	padding-top: 96px!important
}

.u-padding-top-none {
	padding-top: 0!important
}

.u-padding-right {
	padding-right: 24px!important
}

.u-padding-right-tiny {
	padding-right: 6px!important
}

.u-padding-right-small {
	padding-right: 12px!important
}

.u-padding-right-large {
	padding-right: 48px!important
}

.u-padding-right-huge {
	padding-right: 96px!important
}

.u-padding-right-none {
	padding-right: 0!important
}

.u-padding-bottom {
	padding-bottom: 24px!important
}

.u-padding-bottom-tiny {
	padding-bottom: 6px!important
}

.u-padding-bottom-small {
	padding-bottom: 12px!important
}

.u-padding-bottom-large {
	padding-bottom: 48px!important
}

.u-padding-bottom-huge {
	padding-bottom: 96px!important
}

.u-padding-bottom-none {
	padding-bottom: 0!important
}

.u-padding-left {
	padding-left: 24px!important
}

.u-padding-left-tiny {
	padding-left: 6px!important
}

.u-padding-left-small {
	padding-left: 12px!important
}

.u-padding-left-large {
	padding-left: 48px!important
}

.u-padding-left-huge {
	padding-left: 96px!important
}

.u-padding-left-none {
	padding-left: 0!important
}

.u-padding-horizontal {
	padding-left: 24px!important;
	padding-right: 24px!important
}

.u-padding-horizontal-tiny {
	padding-left: 6px!important;
	padding-right: 6px!important
}

.u-padding-horizontal-small {
	padding-left: 12px!important;
	padding-right: 12px!important
}

.u-padding-horizontal-large {
	padding-left: 48px!important;
	padding-right: 48px!important
}

.u-padding-horizontal-huge {
	padding-left: 96px!important;
	padding-right: 96px!important
}

.u-padding-horizontal-none {
	padding-left: 0!important;
	padding-right: 0!important
}

.u-padding-vertical {
	padding-top: 24px!important;
	padding-bottom: 24px!important
}

.u-padding-vertical-tiny {
	padding-top: 6px!important;
	padding-bottom: 6px!important
}

.u-padding-vertical-small {
	padding-top: 12px!important;
	padding-bottom: 12px!important
}

.u-padding-vertical-large {
	padding-top: 48px!important;
	padding-bottom: 48px!important
}

.u-padding-vertical-huge {
	padding-top: 96px!important;
	padding-bottom: 96px!important
}

.u-padding-vertical-none {
	padding-top: 0!important;
	padding-bottom: 0!important
}

.u-margin {
	margin: 24px!important
}

.u-margin-tiny {
	margin: 6px!important
}

.u-margin-small {
	margin: 12px!important
}

.u-margin-large {
	margin: 48px!important
}

.u-margin-huge {
	margin: 96px!important
}

.u-margin-none {
	margin: 0!important
}

.u-margin-top {
	margin-top: 24px!important
}

.u-margin-top-tiny {
	margin-top: 6px!important
}

.u-margin-top-small {
	margin-top: 12px!important
}

.u-margin-top-large {
	margin-top: 48px!important
}

.u-margin-top-huge {
	margin-top: 96px!important
}

.u-margin-top-none {
	margin-top: 0!important
}

.u-margin-right {
	margin-right: 24px!important
}

.u-margin-right-tiny {
	margin-right: 6px!important
}

.u-margin-right-small {
	margin-right: 12px!important
}

.u-margin-right-large {
	margin-right: 48px!important
}

.u-margin-right-huge {
	margin-right: 96px!important
}

.u-margin-right-none {
	margin-right: 0!important
}

.u-margin-bottom {
	margin-bottom: 24px!important
}

.u-margin-bottom-tiny {
	margin-bottom: 6px!important
}

.u-margin-bottom-small {
	margin-bottom: 12px!important
}

.u-margin-bottom-large {
	margin-bottom: 48px!important
}

.u-margin-bottom-huge {
	margin-bottom: 96px!important
}

.u-margin-bottom-none {
	margin-bottom: 0!important
}

.u-margin-left {
	margin-left: 24px!important
}

.u-margin-left-tiny {
	margin-left: 6px!important
}

.u-margin-left-small {
	margin-left: 12px!important
}

.u-margin-left-large {
	margin-left: 48px!important
}

.u-margin-left-huge {
	margin-left: 96px!important
}

.u-margin-left-none {
	margin-left: 0!important
}

.u-margin-horizontal {
	margin-left: 24px!important;
	margin-right: 24px!important
}

.u-margin-horizontal-tiny {
	margin-left: 6px!important;
	margin-right: 6px!important
}

.u-margin-horizontal-small {
	margin-left: 12px!important;
	margin-right: 12px!important
}

.u-margin-horizontal-large {
	margin-left: 48px!important;
	margin-right: 48px!important
}

.u-margin-horizontal-huge {
	margin-left: 96px!important;
	margin-right: 96px!important
}

.u-margin-horizontal-none {
	margin-left: 0!important;
	margin-right: 0!important
}

.u-margin-vertical {
	margin-top: 24px!important;
	margin-bottom: 24px!important
}

.u-margin-vertical-tiny {
	margin-top: 6px!important;
	margin-bottom: 6px!important
}

.u-margin-vertical-small {
	margin-top: 12px!important;
	margin-bottom: 12px!important
}

.u-margin-vertical-large {
	margin-top: 48px!important;
	margin-bottom: 48px!important
}

.u-margin-vertical-huge {
	margin-top: 96px!important;
	margin-bottom: 96px!important
}

.u-margin-vertical-none {
	margin-top: 0!important;
	margin-bottom: 0!important
}
.u-txt-center {
  text-align: center;
}
.u-1\/1 {
	width: 100%!important
}

.u-1\/2 {
	width: 50%!important
}

.u-2\/2 {
	width: 100%!important
}

.u-1\/3 {
	width: 33.3333333333%!important
}

.u-2\/3 {
	width: 66.6666666667%!important
}

.u-3\/3 {
	width: 100%!important
}

.u-1\/4 {
	width: 25%!important
}

.u-2\/4 {
	width: 50%!important
}

.u-3\/4 {
	width: 75%!important
}

.u-4\/4 {
	width: 100%!important
}

.u-1\/5 {
	width: 20%!important
}

.u-2\/5 {
	width: 40%!important
}

.u-3\/5 {
	width: 60%!important
}

.u-4\/5 {
	width: 80%!important
}

.u-5\/5 {
	width: 100%!important
}

.u-1\/6 {
	width: 16.6666666667%!important
}

.u-2\/6 {
	width: 33.3333333333%!important
}

.u-3\/6 {
	width: 50%!important
}

.u-4\/6 {
	width: 66.6666666667%!important
}

.u-5\/6 {
	width: 83.3333333333%!important
}

.u-6\/6 {
	width: 100%!important
}

.u-1\/7 {
	width: 14.2857142857%!important
}

.u-2\/7 {
	width: 28.5714285714%!important
}

.u-3\/7 {
	width: 42.8571428571%!important
}

.u-4\/7 {
	width: 57.1428571429%!important
}

.u-5\/7 {
	width: 71.4285714286%!important
}

.u-6\/7 {
	width: 85.7142857143%!important
}

.u-7\/7 {
	width: 100%!important
}

.u-1\/8 {
	width: 12.5%!important
}

.u-2\/8 {
	width: 25%!important
}

.u-3\/8 {
	width: 37.5%!important
}

.u-4\/8 {
	width: 50%!important
}

.u-5\/8 {
	width: 62.5%!important
}

.u-6\/8 {
	width: 75%!important
}

.u-7\/8 {
	width: 87.5%!important
}

.u-8\/8 {
	width: 100%!important
}

.u-1\/9 {
	width: 11.1111111111%!important
}

.u-2\/9 {
	width: 22.2222222222%!important
}

.u-3\/9 {
	width: 33.3333333333%!important
}

.u-4\/9 {
	width: 44.4444444444%!important
}

.u-5\/9 {
	width: 55.5555555556%!important
}

.u-6\/9 {
	width: 66.6666666667%!important
}

.u-7\/9 {
	width: 77.7777777778%!important
}

.u-8\/9 {
	width: 88.8888888889%!important
}

.u-9\/9 {
	width: 100%!important
}

.u-1\/10 {
	width: 10%!important
}

.u-2\/10 {
	width: 20%!important
}

.u-3\/10 {
	width: 30%!important
}

.u-4\/10 {
	width: 40%!important
}

.u-5\/10 {
	width: 50%!important
}

.u-6\/10 {
	width: 60%!important
}

.u-7\/10 {
	width: 70%!important
}

.u-8\/10 {
	width: 80%!important
}

.u-9\/10 {
	width: 90%!important
}

.u-10\/10 {
	width: 100%!important
}

.u-1\/11 {
	width: 9.0909090909%!important
}

.u-2\/11 {
	width: 18.1818181818%!important
}

.u-3\/11 {
	width: 27.2727272727%!important
}

.u-4\/11 {
	width: 36.3636363636%!important
}

.u-5\/11 {
	width: 45.4545454545%!important
}

.u-6\/11 {
	width: 54.5454545455%!important
}

.u-7\/11 {
	width: 63.6363636364%!important
}

.u-8\/11 {
	width: 72.7272727273%!important
}

.u-9\/11 {
	width: 81.8181818182%!important
}

.u-10\/11 {
	width: 90.9090909091%!important
}

.u-11\/11 {
	width: 100%!important
}

.u-1\/12 {
	width: 8.3333333333%!important
}

.u-2\/12 {
	width: 16.6666666667%!important
}

.u-3\/12 {
	width: 25%!important
}

.u-4\/12 {
	width: 33.3333333333%!important
}

.u-5\/12 {
	width: 41.6666666667%!important
}

.u-6\/12 {
	width: 50%!important
}

.u-7\/12 {
	width: 58.3333333333%!important
}

.u-8\/12 {
	width: 66.6666666667%!important
}

.u-9\/12 {
	width: 75%!important
}

.u-10\/12 {
	width: 83.3333333333%!important
}

.u-11\/12 {
	width: 91.6666666667%!important
}

.u-12\/12 {
	width: 100%!important
}

@media (min-width: ) {
	.u-1\/1\@mobile {
		width: 100%!important
	}
	.u-1\/2\@mobile {
		width: 50%!important
	}
	.u-2\/2\@mobile {
		width: 100%!important
	}
	.u-1\/3\@mobile {
		width: 33.3333333333%!important
	}
	.u-2\/3\@mobile {
		width: 66.6666666667%!important
	}
	.u-3\/3\@mobile {
		width: 100%!important
	}
	.u-1\/4\@mobile {
		width: 25%!important
	}
	.u-2\/4\@mobile {
		width: 50%!important
	}
	.u-3\/4\@mobile {
		width: 75%!important
	}
	.u-4\/4\@mobile {
		width: 100%!important
	}
	.u-1\/5\@mobile {
		width: 20%!important
	}
	.u-2\/5\@mobile {
		width: 40%!important
	}
	.u-3\/5\@mobile {
		width: 60%!important
	}
	.u-4\/5\@mobile {
		width: 80%!important
	}
	.u-5\/5\@mobile {
		width: 100%!important
	}
	.u-1\/6\@mobile {
		width: 16.6666666667%!important
	}
	.u-2\/6\@mobile {
		width: 33.3333333333%!important
	}
	.u-3\/6\@mobile {
		width: 50%!important
	}
	.u-4\/6\@mobile {
		width: 66.6666666667%!important
	}
	.u-5\/6\@mobile {
		width: 83.3333333333%!important
	}
	.u-6\/6\@mobile {
		width: 100%!important
	}
	.u-1\/7\@mobile {
		width: 14.2857142857%!important
	}
	.u-2\/7\@mobile {
		width: 28.5714285714%!important
	}
	.u-3\/7\@mobile {
		width: 42.8571428571%!important
	}
	.u-4\/7\@mobile {
		width: 57.1428571429%!important
	}
	.u-5\/7\@mobile {
		width: 71.4285714286%!important
	}
	.u-6\/7\@mobile {
		width: 85.7142857143%!important
	}
	.u-7\/7\@mobile {
		width: 100%!important
	}
	.u-1\/8\@mobile {
		width: 12.5%!important
	}
	.u-2\/8\@mobile {
		width: 25%!important
	}
	.u-3\/8\@mobile {
		width: 37.5%!important
	}
	.u-4\/8\@mobile {
		width: 50%!important
	}
	.u-5\/8\@mobile {
		width: 62.5%!important
	}
	.u-6\/8\@mobile {
		width: 75%!important
	}
	.u-7\/8\@mobile {
		width: 87.5%!important
	}
	.u-8\/8\@mobile {
		width: 100%!important
	}
	.u-1\/9\@mobile {
		width: 11.1111111111%!important
	}
	.u-2\/9\@mobile {
		width: 22.2222222222%!important
	}
	.u-3\/9\@mobile {
		width: 33.3333333333%!important
	}
	.u-4\/9\@mobile {
		width: 44.4444444444%!important
	}
	.u-5\/9\@mobile {
		width: 55.5555555556%!important
	}
	.u-6\/9\@mobile {
		width: 66.6666666667%!important
	}
	.u-7\/9\@mobile {
		width: 77.7777777778%!important
	}
	.u-8\/9\@mobile {
		width: 88.8888888889%!important
	}
	.u-9\/9\@mobile {
		width: 100%!important
	}
	.u-1\/10\@mobile {
		width: 10%!important
	}
	.u-2\/10\@mobile {
		width: 20%!important
	}
	.u-3\/10\@mobile {
		width: 30%!important
	}
	.u-4\/10\@mobile {
		width: 40%!important
	}
	.u-5\/10\@mobile {
		width: 50%!important
	}
	.u-6\/10\@mobile {
		width: 60%!important
	}
	.u-7\/10\@mobile {
		width: 70%!important
	}
	.u-8\/10\@mobile {
		width: 80%!important
	}
	.u-9\/10\@mobile {
		width: 90%!important
	}
	.u-10\/10\@mobile {
		width: 100%!important
	}
	.u-1\/11\@mobile {
		width: 9.0909090909%!important
	}
	.u-2\/11\@mobile {
		width: 18.1818181818%!important
	}
	.u-3\/11\@mobile {
		width: 27.2727272727%!important
	}
	.u-4\/11\@mobile {
		width: 36.3636363636%!important
	}
	.u-5\/11\@mobile {
		width: 45.4545454545%!important
	}
	.u-6\/11\@mobile {
		width: 54.5454545455%!important
	}
	.u-7\/11\@mobile {
		width: 63.6363636364%!important
	}
	.u-8\/11\@mobile {
		width: 72.7272727273%!important
	}
	.u-9\/11\@mobile {
		width: 81.8181818182%!important
	}
	.u-10\/11\@mobile {
		width: 90.9090909091%!important
	}
	.u-11\/11\@mobile {
		width: 100%!important
	}
	.u-1\/12\@mobile {
		width: 8.3333333333%!important
	}
	.u-2\/12\@mobile {
		width: 16.6666666667%!important
	}
	.u-3\/12\@mobile {
		width: 25%!important
	}
	.u-4\/12\@mobile {
		width: 33.3333333333%!important
	}
	.u-5\/12\@mobile {
		width: 41.6666666667%!important
	}
	.u-6\/12\@mobile {
		width: 50%!important
	}
	.u-7\/12\@mobile {
		width: 58.3333333333%!important
	}
	.u-8\/12\@mobile {
		width: 66.6666666667%!important
	}
	.u-9\/12\@mobile {
		width: 75%!important
	}
	.u-10\/12\@mobile {
		width: 83.3333333333%!important
	}
	.u-11\/12\@mobile {
		width: 91.6666666667%!important
	}
	.u-12\/12\@mobile {
		width: 100%!important
	}
}

@media (min-width: ) {
	.u-1\/1\@tablet {
		width: 100%!important
	}
	.u-1\/2\@tablet {
		width: 50%!important
	}
	.u-2\/2\@tablet {
		width: 100%!important
	}
	.u-1\/3\@tablet {
		width: 33.3333333333%!important
	}
	.u-2\/3\@tablet {
		width: 66.6666666667%!important
	}
	.u-3\/3\@tablet {
		width: 100%!important
	}
	.u-1\/4\@tablet {
		width: 25%!important
	}
	.u-2\/4\@tablet {
		width: 50%!important
	}
	.u-3\/4\@tablet {
		width: 75%!important
	}
	.u-4\/4\@tablet {
		width: 100%!important
	}
	.u-1\/5\@tablet {
		width: 20%!important
	}
	.u-2\/5\@tablet {
		width: 40%!important
	}
	.u-3\/5\@tablet {
		width: 60%!important
	}
	.u-4\/5\@tablet {
		width: 80%!important
	}
	.u-5\/5\@tablet {
		width: 100%!important
	}
	.u-1\/6\@tablet {
		width: 16.6666666667%!important
	}
	.u-2\/6\@tablet {
		width: 33.3333333333%!important
	}
	.u-3\/6\@tablet {
		width: 50%!important
	}
	.u-4\/6\@tablet {
		width: 66.6666666667%!important
	}
	.u-5\/6\@tablet {
		width: 83.3333333333%!important
	}
	.u-6\/6\@tablet {
		width: 100%!important
	}
	.u-1\/7\@tablet {
		width: 14.2857142857%!important
	}
	.u-2\/7\@tablet {
		width: 28.5714285714%!important
	}
	.u-3\/7\@tablet {
		width: 42.8571428571%!important
	}
	.u-4\/7\@tablet {
		width: 57.1428571429%!important
	}
	.u-5\/7\@tablet {
		width: 71.4285714286%!important
	}
	.u-6\/7\@tablet {
		width: 85.7142857143%!important
	}
	.u-7\/7\@tablet {
		width: 100%!important
	}
	.u-1\/8\@tablet {
		width: 12.5%!important
	}
	.u-2\/8\@tablet {
		width: 25%!important
	}
	.u-3\/8\@tablet {
		width: 37.5%!important
	}
	.u-4\/8\@tablet {
		width: 50%!important
	}
	.u-5\/8\@tablet {
		width: 62.5%!important
	}
	.u-6\/8\@tablet {
		width: 75%!important
	}
	.u-7\/8\@tablet {
		width: 87.5%!important
	}
	.u-8\/8\@tablet {
		width: 100%!important
	}
	.u-1\/9\@tablet {
		width: 11.1111111111%!important
	}
	.u-2\/9\@tablet {
		width: 22.2222222222%!important
	}
	.u-3\/9\@tablet {
		width: 33.3333333333%!important
	}
	.u-4\/9\@tablet {
		width: 44.4444444444%!important
	}
	.u-5\/9\@tablet {
		width: 55.5555555556%!important
	}
	.u-6\/9\@tablet {
		width: 66.6666666667%!important
	}
	.u-7\/9\@tablet {
		width: 77.7777777778%!important
	}
	.u-8\/9\@tablet {
		width: 88.8888888889%!important
	}
	.u-9\/9\@tablet {
		width: 100%!important
	}
	.u-1\/10\@tablet {
		width: 10%!important
	}
	.u-2\/10\@tablet {
		width: 20%!important
	}
	.u-3\/10\@tablet {
		width: 30%!important
	}
	.u-4\/10\@tablet {
		width: 40%!important
	}
	.u-5\/10\@tablet {
		width: 50%!important
	}
	.u-6\/10\@tablet {
		width: 60%!important
	}
	.u-7\/10\@tablet {
		width: 70%!important
	}
	.u-8\/10\@tablet {
		width: 80%!important
	}
	.u-9\/10\@tablet {
		width: 90%!important
	}
	.u-10\/10\@tablet {
		width: 100%!important
	}
	.u-1\/11\@tablet {
		width: 9.0909090909%!important
	}
	.u-2\/11\@tablet {
		width: 18.1818181818%!important
	}
	.u-3\/11\@tablet {
		width: 27.2727272727%!important
	}
	.u-4\/11\@tablet {
		width: 36.3636363636%!important
	}
	.u-5\/11\@tablet {
		width: 45.4545454545%!important
	}
	.u-6\/11\@tablet {
		width: 54.5454545455%!important
	}
	.u-7\/11\@tablet {
		width: 63.6363636364%!important
	}
	.u-8\/11\@tablet {
		width: 72.7272727273%!important
	}
	.u-9\/11\@tablet {
		width: 81.8181818182%!important
	}
	.u-10\/11\@tablet {
		width: 90.9090909091%!important
	}
	.u-11\/11\@tablet {
		width: 100%!important
	}
	.u-1\/12\@tablet {
		width: 8.3333333333%!important
	}
	.u-2\/12\@tablet {
		width: 16.6666666667%!important
	}
	.u-3\/12\@tablet {
		width: 25%!important
	}
	.u-4\/12\@tablet {
		width: 33.3333333333%!important
	}
	.u-5\/12\@tablet {
		width: 41.6666666667%!important
	}
	.u-6\/12\@tablet {
		width: 50%!important
	}
	.u-7\/12\@tablet {
		width: 58.3333333333%!important
	}
	.u-8\/12\@tablet {
		width: 66.6666666667%!important
	}
	.u-9\/12\@tablet {
		width: 75%!important
	}
	.u-10\/12\@tablet {
		width: 83.3333333333%!important
	}
	.u-11\/12\@tablet {
		width: 91.6666666667%!important
	}
	.u-12\/12\@tablet {
		width: 100%!important
	}
}

@media (min-width: ) {
	.u-1\/1\@desktop {
		width: 100%!important
	}
	.u-1\/2\@desktop {
		width: 50%!important
	}
	.u-2\/2\@desktop {
		width: 100%!important
	}
	.u-1\/3\@desktop {
		width: 33.3333333333%!important
	}
	.u-2\/3\@desktop {
		width: 66.6666666667%!important
	}
	.u-3\/3\@desktop {
		width: 100%!important
	}
	.u-1\/4\@desktop {
		width: 25%!important
	}
	.u-2\/4\@desktop {
		width: 50%!important
	}
	.u-3\/4\@desktop {
		width: 75%!important
	}
	.u-4\/4\@desktop {
		width: 100%!important
	}
	.u-1\/5\@desktop {
		width: 20%!important
	}
	.u-2\/5\@desktop {
		width: 40%!important
	}
	.u-3\/5\@desktop {
		width: 60%!important
	}
	.u-4\/5\@desktop {
		width: 80%!important
	}
	.u-5\/5\@desktop {
		width: 100%!important
	}
	.u-1\/6\@desktop {
		width: 16.6666666667%!important
	}
	.u-2\/6\@desktop {
		width: 33.3333333333%!important
	}
	.u-3\/6\@desktop {
		width: 50%!important
	}
	.u-4\/6\@desktop {
		width: 66.6666666667%!important
	}
	.u-5\/6\@desktop {
		width: 83.3333333333%!important
	}
	.u-6\/6\@desktop {
		width: 100%!important
	}
	.u-1\/7\@desktop {
		width: 14.2857142857%!important
	}
	.u-2\/7\@desktop {
		width: 28.5714285714%!important
	}
	.u-3\/7\@desktop {
		width: 42.8571428571%!important
	}
	.u-4\/7\@desktop {
		width: 57.1428571429%!important
	}
	.u-5\/7\@desktop {
		width: 71.4285714286%!important
	}
	.u-6\/7\@desktop {
		width: 85.7142857143%!important
	}
	.u-7\/7\@desktop {
		width: 100%!important
	}
	.u-1\/8\@desktop {
		width: 12.5%!important
	}
	.u-2\/8\@desktop {
		width: 25%!important
	}
	.u-3\/8\@desktop {
		width: 37.5%!important
	}
	.u-4\/8\@desktop {
		width: 50%!important
	}
	.u-5\/8\@desktop {
		width: 62.5%!important
	}
	.u-6\/8\@desktop {
		width: 75%!important
	}
	.u-7\/8\@desktop {
		width: 87.5%!important
	}
	.u-8\/8\@desktop {
		width: 100%!important
	}
	.u-1\/9\@desktop {
		width: 11.1111111111%!important
	}
	.u-2\/9\@desktop {
		width: 22.2222222222%!important
	}
	.u-3\/9\@desktop {
		width: 33.3333333333%!important
	}
	.u-4\/9\@desktop {
		width: 44.4444444444%!important
	}
	.u-5\/9\@desktop {
		width: 55.5555555556%!important
	}
	.u-6\/9\@desktop {
		width: 66.6666666667%!important
	}
	.u-7\/9\@desktop {
		width: 77.7777777778%!important
	}
	.u-8\/9\@desktop {
		width: 88.8888888889%!important
	}
	.u-9\/9\@desktop {
		width: 100%!important
	}
	.u-1\/10\@desktop {
		width: 10%!important
	}
	.u-2\/10\@desktop {
		width: 20%!important
	}
	.u-3\/10\@desktop {
		width: 30%!important
	}
	.u-4\/10\@desktop {
		width: 40%!important
	}
	.u-5\/10\@desktop {
		width: 50%!important
	}
	.u-6\/10\@desktop {
		width: 60%!important
	}
	.u-7\/10\@desktop {
		width: 70%!important
	}
	.u-8\/10\@desktop {
		width: 80%!important
	}
	.u-9\/10\@desktop {
		width: 90%!important
	}
	.u-10\/10\@desktop {
		width: 100%!important
	}
	.u-1\/11\@desktop {
		width: 9.0909090909%!important
	}
	.u-2\/11\@desktop {
		width: 18.1818181818%!important
	}
	.u-3\/11\@desktop {
		width: 27.2727272727%!important
	}
	.u-4\/11\@desktop {
		width: 36.3636363636%!important
	}
	.u-5\/11\@desktop {
		width: 45.4545454545%!important
	}
	.u-6\/11\@desktop {
		width: 54.5454545455%!important
	}
	.u-7\/11\@desktop {
		width: 63.6363636364%!important
	}
	.u-8\/11\@desktop {
		width: 72.7272727273%!important
	}
	.u-9\/11\@desktop {
		width: 81.8181818182%!important
	}
	.u-10\/11\@desktop {
		width: 90.9090909091%!important
	}
	.u-11\/11\@desktop {
		width: 100%!important
	}
	.u-1\/12\@desktop {
		width: 8.3333333333%!important
	}
	.u-2\/12\@desktop {
		width: 16.6666666667%!important
	}
	.u-3\/12\@desktop {
		width: 25%!important
	}
	.u-4\/12\@desktop {
		width: 33.3333333333%!important
	}
	.u-5\/12\@desktop {
		width: 41.6666666667%!important
	}
	.u-6\/12\@desktop {
		width: 50%!important
	}
	.u-7\/12\@desktop {
		width: 58.3333333333%!important
	}
	.u-8\/12\@desktop {
		width: 66.6666666667%!important
	}
	.u-9\/12\@desktop {
		width: 75%!important
	}
	.u-10\/12\@desktop {
		width: 83.3333333333%!important
	}
	.u-11\/12\@desktop {
		width: 91.6666666667%!important
	}
	.u-12\/12\@desktop {
		width: 100%!important
	}
}

@media (min-width: ) {
	.u-1\/1\@large {
		width: 100%!important
	}
	.u-1\/2\@large {
		width: 50%!important
	}
	.u-2\/2\@large {
		width: 100%!important
	}
	.u-1\/3\@large {
		width: 33.3333333333%!important
	}
	.u-2\/3\@large {
		width: 66.6666666667%!important
	}
	.u-3\/3\@large {
		width: 100%!important
	}
	.u-1\/4\@large {
		width: 25%!important
	}
	.u-2\/4\@large {
		width: 50%!important
	}
	.u-3\/4\@large {
		width: 75%!important
	}
	.u-4\/4\@large {
		width: 100%!important
	}
	.u-1\/5\@large {
		width: 20%!important
	}
	.u-2\/5\@large {
		width: 40%!important
	}
	.u-3\/5\@large {
		width: 60%!important
	}
	.u-4\/5\@large {
		width: 80%!important
	}
	.u-5\/5\@large {
		width: 100%!important
	}
	.u-1\/6\@large {
		width: 16.6666666667%!important
	}
	.u-2\/6\@large {
		width: 33.3333333333%!important
	}
	.u-3\/6\@large {
		width: 50%!important
	}
	.u-4\/6\@large {
		width: 66.6666666667%!important
	}
	.u-5\/6\@large {
		width: 83.3333333333%!important
	}
	.u-6\/6\@large {
		width: 100%!important
	}
	.u-1\/7\@large {
		width: 14.2857142857%!important
	}
	.u-2\/7\@large {
		width: 28.5714285714%!important
	}
	.u-3\/7\@large {
		width: 42.8571428571%!important
	}
	.u-4\/7\@large {
		width: 57.1428571429%!important
	}
	.u-5\/7\@large {
		width: 71.4285714286%!important
	}
	.u-6\/7\@large {
		width: 85.7142857143%!important
	}
	.u-7\/7\@large {
		width: 100%!important
	}
	.u-1\/8\@large {
		width: 12.5%!important
	}
	.u-2\/8\@large {
		width: 25%!important
	}
	.u-3\/8\@large {
		width: 37.5%!important
	}
	.u-4\/8\@large {
		width: 50%!important
	}
	.u-5\/8\@large {
		width: 62.5%!important
	}
	.u-6\/8\@large {
		width: 75%!important
	}
	.u-7\/8\@large {
		width: 87.5%!important
	}
	.u-8\/8\@large {
		width: 100%!important
	}
	.u-1\/9\@large {
		width: 11.1111111111%!important
	}
	.u-2\/9\@large {
		width: 22.2222222222%!important
	}
	.u-3\/9\@large {
		width: 33.3333333333%!important
	}
	.u-4\/9\@large {
		width: 44.4444444444%!important
	}
	.u-5\/9\@large {
		width: 55.5555555556%!important
	}
	.u-6\/9\@large {
		width: 66.6666666667%!important
	}
	.u-7\/9\@large {
		width: 77.7777777778%!important
	}
	.u-8\/9\@large {
		width: 88.8888888889%!important
	}
	.u-9\/9\@large {
		width: 100%!important
	}
	.u-1\/10\@large {
		width: 10%!important
	}
	.u-2\/10\@large {
		width: 20%!important
	}
	.u-3\/10\@large {
		width: 30%!important
	}
	.u-4\/10\@large {
		width: 40%!important
	}
	.u-5\/10\@large {
		width: 50%!important
	}
	.u-6\/10\@large {
		width: 60%!important
	}
	.u-7\/10\@large {
		width: 70%!important
	}
	.u-8\/10\@large {
		width: 80%!important
	}
	.u-9\/10\@large {
		width: 90%!important
	}
	.u-10\/10\@large {
		width: 100%!important
	}
	.u-1\/11\@large {
		width: 9.0909090909%!important
	}
	.u-2\/11\@large {
		width: 18.1818181818%!important
	}
	.u-3\/11\@large {
		width: 27.2727272727%!important
	}
	.u-4\/11\@large {
		width: 36.3636363636%!important
	}
	.u-5\/11\@large {
		width: 45.4545454545%!important
	}
	.u-6\/11\@large {
		width: 54.5454545455%!important
	}
	.u-7\/11\@large {
		width: 63.6363636364%!important
	}
	.u-8\/11\@large {
		width: 72.7272727273%!important
	}
	.u-9\/11\@large {
		width: 81.8181818182%!important
	}
	.u-10\/11\@large {
		width: 90.9090909091%!important
	}
	.u-11\/11\@large {
		width: 100%!important
	}
	.u-1\/12\@large {
		width: 8.3333333333%!important
	}
	.u-2\/12\@large {
		width: 16.6666666667%!important
	}
	.u-3\/12\@large {
		width: 25%!important
	}
	.u-4\/12\@large {
		width: 33.3333333333%!important
	}
	.u-5\/12\@large {
		width: 41.6666666667%!important
	}
	.u-6\/12\@large {
		width: 50%!important
	}
	.u-7\/12\@large {
		width: 58.3333333333%!important
	}
	.u-8\/12\@large {
		width: 66.6666666667%!important
	}
	.u-9\/12\@large {
		width: 75%!important
	}
	.u-10\/12\@large {
		width: 83.3333333333%!important
	}
	.u-11\/12\@large {
		width: 91.6666666667%!important
	}
	.u-12\/12\@large {
		width: 100%!important
	}
}

@media (min-width: ) {
	.u-1\/1\@extreme {
		width: 100%!important
	}
	.u-1\/2\@extreme {
		width: 50%!important
	}
	.u-2\/2\@extreme {
		width: 100%!important
	}
	.u-1\/3\@extreme {
		width: 33.3333333333%!important
	}
	.u-2\/3\@extreme {
		width: 66.6666666667%!important
	}
	.u-3\/3\@extreme {
		width: 100%!important
	}
	.u-1\/4\@extreme {
		width: 25%!important
	}
	.u-2\/4\@extreme {
		width: 50%!important
	}
	.u-3\/4\@extreme {
		width: 75%!important
	}
	.u-4\/4\@extreme {
		width: 100%!important
	}
	.u-1\/5\@extreme {
		width: 20%!important
	}
	.u-2\/5\@extreme {
		width: 40%!important
	}
	.u-3\/5\@extreme {
		width: 60%!important
	}
	.u-4\/5\@extreme {
		width: 80%!important
	}
	.u-5\/5\@extreme {
		width: 100%!important
	}
	.u-1\/6\@extreme {
		width: 16.6666666667%!important
	}
	.u-2\/6\@extreme {
		width: 33.3333333333%!important
	}
	.u-3\/6\@extreme {
		width: 50%!important
	}
	.u-4\/6\@extreme {
		width: 66.6666666667%!important
	}
	.u-5\/6\@extreme {
		width: 83.3333333333%!important
	}
	.u-6\/6\@extreme {
		width: 100%!important
	}
	.u-1\/7\@extreme {
		width: 14.2857142857%!important
	}
	.u-2\/7\@extreme {
		width: 28.5714285714%!important
	}
	.u-3\/7\@extreme {
		width: 42.8571428571%!important
	}
	.u-4\/7\@extreme {
		width: 57.1428571429%!important
	}
	.u-5\/7\@extreme {
		width: 71.4285714286%!important
	}
	.u-6\/7\@extreme {
		width: 85.7142857143%!important
	}
	.u-7\/7\@extreme {
		width: 100%!important
	}
	.u-1\/8\@extreme {
		width: 12.5%!important
	}
	.u-2\/8\@extreme {
		width: 25%!important
	}
	.u-3\/8\@extreme {
		width: 37.5%!important
	}
	.u-4\/8\@extreme {
		width: 50%!important
	}
	.u-5\/8\@extreme {
		width: 62.5%!important
	}
	.u-6\/8\@extreme {
		width: 75%!important
	}
	.u-7\/8\@extreme {
		width: 87.5%!important
	}
	.u-8\/8\@extreme {
		width: 100%!important
	}
	.u-1\/9\@extreme {
		width: 11.1111111111%!important
	}
	.u-2\/9\@extreme {
		width: 22.2222222222%!important
	}
	.u-3\/9\@extreme {
		width: 33.3333333333%!important
	}
	.u-4\/9\@extreme {
		width: 44.4444444444%!important
	}
	.u-5\/9\@extreme {
		width: 55.5555555556%!important
	}
	.u-6\/9\@extreme {
		width: 66.6666666667%!important
	}
	.u-7\/9\@extreme {
		width: 77.7777777778%!important
	}
	.u-8\/9\@extreme {
		width: 88.8888888889%!important
	}
	.u-9\/9\@extreme {
		width: 100%!important
	}
	.u-1\/10\@extreme {
		width: 10%!important
	}
	.u-2\/10\@extreme {
		width: 20%!important
	}
	.u-3\/10\@extreme {
		width: 30%!important
	}
	.u-4\/10\@extreme {
		width: 40%!important
	}
	.u-5\/10\@extreme {
		width: 50%!important
	}
	.u-6\/10\@extreme {
		width: 60%!important
	}
	.u-7\/10\@extreme {
		width: 70%!important
	}
	.u-8\/10\@extreme {
		width: 80%!important
	}
	.u-9\/10\@extreme {
		width: 90%!important
	}
	.u-10\/10\@extreme {
		width: 100%!important
	}
	.u-1\/11\@extreme {
		width: 9.0909090909%!important
	}
	.u-2\/11\@extreme {
		width: 18.1818181818%!important
	}
	.u-3\/11\@extreme {
		width: 27.2727272727%!important
	}
	.u-4\/11\@extreme {
		width: 36.3636363636%!important
	}
	.u-5\/11\@extreme {
		width: 45.4545454545%!important
	}
	.u-6\/11\@extreme {
		width: 54.5454545455%!important
	}
	.u-7\/11\@extreme {
		width: 63.6363636364%!important
	}
	.u-8\/11\@extreme {
		width: 72.7272727273%!important
	}
	.u-9\/11\@extreme {
		width: 81.8181818182%!important
	}
	.u-10\/11\@extreme {
		width: 90.9090909091%!important
	}
	.u-11\/11\@extreme {
		width: 100%!important
	}
	.u-1\/12\@extreme {
		width: 8.3333333333%!important
	}
	.u-2\/12\@extreme {
		width: 16.6666666667%!important
	}
	.u-3\/12\@extreme {
		width: 25%!important
	}
	.u-4\/12\@extreme {
		width: 33.3333333333%!important
	}
	.u-5\/12\@extreme {
		width: 41.6666666667%!important
	}
	.u-6\/12\@extreme {
		width: 50%!important
	}
	.u-7\/12\@extreme {
		width: 58.3333333333%!important
	}
	.u-8\/12\@extreme {
		width: 66.6666666667%!important
	}
	.u-9\/12\@extreme {
		width: 75%!important
	}
	.u-10\/12\@extreme {
		width: 83.3333333333%!important
	}
	.u-11\/12\@extreme {
		width: 91.6666666667%!important
	}
	.u-12\/12\@extreme {
		width: 100%!important
	}
}
@media (min-width: 340px) {
	.u-hide-mobile {
		display: none!important
	}
}

@media (max-width: 340px) {
	.u-hide-until-mobile {
		display: none!important
	}
}

@media (min-width: 768px) {
	.u-hide-tablet {
		display: none!important
	}
}

@media (max-width: 768px) {
	.u-hide-until-tablet {
		display: none!important
	}
}

@media (min-width: 980px) {
	.u-hide-desktop {
		display: none!important
	}
}

@media (max-width: 980px) {
	.u-hide-until-desktop {
		display: none!important
	}
}

@media (min-width: 1260px) {
	.u-hide-large {
		display: none!important
	}
}

@media (max-width: 1260px) {
	.u-hide-until-large {
		display: none!important
	}
}

@media (min-width: 1500px) {
	.u-hide-extreme {
		display: none!important
	}
}

@media (max-width: 1500px) {
	.u-hide-until-extreme {
		display: none!important
	}
}