@charset "UTF-8";
.-visible-xsmall,
.-hidden-small,
.-hidden-medium,
.-hidden-large,
.-hidden-xlarge,
.-hidden-print {
  display: block !important;
  visibility: visible !important;
}

.-hidden-xsmall,
.-visible-small,
.-visible-medium,
.-visible-large,
.-visible-xlarge,
.-visible-print {
  display: none !important;
  visibility: hidden !important;
}

@media (min-width: 48em) {
  .-visible-small,
  .-hidden-xsmall,
  .-hidden-medium,
  .-hidden-large,
  .-hidden-xlarge {
    display: block !important;
    visibility: visible !important;
  }
  .-hidden-small,
  .-visible-xsmall,
  .-visible-medium,
  .-visible-large,
  .-visible-xlarge {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (min-width: 60em) {
  .-visible-medium,
  .-hidden-small,
  .-hidden-xsmall,
  .-hidden-large,
  .-hidden-xlarge {
    display: block !important;
    visibility: visible !important;
  }
  .-hidden-medium,
  .-visible-small,
  .-visible-xsmall,
  .-visible-large,
  .-visible-xlarge {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (min-width: 70em) {
  .-visible-large,
  .-hidden-xsmall,
  .-hidden-small,
  .-hidden-medium,
  .-hidden-xlarge {
    display: block !important;
    visibility: visible !important;
  }
  .-hidden-large,
  .-visible-xsmall,
  .-visible-small,
  .-visible-medium,
  .-visible-xlarge {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (min-width: 80em) {
  .-visible-xlarge,
  .-hidden-xsmall,
  .-hidden-small,
  .-hidden-medium,
  .-hidden-large {
    display: block !important;
    visibility: visible !important;
  }
  .-hidden-xlarge,
  .-visible-xsmall,
  .-visible-small,
  .-visible-medium,
  .-visible-large {
    display: none !important;
    visibility: hidden !important;
  }
}
.sr-only {
  position: absolute !important; /* Outside the DOM flow */
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE 7+ only support clip without commas */
  clip: rect(1px, 1px, 1px, 1px); /* All other browsers */
}

@media (min-width: calc(60em + 1px)) {
  html[lang=en] .-hide-on-english-desktop {
    display: none;
  }
}

@media (min-width: calc(60em + 1px)) {
  html:not([lang=en]) .-hide-on-non-english-desktop {
    display: none;
  }
}
html:not([lang=en]) .-hide-on-non-english {
  display: none !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 480px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 960px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1120px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 480px) {
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 960px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1120px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.m-1h {
  margin: 8px !important;
}

.mt-1h {
  margin-top: 8px !important;
}

.mr-1h {
  margin-right: 8px !important;
}

.mb-1h {
  margin-bottom: 8px !important;
}

.ml-1h {
  margin-left: 8px !important;
}

.mx-1h {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-1h {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

@media (min-width: 480px) {
  .m-xs-1h {
    margin: 8px !important;
  }
  .mt-xs-1h {
    margin-top: 8px !important;
  }
  .mr-xs-1h {
    margin-right: 8px !important;
  }
  .mb-xs-1h {
    margin-bottom: 8px !important;
  }
  .ml-xs-1h {
    margin-left: 8px !important;
  }
  .mx-xs-1h {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-xs-1h {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .m-sm-1h {
    margin: 8px !important;
  }
  .mt-sm-1h {
    margin-top: 8px !important;
  }
  .mr-sm-1h {
    margin-right: 8px !important;
  }
  .mb-sm-1h {
    margin-bottom: 8px !important;
  }
  .ml-sm-1h {
    margin-left: 8px !important;
  }
  .mx-sm-1h {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-sm-1h {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 960px) {
  .m-md-1h {
    margin: 8px !important;
  }
  .mt-md-1h {
    margin-top: 8px !important;
  }
  .mr-md-1h {
    margin-right: 8px !important;
  }
  .mb-md-1h {
    margin-bottom: 8px !important;
  }
  .ml-md-1h {
    margin-left: 8px !important;
  }
  .mx-md-1h {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-md-1h {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1120px) {
  .m-lg-1h {
    margin: 8px !important;
  }
  .mt-lg-1h {
    margin-top: 8px !important;
  }
  .mr-lg-1h {
    margin-right: 8px !important;
  }
  .mb-lg-1h {
    margin-bottom: 8px !important;
  }
  .ml-lg-1h {
    margin-left: 8px !important;
  }
  .mx-lg-1h {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-lg-1h {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-1h {
    margin: 8px !important;
  }
  .mt-xl-1h {
    margin-top: 8px !important;
  }
  .mr-xl-1h {
    margin-right: 8px !important;
  }
  .mb-xl-1h {
    margin-bottom: 8px !important;
  }
  .ml-xl-1h {
    margin-left: 8px !important;
  }
  .mx-xl-1h {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-xl-1h {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
.p-1h {
  padding: 8px !important;
}

.pt-1h {
  padding-top: 8px !important;
}

.pr-1h {
  padding-right: 8px !important;
}

.pb-1h {
  padding-bottom: 8px !important;
}

.pl-1h {
  padding-left: 8px !important;
}

.px-1h {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-1h {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

@media (min-width: 480px) {
  .p-xs-1h {
    padding: 8px !important;
  }
  .pt-xs-1h {
    padding-top: 8px !important;
  }
  .pr-xs-1h {
    padding-right: 8px !important;
  }
  .pb-xs-1h {
    padding-bottom: 8px !important;
  }
  .pl-xs-1h {
    padding-left: 8px !important;
  }
  .px-xs-1h {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-xs-1h {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .p-sm-1h {
    padding: 8px !important;
  }
  .pt-sm-1h {
    padding-top: 8px !important;
  }
  .pr-sm-1h {
    padding-right: 8px !important;
  }
  .pb-sm-1h {
    padding-bottom: 8px !important;
  }
  .pl-sm-1h {
    padding-left: 8px !important;
  }
  .px-sm-1h {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-sm-1h {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media (min-width: 960px) {
  .p-md-1h {
    padding: 8px !important;
  }
  .pt-md-1h {
    padding-top: 8px !important;
  }
  .pr-md-1h {
    padding-right: 8px !important;
  }
  .pb-md-1h {
    padding-bottom: 8px !important;
  }
  .pl-md-1h {
    padding-left: 8px !important;
  }
  .px-md-1h {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-md-1h {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1120px) {
  .p-lg-1h {
    padding: 8px !important;
  }
  .pt-lg-1h {
    padding-top: 8px !important;
  }
  .pr-lg-1h {
    padding-right: 8px !important;
  }
  .pb-lg-1h {
    padding-bottom: 8px !important;
  }
  .pl-lg-1h {
    padding-left: 8px !important;
  }
  .px-lg-1h {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-lg-1h {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-1h {
    padding: 8px !important;
  }
  .pt-xl-1h {
    padding-top: 8px !important;
  }
  .pr-xl-1h {
    padding-right: 8px !important;
  }
  .pb-xl-1h {
    padding-bottom: 8px !important;
  }
  .pl-xl-1h {
    padding-left: 8px !important;
  }
  .px-xl-1h {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-xl-1h {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
.m-1 {
  margin: 16px !important;
}

.mt-1 {
  margin-top: 16px !important;
}

.mr-1 {
  margin-right: 16px !important;
}

.mb-1 {
  margin-bottom: 16px !important;
}

.ml-1 {
  margin-left: 16px !important;
}

.mx-1 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-1 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

@media (min-width: 480px) {
  .m-xs-1 {
    margin: 16px !important;
  }
  .mt-xs-1 {
    margin-top: 16px !important;
  }
  .mr-xs-1 {
    margin-right: 16px !important;
  }
  .mb-xs-1 {
    margin-bottom: 16px !important;
  }
  .ml-xs-1 {
    margin-left: 16px !important;
  }
  .mx-xs-1 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .my-xs-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .m-sm-1 {
    margin: 16px !important;
  }
  .mt-sm-1 {
    margin-top: 16px !important;
  }
  .mr-sm-1 {
    margin-right: 16px !important;
  }
  .mb-sm-1 {
    margin-bottom: 16px !important;
  }
  .ml-sm-1 {
    margin-left: 16px !important;
  }
  .mx-sm-1 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .my-sm-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 960px) {
  .m-md-1 {
    margin: 16px !important;
  }
  .mt-md-1 {
    margin-top: 16px !important;
  }
  .mr-md-1 {
    margin-right: 16px !important;
  }
  .mb-md-1 {
    margin-bottom: 16px !important;
  }
  .ml-md-1 {
    margin-left: 16px !important;
  }
  .mx-md-1 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .my-md-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1120px) {
  .m-lg-1 {
    margin: 16px !important;
  }
  .mt-lg-1 {
    margin-top: 16px !important;
  }
  .mr-lg-1 {
    margin-right: 16px !important;
  }
  .mb-lg-1 {
    margin-bottom: 16px !important;
  }
  .ml-lg-1 {
    margin-left: 16px !important;
  }
  .mx-lg-1 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .my-lg-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-1 {
    margin: 16px !important;
  }
  .mt-xl-1 {
    margin-top: 16px !important;
  }
  .mr-xl-1 {
    margin-right: 16px !important;
  }
  .mb-xl-1 {
    margin-bottom: 16px !important;
  }
  .ml-xl-1 {
    margin-left: 16px !important;
  }
  .mx-xl-1 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .my-xl-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
.p-1 {
  padding: 16px !important;
}

.pt-1 {
  padding-top: 16px !important;
}

.pr-1 {
  padding-right: 16px !important;
}

.pb-1 {
  padding-bottom: 16px !important;
}

.pl-1 {
  padding-left: 16px !important;
}

.px-1 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.py-1 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

@media (min-width: 480px) {
  .p-xs-1 {
    padding: 16px !important;
  }
  .pt-xs-1 {
    padding-top: 16px !important;
  }
  .pr-xs-1 {
    padding-right: 16px !important;
  }
  .pb-xs-1 {
    padding-bottom: 16px !important;
  }
  .pl-xs-1 {
    padding-left: 16px !important;
  }
  .px-xs-1 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-xs-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .p-sm-1 {
    padding: 16px !important;
  }
  .pt-sm-1 {
    padding-top: 16px !important;
  }
  .pr-sm-1 {
    padding-right: 16px !important;
  }
  .pb-sm-1 {
    padding-bottom: 16px !important;
  }
  .pl-sm-1 {
    padding-left: 16px !important;
  }
  .px-sm-1 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-sm-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 960px) {
  .p-md-1 {
    padding: 16px !important;
  }
  .pt-md-1 {
    padding-top: 16px !important;
  }
  .pr-md-1 {
    padding-right: 16px !important;
  }
  .pb-md-1 {
    padding-bottom: 16px !important;
  }
  .pl-md-1 {
    padding-left: 16px !important;
  }
  .px-md-1 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-md-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1120px) {
  .p-lg-1 {
    padding: 16px !important;
  }
  .pt-lg-1 {
    padding-top: 16px !important;
  }
  .pr-lg-1 {
    padding-right: 16px !important;
  }
  .pb-lg-1 {
    padding-bottom: 16px !important;
  }
  .pl-lg-1 {
    padding-left: 16px !important;
  }
  .px-lg-1 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-lg-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-1 {
    padding: 16px !important;
  }
  .pt-xl-1 {
    padding-top: 16px !important;
  }
  .pr-xl-1 {
    padding-right: 16px !important;
  }
  .pb-xl-1 {
    padding-bottom: 16px !important;
  }
  .pl-xl-1 {
    padding-left: 16px !important;
  }
  .px-xl-1 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-xl-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
.m-1p {
  margin: 24px !important;
}

.mt-1p {
  margin-top: 24px !important;
}

.mr-1p {
  margin-right: 24px !important;
}

.mb-1p {
  margin-bottom: 24px !important;
}

.ml-1p {
  margin-left: 24px !important;
}

.mx-1p {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-1p {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

@media (min-width: 480px) {
  .m-xs-1p {
    margin: 24px !important;
  }
  .mt-xs-1p {
    margin-top: 24px !important;
  }
  .mr-xs-1p {
    margin-right: 24px !important;
  }
  .mb-xs-1p {
    margin-bottom: 24px !important;
  }
  .ml-xs-1p {
    margin-left: 24px !important;
  }
  .mx-xs-1p {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .my-xs-1p {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .m-sm-1p {
    margin: 24px !important;
  }
  .mt-sm-1p {
    margin-top: 24px !important;
  }
  .mr-sm-1p {
    margin-right: 24px !important;
  }
  .mb-sm-1p {
    margin-bottom: 24px !important;
  }
  .ml-sm-1p {
    margin-left: 24px !important;
  }
  .mx-sm-1p {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .my-sm-1p {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 960px) {
  .m-md-1p {
    margin: 24px !important;
  }
  .mt-md-1p {
    margin-top: 24px !important;
  }
  .mr-md-1p {
    margin-right: 24px !important;
  }
  .mb-md-1p {
    margin-bottom: 24px !important;
  }
  .ml-md-1p {
    margin-left: 24px !important;
  }
  .mx-md-1p {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .my-md-1p {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1120px) {
  .m-lg-1p {
    margin: 24px !important;
  }
  .mt-lg-1p {
    margin-top: 24px !important;
  }
  .mr-lg-1p {
    margin-right: 24px !important;
  }
  .mb-lg-1p {
    margin-bottom: 24px !important;
  }
  .ml-lg-1p {
    margin-left: 24px !important;
  }
  .mx-lg-1p {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .my-lg-1p {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-1p {
    margin: 24px !important;
  }
  .mt-xl-1p {
    margin-top: 24px !important;
  }
  .mr-xl-1p {
    margin-right: 24px !important;
  }
  .mb-xl-1p {
    margin-bottom: 24px !important;
  }
  .ml-xl-1p {
    margin-left: 24px !important;
  }
  .mx-xl-1p {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .my-xl-1p {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
.p-1p {
  padding: 24px !important;
}

.pt-1p {
  padding-top: 24px !important;
}

.pr-1p {
  padding-right: 24px !important;
}

.pb-1p {
  padding-bottom: 24px !important;
}

.pl-1p {
  padding-left: 24px !important;
}

.px-1p {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-1p {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

@media (min-width: 480px) {
  .p-xs-1p {
    padding: 24px !important;
  }
  .pt-xs-1p {
    padding-top: 24px !important;
  }
  .pr-xs-1p {
    padding-right: 24px !important;
  }
  .pb-xs-1p {
    padding-bottom: 24px !important;
  }
  .pl-xs-1p {
    padding-left: 24px !important;
  }
  .px-xs-1p {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .py-xs-1p {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .p-sm-1p {
    padding: 24px !important;
  }
  .pt-sm-1p {
    padding-top: 24px !important;
  }
  .pr-sm-1p {
    padding-right: 24px !important;
  }
  .pb-sm-1p {
    padding-bottom: 24px !important;
  }
  .pl-sm-1p {
    padding-left: 24px !important;
  }
  .px-sm-1p {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .py-sm-1p {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (min-width: 960px) {
  .p-md-1p {
    padding: 24px !important;
  }
  .pt-md-1p {
    padding-top: 24px !important;
  }
  .pr-md-1p {
    padding-right: 24px !important;
  }
  .pb-md-1p {
    padding-bottom: 24px !important;
  }
  .pl-md-1p {
    padding-left: 24px !important;
  }
  .px-md-1p {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .py-md-1p {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1120px) {
  .p-lg-1p {
    padding: 24px !important;
  }
  .pt-lg-1p {
    padding-top: 24px !important;
  }
  .pr-lg-1p {
    padding-right: 24px !important;
  }
  .pb-lg-1p {
    padding-bottom: 24px !important;
  }
  .pl-lg-1p {
    padding-left: 24px !important;
  }
  .px-lg-1p {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .py-lg-1p {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-1p {
    padding: 24px !important;
  }
  .pt-xl-1p {
    padding-top: 24px !important;
  }
  .pr-xl-1p {
    padding-right: 24px !important;
  }
  .pb-xl-1p {
    padding-bottom: 24px !important;
  }
  .pl-xl-1p {
    padding-left: 24px !important;
  }
  .px-xl-1p {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .py-xl-1p {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.m-2 {
  margin: 32px !important;
}

.mt-2 {
  margin-top: 32px !important;
}

.mr-2 {
  margin-right: 32px !important;
}

.mb-2 {
  margin-bottom: 32px !important;
}

.ml-2 {
  margin-left: 32px !important;
}

.mx-2 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-2 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

@media (min-width: 480px) {
  .m-xs-2 {
    margin: 32px !important;
  }
  .mt-xs-2 {
    margin-top: 32px !important;
  }
  .mr-xs-2 {
    margin-right: 32px !important;
  }
  .mb-xs-2 {
    margin-bottom: 32px !important;
  }
  .ml-xs-2 {
    margin-left: 32px !important;
  }
  .mx-xs-2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .my-xs-2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .m-sm-2 {
    margin: 32px !important;
  }
  .mt-sm-2 {
    margin-top: 32px !important;
  }
  .mr-sm-2 {
    margin-right: 32px !important;
  }
  .mb-sm-2 {
    margin-bottom: 32px !important;
  }
  .ml-sm-2 {
    margin-left: 32px !important;
  }
  .mx-sm-2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .my-sm-2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 960px) {
  .m-md-2 {
    margin: 32px !important;
  }
  .mt-md-2 {
    margin-top: 32px !important;
  }
  .mr-md-2 {
    margin-right: 32px !important;
  }
  .mb-md-2 {
    margin-bottom: 32px !important;
  }
  .ml-md-2 {
    margin-left: 32px !important;
  }
  .mx-md-2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .my-md-2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1120px) {
  .m-lg-2 {
    margin: 32px !important;
  }
  .mt-lg-2 {
    margin-top: 32px !important;
  }
  .mr-lg-2 {
    margin-right: 32px !important;
  }
  .mb-lg-2 {
    margin-bottom: 32px !important;
  }
  .ml-lg-2 {
    margin-left: 32px !important;
  }
  .mx-lg-2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .my-lg-2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-2 {
    margin: 32px !important;
  }
  .mt-xl-2 {
    margin-top: 32px !important;
  }
  .mr-xl-2 {
    margin-right: 32px !important;
  }
  .mb-xl-2 {
    margin-bottom: 32px !important;
  }
  .ml-xl-2 {
    margin-left: 32px !important;
  }
  .mx-xl-2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .my-xl-2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
.p-2 {
  padding: 32px !important;
}

.pt-2 {
  padding-top: 32px !important;
}

.pr-2 {
  padding-right: 32px !important;
}

.pb-2 {
  padding-bottom: 32px !important;
}

.pl-2 {
  padding-left: 32px !important;
}

.px-2 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-2 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

@media (min-width: 480px) {
  .p-xs-2 {
    padding: 32px !important;
  }
  .pt-xs-2 {
    padding-top: 32px !important;
  }
  .pr-xs-2 {
    padding-right: 32px !important;
  }
  .pb-xs-2 {
    padding-bottom: 32px !important;
  }
  .pl-xs-2 {
    padding-left: 32px !important;
  }
  .px-xs-2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .py-xs-2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .p-sm-2 {
    padding: 32px !important;
  }
  .pt-sm-2 {
    padding-top: 32px !important;
  }
  .pr-sm-2 {
    padding-right: 32px !important;
  }
  .pb-sm-2 {
    padding-bottom: 32px !important;
  }
  .pl-sm-2 {
    padding-left: 32px !important;
  }
  .px-sm-2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .py-sm-2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 960px) {
  .p-md-2 {
    padding: 32px !important;
  }
  .pt-md-2 {
    padding-top: 32px !important;
  }
  .pr-md-2 {
    padding-right: 32px !important;
  }
  .pb-md-2 {
    padding-bottom: 32px !important;
  }
  .pl-md-2 {
    padding-left: 32px !important;
  }
  .px-md-2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .py-md-2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1120px) {
  .p-lg-2 {
    padding: 32px !important;
  }
  .pt-lg-2 {
    padding-top: 32px !important;
  }
  .pr-lg-2 {
    padding-right: 32px !important;
  }
  .pb-lg-2 {
    padding-bottom: 32px !important;
  }
  .pl-lg-2 {
    padding-left: 32px !important;
  }
  .px-lg-2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .py-lg-2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-2 {
    padding: 32px !important;
  }
  .pt-xl-2 {
    padding-top: 32px !important;
  }
  .pr-xl-2 {
    padding-right: 32px !important;
  }
  .pb-xl-2 {
    padding-bottom: 32px !important;
  }
  .pl-xl-2 {
    padding-left: 32px !important;
  }
  .px-xl-2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .py-xl-2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
.m-3 {
  margin: 48px !important;
}

.mt-3 {
  margin-top: 48px !important;
}

.mr-3 {
  margin-right: 48px !important;
}

.mb-3 {
  margin-bottom: 48px !important;
}

.ml-3 {
  margin-left: 48px !important;
}

.mx-3 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-3 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

@media (min-width: 480px) {
  .m-xs-3 {
    margin: 48px !important;
  }
  .mt-xs-3 {
    margin-top: 48px !important;
  }
  .mr-xs-3 {
    margin-right: 48px !important;
  }
  .mb-xs-3 {
    margin-bottom: 48px !important;
  }
  .ml-xs-3 {
    margin-left: 48px !important;
  }
  .mx-xs-3 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .my-xs-3 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .m-sm-3 {
    margin: 48px !important;
  }
  .mt-sm-3 {
    margin-top: 48px !important;
  }
  .mr-sm-3 {
    margin-right: 48px !important;
  }
  .mb-sm-3 {
    margin-bottom: 48px !important;
  }
  .ml-sm-3 {
    margin-left: 48px !important;
  }
  .mx-sm-3 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .my-sm-3 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 960px) {
  .m-md-3 {
    margin: 48px !important;
  }
  .mt-md-3 {
    margin-top: 48px !important;
  }
  .mr-md-3 {
    margin-right: 48px !important;
  }
  .mb-md-3 {
    margin-bottom: 48px !important;
  }
  .ml-md-3 {
    margin-left: 48px !important;
  }
  .mx-md-3 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .my-md-3 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1120px) {
  .m-lg-3 {
    margin: 48px !important;
  }
  .mt-lg-3 {
    margin-top: 48px !important;
  }
  .mr-lg-3 {
    margin-right: 48px !important;
  }
  .mb-lg-3 {
    margin-bottom: 48px !important;
  }
  .ml-lg-3 {
    margin-left: 48px !important;
  }
  .mx-lg-3 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .my-lg-3 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-3 {
    margin: 48px !important;
  }
  .mt-xl-3 {
    margin-top: 48px !important;
  }
  .mr-xl-3 {
    margin-right: 48px !important;
  }
  .mb-xl-3 {
    margin-bottom: 48px !important;
  }
  .ml-xl-3 {
    margin-left: 48px !important;
  }
  .mx-xl-3 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .my-xl-3 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
.p-3 {
  padding: 48px !important;
}

.pt-3 {
  padding-top: 48px !important;
}

.pr-3 {
  padding-right: 48px !important;
}

.pb-3 {
  padding-bottom: 48px !important;
}

.pl-3 {
  padding-left: 48px !important;
}

.px-3 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.py-3 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

@media (min-width: 480px) {
  .p-xs-3 {
    padding: 48px !important;
  }
  .pt-xs-3 {
    padding-top: 48px !important;
  }
  .pr-xs-3 {
    padding-right: 48px !important;
  }
  .pb-xs-3 {
    padding-bottom: 48px !important;
  }
  .pl-xs-3 {
    padding-left: 48px !important;
  }
  .px-xs-3 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .py-xs-3 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .p-sm-3 {
    padding: 48px !important;
  }
  .pt-sm-3 {
    padding-top: 48px !important;
  }
  .pr-sm-3 {
    padding-right: 48px !important;
  }
  .pb-sm-3 {
    padding-bottom: 48px !important;
  }
  .pl-sm-3 {
    padding-left: 48px !important;
  }
  .px-sm-3 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .py-sm-3 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (min-width: 960px) {
  .p-md-3 {
    padding: 48px !important;
  }
  .pt-md-3 {
    padding-top: 48px !important;
  }
  .pr-md-3 {
    padding-right: 48px !important;
  }
  .pb-md-3 {
    padding-bottom: 48px !important;
  }
  .pl-md-3 {
    padding-left: 48px !important;
  }
  .px-md-3 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .py-md-3 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1120px) {
  .p-lg-3 {
    padding: 48px !important;
  }
  .pt-lg-3 {
    padding-top: 48px !important;
  }
  .pr-lg-3 {
    padding-right: 48px !important;
  }
  .pb-lg-3 {
    padding-bottom: 48px !important;
  }
  .pl-lg-3 {
    padding-left: 48px !important;
  }
  .px-lg-3 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .py-lg-3 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-3 {
    padding: 48px !important;
  }
  .pt-xl-3 {
    padding-top: 48px !important;
  }
  .pr-xl-3 {
    padding-right: 48px !important;
  }
  .pb-xl-3 {
    padding-bottom: 48px !important;
  }
  .pl-xl-3 {
    padding-left: 48px !important;
  }
  .px-xl-3 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .py-xl-3 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
.m-4 {
  margin: 64px !important;
}

.mt-4 {
  margin-top: 64px !important;
}

.mr-4 {
  margin-right: 64px !important;
}

.mb-4 {
  margin-bottom: 64px !important;
}

.ml-4 {
  margin-left: 64px !important;
}

.mx-4 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.my-4 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

@media (min-width: 480px) {
  .m-xs-4 {
    margin: 64px !important;
  }
  .mt-xs-4 {
    margin-top: 64px !important;
  }
  .mr-xs-4 {
    margin-right: 64px !important;
  }
  .mb-xs-4 {
    margin-bottom: 64px !important;
  }
  .ml-xs-4 {
    margin-left: 64px !important;
  }
  .mx-xs-4 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .my-xs-4 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .m-sm-4 {
    margin: 64px !important;
  }
  .mt-sm-4 {
    margin-top: 64px !important;
  }
  .mr-sm-4 {
    margin-right: 64px !important;
  }
  .mb-sm-4 {
    margin-bottom: 64px !important;
  }
  .ml-sm-4 {
    margin-left: 64px !important;
  }
  .mx-sm-4 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .my-sm-4 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 960px) {
  .m-md-4 {
    margin: 64px !important;
  }
  .mt-md-4 {
    margin-top: 64px !important;
  }
  .mr-md-4 {
    margin-right: 64px !important;
  }
  .mb-md-4 {
    margin-bottom: 64px !important;
  }
  .ml-md-4 {
    margin-left: 64px !important;
  }
  .mx-md-4 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .my-md-4 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1120px) {
  .m-lg-4 {
    margin: 64px !important;
  }
  .mt-lg-4 {
    margin-top: 64px !important;
  }
  .mr-lg-4 {
    margin-right: 64px !important;
  }
  .mb-lg-4 {
    margin-bottom: 64px !important;
  }
  .ml-lg-4 {
    margin-left: 64px !important;
  }
  .mx-lg-4 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .my-lg-4 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-4 {
    margin: 64px !important;
  }
  .mt-xl-4 {
    margin-top: 64px !important;
  }
  .mr-xl-4 {
    margin-right: 64px !important;
  }
  .mb-xl-4 {
    margin-bottom: 64px !important;
  }
  .ml-xl-4 {
    margin-left: 64px !important;
  }
  .mx-xl-4 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .my-xl-4 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
.p-4 {
  padding: 64px !important;
}

.pt-4 {
  padding-top: 64px !important;
}

.pr-4 {
  padding-right: 64px !important;
}

.pb-4 {
  padding-bottom: 64px !important;
}

.pl-4 {
  padding-left: 64px !important;
}

.px-4 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.py-4 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

@media (min-width: 480px) {
  .p-xs-4 {
    padding: 64px !important;
  }
  .pt-xs-4 {
    padding-top: 64px !important;
  }
  .pr-xs-4 {
    padding-right: 64px !important;
  }
  .pb-xs-4 {
    padding-bottom: 64px !important;
  }
  .pl-xs-4 {
    padding-left: 64px !important;
  }
  .px-xs-4 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .py-xs-4 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .p-sm-4 {
    padding: 64px !important;
  }
  .pt-sm-4 {
    padding-top: 64px !important;
  }
  .pr-sm-4 {
    padding-right: 64px !important;
  }
  .pb-sm-4 {
    padding-bottom: 64px !important;
  }
  .pl-sm-4 {
    padding-left: 64px !important;
  }
  .px-sm-4 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .py-sm-4 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 960px) {
  .p-md-4 {
    padding: 64px !important;
  }
  .pt-md-4 {
    padding-top: 64px !important;
  }
  .pr-md-4 {
    padding-right: 64px !important;
  }
  .pb-md-4 {
    padding-bottom: 64px !important;
  }
  .pl-md-4 {
    padding-left: 64px !important;
  }
  .px-md-4 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .py-md-4 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1120px) {
  .p-lg-4 {
    padding: 64px !important;
  }
  .pt-lg-4 {
    padding-top: 64px !important;
  }
  .pr-lg-4 {
    padding-right: 64px !important;
  }
  .pb-lg-4 {
    padding-bottom: 64px !important;
  }
  .pl-lg-4 {
    padding-left: 64px !important;
  }
  .px-lg-4 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .py-lg-4 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-4 {
    padding: 64px !important;
  }
  .pt-xl-4 {
    padding-top: 64px !important;
  }
  .pr-xl-4 {
    padding-right: 64px !important;
  }
  .pb-xl-4 {
    padding-bottom: 64px !important;
  }
  .pl-xl-4 {
    padding-left: 64px !important;
  }
  .px-xl-4 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .py-xl-4 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
.m-5 {
  margin: 80px !important;
}

.mt-5 {
  margin-top: 80px !important;
}

.mr-5 {
  margin-right: 80px !important;
}

.mb-5 {
  margin-bottom: 80px !important;
}

.ml-5 {
  margin-left: 80px !important;
}

.mx-5 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-5 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

@media (min-width: 480px) {
  .m-xs-5 {
    margin: 80px !important;
  }
  .mt-xs-5 {
    margin-top: 80px !important;
  }
  .mr-xs-5 {
    margin-right: 80px !important;
  }
  .mb-xs-5 {
    margin-bottom: 80px !important;
  }
  .ml-xs-5 {
    margin-left: 80px !important;
  }
  .mx-xs-5 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .my-xs-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .m-sm-5 {
    margin: 80px !important;
  }
  .mt-sm-5 {
    margin-top: 80px !important;
  }
  .mr-sm-5 {
    margin-right: 80px !important;
  }
  .mb-sm-5 {
    margin-bottom: 80px !important;
  }
  .ml-sm-5 {
    margin-left: 80px !important;
  }
  .mx-sm-5 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .my-sm-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 960px) {
  .m-md-5 {
    margin: 80px !important;
  }
  .mt-md-5 {
    margin-top: 80px !important;
  }
  .mr-md-5 {
    margin-right: 80px !important;
  }
  .mb-md-5 {
    margin-bottom: 80px !important;
  }
  .ml-md-5 {
    margin-left: 80px !important;
  }
  .mx-md-5 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .my-md-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1120px) {
  .m-lg-5 {
    margin: 80px !important;
  }
  .mt-lg-5 {
    margin-top: 80px !important;
  }
  .mr-lg-5 {
    margin-right: 80px !important;
  }
  .mb-lg-5 {
    margin-bottom: 80px !important;
  }
  .ml-lg-5 {
    margin-left: 80px !important;
  }
  .mx-lg-5 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .my-lg-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-5 {
    margin: 80px !important;
  }
  .mt-xl-5 {
    margin-top: 80px !important;
  }
  .mr-xl-5 {
    margin-right: 80px !important;
  }
  .mb-xl-5 {
    margin-bottom: 80px !important;
  }
  .ml-xl-5 {
    margin-left: 80px !important;
  }
  .mx-xl-5 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .my-xl-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
.p-5 {
  padding: 80px !important;
}

.pt-5 {
  padding-top: 80px !important;
}

.pr-5 {
  padding-right: 80px !important;
}

.pb-5 {
  padding-bottom: 80px !important;
}

.pl-5 {
  padding-left: 80px !important;
}

.px-5 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py-5 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

@media (min-width: 480px) {
  .p-xs-5 {
    padding: 80px !important;
  }
  .pt-xs-5 {
    padding-top: 80px !important;
  }
  .pr-xs-5 {
    padding-right: 80px !important;
  }
  .pb-xs-5 {
    padding-bottom: 80px !important;
  }
  .pl-xs-5 {
    padding-left: 80px !important;
  }
  .px-xs-5 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py-xs-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .p-sm-5 {
    padding: 80px !important;
  }
  .pt-sm-5 {
    padding-top: 80px !important;
  }
  .pr-sm-5 {
    padding-right: 80px !important;
  }
  .pb-sm-5 {
    padding-bottom: 80px !important;
  }
  .pl-sm-5 {
    padding-left: 80px !important;
  }
  .px-sm-5 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py-sm-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (min-width: 960px) {
  .p-md-5 {
    padding: 80px !important;
  }
  .pt-md-5 {
    padding-top: 80px !important;
  }
  .pr-md-5 {
    padding-right: 80px !important;
  }
  .pb-md-5 {
    padding-bottom: 80px !important;
  }
  .pl-md-5 {
    padding-left: 80px !important;
  }
  .px-md-5 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py-md-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1120px) {
  .p-lg-5 {
    padding: 80px !important;
  }
  .pt-lg-5 {
    padding-top: 80px !important;
  }
  .pr-lg-5 {
    padding-right: 80px !important;
  }
  .pb-lg-5 {
    padding-bottom: 80px !important;
  }
  .pl-lg-5 {
    padding-left: 80px !important;
  }
  .px-lg-5 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py-lg-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-5 {
    padding: 80px !important;
  }
  .pt-xl-5 {
    padding-top: 80px !important;
  }
  .pr-xl-5 {
    padding-right: 80px !important;
  }
  .pb-xl-5 {
    padding-bottom: 80px !important;
  }
  .pl-xl-5 {
    padding-left: 80px !important;
  }
  .px-xl-5 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py-xl-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
.m-6 {
  margin: 96px !important;
}

.mt-6 {
  margin-top: 96px !important;
}

.mr-6 {
  margin-right: 96px !important;
}

.mb-6 {
  margin-bottom: 96px !important;
}

.ml-6 {
  margin-left: 96px !important;
}

.mx-6 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.my-6 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

@media (min-width: 480px) {
  .m-xs-6 {
    margin: 96px !important;
  }
  .mt-xs-6 {
    margin-top: 96px !important;
  }
  .mr-xs-6 {
    margin-right: 96px !important;
  }
  .mb-xs-6 {
    margin-bottom: 96px !important;
  }
  .ml-xs-6 {
    margin-left: 96px !important;
  }
  .mx-xs-6 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .my-xs-6 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .m-sm-6 {
    margin: 96px !important;
  }
  .mt-sm-6 {
    margin-top: 96px !important;
  }
  .mr-sm-6 {
    margin-right: 96px !important;
  }
  .mb-sm-6 {
    margin-bottom: 96px !important;
  }
  .ml-sm-6 {
    margin-left: 96px !important;
  }
  .mx-sm-6 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .my-sm-6 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 960px) {
  .m-md-6 {
    margin: 96px !important;
  }
  .mt-md-6 {
    margin-top: 96px !important;
  }
  .mr-md-6 {
    margin-right: 96px !important;
  }
  .mb-md-6 {
    margin-bottom: 96px !important;
  }
  .ml-md-6 {
    margin-left: 96px !important;
  }
  .mx-md-6 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .my-md-6 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1120px) {
  .m-lg-6 {
    margin: 96px !important;
  }
  .mt-lg-6 {
    margin-top: 96px !important;
  }
  .mr-lg-6 {
    margin-right: 96px !important;
  }
  .mb-lg-6 {
    margin-bottom: 96px !important;
  }
  .ml-lg-6 {
    margin-left: 96px !important;
  }
  .mx-lg-6 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .my-lg-6 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-6 {
    margin: 96px !important;
  }
  .mt-xl-6 {
    margin-top: 96px !important;
  }
  .mr-xl-6 {
    margin-right: 96px !important;
  }
  .mb-xl-6 {
    margin-bottom: 96px !important;
  }
  .ml-xl-6 {
    margin-left: 96px !important;
  }
  .mx-xl-6 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .my-xl-6 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
.p-6 {
  padding: 96px !important;
}

.pt-6 {
  padding-top: 96px !important;
}

.pr-6 {
  padding-right: 96px !important;
}

.pb-6 {
  padding-bottom: 96px !important;
}

.pl-6 {
  padding-left: 96px !important;
}

.px-6 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.py-6 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

@media (min-width: 480px) {
  .p-xs-6 {
    padding: 96px !important;
  }
  .pt-xs-6 {
    padding-top: 96px !important;
  }
  .pr-xs-6 {
    padding-right: 96px !important;
  }
  .pb-xs-6 {
    padding-bottom: 96px !important;
  }
  .pl-xs-6 {
    padding-left: 96px !important;
  }
  .px-xs-6 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
  .py-xs-6 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .p-sm-6 {
    padding: 96px !important;
  }
  .pt-sm-6 {
    padding-top: 96px !important;
  }
  .pr-sm-6 {
    padding-right: 96px !important;
  }
  .pb-sm-6 {
    padding-bottom: 96px !important;
  }
  .pl-sm-6 {
    padding-left: 96px !important;
  }
  .px-sm-6 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
  .py-sm-6 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 960px) {
  .p-md-6 {
    padding: 96px !important;
  }
  .pt-md-6 {
    padding-top: 96px !important;
  }
  .pr-md-6 {
    padding-right: 96px !important;
  }
  .pb-md-6 {
    padding-bottom: 96px !important;
  }
  .pl-md-6 {
    padding-left: 96px !important;
  }
  .px-md-6 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
  .py-md-6 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1120px) {
  .p-lg-6 {
    padding: 96px !important;
  }
  .pt-lg-6 {
    padding-top: 96px !important;
  }
  .pr-lg-6 {
    padding-right: 96px !important;
  }
  .pb-lg-6 {
    padding-bottom: 96px !important;
  }
  .pl-lg-6 {
    padding-left: 96px !important;
  }
  .px-lg-6 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
  .py-lg-6 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-6 {
    padding: 96px !important;
  }
  .pt-xl-6 {
    padding-top: 96px !important;
  }
  .pr-xl-6 {
    padding-right: 96px !important;
  }
  .pb-xl-6 {
    padding-bottom: 96px !important;
  }
  .pl-xl-6 {
    padding-left: 96px !important;
  }
  .px-xl-6 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
  .py-xl-6 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
.m-7 {
  margin: 112px !important;
}

.mt-7 {
  margin-top: 112px !important;
}

.mr-7 {
  margin-right: 112px !important;
}

.mb-7 {
  margin-bottom: 112px !important;
}

.ml-7 {
  margin-left: 112px !important;
}

.mx-7 {
  margin-left: 112px !important;
  margin-right: 112px !important;
}

.my-7 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

@media (min-width: 480px) {
  .m-xs-7 {
    margin: 112px !important;
  }
  .mt-xs-7 {
    margin-top: 112px !important;
  }
  .mr-xs-7 {
    margin-right: 112px !important;
  }
  .mb-xs-7 {
    margin-bottom: 112px !important;
  }
  .ml-xs-7 {
    margin-left: 112px !important;
  }
  .mx-xs-7 {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .my-xs-7 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
@media (min-width: 768px) {
  .m-sm-7 {
    margin: 112px !important;
  }
  .mt-sm-7 {
    margin-top: 112px !important;
  }
  .mr-sm-7 {
    margin-right: 112px !important;
  }
  .mb-sm-7 {
    margin-bottom: 112px !important;
  }
  .ml-sm-7 {
    margin-left: 112px !important;
  }
  .mx-sm-7 {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .my-sm-7 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
@media (min-width: 960px) {
  .m-md-7 {
    margin: 112px !important;
  }
  .mt-md-7 {
    margin-top: 112px !important;
  }
  .mr-md-7 {
    margin-right: 112px !important;
  }
  .mb-md-7 {
    margin-bottom: 112px !important;
  }
  .ml-md-7 {
    margin-left: 112px !important;
  }
  .mx-md-7 {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .my-md-7 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
@media (min-width: 1120px) {
  .m-lg-7 {
    margin: 112px !important;
  }
  .mt-lg-7 {
    margin-top: 112px !important;
  }
  .mr-lg-7 {
    margin-right: 112px !important;
  }
  .mb-lg-7 {
    margin-bottom: 112px !important;
  }
  .ml-lg-7 {
    margin-left: 112px !important;
  }
  .mx-lg-7 {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .my-lg-7 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-7 {
    margin: 112px !important;
  }
  .mt-xl-7 {
    margin-top: 112px !important;
  }
  .mr-xl-7 {
    margin-right: 112px !important;
  }
  .mb-xl-7 {
    margin-bottom: 112px !important;
  }
  .ml-xl-7 {
    margin-left: 112px !important;
  }
  .mx-xl-7 {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .my-xl-7 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
.p-7 {
  padding: 112px !important;
}

.pt-7 {
  padding-top: 112px !important;
}

.pr-7 {
  padding-right: 112px !important;
}

.pb-7 {
  padding-bottom: 112px !important;
}

.pl-7 {
  padding-left: 112px !important;
}

.px-7 {
  padding-left: 112px !important;
  padding-right: 112px !important;
}

.py-7 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

@media (min-width: 480px) {
  .p-xs-7 {
    padding: 112px !important;
  }
  .pt-xs-7 {
    padding-top: 112px !important;
  }
  .pr-xs-7 {
    padding-right: 112px !important;
  }
  .pb-xs-7 {
    padding-bottom: 112px !important;
  }
  .pl-xs-7 {
    padding-left: 112px !important;
  }
  .px-xs-7 {
    padding-left: 112px !important;
    padding-right: 112px !important;
  }
  .py-xs-7 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
}
@media (min-width: 768px) {
  .p-sm-7 {
    padding: 112px !important;
  }
  .pt-sm-7 {
    padding-top: 112px !important;
  }
  .pr-sm-7 {
    padding-right: 112px !important;
  }
  .pb-sm-7 {
    padding-bottom: 112px !important;
  }
  .pl-sm-7 {
    padding-left: 112px !important;
  }
  .px-sm-7 {
    padding-left: 112px !important;
    padding-right: 112px !important;
  }
  .py-sm-7 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
}
@media (min-width: 960px) {
  .p-md-7 {
    padding: 112px !important;
  }
  .pt-md-7 {
    padding-top: 112px !important;
  }
  .pr-md-7 {
    padding-right: 112px !important;
  }
  .pb-md-7 {
    padding-bottom: 112px !important;
  }
  .pl-md-7 {
    padding-left: 112px !important;
  }
  .px-md-7 {
    padding-left: 112px !important;
    padding-right: 112px !important;
  }
  .py-md-7 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
}
@media (min-width: 1120px) {
  .p-lg-7 {
    padding: 112px !important;
  }
  .pt-lg-7 {
    padding-top: 112px !important;
  }
  .pr-lg-7 {
    padding-right: 112px !important;
  }
  .pb-lg-7 {
    padding-bottom: 112px !important;
  }
  .pl-lg-7 {
    padding-left: 112px !important;
  }
  .px-lg-7 {
    padding-left: 112px !important;
    padding-right: 112px !important;
  }
  .py-lg-7 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-7 {
    padding: 112px !important;
  }
  .pt-xl-7 {
    padding-top: 112px !important;
  }
  .pr-xl-7 {
    padding-right: 112px !important;
  }
  .pb-xl-7 {
    padding-bottom: 112px !important;
  }
  .pl-xl-7 {
    padding-left: 112px !important;
  }
  .px-xl-7 {
    padding-left: 112px !important;
    padding-right: 112px !important;
  }
  .py-xl-7 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
}
.m-8 {
  margin: 128px !important;
}

.mt-8 {
  margin-top: 128px !important;
}

.mr-8 {
  margin-right: 128px !important;
}

.mb-8 {
  margin-bottom: 128px !important;
}

.ml-8 {
  margin-left: 128px !important;
}

.mx-8 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.my-8 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

@media (min-width: 480px) {
  .m-xs-8 {
    margin: 128px !important;
  }
  .mt-xs-8 {
    margin-top: 128px !important;
  }
  .mr-xs-8 {
    margin-right: 128px !important;
  }
  .mb-xs-8 {
    margin-bottom: 128px !important;
  }
  .ml-xs-8 {
    margin-left: 128px !important;
  }
  .mx-xs-8 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .my-xs-8 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
@media (min-width: 768px) {
  .m-sm-8 {
    margin: 128px !important;
  }
  .mt-sm-8 {
    margin-top: 128px !important;
  }
  .mr-sm-8 {
    margin-right: 128px !important;
  }
  .mb-sm-8 {
    margin-bottom: 128px !important;
  }
  .ml-sm-8 {
    margin-left: 128px !important;
  }
  .mx-sm-8 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .my-sm-8 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
@media (min-width: 960px) {
  .m-md-8 {
    margin: 128px !important;
  }
  .mt-md-8 {
    margin-top: 128px !important;
  }
  .mr-md-8 {
    margin-right: 128px !important;
  }
  .mb-md-8 {
    margin-bottom: 128px !important;
  }
  .ml-md-8 {
    margin-left: 128px !important;
  }
  .mx-md-8 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .my-md-8 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
@media (min-width: 1120px) {
  .m-lg-8 {
    margin: 128px !important;
  }
  .mt-lg-8 {
    margin-top: 128px !important;
  }
  .mr-lg-8 {
    margin-right: 128px !important;
  }
  .mb-lg-8 {
    margin-bottom: 128px !important;
  }
  .ml-lg-8 {
    margin-left: 128px !important;
  }
  .mx-lg-8 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .my-lg-8 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-8 {
    margin: 128px !important;
  }
  .mt-xl-8 {
    margin-top: 128px !important;
  }
  .mr-xl-8 {
    margin-right: 128px !important;
  }
  .mb-xl-8 {
    margin-bottom: 128px !important;
  }
  .ml-xl-8 {
    margin-left: 128px !important;
  }
  .mx-xl-8 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .my-xl-8 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
.p-8 {
  padding: 128px !important;
}

.pt-8 {
  padding-top: 128px !important;
}

.pr-8 {
  padding-right: 128px !important;
}

.pb-8 {
  padding-bottom: 128px !important;
}

.pl-8 {
  padding-left: 128px !important;
}

.px-8 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.py-8 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

@media (min-width: 480px) {
  .p-xs-8 {
    padding: 128px !important;
  }
  .pt-xs-8 {
    padding-top: 128px !important;
  }
  .pr-xs-8 {
    padding-right: 128px !important;
  }
  .pb-xs-8 {
    padding-bottom: 128px !important;
  }
  .pl-xs-8 {
    padding-left: 128px !important;
  }
  .px-xs-8 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
  .py-xs-8 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
@media (min-width: 768px) {
  .p-sm-8 {
    padding: 128px !important;
  }
  .pt-sm-8 {
    padding-top: 128px !important;
  }
  .pr-sm-8 {
    padding-right: 128px !important;
  }
  .pb-sm-8 {
    padding-bottom: 128px !important;
  }
  .pl-sm-8 {
    padding-left: 128px !important;
  }
  .px-sm-8 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
  .py-sm-8 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
@media (min-width: 960px) {
  .p-md-8 {
    padding: 128px !important;
  }
  .pt-md-8 {
    padding-top: 128px !important;
  }
  .pr-md-8 {
    padding-right: 128px !important;
  }
  .pb-md-8 {
    padding-bottom: 128px !important;
  }
  .pl-md-8 {
    padding-left: 128px !important;
  }
  .px-md-8 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
  .py-md-8 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
@media (min-width: 1120px) {
  .p-lg-8 {
    padding: 128px !important;
  }
  .pt-lg-8 {
    padding-top: 128px !important;
  }
  .pr-lg-8 {
    padding-right: 128px !important;
  }
  .pb-lg-8 {
    padding-bottom: 128px !important;
  }
  .pl-lg-8 {
    padding-left: 128px !important;
  }
  .px-lg-8 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
  .py-lg-8 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-8 {
    padding: 128px !important;
  }
  .pt-xl-8 {
    padding-top: 128px !important;
  }
  .pr-xl-8 {
    padding-right: 128px !important;
  }
  .pb-xl-8 {
    padding-bottom: 128px !important;
  }
  .pl-xl-8 {
    padding-left: 128px !important;
  }
  .px-xl-8 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
  .py-xl-8 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
.m-9 {
  margin: 144px !important;
}

.mt-9 {
  margin-top: 144px !important;
}

.mr-9 {
  margin-right: 144px !important;
}

.mb-9 {
  margin-bottom: 144px !important;
}

.ml-9 {
  margin-left: 144px !important;
}

.mx-9 {
  margin-left: 144px !important;
  margin-right: 144px !important;
}

.my-9 {
  margin-top: 144px !important;
  margin-bottom: 144px !important;
}

@media (min-width: 480px) {
  .m-xs-9 {
    margin: 144px !important;
  }
  .mt-xs-9 {
    margin-top: 144px !important;
  }
  .mr-xs-9 {
    margin-right: 144px !important;
  }
  .mb-xs-9 {
    margin-bottom: 144px !important;
  }
  .ml-xs-9 {
    margin-left: 144px !important;
  }
  .mx-xs-9 {
    margin-left: 144px !important;
    margin-right: 144px !important;
  }
  .my-xs-9 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
}
@media (min-width: 768px) {
  .m-sm-9 {
    margin: 144px !important;
  }
  .mt-sm-9 {
    margin-top: 144px !important;
  }
  .mr-sm-9 {
    margin-right: 144px !important;
  }
  .mb-sm-9 {
    margin-bottom: 144px !important;
  }
  .ml-sm-9 {
    margin-left: 144px !important;
  }
  .mx-sm-9 {
    margin-left: 144px !important;
    margin-right: 144px !important;
  }
  .my-sm-9 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
}
@media (min-width: 960px) {
  .m-md-9 {
    margin: 144px !important;
  }
  .mt-md-9 {
    margin-top: 144px !important;
  }
  .mr-md-9 {
    margin-right: 144px !important;
  }
  .mb-md-9 {
    margin-bottom: 144px !important;
  }
  .ml-md-9 {
    margin-left: 144px !important;
  }
  .mx-md-9 {
    margin-left: 144px !important;
    margin-right: 144px !important;
  }
  .my-md-9 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
}
@media (min-width: 1120px) {
  .m-lg-9 {
    margin: 144px !important;
  }
  .mt-lg-9 {
    margin-top: 144px !important;
  }
  .mr-lg-9 {
    margin-right: 144px !important;
  }
  .mb-lg-9 {
    margin-bottom: 144px !important;
  }
  .ml-lg-9 {
    margin-left: 144px !important;
  }
  .mx-lg-9 {
    margin-left: 144px !important;
    margin-right: 144px !important;
  }
  .my-lg-9 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-9 {
    margin: 144px !important;
  }
  .mt-xl-9 {
    margin-top: 144px !important;
  }
  .mr-xl-9 {
    margin-right: 144px !important;
  }
  .mb-xl-9 {
    margin-bottom: 144px !important;
  }
  .ml-xl-9 {
    margin-left: 144px !important;
  }
  .mx-xl-9 {
    margin-left: 144px !important;
    margin-right: 144px !important;
  }
  .my-xl-9 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
}
.p-9 {
  padding: 144px !important;
}

.pt-9 {
  padding-top: 144px !important;
}

.pr-9 {
  padding-right: 144px !important;
}

.pb-9 {
  padding-bottom: 144px !important;
}

.pl-9 {
  padding-left: 144px !important;
}

.px-9 {
  padding-left: 144px !important;
  padding-right: 144px !important;
}

.py-9 {
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}

@media (min-width: 480px) {
  .p-xs-9 {
    padding: 144px !important;
  }
  .pt-xs-9 {
    padding-top: 144px !important;
  }
  .pr-xs-9 {
    padding-right: 144px !important;
  }
  .pb-xs-9 {
    padding-bottom: 144px !important;
  }
  .pl-xs-9 {
    padding-left: 144px !important;
  }
  .px-xs-9 {
    padding-left: 144px !important;
    padding-right: 144px !important;
  }
  .py-xs-9 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
}
@media (min-width: 768px) {
  .p-sm-9 {
    padding: 144px !important;
  }
  .pt-sm-9 {
    padding-top: 144px !important;
  }
  .pr-sm-9 {
    padding-right: 144px !important;
  }
  .pb-sm-9 {
    padding-bottom: 144px !important;
  }
  .pl-sm-9 {
    padding-left: 144px !important;
  }
  .px-sm-9 {
    padding-left: 144px !important;
    padding-right: 144px !important;
  }
  .py-sm-9 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
}
@media (min-width: 960px) {
  .p-md-9 {
    padding: 144px !important;
  }
  .pt-md-9 {
    padding-top: 144px !important;
  }
  .pr-md-9 {
    padding-right: 144px !important;
  }
  .pb-md-9 {
    padding-bottom: 144px !important;
  }
  .pl-md-9 {
    padding-left: 144px !important;
  }
  .px-md-9 {
    padding-left: 144px !important;
    padding-right: 144px !important;
  }
  .py-md-9 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
}
@media (min-width: 1120px) {
  .p-lg-9 {
    padding: 144px !important;
  }
  .pt-lg-9 {
    padding-top: 144px !important;
  }
  .pr-lg-9 {
    padding-right: 144px !important;
  }
  .pb-lg-9 {
    padding-bottom: 144px !important;
  }
  .pl-lg-9 {
    padding-left: 144px !important;
  }
  .px-lg-9 {
    padding-left: 144px !important;
    padding-right: 144px !important;
  }
  .py-lg-9 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-9 {
    padding: 144px !important;
  }
  .pt-xl-9 {
    padding-top: 144px !important;
  }
  .pr-xl-9 {
    padding-right: 144px !important;
  }
  .pb-xl-9 {
    padding-bottom: 144px !important;
  }
  .pl-xl-9 {
    padding-left: 144px !important;
  }
  .px-xl-9 {
    padding-left: 144px !important;
    padding-right: 144px !important;
  }
  .py-xl-9 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
}
.m-10 {
  margin: 160px !important;
}

.mt-10 {
  margin-top: 160px !important;
}

.mr-10 {
  margin-right: 160px !important;
}

.mb-10 {
  margin-bottom: 160px !important;
}

.ml-10 {
  margin-left: 160px !important;
}

.mx-10 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.my-10 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

@media (min-width: 480px) {
  .m-xs-10 {
    margin: 160px !important;
  }
  .mt-xs-10 {
    margin-top: 160px !important;
  }
  .mr-xs-10 {
    margin-right: 160px !important;
  }
  .mb-xs-10 {
    margin-bottom: 160px !important;
  }
  .ml-xs-10 {
    margin-left: 160px !important;
  }
  .mx-xs-10 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .my-xs-10 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
}
@media (min-width: 768px) {
  .m-sm-10 {
    margin: 160px !important;
  }
  .mt-sm-10 {
    margin-top: 160px !important;
  }
  .mr-sm-10 {
    margin-right: 160px !important;
  }
  .mb-sm-10 {
    margin-bottom: 160px !important;
  }
  .ml-sm-10 {
    margin-left: 160px !important;
  }
  .mx-sm-10 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .my-sm-10 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
}
@media (min-width: 960px) {
  .m-md-10 {
    margin: 160px !important;
  }
  .mt-md-10 {
    margin-top: 160px !important;
  }
  .mr-md-10 {
    margin-right: 160px !important;
  }
  .mb-md-10 {
    margin-bottom: 160px !important;
  }
  .ml-md-10 {
    margin-left: 160px !important;
  }
  .mx-md-10 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .my-md-10 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
}
@media (min-width: 1120px) {
  .m-lg-10 {
    margin: 160px !important;
  }
  .mt-lg-10 {
    margin-top: 160px !important;
  }
  .mr-lg-10 {
    margin-right: 160px !important;
  }
  .mb-lg-10 {
    margin-bottom: 160px !important;
  }
  .ml-lg-10 {
    margin-left: 160px !important;
  }
  .mx-lg-10 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .my-lg-10 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-10 {
    margin: 160px !important;
  }
  .mt-xl-10 {
    margin-top: 160px !important;
  }
  .mr-xl-10 {
    margin-right: 160px !important;
  }
  .mb-xl-10 {
    margin-bottom: 160px !important;
  }
  .ml-xl-10 {
    margin-left: 160px !important;
  }
  .mx-xl-10 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .my-xl-10 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
}
.p-10 {
  padding: 160px !important;
}

.pt-10 {
  padding-top: 160px !important;
}

.pr-10 {
  padding-right: 160px !important;
}

.pb-10 {
  padding-bottom: 160px !important;
}

.pl-10 {
  padding-left: 160px !important;
}

.px-10 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.py-10 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

@media (min-width: 480px) {
  .p-xs-10 {
    padding: 160px !important;
  }
  .pt-xs-10 {
    padding-top: 160px !important;
  }
  .pr-xs-10 {
    padding-right: 160px !important;
  }
  .pb-xs-10 {
    padding-bottom: 160px !important;
  }
  .pl-xs-10 {
    padding-left: 160px !important;
  }
  .px-xs-10 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .py-xs-10 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media (min-width: 768px) {
  .p-sm-10 {
    padding: 160px !important;
  }
  .pt-sm-10 {
    padding-top: 160px !important;
  }
  .pr-sm-10 {
    padding-right: 160px !important;
  }
  .pb-sm-10 {
    padding-bottom: 160px !important;
  }
  .pl-sm-10 {
    padding-left: 160px !important;
  }
  .px-sm-10 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .py-sm-10 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media (min-width: 960px) {
  .p-md-10 {
    padding: 160px !important;
  }
  .pt-md-10 {
    padding-top: 160px !important;
  }
  .pr-md-10 {
    padding-right: 160px !important;
  }
  .pb-md-10 {
    padding-bottom: 160px !important;
  }
  .pl-md-10 {
    padding-left: 160px !important;
  }
  .px-md-10 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .py-md-10 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media (min-width: 1120px) {
  .p-lg-10 {
    padding: 160px !important;
  }
  .pt-lg-10 {
    padding-top: 160px !important;
  }
  .pr-lg-10 {
    padding-right: 160px !important;
  }
  .pb-lg-10 {
    padding-bottom: 160px !important;
  }
  .pl-lg-10 {
    padding-left: 160px !important;
  }
  .px-lg-10 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .py-lg-10 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-10 {
    padding: 160px !important;
  }
  .pt-xl-10 {
    padding-top: 160px !important;
  }
  .pr-xl-10 {
    padding-right: 160px !important;
  }
  .pb-xl-10 {
    padding-bottom: 160px !important;
  }
  .pl-xl-10 {
    padding-left: 160px !important;
  }
  .px-xl-10 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .py-xl-10 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .m-xs-10--mh-sm {
    margin: 160px !important;
  }
  .mt-xs-10--mh-sm {
    margin-top: 160px !important;
  }
  .mr-xs-10--mh-sm {
    margin-right: 160px !important;
  }
  .mb-xs-10--mh-sm {
    margin-bottom: 160px !important;
  }
  .ml-xs-10--mh-sm {
    margin-left: 160px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .m-xs-10--mh-md {
    margin: 160px !important;
  }
  .mt-xs-10--mh-md {
    margin-top: 160px !important;
  }
  .mr-xs-10--mh-md {
    margin-right: 160px !important;
  }
  .mb-xs-10--mh-md {
    margin-bottom: 160px !important;
  }
  .ml-xs-10--mh-md {
    margin-left: 160px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .m-xs-10--mh-lg {
    margin: 160px !important;
  }
  .mt-xs-10--mh-lg {
    margin-top: 160px !important;
  }
  .mr-xs-10--mh-lg {
    margin-right: 160px !important;
  }
  .mb-xs-10--mh-lg {
    margin-bottom: 160px !important;
  }
  .ml-xs-10--mh-lg {
    margin-left: 160px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .m-sm-10--mh-sm {
    margin: 160px !important;
  }
  .mt-sm-10--mh-sm {
    margin-top: 160px !important;
  }
  .mr-sm-10--mh-sm {
    margin-right: 160px !important;
  }
  .mb-sm-10--mh-sm {
    margin-bottom: 160px !important;
  }
  .ml-sm-10--mh-sm {
    margin-left: 160px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .m-sm-10--mh-md {
    margin: 160px !important;
  }
  .mt-sm-10--mh-md {
    margin-top: 160px !important;
  }
  .mr-sm-10--mh-md {
    margin-right: 160px !important;
  }
  .mb-sm-10--mh-md {
    margin-bottom: 160px !important;
  }
  .ml-sm-10--mh-md {
    margin-left: 160px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .m-sm-10--mh-lg {
    margin: 160px !important;
  }
  .mt-sm-10--mh-lg {
    margin-top: 160px !important;
  }
  .mr-sm-10--mh-lg {
    margin-right: 160px !important;
  }
  .mb-sm-10--mh-lg {
    margin-bottom: 160px !important;
  }
  .ml-sm-10--mh-lg {
    margin-left: 160px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .m-md-10--mh-sm {
    margin: 160px !important;
  }
  .mt-md-10--mh-sm {
    margin-top: 160px !important;
  }
  .mr-md-10--mh-sm {
    margin-right: 160px !important;
  }
  .mb-md-10--mh-sm {
    margin-bottom: 160px !important;
  }
  .ml-md-10--mh-sm {
    margin-left: 160px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .m-md-10--mh-md {
    margin: 160px !important;
  }
  .mt-md-10--mh-md {
    margin-top: 160px !important;
  }
  .mr-md-10--mh-md {
    margin-right: 160px !important;
  }
  .mb-md-10--mh-md {
    margin-bottom: 160px !important;
  }
  .ml-md-10--mh-md {
    margin-left: 160px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .m-md-10--mh-lg {
    margin: 160px !important;
  }
  .mt-md-10--mh-lg {
    margin-top: 160px !important;
  }
  .mr-md-10--mh-lg {
    margin-right: 160px !important;
  }
  .mb-md-10--mh-lg {
    margin-bottom: 160px !important;
  }
  .ml-md-10--mh-lg {
    margin-left: 160px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .m-lg-10--mh-sm {
    margin: 160px !important;
  }
  .mt-lg-10--mh-sm {
    margin-top: 160px !important;
  }
  .mr-lg-10--mh-sm {
    margin-right: 160px !important;
  }
  .mb-lg-10--mh-sm {
    margin-bottom: 160px !important;
  }
  .ml-lg-10--mh-sm {
    margin-left: 160px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .m-lg-10--mh-md {
    margin: 160px !important;
  }
  .mt-lg-10--mh-md {
    margin-top: 160px !important;
  }
  .mr-lg-10--mh-md {
    margin-right: 160px !important;
  }
  .mb-lg-10--mh-md {
    margin-bottom: 160px !important;
  }
  .ml-lg-10--mh-md {
    margin-left: 160px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .m-lg-10--mh-lg {
    margin: 160px !important;
  }
  .mt-lg-10--mh-lg {
    margin-top: 160px !important;
  }
  .mr-lg-10--mh-lg {
    margin-right: 160px !important;
  }
  .mb-lg-10--mh-lg {
    margin-bottom: 160px !important;
  }
  .ml-lg-10--mh-lg {
    margin-left: 160px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .m-xl-10--mh-sm {
    margin: 160px !important;
  }
  .mt-xl-10--mh-sm {
    margin-top: 160px !important;
  }
  .mr-xl-10--mh-sm {
    margin-right: 160px !important;
  }
  .mb-xl-10--mh-sm {
    margin-bottom: 160px !important;
  }
  .ml-xl-10--mh-sm {
    margin-left: 160px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .m-xl-10--mh-md {
    margin: 160px !important;
  }
  .mt-xl-10--mh-md {
    margin-top: 160px !important;
  }
  .mr-xl-10--mh-md {
    margin-right: 160px !important;
  }
  .mb-xl-10--mh-md {
    margin-bottom: 160px !important;
  }
  .ml-xl-10--mh-md {
    margin-left: 160px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .m-xl-10--mh-lg {
    margin: 160px !important;
  }
  .mt-xl-10--mh-lg {
    margin-top: 160px !important;
  }
  .mr-xl-10--mh-lg {
    margin-right: 160px !important;
  }
  .mb-xl-10--mh-lg {
    margin-bottom: 160px !important;
  }
  .ml-xl-10--mh-lg {
    margin-left: 160px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .p-xs-10--mh-sm {
    padding: 160px !important;
  }
  .pt-xs-10--mh-sm {
    padding-top: 160px !important;
  }
  .pr-xs-10--mh-sm {
    padding-right: 160px !important;
  }
  .pb-xs-10--mh-sm {
    padding-bottom: 160px !important;
  }
  .pl-xs-10--mh-sm {
    padding-left: 160px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .p-xs-10--mh-md {
    padding: 160px !important;
  }
  .pt-xs-10--mh-md {
    padding-top: 160px !important;
  }
  .pr-xs-10--mh-md {
    padding-right: 160px !important;
  }
  .pb-xs-10--mh-md {
    padding-bottom: 160px !important;
  }
  .pl-xs-10--mh-md {
    padding-left: 160px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .p-xs-10--mh-lg {
    padding: 160px !important;
  }
  .pt-xs-10--mh-lg {
    padding-top: 160px !important;
  }
  .pr-xs-10--mh-lg {
    padding-right: 160px !important;
  }
  .pb-xs-10--mh-lg {
    padding-bottom: 160px !important;
  }
  .pl-xs-10--mh-lg {
    padding-left: 160px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .p-sm-10--mh-sm {
    padding: 160px !important;
  }
  .pt-sm-10--mh-sm {
    padding-top: 160px !important;
  }
  .pr-sm-10--mh-sm {
    padding-right: 160px !important;
  }
  .pb-sm-10--mh-sm {
    padding-bottom: 160px !important;
  }
  .pl-sm-10--mh-sm {
    padding-left: 160px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .p-sm-10--mh-md {
    padding: 160px !important;
  }
  .pt-sm-10--mh-md {
    padding-top: 160px !important;
  }
  .pr-sm-10--mh-md {
    padding-right: 160px !important;
  }
  .pb-sm-10--mh-md {
    padding-bottom: 160px !important;
  }
  .pl-sm-10--mh-md {
    padding-left: 160px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .p-sm-10--mh-lg {
    padding: 160px !important;
  }
  .pt-sm-10--mh-lg {
    padding-top: 160px !important;
  }
  .pr-sm-10--mh-lg {
    padding-right: 160px !important;
  }
  .pb-sm-10--mh-lg {
    padding-bottom: 160px !important;
  }
  .pl-sm-10--mh-lg {
    padding-left: 160px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .p-md-10--mh-sm {
    padding: 160px !important;
  }
  .pt-md-10--mh-sm {
    padding-top: 160px !important;
  }
  .pr-md-10--mh-sm {
    padding-right: 160px !important;
  }
  .pb-md-10--mh-sm {
    padding-bottom: 160px !important;
  }
  .pl-md-10--mh-sm {
    padding-left: 160px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .p-md-10--mh-md {
    padding: 160px !important;
  }
  .pt-md-10--mh-md {
    padding-top: 160px !important;
  }
  .pr-md-10--mh-md {
    padding-right: 160px !important;
  }
  .pb-md-10--mh-md {
    padding-bottom: 160px !important;
  }
  .pl-md-10--mh-md {
    padding-left: 160px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .p-md-10--mh-lg {
    padding: 160px !important;
  }
  .pt-md-10--mh-lg {
    padding-top: 160px !important;
  }
  .pr-md-10--mh-lg {
    padding-right: 160px !important;
  }
  .pb-md-10--mh-lg {
    padding-bottom: 160px !important;
  }
  .pl-md-10--mh-lg {
    padding-left: 160px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .p-lg-10--mh-sm {
    padding: 160px !important;
  }
  .pt-lg-10--mh-sm {
    padding-top: 160px !important;
  }
  .pr-lg-10--mh-sm {
    padding-right: 160px !important;
  }
  .pb-lg-10--mh-sm {
    padding-bottom: 160px !important;
  }
  .pl-lg-10--mh-sm {
    padding-left: 160px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .p-lg-10--mh-md {
    padding: 160px !important;
  }
  .pt-lg-10--mh-md {
    padding-top: 160px !important;
  }
  .pr-lg-10--mh-md {
    padding-right: 160px !important;
  }
  .pb-lg-10--mh-md {
    padding-bottom: 160px !important;
  }
  .pl-lg-10--mh-md {
    padding-left: 160px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .p-lg-10--mh-lg {
    padding: 160px !important;
  }
  .pt-lg-10--mh-lg {
    padding-top: 160px !important;
  }
  .pr-lg-10--mh-lg {
    padding-right: 160px !important;
  }
  .pb-lg-10--mh-lg {
    padding-bottom: 160px !important;
  }
  .pl-lg-10--mh-lg {
    padding-left: 160px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .p-xl-10--mh-sm {
    padding: 160px !important;
  }
  .pt-xl-10--mh-sm {
    padding-top: 160px !important;
  }
  .pr-xl-10--mh-sm {
    padding-right: 160px !important;
  }
  .pb-xl-10--mh-sm {
    padding-bottom: 160px !important;
  }
  .pl-xl-10--mh-sm {
    padding-left: 160px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .p-xl-10--mh-md {
    padding: 160px !important;
  }
  .pt-xl-10--mh-md {
    padding-top: 160px !important;
  }
  .pr-xl-10--mh-md {
    padding-right: 160px !important;
  }
  .pb-xl-10--mh-md {
    padding-bottom: 160px !important;
  }
  .pl-xl-10--mh-md {
    padding-left: 160px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .p-xl-10--mh-lg {
    padding: 160px !important;
  }
  .pt-xl-10--mh-lg {
    padding-top: 160px !important;
  }
  .pr-xl-10--mh-lg {
    padding-right: 160px !important;
  }
  .pb-xl-10--mh-lg {
    padding-bottom: 160px !important;
  }
  .pl-xl-10--mh-lg {
    padding-left: 160px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .m-xs-9--mh-sm {
    margin: 144px !important;
  }
  .mt-xs-9--mh-sm {
    margin-top: 144px !important;
  }
  .mr-xs-9--mh-sm {
    margin-right: 144px !important;
  }
  .mb-xs-9--mh-sm {
    margin-bottom: 144px !important;
  }
  .ml-xs-9--mh-sm {
    margin-left: 144px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .m-xs-9--mh-md {
    margin: 144px !important;
  }
  .mt-xs-9--mh-md {
    margin-top: 144px !important;
  }
  .mr-xs-9--mh-md {
    margin-right: 144px !important;
  }
  .mb-xs-9--mh-md {
    margin-bottom: 144px !important;
  }
  .ml-xs-9--mh-md {
    margin-left: 144px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .m-xs-9--mh-lg {
    margin: 144px !important;
  }
  .mt-xs-9--mh-lg {
    margin-top: 144px !important;
  }
  .mr-xs-9--mh-lg {
    margin-right: 144px !important;
  }
  .mb-xs-9--mh-lg {
    margin-bottom: 144px !important;
  }
  .ml-xs-9--mh-lg {
    margin-left: 144px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .m-sm-9--mh-sm {
    margin: 144px !important;
  }
  .mt-sm-9--mh-sm {
    margin-top: 144px !important;
  }
  .mr-sm-9--mh-sm {
    margin-right: 144px !important;
  }
  .mb-sm-9--mh-sm {
    margin-bottom: 144px !important;
  }
  .ml-sm-9--mh-sm {
    margin-left: 144px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .m-sm-9--mh-md {
    margin: 144px !important;
  }
  .mt-sm-9--mh-md {
    margin-top: 144px !important;
  }
  .mr-sm-9--mh-md {
    margin-right: 144px !important;
  }
  .mb-sm-9--mh-md {
    margin-bottom: 144px !important;
  }
  .ml-sm-9--mh-md {
    margin-left: 144px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .m-sm-9--mh-lg {
    margin: 144px !important;
  }
  .mt-sm-9--mh-lg {
    margin-top: 144px !important;
  }
  .mr-sm-9--mh-lg {
    margin-right: 144px !important;
  }
  .mb-sm-9--mh-lg {
    margin-bottom: 144px !important;
  }
  .ml-sm-9--mh-lg {
    margin-left: 144px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .m-md-9--mh-sm {
    margin: 144px !important;
  }
  .mt-md-9--mh-sm {
    margin-top: 144px !important;
  }
  .mr-md-9--mh-sm {
    margin-right: 144px !important;
  }
  .mb-md-9--mh-sm {
    margin-bottom: 144px !important;
  }
  .ml-md-9--mh-sm {
    margin-left: 144px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .m-md-9--mh-md {
    margin: 144px !important;
  }
  .mt-md-9--mh-md {
    margin-top: 144px !important;
  }
  .mr-md-9--mh-md {
    margin-right: 144px !important;
  }
  .mb-md-9--mh-md {
    margin-bottom: 144px !important;
  }
  .ml-md-9--mh-md {
    margin-left: 144px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .m-md-9--mh-lg {
    margin: 144px !important;
  }
  .mt-md-9--mh-lg {
    margin-top: 144px !important;
  }
  .mr-md-9--mh-lg {
    margin-right: 144px !important;
  }
  .mb-md-9--mh-lg {
    margin-bottom: 144px !important;
  }
  .ml-md-9--mh-lg {
    margin-left: 144px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .m-lg-9--mh-sm {
    margin: 144px !important;
  }
  .mt-lg-9--mh-sm {
    margin-top: 144px !important;
  }
  .mr-lg-9--mh-sm {
    margin-right: 144px !important;
  }
  .mb-lg-9--mh-sm {
    margin-bottom: 144px !important;
  }
  .ml-lg-9--mh-sm {
    margin-left: 144px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .m-lg-9--mh-md {
    margin: 144px !important;
  }
  .mt-lg-9--mh-md {
    margin-top: 144px !important;
  }
  .mr-lg-9--mh-md {
    margin-right: 144px !important;
  }
  .mb-lg-9--mh-md {
    margin-bottom: 144px !important;
  }
  .ml-lg-9--mh-md {
    margin-left: 144px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .m-lg-9--mh-lg {
    margin: 144px !important;
  }
  .mt-lg-9--mh-lg {
    margin-top: 144px !important;
  }
  .mr-lg-9--mh-lg {
    margin-right: 144px !important;
  }
  .mb-lg-9--mh-lg {
    margin-bottom: 144px !important;
  }
  .ml-lg-9--mh-lg {
    margin-left: 144px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .m-xl-9--mh-sm {
    margin: 144px !important;
  }
  .mt-xl-9--mh-sm {
    margin-top: 144px !important;
  }
  .mr-xl-9--mh-sm {
    margin-right: 144px !important;
  }
  .mb-xl-9--mh-sm {
    margin-bottom: 144px !important;
  }
  .ml-xl-9--mh-sm {
    margin-left: 144px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .m-xl-9--mh-md {
    margin: 144px !important;
  }
  .mt-xl-9--mh-md {
    margin-top: 144px !important;
  }
  .mr-xl-9--mh-md {
    margin-right: 144px !important;
  }
  .mb-xl-9--mh-md {
    margin-bottom: 144px !important;
  }
  .ml-xl-9--mh-md {
    margin-left: 144px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .m-xl-9--mh-lg {
    margin: 144px !important;
  }
  .mt-xl-9--mh-lg {
    margin-top: 144px !important;
  }
  .mr-xl-9--mh-lg {
    margin-right: 144px !important;
  }
  .mb-xl-9--mh-lg {
    margin-bottom: 144px !important;
  }
  .ml-xl-9--mh-lg {
    margin-left: 144px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .p-xs-9--mh-sm {
    padding: 144px !important;
  }
  .pt-xs-9--mh-sm {
    padding-top: 144px !important;
  }
  .pr-xs-9--mh-sm {
    padding-right: 144px !important;
  }
  .pb-xs-9--mh-sm {
    padding-bottom: 144px !important;
  }
  .pl-xs-9--mh-sm {
    padding-left: 144px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .p-xs-9--mh-md {
    padding: 144px !important;
  }
  .pt-xs-9--mh-md {
    padding-top: 144px !important;
  }
  .pr-xs-9--mh-md {
    padding-right: 144px !important;
  }
  .pb-xs-9--mh-md {
    padding-bottom: 144px !important;
  }
  .pl-xs-9--mh-md {
    padding-left: 144px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .p-xs-9--mh-lg {
    padding: 144px !important;
  }
  .pt-xs-9--mh-lg {
    padding-top: 144px !important;
  }
  .pr-xs-9--mh-lg {
    padding-right: 144px !important;
  }
  .pb-xs-9--mh-lg {
    padding-bottom: 144px !important;
  }
  .pl-xs-9--mh-lg {
    padding-left: 144px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .p-sm-9--mh-sm {
    padding: 144px !important;
  }
  .pt-sm-9--mh-sm {
    padding-top: 144px !important;
  }
  .pr-sm-9--mh-sm {
    padding-right: 144px !important;
  }
  .pb-sm-9--mh-sm {
    padding-bottom: 144px !important;
  }
  .pl-sm-9--mh-sm {
    padding-left: 144px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .p-sm-9--mh-md {
    padding: 144px !important;
  }
  .pt-sm-9--mh-md {
    padding-top: 144px !important;
  }
  .pr-sm-9--mh-md {
    padding-right: 144px !important;
  }
  .pb-sm-9--mh-md {
    padding-bottom: 144px !important;
  }
  .pl-sm-9--mh-md {
    padding-left: 144px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .p-sm-9--mh-lg {
    padding: 144px !important;
  }
  .pt-sm-9--mh-lg {
    padding-top: 144px !important;
  }
  .pr-sm-9--mh-lg {
    padding-right: 144px !important;
  }
  .pb-sm-9--mh-lg {
    padding-bottom: 144px !important;
  }
  .pl-sm-9--mh-lg {
    padding-left: 144px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .p-md-9--mh-sm {
    padding: 144px !important;
  }
  .pt-md-9--mh-sm {
    padding-top: 144px !important;
  }
  .pr-md-9--mh-sm {
    padding-right: 144px !important;
  }
  .pb-md-9--mh-sm {
    padding-bottom: 144px !important;
  }
  .pl-md-9--mh-sm {
    padding-left: 144px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .p-md-9--mh-md {
    padding: 144px !important;
  }
  .pt-md-9--mh-md {
    padding-top: 144px !important;
  }
  .pr-md-9--mh-md {
    padding-right: 144px !important;
  }
  .pb-md-9--mh-md {
    padding-bottom: 144px !important;
  }
  .pl-md-9--mh-md {
    padding-left: 144px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .p-md-9--mh-lg {
    padding: 144px !important;
  }
  .pt-md-9--mh-lg {
    padding-top: 144px !important;
  }
  .pr-md-9--mh-lg {
    padding-right: 144px !important;
  }
  .pb-md-9--mh-lg {
    padding-bottom: 144px !important;
  }
  .pl-md-9--mh-lg {
    padding-left: 144px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .p-lg-9--mh-sm {
    padding: 144px !important;
  }
  .pt-lg-9--mh-sm {
    padding-top: 144px !important;
  }
  .pr-lg-9--mh-sm {
    padding-right: 144px !important;
  }
  .pb-lg-9--mh-sm {
    padding-bottom: 144px !important;
  }
  .pl-lg-9--mh-sm {
    padding-left: 144px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .p-lg-9--mh-md {
    padding: 144px !important;
  }
  .pt-lg-9--mh-md {
    padding-top: 144px !important;
  }
  .pr-lg-9--mh-md {
    padding-right: 144px !important;
  }
  .pb-lg-9--mh-md {
    padding-bottom: 144px !important;
  }
  .pl-lg-9--mh-md {
    padding-left: 144px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .p-lg-9--mh-lg {
    padding: 144px !important;
  }
  .pt-lg-9--mh-lg {
    padding-top: 144px !important;
  }
  .pr-lg-9--mh-lg {
    padding-right: 144px !important;
  }
  .pb-lg-9--mh-lg {
    padding-bottom: 144px !important;
  }
  .pl-lg-9--mh-lg {
    padding-left: 144px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .p-xl-9--mh-sm {
    padding: 144px !important;
  }
  .pt-xl-9--mh-sm {
    padding-top: 144px !important;
  }
  .pr-xl-9--mh-sm {
    padding-right: 144px !important;
  }
  .pb-xl-9--mh-sm {
    padding-bottom: 144px !important;
  }
  .pl-xl-9--mh-sm {
    padding-left: 144px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .p-xl-9--mh-md {
    padding: 144px !important;
  }
  .pt-xl-9--mh-md {
    padding-top: 144px !important;
  }
  .pr-xl-9--mh-md {
    padding-right: 144px !important;
  }
  .pb-xl-9--mh-md {
    padding-bottom: 144px !important;
  }
  .pl-xl-9--mh-md {
    padding-left: 144px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .p-xl-9--mh-lg {
    padding: 144px !important;
  }
  .pt-xl-9--mh-lg {
    padding-top: 144px !important;
  }
  .pr-xl-9--mh-lg {
    padding-right: 144px !important;
  }
  .pb-xl-9--mh-lg {
    padding-bottom: 144px !important;
  }
  .pl-xl-9--mh-lg {
    padding-left: 144px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .m-xs-8--mh-sm {
    margin: 128px !important;
  }
  .mt-xs-8--mh-sm {
    margin-top: 128px !important;
  }
  .mr-xs-8--mh-sm {
    margin-right: 128px !important;
  }
  .mb-xs-8--mh-sm {
    margin-bottom: 128px !important;
  }
  .ml-xs-8--mh-sm {
    margin-left: 128px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .m-xs-8--mh-md {
    margin: 128px !important;
  }
  .mt-xs-8--mh-md {
    margin-top: 128px !important;
  }
  .mr-xs-8--mh-md {
    margin-right: 128px !important;
  }
  .mb-xs-8--mh-md {
    margin-bottom: 128px !important;
  }
  .ml-xs-8--mh-md {
    margin-left: 128px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .m-xs-8--mh-lg {
    margin: 128px !important;
  }
  .mt-xs-8--mh-lg {
    margin-top: 128px !important;
  }
  .mr-xs-8--mh-lg {
    margin-right: 128px !important;
  }
  .mb-xs-8--mh-lg {
    margin-bottom: 128px !important;
  }
  .ml-xs-8--mh-lg {
    margin-left: 128px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .m-sm-8--mh-sm {
    margin: 128px !important;
  }
  .mt-sm-8--mh-sm {
    margin-top: 128px !important;
  }
  .mr-sm-8--mh-sm {
    margin-right: 128px !important;
  }
  .mb-sm-8--mh-sm {
    margin-bottom: 128px !important;
  }
  .ml-sm-8--mh-sm {
    margin-left: 128px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .m-sm-8--mh-md {
    margin: 128px !important;
  }
  .mt-sm-8--mh-md {
    margin-top: 128px !important;
  }
  .mr-sm-8--mh-md {
    margin-right: 128px !important;
  }
  .mb-sm-8--mh-md {
    margin-bottom: 128px !important;
  }
  .ml-sm-8--mh-md {
    margin-left: 128px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .m-sm-8--mh-lg {
    margin: 128px !important;
  }
  .mt-sm-8--mh-lg {
    margin-top: 128px !important;
  }
  .mr-sm-8--mh-lg {
    margin-right: 128px !important;
  }
  .mb-sm-8--mh-lg {
    margin-bottom: 128px !important;
  }
  .ml-sm-8--mh-lg {
    margin-left: 128px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .m-md-8--mh-sm {
    margin: 128px !important;
  }
  .mt-md-8--mh-sm {
    margin-top: 128px !important;
  }
  .mr-md-8--mh-sm {
    margin-right: 128px !important;
  }
  .mb-md-8--mh-sm {
    margin-bottom: 128px !important;
  }
  .ml-md-8--mh-sm {
    margin-left: 128px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .m-md-8--mh-md {
    margin: 128px !important;
  }
  .mt-md-8--mh-md {
    margin-top: 128px !important;
  }
  .mr-md-8--mh-md {
    margin-right: 128px !important;
  }
  .mb-md-8--mh-md {
    margin-bottom: 128px !important;
  }
  .ml-md-8--mh-md {
    margin-left: 128px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .m-md-8--mh-lg {
    margin: 128px !important;
  }
  .mt-md-8--mh-lg {
    margin-top: 128px !important;
  }
  .mr-md-8--mh-lg {
    margin-right: 128px !important;
  }
  .mb-md-8--mh-lg {
    margin-bottom: 128px !important;
  }
  .ml-md-8--mh-lg {
    margin-left: 128px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .m-lg-8--mh-sm {
    margin: 128px !important;
  }
  .mt-lg-8--mh-sm {
    margin-top: 128px !important;
  }
  .mr-lg-8--mh-sm {
    margin-right: 128px !important;
  }
  .mb-lg-8--mh-sm {
    margin-bottom: 128px !important;
  }
  .ml-lg-8--mh-sm {
    margin-left: 128px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .m-lg-8--mh-md {
    margin: 128px !important;
  }
  .mt-lg-8--mh-md {
    margin-top: 128px !important;
  }
  .mr-lg-8--mh-md {
    margin-right: 128px !important;
  }
  .mb-lg-8--mh-md {
    margin-bottom: 128px !important;
  }
  .ml-lg-8--mh-md {
    margin-left: 128px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .m-lg-8--mh-lg {
    margin: 128px !important;
  }
  .mt-lg-8--mh-lg {
    margin-top: 128px !important;
  }
  .mr-lg-8--mh-lg {
    margin-right: 128px !important;
  }
  .mb-lg-8--mh-lg {
    margin-bottom: 128px !important;
  }
  .ml-lg-8--mh-lg {
    margin-left: 128px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .m-xl-8--mh-sm {
    margin: 128px !important;
  }
  .mt-xl-8--mh-sm {
    margin-top: 128px !important;
  }
  .mr-xl-8--mh-sm {
    margin-right: 128px !important;
  }
  .mb-xl-8--mh-sm {
    margin-bottom: 128px !important;
  }
  .ml-xl-8--mh-sm {
    margin-left: 128px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .m-xl-8--mh-md {
    margin: 128px !important;
  }
  .mt-xl-8--mh-md {
    margin-top: 128px !important;
  }
  .mr-xl-8--mh-md {
    margin-right: 128px !important;
  }
  .mb-xl-8--mh-md {
    margin-bottom: 128px !important;
  }
  .ml-xl-8--mh-md {
    margin-left: 128px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .m-xl-8--mh-lg {
    margin: 128px !important;
  }
  .mt-xl-8--mh-lg {
    margin-top: 128px !important;
  }
  .mr-xl-8--mh-lg {
    margin-right: 128px !important;
  }
  .mb-xl-8--mh-lg {
    margin-bottom: 128px !important;
  }
  .ml-xl-8--mh-lg {
    margin-left: 128px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .p-xs-8--mh-sm {
    padding: 128px !important;
  }
  .pt-xs-8--mh-sm {
    padding-top: 128px !important;
  }
  .pr-xs-8--mh-sm {
    padding-right: 128px !important;
  }
  .pb-xs-8--mh-sm {
    padding-bottom: 128px !important;
  }
  .pl-xs-8--mh-sm {
    padding-left: 128px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .p-xs-8--mh-md {
    padding: 128px !important;
  }
  .pt-xs-8--mh-md {
    padding-top: 128px !important;
  }
  .pr-xs-8--mh-md {
    padding-right: 128px !important;
  }
  .pb-xs-8--mh-md {
    padding-bottom: 128px !important;
  }
  .pl-xs-8--mh-md {
    padding-left: 128px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .p-xs-8--mh-lg {
    padding: 128px !important;
  }
  .pt-xs-8--mh-lg {
    padding-top: 128px !important;
  }
  .pr-xs-8--mh-lg {
    padding-right: 128px !important;
  }
  .pb-xs-8--mh-lg {
    padding-bottom: 128px !important;
  }
  .pl-xs-8--mh-lg {
    padding-left: 128px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .p-sm-8--mh-sm {
    padding: 128px !important;
  }
  .pt-sm-8--mh-sm {
    padding-top: 128px !important;
  }
  .pr-sm-8--mh-sm {
    padding-right: 128px !important;
  }
  .pb-sm-8--mh-sm {
    padding-bottom: 128px !important;
  }
  .pl-sm-8--mh-sm {
    padding-left: 128px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .p-sm-8--mh-md {
    padding: 128px !important;
  }
  .pt-sm-8--mh-md {
    padding-top: 128px !important;
  }
  .pr-sm-8--mh-md {
    padding-right: 128px !important;
  }
  .pb-sm-8--mh-md {
    padding-bottom: 128px !important;
  }
  .pl-sm-8--mh-md {
    padding-left: 128px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .p-sm-8--mh-lg {
    padding: 128px !important;
  }
  .pt-sm-8--mh-lg {
    padding-top: 128px !important;
  }
  .pr-sm-8--mh-lg {
    padding-right: 128px !important;
  }
  .pb-sm-8--mh-lg {
    padding-bottom: 128px !important;
  }
  .pl-sm-8--mh-lg {
    padding-left: 128px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .p-md-8--mh-sm {
    padding: 128px !important;
  }
  .pt-md-8--mh-sm {
    padding-top: 128px !important;
  }
  .pr-md-8--mh-sm {
    padding-right: 128px !important;
  }
  .pb-md-8--mh-sm {
    padding-bottom: 128px !important;
  }
  .pl-md-8--mh-sm {
    padding-left: 128px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .p-md-8--mh-md {
    padding: 128px !important;
  }
  .pt-md-8--mh-md {
    padding-top: 128px !important;
  }
  .pr-md-8--mh-md {
    padding-right: 128px !important;
  }
  .pb-md-8--mh-md {
    padding-bottom: 128px !important;
  }
  .pl-md-8--mh-md {
    padding-left: 128px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .p-md-8--mh-lg {
    padding: 128px !important;
  }
  .pt-md-8--mh-lg {
    padding-top: 128px !important;
  }
  .pr-md-8--mh-lg {
    padding-right: 128px !important;
  }
  .pb-md-8--mh-lg {
    padding-bottom: 128px !important;
  }
  .pl-md-8--mh-lg {
    padding-left: 128px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .p-lg-8--mh-sm {
    padding: 128px !important;
  }
  .pt-lg-8--mh-sm {
    padding-top: 128px !important;
  }
  .pr-lg-8--mh-sm {
    padding-right: 128px !important;
  }
  .pb-lg-8--mh-sm {
    padding-bottom: 128px !important;
  }
  .pl-lg-8--mh-sm {
    padding-left: 128px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .p-lg-8--mh-md {
    padding: 128px !important;
  }
  .pt-lg-8--mh-md {
    padding-top: 128px !important;
  }
  .pr-lg-8--mh-md {
    padding-right: 128px !important;
  }
  .pb-lg-8--mh-md {
    padding-bottom: 128px !important;
  }
  .pl-lg-8--mh-md {
    padding-left: 128px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .p-lg-8--mh-lg {
    padding: 128px !important;
  }
  .pt-lg-8--mh-lg {
    padding-top: 128px !important;
  }
  .pr-lg-8--mh-lg {
    padding-right: 128px !important;
  }
  .pb-lg-8--mh-lg {
    padding-bottom: 128px !important;
  }
  .pl-lg-8--mh-lg {
    padding-left: 128px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .p-xl-8--mh-sm {
    padding: 128px !important;
  }
  .pt-xl-8--mh-sm {
    padding-top: 128px !important;
  }
  .pr-xl-8--mh-sm {
    padding-right: 128px !important;
  }
  .pb-xl-8--mh-sm {
    padding-bottom: 128px !important;
  }
  .pl-xl-8--mh-sm {
    padding-left: 128px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .p-xl-8--mh-md {
    padding: 128px !important;
  }
  .pt-xl-8--mh-md {
    padding-top: 128px !important;
  }
  .pr-xl-8--mh-md {
    padding-right: 128px !important;
  }
  .pb-xl-8--mh-md {
    padding-bottom: 128px !important;
  }
  .pl-xl-8--mh-md {
    padding-left: 128px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .p-xl-8--mh-lg {
    padding: 128px !important;
  }
  .pt-xl-8--mh-lg {
    padding-top: 128px !important;
  }
  .pr-xl-8--mh-lg {
    padding-right: 128px !important;
  }
  .pb-xl-8--mh-lg {
    padding-bottom: 128px !important;
  }
  .pl-xl-8--mh-lg {
    padding-left: 128px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .m-xs-7--mh-sm {
    margin: 112px !important;
  }
  .mt-xs-7--mh-sm {
    margin-top: 112px !important;
  }
  .mr-xs-7--mh-sm {
    margin-right: 112px !important;
  }
  .mb-xs-7--mh-sm {
    margin-bottom: 112px !important;
  }
  .ml-xs-7--mh-sm {
    margin-left: 112px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .m-xs-7--mh-md {
    margin: 112px !important;
  }
  .mt-xs-7--mh-md {
    margin-top: 112px !important;
  }
  .mr-xs-7--mh-md {
    margin-right: 112px !important;
  }
  .mb-xs-7--mh-md {
    margin-bottom: 112px !important;
  }
  .ml-xs-7--mh-md {
    margin-left: 112px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .m-xs-7--mh-lg {
    margin: 112px !important;
  }
  .mt-xs-7--mh-lg {
    margin-top: 112px !important;
  }
  .mr-xs-7--mh-lg {
    margin-right: 112px !important;
  }
  .mb-xs-7--mh-lg {
    margin-bottom: 112px !important;
  }
  .ml-xs-7--mh-lg {
    margin-left: 112px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .m-sm-7--mh-sm {
    margin: 112px !important;
  }
  .mt-sm-7--mh-sm {
    margin-top: 112px !important;
  }
  .mr-sm-7--mh-sm {
    margin-right: 112px !important;
  }
  .mb-sm-7--mh-sm {
    margin-bottom: 112px !important;
  }
  .ml-sm-7--mh-sm {
    margin-left: 112px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .m-sm-7--mh-md {
    margin: 112px !important;
  }
  .mt-sm-7--mh-md {
    margin-top: 112px !important;
  }
  .mr-sm-7--mh-md {
    margin-right: 112px !important;
  }
  .mb-sm-7--mh-md {
    margin-bottom: 112px !important;
  }
  .ml-sm-7--mh-md {
    margin-left: 112px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .m-sm-7--mh-lg {
    margin: 112px !important;
  }
  .mt-sm-7--mh-lg {
    margin-top: 112px !important;
  }
  .mr-sm-7--mh-lg {
    margin-right: 112px !important;
  }
  .mb-sm-7--mh-lg {
    margin-bottom: 112px !important;
  }
  .ml-sm-7--mh-lg {
    margin-left: 112px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .m-md-7--mh-sm {
    margin: 112px !important;
  }
  .mt-md-7--mh-sm {
    margin-top: 112px !important;
  }
  .mr-md-7--mh-sm {
    margin-right: 112px !important;
  }
  .mb-md-7--mh-sm {
    margin-bottom: 112px !important;
  }
  .ml-md-7--mh-sm {
    margin-left: 112px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .m-md-7--mh-md {
    margin: 112px !important;
  }
  .mt-md-7--mh-md {
    margin-top: 112px !important;
  }
  .mr-md-7--mh-md {
    margin-right: 112px !important;
  }
  .mb-md-7--mh-md {
    margin-bottom: 112px !important;
  }
  .ml-md-7--mh-md {
    margin-left: 112px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .m-md-7--mh-lg {
    margin: 112px !important;
  }
  .mt-md-7--mh-lg {
    margin-top: 112px !important;
  }
  .mr-md-7--mh-lg {
    margin-right: 112px !important;
  }
  .mb-md-7--mh-lg {
    margin-bottom: 112px !important;
  }
  .ml-md-7--mh-lg {
    margin-left: 112px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .m-lg-7--mh-sm {
    margin: 112px !important;
  }
  .mt-lg-7--mh-sm {
    margin-top: 112px !important;
  }
  .mr-lg-7--mh-sm {
    margin-right: 112px !important;
  }
  .mb-lg-7--mh-sm {
    margin-bottom: 112px !important;
  }
  .ml-lg-7--mh-sm {
    margin-left: 112px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .m-lg-7--mh-md {
    margin: 112px !important;
  }
  .mt-lg-7--mh-md {
    margin-top: 112px !important;
  }
  .mr-lg-7--mh-md {
    margin-right: 112px !important;
  }
  .mb-lg-7--mh-md {
    margin-bottom: 112px !important;
  }
  .ml-lg-7--mh-md {
    margin-left: 112px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .m-lg-7--mh-lg {
    margin: 112px !important;
  }
  .mt-lg-7--mh-lg {
    margin-top: 112px !important;
  }
  .mr-lg-7--mh-lg {
    margin-right: 112px !important;
  }
  .mb-lg-7--mh-lg {
    margin-bottom: 112px !important;
  }
  .ml-lg-7--mh-lg {
    margin-left: 112px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .m-xl-7--mh-sm {
    margin: 112px !important;
  }
  .mt-xl-7--mh-sm {
    margin-top: 112px !important;
  }
  .mr-xl-7--mh-sm {
    margin-right: 112px !important;
  }
  .mb-xl-7--mh-sm {
    margin-bottom: 112px !important;
  }
  .ml-xl-7--mh-sm {
    margin-left: 112px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .m-xl-7--mh-md {
    margin: 112px !important;
  }
  .mt-xl-7--mh-md {
    margin-top: 112px !important;
  }
  .mr-xl-7--mh-md {
    margin-right: 112px !important;
  }
  .mb-xl-7--mh-md {
    margin-bottom: 112px !important;
  }
  .ml-xl-7--mh-md {
    margin-left: 112px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .m-xl-7--mh-lg {
    margin: 112px !important;
  }
  .mt-xl-7--mh-lg {
    margin-top: 112px !important;
  }
  .mr-xl-7--mh-lg {
    margin-right: 112px !important;
  }
  .mb-xl-7--mh-lg {
    margin-bottom: 112px !important;
  }
  .ml-xl-7--mh-lg {
    margin-left: 112px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .p-xs-7--mh-sm {
    padding: 112px !important;
  }
  .pt-xs-7--mh-sm {
    padding-top: 112px !important;
  }
  .pr-xs-7--mh-sm {
    padding-right: 112px !important;
  }
  .pb-xs-7--mh-sm {
    padding-bottom: 112px !important;
  }
  .pl-xs-7--mh-sm {
    padding-left: 112px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .p-xs-7--mh-md {
    padding: 112px !important;
  }
  .pt-xs-7--mh-md {
    padding-top: 112px !important;
  }
  .pr-xs-7--mh-md {
    padding-right: 112px !important;
  }
  .pb-xs-7--mh-md {
    padding-bottom: 112px !important;
  }
  .pl-xs-7--mh-md {
    padding-left: 112px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .p-xs-7--mh-lg {
    padding: 112px !important;
  }
  .pt-xs-7--mh-lg {
    padding-top: 112px !important;
  }
  .pr-xs-7--mh-lg {
    padding-right: 112px !important;
  }
  .pb-xs-7--mh-lg {
    padding-bottom: 112px !important;
  }
  .pl-xs-7--mh-lg {
    padding-left: 112px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .p-sm-7--mh-sm {
    padding: 112px !important;
  }
  .pt-sm-7--mh-sm {
    padding-top: 112px !important;
  }
  .pr-sm-7--mh-sm {
    padding-right: 112px !important;
  }
  .pb-sm-7--mh-sm {
    padding-bottom: 112px !important;
  }
  .pl-sm-7--mh-sm {
    padding-left: 112px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .p-sm-7--mh-md {
    padding: 112px !important;
  }
  .pt-sm-7--mh-md {
    padding-top: 112px !important;
  }
  .pr-sm-7--mh-md {
    padding-right: 112px !important;
  }
  .pb-sm-7--mh-md {
    padding-bottom: 112px !important;
  }
  .pl-sm-7--mh-md {
    padding-left: 112px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .p-sm-7--mh-lg {
    padding: 112px !important;
  }
  .pt-sm-7--mh-lg {
    padding-top: 112px !important;
  }
  .pr-sm-7--mh-lg {
    padding-right: 112px !important;
  }
  .pb-sm-7--mh-lg {
    padding-bottom: 112px !important;
  }
  .pl-sm-7--mh-lg {
    padding-left: 112px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .p-md-7--mh-sm {
    padding: 112px !important;
  }
  .pt-md-7--mh-sm {
    padding-top: 112px !important;
  }
  .pr-md-7--mh-sm {
    padding-right: 112px !important;
  }
  .pb-md-7--mh-sm {
    padding-bottom: 112px !important;
  }
  .pl-md-7--mh-sm {
    padding-left: 112px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .p-md-7--mh-md {
    padding: 112px !important;
  }
  .pt-md-7--mh-md {
    padding-top: 112px !important;
  }
  .pr-md-7--mh-md {
    padding-right: 112px !important;
  }
  .pb-md-7--mh-md {
    padding-bottom: 112px !important;
  }
  .pl-md-7--mh-md {
    padding-left: 112px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .p-md-7--mh-lg {
    padding: 112px !important;
  }
  .pt-md-7--mh-lg {
    padding-top: 112px !important;
  }
  .pr-md-7--mh-lg {
    padding-right: 112px !important;
  }
  .pb-md-7--mh-lg {
    padding-bottom: 112px !important;
  }
  .pl-md-7--mh-lg {
    padding-left: 112px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .p-lg-7--mh-sm {
    padding: 112px !important;
  }
  .pt-lg-7--mh-sm {
    padding-top: 112px !important;
  }
  .pr-lg-7--mh-sm {
    padding-right: 112px !important;
  }
  .pb-lg-7--mh-sm {
    padding-bottom: 112px !important;
  }
  .pl-lg-7--mh-sm {
    padding-left: 112px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .p-lg-7--mh-md {
    padding: 112px !important;
  }
  .pt-lg-7--mh-md {
    padding-top: 112px !important;
  }
  .pr-lg-7--mh-md {
    padding-right: 112px !important;
  }
  .pb-lg-7--mh-md {
    padding-bottom: 112px !important;
  }
  .pl-lg-7--mh-md {
    padding-left: 112px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .p-lg-7--mh-lg {
    padding: 112px !important;
  }
  .pt-lg-7--mh-lg {
    padding-top: 112px !important;
  }
  .pr-lg-7--mh-lg {
    padding-right: 112px !important;
  }
  .pb-lg-7--mh-lg {
    padding-bottom: 112px !important;
  }
  .pl-lg-7--mh-lg {
    padding-left: 112px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .p-xl-7--mh-sm {
    padding: 112px !important;
  }
  .pt-xl-7--mh-sm {
    padding-top: 112px !important;
  }
  .pr-xl-7--mh-sm {
    padding-right: 112px !important;
  }
  .pb-xl-7--mh-sm {
    padding-bottom: 112px !important;
  }
  .pl-xl-7--mh-sm {
    padding-left: 112px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .p-xl-7--mh-md {
    padding: 112px !important;
  }
  .pt-xl-7--mh-md {
    padding-top: 112px !important;
  }
  .pr-xl-7--mh-md {
    padding-right: 112px !important;
  }
  .pb-xl-7--mh-md {
    padding-bottom: 112px !important;
  }
  .pl-xl-7--mh-md {
    padding-left: 112px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .p-xl-7--mh-lg {
    padding: 112px !important;
  }
  .pt-xl-7--mh-lg {
    padding-top: 112px !important;
  }
  .pr-xl-7--mh-lg {
    padding-right: 112px !important;
  }
  .pb-xl-7--mh-lg {
    padding-bottom: 112px !important;
  }
  .pl-xl-7--mh-lg {
    padding-left: 112px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .m-xs-6--mh-sm {
    margin: 96px !important;
  }
  .mt-xs-6--mh-sm {
    margin-top: 96px !important;
  }
  .mr-xs-6--mh-sm {
    margin-right: 96px !important;
  }
  .mb-xs-6--mh-sm {
    margin-bottom: 96px !important;
  }
  .ml-xs-6--mh-sm {
    margin-left: 96px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .m-xs-6--mh-md {
    margin: 96px !important;
  }
  .mt-xs-6--mh-md {
    margin-top: 96px !important;
  }
  .mr-xs-6--mh-md {
    margin-right: 96px !important;
  }
  .mb-xs-6--mh-md {
    margin-bottom: 96px !important;
  }
  .ml-xs-6--mh-md {
    margin-left: 96px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .m-xs-6--mh-lg {
    margin: 96px !important;
  }
  .mt-xs-6--mh-lg {
    margin-top: 96px !important;
  }
  .mr-xs-6--mh-lg {
    margin-right: 96px !important;
  }
  .mb-xs-6--mh-lg {
    margin-bottom: 96px !important;
  }
  .ml-xs-6--mh-lg {
    margin-left: 96px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .m-sm-6--mh-sm {
    margin: 96px !important;
  }
  .mt-sm-6--mh-sm {
    margin-top: 96px !important;
  }
  .mr-sm-6--mh-sm {
    margin-right: 96px !important;
  }
  .mb-sm-6--mh-sm {
    margin-bottom: 96px !important;
  }
  .ml-sm-6--mh-sm {
    margin-left: 96px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .m-sm-6--mh-md {
    margin: 96px !important;
  }
  .mt-sm-6--mh-md {
    margin-top: 96px !important;
  }
  .mr-sm-6--mh-md {
    margin-right: 96px !important;
  }
  .mb-sm-6--mh-md {
    margin-bottom: 96px !important;
  }
  .ml-sm-6--mh-md {
    margin-left: 96px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .m-sm-6--mh-lg {
    margin: 96px !important;
  }
  .mt-sm-6--mh-lg {
    margin-top: 96px !important;
  }
  .mr-sm-6--mh-lg {
    margin-right: 96px !important;
  }
  .mb-sm-6--mh-lg {
    margin-bottom: 96px !important;
  }
  .ml-sm-6--mh-lg {
    margin-left: 96px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .m-md-6--mh-sm {
    margin: 96px !important;
  }
  .mt-md-6--mh-sm {
    margin-top: 96px !important;
  }
  .mr-md-6--mh-sm {
    margin-right: 96px !important;
  }
  .mb-md-6--mh-sm {
    margin-bottom: 96px !important;
  }
  .ml-md-6--mh-sm {
    margin-left: 96px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .m-md-6--mh-md {
    margin: 96px !important;
  }
  .mt-md-6--mh-md {
    margin-top: 96px !important;
  }
  .mr-md-6--mh-md {
    margin-right: 96px !important;
  }
  .mb-md-6--mh-md {
    margin-bottom: 96px !important;
  }
  .ml-md-6--mh-md {
    margin-left: 96px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .m-md-6--mh-lg {
    margin: 96px !important;
  }
  .mt-md-6--mh-lg {
    margin-top: 96px !important;
  }
  .mr-md-6--mh-lg {
    margin-right: 96px !important;
  }
  .mb-md-6--mh-lg {
    margin-bottom: 96px !important;
  }
  .ml-md-6--mh-lg {
    margin-left: 96px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .m-lg-6--mh-sm {
    margin: 96px !important;
  }
  .mt-lg-6--mh-sm {
    margin-top: 96px !important;
  }
  .mr-lg-6--mh-sm {
    margin-right: 96px !important;
  }
  .mb-lg-6--mh-sm {
    margin-bottom: 96px !important;
  }
  .ml-lg-6--mh-sm {
    margin-left: 96px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .m-lg-6--mh-md {
    margin: 96px !important;
  }
  .mt-lg-6--mh-md {
    margin-top: 96px !important;
  }
  .mr-lg-6--mh-md {
    margin-right: 96px !important;
  }
  .mb-lg-6--mh-md {
    margin-bottom: 96px !important;
  }
  .ml-lg-6--mh-md {
    margin-left: 96px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .m-lg-6--mh-lg {
    margin: 96px !important;
  }
  .mt-lg-6--mh-lg {
    margin-top: 96px !important;
  }
  .mr-lg-6--mh-lg {
    margin-right: 96px !important;
  }
  .mb-lg-6--mh-lg {
    margin-bottom: 96px !important;
  }
  .ml-lg-6--mh-lg {
    margin-left: 96px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .m-xl-6--mh-sm {
    margin: 96px !important;
  }
  .mt-xl-6--mh-sm {
    margin-top: 96px !important;
  }
  .mr-xl-6--mh-sm {
    margin-right: 96px !important;
  }
  .mb-xl-6--mh-sm {
    margin-bottom: 96px !important;
  }
  .ml-xl-6--mh-sm {
    margin-left: 96px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .m-xl-6--mh-md {
    margin: 96px !important;
  }
  .mt-xl-6--mh-md {
    margin-top: 96px !important;
  }
  .mr-xl-6--mh-md {
    margin-right: 96px !important;
  }
  .mb-xl-6--mh-md {
    margin-bottom: 96px !important;
  }
  .ml-xl-6--mh-md {
    margin-left: 96px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .m-xl-6--mh-lg {
    margin: 96px !important;
  }
  .mt-xl-6--mh-lg {
    margin-top: 96px !important;
  }
  .mr-xl-6--mh-lg {
    margin-right: 96px !important;
  }
  .mb-xl-6--mh-lg {
    margin-bottom: 96px !important;
  }
  .ml-xl-6--mh-lg {
    margin-left: 96px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .p-xs-6--mh-sm {
    padding: 96px !important;
  }
  .pt-xs-6--mh-sm {
    padding-top: 96px !important;
  }
  .pr-xs-6--mh-sm {
    padding-right: 96px !important;
  }
  .pb-xs-6--mh-sm {
    padding-bottom: 96px !important;
  }
  .pl-xs-6--mh-sm {
    padding-left: 96px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .p-xs-6--mh-md {
    padding: 96px !important;
  }
  .pt-xs-6--mh-md {
    padding-top: 96px !important;
  }
  .pr-xs-6--mh-md {
    padding-right: 96px !important;
  }
  .pb-xs-6--mh-md {
    padding-bottom: 96px !important;
  }
  .pl-xs-6--mh-md {
    padding-left: 96px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .p-xs-6--mh-lg {
    padding: 96px !important;
  }
  .pt-xs-6--mh-lg {
    padding-top: 96px !important;
  }
  .pr-xs-6--mh-lg {
    padding-right: 96px !important;
  }
  .pb-xs-6--mh-lg {
    padding-bottom: 96px !important;
  }
  .pl-xs-6--mh-lg {
    padding-left: 96px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .p-sm-6--mh-sm {
    padding: 96px !important;
  }
  .pt-sm-6--mh-sm {
    padding-top: 96px !important;
  }
  .pr-sm-6--mh-sm {
    padding-right: 96px !important;
  }
  .pb-sm-6--mh-sm {
    padding-bottom: 96px !important;
  }
  .pl-sm-6--mh-sm {
    padding-left: 96px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .p-sm-6--mh-md {
    padding: 96px !important;
  }
  .pt-sm-6--mh-md {
    padding-top: 96px !important;
  }
  .pr-sm-6--mh-md {
    padding-right: 96px !important;
  }
  .pb-sm-6--mh-md {
    padding-bottom: 96px !important;
  }
  .pl-sm-6--mh-md {
    padding-left: 96px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .p-sm-6--mh-lg {
    padding: 96px !important;
  }
  .pt-sm-6--mh-lg {
    padding-top: 96px !important;
  }
  .pr-sm-6--mh-lg {
    padding-right: 96px !important;
  }
  .pb-sm-6--mh-lg {
    padding-bottom: 96px !important;
  }
  .pl-sm-6--mh-lg {
    padding-left: 96px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .p-md-6--mh-sm {
    padding: 96px !important;
  }
  .pt-md-6--mh-sm {
    padding-top: 96px !important;
  }
  .pr-md-6--mh-sm {
    padding-right: 96px !important;
  }
  .pb-md-6--mh-sm {
    padding-bottom: 96px !important;
  }
  .pl-md-6--mh-sm {
    padding-left: 96px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .p-md-6--mh-md {
    padding: 96px !important;
  }
  .pt-md-6--mh-md {
    padding-top: 96px !important;
  }
  .pr-md-6--mh-md {
    padding-right: 96px !important;
  }
  .pb-md-6--mh-md {
    padding-bottom: 96px !important;
  }
  .pl-md-6--mh-md {
    padding-left: 96px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .p-md-6--mh-lg {
    padding: 96px !important;
  }
  .pt-md-6--mh-lg {
    padding-top: 96px !important;
  }
  .pr-md-6--mh-lg {
    padding-right: 96px !important;
  }
  .pb-md-6--mh-lg {
    padding-bottom: 96px !important;
  }
  .pl-md-6--mh-lg {
    padding-left: 96px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .p-lg-6--mh-sm {
    padding: 96px !important;
  }
  .pt-lg-6--mh-sm {
    padding-top: 96px !important;
  }
  .pr-lg-6--mh-sm {
    padding-right: 96px !important;
  }
  .pb-lg-6--mh-sm {
    padding-bottom: 96px !important;
  }
  .pl-lg-6--mh-sm {
    padding-left: 96px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .p-lg-6--mh-md {
    padding: 96px !important;
  }
  .pt-lg-6--mh-md {
    padding-top: 96px !important;
  }
  .pr-lg-6--mh-md {
    padding-right: 96px !important;
  }
  .pb-lg-6--mh-md {
    padding-bottom: 96px !important;
  }
  .pl-lg-6--mh-md {
    padding-left: 96px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .p-lg-6--mh-lg {
    padding: 96px !important;
  }
  .pt-lg-6--mh-lg {
    padding-top: 96px !important;
  }
  .pr-lg-6--mh-lg {
    padding-right: 96px !important;
  }
  .pb-lg-6--mh-lg {
    padding-bottom: 96px !important;
  }
  .pl-lg-6--mh-lg {
    padding-left: 96px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .p-xl-6--mh-sm {
    padding: 96px !important;
  }
  .pt-xl-6--mh-sm {
    padding-top: 96px !important;
  }
  .pr-xl-6--mh-sm {
    padding-right: 96px !important;
  }
  .pb-xl-6--mh-sm {
    padding-bottom: 96px !important;
  }
  .pl-xl-6--mh-sm {
    padding-left: 96px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .p-xl-6--mh-md {
    padding: 96px !important;
  }
  .pt-xl-6--mh-md {
    padding-top: 96px !important;
  }
  .pr-xl-6--mh-md {
    padding-right: 96px !important;
  }
  .pb-xl-6--mh-md {
    padding-bottom: 96px !important;
  }
  .pl-xl-6--mh-md {
    padding-left: 96px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .p-xl-6--mh-lg {
    padding: 96px !important;
  }
  .pt-xl-6--mh-lg {
    padding-top: 96px !important;
  }
  .pr-xl-6--mh-lg {
    padding-right: 96px !important;
  }
  .pb-xl-6--mh-lg {
    padding-bottom: 96px !important;
  }
  .pl-xl-6--mh-lg {
    padding-left: 96px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .m-xs-5--mh-sm {
    margin: 80px !important;
  }
  .mt-xs-5--mh-sm {
    margin-top: 80px !important;
  }
  .mr-xs-5--mh-sm {
    margin-right: 80px !important;
  }
  .mb-xs-5--mh-sm {
    margin-bottom: 80px !important;
  }
  .ml-xs-5--mh-sm {
    margin-left: 80px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .m-xs-5--mh-md {
    margin: 80px !important;
  }
  .mt-xs-5--mh-md {
    margin-top: 80px !important;
  }
  .mr-xs-5--mh-md {
    margin-right: 80px !important;
  }
  .mb-xs-5--mh-md {
    margin-bottom: 80px !important;
  }
  .ml-xs-5--mh-md {
    margin-left: 80px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .m-xs-5--mh-lg {
    margin: 80px !important;
  }
  .mt-xs-5--mh-lg {
    margin-top: 80px !important;
  }
  .mr-xs-5--mh-lg {
    margin-right: 80px !important;
  }
  .mb-xs-5--mh-lg {
    margin-bottom: 80px !important;
  }
  .ml-xs-5--mh-lg {
    margin-left: 80px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .m-sm-5--mh-sm {
    margin: 80px !important;
  }
  .mt-sm-5--mh-sm {
    margin-top: 80px !important;
  }
  .mr-sm-5--mh-sm {
    margin-right: 80px !important;
  }
  .mb-sm-5--mh-sm {
    margin-bottom: 80px !important;
  }
  .ml-sm-5--mh-sm {
    margin-left: 80px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .m-sm-5--mh-md {
    margin: 80px !important;
  }
  .mt-sm-5--mh-md {
    margin-top: 80px !important;
  }
  .mr-sm-5--mh-md {
    margin-right: 80px !important;
  }
  .mb-sm-5--mh-md {
    margin-bottom: 80px !important;
  }
  .ml-sm-5--mh-md {
    margin-left: 80px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .m-sm-5--mh-lg {
    margin: 80px !important;
  }
  .mt-sm-5--mh-lg {
    margin-top: 80px !important;
  }
  .mr-sm-5--mh-lg {
    margin-right: 80px !important;
  }
  .mb-sm-5--mh-lg {
    margin-bottom: 80px !important;
  }
  .ml-sm-5--mh-lg {
    margin-left: 80px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .m-md-5--mh-sm {
    margin: 80px !important;
  }
  .mt-md-5--mh-sm {
    margin-top: 80px !important;
  }
  .mr-md-5--mh-sm {
    margin-right: 80px !important;
  }
  .mb-md-5--mh-sm {
    margin-bottom: 80px !important;
  }
  .ml-md-5--mh-sm {
    margin-left: 80px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .m-md-5--mh-md {
    margin: 80px !important;
  }
  .mt-md-5--mh-md {
    margin-top: 80px !important;
  }
  .mr-md-5--mh-md {
    margin-right: 80px !important;
  }
  .mb-md-5--mh-md {
    margin-bottom: 80px !important;
  }
  .ml-md-5--mh-md {
    margin-left: 80px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .m-md-5--mh-lg {
    margin: 80px !important;
  }
  .mt-md-5--mh-lg {
    margin-top: 80px !important;
  }
  .mr-md-5--mh-lg {
    margin-right: 80px !important;
  }
  .mb-md-5--mh-lg {
    margin-bottom: 80px !important;
  }
  .ml-md-5--mh-lg {
    margin-left: 80px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .m-lg-5--mh-sm {
    margin: 80px !important;
  }
  .mt-lg-5--mh-sm {
    margin-top: 80px !important;
  }
  .mr-lg-5--mh-sm {
    margin-right: 80px !important;
  }
  .mb-lg-5--mh-sm {
    margin-bottom: 80px !important;
  }
  .ml-lg-5--mh-sm {
    margin-left: 80px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .m-lg-5--mh-md {
    margin: 80px !important;
  }
  .mt-lg-5--mh-md {
    margin-top: 80px !important;
  }
  .mr-lg-5--mh-md {
    margin-right: 80px !important;
  }
  .mb-lg-5--mh-md {
    margin-bottom: 80px !important;
  }
  .ml-lg-5--mh-md {
    margin-left: 80px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .m-lg-5--mh-lg {
    margin: 80px !important;
  }
  .mt-lg-5--mh-lg {
    margin-top: 80px !important;
  }
  .mr-lg-5--mh-lg {
    margin-right: 80px !important;
  }
  .mb-lg-5--mh-lg {
    margin-bottom: 80px !important;
  }
  .ml-lg-5--mh-lg {
    margin-left: 80px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .m-xl-5--mh-sm {
    margin: 80px !important;
  }
  .mt-xl-5--mh-sm {
    margin-top: 80px !important;
  }
  .mr-xl-5--mh-sm {
    margin-right: 80px !important;
  }
  .mb-xl-5--mh-sm {
    margin-bottom: 80px !important;
  }
  .ml-xl-5--mh-sm {
    margin-left: 80px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .m-xl-5--mh-md {
    margin: 80px !important;
  }
  .mt-xl-5--mh-md {
    margin-top: 80px !important;
  }
  .mr-xl-5--mh-md {
    margin-right: 80px !important;
  }
  .mb-xl-5--mh-md {
    margin-bottom: 80px !important;
  }
  .ml-xl-5--mh-md {
    margin-left: 80px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .m-xl-5--mh-lg {
    margin: 80px !important;
  }
  .mt-xl-5--mh-lg {
    margin-top: 80px !important;
  }
  .mr-xl-5--mh-lg {
    margin-right: 80px !important;
  }
  .mb-xl-5--mh-lg {
    margin-bottom: 80px !important;
  }
  .ml-xl-5--mh-lg {
    margin-left: 80px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .p-xs-5--mh-sm {
    padding: 80px !important;
  }
  .pt-xs-5--mh-sm {
    padding-top: 80px !important;
  }
  .pr-xs-5--mh-sm {
    padding-right: 80px !important;
  }
  .pb-xs-5--mh-sm {
    padding-bottom: 80px !important;
  }
  .pl-xs-5--mh-sm {
    padding-left: 80px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .p-xs-5--mh-md {
    padding: 80px !important;
  }
  .pt-xs-5--mh-md {
    padding-top: 80px !important;
  }
  .pr-xs-5--mh-md {
    padding-right: 80px !important;
  }
  .pb-xs-5--mh-md {
    padding-bottom: 80px !important;
  }
  .pl-xs-5--mh-md {
    padding-left: 80px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .p-xs-5--mh-lg {
    padding: 80px !important;
  }
  .pt-xs-5--mh-lg {
    padding-top: 80px !important;
  }
  .pr-xs-5--mh-lg {
    padding-right: 80px !important;
  }
  .pb-xs-5--mh-lg {
    padding-bottom: 80px !important;
  }
  .pl-xs-5--mh-lg {
    padding-left: 80px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .p-sm-5--mh-sm {
    padding: 80px !important;
  }
  .pt-sm-5--mh-sm {
    padding-top: 80px !important;
  }
  .pr-sm-5--mh-sm {
    padding-right: 80px !important;
  }
  .pb-sm-5--mh-sm {
    padding-bottom: 80px !important;
  }
  .pl-sm-5--mh-sm {
    padding-left: 80px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .p-sm-5--mh-md {
    padding: 80px !important;
  }
  .pt-sm-5--mh-md {
    padding-top: 80px !important;
  }
  .pr-sm-5--mh-md {
    padding-right: 80px !important;
  }
  .pb-sm-5--mh-md {
    padding-bottom: 80px !important;
  }
  .pl-sm-5--mh-md {
    padding-left: 80px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .p-sm-5--mh-lg {
    padding: 80px !important;
  }
  .pt-sm-5--mh-lg {
    padding-top: 80px !important;
  }
  .pr-sm-5--mh-lg {
    padding-right: 80px !important;
  }
  .pb-sm-5--mh-lg {
    padding-bottom: 80px !important;
  }
  .pl-sm-5--mh-lg {
    padding-left: 80px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .p-md-5--mh-sm {
    padding: 80px !important;
  }
  .pt-md-5--mh-sm {
    padding-top: 80px !important;
  }
  .pr-md-5--mh-sm {
    padding-right: 80px !important;
  }
  .pb-md-5--mh-sm {
    padding-bottom: 80px !important;
  }
  .pl-md-5--mh-sm {
    padding-left: 80px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .p-md-5--mh-md {
    padding: 80px !important;
  }
  .pt-md-5--mh-md {
    padding-top: 80px !important;
  }
  .pr-md-5--mh-md {
    padding-right: 80px !important;
  }
  .pb-md-5--mh-md {
    padding-bottom: 80px !important;
  }
  .pl-md-5--mh-md {
    padding-left: 80px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .p-md-5--mh-lg {
    padding: 80px !important;
  }
  .pt-md-5--mh-lg {
    padding-top: 80px !important;
  }
  .pr-md-5--mh-lg {
    padding-right: 80px !important;
  }
  .pb-md-5--mh-lg {
    padding-bottom: 80px !important;
  }
  .pl-md-5--mh-lg {
    padding-left: 80px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .p-lg-5--mh-sm {
    padding: 80px !important;
  }
  .pt-lg-5--mh-sm {
    padding-top: 80px !important;
  }
  .pr-lg-5--mh-sm {
    padding-right: 80px !important;
  }
  .pb-lg-5--mh-sm {
    padding-bottom: 80px !important;
  }
  .pl-lg-5--mh-sm {
    padding-left: 80px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .p-lg-5--mh-md {
    padding: 80px !important;
  }
  .pt-lg-5--mh-md {
    padding-top: 80px !important;
  }
  .pr-lg-5--mh-md {
    padding-right: 80px !important;
  }
  .pb-lg-5--mh-md {
    padding-bottom: 80px !important;
  }
  .pl-lg-5--mh-md {
    padding-left: 80px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .p-lg-5--mh-lg {
    padding: 80px !important;
  }
  .pt-lg-5--mh-lg {
    padding-top: 80px !important;
  }
  .pr-lg-5--mh-lg {
    padding-right: 80px !important;
  }
  .pb-lg-5--mh-lg {
    padding-bottom: 80px !important;
  }
  .pl-lg-5--mh-lg {
    padding-left: 80px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .p-xl-5--mh-sm {
    padding: 80px !important;
  }
  .pt-xl-5--mh-sm {
    padding-top: 80px !important;
  }
  .pr-xl-5--mh-sm {
    padding-right: 80px !important;
  }
  .pb-xl-5--mh-sm {
    padding-bottom: 80px !important;
  }
  .pl-xl-5--mh-sm {
    padding-left: 80px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .p-xl-5--mh-md {
    padding: 80px !important;
  }
  .pt-xl-5--mh-md {
    padding-top: 80px !important;
  }
  .pr-xl-5--mh-md {
    padding-right: 80px !important;
  }
  .pb-xl-5--mh-md {
    padding-bottom: 80px !important;
  }
  .pl-xl-5--mh-md {
    padding-left: 80px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .p-xl-5--mh-lg {
    padding: 80px !important;
  }
  .pt-xl-5--mh-lg {
    padding-top: 80px !important;
  }
  .pr-xl-5--mh-lg {
    padding-right: 80px !important;
  }
  .pb-xl-5--mh-lg {
    padding-bottom: 80px !important;
  }
  .pl-xl-5--mh-lg {
    padding-left: 80px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .m-xs-4--mh-sm {
    margin: 64px !important;
  }
  .mt-xs-4--mh-sm {
    margin-top: 64px !important;
  }
  .mr-xs-4--mh-sm {
    margin-right: 64px !important;
  }
  .mb-xs-4--mh-sm {
    margin-bottom: 64px !important;
  }
  .ml-xs-4--mh-sm {
    margin-left: 64px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .m-xs-4--mh-md {
    margin: 64px !important;
  }
  .mt-xs-4--mh-md {
    margin-top: 64px !important;
  }
  .mr-xs-4--mh-md {
    margin-right: 64px !important;
  }
  .mb-xs-4--mh-md {
    margin-bottom: 64px !important;
  }
  .ml-xs-4--mh-md {
    margin-left: 64px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .m-xs-4--mh-lg {
    margin: 64px !important;
  }
  .mt-xs-4--mh-lg {
    margin-top: 64px !important;
  }
  .mr-xs-4--mh-lg {
    margin-right: 64px !important;
  }
  .mb-xs-4--mh-lg {
    margin-bottom: 64px !important;
  }
  .ml-xs-4--mh-lg {
    margin-left: 64px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .m-sm-4--mh-sm {
    margin: 64px !important;
  }
  .mt-sm-4--mh-sm {
    margin-top: 64px !important;
  }
  .mr-sm-4--mh-sm {
    margin-right: 64px !important;
  }
  .mb-sm-4--mh-sm {
    margin-bottom: 64px !important;
  }
  .ml-sm-4--mh-sm {
    margin-left: 64px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .m-sm-4--mh-md {
    margin: 64px !important;
  }
  .mt-sm-4--mh-md {
    margin-top: 64px !important;
  }
  .mr-sm-4--mh-md {
    margin-right: 64px !important;
  }
  .mb-sm-4--mh-md {
    margin-bottom: 64px !important;
  }
  .ml-sm-4--mh-md {
    margin-left: 64px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .m-sm-4--mh-lg {
    margin: 64px !important;
  }
  .mt-sm-4--mh-lg {
    margin-top: 64px !important;
  }
  .mr-sm-4--mh-lg {
    margin-right: 64px !important;
  }
  .mb-sm-4--mh-lg {
    margin-bottom: 64px !important;
  }
  .ml-sm-4--mh-lg {
    margin-left: 64px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .m-md-4--mh-sm {
    margin: 64px !important;
  }
  .mt-md-4--mh-sm {
    margin-top: 64px !important;
  }
  .mr-md-4--mh-sm {
    margin-right: 64px !important;
  }
  .mb-md-4--mh-sm {
    margin-bottom: 64px !important;
  }
  .ml-md-4--mh-sm {
    margin-left: 64px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .m-md-4--mh-md {
    margin: 64px !important;
  }
  .mt-md-4--mh-md {
    margin-top: 64px !important;
  }
  .mr-md-4--mh-md {
    margin-right: 64px !important;
  }
  .mb-md-4--mh-md {
    margin-bottom: 64px !important;
  }
  .ml-md-4--mh-md {
    margin-left: 64px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .m-md-4--mh-lg {
    margin: 64px !important;
  }
  .mt-md-4--mh-lg {
    margin-top: 64px !important;
  }
  .mr-md-4--mh-lg {
    margin-right: 64px !important;
  }
  .mb-md-4--mh-lg {
    margin-bottom: 64px !important;
  }
  .ml-md-4--mh-lg {
    margin-left: 64px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .m-lg-4--mh-sm {
    margin: 64px !important;
  }
  .mt-lg-4--mh-sm {
    margin-top: 64px !important;
  }
  .mr-lg-4--mh-sm {
    margin-right: 64px !important;
  }
  .mb-lg-4--mh-sm {
    margin-bottom: 64px !important;
  }
  .ml-lg-4--mh-sm {
    margin-left: 64px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .m-lg-4--mh-md {
    margin: 64px !important;
  }
  .mt-lg-4--mh-md {
    margin-top: 64px !important;
  }
  .mr-lg-4--mh-md {
    margin-right: 64px !important;
  }
  .mb-lg-4--mh-md {
    margin-bottom: 64px !important;
  }
  .ml-lg-4--mh-md {
    margin-left: 64px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .m-lg-4--mh-lg {
    margin: 64px !important;
  }
  .mt-lg-4--mh-lg {
    margin-top: 64px !important;
  }
  .mr-lg-4--mh-lg {
    margin-right: 64px !important;
  }
  .mb-lg-4--mh-lg {
    margin-bottom: 64px !important;
  }
  .ml-lg-4--mh-lg {
    margin-left: 64px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .m-xl-4--mh-sm {
    margin: 64px !important;
  }
  .mt-xl-4--mh-sm {
    margin-top: 64px !important;
  }
  .mr-xl-4--mh-sm {
    margin-right: 64px !important;
  }
  .mb-xl-4--mh-sm {
    margin-bottom: 64px !important;
  }
  .ml-xl-4--mh-sm {
    margin-left: 64px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .m-xl-4--mh-md {
    margin: 64px !important;
  }
  .mt-xl-4--mh-md {
    margin-top: 64px !important;
  }
  .mr-xl-4--mh-md {
    margin-right: 64px !important;
  }
  .mb-xl-4--mh-md {
    margin-bottom: 64px !important;
  }
  .ml-xl-4--mh-md {
    margin-left: 64px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .m-xl-4--mh-lg {
    margin: 64px !important;
  }
  .mt-xl-4--mh-lg {
    margin-top: 64px !important;
  }
  .mr-xl-4--mh-lg {
    margin-right: 64px !important;
  }
  .mb-xl-4--mh-lg {
    margin-bottom: 64px !important;
  }
  .ml-xl-4--mh-lg {
    margin-left: 64px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .p-xs-4--mh-sm {
    padding: 64px !important;
  }
  .pt-xs-4--mh-sm {
    padding-top: 64px !important;
  }
  .pr-xs-4--mh-sm {
    padding-right: 64px !important;
  }
  .pb-xs-4--mh-sm {
    padding-bottom: 64px !important;
  }
  .pl-xs-4--mh-sm {
    padding-left: 64px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .p-xs-4--mh-md {
    padding: 64px !important;
  }
  .pt-xs-4--mh-md {
    padding-top: 64px !important;
  }
  .pr-xs-4--mh-md {
    padding-right: 64px !important;
  }
  .pb-xs-4--mh-md {
    padding-bottom: 64px !important;
  }
  .pl-xs-4--mh-md {
    padding-left: 64px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .p-xs-4--mh-lg {
    padding: 64px !important;
  }
  .pt-xs-4--mh-lg {
    padding-top: 64px !important;
  }
  .pr-xs-4--mh-lg {
    padding-right: 64px !important;
  }
  .pb-xs-4--mh-lg {
    padding-bottom: 64px !important;
  }
  .pl-xs-4--mh-lg {
    padding-left: 64px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .p-sm-4--mh-sm {
    padding: 64px !important;
  }
  .pt-sm-4--mh-sm {
    padding-top: 64px !important;
  }
  .pr-sm-4--mh-sm {
    padding-right: 64px !important;
  }
  .pb-sm-4--mh-sm {
    padding-bottom: 64px !important;
  }
  .pl-sm-4--mh-sm {
    padding-left: 64px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .p-sm-4--mh-md {
    padding: 64px !important;
  }
  .pt-sm-4--mh-md {
    padding-top: 64px !important;
  }
  .pr-sm-4--mh-md {
    padding-right: 64px !important;
  }
  .pb-sm-4--mh-md {
    padding-bottom: 64px !important;
  }
  .pl-sm-4--mh-md {
    padding-left: 64px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .p-sm-4--mh-lg {
    padding: 64px !important;
  }
  .pt-sm-4--mh-lg {
    padding-top: 64px !important;
  }
  .pr-sm-4--mh-lg {
    padding-right: 64px !important;
  }
  .pb-sm-4--mh-lg {
    padding-bottom: 64px !important;
  }
  .pl-sm-4--mh-lg {
    padding-left: 64px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .p-md-4--mh-sm {
    padding: 64px !important;
  }
  .pt-md-4--mh-sm {
    padding-top: 64px !important;
  }
  .pr-md-4--mh-sm {
    padding-right: 64px !important;
  }
  .pb-md-4--mh-sm {
    padding-bottom: 64px !important;
  }
  .pl-md-4--mh-sm {
    padding-left: 64px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .p-md-4--mh-md {
    padding: 64px !important;
  }
  .pt-md-4--mh-md {
    padding-top: 64px !important;
  }
  .pr-md-4--mh-md {
    padding-right: 64px !important;
  }
  .pb-md-4--mh-md {
    padding-bottom: 64px !important;
  }
  .pl-md-4--mh-md {
    padding-left: 64px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .p-md-4--mh-lg {
    padding: 64px !important;
  }
  .pt-md-4--mh-lg {
    padding-top: 64px !important;
  }
  .pr-md-4--mh-lg {
    padding-right: 64px !important;
  }
  .pb-md-4--mh-lg {
    padding-bottom: 64px !important;
  }
  .pl-md-4--mh-lg {
    padding-left: 64px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .p-lg-4--mh-sm {
    padding: 64px !important;
  }
  .pt-lg-4--mh-sm {
    padding-top: 64px !important;
  }
  .pr-lg-4--mh-sm {
    padding-right: 64px !important;
  }
  .pb-lg-4--mh-sm {
    padding-bottom: 64px !important;
  }
  .pl-lg-4--mh-sm {
    padding-left: 64px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .p-lg-4--mh-md {
    padding: 64px !important;
  }
  .pt-lg-4--mh-md {
    padding-top: 64px !important;
  }
  .pr-lg-4--mh-md {
    padding-right: 64px !important;
  }
  .pb-lg-4--mh-md {
    padding-bottom: 64px !important;
  }
  .pl-lg-4--mh-md {
    padding-left: 64px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .p-lg-4--mh-lg {
    padding: 64px !important;
  }
  .pt-lg-4--mh-lg {
    padding-top: 64px !important;
  }
  .pr-lg-4--mh-lg {
    padding-right: 64px !important;
  }
  .pb-lg-4--mh-lg {
    padding-bottom: 64px !important;
  }
  .pl-lg-4--mh-lg {
    padding-left: 64px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .p-xl-4--mh-sm {
    padding: 64px !important;
  }
  .pt-xl-4--mh-sm {
    padding-top: 64px !important;
  }
  .pr-xl-4--mh-sm {
    padding-right: 64px !important;
  }
  .pb-xl-4--mh-sm {
    padding-bottom: 64px !important;
  }
  .pl-xl-4--mh-sm {
    padding-left: 64px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .p-xl-4--mh-md {
    padding: 64px !important;
  }
  .pt-xl-4--mh-md {
    padding-top: 64px !important;
  }
  .pr-xl-4--mh-md {
    padding-right: 64px !important;
  }
  .pb-xl-4--mh-md {
    padding-bottom: 64px !important;
  }
  .pl-xl-4--mh-md {
    padding-left: 64px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .p-xl-4--mh-lg {
    padding: 64px !important;
  }
  .pt-xl-4--mh-lg {
    padding-top: 64px !important;
  }
  .pr-xl-4--mh-lg {
    padding-right: 64px !important;
  }
  .pb-xl-4--mh-lg {
    padding-bottom: 64px !important;
  }
  .pl-xl-4--mh-lg {
    padding-left: 64px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .m-xs-3--mh-sm {
    margin: 48px !important;
  }
  .mt-xs-3--mh-sm {
    margin-top: 48px !important;
  }
  .mr-xs-3--mh-sm {
    margin-right: 48px !important;
  }
  .mb-xs-3--mh-sm {
    margin-bottom: 48px !important;
  }
  .ml-xs-3--mh-sm {
    margin-left: 48px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .m-xs-3--mh-md {
    margin: 48px !important;
  }
  .mt-xs-3--mh-md {
    margin-top: 48px !important;
  }
  .mr-xs-3--mh-md {
    margin-right: 48px !important;
  }
  .mb-xs-3--mh-md {
    margin-bottom: 48px !important;
  }
  .ml-xs-3--mh-md {
    margin-left: 48px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .m-xs-3--mh-lg {
    margin: 48px !important;
  }
  .mt-xs-3--mh-lg {
    margin-top: 48px !important;
  }
  .mr-xs-3--mh-lg {
    margin-right: 48px !important;
  }
  .mb-xs-3--mh-lg {
    margin-bottom: 48px !important;
  }
  .ml-xs-3--mh-lg {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .m-sm-3--mh-sm {
    margin: 48px !important;
  }
  .mt-sm-3--mh-sm {
    margin-top: 48px !important;
  }
  .mr-sm-3--mh-sm {
    margin-right: 48px !important;
  }
  .mb-sm-3--mh-sm {
    margin-bottom: 48px !important;
  }
  .ml-sm-3--mh-sm {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .m-sm-3--mh-md {
    margin: 48px !important;
  }
  .mt-sm-3--mh-md {
    margin-top: 48px !important;
  }
  .mr-sm-3--mh-md {
    margin-right: 48px !important;
  }
  .mb-sm-3--mh-md {
    margin-bottom: 48px !important;
  }
  .ml-sm-3--mh-md {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .m-sm-3--mh-lg {
    margin: 48px !important;
  }
  .mt-sm-3--mh-lg {
    margin-top: 48px !important;
  }
  .mr-sm-3--mh-lg {
    margin-right: 48px !important;
  }
  .mb-sm-3--mh-lg {
    margin-bottom: 48px !important;
  }
  .ml-sm-3--mh-lg {
    margin-left: 48px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .m-md-3--mh-sm {
    margin: 48px !important;
  }
  .mt-md-3--mh-sm {
    margin-top: 48px !important;
  }
  .mr-md-3--mh-sm {
    margin-right: 48px !important;
  }
  .mb-md-3--mh-sm {
    margin-bottom: 48px !important;
  }
  .ml-md-3--mh-sm {
    margin-left: 48px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .m-md-3--mh-md {
    margin: 48px !important;
  }
  .mt-md-3--mh-md {
    margin-top: 48px !important;
  }
  .mr-md-3--mh-md {
    margin-right: 48px !important;
  }
  .mb-md-3--mh-md {
    margin-bottom: 48px !important;
  }
  .ml-md-3--mh-md {
    margin-left: 48px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .m-md-3--mh-lg {
    margin: 48px !important;
  }
  .mt-md-3--mh-lg {
    margin-top: 48px !important;
  }
  .mr-md-3--mh-lg {
    margin-right: 48px !important;
  }
  .mb-md-3--mh-lg {
    margin-bottom: 48px !important;
  }
  .ml-md-3--mh-lg {
    margin-left: 48px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .m-lg-3--mh-sm {
    margin: 48px !important;
  }
  .mt-lg-3--mh-sm {
    margin-top: 48px !important;
  }
  .mr-lg-3--mh-sm {
    margin-right: 48px !important;
  }
  .mb-lg-3--mh-sm {
    margin-bottom: 48px !important;
  }
  .ml-lg-3--mh-sm {
    margin-left: 48px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .m-lg-3--mh-md {
    margin: 48px !important;
  }
  .mt-lg-3--mh-md {
    margin-top: 48px !important;
  }
  .mr-lg-3--mh-md {
    margin-right: 48px !important;
  }
  .mb-lg-3--mh-md {
    margin-bottom: 48px !important;
  }
  .ml-lg-3--mh-md {
    margin-left: 48px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .m-lg-3--mh-lg {
    margin: 48px !important;
  }
  .mt-lg-3--mh-lg {
    margin-top: 48px !important;
  }
  .mr-lg-3--mh-lg {
    margin-right: 48px !important;
  }
  .mb-lg-3--mh-lg {
    margin-bottom: 48px !important;
  }
  .ml-lg-3--mh-lg {
    margin-left: 48px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .m-xl-3--mh-sm {
    margin: 48px !important;
  }
  .mt-xl-3--mh-sm {
    margin-top: 48px !important;
  }
  .mr-xl-3--mh-sm {
    margin-right: 48px !important;
  }
  .mb-xl-3--mh-sm {
    margin-bottom: 48px !important;
  }
  .ml-xl-3--mh-sm {
    margin-left: 48px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .m-xl-3--mh-md {
    margin: 48px !important;
  }
  .mt-xl-3--mh-md {
    margin-top: 48px !important;
  }
  .mr-xl-3--mh-md {
    margin-right: 48px !important;
  }
  .mb-xl-3--mh-md {
    margin-bottom: 48px !important;
  }
  .ml-xl-3--mh-md {
    margin-left: 48px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .m-xl-3--mh-lg {
    margin: 48px !important;
  }
  .mt-xl-3--mh-lg {
    margin-top: 48px !important;
  }
  .mr-xl-3--mh-lg {
    margin-right: 48px !important;
  }
  .mb-xl-3--mh-lg {
    margin-bottom: 48px !important;
  }
  .ml-xl-3--mh-lg {
    margin-left: 48px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .p-xs-3--mh-sm {
    padding: 48px !important;
  }
  .pt-xs-3--mh-sm {
    padding-top: 48px !important;
  }
  .pr-xs-3--mh-sm {
    padding-right: 48px !important;
  }
  .pb-xs-3--mh-sm {
    padding-bottom: 48px !important;
  }
  .pl-xs-3--mh-sm {
    padding-left: 48px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .p-xs-3--mh-md {
    padding: 48px !important;
  }
  .pt-xs-3--mh-md {
    padding-top: 48px !important;
  }
  .pr-xs-3--mh-md {
    padding-right: 48px !important;
  }
  .pb-xs-3--mh-md {
    padding-bottom: 48px !important;
  }
  .pl-xs-3--mh-md {
    padding-left: 48px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .p-xs-3--mh-lg {
    padding: 48px !important;
  }
  .pt-xs-3--mh-lg {
    padding-top: 48px !important;
  }
  .pr-xs-3--mh-lg {
    padding-right: 48px !important;
  }
  .pb-xs-3--mh-lg {
    padding-bottom: 48px !important;
  }
  .pl-xs-3--mh-lg {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .p-sm-3--mh-sm {
    padding: 48px !important;
  }
  .pt-sm-3--mh-sm {
    padding-top: 48px !important;
  }
  .pr-sm-3--mh-sm {
    padding-right: 48px !important;
  }
  .pb-sm-3--mh-sm {
    padding-bottom: 48px !important;
  }
  .pl-sm-3--mh-sm {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .p-sm-3--mh-md {
    padding: 48px !important;
  }
  .pt-sm-3--mh-md {
    padding-top: 48px !important;
  }
  .pr-sm-3--mh-md {
    padding-right: 48px !important;
  }
  .pb-sm-3--mh-md {
    padding-bottom: 48px !important;
  }
  .pl-sm-3--mh-md {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .p-sm-3--mh-lg {
    padding: 48px !important;
  }
  .pt-sm-3--mh-lg {
    padding-top: 48px !important;
  }
  .pr-sm-3--mh-lg {
    padding-right: 48px !important;
  }
  .pb-sm-3--mh-lg {
    padding-bottom: 48px !important;
  }
  .pl-sm-3--mh-lg {
    padding-left: 48px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .p-md-3--mh-sm {
    padding: 48px !important;
  }
  .pt-md-3--mh-sm {
    padding-top: 48px !important;
  }
  .pr-md-3--mh-sm {
    padding-right: 48px !important;
  }
  .pb-md-3--mh-sm {
    padding-bottom: 48px !important;
  }
  .pl-md-3--mh-sm {
    padding-left: 48px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .p-md-3--mh-md {
    padding: 48px !important;
  }
  .pt-md-3--mh-md {
    padding-top: 48px !important;
  }
  .pr-md-3--mh-md {
    padding-right: 48px !important;
  }
  .pb-md-3--mh-md {
    padding-bottom: 48px !important;
  }
  .pl-md-3--mh-md {
    padding-left: 48px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .p-md-3--mh-lg {
    padding: 48px !important;
  }
  .pt-md-3--mh-lg {
    padding-top: 48px !important;
  }
  .pr-md-3--mh-lg {
    padding-right: 48px !important;
  }
  .pb-md-3--mh-lg {
    padding-bottom: 48px !important;
  }
  .pl-md-3--mh-lg {
    padding-left: 48px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .p-lg-3--mh-sm {
    padding: 48px !important;
  }
  .pt-lg-3--mh-sm {
    padding-top: 48px !important;
  }
  .pr-lg-3--mh-sm {
    padding-right: 48px !important;
  }
  .pb-lg-3--mh-sm {
    padding-bottom: 48px !important;
  }
  .pl-lg-3--mh-sm {
    padding-left: 48px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .p-lg-3--mh-md {
    padding: 48px !important;
  }
  .pt-lg-3--mh-md {
    padding-top: 48px !important;
  }
  .pr-lg-3--mh-md {
    padding-right: 48px !important;
  }
  .pb-lg-3--mh-md {
    padding-bottom: 48px !important;
  }
  .pl-lg-3--mh-md {
    padding-left: 48px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .p-lg-3--mh-lg {
    padding: 48px !important;
  }
  .pt-lg-3--mh-lg {
    padding-top: 48px !important;
  }
  .pr-lg-3--mh-lg {
    padding-right: 48px !important;
  }
  .pb-lg-3--mh-lg {
    padding-bottom: 48px !important;
  }
  .pl-lg-3--mh-lg {
    padding-left: 48px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .p-xl-3--mh-sm {
    padding: 48px !important;
  }
  .pt-xl-3--mh-sm {
    padding-top: 48px !important;
  }
  .pr-xl-3--mh-sm {
    padding-right: 48px !important;
  }
  .pb-xl-3--mh-sm {
    padding-bottom: 48px !important;
  }
  .pl-xl-3--mh-sm {
    padding-left: 48px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .p-xl-3--mh-md {
    padding: 48px !important;
  }
  .pt-xl-3--mh-md {
    padding-top: 48px !important;
  }
  .pr-xl-3--mh-md {
    padding-right: 48px !important;
  }
  .pb-xl-3--mh-md {
    padding-bottom: 48px !important;
  }
  .pl-xl-3--mh-md {
    padding-left: 48px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .p-xl-3--mh-lg {
    padding: 48px !important;
  }
  .pt-xl-3--mh-lg {
    padding-top: 48px !important;
  }
  .pr-xl-3--mh-lg {
    padding-right: 48px !important;
  }
  .pb-xl-3--mh-lg {
    padding-bottom: 48px !important;
  }
  .pl-xl-3--mh-lg {
    padding-left: 48px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .m-xs-2--mh-sm {
    margin: 32px !important;
  }
  .mt-xs-2--mh-sm {
    margin-top: 32px !important;
  }
  .mr-xs-2--mh-sm {
    margin-right: 32px !important;
  }
  .mb-xs-2--mh-sm {
    margin-bottom: 32px !important;
  }
  .ml-xs-2--mh-sm {
    margin-left: 32px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .m-xs-2--mh-md {
    margin: 32px !important;
  }
  .mt-xs-2--mh-md {
    margin-top: 32px !important;
  }
  .mr-xs-2--mh-md {
    margin-right: 32px !important;
  }
  .mb-xs-2--mh-md {
    margin-bottom: 32px !important;
  }
  .ml-xs-2--mh-md {
    margin-left: 32px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .m-xs-2--mh-lg {
    margin: 32px !important;
  }
  .mt-xs-2--mh-lg {
    margin-top: 32px !important;
  }
  .mr-xs-2--mh-lg {
    margin-right: 32px !important;
  }
  .mb-xs-2--mh-lg {
    margin-bottom: 32px !important;
  }
  .ml-xs-2--mh-lg {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .m-sm-2--mh-sm {
    margin: 32px !important;
  }
  .mt-sm-2--mh-sm {
    margin-top: 32px !important;
  }
  .mr-sm-2--mh-sm {
    margin-right: 32px !important;
  }
  .mb-sm-2--mh-sm {
    margin-bottom: 32px !important;
  }
  .ml-sm-2--mh-sm {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .m-sm-2--mh-md {
    margin: 32px !important;
  }
  .mt-sm-2--mh-md {
    margin-top: 32px !important;
  }
  .mr-sm-2--mh-md {
    margin-right: 32px !important;
  }
  .mb-sm-2--mh-md {
    margin-bottom: 32px !important;
  }
  .ml-sm-2--mh-md {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .m-sm-2--mh-lg {
    margin: 32px !important;
  }
  .mt-sm-2--mh-lg {
    margin-top: 32px !important;
  }
  .mr-sm-2--mh-lg {
    margin-right: 32px !important;
  }
  .mb-sm-2--mh-lg {
    margin-bottom: 32px !important;
  }
  .ml-sm-2--mh-lg {
    margin-left: 32px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .m-md-2--mh-sm {
    margin: 32px !important;
  }
  .mt-md-2--mh-sm {
    margin-top: 32px !important;
  }
  .mr-md-2--mh-sm {
    margin-right: 32px !important;
  }
  .mb-md-2--mh-sm {
    margin-bottom: 32px !important;
  }
  .ml-md-2--mh-sm {
    margin-left: 32px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .m-md-2--mh-md {
    margin: 32px !important;
  }
  .mt-md-2--mh-md {
    margin-top: 32px !important;
  }
  .mr-md-2--mh-md {
    margin-right: 32px !important;
  }
  .mb-md-2--mh-md {
    margin-bottom: 32px !important;
  }
  .ml-md-2--mh-md {
    margin-left: 32px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .m-md-2--mh-lg {
    margin: 32px !important;
  }
  .mt-md-2--mh-lg {
    margin-top: 32px !important;
  }
  .mr-md-2--mh-lg {
    margin-right: 32px !important;
  }
  .mb-md-2--mh-lg {
    margin-bottom: 32px !important;
  }
  .ml-md-2--mh-lg {
    margin-left: 32px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .m-lg-2--mh-sm {
    margin: 32px !important;
  }
  .mt-lg-2--mh-sm {
    margin-top: 32px !important;
  }
  .mr-lg-2--mh-sm {
    margin-right: 32px !important;
  }
  .mb-lg-2--mh-sm {
    margin-bottom: 32px !important;
  }
  .ml-lg-2--mh-sm {
    margin-left: 32px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .m-lg-2--mh-md {
    margin: 32px !important;
  }
  .mt-lg-2--mh-md {
    margin-top: 32px !important;
  }
  .mr-lg-2--mh-md {
    margin-right: 32px !important;
  }
  .mb-lg-2--mh-md {
    margin-bottom: 32px !important;
  }
  .ml-lg-2--mh-md {
    margin-left: 32px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .m-lg-2--mh-lg {
    margin: 32px !important;
  }
  .mt-lg-2--mh-lg {
    margin-top: 32px !important;
  }
  .mr-lg-2--mh-lg {
    margin-right: 32px !important;
  }
  .mb-lg-2--mh-lg {
    margin-bottom: 32px !important;
  }
  .ml-lg-2--mh-lg {
    margin-left: 32px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .m-xl-2--mh-sm {
    margin: 32px !important;
  }
  .mt-xl-2--mh-sm {
    margin-top: 32px !important;
  }
  .mr-xl-2--mh-sm {
    margin-right: 32px !important;
  }
  .mb-xl-2--mh-sm {
    margin-bottom: 32px !important;
  }
  .ml-xl-2--mh-sm {
    margin-left: 32px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .m-xl-2--mh-md {
    margin: 32px !important;
  }
  .mt-xl-2--mh-md {
    margin-top: 32px !important;
  }
  .mr-xl-2--mh-md {
    margin-right: 32px !important;
  }
  .mb-xl-2--mh-md {
    margin-bottom: 32px !important;
  }
  .ml-xl-2--mh-md {
    margin-left: 32px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .m-xl-2--mh-lg {
    margin: 32px !important;
  }
  .mt-xl-2--mh-lg {
    margin-top: 32px !important;
  }
  .mr-xl-2--mh-lg {
    margin-right: 32px !important;
  }
  .mb-xl-2--mh-lg {
    margin-bottom: 32px !important;
  }
  .ml-xl-2--mh-lg {
    margin-left: 32px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .p-xs-2--mh-sm {
    padding: 32px !important;
  }
  .pt-xs-2--mh-sm {
    padding-top: 32px !important;
  }
  .pr-xs-2--mh-sm {
    padding-right: 32px !important;
  }
  .pb-xs-2--mh-sm {
    padding-bottom: 32px !important;
  }
  .pl-xs-2--mh-sm {
    padding-left: 32px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .p-xs-2--mh-md {
    padding: 32px !important;
  }
  .pt-xs-2--mh-md {
    padding-top: 32px !important;
  }
  .pr-xs-2--mh-md {
    padding-right: 32px !important;
  }
  .pb-xs-2--mh-md {
    padding-bottom: 32px !important;
  }
  .pl-xs-2--mh-md {
    padding-left: 32px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .p-xs-2--mh-lg {
    padding: 32px !important;
  }
  .pt-xs-2--mh-lg {
    padding-top: 32px !important;
  }
  .pr-xs-2--mh-lg {
    padding-right: 32px !important;
  }
  .pb-xs-2--mh-lg {
    padding-bottom: 32px !important;
  }
  .pl-xs-2--mh-lg {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .p-sm-2--mh-sm {
    padding: 32px !important;
  }
  .pt-sm-2--mh-sm {
    padding-top: 32px !important;
  }
  .pr-sm-2--mh-sm {
    padding-right: 32px !important;
  }
  .pb-sm-2--mh-sm {
    padding-bottom: 32px !important;
  }
  .pl-sm-2--mh-sm {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .p-sm-2--mh-md {
    padding: 32px !important;
  }
  .pt-sm-2--mh-md {
    padding-top: 32px !important;
  }
  .pr-sm-2--mh-md {
    padding-right: 32px !important;
  }
  .pb-sm-2--mh-md {
    padding-bottom: 32px !important;
  }
  .pl-sm-2--mh-md {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .p-sm-2--mh-lg {
    padding: 32px !important;
  }
  .pt-sm-2--mh-lg {
    padding-top: 32px !important;
  }
  .pr-sm-2--mh-lg {
    padding-right: 32px !important;
  }
  .pb-sm-2--mh-lg {
    padding-bottom: 32px !important;
  }
  .pl-sm-2--mh-lg {
    padding-left: 32px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .p-md-2--mh-sm {
    padding: 32px !important;
  }
  .pt-md-2--mh-sm {
    padding-top: 32px !important;
  }
  .pr-md-2--mh-sm {
    padding-right: 32px !important;
  }
  .pb-md-2--mh-sm {
    padding-bottom: 32px !important;
  }
  .pl-md-2--mh-sm {
    padding-left: 32px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .p-md-2--mh-md {
    padding: 32px !important;
  }
  .pt-md-2--mh-md {
    padding-top: 32px !important;
  }
  .pr-md-2--mh-md {
    padding-right: 32px !important;
  }
  .pb-md-2--mh-md {
    padding-bottom: 32px !important;
  }
  .pl-md-2--mh-md {
    padding-left: 32px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .p-md-2--mh-lg {
    padding: 32px !important;
  }
  .pt-md-2--mh-lg {
    padding-top: 32px !important;
  }
  .pr-md-2--mh-lg {
    padding-right: 32px !important;
  }
  .pb-md-2--mh-lg {
    padding-bottom: 32px !important;
  }
  .pl-md-2--mh-lg {
    padding-left: 32px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .p-lg-2--mh-sm {
    padding: 32px !important;
  }
  .pt-lg-2--mh-sm {
    padding-top: 32px !important;
  }
  .pr-lg-2--mh-sm {
    padding-right: 32px !important;
  }
  .pb-lg-2--mh-sm {
    padding-bottom: 32px !important;
  }
  .pl-lg-2--mh-sm {
    padding-left: 32px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .p-lg-2--mh-md {
    padding: 32px !important;
  }
  .pt-lg-2--mh-md {
    padding-top: 32px !important;
  }
  .pr-lg-2--mh-md {
    padding-right: 32px !important;
  }
  .pb-lg-2--mh-md {
    padding-bottom: 32px !important;
  }
  .pl-lg-2--mh-md {
    padding-left: 32px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .p-lg-2--mh-lg {
    padding: 32px !important;
  }
  .pt-lg-2--mh-lg {
    padding-top: 32px !important;
  }
  .pr-lg-2--mh-lg {
    padding-right: 32px !important;
  }
  .pb-lg-2--mh-lg {
    padding-bottom: 32px !important;
  }
  .pl-lg-2--mh-lg {
    padding-left: 32px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .p-xl-2--mh-sm {
    padding: 32px !important;
  }
  .pt-xl-2--mh-sm {
    padding-top: 32px !important;
  }
  .pr-xl-2--mh-sm {
    padding-right: 32px !important;
  }
  .pb-xl-2--mh-sm {
    padding-bottom: 32px !important;
  }
  .pl-xl-2--mh-sm {
    padding-left: 32px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .p-xl-2--mh-md {
    padding: 32px !important;
  }
  .pt-xl-2--mh-md {
    padding-top: 32px !important;
  }
  .pr-xl-2--mh-md {
    padding-right: 32px !important;
  }
  .pb-xl-2--mh-md {
    padding-bottom: 32px !important;
  }
  .pl-xl-2--mh-md {
    padding-left: 32px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .p-xl-2--mh-lg {
    padding: 32px !important;
  }
  .pt-xl-2--mh-lg {
    padding-top: 32px !important;
  }
  .pr-xl-2--mh-lg {
    padding-right: 32px !important;
  }
  .pb-xl-2--mh-lg {
    padding-bottom: 32px !important;
  }
  .pl-xl-2--mh-lg {
    padding-left: 32px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .m-xs-1p--mh-sm {
    margin: 24px !important;
  }
  .mt-xs-1p--mh-sm {
    margin-top: 24px !important;
  }
  .mr-xs-1p--mh-sm {
    margin-right: 24px !important;
  }
  .mb-xs-1p--mh-sm {
    margin-bottom: 24px !important;
  }
  .ml-xs-1p--mh-sm {
    margin-left: 24px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .m-xs-1p--mh-md {
    margin: 24px !important;
  }
  .mt-xs-1p--mh-md {
    margin-top: 24px !important;
  }
  .mr-xs-1p--mh-md {
    margin-right: 24px !important;
  }
  .mb-xs-1p--mh-md {
    margin-bottom: 24px !important;
  }
  .ml-xs-1p--mh-md {
    margin-left: 24px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .m-xs-1p--mh-lg {
    margin: 24px !important;
  }
  .mt-xs-1p--mh-lg {
    margin-top: 24px !important;
  }
  .mr-xs-1p--mh-lg {
    margin-right: 24px !important;
  }
  .mb-xs-1p--mh-lg {
    margin-bottom: 24px !important;
  }
  .ml-xs-1p--mh-lg {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .m-sm-1p--mh-sm {
    margin: 24px !important;
  }
  .mt-sm-1p--mh-sm {
    margin-top: 24px !important;
  }
  .mr-sm-1p--mh-sm {
    margin-right: 24px !important;
  }
  .mb-sm-1p--mh-sm {
    margin-bottom: 24px !important;
  }
  .ml-sm-1p--mh-sm {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .m-sm-1p--mh-md {
    margin: 24px !important;
  }
  .mt-sm-1p--mh-md {
    margin-top: 24px !important;
  }
  .mr-sm-1p--mh-md {
    margin-right: 24px !important;
  }
  .mb-sm-1p--mh-md {
    margin-bottom: 24px !important;
  }
  .ml-sm-1p--mh-md {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .m-sm-1p--mh-lg {
    margin: 24px !important;
  }
  .mt-sm-1p--mh-lg {
    margin-top: 24px !important;
  }
  .mr-sm-1p--mh-lg {
    margin-right: 24px !important;
  }
  .mb-sm-1p--mh-lg {
    margin-bottom: 24px !important;
  }
  .ml-sm-1p--mh-lg {
    margin-left: 24px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .m-md-1p--mh-sm {
    margin: 24px !important;
  }
  .mt-md-1p--mh-sm {
    margin-top: 24px !important;
  }
  .mr-md-1p--mh-sm {
    margin-right: 24px !important;
  }
  .mb-md-1p--mh-sm {
    margin-bottom: 24px !important;
  }
  .ml-md-1p--mh-sm {
    margin-left: 24px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .m-md-1p--mh-md {
    margin: 24px !important;
  }
  .mt-md-1p--mh-md {
    margin-top: 24px !important;
  }
  .mr-md-1p--mh-md {
    margin-right: 24px !important;
  }
  .mb-md-1p--mh-md {
    margin-bottom: 24px !important;
  }
  .ml-md-1p--mh-md {
    margin-left: 24px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .m-md-1p--mh-lg {
    margin: 24px !important;
  }
  .mt-md-1p--mh-lg {
    margin-top: 24px !important;
  }
  .mr-md-1p--mh-lg {
    margin-right: 24px !important;
  }
  .mb-md-1p--mh-lg {
    margin-bottom: 24px !important;
  }
  .ml-md-1p--mh-lg {
    margin-left: 24px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .m-lg-1p--mh-sm {
    margin: 24px !important;
  }
  .mt-lg-1p--mh-sm {
    margin-top: 24px !important;
  }
  .mr-lg-1p--mh-sm {
    margin-right: 24px !important;
  }
  .mb-lg-1p--mh-sm {
    margin-bottom: 24px !important;
  }
  .ml-lg-1p--mh-sm {
    margin-left: 24px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .m-lg-1p--mh-md {
    margin: 24px !important;
  }
  .mt-lg-1p--mh-md {
    margin-top: 24px !important;
  }
  .mr-lg-1p--mh-md {
    margin-right: 24px !important;
  }
  .mb-lg-1p--mh-md {
    margin-bottom: 24px !important;
  }
  .ml-lg-1p--mh-md {
    margin-left: 24px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .m-lg-1p--mh-lg {
    margin: 24px !important;
  }
  .mt-lg-1p--mh-lg {
    margin-top: 24px !important;
  }
  .mr-lg-1p--mh-lg {
    margin-right: 24px !important;
  }
  .mb-lg-1p--mh-lg {
    margin-bottom: 24px !important;
  }
  .ml-lg-1p--mh-lg {
    margin-left: 24px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .m-xl-1p--mh-sm {
    margin: 24px !important;
  }
  .mt-xl-1p--mh-sm {
    margin-top: 24px !important;
  }
  .mr-xl-1p--mh-sm {
    margin-right: 24px !important;
  }
  .mb-xl-1p--mh-sm {
    margin-bottom: 24px !important;
  }
  .ml-xl-1p--mh-sm {
    margin-left: 24px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .m-xl-1p--mh-md {
    margin: 24px !important;
  }
  .mt-xl-1p--mh-md {
    margin-top: 24px !important;
  }
  .mr-xl-1p--mh-md {
    margin-right: 24px !important;
  }
  .mb-xl-1p--mh-md {
    margin-bottom: 24px !important;
  }
  .ml-xl-1p--mh-md {
    margin-left: 24px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .m-xl-1p--mh-lg {
    margin: 24px !important;
  }
  .mt-xl-1p--mh-lg {
    margin-top: 24px !important;
  }
  .mr-xl-1p--mh-lg {
    margin-right: 24px !important;
  }
  .mb-xl-1p--mh-lg {
    margin-bottom: 24px !important;
  }
  .ml-xl-1p--mh-lg {
    margin-left: 24px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .p-xs-1p--mh-sm {
    padding: 24px !important;
  }
  .pt-xs-1p--mh-sm {
    padding-top: 24px !important;
  }
  .pr-xs-1p--mh-sm {
    padding-right: 24px !important;
  }
  .pb-xs-1p--mh-sm {
    padding-bottom: 24px !important;
  }
  .pl-xs-1p--mh-sm {
    padding-left: 24px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .p-xs-1p--mh-md {
    padding: 24px !important;
  }
  .pt-xs-1p--mh-md {
    padding-top: 24px !important;
  }
  .pr-xs-1p--mh-md {
    padding-right: 24px !important;
  }
  .pb-xs-1p--mh-md {
    padding-bottom: 24px !important;
  }
  .pl-xs-1p--mh-md {
    padding-left: 24px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .p-xs-1p--mh-lg {
    padding: 24px !important;
  }
  .pt-xs-1p--mh-lg {
    padding-top: 24px !important;
  }
  .pr-xs-1p--mh-lg {
    padding-right: 24px !important;
  }
  .pb-xs-1p--mh-lg {
    padding-bottom: 24px !important;
  }
  .pl-xs-1p--mh-lg {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .p-sm-1p--mh-sm {
    padding: 24px !important;
  }
  .pt-sm-1p--mh-sm {
    padding-top: 24px !important;
  }
  .pr-sm-1p--mh-sm {
    padding-right: 24px !important;
  }
  .pb-sm-1p--mh-sm {
    padding-bottom: 24px !important;
  }
  .pl-sm-1p--mh-sm {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .p-sm-1p--mh-md {
    padding: 24px !important;
  }
  .pt-sm-1p--mh-md {
    padding-top: 24px !important;
  }
  .pr-sm-1p--mh-md {
    padding-right: 24px !important;
  }
  .pb-sm-1p--mh-md {
    padding-bottom: 24px !important;
  }
  .pl-sm-1p--mh-md {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .p-sm-1p--mh-lg {
    padding: 24px !important;
  }
  .pt-sm-1p--mh-lg {
    padding-top: 24px !important;
  }
  .pr-sm-1p--mh-lg {
    padding-right: 24px !important;
  }
  .pb-sm-1p--mh-lg {
    padding-bottom: 24px !important;
  }
  .pl-sm-1p--mh-lg {
    padding-left: 24px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .p-md-1p--mh-sm {
    padding: 24px !important;
  }
  .pt-md-1p--mh-sm {
    padding-top: 24px !important;
  }
  .pr-md-1p--mh-sm {
    padding-right: 24px !important;
  }
  .pb-md-1p--mh-sm {
    padding-bottom: 24px !important;
  }
  .pl-md-1p--mh-sm {
    padding-left: 24px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .p-md-1p--mh-md {
    padding: 24px !important;
  }
  .pt-md-1p--mh-md {
    padding-top: 24px !important;
  }
  .pr-md-1p--mh-md {
    padding-right: 24px !important;
  }
  .pb-md-1p--mh-md {
    padding-bottom: 24px !important;
  }
  .pl-md-1p--mh-md {
    padding-left: 24px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .p-md-1p--mh-lg {
    padding: 24px !important;
  }
  .pt-md-1p--mh-lg {
    padding-top: 24px !important;
  }
  .pr-md-1p--mh-lg {
    padding-right: 24px !important;
  }
  .pb-md-1p--mh-lg {
    padding-bottom: 24px !important;
  }
  .pl-md-1p--mh-lg {
    padding-left: 24px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .p-lg-1p--mh-sm {
    padding: 24px !important;
  }
  .pt-lg-1p--mh-sm {
    padding-top: 24px !important;
  }
  .pr-lg-1p--mh-sm {
    padding-right: 24px !important;
  }
  .pb-lg-1p--mh-sm {
    padding-bottom: 24px !important;
  }
  .pl-lg-1p--mh-sm {
    padding-left: 24px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .p-lg-1p--mh-md {
    padding: 24px !important;
  }
  .pt-lg-1p--mh-md {
    padding-top: 24px !important;
  }
  .pr-lg-1p--mh-md {
    padding-right: 24px !important;
  }
  .pb-lg-1p--mh-md {
    padding-bottom: 24px !important;
  }
  .pl-lg-1p--mh-md {
    padding-left: 24px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .p-lg-1p--mh-lg {
    padding: 24px !important;
  }
  .pt-lg-1p--mh-lg {
    padding-top: 24px !important;
  }
  .pr-lg-1p--mh-lg {
    padding-right: 24px !important;
  }
  .pb-lg-1p--mh-lg {
    padding-bottom: 24px !important;
  }
  .pl-lg-1p--mh-lg {
    padding-left: 24px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .p-xl-1p--mh-sm {
    padding: 24px !important;
  }
  .pt-xl-1p--mh-sm {
    padding-top: 24px !important;
  }
  .pr-xl-1p--mh-sm {
    padding-right: 24px !important;
  }
  .pb-xl-1p--mh-sm {
    padding-bottom: 24px !important;
  }
  .pl-xl-1p--mh-sm {
    padding-left: 24px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .p-xl-1p--mh-md {
    padding: 24px !important;
  }
  .pt-xl-1p--mh-md {
    padding-top: 24px !important;
  }
  .pr-xl-1p--mh-md {
    padding-right: 24px !important;
  }
  .pb-xl-1p--mh-md {
    padding-bottom: 24px !important;
  }
  .pl-xl-1p--mh-md {
    padding-left: 24px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .p-xl-1p--mh-lg {
    padding: 24px !important;
  }
  .pt-xl-1p--mh-lg {
    padding-top: 24px !important;
  }
  .pr-xl-1p--mh-lg {
    padding-right: 24px !important;
  }
  .pb-xl-1p--mh-lg {
    padding-bottom: 24px !important;
  }
  .pl-xl-1p--mh-lg {
    padding-left: 24px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .m-xs-1--mh-sm {
    margin: 16px !important;
  }
  .mt-xs-1--mh-sm {
    margin-top: 16px !important;
  }
  .mr-xs-1--mh-sm {
    margin-right: 16px !important;
  }
  .mb-xs-1--mh-sm {
    margin-bottom: 16px !important;
  }
  .ml-xs-1--mh-sm {
    margin-left: 16px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .m-xs-1--mh-md {
    margin: 16px !important;
  }
  .mt-xs-1--mh-md {
    margin-top: 16px !important;
  }
  .mr-xs-1--mh-md {
    margin-right: 16px !important;
  }
  .mb-xs-1--mh-md {
    margin-bottom: 16px !important;
  }
  .ml-xs-1--mh-md {
    margin-left: 16px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .m-xs-1--mh-lg {
    margin: 16px !important;
  }
  .mt-xs-1--mh-lg {
    margin-top: 16px !important;
  }
  .mr-xs-1--mh-lg {
    margin-right: 16px !important;
  }
  .mb-xs-1--mh-lg {
    margin-bottom: 16px !important;
  }
  .ml-xs-1--mh-lg {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .m-sm-1--mh-sm {
    margin: 16px !important;
  }
  .mt-sm-1--mh-sm {
    margin-top: 16px !important;
  }
  .mr-sm-1--mh-sm {
    margin-right: 16px !important;
  }
  .mb-sm-1--mh-sm {
    margin-bottom: 16px !important;
  }
  .ml-sm-1--mh-sm {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .m-sm-1--mh-md {
    margin: 16px !important;
  }
  .mt-sm-1--mh-md {
    margin-top: 16px !important;
  }
  .mr-sm-1--mh-md {
    margin-right: 16px !important;
  }
  .mb-sm-1--mh-md {
    margin-bottom: 16px !important;
  }
  .ml-sm-1--mh-md {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .m-sm-1--mh-lg {
    margin: 16px !important;
  }
  .mt-sm-1--mh-lg {
    margin-top: 16px !important;
  }
  .mr-sm-1--mh-lg {
    margin-right: 16px !important;
  }
  .mb-sm-1--mh-lg {
    margin-bottom: 16px !important;
  }
  .ml-sm-1--mh-lg {
    margin-left: 16px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .m-md-1--mh-sm {
    margin: 16px !important;
  }
  .mt-md-1--mh-sm {
    margin-top: 16px !important;
  }
  .mr-md-1--mh-sm {
    margin-right: 16px !important;
  }
  .mb-md-1--mh-sm {
    margin-bottom: 16px !important;
  }
  .ml-md-1--mh-sm {
    margin-left: 16px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .m-md-1--mh-md {
    margin: 16px !important;
  }
  .mt-md-1--mh-md {
    margin-top: 16px !important;
  }
  .mr-md-1--mh-md {
    margin-right: 16px !important;
  }
  .mb-md-1--mh-md {
    margin-bottom: 16px !important;
  }
  .ml-md-1--mh-md {
    margin-left: 16px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .m-md-1--mh-lg {
    margin: 16px !important;
  }
  .mt-md-1--mh-lg {
    margin-top: 16px !important;
  }
  .mr-md-1--mh-lg {
    margin-right: 16px !important;
  }
  .mb-md-1--mh-lg {
    margin-bottom: 16px !important;
  }
  .ml-md-1--mh-lg {
    margin-left: 16px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .m-lg-1--mh-sm {
    margin: 16px !important;
  }
  .mt-lg-1--mh-sm {
    margin-top: 16px !important;
  }
  .mr-lg-1--mh-sm {
    margin-right: 16px !important;
  }
  .mb-lg-1--mh-sm {
    margin-bottom: 16px !important;
  }
  .ml-lg-1--mh-sm {
    margin-left: 16px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .m-lg-1--mh-md {
    margin: 16px !important;
  }
  .mt-lg-1--mh-md {
    margin-top: 16px !important;
  }
  .mr-lg-1--mh-md {
    margin-right: 16px !important;
  }
  .mb-lg-1--mh-md {
    margin-bottom: 16px !important;
  }
  .ml-lg-1--mh-md {
    margin-left: 16px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .m-lg-1--mh-lg {
    margin: 16px !important;
  }
  .mt-lg-1--mh-lg {
    margin-top: 16px !important;
  }
  .mr-lg-1--mh-lg {
    margin-right: 16px !important;
  }
  .mb-lg-1--mh-lg {
    margin-bottom: 16px !important;
  }
  .ml-lg-1--mh-lg {
    margin-left: 16px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .m-xl-1--mh-sm {
    margin: 16px !important;
  }
  .mt-xl-1--mh-sm {
    margin-top: 16px !important;
  }
  .mr-xl-1--mh-sm {
    margin-right: 16px !important;
  }
  .mb-xl-1--mh-sm {
    margin-bottom: 16px !important;
  }
  .ml-xl-1--mh-sm {
    margin-left: 16px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .m-xl-1--mh-md {
    margin: 16px !important;
  }
  .mt-xl-1--mh-md {
    margin-top: 16px !important;
  }
  .mr-xl-1--mh-md {
    margin-right: 16px !important;
  }
  .mb-xl-1--mh-md {
    margin-bottom: 16px !important;
  }
  .ml-xl-1--mh-md {
    margin-left: 16px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .m-xl-1--mh-lg {
    margin: 16px !important;
  }
  .mt-xl-1--mh-lg {
    margin-top: 16px !important;
  }
  .mr-xl-1--mh-lg {
    margin-right: 16px !important;
  }
  .mb-xl-1--mh-lg {
    margin-bottom: 16px !important;
  }
  .ml-xl-1--mh-lg {
    margin-left: 16px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .p-xs-1--mh-sm {
    padding: 16px !important;
  }
  .pt-xs-1--mh-sm {
    padding-top: 16px !important;
  }
  .pr-xs-1--mh-sm {
    padding-right: 16px !important;
  }
  .pb-xs-1--mh-sm {
    padding-bottom: 16px !important;
  }
  .pl-xs-1--mh-sm {
    padding-left: 16px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .p-xs-1--mh-md {
    padding: 16px !important;
  }
  .pt-xs-1--mh-md {
    padding-top: 16px !important;
  }
  .pr-xs-1--mh-md {
    padding-right: 16px !important;
  }
  .pb-xs-1--mh-md {
    padding-bottom: 16px !important;
  }
  .pl-xs-1--mh-md {
    padding-left: 16px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .p-xs-1--mh-lg {
    padding: 16px !important;
  }
  .pt-xs-1--mh-lg {
    padding-top: 16px !important;
  }
  .pr-xs-1--mh-lg {
    padding-right: 16px !important;
  }
  .pb-xs-1--mh-lg {
    padding-bottom: 16px !important;
  }
  .pl-xs-1--mh-lg {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .p-sm-1--mh-sm {
    padding: 16px !important;
  }
  .pt-sm-1--mh-sm {
    padding-top: 16px !important;
  }
  .pr-sm-1--mh-sm {
    padding-right: 16px !important;
  }
  .pb-sm-1--mh-sm {
    padding-bottom: 16px !important;
  }
  .pl-sm-1--mh-sm {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .p-sm-1--mh-md {
    padding: 16px !important;
  }
  .pt-sm-1--mh-md {
    padding-top: 16px !important;
  }
  .pr-sm-1--mh-md {
    padding-right: 16px !important;
  }
  .pb-sm-1--mh-md {
    padding-bottom: 16px !important;
  }
  .pl-sm-1--mh-md {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .p-sm-1--mh-lg {
    padding: 16px !important;
  }
  .pt-sm-1--mh-lg {
    padding-top: 16px !important;
  }
  .pr-sm-1--mh-lg {
    padding-right: 16px !important;
  }
  .pb-sm-1--mh-lg {
    padding-bottom: 16px !important;
  }
  .pl-sm-1--mh-lg {
    padding-left: 16px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .p-md-1--mh-sm {
    padding: 16px !important;
  }
  .pt-md-1--mh-sm {
    padding-top: 16px !important;
  }
  .pr-md-1--mh-sm {
    padding-right: 16px !important;
  }
  .pb-md-1--mh-sm {
    padding-bottom: 16px !important;
  }
  .pl-md-1--mh-sm {
    padding-left: 16px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .p-md-1--mh-md {
    padding: 16px !important;
  }
  .pt-md-1--mh-md {
    padding-top: 16px !important;
  }
  .pr-md-1--mh-md {
    padding-right: 16px !important;
  }
  .pb-md-1--mh-md {
    padding-bottom: 16px !important;
  }
  .pl-md-1--mh-md {
    padding-left: 16px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .p-md-1--mh-lg {
    padding: 16px !important;
  }
  .pt-md-1--mh-lg {
    padding-top: 16px !important;
  }
  .pr-md-1--mh-lg {
    padding-right: 16px !important;
  }
  .pb-md-1--mh-lg {
    padding-bottom: 16px !important;
  }
  .pl-md-1--mh-lg {
    padding-left: 16px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .p-lg-1--mh-sm {
    padding: 16px !important;
  }
  .pt-lg-1--mh-sm {
    padding-top: 16px !important;
  }
  .pr-lg-1--mh-sm {
    padding-right: 16px !important;
  }
  .pb-lg-1--mh-sm {
    padding-bottom: 16px !important;
  }
  .pl-lg-1--mh-sm {
    padding-left: 16px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .p-lg-1--mh-md {
    padding: 16px !important;
  }
  .pt-lg-1--mh-md {
    padding-top: 16px !important;
  }
  .pr-lg-1--mh-md {
    padding-right: 16px !important;
  }
  .pb-lg-1--mh-md {
    padding-bottom: 16px !important;
  }
  .pl-lg-1--mh-md {
    padding-left: 16px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .p-lg-1--mh-lg {
    padding: 16px !important;
  }
  .pt-lg-1--mh-lg {
    padding-top: 16px !important;
  }
  .pr-lg-1--mh-lg {
    padding-right: 16px !important;
  }
  .pb-lg-1--mh-lg {
    padding-bottom: 16px !important;
  }
  .pl-lg-1--mh-lg {
    padding-left: 16px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .p-xl-1--mh-sm {
    padding: 16px !important;
  }
  .pt-xl-1--mh-sm {
    padding-top: 16px !important;
  }
  .pr-xl-1--mh-sm {
    padding-right: 16px !important;
  }
  .pb-xl-1--mh-sm {
    padding-bottom: 16px !important;
  }
  .pl-xl-1--mh-sm {
    padding-left: 16px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .p-xl-1--mh-md {
    padding: 16px !important;
  }
  .pt-xl-1--mh-md {
    padding-top: 16px !important;
  }
  .pr-xl-1--mh-md {
    padding-right: 16px !important;
  }
  .pb-xl-1--mh-md {
    padding-bottom: 16px !important;
  }
  .pl-xl-1--mh-md {
    padding-left: 16px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .p-xl-1--mh-lg {
    padding: 16px !important;
  }
  .pt-xl-1--mh-lg {
    padding-top: 16px !important;
  }
  .pr-xl-1--mh-lg {
    padding-right: 16px !important;
  }
  .pb-xl-1--mh-lg {
    padding-bottom: 16px !important;
  }
  .pl-xl-1--mh-lg {
    padding-left: 16px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .m-xs-1h--mh-sm {
    margin: 8px !important;
  }
  .mt-xs-1h--mh-sm {
    margin-top: 8px !important;
  }
  .mr-xs-1h--mh-sm {
    margin-right: 8px !important;
  }
  .mb-xs-1h--mh-sm {
    margin-bottom: 8px !important;
  }
  .ml-xs-1h--mh-sm {
    margin-left: 8px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .m-xs-1h--mh-md {
    margin: 8px !important;
  }
  .mt-xs-1h--mh-md {
    margin-top: 8px !important;
  }
  .mr-xs-1h--mh-md {
    margin-right: 8px !important;
  }
  .mb-xs-1h--mh-md {
    margin-bottom: 8px !important;
  }
  .ml-xs-1h--mh-md {
    margin-left: 8px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .m-xs-1h--mh-lg {
    margin: 8px !important;
  }
  .mt-xs-1h--mh-lg {
    margin-top: 8px !important;
  }
  .mr-xs-1h--mh-lg {
    margin-right: 8px !important;
  }
  .mb-xs-1h--mh-lg {
    margin-bottom: 8px !important;
  }
  .ml-xs-1h--mh-lg {
    margin-left: 8px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .m-sm-1h--mh-sm {
    margin: 8px !important;
  }
  .mt-sm-1h--mh-sm {
    margin-top: 8px !important;
  }
  .mr-sm-1h--mh-sm {
    margin-right: 8px !important;
  }
  .mb-sm-1h--mh-sm {
    margin-bottom: 8px !important;
  }
  .ml-sm-1h--mh-sm {
    margin-left: 8px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .m-sm-1h--mh-md {
    margin: 8px !important;
  }
  .mt-sm-1h--mh-md {
    margin-top: 8px !important;
  }
  .mr-sm-1h--mh-md {
    margin-right: 8px !important;
  }
  .mb-sm-1h--mh-md {
    margin-bottom: 8px !important;
  }
  .ml-sm-1h--mh-md {
    margin-left: 8px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .m-sm-1h--mh-lg {
    margin: 8px !important;
  }
  .mt-sm-1h--mh-lg {
    margin-top: 8px !important;
  }
  .mr-sm-1h--mh-lg {
    margin-right: 8px !important;
  }
  .mb-sm-1h--mh-lg {
    margin-bottom: 8px !important;
  }
  .ml-sm-1h--mh-lg {
    margin-left: 8px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .m-md-1h--mh-sm {
    margin: 8px !important;
  }
  .mt-md-1h--mh-sm {
    margin-top: 8px !important;
  }
  .mr-md-1h--mh-sm {
    margin-right: 8px !important;
  }
  .mb-md-1h--mh-sm {
    margin-bottom: 8px !important;
  }
  .ml-md-1h--mh-sm {
    margin-left: 8px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .m-md-1h--mh-md {
    margin: 8px !important;
  }
  .mt-md-1h--mh-md {
    margin-top: 8px !important;
  }
  .mr-md-1h--mh-md {
    margin-right: 8px !important;
  }
  .mb-md-1h--mh-md {
    margin-bottom: 8px !important;
  }
  .ml-md-1h--mh-md {
    margin-left: 8px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .m-md-1h--mh-lg {
    margin: 8px !important;
  }
  .mt-md-1h--mh-lg {
    margin-top: 8px !important;
  }
  .mr-md-1h--mh-lg {
    margin-right: 8px !important;
  }
  .mb-md-1h--mh-lg {
    margin-bottom: 8px !important;
  }
  .ml-md-1h--mh-lg {
    margin-left: 8px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .m-lg-1h--mh-sm {
    margin: 8px !important;
  }
  .mt-lg-1h--mh-sm {
    margin-top: 8px !important;
  }
  .mr-lg-1h--mh-sm {
    margin-right: 8px !important;
  }
  .mb-lg-1h--mh-sm {
    margin-bottom: 8px !important;
  }
  .ml-lg-1h--mh-sm {
    margin-left: 8px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .m-lg-1h--mh-md {
    margin: 8px !important;
  }
  .mt-lg-1h--mh-md {
    margin-top: 8px !important;
  }
  .mr-lg-1h--mh-md {
    margin-right: 8px !important;
  }
  .mb-lg-1h--mh-md {
    margin-bottom: 8px !important;
  }
  .ml-lg-1h--mh-md {
    margin-left: 8px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .m-lg-1h--mh-lg {
    margin: 8px !important;
  }
  .mt-lg-1h--mh-lg {
    margin-top: 8px !important;
  }
  .mr-lg-1h--mh-lg {
    margin-right: 8px !important;
  }
  .mb-lg-1h--mh-lg {
    margin-bottom: 8px !important;
  }
  .ml-lg-1h--mh-lg {
    margin-left: 8px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .m-xl-1h--mh-sm {
    margin: 8px !important;
  }
  .mt-xl-1h--mh-sm {
    margin-top: 8px !important;
  }
  .mr-xl-1h--mh-sm {
    margin-right: 8px !important;
  }
  .mb-xl-1h--mh-sm {
    margin-bottom: 8px !important;
  }
  .ml-xl-1h--mh-sm {
    margin-left: 8px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .m-xl-1h--mh-md {
    margin: 8px !important;
  }
  .mt-xl-1h--mh-md {
    margin-top: 8px !important;
  }
  .mr-xl-1h--mh-md {
    margin-right: 8px !important;
  }
  .mb-xl-1h--mh-md {
    margin-bottom: 8px !important;
  }
  .ml-xl-1h--mh-md {
    margin-left: 8px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .m-xl-1h--mh-lg {
    margin: 8px !important;
  }
  .mt-xl-1h--mh-lg {
    margin-top: 8px !important;
  }
  .mr-xl-1h--mh-lg {
    margin-right: 8px !important;
  }
  .mb-xl-1h--mh-lg {
    margin-bottom: 8px !important;
  }
  .ml-xl-1h--mh-lg {
    margin-left: 8px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .p-xs-1h--mh-sm {
    padding: 8px !important;
  }
  .pt-xs-1h--mh-sm {
    padding-top: 8px !important;
  }
  .pr-xs-1h--mh-sm {
    padding-right: 8px !important;
  }
  .pb-xs-1h--mh-sm {
    padding-bottom: 8px !important;
  }
  .pl-xs-1h--mh-sm {
    padding-left: 8px !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .p-xs-1h--mh-md {
    padding: 8px !important;
  }
  .pt-xs-1h--mh-md {
    padding-top: 8px !important;
  }
  .pr-xs-1h--mh-md {
    padding-right: 8px !important;
  }
  .pb-xs-1h--mh-md {
    padding-bottom: 8px !important;
  }
  .pl-xs-1h--mh-md {
    padding-left: 8px !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .p-xs-1h--mh-lg {
    padding: 8px !important;
  }
  .pt-xs-1h--mh-lg {
    padding-top: 8px !important;
  }
  .pr-xs-1h--mh-lg {
    padding-right: 8px !important;
  }
  .pb-xs-1h--mh-lg {
    padding-bottom: 8px !important;
  }
  .pl-xs-1h--mh-lg {
    padding-left: 8px !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .p-sm-1h--mh-sm {
    padding: 8px !important;
  }
  .pt-sm-1h--mh-sm {
    padding-top: 8px !important;
  }
  .pr-sm-1h--mh-sm {
    padding-right: 8px !important;
  }
  .pb-sm-1h--mh-sm {
    padding-bottom: 8px !important;
  }
  .pl-sm-1h--mh-sm {
    padding-left: 8px !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .p-sm-1h--mh-md {
    padding: 8px !important;
  }
  .pt-sm-1h--mh-md {
    padding-top: 8px !important;
  }
  .pr-sm-1h--mh-md {
    padding-right: 8px !important;
  }
  .pb-sm-1h--mh-md {
    padding-bottom: 8px !important;
  }
  .pl-sm-1h--mh-md {
    padding-left: 8px !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .p-sm-1h--mh-lg {
    padding: 8px !important;
  }
  .pt-sm-1h--mh-lg {
    padding-top: 8px !important;
  }
  .pr-sm-1h--mh-lg {
    padding-right: 8px !important;
  }
  .pb-sm-1h--mh-lg {
    padding-bottom: 8px !important;
  }
  .pl-sm-1h--mh-lg {
    padding-left: 8px !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .p-md-1h--mh-sm {
    padding: 8px !important;
  }
  .pt-md-1h--mh-sm {
    padding-top: 8px !important;
  }
  .pr-md-1h--mh-sm {
    padding-right: 8px !important;
  }
  .pb-md-1h--mh-sm {
    padding-bottom: 8px !important;
  }
  .pl-md-1h--mh-sm {
    padding-left: 8px !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .p-md-1h--mh-md {
    padding: 8px !important;
  }
  .pt-md-1h--mh-md {
    padding-top: 8px !important;
  }
  .pr-md-1h--mh-md {
    padding-right: 8px !important;
  }
  .pb-md-1h--mh-md {
    padding-bottom: 8px !important;
  }
  .pl-md-1h--mh-md {
    padding-left: 8px !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .p-md-1h--mh-lg {
    padding: 8px !important;
  }
  .pt-md-1h--mh-lg {
    padding-top: 8px !important;
  }
  .pr-md-1h--mh-lg {
    padding-right: 8px !important;
  }
  .pb-md-1h--mh-lg {
    padding-bottom: 8px !important;
  }
  .pl-md-1h--mh-lg {
    padding-left: 8px !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .p-lg-1h--mh-sm {
    padding: 8px !important;
  }
  .pt-lg-1h--mh-sm {
    padding-top: 8px !important;
  }
  .pr-lg-1h--mh-sm {
    padding-right: 8px !important;
  }
  .pb-lg-1h--mh-sm {
    padding-bottom: 8px !important;
  }
  .pl-lg-1h--mh-sm {
    padding-left: 8px !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .p-lg-1h--mh-md {
    padding: 8px !important;
  }
  .pt-lg-1h--mh-md {
    padding-top: 8px !important;
  }
  .pr-lg-1h--mh-md {
    padding-right: 8px !important;
  }
  .pb-lg-1h--mh-md {
    padding-bottom: 8px !important;
  }
  .pl-lg-1h--mh-md {
    padding-left: 8px !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .p-lg-1h--mh-lg {
    padding: 8px !important;
  }
  .pt-lg-1h--mh-lg {
    padding-top: 8px !important;
  }
  .pr-lg-1h--mh-lg {
    padding-right: 8px !important;
  }
  .pb-lg-1h--mh-lg {
    padding-bottom: 8px !important;
  }
  .pl-lg-1h--mh-lg {
    padding-left: 8px !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .p-xl-1h--mh-sm {
    padding: 8px !important;
  }
  .pt-xl-1h--mh-sm {
    padding-top: 8px !important;
  }
  .pr-xl-1h--mh-sm {
    padding-right: 8px !important;
  }
  .pb-xl-1h--mh-sm {
    padding-bottom: 8px !important;
  }
  .pl-xl-1h--mh-sm {
    padding-left: 8px !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .p-xl-1h--mh-md {
    padding: 8px !important;
  }
  .pt-xl-1h--mh-md {
    padding-top: 8px !important;
  }
  .pr-xl-1h--mh-md {
    padding-right: 8px !important;
  }
  .pb-xl-1h--mh-md {
    padding-bottom: 8px !important;
  }
  .pl-xl-1h--mh-md {
    padding-left: 8px !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .p-xl-1h--mh-lg {
    padding: 8px !important;
  }
  .pt-xl-1h--mh-lg {
    padding-top: 8px !important;
  }
  .pr-xl-1h--mh-lg {
    padding-right: 8px !important;
  }
  .pb-xl-1h--mh-lg {
    padding-bottom: 8px !important;
  }
  .pl-xl-1h--mh-lg {
    padding-left: 8px !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .m-xs-0--mh-sm {
    margin: 0 !important;
  }
  .mt-xs-0--mh-sm {
    margin-top: 0 !important;
  }
  .mr-xs-0--mh-sm {
    margin-right: 0 !important;
  }
  .mb-xs-0--mh-sm {
    margin-bottom: 0 !important;
  }
  .ml-xs-0--mh-sm {
    margin-left: 0 !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .m-xs-0--mh-md {
    margin: 0 !important;
  }
  .mt-xs-0--mh-md {
    margin-top: 0 !important;
  }
  .mr-xs-0--mh-md {
    margin-right: 0 !important;
  }
  .mb-xs-0--mh-md {
    margin-bottom: 0 !important;
  }
  .ml-xs-0--mh-md {
    margin-left: 0 !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .m-xs-0--mh-lg {
    margin: 0 !important;
  }
  .mt-xs-0--mh-lg {
    margin-top: 0 !important;
  }
  .mr-xs-0--mh-lg {
    margin-right: 0 !important;
  }
  .mb-xs-0--mh-lg {
    margin-bottom: 0 !important;
  }
  .ml-xs-0--mh-lg {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .m-sm-0--mh-sm {
    margin: 0 !important;
  }
  .mt-sm-0--mh-sm {
    margin-top: 0 !important;
  }
  .mr-sm-0--mh-sm {
    margin-right: 0 !important;
  }
  .mb-sm-0--mh-sm {
    margin-bottom: 0 !important;
  }
  .ml-sm-0--mh-sm {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .m-sm-0--mh-md {
    margin: 0 !important;
  }
  .mt-sm-0--mh-md {
    margin-top: 0 !important;
  }
  .mr-sm-0--mh-md {
    margin-right: 0 !important;
  }
  .mb-sm-0--mh-md {
    margin-bottom: 0 !important;
  }
  .ml-sm-0--mh-md {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .m-sm-0--mh-lg {
    margin: 0 !important;
  }
  .mt-sm-0--mh-lg {
    margin-top: 0 !important;
  }
  .mr-sm-0--mh-lg {
    margin-right: 0 !important;
  }
  .mb-sm-0--mh-lg {
    margin-bottom: 0 !important;
  }
  .ml-sm-0--mh-lg {
    margin-left: 0 !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .m-md-0--mh-sm {
    margin: 0 !important;
  }
  .mt-md-0--mh-sm {
    margin-top: 0 !important;
  }
  .mr-md-0--mh-sm {
    margin-right: 0 !important;
  }
  .mb-md-0--mh-sm {
    margin-bottom: 0 !important;
  }
  .ml-md-0--mh-sm {
    margin-left: 0 !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .m-md-0--mh-md {
    margin: 0 !important;
  }
  .mt-md-0--mh-md {
    margin-top: 0 !important;
  }
  .mr-md-0--mh-md {
    margin-right: 0 !important;
  }
  .mb-md-0--mh-md {
    margin-bottom: 0 !important;
  }
  .ml-md-0--mh-md {
    margin-left: 0 !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .m-md-0--mh-lg {
    margin: 0 !important;
  }
  .mt-md-0--mh-lg {
    margin-top: 0 !important;
  }
  .mr-md-0--mh-lg {
    margin-right: 0 !important;
  }
  .mb-md-0--mh-lg {
    margin-bottom: 0 !important;
  }
  .ml-md-0--mh-lg {
    margin-left: 0 !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .m-lg-0--mh-sm {
    margin: 0 !important;
  }
  .mt-lg-0--mh-sm {
    margin-top: 0 !important;
  }
  .mr-lg-0--mh-sm {
    margin-right: 0 !important;
  }
  .mb-lg-0--mh-sm {
    margin-bottom: 0 !important;
  }
  .ml-lg-0--mh-sm {
    margin-left: 0 !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .m-lg-0--mh-md {
    margin: 0 !important;
  }
  .mt-lg-0--mh-md {
    margin-top: 0 !important;
  }
  .mr-lg-0--mh-md {
    margin-right: 0 !important;
  }
  .mb-lg-0--mh-md {
    margin-bottom: 0 !important;
  }
  .ml-lg-0--mh-md {
    margin-left: 0 !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .m-lg-0--mh-lg {
    margin: 0 !important;
  }
  .mt-lg-0--mh-lg {
    margin-top: 0 !important;
  }
  .mr-lg-0--mh-lg {
    margin-right: 0 !important;
  }
  .mb-lg-0--mh-lg {
    margin-bottom: 0 !important;
  }
  .ml-lg-0--mh-lg {
    margin-left: 0 !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .m-xl-0--mh-sm {
    margin: 0 !important;
  }
  .mt-xl-0--mh-sm {
    margin-top: 0 !important;
  }
  .mr-xl-0--mh-sm {
    margin-right: 0 !important;
  }
  .mb-xl-0--mh-sm {
    margin-bottom: 0 !important;
  }
  .ml-xl-0--mh-sm {
    margin-left: 0 !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .m-xl-0--mh-md {
    margin: 0 !important;
  }
  .mt-xl-0--mh-md {
    margin-top: 0 !important;
  }
  .mr-xl-0--mh-md {
    margin-right: 0 !important;
  }
  .mb-xl-0--mh-md {
    margin-bottom: 0 !important;
  }
  .ml-xl-0--mh-md {
    margin-left: 0 !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .m-xl-0--mh-lg {
    margin: 0 !important;
  }
  .mt-xl-0--mh-lg {
    margin-top: 0 !important;
  }
  .mr-xl-0--mh-lg {
    margin-right: 0 !important;
  }
  .mb-xl-0--mh-lg {
    margin-bottom: 0 !important;
  }
  .ml-xl-0--mh-lg {
    margin-left: 0 !important;
  }
}
@media (min-width: 480px) and (min-height: 660px) {
  .p-xs-0--mh-sm {
    padding: 0 !important;
  }
  .pt-xs-0--mh-sm {
    padding-top: 0 !important;
  }
  .pr-xs-0--mh-sm {
    padding-right: 0 !important;
  }
  .pb-xs-0--mh-sm {
    padding-bottom: 0 !important;
  }
  .pl-xs-0--mh-sm {
    padding-left: 0 !important;
  }
}
@media (min-width: 480px) and (min-height: 750px) {
  .p-xs-0--mh-md {
    padding: 0 !important;
  }
  .pt-xs-0--mh-md {
    padding-top: 0 !important;
  }
  .pr-xs-0--mh-md {
    padding-right: 0 !important;
  }
  .pb-xs-0--mh-md {
    padding-bottom: 0 !important;
  }
  .pl-xs-0--mh-md {
    padding-left: 0 !important;
  }
}
@media (min-width: 480px) and (min-height: 761px) {
  .p-xs-0--mh-lg {
    padding: 0 !important;
  }
  .pt-xs-0--mh-lg {
    padding-top: 0 !important;
  }
  .pr-xs-0--mh-lg {
    padding-right: 0 !important;
  }
  .pb-xs-0--mh-lg {
    padding-bottom: 0 !important;
  }
  .pl-xs-0--mh-lg {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) and (min-height: 660px) {
  .p-sm-0--mh-sm {
    padding: 0 !important;
  }
  .pt-sm-0--mh-sm {
    padding-top: 0 !important;
  }
  .pr-sm-0--mh-sm {
    padding-right: 0 !important;
  }
  .pb-sm-0--mh-sm {
    padding-bottom: 0 !important;
  }
  .pl-sm-0--mh-sm {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  .p-sm-0--mh-md {
    padding: 0 !important;
  }
  .pt-sm-0--mh-md {
    padding-top: 0 !important;
  }
  .pr-sm-0--mh-md {
    padding-right: 0 !important;
  }
  .pb-sm-0--mh-md {
    padding-bottom: 0 !important;
  }
  .pl-sm-0--mh-md {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) and (min-height: 761px) {
  .p-sm-0--mh-lg {
    padding: 0 !important;
  }
  .pt-sm-0--mh-lg {
    padding-top: 0 !important;
  }
  .pr-sm-0--mh-lg {
    padding-right: 0 !important;
  }
  .pb-sm-0--mh-lg {
    padding-bottom: 0 !important;
  }
  .pl-sm-0--mh-lg {
    padding-left: 0 !important;
  }
}
@media (min-width: 960px) and (min-height: 660px) {
  .p-md-0--mh-sm {
    padding: 0 !important;
  }
  .pt-md-0--mh-sm {
    padding-top: 0 !important;
  }
  .pr-md-0--mh-sm {
    padding-right: 0 !important;
  }
  .pb-md-0--mh-sm {
    padding-bottom: 0 !important;
  }
  .pl-md-0--mh-sm {
    padding-left: 0 !important;
  }
}
@media (min-width: 960px) and (min-height: 750px) {
  .p-md-0--mh-md {
    padding: 0 !important;
  }
  .pt-md-0--mh-md {
    padding-top: 0 !important;
  }
  .pr-md-0--mh-md {
    padding-right: 0 !important;
  }
  .pb-md-0--mh-md {
    padding-bottom: 0 !important;
  }
  .pl-md-0--mh-md {
    padding-left: 0 !important;
  }
}
@media (min-width: 960px) and (min-height: 761px) {
  .p-md-0--mh-lg {
    padding: 0 !important;
  }
  .pt-md-0--mh-lg {
    padding-top: 0 !important;
  }
  .pr-md-0--mh-lg {
    padding-right: 0 !important;
  }
  .pb-md-0--mh-lg {
    padding-bottom: 0 !important;
  }
  .pl-md-0--mh-lg {
    padding-left: 0 !important;
  }
}
@media (min-width: 1120px) and (min-height: 660px) {
  .p-lg-0--mh-sm {
    padding: 0 !important;
  }
  .pt-lg-0--mh-sm {
    padding-top: 0 !important;
  }
  .pr-lg-0--mh-sm {
    padding-right: 0 !important;
  }
  .pb-lg-0--mh-sm {
    padding-bottom: 0 !important;
  }
  .pl-lg-0--mh-sm {
    padding-left: 0 !important;
  }
}
@media (min-width: 1120px) and (min-height: 750px) {
  .p-lg-0--mh-md {
    padding: 0 !important;
  }
  .pt-lg-0--mh-md {
    padding-top: 0 !important;
  }
  .pr-lg-0--mh-md {
    padding-right: 0 !important;
  }
  .pb-lg-0--mh-md {
    padding-bottom: 0 !important;
  }
  .pl-lg-0--mh-md {
    padding-left: 0 !important;
  }
}
@media (min-width: 1120px) and (min-height: 761px) {
  .p-lg-0--mh-lg {
    padding: 0 !important;
  }
  .pt-lg-0--mh-lg {
    padding-top: 0 !important;
  }
  .pr-lg-0--mh-lg {
    padding-right: 0 !important;
  }
  .pb-lg-0--mh-lg {
    padding-bottom: 0 !important;
  }
  .pl-lg-0--mh-lg {
    padding-left: 0 !important;
  }
}
@media (min-width: 1280px) and (min-height: 660px) {
  .p-xl-0--mh-sm {
    padding: 0 !important;
  }
  .pt-xl-0--mh-sm {
    padding-top: 0 !important;
  }
  .pr-xl-0--mh-sm {
    padding-right: 0 !important;
  }
  .pb-xl-0--mh-sm {
    padding-bottom: 0 !important;
  }
  .pl-xl-0--mh-sm {
    padding-left: 0 !important;
  }
}
@media (min-width: 1280px) and (min-height: 750px) {
  .p-xl-0--mh-md {
    padding: 0 !important;
  }
  .pt-xl-0--mh-md {
    padding-top: 0 !important;
  }
  .pr-xl-0--mh-md {
    padding-right: 0 !important;
  }
  .pb-xl-0--mh-md {
    padding-bottom: 0 !important;
  }
  .pl-xl-0--mh-md {
    padding-left: 0 !important;
  }
}
@media (min-width: 1280px) and (min-height: 761px) {
  .p-xl-0--mh-lg {
    padding: 0 !important;
  }
  .pt-xl-0--mh-lg {
    padding-top: 0 !important;
  }
  .pr-xl-0--mh-lg {
    padding-right: 0 !important;
  }
  .pb-xl-0--mh-lg {
    padding-bottom: 0 !important;
  }
  .pl-xl-0--mh-lg {
    padding-left: 0 !important;
  }
}
.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 10;
}

.z-2 {
  z-index: 20;
}

.z-3 {
  z-index: 30;
}

.z-4 {
  z-index: 40;
}

.z-5 {
  z-index: 50;
}

.z-6 {
  z-index: 60;
}

.z-7 {
  z-index: 70;
}

.z-8 {
  z-index: 80;
}

.z-9 {
  z-index: 90;
}

.z-10 {
  z-index: 100;
}

html .visible-device-mobile,
html tr.visible-device-mobile,
html th.visible-device-mobile,
html td.visible-device-mobile {
  display: none;
}
html .visible-ios,
html tr.visible-ios,
html th.visible-ios,
html td.visible-ios {
  display: none;
}
html .visible-android,
html tr.visible-android,
html th.visible-android,
html td.visible-android {
  display: none;
}
html .hidden-device-mobile {
  display: block;
}
html table.hidden-device-mobile {
  display: table;
}
html tr.hidden-device-mobile {
  display: table-row !important;
}
html th.hidden-device-mobile,
html td.hidden-device-mobile {
  display: table-cell !important;
}
html .hidden-ios {
  display: block;
}
html table.hidden-ios {
  display: table;
}
html tr.hidden-ios {
  display: table-row !important;
}
html th.hidden-ios,
html td.hidden-ios {
  display: table-cell !important;
}
html .hidden-android {
  display: block;
}
html table.hidden-android {
  display: table;
}
html tr.hidden-android {
  display: table-row !important;
}
html th.hidden-android,
html td.hidden-android {
  display: table-cell !important;
}
html .visible-logged-in,
html tr.visible-logged-in,
html th.visible-logged-in,
html td.visible-logged-in {
  display: none;
}
html .hidden-logged-in {
  display: block;
}
html table.hidden-logged-in {
  display: table;
}
html tr.hidden-logged-in {
  display: table-row !important;
}
html th.hidden-logged-in,
html td.hidden-logged-in {
  display: table-cell !important;
}
html .visible-premium,
html tr.visible-premium,
html th.visible-premium,
html td.visible-premium {
  display: none;
}
html.device-mobile .visible-device-mobile {
  display: block;
}
html.device-mobile table.visible-device-mobile {
  display: table;
}
html.device-mobile tr.visible-device-mobile {
  display: table-row !important;
}
html.device-mobile th.visible-device-mobile,
html.device-mobile td.visible-device-mobile {
  display: table-cell !important;
}
html.device-mobile .hidden-device-mobile,
html.device-mobile tr.hidden-device-mobile,
html.device-mobile th.hidden-device-mobile,
html.device-mobile td.hidden-device-mobile {
  display: none;
}
html.device-mobile .hidden-ios,
html.device-mobile tr.hidden-ios,
html.device-mobile th.hidden-ios,
html.device-mobile td.hidden-ios {
  display: none;
}
html.device-mobile .hidden-android,
html.device-mobile tr.hidden-android,
html.device-mobile th.hidden-android,
html.device-mobile td.hidden-android {
  display: none;
}
html.device-mobile body {
  overflow-x: hidden;
}
html.device-android .visible-device-mobile {
  display: block;
}
html.device-android table.visible-device-mobile {
  display: table;
}
html.device-android tr.visible-device-mobile {
  display: table-row !important;
}
html.device-android th.visible-device-mobile,
html.device-android td.visible-device-mobile {
  display: table-cell !important;
}
html.device-android .visible-android {
  display: block;
}
html.device-android table.visible-android {
  display: table;
}
html.device-android tr.visible-android {
  display: table-row !important;
}
html.device-android th.visible-android,
html.device-android td.visible-android {
  display: table-cell !important;
}
html.device-android .hidden-device-mobile,
html.device-android tr.hidden-device-mobile,
html.device-android th.hidden-device-mobile,
html.device-android td.hidden-device-mobile {
  display: none;
}
html.device-android .hidden-android,
html.device-android tr.hidden-android,
html.device-android th.hidden-android,
html.device-android td.hidden-android {
  display: none;
}
html.device-ios .visible-device-mobile {
  display: block;
}
html.device-ios table.visible-device-mobile {
  display: table;
}
html.device-ios tr.visible-device-mobile {
  display: table-row !important;
}
html.device-ios th.visible-device-mobile,
html.device-ios td.visible-device-mobile {
  display: table-cell !important;
}
html.device-ios .visible-ios {
  display: block;
}
html.device-ios table.visible-ios {
  display: table;
}
html.device-ios tr.visible-ios {
  display: table-row !important;
}
html.device-ios th.visible-ios,
html.device-ios td.visible-ios {
  display: table-cell !important;
}
html.device-ios .hidden-device-mobile,
html.device-ios tr.hidden-device-mobile,
html.device-ios th.hidden-device-mobile,
html.device-ios td.hidden-device-mobile {
  display: none;
}
html.device-ios .hidden-ios,
html.device-ios tr.hidden-ios,
html.device-ios th.hidden-ios,
html.device-ios td.hidden-ios {
  display: none;
}
html.is-logged-in .visible-logged-in {
  display: block;
}
html.is-logged-in table.visible-logged-in {
  display: table;
}
html.is-logged-in tr.visible-logged-in {
  display: table-row !important;
}
html.is-logged-in th.visible-logged-in,
html.is-logged-in td.visible-logged-in {
  display: table-cell !important;
}
html.is-logged-in .hidden-logged-in,
html.is-logged-in tr.hidden-logged-in,
html.is-logged-in th.hidden-logged-in,
html.is-logged-in td.hidden-logged-in {
  display: none;
}
html.is-logged-in .visible-premium,
html.is-logged-in tr.visible-premium,
html.is-logged-in th.visible-premium,
html.is-logged-in td.visible-premium {
  display: none;
}
html.is-logged-in .hidden-premium {
  display: block;
}
html.is-logged-in table.hidden-premium {
  display: table;
}
html.is-logged-in tr.hidden-premium {
  display: table-row !important;
}
html.is-logged-in th.hidden-premium,
html.is-logged-in td.hidden-premium {
  display: table-cell !important;
}
html.is-logged-in.is-premium-user .visible-premium {
  display: block;
}
html.is-logged-in.is-premium-user table.visible-premium {
  display: table;
}
html.is-logged-in.is-premium-user tr.visible-premium {
  display: table-row !important;
}
html.is-logged-in.is-premium-user th.visible-premium,
html.is-logged-in.is-premium-user td.visible-premium {
  display: table-cell !important;
}
html.is-logged-in.is-premium-user .hidden-premium,
html.is-logged-in.is-premium-user tr.hidden-premium,
html.is-logged-in.is-premium-user th.hidden-premium,
html.is-logged-in.is-premium-user td.hidden-premium {
  display: none;
}

.show {
  display: block;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.fullHeight {
  height: 100%;
}

.img--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.visible--xsmall,
.hidden--small,
.hidden--medium,
.hidden--large,
.hidden--xlarge,
.hidden--print,
.hidden--hd {
  display: block;
  visibility: visible;
}

.hidden--xsmall,
.visible--small,
.visible--medium,
.visible--large,
.visible--xlarge,
.visible--print,
.visible--hd {
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .visible--small,
  .hidden--xsmall,
  .hidden--medium,
  .hidden--large,
  .hidden--xlarge {
    display: block;
    visibility: visible;
  }
  .hidden--small,
  .visible--xsmall,
  .visible--medium,
  .visible--large,
  .visible--xlarge {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 960px) {
  .visible--medium,
  .hidden--small,
  .hidden--xsmall,
  .hidden--large,
  .hidden--xlarge {
    display: block;
    visibility: visible;
  }
  .hidden--medium,
  .visible--small,
  .visible--xsmall,
  .visible--large,
  .visible--xlarge {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1120px) {
  .visible--large,
  .hidden--xsmall,
  .hidden--small,
  .hidden--medium,
  .hidden--xlarge {
    display: block;
    visibility: visible;
  }
  .hidden--large,
  .visible--xsmall,
  .visible--small,
  .visible--medium,
  .visible--xlarge {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1280px) {
  .visible--xlarge,
  .hidden--xsmall,
  .hidden--small,
  .hidden--medium,
  .hidden--large {
    display: block;
    visibility: visible;
  }
  .hidden--xlarge,
  .visible--xsmall,
  .visible--small,
  .visible--medium,
  .visible--large {
    display: none;
    visibility: hidden;
  }
}
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

:root {
  box-sizing: border-box;
  color: #676D76;
  cursor: default;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  -moz-font-smoothing: auto;
  line-height: 1.5;
  transition: font-size 150ms;
  vertical-align: top;
}

*,
:after,
:before {
  box-sizing: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
  cursor: inherit;
}

body {
  margin: 0;
}

@media (max-width: 767px) {
  html.siteHeader-mobile-is-active {
    overflow: hidden;
  }
}
i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

img,
iframe {
  border: 0;
}

br {
  margin-bottom: 20px;
}

hr {
  background-color: #E1E2E4;
  border: none;
  height: 1px;
  margin: 20px 0;
  width: 100%;
}

::selection {
  background-color: #80E6FF;
  color: #49505B;
}

::-moz-selection {
  background-color: #80E6FF;
  color: #49505B;
}

.page-content {
  transform: translateX(0);
  transition: transform 450ms cubic-bezier(0.33, 0, 0.2, 1), opacity 450ms;
}

@media (max-width: 959px) {
  html.siteHeader-mobile-is-active .page-content {
    opacity: 0.65;
    transform: translateX(-200px);
  }
}
p {
  margin-bottom: 20px;
}

.guide-article .guide-content h4,
.p--large {
  color: #676D76;
  font-size: 1.2375em;
}
@media (min-width: 768px) {
  .guide-article .guide-content h4,
  .p--large {
    font-size: 1.375em;
  }
}
.guide-article .guide-content h4 a,
.p--large a {
  font-weight: 400;
}

.guide-tooltip .definition-title,
.glossary-tooltip .definition-title, .footer--guide-mobile-menu .guide--mobile-depth-3 > a, .footer .footer-column-title,
.footer .footer-column-title a, .card--article-source, blockquote cite,
blockquote footer,
.p--label,
.iconList-items h4 {
  color: #49505B;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

a {
  background: transparent;
  color: #1AAFD0;
  cursor: pointer;
  text-decoration: none;
  transition: all 150ms;
}
a:hover {
  border-bottom: 1px solid #02CEFF;
  color: #02CEFF;
  text-decoration: none;
}
p a {
  font-weight: 600;
}
p a.button {
  font-weight: 400;
}

img:hover,
.icon:hover,
a.icon:hover {
  border-bottom: none !important;
}

h1 a,
h2 a,
h3 a {
  color: inherit;
}
h1 a:hover, h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus {
  border-bottom: none;
  color: inherit;
  text-decoration: none;
}

.dialog--flow .footnote a,
.link--secondary,
.input--help a {
  color: #A1A4AA;
  border-bottom: 1px dotted #A1A4AA;
}
.dialog--flow .footnote a:hover,
.link--secondary:hover,
.input--help a:hover {
  border-bottom: none;
  color: #A1A4AA;
}

#topbar-support .topbarText a,
.link--background {
  border-bottom: 1px dotted #ffffff;
  color: #ffffff;
}
#topbar-support .topbarText a:hover,
.link--background:hover {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

code,
pre,
kbd,
samp {
  font-family: "Consolas", monospace;
  font-size: 0.875em;
}

pre {
  padding: 15px 1.5em;
  margin-bottom: 20px;
}

code,
pre {
  background-color: #F8F8F9;
  border: 1px solid #e8eaeb;
  border-radius: 3px;
}

p code {
  padding: 3px 4px 1px;
  vertical-align: 5%;
}

pre code {
  border: none;
  padding: 0;
}

kbd {
  background-color: #1B2432;
  border-radius: 3px;
  color: #ffffff;
  padding: 3px 4px 1px;
  vertical-align: 5%;
}

blockquote {
  color: #898E95;
  font-size: 1.375em;
  margin: 50px 5%;
  text-align: center;
}
@media (min-width: 768px) {
  blockquote {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (min-width: 960px) {
  blockquote {
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
}
blockquote cite,
blockquote footer {
  color: #49505B;
  display: block;
  margin-top: 20px;
}
blockquote cite:before,
blockquote footer:before {
  content: "—";
  margin-right: 5px;
}
blockquote cite,
blockquote cite small,
blockquote footer,
blockquote footer small {
  font-size: 14px;
  font-style: normal;
}
blockquote cite small,
blockquote footer small {
  display: inline;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.guide-article .guide-content h1, .guide-article .guide-article-title, .guide-article .guide-content h2, .guide-article .guide-content h3,
h1, h2, h3, h4, h5, h6 {
  color: #1B2432;
  font-weight: 400;
  line-height: 1.25;
  transition: font-size 150ms;
}

.guide-article .guide-content h1, .guide-article .guide-article-title, .guide-article .guide-content h2,
h1, h2, h3 {
  margin: 30px 0 15px;
}

.guide-article .guide-content h1, .guide-article .guide-article-title, .guide-article .guide-content h2, .guide-article .guide-content h3,
h1, h2, h3, h4 {
  font-family: "haptik", "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}

h1 {
  font-size: 2.234375em;
  line-height: 1.1;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.4375em;
  }
}

.guide-article .guide-content h1, .guide-article .guide-article-title,
h2 {
  font-size: 1.625em;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .guide-article .guide-content h1, .guide-article .guide-article-title,
  h2 {
    font-size: 2.5em;
  }
}

.guide-article .guide-content h2,
h3 {
  font-size: 1.3125em;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .guide-article .guide-content h2,
  h3 {
    font-size: 1.75em;
  }
}

.guide-article .guide-content h3,
h4, h5, h6 {
  margin: 10px 0;
}

h5, h6 {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}

.guide-article .guide-content h3,
h4 {
  font-size: 1.16875em;
  letter-spacing: 0.25px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .guide-article .guide-content h3,
  h4 {
    font-size: 1.375em;
  }
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

.content--background h1, .content--background h2, .content--background h3, .content--background h4, .content--background h5, .content--background p, .content--background li {
  color: #ffffff;
}

.banner {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.banner:before, .banner:after {
  content: "";
  display: table;
}
.banner:after {
  clear: both;
}

.banner-content {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .banner-content {
    float: left;
    width: 33.3333333333%;
  }
}

.banner-content-title {
  margin-bottom: 20px;
  margin-top: 0;
}

.banner-image {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-top: 30px;
  text-align: right;
}
@media (min-width: 768px) {
  .banner-image {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .banner-image {
    margin-top: 0;
  }
}
.banner-image img {
  width: 100%;
}

.banner--left .banner-image {
  margin-bottom: 30px;
  margin-top: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .banner--left .banner-image {
    margin-bottom: 0;
  }
}

.banner--center {
  text-align: center;
}
.banner--center .banner-content {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .banner--center .banner-content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .banner--center .banner-content {
    float: none;
  }
}
.banner--center .banner-image {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .banner--center .banner-image {
    float: left;
    width: 100%;
  }
}
.banner--center .banner-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .banner--center .banner-image img {
    width: auto;
  }
}

.breadcrumbs {
  margin-bottom: 20px;
  padding-left: 0;
}
.breadcrumbs li {
  display: inline;
  font-weight: 600;
  list-style: none;
  padding-left: 0.3em;
}
.breadcrumbs li:after {
  color: #B9BCC0;
  content: "›";
  font-size: 1.375em;
  font-weight: 200;
  line-height: 1.15;
  padding-left: 0.4em;
}
.breadcrumbs li:first-child {
  padding-left: 0;
}
.breadcrumbs li:last-child:after {
  content: "";
  padding-left: 0;
}
.breadcrumbs li.is-active, .breadcrumbs li.is-active a {
  color: #49505B;
  font-weight: 400;
}
.breadcrumbs li.is-active:hover, .breadcrumbs li.is-active a:hover {
  border-bottom: none;
}

button {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: none;
}

.button {
  background-color: #0D0E10;
  border: 1px solid #0D0E10;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  height: 40px;
  line-height: 2;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  transition: all 150ms;
}
.button:hover, .button:focus {
  background-color: #FC636B;
  border-color: #FC636B;
  color: #0D0E10;
  text-decoration: none;
}
.button:active {
  background-color: #FC636B;
  border-color: #FC636B;
  box-shadow: none;
  outline: 0;
}
.button::selection {
  background: none;
}
.button[disabled], .button[disabled]:hover, .button[disabled]:active, .button[disabled]:focus {
  background-color: #EFF0F1;
  border: 2px solid #E1E2E4;
  box-shadow: none;
  color: #B9BCC0;
  cursor: not-allowed;
}
.button .icon, p .button .icon {
  line-height: 2;
  margin-right: 15px;
}

.button + .button {
  margin-right: 8px;
}

a.button {
  line-height: 2.5;
}
a.button.button--small {
  line-height: 2.2;
}
a.button.button--large {
  line-height: 2.6;
}

.button--danger {
  background-color: #FC636B;
  border: 1px solid #FC636B;
  color: #ffffff;
}
.button--danger:hover, .button--danger:focus {
  background-color: #FF6D92;
  border-color: #FF6D92;
  box-shadow: 0 0 0 3px #ffb6c8;
  color: #ffffff;
}
.button--danger:active {
  background-color: #FC636B;
  border-color: #FC636B;
  box-shadow: none;
}
.button--danger.button--secondary, .guideStack.-special .button--danger.guideStack-cta {
  border-color: #FC636B;
  color: #FC636B;
}
.button--danger.button--secondary:hover, .guideStack.-special .button--danger.guideStack-cta:hover, .button--danger.button--secondary:focus, .guideStack.-special .button--danger.guideStack-cta:focus {
  border-color: #FC636B;
  box-shadow: 0 0 0 3px #fc636b;
  color: #FC636B;
}
.button--danger.button--secondary:hover:focus, .button--danger.button--secondary:focus:focus, .guideStack.-special .button--danger.guideStack-cta:focus:focus {
  color: #FC636B;
  box-shadow: none;
}

.button--cta {
  background-color: #3be8b0;
  border: 1px solid #3be8b0;
  color: #ffffff;
}
.button--cta:hover, .button--cta:focus {
  background-color: #3bf7d1;
  border-color: #3bf7d1;
  box-shadow: 0 0 0 3px #9dfbe8;
  color: #ffffff;
}
.button--cta:active {
  background-color: #3be8b0;
  border-color: #3be8b0;
  box-shadow: none;
}
.button--cta.button--secondary, .guideStack.-special .button--cta.guideStack-cta {
  border-color: #3be8b0;
  color: #3be8b0;
}
.button--cta.button--secondary:hover, .guideStack.-special .button--cta.guideStack-cta:hover, .button--cta.button--secondary:focus, .guideStack.-special .button--cta.guideStack-cta:focus {
  border-color: #3be8b0;
  box-shadow: 0 0 0 3px #3be8b0;
  color: #3be8b0;
}
.button--cta.button--secondary:hover:focus, .button--cta.button--secondary:focus:focus, .guideStack.-special .button--cta.guideStack-cta:focus:focus {
  color: #3be8b0;
  box-shadow: none;
}

.button--background {
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 2px;
  color: #676D76;
}
.button--background:hover, .button--background:focus {
  background-color: #ffffff;
  border-color: #F0EFFA;
  color: #676D76;
}
.button--background:active {
  background-color: #EFF0F1;
  box-shadow: inset 0 1 0 0 #e1e2e4;
}
.button--background[disabled], .button--background[disabled]:hover, .button--background[disabled]:active, .button--background[disabled]:focus {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  box-shadow: none;
  color: #ffffff;
  cursor: not-allowed;
}

.button--small {
  font-size: 0.875em;
  height: 30px;
  padding: 0 10px;
}

.button--large {
  font-size: 1.25em;
  height: 55px;
  padding: 0 25px;
}
.button--large .icon, p .button--large .icon {
  margin-right: 20px;
}

form .button,
.dialog .button,
.lessons .button {
  height: 40px;
  padding: 0 15px;
}

.button--secondary, .guideStack.-special .guideStack-cta {
  background-color: transparent;
  border-width: 2px;
  color: #0D0E10;
}
.button--secondary:active, .guideStack.-special .guideStack-cta:active {
  background-color: #F8F8F9;
  border-color: #B9BCC0;
  box-shadow: inset 0 1px 0 0 #e1e2e4;
  color: #6a67ce;
}
.button--secondary[disabled], .guideStack.-special [disabled].guideStack-cta, .button--secondary[disabled]:hover, .button--secondary[disabled]:active, .button--secondary[disabled]:focus {
  background-color: transparent;
}
.button--secondary.button--background, .guideStack.-special .button--background.guideStack-cta {
  border-color: #ffffff;
  color: #ffffff;
}
.button--secondary.button--background:hover, .guideStack.-special .button--background.guideStack-cta:hover, .button--secondary.button--background:focus, .guideStack.-special .button--background.guideStack-cta:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 3px white;
}
.button--secondary.button--background:active, .guideStack.-special .button--background.guideStack-cta:active {
  background-color: rgba(27, 36, 50, 0.2);
  box-shadow: inset 0 1px 0 0 rgb(0, 0, 0);
}
.button--secondary.button--background[disabled], .guideStack.-special .button--background[disabled].guideStack-cta, .button--secondary.button--background[disabled]:hover, .button--secondary.button--background[disabled]:active, .button--secondary.button--background[disabled]:focus {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.4);
}

a.button--secondary, .guideStack.-special a.guideStack-cta {
  line-height: 2.4;
}
a.button--secondary.button--small, .guideStack.-special a.button--small.guideStack-cta {
  line-height: 2;
}

.button--full {
  display: block;
  width: 100%;
}

.button--center {
  display: block;
  margin: 0 auto;
  width: auto;
}

@media (max-width: 767px) {
  .button--responsive {
    width: 100%;
  }
}

@media (max-width: 959px) {
  .button--responsiveLink, .button--responsiveLink:hover {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #1AAFD0;
    height: auto !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .button--responsiveLink:hover {
    border-bottom: 1px solid #1AAFD0;
  }
}

.buttons--cta {
  margin-top: 40px;
}

.card {
  background-color: #ffffff;
  border: 3px solid transparent;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  display: block;
  margin: 10px 0;
  transition: all 150ms;
}
.card:hover {
  border-color: #a177ff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.card-content {
  color: #676D76;
  padding: 27px;
}
.card-content *:last-child {
  margin-bottom: 0;
}

.card-title {
  margin-top: 0;
}

.card--noHover:hover {
  border-color: #ffffff;
}

.card--equalHeight {
  height: 400px;
}

.row--cards {
  margin-bottom: 30px;
}
.row--cards + .row--cards {
  margin-bottom: 5px;
}

.card--link {
  color: #1B2432;
  font-weight: normal;
}
.card--link:hover {
  border-bottom: none;
}
.card--link .card--article-title {
  color: #1AAFD0;
}
.card--link .card--article-title:hover {
  text-decoration: underline;
}

.card--article img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 480px) {
  .card--article img {
    width: auto;
  }
}
@media (min-width: 960px) {
  .card--article img {
    width: 100%;
  }
}

.card--article-source .icon {
  line-height: 1.35;
  margin-right: 5px;
}

.card--article-title {
  margin-bottom: 15px;
  margin-top: 15px;
}

.card--article-date {
  color: #A1A4AA;
  font-size: 0.875em;
  margin-bottom: 20px;
}

.card--article-readmore {
  bottom: 30px;
  color: #1AAFD0;
  position: absolute;
}

.circularButton, .siteHeader-search--circular .siteHeader-search-input input {
  background-color: #ffffff;
  border: 1px solid #E1E2E4;
  border-radius: 50%;
  color: #B9BCC0;
  display: inline-block;
  fill: #B9BCC0;
  font-size: 0.875em;
  height: 30px;
  text-align: center;
  width: 30px;
}
.circularButton:hover, .siteHeader-search--circular .siteHeader-search-input input:hover, .circularButton:focus, .siteHeader-search--circular .siteHeader-search-input input:focus {
  background-color: #ffffff;
  border-color: #6a67ce;
  box-shadow: 0 0 0 3px #6a67ce;
  color: #6a67ce;
  fill: #6a67ce;
  outline: 0;
  transition: all 150ms;
}
.circularButton:active, .siteHeader-search--circular .siteHeader-search-input input:active {
  background-color: #F8F8F9;
  border-color: #E1E2E4;
  box-shadow: inset 0 1px 0 0 #e1e2e4;
}
.circularButton[disabled], .siteHeader-search--circular .siteHeader-search-input input[disabled] {
  cursor: default;
}
.circularButton .icon, .siteHeader-search--circular .siteHeader-search-input input .icon, p .circularButton .icon {
  line-height: 2;
}

.circularButton--cta {
  background-color: #3be8b0;
  border-color: #3be8b0;
  color: #ffffff;
}
.circularButton--cta:hover, .circularButton--cta:focus {
  background-color: #3bf7d1;
  border-color: #3bf7d1;
  box-shadow: 0 0 0 3px #9dfbe8;
}
.circularButton--cta:active {
  background: #3be8b0;
  box-shadow: inset 0 1px 0 0 #37c597;
}

.circularButton--danger {
  background-color: #FC636B;
  border-color: #FC636B;
  color: #ffffff;
}
.circularButton--danger:hover, .circularButton--danger:focus {
  background-color: #FF6D92;
  border-color: #FF6D92;
  box-shadow: 0 0 0 3px #ffb6c8;
}
.circularButton--danger:active {
  background: #FC636B;
  box-shadow: inset 0 1px 0 0 #fc636b;
}

.circularButton--small:hover, .circularButton--small:focus,
.circularButton--xsmall:hover,
.circularButton--xsmall:focus {
  box-shadow: 0 0 0 2px white;
}

.circularButton--small {
  height: 24px;
  width: 24px;
}
.circularButton--small .icon, p .circularButton--small .icon {
  font-size: 0.875em;
  line-height: 1.85;
}

.circularButton--background {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.65);
  color: rgba(255, 255, 255, 0.85);
}
.circularButton--background:hover {
  border-color: #ffffff;
  box-shadow: 0 0 0 3px white;
  color: #ffffff;
}
.circularButton--background:active {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
}

.circularButton--dashed {
  border: 1px dashed #B9BCC0;
  fill: none;
}
.circularButton--dashed:hover, .circularButton--dashed:focus {
  border-style: dashed;
  box-shadow: none;
}

.dialog, .lessons {
  background-color: rgba(27, 36, 50, 0.5);
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1000;
}
.dialog:target, .lessons:target {
  transition: all ease-in 150ms;
  animation: 0.5s both dialog-open;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.dialog-container, .lessons-container {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 1px 3px rgba(27, 36, 50, 0.15);
  margin: 2.5% auto;
  position: relative;
  width: 90%;
}
@media (min-width: 768px) {
  .dialog-container, .lessons-container {
    width: 580px;
  }
}
@media (min-height: 48em) {
  .dialog-container, .lessons-container {
    margin-top: 10%;
  }
}
@media (min-height: 60em) {
  .dialog-container, .lessons-container {
    margin-top: 15%;
  }
}

.dialog-header {
  border-bottom: 1px solid #E1E2E4;
  padding: 20px 15px 15px 30px;
}
.dialog-header:before, .dialog-header:after {
  content: "";
  display: table;
}
.dialog-header:after {
  clear: both;
}
.dialog-header h1,
.dialog-header h2,
.dialog-header h3,
.dialog-header h4,
.dialog-header h5,
.dialog-header h6 {
  display: inline;
}

.dialog-close {
  color: #B9BCC0;
  cursor: pointer;
  font-size: 1.25em;
  margin: 0;
  opacity: 0.6;
  position: absolute;
  right: 0.75em;
  top: 0.75em;
  transition: opacity 150ms;
}
.dialog-close:hover {
  border-bottom: none;
  opacity: 0.8;
}

.dialog:target .dialog-close--background, .lessons:target .dialog-close--background {
  height: 100%;
  width: 100%;
  display: block;
  pointer-events: all;
  position: absolute;
}
.dialog:target .dialog-close--background:hover, .lessons:target .dialog-close--background:hover {
  border-bottom: none;
  text-decoration: none;
}

.dialog-content {
  max-height: 520px;
  overflow: scroll;
  padding: 20px 30px;
}
.dialog-content::-webkit-scrollbar {
  width: 0;
}
.dialog-content *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .dialog-content input[type=submit] {
    display: inline;
    float: right;
    width: auto;
  }
}

.dialog-footer {
  border-top: 1px solid #E1E2E4;
  color: #1B2432;
  padding: 20px 15px 0 30px;
}
.dialog-footer:before, .dialog-footer:after {
  content: "";
  display: table;
}
.dialog-footer:after {
  clear: both;
}

@media (min-width: 48em) {
  .dialog--flow .dialog-container, .dialog--flow .lessons-container {
    width: 500px;
  }
}
.dialog--flow .dialog-header {
  border-bottom: none;
  padding-top: 40px;
  text-align: center;
}
.dialog--flow .dialog-header h1,
.dialog--flow .dialog-header h2,
.dialog--flow .dialog-header h3,
.dialog--flow .dialog-header h4,
.dialog--flow .dialog-header h5,
.dialog--flow .dialog-header h6 {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}
.dialog--flow .dialog-content {
  max-height: none;
  overflow: hidden;
}
.dialog--flow .dialog-footer {
  border-top: none;
}

.dialog--video .dialog-container, .dialog--video .lessons-container {
  background-color: transparent;
  width: 360px;
}
@media (min-width: 480px) {
  .dialog--video .dialog-container, .dialog--video .lessons-container {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .dialog--video .dialog-container, .dialog--video .lessons-container {
    width: 640px;
  }
}
@media (min-width: 1120px) {
  .dialog--video .dialog-container, .dialog--video .lessons-container {
    width: 760px;
  }
}
@media (min-width: 1280px) {
  .dialog--video .dialog-container, .dialog--video .lessons-container {
    width: 930px;
  }
}
.dialog--video .dialog-content {
  height: 203px;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 480px) {
  .dialog--video .dialog-content {
    height: 281px;
  }
}
@media (min-width: 768px) {
  .dialog--video .dialog-content {
    height: 360px;
  }
}
@media (min-width: 1120px) {
  .dialog--video .dialog-content {
    height: 428px;
  }
}
@media (min-width: 1280px) {
  .dialog--video .dialog-content {
    height: 530px;
  }
}
.dialog--video .dialog-content iframe {
  width: 100%;
  height: 100%;
}
.dialog--video .dialog-header {
  border-bottom-color: transparent;
}
.dialog--video .dialog-close {
  color: #ffffff;
  line-height: 0;
}

.dialog--loading {
  min-height: 400px;
}
.dialog--loading .loading-indicator {
  padding-top: 50px;
  padding-bottom: 50px;
}
.dialog--loading .loadingIndicator-dot {
  height: 20px;
  width: 20px;
}

.dialog-content--loader {
  margin: 0 auto;
  width: 85px;
}

@keyframes dialog-open {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.02, 1.02, 1.02);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.iconList {
  border-bottom: 1px solid #EFF0F1;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.iconList--no-border {
  border-bottom: none;
}

.iconList-categoryTitle {
  color: #1B2432;
}

.iconList-items {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .iconList-items {
    float: left;
    width: 50%;
  }
}
@media (min-width: 960px) {
  .iconList-items {
    float: left;
    width: 33.3333333333%;
  }
}
.iconList-items .icon {
  margin: 40px auto 20px;
}
.iconList-items h4 {
  color: #676D76;
}
.iconList-items p {
  padding: 0 5%;
}
.iconList-items p span {
  display: block;
  color: #B9BCC0;
  margin-top: 10px;
}

.iconList-items--narrower p {
  padding: 0 15%;
}

.iconList-items--company {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  margin-left: 0%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .iconList-items--company {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .iconList-items--company {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 960px) {
  .iconList-items--company {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 960px) {
  .iconList-items--company {
    margin-left: 0%;
  }
}

.iconWrapper {
  height: 4em;
}
.iconWrapper .icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 2em;
  height: 2em;
  line-height: 2em;
}
.iconWrapper .icon > *:first-child {
  margin-top: 0;
}

.iconWrapper a {
  display: block;
}
.iconWrapper a:hover {
  border-bottom: 0;
}

.iconWrapper .icon--app,
.iconWrapper .icon--withasana {
  background-size: 50px 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 1.5em;
}
.iconWrapper .icon--app:before,
.iconWrapper .icon--withasana:before {
  content: "" !important;
}

.iconWrapper .icon--app {
  height: 1.5em;
}

.iconWrapper .icon--withasana {
  height: 1.75em;
}

.icon--dropbox {
  background-image: url("https://luna1.co/bfeb44.png");
}

.icon--slack {
  background-image: url("https://luna1.co/3d2ed1.png");
}

.icon--chrome {
  background-image: url("https://luna1.co/e5236d.png");
}

.icon--okta {
  background-image: url("https://luna1.co/1ba8a5.png");
}

.icon--github {
  background-image: url("https://luna1.co/b770b1.png");
}

.icon--google-drive {
  background-image: url("https://assets.asana.biz/m/81964d66b7ac4e0/original/Drive_Product_Icon-1.svg");
}

.icon--withasana {
  background-image: url("https://luna1.co/93bf58.gif");
}

.icon--green {
  color: #3be8b0;
}

.icon--teal {
  color: #1AAFD0;
}

.icon--purple {
  color: #6a67ce;
}

.icon--gold {
  color: #ffb900;
}

.icon--coral {
  color: #FC636B;
}

.icon--white {
  color: #ffffff;
}

.icon--gray {
  color: #B9BCC0;
}

.icon--facebook-blue {
  color: #3B5998;
}
.icon--facebook-blue:hover {
  color: #5f7ec1;
}

.icon--twitter-blue {
  color: #1dcaff;
}
.icon--twitter-blue:hover {
  color: #6adcff;
}

p > .icon {
  line-height: inherit;
}

.social,
.icon {
  font-family: "asanaIcons", monospace;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social:before,
.icon:before {
  content: "\e659";
}
p .social,
p .icon {
  line-height: 1.5;
}

.icon--dots:before {
  content: "\e659";
}

.icon--menu:before {
  content: "\e600";
}

.icon--hamburger:before {
  content: "\e600";
}

.icon--help:before {
  content: "\e62b";
}

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

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

.icon--alert-line:before {
  content: "\e602";
}

.icon--alert:before {
  content: "\e603";
}

.icon--x-circle:before {
  content: "\e622";
}

.icon--x-small:before {
  content: "\e623";
}

.icon--x:before {
  content: "\e624";
}

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

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

.icon--down-caret:before {
  content: "\e61f";
}

.icon--up-caret:before {
  content: "\e654";
}

.icon--left-caret:before {
  content: "\e630";
}

.icon--right-caret:before {
  content: "\e649";
}

.icon--arrow-down:before {
  content: "\e608";
}

.icon--arrow-up:before {
  content: "\e609";
}

.icon--reorder:before {
  content: "\e646";
}

.icon--down-triangle:before {
  content: "\e652";
}

.icon--up-triangle:before {
  content: "\e653";
}

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

.icon--check-small:before {
  content: "\e614";
}

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

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

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

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

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

.icon--heart-outline:before {
  content: "\e628";
}

.icon--heart:before {
  content: "\e629";
}

.icon--heartbeat:before {
  content: "\e62a";
}

.icon--bell-outline:before {
  content: "\e60b";
}

.icon--bell:before {
  content: "\e60c";
}

.icon--followers:before {
  content: "\e62d";
}

.icon--comment-outline:before {
  content: "\e61b";
}

.icon--conversation-outline:before {
  content: "\e61b";
}

.icon--comment:before {
  content: "\e61c";
}

.icon--conversation:before {
  content: "\e61c";
}

.icon--comments:before {
  content: "\e61d";
}

.icon--conversations:before {
  content: "\e61d";
}

.icon--archive-outline:before {
  content: "\e606";
}

.icon--archive:before {
  content: "\e607";
}

.icon--trash-outline:before {
  content: "\e650";
}

.icon--trash:before {
  content: "\e651";
}

.icon--video-circle:before {
  content: "\e661";
}

.icon--video-outline:before {
  content: "\e657";
}

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

.icon--user:before {
  content: "\e655";
}

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

.icon--my-tasks:before {
  content: "\e63a";
}

.icon--invite:before {
  content: "\e902";
}

.icon--guests:before {
  content: "\e637";
}

.icon--world:before {
  content: "\e637";
}

.icon--all-tasks-a:before {
  content: "\e604";
}

.icon--all-tasks-b:before {
  content: "\e605";
}

.icon--check-copy:before {
  content: "\e612";
}

.icon--check-copy-b:before {
  content: "\e613";
}

.icon--new-task:before {
  content: "\e63b";
}

.icon--recently-completed:before {
  content: "\e643";
}

.icon--merge:before {
  content: "\e635";
}

.icon--calendar-30:before {
  content: "\e60e";
}

.icon--calendar-dots:before {
  content: "\e60f";
}

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

.icon--project:before {
  content: "\e641";
}

.icon--project-zoom:before {
  content: "\e642";
}

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

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

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

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

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

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

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

.icon--document:before {
  content: "\e61e";
}

.icon--file:before {
  content: "\e61e";
}

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

.icon--attachments:before {
  content: "\e63c";
}

.icon--folder:before {
  content: "\e625";
}

.icon--pencil:before {
  content: "\e63d";
}

.icon--pin:before {
  content: "\e63e";
}

.icon--subtask:before {
  content: "\e64d";
}

.icon--tag:before {
  content: "\e64e";
}

.icon--tags:before {
  content: "\e64f";
}

.icon--more:before {
  content: "\e639";
}

.icon--drag-handle:before {
  content: "\e620";
}

.icon--sections:before {
  content: "\e620";
}

.icon--inbox:before {
  content: "\e62c";
}

.icon--keyboard:before {
  content: "\e62f";
}

.icon--repeat:before {
  content: "\e647";
}

.icon--retry:before {
  content: "\e648";
}

.social--link:before,
.icon--link:before {
  content: "\e631";
}

.icon--barbell:before {
  content: "\e60a";
}

.icon--mobile:before {
  content: "\e636";
}

.icon--brain:before {
  content: "\e60d";
}

.icon--mindful:before {
  content: "\e60d";
}

.icon--dashboards:before {
  content: "\e638";
}

.icon--progress:before {
  content: "\e644";
}

.icon--product:before {
  content: "\e645";
}

.icon--mobile2:before {
  content: "\e645";
}

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

.icon--graduate:before {
  content: "\e626";
}

.icon--happiness:before {
  content: "\e627";
}

.icon--mentorship:before {
  content: "\e900";
}

.icon--hourglass:before {
  content: "\e906";
}

.icon--dependencies:before {
  content: "\e906";
}

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

.icon--oath:before {
  content: "\e65c";
}

.social--facebook:before,
.icon--facebook:before {
  content: "\e65a";
}

.social--twitter:before,
.icon--twitter:before {
  content: "\e65b";
}

.social--linkedin:before,
.icon--linkedin:before {
  content: "\e904";
}

.social--quora:before,
.icon--quora:before {
  content: "\e65d";
}

.social--tumblr:before,
.icon--tumblr:before {
  content: "\e65e";
}

.social--dribbble:before,
.icon--dribbble:before {
  content: "\e65f";
}

.social--instagram:before,
.icon--instagram:before {
  content: "\e660";
}

.social--email:before,
.icon--email:before {
  content: "\e901";
}

.social--mail:before,
.icon--mail:before {
  content: "\e905";
}

.icon--visibility:before {
  content: "\e903";
}

.loading-indicator,
.loading-indicator-blue,
.inline-loading-indicator {
  color: #F8F8F9;
  display: inline-block;
  font-size: 0.75em;
  padding: 20px 0;
  vertical-align: middle;
}

.loadingIndicator-rotator {
  animation: loader-rotation 1.5s linear infinite;
}

.loadingIndicator-dot {
  animation: 1.5s infinite 0s loader-topDot;
  background-color: #E1E2E4;
  border-radius: 50%;
  height: 8px;
  position: relative;
  transform: scale(1) translateY(-75%);
  width: 8px;
}
.loadingIndicator-dot:before, .loadingIndicator-dot:after {
  background-color: #E1E2E4;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.loadingIndicator-dot:before {
  animation: loader-leftDot 1.5s infinite;
  transform: translate(-65%, 112.5%);
}

.loadingIndicator-dot:after {
  animation: loader-rightDot 1.5s infinite;
  transform: translate(65%, 112.5%);
}

@keyframes loader-rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-topDot {
  0% {
    animation-timing-function: cubic-bezier(0.4, 0.155, 0.355, 1);
    transform: scale(1) translateY(-75%);
  }
  40% {
    animation-timing-function: cubic-bezier(0.475, 0.005, 0.695, 0.83);
    transform: scale(1.3) translateY(75%);
  }
  100% {
    transform: scale(1) translateY(-75%);
  }
}
@keyframes loader-leftDot {
  0% {
    animation-timing-function: cubic-bezier(0.4, 0.155, 0.355, 1);
    transform: translate(-65%, 112%);
  }
  40% {
    animation-timing-function: cubic-bezier(0.475, 0.005, 0.695, 0.83);
    transform: translate(64.75%, -112.5%);
  }
  100% {
    transform: translate(-65%, 112%);
  }
}
@keyframes loader-rightDot {
  0% {
    animation-timing-function: cubic-bezier(0.4, 0.155, 0.355, 1);
    transform: translate(65%, 112%);
  }
  40% {
    animation-timing-function: cubic-bezier(0.475, 0.005, 0.695, 0.83);
    transform: translate(-64.75%, -112.5%);
  }
  100% {
    transform: translate(65%, 112%);
  }
}
.mediaGrid {
  margin-bottom: 60px;
  margin-top: 60px;
}
.mediaGrid .gutter-width {
  width: 3%;
}

.mediaGrid-tile {
  background: #F8F8F9;
  position: relative;
}
.mediaGrid-tile[class*=mediaGrid-tile--1x] {
  width: 31%;
}
.mediaGrid-tile[class*=mediaGrid-tile--2x] {
  width: 65%;
}
.mediaGrid-tile img {
  width: 100%;
}

.mediaGrid-content {
  color: #ffffff;
  height: 100%;
  left: 0;
  padding: 10%;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  width: 100%;
}
.mediaGrid-content h3, .mediaGrid-content p {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

.mediaGrid-tile--bgGradientGreenTeal {
  background: #3be8b0;
  background: linear-gradient(to top right, #3be8b0 0%, #02CEFF 100%);
}

.mediaGrid-tile--bgGradientCoralGold {
  background: #FC636B;
  background: linear-gradient(to top right, #FC636B 0%, #FF6D92 60%, #ffb900 100%);
}

.message {
  background-color: #F8F8F9;
  margin-top: 20px;
  padding: 10px 15px;
}
.message *:last-child {
  margin-bottom: 0;
}
.message *::selection {
  background-color: rgba(255, 255, 255, 0.5);
}
.message p {
  color: #1B2432;
  display: inline;
  font-size: 0.875em;
  line-height: 1.75;
}
.message .icon {
  line-height: 1.5;
  margin-right: 5px;
}

.message--success {
  background-color: #EBFCF7;
}
.message--success .icon {
  color: #3be8b0;
}

.message--warning {
  background-color: #FFF8E5;
}
.message--warning .icon {
  color: #ffb900;
}

.message--error {
  background-color: #FEEDED;
}
.message--error .icon {
  color: #FC636B;
}

.topbar {
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
}
.topbar *:last-child {
  margin-bottom: 0;
}
.topbar *::selection {
  background-color: rgba(255, 255, 255, 0.5);
}

.topbar-heading {
  font-size: 1.125em;
  margin-bottom: 0;
}

.topbar-content {
  font-size: 0.875em;
  padding: 0 15px;
}

.topbar-icon {
  display: block;
  font-size: 2.25em;
  line-height: 1.25;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .topbar-icon {
    margin-left: 25px;
    margin-bottom: 0;
    position: absolute;
  }
}

.topbar--primary {
  background: #179DBA;
  background: linear-gradient(to top right, #179DBA 0%, #1AAFD0 100%);
}

.topbar--success {
  background: #37c597;
  background: linear-gradient(to top right, #37c597 0%, #3be8b0 100%);
}

.topbar--warning {
  background: #fd9a00;
  background: linear-gradient(to top right, #fd9a00 0%, #ffb900 100%);
}

.social {
  background-color: #6a67ce;
  border: none;
  border-radius: 50%;
  border-width: 0 !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  height: 2.1em;
  line-height: 2.2 !important;
  margin: 10px 5px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 2.1em;
}
.social:hover {
  border: none;
  box-shadow: 0 0 0 3px #a177ff;
  color: #ffffff;
}
.social + .button {
  margin-right: 5px;
}

.social--twitter {
  background-color: #00ACED;
  line-height: 2.5 !important;
}
.social--twitter:hover {
  box-shadow: 0 0 0 3px #02CEFF;
}
.social--twitter:before {
  font-size: 85%;
}

.social--facebook {
  background-color: #4760A5;
}
.social--facebook:hover {
  box-shadow: 0 0 0 3px #6e94fa;
}

.social--linkedin {
  background-color: #007BB6;
}
.social--linkedin:hover {
  box-shadow: 0 0 0 3px #05A2EC;
}

.social--email {
  background-color: #3be8b0;
}
.social--email:hover {
  box-shadow: 0 0 0 3px #6cf9dd;
}

.social--mail {
  background-color: #3be8b0;
}
.social--mail:hover {
  box-shadow: 0 0 0 3px #6cf9dd;
}

.social--link {
  background-color: #6a67ce;
}
.social--link:hover {
  box-shadow: 0 0 0 3px #a177ff;
}

.social--quora {
  background-color: #A82400;
}
.social--quora:hover {
  box-shadow: 0 0 0 3px #DE3102;
}

.social--dribbble {
  background-color: #EA4C89;
}
.social--dribbble:hover {
  box-shadow: 0 0 0 3px #ff93bc;
}

.social--instagram {
  background-color: #517FA4;
}
.social--instagram:hover {
  box-shadow: 0 0 0 3px #4A9EE2;
}

.social--tumblr {
  background-color: #32506D;
}
.social--tumblr:hover {
  box-shadow: 0 0 0 3px #387ABA;
}

.tabs:before, .tabs:after {
  content: "";
  display: table;
}
.tabs:after {
  clear: both;
}

.tabs-menu {
  border-bottom: 1px solid #E1E2E4;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 0;
  width: 100%;
}
.tabs-menu li {
  display: inline;
  line-height: 1.25;
  list-style-type: none;
  margin-right: 30px;
  padding-bottom: 9px;
  transition: color 150ms;
}
.tabs-menu li:hover {
  position: relative;
}
.tabs-menu li:hover:after {
  background-color: #FF6D92;
  height: 3px;
}
.tabs-menu li:hover a {
  color: #676D76;
}
.tabs-menu li:after {
  background-color: transparent;
  bottom: -3px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition: all ease 150ms;
  width: 100%;
}
.tabs-menu li:last-child {
  margin-right: 0;
}
.tabs-menu li.is-active {
  border-bottom: 3px solid #FF6D92;
}
.tabs-menu li.is-active a {
  color: #1B2432;
}
.tabs-menu li.is-active:hover:after {
  background-color: transparent;
  height: 0;
}
.tabs-menu li a {
  color: #A1A4AA;
  text-decoration: none;
}
.tabs-menu li a:hover {
  border-bottom: none;
}

.tab {
  float: left;
  width: 100%;
}

.tabs--centered .tabs-menu {
  text-align: center;
}

.tabs--responsive {
  display: none;
  visibility: hidden;
}
@media (min-width: 960px) {
  .tabs--responsive {
    display: block;
    visibility: visible;
  }
}

.tabs--select {
  display: block;
  margin: 20px auto;
  visibility: visible;
  width: 90%;
}
@media (min-width: 960px) {
  .tabs--select {
    display: none;
    visibility: hidden;
  }
}

.container,
.container--fluid,
.container--narrow {
  margin-left: auto;
  margin-right: auto;
  transition: width 150ms;
  width: 90%;
}

@media (min-width: 1280px) {
  .container {
    width: 1220px;
  }
}

@media (min-width: 1280px) {
  .container--fluid {
    max-width: 1120px;
  }
}

@media (min-width: 768px) {
  .container--narrow {
    width: 770px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.col-xsmall-1, .col-small-1, .col-medium-1, .col-large-1, .col-xlarge-1, .col-xsmall-2, .col-small-2, .col-medium-2, .col-large-2, .col-xlarge-2, .col-xsmall-3, .col-small-3, .col-medium-3, .col-large-3, .col-xlarge-3, .col-xsmall-4, .col-small-4, .col-medium-4, .col-large-4, .col-xlarge-4, .col-xsmall-5, .col-small-5, .col-medium-5, .col-large-5, .col-xlarge-5, .col-xsmall-6, .col-small-6, .col-medium-6, .col-large-6, .col-xlarge-6, .col-xsmall-7, .col-small-7, .col-medium-7, .col-large-7, .col-xlarge-7, .col-xsmall-8, .col-small-8, .col-medium-8, .col-large-8, .col-xlarge-8, .col-xsmall-9, .col-small-9, .col-medium-9, .col-large-9, .col-xlarge-9, .col-xsmall-10, .col-small-10, .col-medium-10, .col-large-10, .col-xlarge-10, .col-xsmall-11, .col-small-11, .col-medium-11, .col-large-11, .col-xlarge-11, .col-xsmall-12, .col-small-12, .col-medium-12, .col-large-12, .col-xlarge-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-xsmall-1, .col-xsmall-2, .col-xsmall-3, .col-xsmall-4, .col-xsmall-5, .col-xsmall-6, .col-xsmall-7, .col-xsmall-8, .col-xsmall-9, .col-xsmall-10, .col-xsmall-11, .col-xsmall-12 {
  float: left;
}

.col-xsmall-1 {
  width: 8.3333333333%;
}

.col-xsmall-2 {
  width: 16.6666666667%;
}

.col-xsmall-3 {
  width: 25%;
}

.col-xsmall-4 {
  width: 33.3333333333%;
}

.col-xsmall-5 {
  width: 41.6666666667%;
}

.col-xsmall-6 {
  width: 50%;
}

.col-xsmall-7 {
  width: 58.3333333333%;
}

.col-xsmall-8 {
  width: 66.6666666667%;
}

.col-xsmall-9 {
  width: 75%;
}

.col-xsmall-10 {
  width: 83.3333333333%;
}

.col-xsmall-11 {
  width: 91.6666666667%;
}

.col-xsmall-12 {
  width: 100%;
}

.col-xsmall-pull-0 {
  right: auto;
}

.col-xsmall-pull-1 {
  right: 8.3333333333%;
}

.col-xsmall-pull-2 {
  right: 16.6666666667%;
}

.col-xsmall-pull-3 {
  right: 25%;
}

.col-xsmall-pull-4 {
  right: 33.3333333333%;
}

.col-xsmall-pull-5 {
  right: 41.6666666667%;
}

.col-xsmall-pull-6 {
  right: 50%;
}

.col-xsmall-pull-7 {
  right: 58.3333333333%;
}

.col-xsmall-pull-8 {
  right: 66.6666666667%;
}

.col-xsmall-pull-9 {
  right: 75%;
}

.col-xsmall-pull-10 {
  right: 83.3333333333%;
}

.col-xsmall-pull-11 {
  right: 91.6666666667%;
}

.col-xsmall-pull-12 {
  right: 100%;
}

.col-xsmall-push-0 {
  left: auto;
}

.col-xsmall-push-1 {
  left: 8.3333333333%;
}

.col-xsmall-push-2 {
  left: 16.6666666667%;
}

.col-xsmall-push-3 {
  left: 25%;
}

.col-xsmall-push-4 {
  left: 33.3333333333%;
}

.col-xsmall-push-5 {
  left: 41.6666666667%;
}

.col-xsmall-push-6 {
  left: 50%;
}

.col-xsmall-push-7 {
  left: 58.3333333333%;
}

.col-xsmall-push-8 {
  left: 66.6666666667%;
}

.col-xsmall-push-9 {
  left: 75%;
}

.col-xsmall-push-10 {
  left: 83.3333333333%;
}

.col-xsmall-push-11 {
  left: 91.6666666667%;
}

.col-xsmall-push-12 {
  left: 100%;
}

.col-xsmall-offset-0 {
  margin-left: 0%;
}

.col-xsmall-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xsmall-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xsmall-offset-3 {
  margin-left: 25%;
}

.col-xsmall-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xsmall-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xsmall-offset-6 {
  margin-left: 50%;
}

.col-xsmall-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xsmall-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xsmall-offset-9 {
  margin-left: 75%;
}

.col-xsmall-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xsmall-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xsmall-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-small-1, .col-small-2, .col-small-3, .col-small-4, .col-small-5, .col-small-6, .col-small-7, .col-small-8, .col-small-9, .col-small-10, .col-small-11, .col-small-12 {
    float: left;
  }
  .col-small-1 {
    width: 8.3333333333%;
  }
  .col-small-2 {
    width: 16.6666666667%;
  }
  .col-small-3 {
    width: 25%;
  }
  .col-small-4 {
    width: 33.3333333333%;
  }
  .col-small-5 {
    width: 41.6666666667%;
  }
  .col-small-6 {
    width: 50%;
  }
  .col-small-7 {
    width: 58.3333333333%;
  }
  .col-small-8 {
    width: 66.6666666667%;
  }
  .col-small-9 {
    width: 75%;
  }
  .col-small-10 {
    width: 83.3333333333%;
  }
  .col-small-11 {
    width: 91.6666666667%;
  }
  .col-small-12 {
    width: 100%;
  }
  .col-small-pull-0 {
    right: auto;
  }
  .col-small-pull-1 {
    right: 8.3333333333%;
  }
  .col-small-pull-2 {
    right: 16.6666666667%;
  }
  .col-small-pull-3 {
    right: 25%;
  }
  .col-small-pull-4 {
    right: 33.3333333333%;
  }
  .col-small-pull-5 {
    right: 41.6666666667%;
  }
  .col-small-pull-6 {
    right: 50%;
  }
  .col-small-pull-7 {
    right: 58.3333333333%;
  }
  .col-small-pull-8 {
    right: 66.6666666667%;
  }
  .col-small-pull-9 {
    right: 75%;
  }
  .col-small-pull-10 {
    right: 83.3333333333%;
  }
  .col-small-pull-11 {
    right: 91.6666666667%;
  }
  .col-small-pull-12 {
    right: 100%;
  }
  .col-small-push-0 {
    left: auto;
  }
  .col-small-push-1 {
    left: 8.3333333333%;
  }
  .col-small-push-2 {
    left: 16.6666666667%;
  }
  .col-small-push-3 {
    left: 25%;
  }
  .col-small-push-4 {
    left: 33.3333333333%;
  }
  .col-small-push-5 {
    left: 41.6666666667%;
  }
  .col-small-push-6 {
    left: 50%;
  }
  .col-small-push-7 {
    left: 58.3333333333%;
  }
  .col-small-push-8 {
    left: 66.6666666667%;
  }
  .col-small-push-9 {
    left: 75%;
  }
  .col-small-push-10 {
    left: 83.3333333333%;
  }
  .col-small-push-11 {
    left: 91.6666666667%;
  }
  .col-small-push-12 {
    left: 100%;
  }
  .col-small-offset-0 {
    margin-left: 0%;
  }
  .col-small-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-small-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-small-offset-3 {
    margin-left: 25%;
  }
  .col-small-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-small-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-small-offset-6 {
    margin-left: 50%;
  }
  .col-small-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-small-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-small-offset-9 {
    margin-left: 75%;
  }
  .col-small-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-small-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-small-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 960px) {
  .col-medium-1, .col-medium-2, .col-medium-3, .col-medium-4, .col-medium-5, .col-medium-6, .col-medium-7, .col-medium-8, .col-medium-9, .col-medium-10, .col-medium-11, .col-medium-12 {
    float: left;
  }
  .col-medium-1 {
    width: 8.3333333333%;
  }
  .col-medium-2 {
    width: 16.6666666667%;
  }
  .col-medium-3 {
    width: 25%;
  }
  .col-medium-4 {
    width: 33.3333333333%;
  }
  .col-medium-5 {
    width: 41.6666666667%;
  }
  .col-medium-6 {
    width: 50%;
  }
  .col-medium-7 {
    width: 58.3333333333%;
  }
  .col-medium-8 {
    width: 66.6666666667%;
  }
  .col-medium-9 {
    width: 75%;
  }
  .col-medium-10 {
    width: 83.3333333333%;
  }
  .col-medium-11 {
    width: 91.6666666667%;
  }
  .col-medium-12 {
    width: 100%;
  }
  .col-medium-pull-0 {
    right: auto;
  }
  .col-medium-pull-1 {
    right: 8.3333333333%;
  }
  .col-medium-pull-2 {
    right: 16.6666666667%;
  }
  .col-medium-pull-3 {
    right: 25%;
  }
  .col-medium-pull-4 {
    right: 33.3333333333%;
  }
  .col-medium-pull-5 {
    right: 41.6666666667%;
  }
  .col-medium-pull-6 {
    right: 50%;
  }
  .col-medium-pull-7 {
    right: 58.3333333333%;
  }
  .col-medium-pull-8 {
    right: 66.6666666667%;
  }
  .col-medium-pull-9 {
    right: 75%;
  }
  .col-medium-pull-10 {
    right: 83.3333333333%;
  }
  .col-medium-pull-11 {
    right: 91.6666666667%;
  }
  .col-medium-pull-12 {
    right: 100%;
  }
  .col-medium-push-0 {
    left: auto;
  }
  .col-medium-push-1 {
    left: 8.3333333333%;
  }
  .col-medium-push-2 {
    left: 16.6666666667%;
  }
  .col-medium-push-3 {
    left: 25%;
  }
  .col-medium-push-4 {
    left: 33.3333333333%;
  }
  .col-medium-push-5 {
    left: 41.6666666667%;
  }
  .col-medium-push-6 {
    left: 50%;
  }
  .col-medium-push-7 {
    left: 58.3333333333%;
  }
  .col-medium-push-8 {
    left: 66.6666666667%;
  }
  .col-medium-push-9 {
    left: 75%;
  }
  .col-medium-push-10 {
    left: 83.3333333333%;
  }
  .col-medium-push-11 {
    left: 91.6666666667%;
  }
  .col-medium-push-12 {
    left: 100%;
  }
  .col-medium-offset-0 {
    margin-left: 0%;
  }
  .col-medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-medium-offset-3 {
    margin-left: 25%;
  }
  .col-medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-medium-offset-6 {
    margin-left: 50%;
  }
  .col-medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-medium-offset-9 {
    margin-left: 75%;
  }
  .col-medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-medium-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1120px) {
  .col-large-1, .col-large-2, .col-large-3, .col-large-4, .col-large-5, .col-large-6, .col-large-7, .col-large-8, .col-large-9, .col-large-10, .col-large-11, .col-large-12 {
    float: left;
  }
  .col-large-1 {
    width: 8.3333333333%;
  }
  .col-large-2 {
    width: 16.6666666667%;
  }
  .col-large-3 {
    width: 25%;
  }
  .col-large-4 {
    width: 33.3333333333%;
  }
  .col-large-5 {
    width: 41.6666666667%;
  }
  .col-large-6 {
    width: 50%;
  }
  .col-large-7 {
    width: 58.3333333333%;
  }
  .col-large-8 {
    width: 66.6666666667%;
  }
  .col-large-9 {
    width: 75%;
  }
  .col-large-10 {
    width: 83.3333333333%;
  }
  .col-large-11 {
    width: 91.6666666667%;
  }
  .col-large-12 {
    width: 100%;
  }
  .col-large-pull-0 {
    right: auto;
  }
  .col-large-pull-1 {
    right: 8.3333333333%;
  }
  .col-large-pull-2 {
    right: 16.6666666667%;
  }
  .col-large-pull-3 {
    right: 25%;
  }
  .col-large-pull-4 {
    right: 33.3333333333%;
  }
  .col-large-pull-5 {
    right: 41.6666666667%;
  }
  .col-large-pull-6 {
    right: 50%;
  }
  .col-large-pull-7 {
    right: 58.3333333333%;
  }
  .col-large-pull-8 {
    right: 66.6666666667%;
  }
  .col-large-pull-9 {
    right: 75%;
  }
  .col-large-pull-10 {
    right: 83.3333333333%;
  }
  .col-large-pull-11 {
    right: 91.6666666667%;
  }
  .col-large-pull-12 {
    right: 100%;
  }
  .col-large-push-0 {
    left: auto;
  }
  .col-large-push-1 {
    left: 8.3333333333%;
  }
  .col-large-push-2 {
    left: 16.6666666667%;
  }
  .col-large-push-3 {
    left: 25%;
  }
  .col-large-push-4 {
    left: 33.3333333333%;
  }
  .col-large-push-5 {
    left: 41.6666666667%;
  }
  .col-large-push-6 {
    left: 50%;
  }
  .col-large-push-7 {
    left: 58.3333333333%;
  }
  .col-large-push-8 {
    left: 66.6666666667%;
  }
  .col-large-push-9 {
    left: 75%;
  }
  .col-large-push-10 {
    left: 83.3333333333%;
  }
  .col-large-push-11 {
    left: 91.6666666667%;
  }
  .col-large-push-12 {
    left: 100%;
  }
  .col-large-offset-0 {
    margin-left: 0%;
  }
  .col-large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-large-offset-3 {
    margin-left: 25%;
  }
  .col-large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-large-offset-6 {
    margin-left: 50%;
  }
  .col-large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-large-offset-9 {
    margin-left: 75%;
  }
  .col-large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-large-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-xlarge-1, .col-xlarge-2, .col-xlarge-3, .col-xlarge-4, .col-xlarge-5, .col-xlarge-6, .col-xlarge-7, .col-xlarge-8, .col-xlarge-9, .col-xlarge-10, .col-xlarge-11, .col-xlarge-12 {
    float: left;
  }
  .col-xlarge-1 {
    width: 8.3333333333%;
  }
  .col-xlarge-2 {
    width: 16.6666666667%;
  }
  .col-xlarge-3 {
    width: 25%;
  }
  .col-xlarge-4 {
    width: 33.3333333333%;
  }
  .col-xlarge-5 {
    width: 41.6666666667%;
  }
  .col-xlarge-6 {
    width: 50%;
  }
  .col-xlarge-7 {
    width: 58.3333333333%;
  }
  .col-xlarge-8 {
    width: 66.6666666667%;
  }
  .col-xlarge-9 {
    width: 75%;
  }
  .col-xlarge-10 {
    width: 83.3333333333%;
  }
  .col-xlarge-11 {
    width: 91.6666666667%;
  }
  .col-xlarge-12 {
    width: 100%;
  }
  .col-xlarge-pull-0 {
    right: auto;
  }
  .col-xlarge-pull-1 {
    right: 8.3333333333%;
  }
  .col-xlarge-pull-2 {
    right: 16.6666666667%;
  }
  .col-xlarge-pull-3 {
    right: 25%;
  }
  .col-xlarge-pull-4 {
    right: 33.3333333333%;
  }
  .col-xlarge-pull-5 {
    right: 41.6666666667%;
  }
  .col-xlarge-pull-6 {
    right: 50%;
  }
  .col-xlarge-pull-7 {
    right: 58.3333333333%;
  }
  .col-xlarge-pull-8 {
    right: 66.6666666667%;
  }
  .col-xlarge-pull-9 {
    right: 75%;
  }
  .col-xlarge-pull-10 {
    right: 83.3333333333%;
  }
  .col-xlarge-pull-11 {
    right: 91.6666666667%;
  }
  .col-xlarge-pull-12 {
    right: 100%;
  }
  .col-xlarge-push-0 {
    left: auto;
  }
  .col-xlarge-push-1 {
    left: 8.3333333333%;
  }
  .col-xlarge-push-2 {
    left: 16.6666666667%;
  }
  .col-xlarge-push-3 {
    left: 25%;
  }
  .col-xlarge-push-4 {
    left: 33.3333333333%;
  }
  .col-xlarge-push-5 {
    left: 41.6666666667%;
  }
  .col-xlarge-push-6 {
    left: 50%;
  }
  .col-xlarge-push-7 {
    left: 58.3333333333%;
  }
  .col-xlarge-push-8 {
    left: 66.6666666667%;
  }
  .col-xlarge-push-9 {
    left: 75%;
  }
  .col-xlarge-push-10 {
    left: 83.3333333333%;
  }
  .col-xlarge-push-11 {
    left: 91.6666666667%;
  }
  .col-xlarge-push-12 {
    left: 100%;
  }
  .col-xlarge-offset-0 {
    margin-left: 0%;
  }
  .col-xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xlarge-offset-3 {
    margin-left: 25%;
  }
  .col-xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xlarge-offset-6 {
    margin-left: 50%;
  }
  .col-xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xlarge-offset-9 {
    margin-left: 75%;
  }
  .col-xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xlarge-offset-12 {
    margin-left: 100%;
  }
}
.grid--content {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
  text-align: center;
}
.grid--content:before, .grid--content:after {
  content: "";
  display: table;
}
.grid--content:after {
  clear: both;
}
.grid--content p,
.grid--content img {
  margin-bottom: 10px;
}

.grid--content-title {
  font-size: 1.375em;
  margin-bottom: 15px;
  margin-top: 20px;
}

.grid--content-half {
  min-height: 1px;
  padding-left: 125px;
  padding-right: 125px;
  position: relative;
}
@media (min-width: 960px) {
  .grid--content-half {
    float: left;
    width: 50%;
  }
}

.grid--content-third {
  min-height: 1px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
@media (min-width: 768px) {
  .grid--content-third {
    float: left;
    width: 33.3333333333%;
  }
}

.grid--content-fourth {
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .grid--content-fourth {
    float: left;
    width: 25%;
  }
}

form {
  color: #1B2432;
  margin-bottom: 20px;
}

input,
select,
textarea {
  background-color: #ffffff;
  border: 1px solid #CDCFD2;
  border-radius: 3px;
  color: #1B2432;
  font-size: 0.875em;
  height: 40px;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  transition: 150ms;
  width: 100%;
}
input[disabled], input[disabled]:hover, input[disabled]:active, input[disabled]:focus,
select[disabled],
select[disabled]:hover,
select[disabled]:active,
select[disabled]:focus,
textarea[disabled],
textarea[disabled]:hover,
textarea[disabled]:active,
textarea[disabled]:focus {
  background-color: #F8F8F9;
  border-color: #EFF0F1;
  box-shadow: none;
  cursor: not-allowed;
}

input {
  line-height: normal;
}
input:focus {
  border-color: #B9BCC0;
  box-shadow: inset 0 1px 1px 0 #eff0f1;
  outline: 0;
}
input[type=checkbox], input[type=radio], input[type=file], input[type=range], input[type=color] {
  height: auto;
  padding-left: 0;
  width: auto;
}
input[type=checkbox]:focus, input[type=radio]:focus, input[type=file]:focus, input[type=range]:focus, input[type=color]:focus {
  border-color: transparent;
  box-shadow: none;
}
input[type=submit] {
  cursor: pointer;
  padding: 0 10px;
}
input[type=submit]:focus {
  border-color: transparent;
  box-shadow: none;
}

input[type=checkbox],
input[type=file],
input[type=image],
input[type=radio] {
  height: auto;
  width: auto;
}

input[type=checkbox],
input[type=radio] {
  line-height: normal;
  padding: 0;
}
input[type=checkbox]:last-of-type,
input[type=radio]:last-of-type {
  margin-bottom: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  color: #1B2432;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 400;
  margin: 0 0 0 5px;
  line-height: 1;
  text-transform: none;
}

input[type=search] {
  border-radius: 15px;
  height: 30px;
}

input[type=file] {
  background-color: transparent;
  border: none;
  line-height: 100%;
  padding: 0;
}

select {
  padding-left: 0;
}
select:focus {
  background-color: #F8F8F9;
  box-shadow: inset 0 -1px 0 0 #e1e2e4;
  outline: 0;
}
select[multiple] {
  height: auto;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

option[disabled] {
  color: #CDCFD2;
}

textarea {
  height: auto;
  padding: 10px 15px;
  resize: vertical;
}
textarea:focus {
  border-color: #B9BCC0;
  box-shadow: inset 0 1px 1px 0 #eff0f1;
  outline: 0;
}

label {
  color: #A1A4AA;
  display: block;
  font-size: 0.75em;
  margin-bottom: 7px;
  margin-top: 25px;
  text-transform: uppercase;
}

fieldset {
  border: 1px solid #CDCFD2;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 15px;
}
fieldset > input {
  margin-bottom: 0;
}

legend {
  color: #B9BCC0;
  font-size: 14;
  font-weight: 600;
  padding: 0 10px;
}

::-webkit-input-placeholder {
  color: #B9BCC0;
}

:-ms-input-placeholder {
  color: #B9BCC0;
}

::-moz-placeholder {
  color: #B9BCC0;
}

:-moz-placeholder {
  color: #B9BCC0;
}

.input--short {
  height: 30px;
}

.form--collapse button,
.form--collapse .button,
.form--collapse input.button {
  height: 40px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .form--collapse button,
  .form--collapse .button,
  .form--collapse input.button {
    margin: 0 0 0 5px;
  }
}
.form--collapse .input--short + button,
.form--collapse .input--short + .button,
.form--collapse .input--short + input[type=submit] {
  height: 30px;
}
.form--collapse input,
.form--collapse select,
.form--collapse textarea {
  width: 100%;
}
@media (min-width: 768px) {
  .form--collapse input,
  .form--collapse select,
  .form--collapse textarea {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
}
@media (min-width: 768px) {
  .form--collapse label {
    display: inline;
    margin-right: 10px;
    vertical-align: middle;
  }
  input + .form--collapse label {
    margin-left: 15px;
  }
}

.form--inline button,
.form--inline .button,
.form--inline input.button {
  height: 40px;
  margin: 0 0 0 5px;
}
.form--inline .input--short + button,
.form--inline .input--short + .button,
.form--inline .input--short + input[type=submit] {
  height: 30px;
}
.form--inline input,
.form--inline select,
.form--inline textarea {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
@media (min-width: 768px) {
  .form--inline label {
    display: inline;
    margin-right: 10px;
    vertical-align: middle;
  }
  input + .form--inline label {
    margin-left: 15px;
  }
}

@media (min-width: 960px) {
  .form--horizontal label {
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: right;
    vertical-align: middle;
    width: 105px;
  }
  .form--horizontal input,
  .form--horizontal select,
  .form--horizontal textarea {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
  }
  .form--horizontal textarea {
    width: auto;
  }
  .form--horizontal .input--help {
    margin-left: 120px;
  }
}

.input--background label {
  color: #ffffff;
}
.input--background input:focus,
.input--background select:focus,
.input--background textarea:focus {
  border-color: rgba(27, 36, 50, 0.5);
}
.input--background input[disabled], .input--background input[disabled]:hover, .input--background input[disabled]:active, .input--background input[disabled]:focus,
.input--background select[disabled],
.input--background select[disabled]:hover,
.input--background select[disabled]:active,
.input--background select[disabled]:focus,
.input--background textarea[disabled],
.input--background textarea[disabled]:hover,
.input--background textarea[disabled]:active,
.input--background textarea[disabled]:focus {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: transparent;
}

.input--unstyled {
  background: none;
  border: none;
  box-shadow: none;
  display: inline-block;
  font-weight: 400;
  height: auto;
  margin: 0;
  padding: 0;
}
.input--unstyled:focus {
  box-shadow: none;
}

.input--help {
  color: #676D76;
  font-size: 0.75em;
  font-weight: 600;
  margin-top: 10px;
}
.form--option {
  color: #B9BCC0;
  font-size: 1.75em;
  line-height: 2.5;
  position: relative;
  text-align: center;
}
.form--option:before, .form--option:after {
  border-top: 1px solid #E1E2E4;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 45%;
  z-index: 0;
}
.form--option:before {
  left: auto;
  right: 0;
}

.siteHeader {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 3px rgba(27, 36, 50, 0.15);
  left: 0;
  position: fixed;
  top: 0;
  transform: translateX(0);
  transition: transform 450ms cubic-bezier(0.33, 0, 0.2, 1);
  width: 100%;
  z-index: 900;
}

@media (max-width: 959px) {
  html.siteHeader-mobile-is-active .siteHeader {
    transform: translateX(-200px);
  }
}
.siteHeader-logo {
  background: url("https://luna1.co/0fc2ef.png") no-repeat transparent center center;
  background-size: contain;
  display: block;
  float: left;
  height: 27px;
  margin-right: 40px;
  margin-top: 15px;
  width: 132px;
}
.siteHeader-logo:hover {
  border-bottom: none;
}

.siteHeader-logo--guide {
  background: url("https://luna1.co/f24ee9.png") no-repeat transparent center center;
  background-size: contain;
  height: 32px;
  width: 210px;
}

.siteHeader-logo--dev {
  background: url("https://luna1.co/7ed8a8.png") no-repeat transparent center center;
  background-size: contain;
  height: 31px;
  width: 264px;
}

.siteHeader-logo--blog {
  background: url("https://luna1.co/f1be03.png") no-repeat transparent center center;
  background-size: contain;
  height: 31px;
  width: 190px;
}

.siteHeader-search {
  display: none;
  margin-top: 13px;
  visibility: hidden;
}
@media (min-width: 960px) {
  .siteHeader-search {
    display: block;
    visibility: visible;
  }
}
.siteHeader-search input {
  background: url("https://luna1.co/9a0d6e.svg") no-repeat 5px center;
  background-size: 22px;
  padding-left: 30px;
  width: 100%;
}

.siteHeader-search--circular {
  float: right;
  margin-top: 15px;
}
.siteHeader-search--circular .siteHeader-search-input {
  position: relative;
}
.siteHeader-search--circular .siteHeader-search-input input {
  color: transparent;
  cursor: pointer;
  margin-right: 10px;
  text-align: left;
  transition: width 0.5s, border-radius 1s;
}
.siteHeader-search--circular .siteHeader-search-input input:focus {
  background-color: #ffffff;
  border: 1px solid #CDCFD2;
  border-radius: 25px;
  box-shadow: none;
  color: #676D76;
  cursor: text;
  padding-left: 20px;
  transition: width 0.5s, border-radius 0.3s;
  width: 250px;
}
.siteHeader-search--circular .siteHeader-search-input .icon--search {
  color: #A1A4AA;
  left: 7px;
  pointer-events: none;
  position: absolute;
  top: 7px;
}

.siteHeader-buttons {
  display: inline;
  float: right;
  text-align: right;
}
.siteHeader-buttons button,
.siteHeader-buttons .button {
  font-size: 0.875em;
  height: 35px;
  line-height: 2.5;
  margin: 11.5px 5px 0 0;
  padding-right: 13px;
  padding-left: 13px;
}
@media (min-width: 768px) {
  .siteHeader-buttons button,
  .siteHeader-buttons .button {
    margin-right: 10px;
  }
}
.siteHeader-buttons button:last-of-type,
.siteHeader-buttons .button:last-of-type {
  margin-right: 0;
}

.siteHeader-nav {
  display: inline-block;
  font-weight: 400;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .siteHeader-nav {
    margin-right: 30px;
  }
}
.siteHeader-nav a {
  color: #B9BCC0;
}
.siteHeader-nav a:hover, .siteHeader-nav a:active {
  border-bottom: none;
  color: #1AAFD0;
}
.siteHeader-nav li {
  display: inline;
  font-size: 0.875em;
  line-height: 1;
  list-style: none;
  margin-right: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .siteHeader-nav li {
    margin-right: 15px;
  }
}
.siteHeader-nav li:last-child {
  margin-right: 0;
}
.siteHeader-nav li.is-active {
  border-bottom: 3px solid #6a67ce;
  padding-bottom: 18px;
}
.siteHeader-nav li.is-active a {
  color: #1B2432;
}

.siteHeader-nav--right {
  float: right;
}

.siteHeader-mobile {
  display: none;
  float: right;
  margin-top: 20px;
}
@media (max-width: 959px) {
  .siteHeader-mobile {
    display: block;
  }
}
.siteHeader-mobile a {
  font-size: 1.125em;
  color: #CDCFD2;
}
.siteHeader-mobile a:hover, .siteHeader-mobile a:focus {
  color: #898E95;
}

html.siteHeader-mobile-is-active .siteHeader-mobile a {
  color: #898E95;
}

.siteHeader--static {
  position: relative;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul,
ol {
  margin-bottom: 15px;
  padding-left: 20px;
}
ul li,
ol li {
  margin-bottom: 5px;
  position: relative;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: auto;
}
ul ul ul,
ol ul ul {
  list-style-type: disc;
}
ul ul ol,
ol ul ol {
  list-style-type: lower-roman;
}
ul ol ol,
ol ol ol {
  list-style-type: lower-roman;
}
ul ol ul,
ol ol ul {
  list-style-type: disc;
}

dt {
  font-weight: 700;
  margin-bottom: 15px;
}

dd {
  margin-bottom: 20px;
}

.list--navigation {
  color: #49505B;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.list--navigation a {
  color: #49505B;
}
.list--navigation a:hover {
  border-bottom: none;
}
.list--navigation li {
  font-size: 0.875em;
  line-height: 2;
  list-style-type: none;
  margin: 0 2px;
  padding: 0 13px;
}
.list--navigation li:hover {
  background-color: #179DBA;
  color: #ffffff;
}
.list--navigation li.is-active {
  background-color: #1B2432;
  color: #ffffff;
}
.list--navigation .li--header {
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.5;
  padding-top: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .list--navigation .li--header {
    padding-top: 30px;
  }
}
.list--navigation .li--header:hover {
  background-color: transparent;
  color: inherit;
}

.list--background.list--navigation a,
.list--background.list--navigation li {
  color: #9399A3;
}
.list--background.list--navigation li:hover, .list--background.list--navigation li.is-active {
  color: #ffffff;
}
.list--background.list--navigation .li--header,
.list--background.list--navigation .li--header a {
  color: #B3BCC4;
}
.list--background.list--navigation .li--header:hover {
  background-color: transparent;
  color: inherit;
}

.pageSection {
  padding-top: 25px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .pageSection {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.pageSection--background {
  margin-bottom: 25px;
  margin-top: 25px;
  padding-bottom: 40px;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .pageSection--background {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 85px;
    padding-top: 100px;
  }
}

.sectionHeading {
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .sectionHeading {
    padding-bottom: 50px;
  }
}

.sectionHeading-subhead {
  color: #676D76;
  font-size: 1.375em;
  margin-bottom: 20px;
}

table {
  border: 1px solid #E1E2E4;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin-bottom: 20px;
  text-align: left;
  width: 100% !important;
}
table caption {
  color: #676D76;
  font-size: 85%;
  font-style: italic;
  padding: 1em 0;
  text-align: center;
}
table thead {
  background-color: #EFF0F1;
  border-bottom: 1px solid #E1E2E4;
}
table th,
table td {
  overflow: visible;
  padding: 10px 15px;
}
table td {
  border-top: 1px solid #EFF0F1;
}

.table-responsive {
  margin-bottom: 20px;
  overflow: auto;
  width: 100%;
}
.table-responsive::-webkit-scrollbar {
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: rgba(27, 36, 50, 0.2);
  border: 3px solid #ffffff;
  border-radius: 8px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes moveUp {
  from {
    transform: translateY(175px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes moveUpMed {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes moveUpSmall {
  from {
    transform: translateY(50px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes pathLoad {
  0% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 1300;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.-block {
  display: block;
}

.-inline-block {
  display: inline-block;
}

.-inline {
  display: inline;
}

.-flex {
  display: flex;
}

.-table {
  display: table;
}

.-grid {
  display: grid;
}

.-is-hidden {
  display: none;
}

.i18n-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.i18n-modal svg {
  fill: white;
}

.siteFooter {
  position: relative;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
@media print {
  .siteFooter {
    display: none !important;
  }
}
.siteFooter li {
  list-style-type: none;
}
.siteFooter a.-white, .siteFooter button.-white {
  font-weight: 400;
  color: var(--text-medium);
  border-bottom: 1px solid transparent;
}
.siteFooter a.-white:hover, .siteFooter button.-white:hover {
  color: var(--text);
  border-bottom-color: var(--text);
}
.siteFooter button.-white {
  border: none;
  height: auto;
  min-height: 0;
  line-height: normal;
  padding: 0;
  background: transparent;
  letter-spacing: 0;
}
.siteFooter__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.siteFooter__logo {
  flex-basis: 100%;
  padding: 0 15px;
}
@media (min-width: 960px) {
  .siteFooter__logo {
    flex-basis: 8.3333333333%;
  }
}
.siteFooter__logo-icon {
  --size: 40px;
  --icon-size: 24px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: calc(-1 * (var(--size) - var(--icon-size)) / 2);
}
.siteFooter__logo-icon:hover {
  border: none;
}
.siteFooter__logo-icon svg {
  height: var(--icon-size);
  width: var(--icon-size);
  fill: var(--glow-coral);
}
.siteFooter__list {
  flex-basis: 50%;
  padding: 0 15px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .siteFooter__list {
    flex-basis: 33.3333333333%;
  }
}
@media (min-width: 960px) {
  .siteFooter__list {
    flex-basis: 25%;
  }
  .siteFooter__list:nth-of-type(4) {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1120px) {
  .siteFooter__list {
    flex-basis: 16.6666666667%;
    margin-bottom: 0;
  }
  .siteFooter__list:nth-of-type(4) {
    margin-left: 0;
  }
}
.siteFooter__title {
  color: var(--text);
  font-weight: 600;
  margin-bottom: 2px;
}
.siteFooter__item {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  word-wrap: break-word;
  margin-bottom: 14px;
}
.siteFooter__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 959px) {
  .siteFooter__item {
    margin-bottom: 12px;
  }
  .siteFooter__item a {
    font-size: 12px;
  }
}
.siteFooter__links {
  margin-left: -15px;
  margin-right: -15px;
  letter-spacing: 0.5px;
}
.siteFooter__links:before, .siteFooter__links:after {
  content: "";
  display: table;
}
.siteFooter__links:after {
  clear: both;
}
.siteFooter__main__wrapper {
  background-color: var(--bg);
}
.siteFooter__secondary__wrapper {
  background-color: var(--bg-medium);
  color: #ffffff;
  padding-bottom: 2px;
  padding-top: 2px;
}
.siteFooter__secondary__col-wrapper {
  flex-basis: 100%;
  padding: 0 8.3333333333%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 960px) {
  .siteFooter__secondary__col-wrapper {
    row-gap: 4px;
  }
}
.siteFooter__secondary__col {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  flex-basis: 100%;
}
@media (min-width: 960px) {
  .siteFooter__secondary__col {
    margin-bottom: 0;
    flex-basis: auto;
  }
}
.siteFooter__secondary__col--language-select a {
  font-size: 14px;
}
.siteFooter__secondary__col--terms {
  align-items: center;
  color: var(--text-medium);
}
.siteFooter__secondary__col--terms a {
  font-size: 14px;
}
.siteFooter__secondary__col--app-download-links > * {
  margin-right: 5px;
}
.siteFooter__secondary__col--app-download-links > *:last-child {
  margin-right: 0;
}
.siteFooter__secondary__col .terms-and-privacy {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.siteFooter__secondary__col--social a {
  font-size: 18;
  border-bottom: none;
  width: 32px;
  margin: 0 1.5px;
}
.siteFooter__secondary__col--social a:hover {
  border-bottom: none !important;
  filter: none;
}
.siteFooter__secondary__col .i18n-modal {
  color: var(--text-medium);
  transition: color 300ms;
}
.siteFooter__secondary__col .i18n-modal .i18n-globe svg {
  fill: currentColor;
}
.siteFooter__secondary__col .i18n-modal:hover {
  color: var(--text);
}
.siteFooter__secondary__col .i18n-modal:hover a {
  color: inherit;
  border-bottom-color: inherit;
}

.siteFooter-mobile-button {
  display: block;
  margin-right: 5px;
  height: 40px;
}
.siteFooter-mobile-button:hover {
  border-bottom: none;
}

html[lang=ja] .glossary-term {
  border-bottom: none;
}
html[lang=ja] .glossary-term:before {
  display: none;
  visibility: hidden;
}
html[lang=ja] .glossary-term:hover .guide-tooltip,
html[lang=ja] .glossary-term:hover .glossary-tooltip, html[lang=ja] .glossary-term:hover:before {
  display: none;
}
html[lang=ja] .guide-content-container {
  margin-top: 0;
}

h1 {
  font-size: 42px;
  line-height: 1.15;
}
@media (min-width: 768px) {
  h1 {
    font-size: 55px;
  }
}

.guide-article .guide-content h1, .guide-article .guide-article-title,
h2 {
  font-size: 32px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .guide-article .guide-content h1, .guide-article .guide-article-title,
  h2 {
    font-size: 40px;
  }
}

.guide-article .guide-content h2,
h3 {
  font-size: 26px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .guide-article .guide-content h2,
  h3 {
    font-size: 28px;
  }
}

.guide-article .guide-content h3,
h4 {
  font-size: 22px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .guide-article .guide-content h3,
  h4 {
    font-size: 22px;
  }
}

p {
  font-size: 17px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.guide-article .guide-content h4,
.p--large {
  font-size: 22px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .guide-article .guide-content h4,
  .p--large {
    font-size: 22px;
    line-height: 1.2;
  }
}

.guide-tooltip .definition-title,
.glossary-tooltip .definition-title, .footer--guide-mobile-menu .guide--mobile-depth-3 > a, .footer .footer-column-title,
.footer .footer-column-title a, blockquote cite,
blockquote footer, .card--article-source,
.p--label,
.iconList-items h4 {
  color: #676D76;
}

*, ::after, ::before {
  vertical-align: initial;
}

a {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.015em;
}
a.button {
  -webkit-font-smoothing: auto;
  -webkit-text-stroke: 0;
}

.centered {
  text-align: center;
}

.social-icon-svg {
  background-color: #6a67ce;
  border-color: none;
  border-radius: 50%;
  border-width: 0 !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  height: 2.1em;
  line-height: 2.1em;
  margin: 10px 5px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 2.1em;
  vertical-align: middle;
}
.social-icon-svg:hover {
  border-color: none;
  box-shadow: 0 0 0 3px #a177ff;
  color: #ffffff;
}
.social-icon-svg + .button {
  margin-right: 5px;
}
.social-icon-svg > svg {
  width: 1em;
  height: 1em;
}

.social-icon-svg--twitter {
  background-color: #00ACED;
}
.social-icon-svg--twitter:hover {
  box-shadow: 0 0 0 3px #02CEFF;
}

.social-icon-svg--facebook {
  background-color: #4760A5;
}
.social-icon-svg--facebook:hover {
  box-shadow: 0 0 0 3px #6e94fa;
}

.social-icon-svg--linkedin {
  background-color: #007BB6;
}
.social-icon-svg--linkedin:hover {
  box-shadow: 0 0 0 3px #05A2EC;
}

.social-icon-svg--email {
  background-color: #3be8b0;
}
.social-icon-svg--email:hover {
  box-shadow: 0 0 0 3px #6cf9dd;
}

.social-icon-svg--mail {
  background-color: #3be8b0;
}
.social-icon-svg--mail:hover {
  box-shadow: 0 0 0 3px #6cf9dd;
}

.social-icon-svg--link {
  background-color: #6a67ce;
}
.social-icon-svg--link:hover {
  box-shadow: 0 0 0 3px #a177ff;
}

.social-icon-svg--quora {
  background-color: #A82400;
}
.social-icon-svg--quora:hover {
  box-shadow: 0 0 0 3px #DE3102;
}

.social-icon-svg--dribbble {
  background-color: #EA4C89;
}
.social-icon-svg--dribbble:hover {
  box-shadow: 0 0 0 3px #ff93bc;
}

.social-icon-svg--instagram {
  background-color: #517FA4;
}
.social-icon-svg--instagram:hover {
  box-shadow: 0 0 0 3px #4A9EE2;
}

.social-icon-svg--tumblr {
  background-color: #32506D;
}
.social-icon-svg--tumblr:hover {
  box-shadow: 0 0 0 3px #387ABA;
}

.iconWrapper {
  vertical-align: middle;
  line-height: 4em;
  height: 6em;
}
.iconWrapper .icon-svg {
  margin: 40px auto 20px;
}

.icon-svg {
  vertical-align: middle;
}

html.fixed {
  overflow: hidden;
  overflow-y: scroll;
}
html.fixed body {
  height: 100vh;
}

body {
  overflow: hidden;
  background-color: #ffffff;
}

.guide--layout {
  background-image: linear-gradient(0deg, #ffffff 0%, #EFF0F1 100%);
  background-size: 150px 150px;
  background-repeat: repeat-x;
  background-attachment: fixed;
  padding-top: 60px;
}

.guide-content-container {
  margin-top: 30px;
}
@media (min-width: 960px) {
  .guide-content-container {
    margin-bottom: 60px;
  }
}

.page-wrap {
  overflow: hidden;
}

.guide-sidebar {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 960px) {
  .guide-sidebar {
    float: left;
    width: 25%;
  }
}

.card img {
  max-width: 100%;
}

.row-cards {
  padding-top: 40px;
  padding-bottom: 40px;
}

.card--equalHeight {
  height: auto;
}
@media (max-width: 767px) {
  .card--equalHeight {
    height: auto !important;
    min-height: 0;
  }
}

.card--article img {
  border: none;
}

del {
  text-decoration: line-through;
}

.dialog:target .dialog-close-background, .dialog:target .lessons-close-background, .lessons:target .dialog-close-background, .lessons:target .lessons-close-background {
  height: 100%;
  width: 100%;
  display: block;
  pointer-events: all;
  position: absolute;
}
.dialog:target .dialog-close-background:hover, .dialog:target .lessons-close-background:hover, .lessons:target .dialog-close-background:hover, .lessons:target .lessons-close-background:hover {
  border-bottom: none;
  text-decoration: none;
}

.dialog--flow .dialog-header {
  padding-bottom: 0;
}
.dialog--flow .dialog-header h1, .dialog--flow .dialog-header h2, .dialog--flow .dialog-header h3, .dialog--flow .dialog-header h4, .dialog--flow .dialog-header h5, .dialog--flow .dialog-header h6 {
  font-family: "haptik", "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.25em;
}
.dialog--flow .dialog-content {
  padding-top: 15px;
}
.dialog--flow .footnote {
  color: #A1A4AA;
  font-size: 12px;
}
.dialog--flow .footnote a:hover {
  border-bottom: 1px dotted #676D76;
  color: #676D76;
}
.dialog--flow label {
  clear: left;
  margin-top: 0;
}
.dialog--flow button,
.dialog--flow .button {
  max-width: 255px;
  width: 100%;
}
.dialog--flow input[type=submit] {
  width: auto;
}
.dialog--flow .secondary-actions {
  font-size: 14px;
  text-align: right;
  margin-right: 5%;
  margin-left: 5%;
}
.dialog--flow .secondary-actions a.link--secondary, .dialog--flow .secondary-actions .input--help a, .input--help .dialog--flow .secondary-actions a {
  text-align: left;
  float: left;
}
.dialog--flow .secondary-actions a.link--secondary:hover, .dialog--flow .secondary-actions .input--help a:hover, .input--help .dialog--flow .secondary-actions a:hover {
  border-bottom: 1px dotted #676D76;
  color: #676D76;
}
.dialog--flow .form--option {
  font-size: 16px;
}
.dialog--flow .p--center {
  margin-right: 5%;
  margin-left: 5%;
  text-align: center;
}
.dialog--flow .p--center span {
  font-weight: 600;
}
.dialog--flow .error-message-container {
  position: relative;
  width: 75%;
  float: left;
  height: 30px;
  margin-bottom: 10px;
}
.dialog--flow .error-message {
  position: absolute;
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  color: #FC636B;
}
.dialog--flow .signupForm {
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
}
.dialog--flow .signupForm .input--email {
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .dialog--flow .signupForm .input--email {
    width: 320px;
  }
}
.dialog--flow .signupForm button {
  float: right;
  margin-top: 10px;
  width: auto;
}
@media (min-width: 960px) {
  .dialog--flow .signupForm button {
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .dialog--flow .signupForm--signup-modal-get-started .input--email {
    width: 320px;
  }
}
.dialog--flow.dialog--signup .visible-logged-in .button {
  margin: 10px auto;
  display: table;
}
.dialog--flow.dialog--verify .dialog-container, .dialog--flow.dialog--verify .lessons-container {
  padding-bottom: 10px;
}
.dialog--flow.dialog--verify .dialog-footer {
  padding-top: 10px;
}
.dialog--flow.dialog--verify .dialog-footer p {
  margin-right: 5%;
  margin-left: 5%;
}

#udacityVideo.dialog--video .dialog-close {
  display: none;
}

.dialog--signup .signupForm label {
  display: block;
}

.dialog--existing-account .dialog-container, .dialog--existing-account .lessons-container,
.dialog--signup-failed .dialog-container,
.dialog--signup-failed .lessons-container,
.dialog--loading .dialog-container,
.dialog--loading .lessons-container {
  min-height: 400px;
}

.dialog--loading .loading-indicator {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.dialog--loading .loadingIndicator-dot {
  height: 20px;
  width: 20px;
}

.dialog-content--loader {
  margin: 0 auto;
  width: 10px;
}

.dialog--signup-failed .oops {
  width: 100%;
  height: 150px;
  background: url("https://luna1.co/dd8ed2.png") no-repeat center center;
  background-size: contain;
  margin-top: 30px;
  margin-bottom: 30px;
}

.template-guide .dialog-header h2 {
  font-family: "amasis", "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4em;
  line-height: 1.3em;
}

@keyframes FastLoadingIndicator-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.FastLoadingIndicator {
  animation: animation-fadeIn 1s ease-in;
  height: 64px;
  margin: auto;
  width: 64px;
}

.FastLoadingIndicator-circle {
  animation: FastLoadingIndicator-rotation 0.67s linear infinite;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMiAzMic+PGxpbmVhckdyYWRpZW50IGlkPSdGYXN0TG9hZGluZ0luZGljYXRvci1saW5lYXJHcmFkaWVudCcgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnIHgxPScxLjc4MDQnIHkxPScxNi4wMzc5JyB4Mj0nMzAuMTQzOScgeTI9JzE2LjAzNzknPjxzdG9wIG9mZnNldD0nMC40MTY5JyBzdG9wLWNvbG9yPScjQ0RDRkQyJy8+PHN0b3Agb2Zmc2V0PScwLjkzNzYnIHN0b3AtY29sb3I9J3JnYmEoMjQ4LDI0OCwyNDksMCknLz48L2xpbmVhckdyYWRpZW50PjxjaXJjbGUgY3g9JzE2JyBjeT0nMTYnIHI9JzEyLjcnIHN0eWxlPSdmaWxsOiBub25lOyBzdHJva2U6IHVybCgjRmFzdExvYWRpbmdJbmRpY2F0b3ItbGluZWFyR3JhZGllbnQpOyBzdHJva2Utd2lkdGg6IDI7Jz48L2NpcmNsZT48L3N2Zz4=");
  height: 100%;
  width: 100%;
}

.dialog--video {
  width: 0;
  height: 0;
  overflow: hidden;
}
.dialog--video:target {
  width: inherit;
  height: inherit;
  overflow: visible;
}
.dialog--video .FastLoadingIndicator {
  opacity: 0;
  transition: opacity 0.25s;
  position: absolute !important;
  top: 30vh;
  left: calc(50% - 32px);
}
.dialog--video .dialog-container, .dialog--video .lessons-container {
  opacity: 1;
  transition: opacity 0.25s;
}
.dialog--video:target .dialog-container.loading, .dialog--video:target .loading.lessons-container {
  opacity: 0;
}
.dialog--video:target .dialog-container.loading ~ .FastLoadingIndicator, .dialog--video:target .loading.lessons-container ~ .FastLoadingIndicator {
  opacity: 1;
}
.dialog--video .dialog-container, .dialog--video .lessons-container {
  width: 360px;
}
@media (min-width: 480px) {
  .dialog--video .dialog-container, .dialog--video .lessons-container {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .dialog--video .dialog-container, .dialog--video .lessons-container {
    width: 640px;
  }
}
@media (min-width: 960px) {
  .dialog--video .dialog-container, .dialog--video .lessons-container {
    width: 760px;
  }
}
@media (min-width: 1120px) {
  .dialog--video .dialog-container, .dialog--video .lessons-container {
    width: 930px;
  }
}
@media (min-width: 1280px) and (min-height: 720px) {
  .dialog--video .dialog-container, .dialog--video .lessons-container {
    width: 1160px;
    margin-top: 5%;
  }
}
@media (min-width: 1700px) and (min-height: 1000px) {
  .dialog--video .dialog-container, .dialog--video .lessons-container {
    width: 1600px;
  }
}
.dialog--video .dialog-content {
  height: 203px;
}
@media (min-width: 480px) {
  .dialog--video .dialog-content {
    height: 281px;
  }
}
@media (min-width: 768px) {
  .dialog--video .dialog-content {
    height: 360px;
  }
}
@media (min-width: 960px) {
  .dialog--video .dialog-content {
    height: 428px;
  }
}
@media (min-width: 1120px) {
  .dialog--video .dialog-content {
    height: 530px;
  }
}
@media (min-width: 1280px) and (min-height: 720px) {
  .dialog--video .dialog-content {
    height: 650px;
    max-height: none;
  }
}
@media (min-width: 1700px) and (min-height: 1000px) {
  .dialog--video .dialog-content {
    height: 900px;
  }
}
.dialog--video .dialog-content #modalVideoPlayer {
  min-height: 100%;
}
.dialog--video .dialog-close {
  right: -1.75em;
  top: -1.25em;
}

#i18n {
  overflow: scroll;
}
#i18n a {
  background-color: transparent;
  color: #796eff;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}
#i18n a:hover {
  border-bottom: 2px solid #635ac7;
  color: #635ac7;
  text-decoration: none;
}
#i18n h3 {
  font-size: calc(33.75px + 11.25 * (100vw - 480px) / 800);
  line-height: 1.244;
}
#i18n img {
  width: 100%;
}
#i18n p {
  text-align: center;
}
#i18n ul {
  list-style-type: none;
  padding-left: 0;
}
#i18n .dialog-container, #i18n .lessons-container {
  background-color: #f6f8f9;
  border-radius: 3px;
  box-shadow: 0 20px 30px 0 rgba(36, 50, 66, 0.14);
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  max-width: 900px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  width: 90%;
}
#i18n .dialog-content {
  overflow: auto;
}
#i18n .dialog-header {
  border: none;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}
#i18n .modal-img {
  margin: 0 auto;
  padding-bottom: 24px;
  width: 160px;
}
#i18n .language-list-wrapper {
  display: flex;
  justify-content: center;
}
#i18n .modal-container {
  padding-bottom: 48px;
}
#i18n .modal-content {
  padding-top: 32px;
}

.siteHeader {
  background: #ffffff !important;
  transform: none;
  transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
  top: 0;
  box-shadow: 0px 1px 3px 0px rgba(27, 36, 50, 0.15);
}
.siteHeader .language-select {
  margin-right: 30px;
  margin-top: 10px;
  width: auto;
}
.siteHeader .container {
  padding-bottom: 5px;
}
.siteHeader .siteHeader-logo {
  background-image: url("https://luna1.co/0fc2ef.png");
  position: relative;
  left: -10px;
  height: 22px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .siteHeader .siteHeader-logo {
    height: 26px;
    left: auto;
  }
}
@media (max-width: 1119px) {
  .siteHeader .siteHeader-logo {
    margin-right: 10px;
  }
}
.siteHeader .siteHeader-logo--guide {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  background-image: url("https://assets.asana.biz/m/7f371ddd8863b294/original/Asana-guide-lockup-horizontal-exact-size.png");
  height: 24px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .siteHeader .siteHeader-logo--guide {
    height: 29px;
    left: auto;
  }
}
.siteHeader .siteHeader-logo--dev {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  background-image: url("https://luna1.co/984202.png");
  background-size: contain;
  height: 24px;
  width: 264px;
}
@media (min-width: 768px) {
  .siteHeader .siteHeader-logo--dev {
    height: 29px;
    left: auto;
  }
}
.siteHeader .siteHeader-search {
  line-height: 55px;
  position: absolute;
  left: 33%;
}
.siteHeader .siteHeader-search form {
  margin-bottom: 0;
}
.siteHeader .siteHeader-search form input {
  vertical-align: top;
}
.siteHeader .siteHeader-textlinks {
  background-color: #ffffff;
  float: right;
  line-height: 3.5;
}
@media (max-width: 959px) {
  .siteHeader .siteHeader-textlinks {
    position: relative;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .siteHeader .siteHeader-textlinks {
    display: none;
  }
}
.siteHeader .siteHeader-textlinks a, .siteHeader .siteHeader-textlinks a:visited {
  border-color: transparent;
  color: #A1A4AA;
  margin-right: 15px;
}
@media (min-width: 960px) {
  .siteHeader .siteHeader-textlinks a, .siteHeader .siteHeader-textlinks a:visited {
    margin-right: 30px;
  }
}
.siteHeader .siteHeader-textlinks a:target, .siteHeader .siteHeader-textlinks a:hover, .siteHeader .siteHeader-textlinks a:active {
  color: #676D76;
  border-color: transparent;
}
.siteHeader .siteHeader-textlinks a:hover {
  color: #CD4848;
}
.siteHeader .siteHeader-textlinks a.-active {
  color: #676D76;
}
.siteHeader .siteHeader-textlinks ul {
  background: #ffffff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 5px 30px rgba(27, 36, 50, 0.15);
  display: none;
  left: 0;
  margin-left: -15px;
  padding: 0 15px;
  position: absolute;
  top: 100%;
  z-index: -1;
}
.siteHeader .siteHeader-textlinks li {
  color: #A1A4AA;
  display: inline-block;
  list-style: none;
  margin-right: 15px;
  position: relative;
}
@media (min-width: 960px) {
  .siteHeader .siteHeader-textlinks li {
    margin-right: 30px;
  }
}
.siteHeader .siteHeader-textlinks li:hover {
  color: #1AAFD0;
}
.siteHeader .siteHeader-textlinks li:hover ul {
  display: block;
}
.siteHeader .siteHeader-textlinks li li {
  display: block;
  line-height: 1.5;
  margin: 0;
  padding: 10px 0;
}
.siteHeader .siteHeader-textlinks li svg {
  height: 14px;
  margin-left: 5px;
}
.siteHeader .siteHeader-buttons {
  position: relative;
  float: right;
}
@media (max-width: 959px) {
  .siteHeader .siteHeader-buttons {
    position: relative;
    right: 30px;
  }
}
@media (max-width: 550px) {
  .siteHeader .siteHeader-buttons {
    display: none !important;
  }
}
.siteHeader .siteHeader-buttons button,
.siteHeader .siteHeader-buttons .button {
  border-width: 2px;
  height: 33px;
  line-height: 33px;
  padding: 0 13px;
  font-size: 14px;
  font-weight: normal;
  box-sizing: padding-box;
}
.siteHeader .siteHeader-buttons button .signup-dialog-button,
.siteHeader .siteHeader-buttons .button .signup-dialog-button {
  width: 163px;
}
.siteHeader .siteHeader-mobile-menu {
  width: 55px;
  height: 55px;
  right: -5px;
  top: 0;
  position: absolute;
  display: none;
}
.siteHeader .siteHeader-mobile-menu #hamburger-x-icon {
  width: 25px;
  height: 17px;
  position: relative;
  margin: auto auto;
  transform: rotate(0deg);
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.6, 0, 0, 1);
  cursor: pointer;
}
.siteHeader .siteHeader-mobile-menu #hamburger-x-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #CDCFD2;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.25s;
  transition-timing-function: inherit;
}
.siteHeader .siteHeader-mobile-menu #hamburger-x-icon span:nth-child(1) {
  top: 0px;
}
.siteHeader .siteHeader-mobile-menu #hamburger-x-icon span:nth-child(2), .siteHeader .siteHeader-mobile-menu #hamburger-x-icon span:nth-child(3) {
  top: 7px;
}
.siteHeader .siteHeader-mobile-menu #hamburger-x-icon span:nth-child(4) {
  top: 14px;
}
.siteHeader .siteHeader-mobile-menu #hamburger-x-icon.open span {
  border-radius: 0;
}
.siteHeader .siteHeader-mobile-menu #hamburger-x-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.siteHeader .siteHeader-mobile-menu #hamburger-x-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.siteHeader .siteHeader-mobile-menu #hamburger-x-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.siteHeader .siteHeader-mobile-menu #hamburger-x-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
@media (min-width: 591px) {
  .siteHeader .siteHeader-mobile-menu {
    right: -15px;
  }
}
@media (min-width: 768px) {
  .siteHeader .siteHeader-mobile-menu {
    height: 60px;
    width: 60px;
    right: -20px;
  }
}
@media screen and (max-width: 959px) {
  .siteHeader .siteHeader-mobile-menu {
    display: block;
  }
}
.siteHeader .siteHeader-mobile-menu button {
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: transparent;
  color: #CDCFD2;
  border-width: 0px !important;
  display: block;
  box-shadow: none !important;
}
.siteHeader .siteHeader-mobile-menu button .icon-svg {
  width: 22px;
  height: 26px;
}
.siteHeader .siteHeader-mobile-menu button:hover, .siteHeader .siteHeader-mobile-menu button:focus {
  color: #898E95;
}
@media print {
  .siteHeader {
    width: 100%;
    top: 0;
    display: block;
    position: absolute;
  }
}

.siteHeader.scrolled {
  background: rgba(255, 255, 255, 0.94);
}
@media print {
  .siteHeader.scrolled {
    background: #ffffff;
  }
}

#topbar-support {
  width: 100%;
  background: #FC636B;
  height: 60px;
  top: -60px;
  line-height: 40px;
  padding: 10px 12px;
  color: #ffffff;
  z-index: 1;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1), opacity 2s cubic-bezier(0.33, 0, 0.2, 1);
  opacity: 0;
  display: none;
  overflow: hidden;
  position: fixed;
  vertical-align: middle;
}
@media (min-width: 960px) {
  #topbar-support {
    padding: 10px 30px;
    height: 70px;
    line-height: 50px;
    top: -70px;
    display: table;
  }
}
#topbar-support a.icon {
  display: table-cell;
  line-height: 50px;
  font-size: 25px;
  color: #ffffff;
  opacity: 0.5;
  position: absolute;
  top: 10px;
  right: 30px;
}
#topbar-support a.icon:hover {
  opacity: 0.8;
}
#topbar-support .icon--alert {
  opacity: 1;
  font-size: 30px;
  left: 20px;
  position: absolute;
  line-height: 43px;
}
#topbar-support .topbarText {
  width: 75%;
  height: auto;
  vertical-align: middle;
  display: table-cell;
  line-height: 20px;
  font-size: 16px;
}
#topbar-support .topbarText .icon-svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 960px) {
  #topbar-support.active {
    opacity: 1;
    top: 0;
  }
  #topbar-support.active ~ .page-wrap, #topbar-support.active ~ .siteHeader {
    top: 70px;
  }
}

.developers-header-nav {
  background: #F8F8F9;
  z-index: 1;
  position: relative;
  box-shadow: 0px 1px 3px 0px rgba(27, 36, 50, 0.15);
  min-height: 55px;
  transition: 0.25s min-height;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .developers-header-nav {
    min-height: 60px;
  }
}
.developers-header-nav .siteHeader-nav {
  width: 100%;
  font-size: 16px;
  margin-left: 10px;
  margin-top: 7px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .developers-header-nav .siteHeader-nav {
    margin-right: 0;
  }
}
.developers-header-nav .siteHeader-nav ul {
  margin: 0;
  padding: 0;
}
.developers-header-nav .siteHeader-nav li {
  border-bottom: 3px solid transparent;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 3px;
  line-height: 55px;
  margin-left: 0px;
  color: #A1A4AA;
  font-weight: 400;
  -webkit-font-smoothing: auto;
  letter-spacing: 0.04em;
  text-transform: none;
}
@media (max-width: 767px) {
  .developers-header-nav .siteHeader-nav li {
    margin-right: 0;
    line-height: 28px;
    padding-left: 15px;
    margin-left: 2px;
  }
}
.developers-header-nav .siteHeader-nav li.active, .developers-header-nav .siteHeader-nav li.active:hover {
  border-bottom: 3px solid #6a67ce;
  color: #1B2432;
}
@media (max-width: 767px) {
  .developers-header-nav .siteHeader-nav li.active, .developers-header-nav .siteHeader-nav li.active:hover {
    border-bottom: none;
    border-left: 3px solid #6a67ce;
    padding-left: 12px;
  }
}
.developers-header-nav .siteHeader-nav li:hover {
  color: #1AAFD0;
  border-bottom: none;
}
.developers-header-nav .siteHeader-nav li a {
  display: inline-block;
  font-size: 15px;
  font-weight: inherit;
  transition: border 0.25s;
  color: inherit;
}
.developers-header-nav .siteHeader-nav li a:hover {
  border-bottom: none;
}
.developers-header-nav .siteHeader-nav.naver.enabled .naver-handle {
  margin-right: 15px;
  text-align: right;
  line-height: 55px;
  font-size: 14px;
}
.developers-header-nav .siteHeader-nav.naver.enabled .naver-handle:after {
  font-size: 55px;
  line-height: 50px;
}
.developers-header-nav .siteHeader-nav.naver.enabled.open {
  padding-top: 0;
  margin-left: 10px;
  margin-top: 7px;
  border-bottom: none;
}

.footer {
  text-align: left;
  background: #2E3C54;
  padding-top: 45px;
  padding-bottom: 40px;
  position: relative;
  page-break-inside: avoid;
}
@media screen and (max-width: 959px) {
  .footer {
    box-shadow: inset 4px 1px 10px -6px #0c1016;
    padding-top: 90px;
    padding-bottom: 20px;
    padding-left: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    top: -100%;
    width: 100%;
    height: 100%;
    transform: translateY(0);
    transition: all 0.33s cubic-bezier(0.33, 0, 0.2, 1);
    z-index: 899;
  }
}
.footer .mobile-menu-buttons {
  display: none;
  margin-bottom: 30px;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (max-width: 959px) {
  .footer .mobile-menu-buttons {
    display: block;
    float: none;
    width: 100%;
  }
}
@media print {
  .footer .mobile-menu-buttons {
    display: none;
  }
}
.footer .footer-column {
  margin-bottom: 20px;
  list-style-type: none;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .footer .footer-column {
    float: left;
    width: 16.6666666667%;
  }
}
@media print {
  .footer .footer-column {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 959px) {
  .footer .footer-column {
    margin-bottom: 45px;
    width: 100%;
    float: none;
    font-size: 16px;
  }
  .footer .footer-column li {
    margin-bottom: 18px;
  }
  .footer .footer-column .footer-column-title {
    margin-bottom: 10px;
  }
}
.footer .footer-column p {
  color: #E1E2E4;
  -webkit-font-smoothing: antialiased;
}
.footer .footer-column .button {
  font-size: 14px;
  height: 2.6em;
  white-space: nowrap;
  padding: 0 12px;
}
.footer .footer-column-title,
.footer .footer-column-title a {
  color: #E1E2E4;
  -webkit-font-smoothing: antialiased;
}
.footer .footer-column-title:hover,
.footer .footer-column-title a:hover {
  border-bottom-color: #E1E2E4;
}
.footer .footer-column-item {
  line-height: 1.25em;
  margin-bottom: 0.55em;
}
.footer .footer-column-item a {
  color: #A1A4AA;
}
.footer .footer-column-item a:hover {
  border-bottom-color: #A1A4AA;
}
.footer .footer-column-item .icon {
  line-height: 1.7em;
  margin-right: 0.4em;
  transition: color 150ms;
}
.footer .footer-column-item .icon:hover {
  color: #B9BCC0;
  border-bottom-color: transparent;
}

.lessons {
  overflow: scroll;
}
.lessons.-active {
  display: block;
}
.lessons .lessons-close {
  font-size: 1.125em;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .lessons .lessons-close {
    position: relative;
    right: 0;
    top: 0;
  }
}

.lessons-container {
  max-width: 1230px;
  width: 95%;
  min-height: 676px;
}
@media (min-width: 960px) {
  .lessons-container {
    left: 50%;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.lessons-header {
  border-bottom: 1px solid #E1E2E4;
  padding: 30px;
}
@media (min-width: 768px) {
  .lessons-header.-nav {
    display: flex;
    justify-content: space-between;
  }
}
.lessons-header h3 {
  font-size: 1.375em;
  margin: 0;
}

.lessons-content {
  background: linear-gradient(0deg, #ffffff 0, #F8F8F9);
  text-align: center;
  max-height: 100%;
  overflow: hidden;
  padding: 0 50px 40px;
}
.lessons-content .p--large {
  margin: 40px 0;
}

.lesson-progress {
  background-color: #F8F8F9;
}

@media (min-width: 960px) {
  .lesson-row {
    display: flex;
  }
}

.lesson {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(27, 36, 50, 0.15);
  cursor: pointer;
  margin: 0 auto 30px;
  max-width: 350px;
  position: relative;
  transition: all 300ms;
}
@media (min-width: 768px) {
  .lesson {
    opacity: 0;
  }
}
@media (min-width: 960px) {
  .lesson {
    flex: 1;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.lesson:hover {
  box-shadow: 0 10px 20px 0 rgba(27, 36, 50, 0.1);
}
.lesson:hover:before {
  width: 100%;
}
.lesson:hover img {
  opacity: 1;
}
.lesson:hover .lesson-description {
  color: #1AAFD0;
}
.lesson:before {
  border-radius: 3px 3px 0 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 450ms ease-in-out;
  width: 100%;
}
@media (min-width: 768px) {
  .lesson:before {
    width: 0;
  }
}
@media (min-width: 960px) {
  .lesson:not(:last-child) {
    margin-right: 30px;
  }
}
.lesson h3 {
  margin: 0;
}
.lesson img {
  margin: 40px 0;
  transition: opacity 150ms;
  width: 100%;
}
@media (min-width: 768px) {
  .lesson img {
    opacity: 0.5;
  }
}
.lesson.-green:before {
  background: #3be8b0;
  background: linear-gradient(to top right, #3be8b0 0%, #02CEFF 100%);
}
.lesson.-purple:before {
  background: #a177ff;
  background: linear-gradient(to top right, #a177ff 0%, #02CEFF 100%);
}
.lesson.-coral:before {
  background: #a177ff;
  background: linear-gradient(to top right, #a177ff 0%, #FF6D92 100%);
}
.lesson.-gold:before {
  background: #FC636B;
  background: linear-gradient(to top right, #FC636B 0%, #FF6D92 60%, #ffb900 100%);
}
@media (min-width: 768px) {
  .lesson.-animated {
    animation: fadeIn 450ms linear forwards, moveUpSmall 450ms ease-out forwards;
  }
  .lesson.-animated:nth-of-type(1) {
    animation-delay: 100ms;
  }
  .lesson.-animated:nth-of-type(2) {
    animation-delay: 200ms;
  }
  .lesson.-animated:nth-of-type(3) {
    animation-delay: 300ms;
  }
  .lesson.-animated:nth-of-type(4) {
    animation-delay: 400ms;
  }
  .lesson.-animated:nth-of-type(5) {
    animation-delay: 500ms;
  }
  .lesson.-animated:nth-of-type(6) {
    animation-delay: 600ms;
  }
}
.lesson.-complete:before {
  width: 100%;
}
.lesson.-complete img {
  opacity: 1;
}

.lesson-content {
  padding: 50px 50px 0;
}
@media (min-width: 960px) {
  .lesson-content {
    padding: 50px 15px 0;
  }
}
@media (min-width: 1120px) {
  .lesson-content {
    padding: 50px 30px 0;
  }
}
@media (min-width: 1280px) {
  .lesson-content {
    padding: 50px 50px 0;
  }
}

@media (min-width: 1120px) {
  .lesson-image {
    height: 200px;
  }
}
@media (min-width: 960px) {
  .lesson-image img {
    max-height: 130px;
    width: auto;
  }
}

.lesson-description {
  font-size: 1.375em;
  transition: color 150ms;
}

.lesson-footer {
  border-top: 1px solid #E1E2E4;
  color: #B9BCC0;
  padding: 15px;
}
.lesson-footer p {
  display: inline;
  font-size: 0.875em;
  margin-bottom: 0;
}
.lesson-footer svg {
  height: 16px;
  margin-right: 5px;
  width: 16px;
}

@media (max-width: 959px) {
  .lesson-nav {
    margin-top: 30px;
  }
}
.lesson-nav ul {
  margin-bottom: 0;
}
.lesson-nav li {
  display: inline-block;
  list-style: none;
  margin: 0 15px;
}
.lesson-nav .lesson-nav-button {
  background: none;
  border: none;
  height: auto;
  line-height: 1;
  padding: 0;
  color: #A1A4AA;
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 150ms;
  cursor: pointer;
}
@media (max-width: 959px) {
  .lesson-nav .lesson-nav-button {
    margin-top: 20px;
  }
  .lesson-nav .lesson-nav-button:not(:last-child) {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .lesson-nav .lesson-nav-button:not(:first-child) {
    margin-left: 30px;
  }
}
.lesson-nav .lesson-nav-button.-active, .lesson-nav .lesson-nav-button:hover, .lesson-nav .lesson-nav-button:focus {
  color: #49505B;
  outline: none;
}
.lesson-nav svg {
  margin-right: 5px;
}

.lesson-controls {
  clear: both;
  cursor: pointer;
  margin-top: 40px;
}
.lesson-controls svg .lesson-svg-background,
.lesson-controls svg .lesson-svg-arrow {
  transition: fill 150ms;
}
.lesson-controls svg:hover .lesson-svg-background {
  fill: #1AAFD0;
}
.lesson-controls svg:hover .lesson-svg-arrow {
  fill: white;
}

.lesson-prev,
.lesson-next {
  display: inline-block;
  height: 32px;
  width: 32px;
}
.lesson-prev:focus,
.lesson-next:focus {
  outline: none;
}

.lesson-prev {
  float: left;
}

.lesson-next {
  float: right;
}

.lesson-details {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 50px;
  text-align: left;
}
.lesson-details:before, .lesson-details:after {
  content: "";
  display: table;
}
.lesson-details:after {
  clear: both;
}
@media (min-width: 768px) {
  .lesson-details {
    padding: 70px 75px 0;
  }
}
.lesson-details img {
  width: 100%;
}
@media (min-width: 768px) {
  .lesson-details img {
    max-height: 400px;
  }
}
.lesson-details img.-screenshot {
  box-shadow: 0 25px 100px 0 rgba(0, 0, 0, 0.1);
}

.lesson-details-desc {
  font-size: 1.75em;
  line-height: 1.7;
  margin-top: 50px;
}
.lesson-details-desc strong {
  color: #1B2432;
  font-weight: normal;
}

.-is-hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.-is-hidden.-is-visible {
  opacity: 1;
  pointer-events: initial;
  position: relative;
}

nav ul, nav li {
  list-style-type: none;
  text-indent: 0;
  padding-left: 0;
  margin-left: 0;
}

.guide-related-nav,
.guide-sidebar-nav {
  margin-top: 85px;
  display: none;
}
@media (min-width: 960px) {
  .guide-related-nav,
  .guide-sidebar-nav {
    display: block;
  }
}
.guide-related-nav .breadcrumb-link,
.guide-sidebar-nav .breadcrumb-link {
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
.guide-related-nav .breadcrumb-link:before,
.guide-sidebar-nav .breadcrumb-link:before {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  content: "❮";
  color: #CDCFD2;
  position: absolute;
  left: -12px;
}
.guide-related-nav .section,
.guide-sidebar-nav .section {
  margin-bottom: 10px;
}
.guide-related-nav .section-header,
.guide-sidebar-nav .section-header {
  line-height: 1.3em;
  margin-bottom: 10px;
  letter-spacing: 0.045em;
}
.guide-related-nav .article-list,
.guide-sidebar-nav .article-list {
  padding-bottom: 10px;
}
.guide-related-nav .article-list li,
.guide-sidebar-nav .article-list li {
  margin-bottom: 10px;
}
.guide-related-nav .article-list li a.active,
.guide-sidebar-nav .article-list li a.active {
  color: #676D76;
}
.guide-related-nav .accordion-list .section-header,
.guide-sidebar-nav .accordion-list .section-header {
  cursor: pointer;
  position: relative;
  padding-right: 24px;
  display: inline;
}
.guide-related-nav .accordion-list .section-header:after,
.guide-sidebar-nav .accordion-list .section-header:after {
  display: inline-block;
  content: "‹";
  transform: rotate(-90deg) translateX(0);
  transition: transform 0.25s;
  font-size: 22px;
  color: #CDCFD2;
  font-weight: normal;
  line-height: 24px;
  width: 10px;
  height: 24px;
  margin-right: -24px;
  position: relative;
  left: 4px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .guide-related-nav .accordion-list .section-header:after,
  .guide-sidebar-nav .accordion-list .section-header:after {
    top: -4px;
  }
}
.guide-related-nav .accordion-list .section-header.open:after,
.guide-sidebar-nav .accordion-list .section-header.open:after {
  transform: rotate(90deg) translateX(3px);
}
.guide-related-nav .accordion-list .article-list,
.guide-sidebar-nav .accordion-list .article-list {
  display: none;
  animation: fadeIn 1s;
}
.guide-related-nav .journey-progress .article a,
.guide-sidebar-nav .journey-progress .article a {
  padding-left: 22px;
  position: relative;
  border-bottom: none !important;
  transition: all 0.25s;
  display: block;
}
.guide-related-nav .journey-progress .article a .progress,
.guide-sidebar-nav .journey-progress .article a .progress {
  position: absolute;
  left: 0;
  top: -1px;
  transition: inherit;
  vertical-align: middle;
}
.guide-related-nav .journey-progress .article a .progress svg,
.guide-sidebar-nav .journey-progress .article a .progress svg {
  transition: inherit;
  box-sizing: border-box;
  border: 1px solid #CDCFD2;
  border-radius: 14px;
  width: 14px;
  height: 14px;
  background: #CDCFD2;
  vertical-align: middle;
}
.guide-related-nav .journey-progress .article a .progress svg .check,
.guide-sidebar-nav .journey-progress .article a .progress svg .check {
  transition: inherit;
  fill: #ffffff;
}
.guide-related-nav .journey-progress .article a:visited,
.guide-sidebar-nav .journey-progress .article a:visited {
  color: #CDCFD2;
}
.guide-related-nav .journey-progress .article a:hover .progress svg,
.guide-sidebar-nav .journey-progress .article a:hover .progress svg {
  border-color: #02CEFF;
  background: #02CEFF;
}
.guide-related-nav .journey-progress .article a:visited .progress svg,
.guide-sidebar-nav .journey-progress .article a:visited .progress svg {
  background: #ffffff;
  border-color: #3bf7d1;
}
.guide-related-nav .journey-progress .article a:visited .progress svg .check,
.guide-sidebar-nav .journey-progress .article a:visited .progress svg .check {
  fill: #3bf7d1;
}
.guide-related-nav .journey-progress .article a.active,
.guide-sidebar-nav .journey-progress .article a.active {
  color: #676D76;
}

.guide-related-nav {
  border-top: 1px solid #E1E2E4;
  margin-top: 30px;
  padding-top: 30px;
}

.footer--guide-mobile-menu {
  display: none;
  padding-left: 0;
  padding-top: 55px;
}
@media (max-width: 959px) {
  .footer--guide-mobile-menu {
    display: block;
    pointer-events: all;
  }
  .footer--guide-mobile-menu.menu-open {
    transform: translateY(100%);
  }
  .footer--guide-mobile-menu + .footer {
    display: none;
  }
}
.footer--guide-mobile-menu ul li a {
  color: #ffffff;
  border-bottom-color: transparent;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer--guide-mobile-menu ul li a:hover {
  border-bottom-width: 0;
}
.footer--guide-mobile-menu li {
  list-style-type: none;
  margin-left: 0;
  text-indent: 0;
  padding-left: 0;
  transition: all 0.25s;
}
.footer--guide-mobile-menu ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.footer--guide-mobile-menu ul > li {
  padding: 20px 20px 20px 0;
  text-indent: 20px;
  border-top: 1px solid #49505B;
  margin-bottom: 0;
}
.footer--guide-mobile-menu ul > li > a {
  font-weight: bold;
}
.footer--guide-mobile-menu ul > li > ul {
  padding-top: 10px;
  display: none;
}
.footer--guide-mobile-menu ul > li > ul > li {
  padding: 10px 10px 0;
  margin-bottom: 5px;
  border-top: none;
}
.footer--guide-mobile-menu ul > li > ul > li > a {
  color: #A1A4AA;
  font-weight: normal;
}
.footer--guide-mobile-menu .expand-icon {
  display: inline-block;
  transition: transform 0.25s;
  transform: rotate(0deg);
  width: 14px;
  height: 14px;
  text-align: center;
  top: 4px;
  position: relative;
}
.footer--guide-mobile-menu .icon-svg {
  vertical-align: text-bottom;
  width: 14px;
  height: 14px;
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  color: #A1A4AA;
}
.footer--guide-mobile-menu .guide--mobile-depth-3 > a {
  color: #ffffff;
  display: block;
  font-weight: normal;
}
.footer--guide-mobile-menu .guide--mobile-depth-3 > a .expand-icon {
  line-height: 14px;
}
.footer--guide-mobile-menu .guide--mobile-depth-3 > ul {
  padding-top: 0;
  padding-bottom: 10px;
}
.footer--guide-mobile-menu .open-next-accordion {
  cursor: pointer;
  pointer-events: all;
  color: #ffffff;
}
.footer--guide-mobile-menu ul li.expanded {
  background: #1B2432;
}
.footer--guide-mobile-menu ul li.expanded .open .expand-icon {
  transform: rotate(180deg);
}
.footer--guide-mobile-menu ul li.expanded a.active {
  color: #ffffff;
}
.footer--guide-mobile-menu .mobile-search {
  padding-left: 20px;
}
.footer--guide-mobile-menu .mobile-search form {
  margin-bottom: 0;
  position: relative;
}
.footer--guide-mobile-menu .mobile-search input {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 35px;
  height: 35px;
  color: #ffffff;
  width: 100%;
  margin: 5px auto;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  text-overflow: ellipsis;
}
.footer--guide-mobile-menu .mobile-search input:focus ~ .cancel-icon {
  opacity: 1;
}
.footer--guide-mobile-menu .mobile-search ::-webkit-input-placeholder {
  color: #ffffff;
}
.footer--guide-mobile-menu .mobile-search :-ms-input-placeholder {
  color: #ffffff;
}
.footer--guide-mobile-menu .mobile-search ::-moz-placeholder {
  color: #ffffff;
}
.footer--guide-mobile-menu .mobile-search :-moz-placeholder {
  color: #ffffff;
}
.footer--guide-mobile-menu .cancel-icon,
.footer--guide-mobile-menu .search-icon {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  transition: all 0.25s;
}
.footer--guide-mobile-menu .cancel-icon .icon-svg,
.footer--guide-mobile-menu .search-icon .icon-svg {
  width: 18px;
  vertical-align: middle;
  height: 18px;
  display: block;
  margin: 6px 10px;
}
.footer--guide-mobile-menu .cancel-icon {
  right: 8px;
  opacity: 0;
}
.footer--guide-mobile-menu .search-icon {
  left: 0;
}
.footer--guide-mobile-menu .article-list {
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.guide-share-article-fixed {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .guide-share-article-fixed {
    float: left;
    width: 8.3333333333%;
  }
}
@media (min-width: 960px) {
  .guide-share-article-fixed {
    margin-top: 85px;
    margin-bottom: 0;
  }
}
@media (min-width: 960px) and (min-height: 800px) {
  .guide-share-article-fixed .share-article {
    position: fixed;
    margin-left: 20px;
    top: 160px;
    width: 50px;
  }
}
.guide-share-article-fixed .share-article a:hover .guide-tooltip, .guide-share-article-fixed .share-article .guide-tooltip:hover {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.guide-share-article-fixed .share-article a:before {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  right: 100%;
}
@media (max-width: 960px) {
  .guide-share-article-fixed .share-article a.facebook-link:hover .guide-tooltip--share, .guide-share-article-fixed .share-article a.twitter-link:hover .guide-tooltip--share, .guide-share-article-fixed .share-article a.linkedin-link:hover .guide-tooltip--share {
    display: none;
  }
}

.follows-guide-article {
  margin-bottom: 60px;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .follows-guide-article {
    margin-top: 60px;
  }
}
.follows-guide-article h3 {
  border-bottom: 1px solid #E1E2E4;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.share-article {
  vertical-align: top;
}
.share-article .social-icon-svg {
  margin: 5px 2px;
}

.related-title-for-both {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.guide-article-preview {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 960px) {
  .guide-article-preview {
    float: left;
    width: 50%;
  }
}
.guide-article-preview p {
  padding-right: 30px;
}

.guide-helpful-feedback {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .guide-helpful-feedback {
    float: left;
    width: 100%;
  }
}
.guide-helpful-feedback .feedback-inner-content {
  border-radius: 3px;
  border: 1px solid #E1E2E4;
  background: #F8F8F9;
  padding: 30px;
}
.guide-helpful-feedback .feedback-inner-content p {
  margin-bottom: 0;
}
.guide-helpful-feedback #feedback-form {
  margin-top: 20px;
}
.guide-helpful-feedback #feedback-form iframe {
  margin: 0 auto;
  max-height: 250px;
}

html.device-mobile .guide-tooltip {
  display: none;
}

html:not(.device-mobile) {
  /* Glossary */
}
html:not(.device-mobile) .glossary-term {
  border-bottom: dotted 2px #CDCFD2;
  position: relative;
  transform: translateZ(0);
  padding-bottom: 2px;
  z-index: 0;
  transition: z-index 0.5s;
  transition-delay: 0.25s;
}
html:not(.device-mobile) .glossary-term:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 100%;
  height: 70%;
}
html:not(.device-mobile) .glossary-term:hover {
  cursor: help;
  z-index: 10;
}
html:not(.device-mobile) .glossary-term:hover .guide-tooltip,
html:not(.device-mobile) .glossary-term:hover .glossary-tooltip, html:not(.device-mobile) .glossary-term:hover:before {
  display: block;
  pointer-events: auto;
}

.guide-tooltip,
.glossary-tooltip {
  position: absolute;
  width: auto;
  width: 300px;
  left: -130px;
  left: calc(50% - 150px);
  top: 28px;
  padding: 15px;
  transition: opacity 0.25s;
  font-weight: normal;
  background: #ffffff;
  border: 2px solid #CDCFD2;
  border-radius: 4px;
  box-shadow: 0 2px 6px -1px rgba(161, 164, 170, 0.7);
  color: #676D76;
  text-align: left;
  pointer-events: none;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  transition-delay: 0.25s;
  white-space: normal;
  display: none;
}
.guide-tooltip:before,
.glossary-tooltip:before {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  top: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0 8px 8px;
  border-bottom-color: inherit;
  font-size: 0;
  line-height: 0;
  transform: var(--transform);
}
.guide-tooltip:after,
.glossary-tooltip:after {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff;
  font-size: 0;
  line-height: 0;
  transform: var(--transform);
}
.guide-tooltip.below,
.glossary-tooltip.below {
  bottom: auto;
  top: 28px;
}
.guide-tooltip.below:before,
.glossary-tooltip.below:before {
  bottom: auto;
  top: -9px;
  border-width: 0 8px 8px;
  border-bottom-color: inherit;
}
.guide-tooltip.below:after,
.glossary-tooltip.below:after {
  bottom: auto;
  top: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff;
}
.guide-tooltip.above,
.glossary-tooltip.above {
  top: auto;
  bottom: 28px;
}
.guide-tooltip.above:before,
.glossary-tooltip.above:before {
  top: auto;
  bottom: -9px;
  border-width: 8px 8px 0;
  border-top-color: inherit;
}
.guide-tooltip.above:after,
.glossary-tooltip.above:after {
  top: auto;
  bottom: -6px;
  border-width: 6px 6px 0;
  border-top-color: #ffffff;
}
.guide-tooltip.shimmy-left,
.glossary-tooltip.shimmy-left {
  left: auto;
  right: 0;
}
.guide-tooltip.shimmy-left:before,
.glossary-tooltip.shimmy-left:before {
  left: auto;
  right: calc(50% - 132px);
}
.guide-tooltip.shimmy-left:after,
.glossary-tooltip.shimmy-left:after {
  left: auto;
  right: calc(50% - 130px);
}
.guide-tooltip.shimmy-right,
.glossary-tooltip.shimmy-right {
  right: auto;
  left: 0;
}
.guide-tooltip.shimmy-right:before,
.glossary-tooltip.shimmy-right:before {
  right: auto;
  left: calc(50% - 132px);
}
.guide-tooltip.shimmy-right:after,
.glossary-tooltip.shimmy-right:after {
  right: auto;
  left: calc(50% - 130px);
}
.guide-tooltip.lefthand,
.glossary-tooltip.lefthand {
  left: auto;
  right: calc(100% + 15px);
  top: -70%;
}
.guide-tooltip.lefthand:before,
.glossary-tooltip.lefthand:before {
  left: 100%;
  right: auto;
  top: 35%;
  bottom: auto;
  border-width: 8px 0px 8px 8px;
  border-color: transparent;
  border-left-color: inherit;
  margin-left: 1px;
}
.guide-tooltip.lefthand:after,
.glossary-tooltip.lefthand:after {
  left: 100%;
  right: auto;
  top: 35%;
  bottom: auto;
  border-width: 6px 0px 6px 6px;
  border-color: transparent;
  border-left-color: #ffffff;
  margin-top: 2px;
}
.guide-tooltip a.link,
.glossary-tooltip a.link {
  font-size: 14px;
  pointer-events: all;
  display: inline;
}
.guide-tooltip .definition-title,
.glossary-tooltip .definition-title {
  display: block;
  margin-bottom: 6px;
}
.guide-tooltip .glossary-definition,
.glossary-tooltip .glossary-definition {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.guide-tooltip--share {
  z-index: 1000;
  transform: translateZ(1px);
  font-size: 16px;
  line-height: 20px;
  cursor: default;
}
.guide-tooltip--share.above {
  bottom: calc(100% + 12px);
  width: 260px;
  left: calc(50% - 130px);
}
.guide-tooltip--share span {
  display: block;
}
.guide-tooltip--share .p--label, .guide-tooltip--share .iconList-items h4, .iconList-items .guide-tooltip--share h4 {
  font-size: 13px;
}
.guide-tooltip--share.with-input input {
  margin-top: 3px;
}
.guide-tooltip--share.with-input .success {
  position: absolute;
  opacity: 0;
  top: 15px;
  background: #ffffff;
  transition: opacity 0.25s;
}
.guide-tooltip--share.with-input .success .icon-svg {
  width: 13px;
  height: 15px;
  color: inherit;
}

/* Callouts */
.guide-article blockquote,
.callout {
  padding: 15px 10px 20px;
  border: 1px solid #E1E2E4;
  border-radius: 3px;
  margin: 15px auto 30px;
  display: table;
  width: 100%;
  line-height: 1.4;
  vertical-align: top;
}
@media (min-width: 1120px) {
  .guide-article blockquote,
  .callout {
    padding: 10px;
  }
}
.guide-article blockquote .share-article a:hover .guide-tooltip, .guide-article blockquote .share-article a:hover:before,
.callout .share-article a:hover .guide-tooltip,
.callout .share-article a:hover:before {
  opacity: 1;
  pointer-events: auto;
}
.guide-article blockquote p, .guide-article blockquote .right-cta,
.callout p,
.callout .right-cta {
  display: block;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
@media (min-width: 1120px) {
  .guide-article blockquote p, .guide-article blockquote .right-cta,
  .callout p,
  .callout .right-cta {
    display: table-cell;
    text-align: left;
  }
}
.guide-article blockquote > .icon-svg,
.callout > .icon-svg {
  margin: 15px auto;
  text-align: center;
  display: block;
}
@media (min-width: 1120px) {
  .guide-article blockquote > .icon-svg,
  .callout > .icon-svg {
    margin: 15px 10px;
    display: table-cell;
    text-align: left;
  }
}
.guide-article blockquote p,
.callout p {
  margin-bottom: 0;
}
@media (max-width: 1119px) {
  .guide-article blockquote p,
  .callout p {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .guide-article blockquote p,
  .callout p {
    margin: 0;
  }
}
@media (min-width: 1120px) {
  .guide-article blockquote .right-cta,
  .callout .right-cta {
    white-space: nowrap;
    text-align: right;
    padding-left: 20px;
  }
}
.guide-article blockquote .right-cta .button,
.callout .right-cta .button {
  white-space: nowrap;
}
.guide-article blockquote .button--premium,
.callout .button--premium {
  background-color: #ffb900;
  border: 1px solid #ffb900;
  color: #ffffff;
}
.guide-article blockquote .button--premium:hover, .guide-article blockquote .button--premium:focus,
.callout .button--premium:hover,
.callout .button--premium:focus {
  background-color: #ffd200;
  border-color: #ffd200;
  box-shadow: 0 0 0 3px #ffe87f;
  color: #ffffff;
}
.guide-article blockquote .button--premium:active,
.callout .button--premium:active {
  background-color: #ffb900;
  border-color: #ffb900;
  box-shadow: none;
}
.guide-article blockquote .button--premium.button--secondary, .guide-article blockquote .guideStack.-special .button--premium.guideStack-cta, .guideStack.-special .guide-article blockquote .button--premium.guideStack-cta,
.callout .button--premium.button--secondary,
.callout .guideStack.-special .button--premium.guideStack-cta,
.guideStack.-special .callout .button--premium.guideStack-cta {
  border-color: #ffb900;
  color: #ffb900;
}
.guide-article blockquote .button--premium.button--secondary:hover, .guide-article blockquote .guideStack.-special .button--premium.guideStack-cta:hover, .guideStack.-special .guide-article blockquote .button--premium.guideStack-cta:hover, .guide-article blockquote .button--premium.button--secondary:focus, .guide-article blockquote .guideStack.-special .button--premium.guideStack-cta:focus, .guideStack.-special .guide-article blockquote .button--premium.guideStack-cta:focus,
.callout .button--premium.button--secondary:hover,
.callout .guideStack.-special .button--premium.guideStack-cta:hover,
.guideStack.-special .callout .button--premium.guideStack-cta:hover,
.callout .button--premium.button--secondary:focus,
.callout .guideStack.-special .button--premium.guideStack-cta:focus,
.guideStack.-special .callout .button--premium.guideStack-cta:focus {
  border-color: #ffb900;
  box-shadow: 0 0 0 3px #ffb900;
  color: #ffb900;
}
.guide-article blockquote .button--premium.button--secondary:hover:focus, .guide-article blockquote .button--premium.button--secondary:focus:focus, .guide-article blockquote .guideStack.-special .button--premium.guideStack-cta:focus:focus, .guideStack.-special .guide-article blockquote .button--premium.guideStack-cta:focus:focus,
.callout .button--premium.button--secondary:hover:focus,
.callout .button--premium.button--secondary:focus:focus,
.callout .guideStack.-special .button--premium.guideStack-cta:focus:focus,
.guideStack.-special .callout .button--premium.guideStack-cta:focus:focus {
  color: #ffb900;
  box-shadow: none;
}

.guide-article blockquote {
  padding: 20px;
}
.guide-article blockquote:before {
  color: #3bf7d1;
  content: "";
  width: 42px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%233bf7d1%22%20d%3D%22M16%2C1A15%2C15%2C0%2C1%2C0%2C31%2C16%2C15%2C15%2C0%2C0%2C0%2C16%2C1h0Zm0%2C2A13%2C13%2C0%2C1%2C1%2C3%2C16%2C13%2C13%2C0%2C0%2C1%2C16%2C3h0Z%22%20transform%3D%22translate(-1%20-1)%22%20%2F%3E%3Cpolygon%20fill%3D%22%233bf7d1%22%20points%3D%2220%207.7%2012.7%2017.9%209.3%2014.4%207.2%2016.5%2013%2022.3%2022.3%209.5%2020%207.7%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 32px 32px;
  margin: 15px auto;
  text-align: center;
  display: block;
}
@media (min-width: 1120px) {
  .guide-article blockquote:before {
    display: table-cell;
    margin: auto;
  }
}
.guide-article blockquote p {
  color: #676D76;
  margin-bottom: 0;
}
@media (max-width: 1119px) {
  .guide-article blockquote p {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .guide-article blockquote p {
    margin: 0;
  }
}
.guide-article blockquote p:before {
  content: attr(data-asanatip);
  font-weight: bold;
}

.guide-article .screenshot-container {
  border: 1px solid #E1E2E4;
  margin-bottom: 40px;
  margin-top: 15px;
}
.guide-article .screenshot-container p:first-child {
  margin: 0;
}
.guide-article .screenshot-container img {
  margin: 0 auto;
  border-radius: 0 !important;
  border-width: 0 0 1px;
}

.guide-article .phone-container:before, .guide-article .phone-container:after {
  content: "";
  display: table;
}
.guide-article .phone-container:after {
  clear: both;
}

.guide-article .phone-container + *,
.guide-article .screenshot-container + * {
  clear: both;
}
.guide-article .phone-container h2, .guide-article .phone-container h3, .guide-article .phone-container h4, .guide-article .phone-container ul, .guide-article .phone-container ol, .guide-article .phone-container p,
.guide-article .screenshot-container h2,
.guide-article .screenshot-container h3,
.guide-article .screenshot-container h4,
.guide-article .screenshot-container ul,
.guide-article .screenshot-container ol,
.guide-article .screenshot-container p {
  margin: 30px;
}
.guide-article .phone-container h2 + ul, .guide-article .phone-container h2 + ol, .guide-article .phone-container h2 + p, .guide-article .phone-container h3 + ul, .guide-article .phone-container h3 + ol, .guide-article .phone-container h3 + p, .guide-article .phone-container h4 + ul, .guide-article .phone-container h4 + ol, .guide-article .phone-container h4 + p, .guide-article .phone-container ul + ul, .guide-article .phone-container ul + ol, .guide-article .phone-container ul + p, .guide-article .phone-container ol + ul, .guide-article .phone-container ol + ol, .guide-article .phone-container ol + p, .guide-article .phone-container p + ul, .guide-article .phone-container p + ol, .guide-article .phone-container p + p,
.guide-article .screenshot-container h2 + ul,
.guide-article .screenshot-container h2 + ol,
.guide-article .screenshot-container h2 + p,
.guide-article .screenshot-container h3 + ul,
.guide-article .screenshot-container h3 + ol,
.guide-article .screenshot-container h3 + p,
.guide-article .screenshot-container h4 + ul,
.guide-article .screenshot-container h4 + ol,
.guide-article .screenshot-container h4 + p,
.guide-article .screenshot-container ul + ul,
.guide-article .screenshot-container ul + ol,
.guide-article .screenshot-container ul + p,
.guide-article .screenshot-container ol + ul,
.guide-article .screenshot-container ol + ol,
.guide-article .screenshot-container ol + p,
.guide-article .screenshot-container p + ul,
.guide-article .screenshot-container p + ol,
.guide-article .screenshot-container p + p {
  margin-top: -15px;
}
.guide-article .phone-container p + p,
.guide-article .screenshot-container p + p {
  margin-top: 30px;
}
.guide-article .phone-container h4,
.guide-article .screenshot-container h4 {
  color: #1B2432;
}
.guide-article .phone-container ul li,
.guide-article .screenshot-container ul li {
  margin-bottom: 10px;
}
.guide-article .phone-container ol li,
.guide-article .screenshot-container ol li {
  position: relative;
  margin-left: 15px;
  list-style: none;
  counter-increment: counter;
  margin-bottom: 20px;
}
.guide-article .phone-container ol li:before,
.guide-article .screenshot-container ol li:before {
  position: absolute;
  color: #ffffff;
  background: #a177ff;
  width: 18px;
  height: 18px;
  line-height: 20px;
  font-size: 12px;
  display: block;
  content: counter(counter);
  left: -34px;
  top: 2px;
  text-align: center;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.02em;
}

.guide-article .phone-container p:first-child,
.guide-article .phone-container h4,
.guide-article .phone-container ol {
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  .guide-article .phone-container p:first-child,
  .guide-article .phone-container h4,
  .guide-article .phone-container ol {
    float: left;
    width: 50%;
  }
}
.guide-article .phone-container h4 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .guide-article .phone-container h4 {
    padding: 0;
  }
}
.guide-article .phone-container p:first-child {
  padding-right: 30px;
}
.guide-article .phone-container p:first-child img {
  width: 100%;
}
.guide-article .phone-container ol {
  padding-left: 20px;
}

.guide-article img.phone {
  width: 50%;
  padding: 0;
  margin: 0 30px 30px 0;
}

.magnify {
  position: relative;
}

.magnifying-glass {
  background-color: #EFF0F1;
  background-repeat: no-repeat;
  border: 1px solid #E1E2E4 !important;
  border-radius: 200px;
  height: 200px;
  width: 200px;
  will-change: left, top;
  position: absolute;
  box-shadow: 0 1px 2px rgba(27, 36, 50, 0.15);
  display: none;
  z-index: 1000;
}
.magnifying-glass.fade-in {
  animation: fadeIn 0.1s;
}
.magnifying-glass.fade-out {
  animation: fadeOut 0.1s;
}

.screenshot {
  display: block;
  min-width: 100%;
}
.screenshot.phone {
  min-width: auto;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Search */
.guide--search .search-page-container {
  text-align: center;
}

.button--video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 105px;
  border-color: transparent;
  position: absolute;
  background: #ffffff;
  border-width: 0px;
  text-align: center;
  box-shadow: 0px 1px 7px 0px rgba(27, 36, 50, 0.24);
}
@media (max-width: 480px -1) {
  .button--video {
    top: 55%;
  }
}
.button--video:before {
  display: block;
  content: "";
  background: url("https://luna1.co/5cc98f.png") no-repeat center center;
  background-size: contain;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 30%;
  position: absolute;
}
@media (max-width: 767px) {
  .button--video {
    width: 60px;
    height: 60px;
  }
}
.button--video:hover {
  background: #ffffff;
  border-color: transparent;
  box-shadow: 0px 1px 15px 0px rgba(27, 36, 50, 0.5);
}

.video-playlist {
  margin-top: 30px;
  border-top: 1px solid #E1E2E4;
  padding-top: 30px;
  padding-left: 0;
  list-style-type: none;
  text-align: center;
  position: relative;
}
@media (min-width: 960px) {
  .video-playlist {
    text-align: left;
  }
}
.video-playlist li.three-column {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .video-playlist li.three-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .video-playlist li.three-column {
    margin-left: 25%;
  }
}
@media (min-width: 960px) {
  .video-playlist li.three-column {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 960px) {
  .video-playlist li.three-column {
    margin-left: 0%;
  }
}
@media (min-width: 960px) {
  .video-playlist li.three-column img {
    height: 16.8733125vw;
  }
}
@media (min-width: 1280px) {
  .video-playlist li.three-column img {
    height: 228.727125px;
  }
}
@media (min-width: 960px) {
  .video-playlist li.three-column .button--video {
    top: 8.43665625vw;
  }
}
@media (min-width: 1280px) {
  .video-playlist li.three-column .button--video {
    top: 114.3635625px;
  }
}
.video-playlist li.four-column {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .video-playlist li.four-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .video-playlist li.four-column {
    margin-left: 25%;
  }
}
@media (min-width: 960px) {
  .video-playlist li.four-column {
    float: left;
    width: 25%;
  }
}
@media (min-width: 960px) {
  .video-playlist li.four-column {
    margin-left: 0%;
  }
}
@media (min-width: 960px) {
  .video-playlist li.four-column img {
    height: 12.65625vw;
  }
}
@media (min-width: 1280px) {
  .video-playlist li.four-column img {
    height: 171.5625px;
  }
}
@media (min-width: 960px) {
  .video-playlist li.four-column .button--video {
    top: 6.328125vw;
  }
}
@media (min-width: 1280px) {
  .video-playlist li.four-column .button--video {
    top: 85.78125px;
  }
}
.video-playlist li {
  margin-top: 30px;
  margin-bottom: 30px;
  list-style-type: none;
}
.video-playlist li img {
  max-width: 100%;
  border: 1px solid #E1E2E4;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0.85;
  transition: all 0.25s;
  height: 50.625vw;
}
@media (min-width: 768px) {
  .video-playlist li img {
    height: 25.3125vw;
  }
}
.video-playlist li img:hover {
  border: 1px solid #B9BCC0 !important;
  cursor: pointer;
  opacity: 1;
}
.video-playlist li img:hover + .button--video {
  box-shadow: 0px 1px 15px 0px rgba(27, 36, 50, 0.5);
}
.video-playlist li .button--video {
  height: 60px;
  width: 60px;
  top: 25.3125vw;
}
@media (min-width: 768px) {
  .video-playlist li .button--video {
    top: 12.65625vw;
  }
}
.video-playlist h2 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .video-playlist h2 {
    float: left;
    width: 100%;
  }
}
.video-playlist .playlist-control-wrapper {
  clear: both;
}
@media (min-width: 960px) {
  .video-playlist .playlist-control-wrapper {
    position: absolute;
    top: 70px;
    right: 0;
  }
}

.video-player {
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .video-player {
    text-align: left;
  }
}
.video-player #videoThumb {
  position: absolute;
  top: 0;
  margin-right: 15px;
  border: 1px solid #EFF0F1;
}
.video-player #videoThumb img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  min-height: 50.625vw;
}
@media (min-width: 960px) {
  .video-player #videoThumb img {
    min-height: calc(37.96875vw - 4px);
  }
}
@media (min-width: 1280px) {
  .video-player #videoThumb img {
    min-height: 510.6875px;
  }
}
.video-player .the-video {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .video-player .the-video {
    float: left;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .video-player .the-video {
    float: left;
    width: 75%;
  }
}
.video-player .video-side {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .video-player .video-side {
    float: left;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .video-player .video-side {
    float: left;
    width: 25%;
  }
}
@media (min-width: 960px) {
  .video-player .video-side {
    min-height: calc(37.96875vw - 4px);
  }
  .video-player .video-side .video-info {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    padding-left: 20px;
  }
  .video-player .video-side .video-info > *:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .video-player .video-side {
    min-height: 510.6875px;
  }
}
.video-player .video-side .p--label, .video-player .video-side .iconList-items h4, .iconList-items .video-player .video-side h4 {
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 959px) {
  .video-player .video-side .p--label, .video-player .video-side .iconList-items h4, .iconList-items .video-player .video-side h4 {
    margin-top: 40px;
  }
}
.video-player .video-side .share-article input.share-field {
  display: none;
}
.video-player .video-responsive {
  position: relative;
  padding-top: 0;
  border: 1px solid #EFF0F1;
  overflow: hidden;
}
.video-player #copy-button {
  width: auto;
  color: #A1A4AA;
  margin-top: 10px;
}
@media (min-width: 960px) {
  .video-player #copy-button {
    float: right;
  }
}
.video-player .share-field {
  display: block;
  margin-right: 0;
  margin-top: 15px;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  height: 40px;
  border: 1px solid #d8d8d8;
  padding: 5px 15px;
  color: #808287;
  font-size: 16px;
  display: inline;
  -webkit-font-smoothing: antialiased;
  width: 170px;
  transition: all 0.25s;
  text-indent: 0;
}
@media (max-width: 959px) {
  .video-player .share-field {
    margin-left: 20px;
  }
}
.video-player .share-field:focus {
  background: #edf0f0;
}
.video-player .share-field + .guide-tooltip {
  width: auto;
  top: 15px;
  left: 50%;
  padding: 5px 10px 3px;
  height: 32px;
}
.video-player .share-field + .guide-tooltip .icon-svg {
  width: 13px;
  height: 15px;
  color: inherit;
}
.video-player .share-article {
  margin-top: 5px;
  display: inline-block;
  min-width: 205px;
  text-align: left;
}
.video-player .share-article a:hover .guide-tooltip {
  display: block;
  opacity: 1;
}
@media (max-width: 767px) {
  .video-player .share-article {
    text-align: center;
  }
  .video-player .share-article .share-field {
    margin-left: 0;
  }
}

.guide-article {
  margin-top: 0;
  margin-bottom: 40px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 960px) {
  .guide-article {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .guide-article {
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .guide-article {
    margin-top: 60px;
  }
}
.guide-article iframe, .guide-article img {
  max-width: 100%;
  margin: 20px auto 40px;
  border: 1px solid #E1E2E4;
  border-radius: 3px;
}
.guide-article .video-iframe, .guide-article img {
  max-width: 100%;
  margin: 20px auto 40px;
  border: 1px solid #E1E2E4;
  border-radius: 3px;
}
.guide-article .video-iframe {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
}
.guide-article .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
}
.guide-article .guide-article-title {
  margin-top: 0;
}
.guide-article .guide-content h4 {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}
.guide-article .guide-content code {
  font-family: "Consolas", monospace;
  color: #FC636B;
  background: #F8F8F9;
  padding: 0 4px;
  margin: 0 3px;
  white-space: pre-wrap;
  display: inline-block;
}
.guide-article .guide-content strong code {
  color: inherit;
  background: transparent;
  border: none;
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: inline;
}
.guide-article .guide-content u {
  text-decoration: underline;
}
.guide-article .guide-content ul, .guide-article .guide-content ol {
  margin-bottom: 30px;
}
.guide-article .guide-content ul li, .guide-article .guide-content ol li {
  margin-top: 10px;
  margin-bottom: 15px;
}
.guide-article .guide-content ul ul, .guide-article .guide-content ul ol, .guide-article .guide-content ol ul, .guide-article .guide-content ol ol {
  margin-top: 10px;
  margin-bottom: 15px;
}
.guide-article .article-table-of-contents {
  width: 100%;
  border: 1px solid #E1E2E4;
  padding: 20px 25px;
  border-radius: 3px;
  list-style-type: none;
  text-indent: none;
  margin-bottom: 40px;
}
.guide-article .article-table-of-contents li {
  list-style-type: none;
  padding: 5px 0;
  margin: 0;
}
.guide-article [id^=gl-] {
  position: relative;
  border-top: 75px solid transparent;
  margin-top: -75px !important;
  pointer-events: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media (max-width: 767px) {
  .guide-article [id^=gl-] {
    border-top: 50px solid transparent;
    margin-top: -50px !important;
  }
}
.guide-article [id^=gl-]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: none;
}

.guide--sitemap .guide-content-container .category {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E1E2E4;
}
.guide--sitemap .guide-content-container ul {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.guide--sitemap .guide-content-container li {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.3;
}
.guide--sitemap .guide-content-container .section {
  break-inside: avoid;
}
@media (min-width: 768px) {
  .guide--sitemap .guide-content-container .section {
    text-align: left;
  }
}
.guide--sitemap .guide-content-container .section .article-list {
  padding-top: 5px;
}
.guide--sitemap .guide-content-container .section-autocolumn-list {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .guide--sitemap .guide-content-container .section-autocolumn-list {
    column-count: 4;
    column-width: 200px;
    column-gap: 30px;
  }
}
.guide--sitemap .guide-content-container .section-manual-list {
  overflow: auto;
  margin-top: 40px;
}
.guide--sitemap .guide-content-container .section-manual-list > li,
.guide--sitemap .guide-content-container .section-manual-list > ul {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .guide--sitemap .guide-content-container .section-manual-list > li,
  .guide--sitemap .guide-content-container .section-manual-list > ul {
    float: left;
    width: 50%;
  }
}
@media (min-width: 960px) {
  .guide--sitemap .guide-content-container .section-manual-list > li,
  .guide--sitemap .guide-content-container .section-manual-list > ul {
    float: left;
    width: 33.3333333333%;
  }
}

.guide--videos .card:hover,
.guide--guide-webinars .card:hover,
.guide--trainings .card:hover,
.guide--resources .card:hover {
  border-color: #ffffff;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.35);
}
.guide--videos .card--link .card--article-title:hover,
.guide--guide-webinars .card--link .card--article-title:hover,
.guide--trainings .card--link .card--article-title:hover,
.guide--resources .card--link .card--article-title:hover {
  text-decoration: none;
}
.guide--videos .resources-header,
.guide--guide-webinars .resources-header,
.guide--trainings .resources-header,
.guide--resources .resources-header {
  margin-top: 50px;
  margin-bottom: 20px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .guide--videos .resources-header,
  .guide--guide-webinars .resources-header,
  .guide--trainings .resources-header,
  .guide--resources .resources-header {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .guide--videos .cards-resource-list .card-content,
  .guide--guide-webinars .cards-resource-list .card-content,
  .guide--trainings .cards-resource-list .card-content,
  .guide--resources .cards-resource-list .card-content {
    padding-bottom: 60px;
    height: 100%;
    min-height: 200px;
  }
}
.guide--videos .cards-resource-list .card-content h4:first-child,
.guide--guide-webinars .cards-resource-list .card-content h4:first-child,
.guide--trainings .cards-resource-list .card-content h4:first-child,
.guide--resources .cards-resource-list .card-content h4:first-child {
  margin-top: 0;
}
.guide--videos .cards-resource-list .card--article-footer,
.guide--guide-webinars .cards-resource-list .card--article-footer,
.guide--trainings .cards-resource-list .card--article-footer,
.guide--resources .cards-resource-list .card--article-footer {
  font-size: 14px;
  border-top: 1px solid #E1E2E4;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #B9BCC0;
  min-height: 30px;
}
@media (min-width: 768px) {
  .guide--videos .cards-resource-list .card--article-footer,
  .guide--guide-webinars .cards-resource-list .card--article-footer,
  .guide--trainings .cards-resource-list .card--article-footer,
  .guide--resources .cards-resource-list .card--article-footer {
    position: absolute;
    height: 30px;
    bottom: 20px;
    width: calc(100% - 30px);
    left: 15px;
  }
}
.guide--videos .cards-resource-list .card--article-footer .share-card,
.guide--guide-webinars .cards-resource-list .card--article-footer .share-card,
.guide--trainings .cards-resource-list .card--article-footer .share-card,
.guide--resources .cards-resource-list .card--article-footer .share-card {
  cursor: pointer;
  float: right;
  color: #1AAFD0;
  cursor: pointer;
  display: inline-block;
  width: 70px;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.015em;
}
.guide--videos .cards-resource-list .card--article-footer .share-card .share-icon .icon-svg,
.guide--guide-webinars .cards-resource-list .card--article-footer .share-card .share-icon .icon-svg,
.guide--trainings .cards-resource-list .card--article-footer .share-card .share-icon .icon-svg,
.guide--resources .cards-resource-list .card--article-footer .share-card .share-icon .icon-svg {
  height: 16px;
  width: 13px;
}
.guide--videos .cards-resource-list .card--article-footer .share-card:hover,
.guide--guide-webinars .cards-resource-list .card--article-footer .share-card:hover,
.guide--trainings .cards-resource-list .card--article-footer .share-card:hover,
.guide--resources .cards-resource-list .card--article-footer .share-card:hover {
  z-index: 100;
}
.guide--videos .cards-resource-list .card--article-footer .share-card:hover .guide-tooltip, .guide--videos .cards-resource-list .card--article-footer .share-card:hover:before,
.guide--guide-webinars .cards-resource-list .card--article-footer .share-card:hover .guide-tooltip,
.guide--guide-webinars .cards-resource-list .card--article-footer .share-card:hover:before,
.guide--trainings .cards-resource-list .card--article-footer .share-card:hover .guide-tooltip,
.guide--trainings .cards-resource-list .card--article-footer .share-card:hover:before,
.guide--resources .cards-resource-list .card--article-footer .share-card:hover .guide-tooltip,
.guide--resources .cards-resource-list .card--article-footer .share-card:hover:before {
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
}
.guide--videos .cards-resource-list .card--article-footer .share-card .share-article,
.guide--guide-webinars .cards-resource-list .card--article-footer .share-card .share-article,
.guide--trainings .cards-resource-list .card--article-footer .share-card .share-article,
.guide--resources .cards-resource-list .card--article-footer .share-card .share-article {
  font-size: 16px;
}
.guide--videos .cards-resource-list .card--article-footer .share-card .guide-tooltip,
.guide--guide-webinars .cards-resource-list .card--article-footer .share-card .guide-tooltip,
.guide--trainings .cards-resource-list .card--article-footer .share-card .guide-tooltip,
.guide--resources .cards-resource-list .card--article-footer .share-card .guide-tooltip {
  width: auto;
  right: 15px;
}
@media (max-width: 767px) {
  .guide--videos .cards-resource-list .card--article-footer .share-card .guide-tooltip,
  .guide--guide-webinars .cards-resource-list .card--article-footer .share-card .guide-tooltip,
  .guide--trainings .cards-resource-list .card--article-footer .share-card .guide-tooltip,
  .guide--resources .cards-resource-list .card--article-footer .share-card .guide-tooltip {
    right: 25px;
  }
}
.guide--videos .cards-resource-list .card--article-footer .share-card .guide-tooltip:before,
.guide--guide-webinars .cards-resource-list .card--article-footer .share-card .guide-tooltip:before,
.guide--trainings .cards-resource-list .card--article-footer .share-card .guide-tooltip:before,
.guide--resources .cards-resource-list .card--article-footer .share-card .guide-tooltip:before {
  right: 10%;
}
.guide--videos .cards-resource-list .card--article-footer .share-card .guide-tooltip:after,
.guide--guide-webinars .cards-resource-list .card--article-footer .share-card .guide-tooltip:after,
.guide--trainings .cards-resource-list .card--article-footer .share-card .guide-tooltip:after,
.guide--resources .cards-resource-list .card--article-footer .share-card .guide-tooltip:after {
  right: calc(10% + 2px);
}
.guide--videos .cards-resource-list .card--article-footer .share-card:before,
.guide--guide-webinars .cards-resource-list .card--article-footer .share-card:before,
.guide--trainings .cards-resource-list .card--article-footer .share-card:before,
.guide--resources .cards-resource-list .card--article-footer .share-card:before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  bottom: 70%;
  height: 100%;
  cursor: default;
}
.guide--videos .cards-resource-list .card img,
.guide--guide-webinars .cards-resource-list .card img,
.guide--trainings .cards-resource-list .card img,
.guide--resources .cards-resource-list .card img {
  width: 100%;
  display: block;
}
.guide--videos .cards-resource-list .card--featured,
.guide--guide-webinars .cards-resource-list .card--featured,
.guide--trainings .cards-resource-list .card--featured,
.guide--resources .cards-resource-list .card--featured {
  position: relative;
}
.guide--videos .cards-resource-list .card--featured .featured-img,
.guide--guide-webinars .cards-resource-list .card--featured .featured-img,
.guide--trainings .cards-resource-list .card--featured .featured-img,
.guide--resources .cards-resource-list .card--featured .featured-img {
  display: block;
}
@media (min-width: 960px) {
  .guide--videos .cards-resource-list .card--featured .featured-img,
  .guide--guide-webinars .cards-resource-list .card--featured .featured-img,
  .guide--trainings .cards-resource-list .card--featured .featured-img,
  .guide--resources .cards-resource-list .card--featured .featured-img {
    display: none;
  }
}
.guide--videos .cards-resource-list .card--featured .featured-card-bg-img,
.guide--guide-webinars .cards-resource-list .card--featured .featured-card-bg-img,
.guide--trainings .cards-resource-list .card--featured .featured-card-bg-img,
.guide--resources .cards-resource-list .card--featured .featured-card-bg-img {
  height: 100%;
  width: calc(100% + 6px);
  position: absolute;
  left: -3px;
  top: -3px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
  display: none;
}
@media (min-width: 960px) {
  .guide--videos .cards-resource-list .card--featured .featured-card-bg-img,
  .guide--guide-webinars .cards-resource-list .card--featured .featured-card-bg-img,
  .guide--trainings .cards-resource-list .card--featured .featured-card-bg-img,
  .guide--resources .cards-resource-list .card--featured .featured-card-bg-img {
    display: block;
  }
}
@media (min-width: 960px) {
  .guide--videos .cards-resource-list .card--featured .card-content,
  .guide--guide-webinars .cards-resource-list .card--featured .card-content,
  .guide--trainings .cards-resource-list .card--featured .card-content,
  .guide--resources .cards-resource-list .card--featured .card-content {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #ffffff;
    width: 40%;
    min-width: 350px;
    box-shadow: 0 1px 3px rgba(27, 36, 50, 0.15);
    border-radius: 3px;
    height: auto;
    padding-bottom: 27px;
  }
  .guide--videos .cards-resource-list .card--featured .card-content h4,
  .guide--guide-webinars .cards-resource-list .card--featured .card-content h4,
  .guide--trainings .cards-resource-list .card--featured .card-content h4,
  .guide--resources .cards-resource-list .card--featured .card-content h4 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .guide--videos .cards-resource-list .card--featured .card--article-footer,
  .guide--guide-webinars .cards-resource-list .card--featured .card--article-footer,
  .guide--trainings .cards-resource-list .card--featured .card--article-footer,
  .guide--resources .cards-resource-list .card--featured .card--article-footer {
    position: absolute;
    bottom: -3px;
    padding-bottom: 9px;
    left: -3px;
    top: auto;
    height: auto;
    width: calc(100% + 6px);
    border-radius: 0 0 3px 3px;
    box-sizing: border-box;
  }
}

.video-player-with-playlist {
  margin-top: 20px;
  margin-bottom: 50px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .video-player-with-playlist {
    float: left;
    width: 100%;
  }
}

.guide--guide-use-cases-list .guide-content-container .use-cases-header {
  text-align: center;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 960px) {
  .guide--guide-use-cases-list .guide-content-container .use-cases-header {
    float: left;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .guide--guide-use-cases-list .guide-content-container .use-cases-header {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .guide--guide-use-cases-list .guide-content-container .use-cases-header {
    padding-top: 50px;
  }
}
.guide--guide-use-cases-list .guide-content-container .use-cases-list {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E1E2E4;
  position: relative;
  margin-top: -90px;
}
.guide--guide-use-cases-list .guide-content-container .use-cases-list:before {
  content: "";
  margin-top: 90px;
  display: block;
}
.guide--guide-use-cases-list .guide-content-container .use-cases-list.last-list {
  border-bottom: none;
}
.guide--guide-use-cases-list .guide-content-container .use-cases-list .use-cases-section-header {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .guide--guide-use-cases-list .guide-content-container .use-cases-list .use-cases-section-header {
    float: left;
    width: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .guide--guide-use-cases-list .guide-content-container .use-cases-list .use-cases-section-header {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 960px) {
  .guide--guide-use-cases-list .guide-content-container .use-cases-list .use-cases-section-header {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 960px) {
  .guide--guide-use-cases-list .guide-content-container .use-cases-list .use-cases-section-header {
    margin-left: 0%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .guide--guide-use-cases-list .guide-content-container .use-cases-list .use-cases-section-header {
    text-align: center;
    margin-bottom: 30px;
  }
}
.guide--guide-use-cases-list .guide-content-container .use-cases-list .use-cases-section-list {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .guide--guide-use-cases-list .guide-content-container .use-cases-list .use-cases-section-list {
    float: left;
    width: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .guide--guide-use-cases-list .guide-content-container .use-cases-list .use-cases-section-list {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 960px) {
  .guide--guide-use-cases-list .guide-content-container .use-cases-list .use-cases-section-list {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 960px) {
  .guide--guide-use-cases-list .guide-content-container .use-cases-list .use-cases-section-list {
    margin-left: 0%;
  }
}
.guide--guide-use-cases-list .guide-content-container .use-cases-list .use-cases-section-list .use-case {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .guide--guide-use-cases-list .guide-content-container .use-cases-list .use-cases-section-list .use-case {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .guide--guide-use-cases-list .guide-content-container .use-cases-list .use-cases-section-list .use-case {
    float: left;
    width: 50%;
  }
}
@media (min-width: 960px) {
  .guide--guide-use-cases-list .guide-content-container .use-cases-list .use-cases-section-list .use-case {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 960px) {
  .guide--guide-use-cases-list .guide-content-container .use-cases-list .use-cases-section-list .use-case {
    float: left;
    width: 41.6666666667%;
  }
}

.guide--guide-webinars .featured-image {
  width: 100%;
  height: 8em;
  display: block;
  background-size: cover;
  background-position: center center;
}
.guide--guide-webinars .card:hover {
  border-color: transparent;
}
.guide--guide-webinars .card-content p small {
  display: block;
  font-size: 0.85em;
  line-height: 1.3em;
  color: #A1A4AA;
}
.guide--guide-webinars h4.card--article-title {
  color: #1B2432;
  margin-bottom: 5px;
}
.guide--guide-webinars .card--article-date {
  margin-bottom: 10px;
}
.guide--guide-webinars .card-content {
  padding-bottom: 60px;
}

.guide--guide-home {
  padding-top: 25px;
}
@media (min-width: 960px) {
  .guide--guide-home .guide-content-container {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) and (min-height: 650px) {
  .guide--guide-home .journey-splash {
    width: 100%;
    height: 100%;
    height: calc(100vh - 60px);
    display: table;
    text-align: center;
  }
}
.guide--guide-home .journey-splash .button--background {
  line-height: 2.4;
  color: #6a67ce;
}
.guide--guide-home .journey-splash .button--background:hover, .guide--guide-home .journey-splash .button--background:active {
  color: #a177ff;
  border-color: #ffffff;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.5);
}
.guide--guide-home .journey-column {
  position: relative;
  color: #ffffff;
  padding: 30px;
  padding-right: 30%;
  z-index: 0;
  transition: padding 0.5s cubic-bezier(0.33, 0, 0.2, 1);
}
@media (min-width: 960px) and (min-height: 650px) {
  .guide--guide-home .journey-column {
    width: 33.3333%;
    height: 100%;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
  }
}
.guide--guide-home .journey-column.journey-column--get-started {
  background-color: #02CEFF;
  background-image: linear-gradient(#02CEFF 20%, #80E6FF 120%);
}
.guide--guide-home .journey-column.journey-column--team {
  background-color: #27e4be;
  background-image: linear-gradient(#27e4be 20%, #9dfbe8 120%);
}
.guide--guide-home .journey-column.journey-column--expand {
  background-color: #a177ff;
  background-image: linear-gradient(#a177ff 20%, #d0bbff 120%);
}
.guide--guide-home .journey-column.journey-column--resources {
  background-color: #FF6D92;
  background-image: linear-gradient(#FF6D92 20%, #FFB6C8 120%);
}
.guide--guide-home .journey-column.journey-column--examples {
  background-color: #ffd200;
  background-image: linear-gradient(#ffd200 20%, #FFE87F 120%);
}
.guide--guide-home .journey-column.journey-column--help {
  background-color: #2E3C54;
  background-image: linear-gradient(#2E3C54 20%, #2E3C54 120%);
}
.guide--guide-home .journey-column.journey-column--sitemap {
  background-color: #2E3C54;
  background-image: linear-gradient(#2E3C54 20%, #2E3C54 120%);
}
@media (min-width: 960px) and (min-height: 650px) {
  .guide--guide-home .journey-column .journey-column-content {
    position: relative;
    padding: 0 20%;
    height: 20em;
  }
}
.guide--guide-home .journey-column .journey-illustration {
  height: 100%;
  top: 0;
  right: calc(-10% + 80px);
  position: absolute;
  text-align: right;
  z-index: -1;
  max-width: 40%;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .guide--guide-home .journey-column .journey-illustration {
    left: auto;
    right: 0;
  }
}
@media (min-width: 960px) and (min-height: 650px) {
  .guide--guide-home .journey-column .journey-illustration {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    vertical-align: middle;
    display: table;
    text-align: center;
    width: 100%;
    height: auto;
    max-width: none;
    opacity: 1;
  }
}
.guide--guide-home .journey-column .journey-illustration img {
  width: auto;
  height: 100%;
}
@media (min-width: 960px) and (min-height: 650px) {
  .guide--guide-home .journey-column .journey-illustration img {
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    width: 100%;
    vertical-align: middle;
  }
}
@media (min-width: 1120px) and (min-height: 650px) {
  .guide--guide-home .journey-column .journey-illustration img {
    max-width: none;
  }
}
.guide--guide-home .journey-column h3, .guide--guide-home .journey-column p {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.03em #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  .guide--guide-home .journey-column p {
    display: none;
  }
}

@media (max-width: 767px) {
  .guide--search,
  .guide--404 {
    padding-top: 0px;
  }
}
.guide--search .guide-content-container,
.guide--404 .guide-content-container {
  padding-top: 60px;
}
.guide--search .line-above,
.guide--404 .line-above {
  border-top: 1px solid #E1E2E4;
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .guide--search .line-above,
  .guide--404 .line-above {
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 100px;
    text-align: left;
  }
}
.guide--search .line-above ul, .guide--search .line-above li,
.guide--404 .line-above ul,
.guide--404 .line-above li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.guide-boxes {
  display: flex;
  justify-content: center;
  background: #f8f9f9;
}

.guide-box {
  background: #fff;
  border: 1px solid #e1e2e4;
  border-radius: 3px;
  margin: 75px 20px;
  padding: 35px 30px 10px 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  width: 20%;
}

@media (max-width: 959px) {
  .guide-boxes {
    flex-direction: column;
    margin: 10px 0;
  }
  .guide-box {
    width: calc(100% - 40px);
    margin: 10px 20px;
  }
}
.guide-box h4 {
  font-family: proxima-nova;
  letter-spacing: 1px;
  color: #676d76;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 600;
  text-align: center;
}

.guide-box p {
  text-align: center;
}

.guide-box a {
  text-align: center;
}

.guide-box svg {
  margin-bottom: 5px;
}

@media print {
  @page {
    margin: 0.75in 1in;
  }
  :root {
    font-size: 16px !important;
  }
  html, body {
    background: #ffffff !important;
    padding-top: 0px !important;
  }
  * {
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-text-stroke: 0 !important;
    max-width: 7in;
  }
  .container {
    width: 100% !important;
    max-width: 1000px;
  }
  .page-wrap {
    margin-top: 0;
    width: 100%;
    transform: none;
  }
  article {
    width: 100%;
    max-width: 6.5in;
    margin-top: 0 !important;
  }
  nav, footer, .guide-sidebar,
  .guide-share-article-fixed, .share-article,
  .guide-helpful-feedback, .guide-share-to-task,
  .zoomContainer {
    display: none;
  }
  .guide--guide-use-cases-list nav,
  .guide--guide-sitemap nav {
    display: block;
  }
  .siteHeader {
    position: static !important;
    padding-bottom: 10px;
    border-bottom: none;
    margin-bottom: 0;
    box-shadow: none;
  }
  blockquote, .callout {
    page-break-inside: avoid !important;
    display: block !important;
    font-size: 16px !important;
  }
  p a:after {
    content: "  (https://asana.com" attr(href) ")";
    color: #676D76 !important;
    font-weight: normal;
    font-style: italic;
  }
  p a[href^="#"]:after {
    display: none;
  }
  p a[href^="http://"]:after, a[href^="https://"]:after {
    content: " (" attr(href) ")";
  }
  p a {
    word-wrap: break-word;
  }
  h1, h2, h3, h4 {
    page-break-after: avoid;
  }
  .guide-article {
    margin-top: 0;
  }
  .each-article {
    page-break-after: always;
    float: none !important;
  }
  .full-page-section {
    text-align: center;
    min-height: 9in !important;
    width: 100% !important;
    height: 100% !important;
    padding: 50px;
    vertical-align: middle;
    display: table;
    page-break-after: always;
  }
  .full-page-section h1 {
    margin-top: 0;
  }
  .full-page-section li {
    font-size: 20px;
    list-style-type: none;
  }
  .guide-article blockquote, .callout {
    padding: 15px 10px 20px;
    border: 1px solid #E1E2E4;
    border-radius: 3px;
    margin: 15px auto 30px;
    display: table;
    width: 100%;
    line-height: 1.4;
    vertical-align: top;
  }
  .guide-article blockquote:before, .callout:before {
    display: none !important;
  }
  .guide-article blockquote p, .callout p {
    text-align: left;
    margin: 0;
  }
  .guide-article-preview p,
  .guide-share-to-task p {
    font-size: 16px;
  }
  .guide-article-preview .p--large a,
  .guide-share-to-task .p--large a {
    font-size: 22px;
  }
  .guide-article-preview .p--large a:after,
  .guide-share-to-task .p--large a:after {
    font-size: 16px;
    content: "(https://asana.com" attr(href) ")";
    display: block;
  }
}
@media (max-width: 959px) {
  .guideAreas {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}

.guideArea {
  position: relative;
}
@media (min-width: 960px) {
  .guideArea {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.guideArea:not(:last-child):after {
  background-color: #B7BFC6;
  bottom: 0;
  content: "";
  position: absolute;
  height: 1px;
  max-width: 1230px;
  width: calc(90% + 30px);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 959px) {
  .guideArea:not(:last-child):after {
    display: none;
  }
  .guideArea:not(:last-child) .guideArea-special-stack {
    display: none;
  }
}
@media (min-width: 960px) {
  .guideArea:last-child .guideArea-special-stack {
    display: none;
  }
}

.guideArea-heading {
  margin-bottom: 2px;
  padding-left: 15px;
}
@media (min-width: 960px) {
  .guideArea-heading {
    margin-bottom: 48px;
  }
}
.guideArea-heading h3 {
  margin: 0;
}

.guideArea-stack {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  max-width: 400px;
  padding-right: 2px;
  padding-left: 15px;
}
@media (min-width: 960px) {
  .guideArea-stack {
    float: left;
    width: 25%;
  }
}
@media (max-width: 959px) {
  .guideArea-stack {
    margin-bottom: 48px;
  }
}

.guideArea-articles {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  display: none;
}
@media (min-width: 960px) {
  .guideArea-articles {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 1120px) {
  .guideArea-articles {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 960px) {
  .guideArea-articles {
    display: block;
  }
}
@media (min-width: 1120px) {
  .guideArea-articles {
    padding-left: 30px;
  }
}

.guideArea-special-stack,
.guideArea-image {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 960px) {
  .guideArea-special-stack,
  .guideArea-image {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1120px) {
  .guideArea-special-stack,
  .guideArea-image {
    margin-left: 8.3333333333%;
  }
}

@media (max-width: 959px) {
  .guideArea-special-stack {
    max-width: 400px;
  }
  .guideArea-special-stack .guideStack.-special {
    background-color: transparent;
    border: none;
    padding: 0;
  }
}

.guideArea-image {
  display: none;
}
.guideArea-image img {
  max-width: 100%;
}
@media (min-width: 960px) {
  .guideArea-image {
    display: block;
  }
}

.guide-article .guide-content p img {
  margin: 10px auto;
}

.guideArticle:not(:last-child) {
  margin-bottom: 16px;
}

.guideArticles-label {
  color: #848F99;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 16px;
  margin-top: 5px;
  text-transform: uppercase;
}

.guideArticle-cta {
  font-weight: 600;
}

.guideCards-heading {
  margin-bottom: 48px;
}
.guideCards-heading > * {
  font-size: 28px;
}

.guideCards-cards {
  display: flex;
  flex-wrap: wrap;
}

.guideCard {
  border-radius: 6px;
  box-shadow: 0 10px 30px 0 rgba(34, 43, 55, 0);
  margin-bottom: 2px;
  overflow: hidden;
  padding: 16px 16px 16px 48px;
  position: relative;
  transition: box-shadow 0.2s;
  width: 100%;
}
.guideCard > * {
  position: relative;
}
@media (max-width: 767px) {
  .guideCard {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(34, 43, 55, 0.15);
  }
}
@media (min-width: 768px) {
  .guideCard {
    background-color: transparent;
    height: 420px;
    padding: 2px;
    width: calc(50% - 16px);
  }
  .guideCard:nth-child(odd) {
    margin-right: 2px;
  }
}
.guideCard:before {
  background-size: cover;
  content: "";
  position: absolute;
  width: 24px;
  left: 0;
  bottom: 0;
  top: 0;
}
@media (min-width: 768px) {
  .guideCard:before {
    right: 0;
    width: 100%;
  }
}
.guideCard:nth-child(1):before {
  background-image: url("https://luna1.co/294330.png");
}
@media (min-width: 768px) {
  .guideCard:nth-child(1):before {
    background-image: url("https://luna1.co/4f75d6.png");
  }
}
.guideCard:nth-child(2):before {
  background-image: url("https://luna1.co/8feb7e.png");
}
@media (min-width: 768px) {
  .guideCard:nth-child(2):before {
    background-image: url("https://luna1.co/f6d765.png");
  }
}
.guideCard:nth-child(3):before {
  background-image: url("https://luna1.co/2c8989.png");
}
@media (min-width: 768px) {
  .guideCard:nth-child(3):before {
    background-image: url("https://luna1.co/60a4f5.png");
  }
}
.guideCard:nth-child(4):before {
  background-image: url("https://luna1.co/f74757.png");
  background-position: bottom;
}
@media (min-width: 768px) {
  .guideCard:nth-child(4):before {
    background-image: url("https://luna1.co/91c10a.png");
  }
}
.guideCard:hover {
  border: 0;
  box-shadow: 0 10px 30px 0 rgba(34, 43, 55, 0.15);
}
.guideCard:hover .guideCard-link-text {
  opacity: 1;
}
.guideCard:hover .guideCard-link-text:after {
  transform: translate3d(40%, -46%, 0);
}

.guideCard-label {
  color: #848F99;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .guideCard-label {
    color: #fff;
    margin-bottom: 74px;
  }
}

@media (min-width: 768px) {
  .guideCard-heading {
    color: #fff;
  }
}

.guideCard-subheading {
  display: none;
}
@media (min-width: 768px) {
  .guideCard-subheading {
    color: #fff;
    display: block;
    margin-bottom: 16px;
  }
}

.guideCard-link-text {
  display: none;
}
@media (min-width: 768px) {
  .guideCard-link-text {
    color: #fff;
    display: block;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .guideCard-link-text:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC40OSAxMC45MyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5Bc3NldCAxPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI5LjkzIDAgOC40MyAxLjMzIDExLjE2IDQuNDYgMCA0LjQ2IDAgNi40NiAxMS4xNiA2LjQ2IDguNDMgOS42IDkuOTMgMTAuOTMgMTQuNDkgNS40NiA5LjkzIDAiLz48L2c+PC9nPjwvc3ZnPg==");
    background-size: cover;
    content: "";
    position: absolute;
    transition: transform 0.2s;
    transform: translate3d(-10%, -46%, 0);
    top: 50%;
    height: 10px;
    width: 14px;
  }
}

.guidePreview {
  background-color: #f6f8f9;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .guidePreview {
    padding-bottom: 48px;
  }
}

.guidePreview-main {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .guidePreview-main {
    float: left;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .guidePreview-main {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1120px) {
  .guidePreview-main {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1280px) {
  .guidePreview-main {
    float: left;
    width: 58.3333333333%;
  }
}
@media (min-width: 1280px) {
  .guidePreview-main {
    margin-left: 0%;
  }
}
@media (max-width: 1279px) {
  .guidePreview-main {
    margin-bottom: 64px;
  }
}

.guidePreview-sidebar {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .guidePreview-sidebar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1120px) {
  .guidePreview-sidebar {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1120px) {
  .guidePreview-sidebar {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1280px) {
  .guidePreview-sidebar {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .guidePreview-sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}

.guideResources {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1119px) {
  .guideResources {
    flex-direction: row;
  }
}

.guideResource {
  display: block;
  margin-bottom: 40px;
  position: relative;
}
.guideResource:before {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 30px 0 rgba(34, 43, 55, 0);
  content: "";
  opacity: 0;
  position: absolute;
  transition: all 0.2s;
  left: -24px;
  right: -24px;
  bottom: -24px;
  top: -24px;
}
@media (max-width: 767px) {
  .guideResource:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1119px) {
  .guideResource {
    margin-bottom: 0;
    width: calc(33.33% - 32px);
  }
  .guideResource:not(:last-child) {
    margin-right: 56px;
  }
}
.guideResource:hover {
  border: 0;
}
.guideResource:hover:before {
  box-shadow: 0 10px 30px 0 rgba(34, 43, 55, 0.15);
  opacity: 1;
}
.guideResource:hover .guideResource-heading {
  color: #1AAFD0;
}
.guideResource > * {
  position: relative;
}

.guideResource-heading {
  font-weight: 600;
  margin-top: 0;
}
@media (max-width: 1279px) {
  .guideResource-heading {
    color: #1AAFD0;
  }
}

.guideResource-subheading {
  color: #646F79;
  margin-bottom: 0;
}

.guideSidebar {
  padding-left: 0;
}
@media (max-width: 767px) {
  .guideSidebar {
    max-width: 400px;
  }
}
@media (min-width: 1280px) {
  .guideSidebar {
    padding-right: 64px;
  }
}

.guideSidebar-heading {
  margin-bottom: 48px;
}

.guideStack:not(:last-child) {
  margin-bottom: 64px;
}
.guideStack.-special {
  background-color: #F6F8F9;
  border: 1px solid #EDF1F2;
  border-radius: 6px;
  padding: 24px 2px 2px 2px;
}
.guideStack-heading {
  margin-top: 0;
}