.theme-blue .btn-default:hover, .theme-blue .btn-default:focus, .theme-blue .btn-default:active, .theme-orange .btn-default:hover, .theme-orange .btn-default:focus, .theme-orange .btn-default:active {
  color: #0084a9 !important;
  border-color: #0084a9 !important;
}

.anim-heading-start span:before {
  width: 50vw !important;
  transition: all 1s !important;
  left: calc(20px - 50vw) !important;
}

@media screen and (width >= 640px) {
  .anim-heading-start span:before {
    left: calc(5px - 50vw) !important;
  }
}

@media screen and (width >= 1024px) {
  .anim-heading-start span:before {
    left: calc(-50vw - 10px) !important;
  }
}

.anim-heading-start span:after {
  width: 50vw !important;
  transition: all 1s !important;
  right: calc(20px - 50vw) !important;
}

@media screen and (width >= 640px) {
  .anim-heading-start span:after {
    right: calc(5px - 50vw) !important;
  }
}

@media screen and (width >= 1024px) {
  .anim-heading-start span:after {
    right: calc(-50vw - 10px) !important;
  }
}

.stagger-item, .fade-up-item {
  opacity: 0;
  transform: translateY(40px);
}

.stagger-left-item {
  opacity: 0;
  display: inline-block;
  transform: translateX(200px);
}

.btn-default {
  letter-spacing: 3.19px;
  color: #f4f4f4;
  text-transform: uppercase;
  background: #ff7547 no-repeat padding-box padding-box;
  border: 2px solid #0000;
  border-radius: 100px;
  width: 160px;
  height: 46px;
  font: bold 14px / 17px Effra;
  transition: all .4s;
}

.btn-blue {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
  font-family: effra, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  background: #0084a9 !important;
  border-radius: 5000px !important;
  line-height: 1em !important;
}

.btn-orange {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
  font-family: effra, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  background: #ff7547 !important;
  border-radius: 5000px !important;
  line-height: 1em !important;
}

.btn, button {
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  outline: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 200px;
  height: 46px;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
  transition: all .4s !important;
  display: flex !important;
}

.btn:not(.is-mac) span, button:not(.is-mac) span {
  margin-top: 3px !important;
}

.btn:not(.is-mac) span svg, button:not(.is-mac) span svg {
  margin-top: -3px !important;
}

.btn:hover, button:hover {
  padding: 0 30px;
  transition: all .4s !important;
}

.btn-arrow {
  position: relative;
}

.btn-arrow span {
  will-change: transform;
  display: inline-block;
  position: relative;
  transition: transform .4s !important;
}

.btn-arrow:hover span {
  transform: translate3d(-.75rem, 0, 0);
}

.btn-arrow svg:not(.google-play-icon) {
  opacity: 0;
  will-change: right, opacity;
  width: 1em;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .4s !important;
}

.btn-arrow svg:not(.google-play-icon) * {
  stroke-width: 5px;
  stroke-color: transparent;
}

.btn-arrow:hover svg:not(.google-play-icon) {
  opacity: 1;
  right: -1.5rem;
}

.flex-grid {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-container {
  width: 100%;
  max-width: 1365px;
}

.flex-50 {
  flex: 100%;
}

@media screen and (width >= 1024px) {
  .flex-50 {
    flex: 45%;
  }
}

.flex-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (width >= 1024px) {
  .flex-center {
    flex-direction: row;
  }
}

@media print, screen and (width >= 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    margin: 0 auto;
    left: auto;
    right: auto;
  }
}

.slide-in-down.mui-enter {
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: translateY(-100%);
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: translateX(-100%);
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: translateY(100%);
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: translateX(100%);
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: translateY(0);
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: translateX(0);
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: translateY(0);
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: translateX(0);
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transform-origin: top;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px)rotateX(-90deg);
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  opacity: 1;
  transform: perspective(2000px)rotate(0);
}

.hinge-in-from-right.mui-enter {
  transform-origin: 100%;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px)rotateY(-90deg);
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  opacity: 1;
  transform: perspective(2000px)rotate(0);
}

.hinge-in-from-bottom.mui-enter {
  transform-origin: bottom;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px)rotateX(90deg);
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  opacity: 1;
  transform: perspective(2000px)rotate(0);
}

.hinge-in-from-left.mui-enter {
  transform-origin: 0;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px)rotateY(90deg);
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  opacity: 1;
  transform: perspective(2000px)rotate(0);
}

.hinge-in-from-middle-x.mui-enter {
  transform-origin: center;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px)rotateX(-90deg);
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  opacity: 1;
  transform: perspective(2000px)rotate(0);
}

.hinge-in-from-middle-y.mui-enter {
  transform-origin: center;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px)rotateY(-90deg);
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  opacity: 1;
  transform: perspective(2000px)rotate(0);
}

.hinge-out-from-top.mui-leave {
  transform-origin: top;
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px)rotate(0);
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  opacity: 0;
  transform: perspective(2000px)rotateX(-90deg);
}

.hinge-out-from-right.mui-leave {
  transform-origin: 100%;
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px)rotate(0);
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  opacity: 0;
  transform: perspective(2000px)rotateY(-90deg);
}

.hinge-out-from-bottom.mui-leave {
  transform-origin: bottom;
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px)rotate(0);
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  opacity: 0;
  transform: perspective(2000px)rotateX(90deg);
}

.hinge-out-from-left.mui-leave {
  transform-origin: 0;
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px)rotate(0);
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  opacity: 0;
  transform: perspective(2000px)rotateY(90deg);
}

.hinge-out-from-middle-x.mui-leave {
  transform-origin: center;
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px)rotate(0);
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  opacity: 0;
  transform: perspective(2000px)rotateX(-90deg);
}

.hinge-out-from-middle-y.mui-leave {
  transform-origin: center;
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px)rotate(0);
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  opacity: 0;
  transform: perspective(2000px)rotateY(-90deg);
}

.scale-in-up.mui-enter {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: scale(.5);
}

.scale-in-up.mui-enter.mui-enter-active {
  opacity: 1;
  transform: scale(1);
}

.scale-in-down.mui-enter {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: scale(1.5);
}

.scale-in-down.mui-enter.mui-enter-active {
  opacity: 1;
  transform: scale(1);
}

.scale-out-up.mui-leave {
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: scale(1);
}

.scale-out-up.mui-leave.mui-leave-active {
  opacity: 0;
  transform: scale(1.5);
}

.scale-out-down.mui-leave {
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: scale(1);
}

.scale-out-down.mui-leave.mui-leave-active {
  opacity: 0;
  transform: scale(.5);
}

.spin-in.mui-enter {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: rotate(-.75turn);
}

.spin-in.mui-enter.mui-enter-active {
  opacity: 1;
  transform: rotate(0);
}

.spin-out.mui-leave {
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: rotate(0);
}

.spin-out.mui-leave.mui-leave-active {
  opacity: 0;
  transform: rotate(.75turn);
}

.spin-in-ccw.mui-enter {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: rotate(.75turn);
}

.spin-in-ccw.mui-enter.mui-enter-active {
  opacity: 1;
  transform: rotate(0);
}

.spin-out-ccw.mui-leave {
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: rotate(0);
}

.spin-out-ccw.mui-leave.mui-leave-active {
  opacity: 0;
  transform: rotate(-.75turn);
}

.slow {
  transition-duration: .75s !important;
}

.fast {
  transition-duration: .25s !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
}

.short-delay {
  transition-delay: .3s !important;
}

.long-delay {
  transition-delay: .7s !important;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.shake {
  animation-name: shake-7;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

.spin-cw, .spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}

.shake, .spin-cw, .spin-ccw, .wiggle {
  animation-duration: .5s;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: .75s !important;
}

.fast {
  animation-duration: .25s !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
}

.short-delay {
  animation-delay: .3s !important;
}

.long-delay {
  animation-delay: .7s !important;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

[data-whatintent="mouse"] *, [data-whatintent="mouse"] :focus, [data-whatintent="touch"] *, [data-whatintent="touch"] :focus, [data-whatinput="mouse"] *, [data-whatinput="mouse"] :focus, [data-whatinput="touch"] *, [data-whatinput="touch"] :focus {
  outline: none;
}

[draggable="false"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=120em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*, :before, :after {
  box-sizing: inherit;
}

body {
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

textarea {
  border-radius: 0;
  height: auto;
  min-height: 50px;
}

select {
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important;
}

[data-whatinput="mouse"] button {
  outline: 0;
}

button {
  appearance: none;
  cursor: auto;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  line-height: 1;
}

pre {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.row:before, .row:after {
  content: " ";
  flex-basis: 0;
  order: 1;
  display: table;
}

.row:after {
  clear: both;
}

@media print, screen and (width >= 40em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

@media print, screen and (width >= 64em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

@media screen and (width >= 75em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

@media screen and (width >= 90em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

@media screen and (width >= 120em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-left: .625rem;
  padding-right: .625rem;
}

.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.column, .columns {
  float: left;
  width: 100%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .column, .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-2 {
  width: 16.6667%;
}

.small-push-2 {
  position: relative;
  left: 16.6667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6667%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-4 {
  width: 33.3333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333%;
}

.small-5 {
  width: 41.6667%;
}

.small-push-5 {
  position: relative;
  left: 41.6667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6667%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-7 {
  width: 58.3333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333%;
}

.small-8 {
  width: 66.6667%;
}

.small-push-8 {
  position: relative;
  left: 66.6667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6667%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-10 {
  width: 83.3333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333%;
}

.small-11 {
  width: 91.6667%;
}

.small-push-11 {
  position: relative;
  left: 91.6667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6667%;
}

.small-12 {
  width: 100%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(n), .small-up-1 > .columns:nth-of-type(n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(n+1), .small-up-1 > .columns:nth-of-type(n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(n), .small-up-2 > .columns:nth-of-type(n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(odd), .small-up-2 > .columns:nth-of-type(odd) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333%;
}

.small-up-3 > .column:nth-of-type(n), .small-up-3 > .columns:nth-of-type(n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(n), .small-up-4 > .columns:nth-of-type(n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(n), .small-up-5 > .columns:nth-of-type(n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6667%;
}

.small-up-6 > .column:nth-of-type(n), .small-up-6 > .columns:nth-of-type(n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857%;
}

.small-up-7 > .column:nth-of-type(n), .small-up-7 > .columns:nth-of-type(n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(n), .small-up-8 > .columns:nth-of-type(n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse .row, .expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-centered {
  margin-left: auto;
  margin-right: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (width >= 40em) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.6667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.6667%;
  }

  .medium-4 {
    width: 33.3333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333%;
  }

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

  .medium-5 {
    width: 41.6667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.6667%;
  }

  .medium-7 {
    width: 58.3333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333%;
  }

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

  .medium-8 {
    width: 66.6667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.6667%;
  }

  .medium-10 {
    width: 83.3333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333%;
  }

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

  .medium-11 {
    width: 91.6667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6667%;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .medium-up-1 > .column:nth-of-type(n), .medium-up-1 > .columns:nth-of-type(n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(n+1), .medium-up-1 > .columns:nth-of-type(n+1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .medium-up-2 > .column:nth-of-type(n), .medium-up-2 > .columns:nth-of-type(n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(odd), .medium-up-2 > .columns:nth-of-type(odd) {
    clear: both;
  }

  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333%;
  }

  .medium-up-3 > .column:nth-of-type(n), .medium-up-3 > .columns:nth-of-type(n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .medium-up-4 > .column:nth-of-type(n), .medium-up-4 > .columns:nth-of-type(n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .medium-up-5 > .column:nth-of-type(n), .medium-up-5 > .columns:nth-of-type(n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6667%;
  }

  .medium-up-6 > .column:nth-of-type(n), .medium-up-6 > .columns:nth-of-type(n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857%;
  }

  .medium-up-7 > .column:nth-of-type(n), .medium-up-7 > .columns:nth-of-type(n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .medium-up-8 > .column:nth-of-type(n), .medium-up-8 > .columns:nth-of-type(n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-collapse .row, .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (width >= 64em) {
  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.6667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.6667%;
  }

  .large-4 {
    width: 33.3333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333%;
  }

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

  .large-5 {
    width: 41.6667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6667%;
  }

  .large-offset-4 {
    margin-left: 33.3333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.6667%;
  }

  .large-7 {
    width: 58.3333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333%;
  }

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

  .large-8 {
    width: 66.6667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6667%;
  }

  .large-offset-7 {
    margin-left: 58.3333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.6667%;
  }

  .large-10 {
    width: 83.3333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333%;
  }

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

  .large-11 {
    width: 91.6667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6667%;
  }

  .large-offset-10 {
    margin-left: 83.3333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6667%;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .large-up-1 > .column:nth-of-type(n), .large-up-1 > .columns:nth-of-type(n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(n+1), .large-up-1 > .columns:nth-of-type(n+1) {
    clear: both;
  }

  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .large-up-2 > .column:nth-of-type(n), .large-up-2 > .columns:nth-of-type(n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(odd), .large-up-2 > .columns:nth-of-type(odd) {
    clear: both;
  }

  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333%;
  }

  .large-up-3 > .column:nth-of-type(n), .large-up-3 > .columns:nth-of-type(n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .large-up-4 > .column:nth-of-type(n), .large-up-4 > .columns:nth-of-type(n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .large-up-5 > .column:nth-of-type(n), .large-up-5 > .columns:nth-of-type(n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6667%;
  }

  .large-up-6 > .column:nth-of-type(n), .large-up-6 > .columns:nth-of-type(n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857%;
  }

  .large-up-7 > .column:nth-of-type(n), .large-up-7 > .columns:nth-of-type(n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .large-up-8 > .column:nth-of-type(n), .large-up-8 > .columns:nth-of-type(n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .large-collapse .row, .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered, .large-push-0, .large-pull-0 {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (width >= 75em) {
  .xlarge-1 {
    width: 8.33333%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .xlarge-2 {
    width: 16.6667%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.6667%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -16.6667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  .xlarge-offset-2 {
    margin-left: 16.6667%;
  }

  .xlarge-4 {
    width: 33.3333%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.3333%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -33.3333%;
  }

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

  .xlarge-5 {
    width: 41.6667%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.6667%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -41.6667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.3333%;
  }

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  .xlarge-offset-5 {
    margin-left: 41.6667%;
  }

  .xlarge-7 {
    width: 58.3333%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.3333%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -58.3333%;
  }

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

  .xlarge-8 {
    width: 66.6667%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.6667%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -66.6667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.3333%;
  }

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  .xlarge-offset-8 {
    margin-left: 66.6667%;
  }

  .xlarge-10 {
    width: 83.3333%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.3333%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -83.3333%;
  }

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

  .xlarge-11 {
    width: 91.6667%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.6667%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -91.6667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.3333%;
  }

  .xlarge-12 {
    width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.6667%;
  }

  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .xlarge-up-1 > .column:nth-of-type(n), .xlarge-up-1 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xlarge-up-1 > .column:nth-of-type(n+1), .xlarge-up-1 > .columns:nth-of-type(n+1) {
    clear: both;
  }

  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }

  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .xlarge-up-2 > .column:nth-of-type(n), .xlarge-up-2 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xlarge-up-2 > .column:nth-of-type(odd), .xlarge-up-2 > .columns:nth-of-type(odd) {
    clear: both;
  }

  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }

  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.3333%;
  }

  .xlarge-up-3 > .column:nth-of-type(n), .xlarge-up-3 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }

  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .xlarge-up-4 > .column:nth-of-type(n), .xlarge-up-4 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }

  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .xlarge-up-5 > .column:nth-of-type(n), .xlarge-up-5 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }

  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.6667%;
  }

  .xlarge-up-6 > .column:nth-of-type(n), .xlarge-up-6 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }

  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.2857%;
  }

  .xlarge-up-7 > .column:nth-of-type(n), .xlarge-up-7 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }

  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .xlarge-up-8 > .column:nth-of-type(n), .xlarge-up-8 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }

  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .xlarge-collapse .row, .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .xlarge-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .xlarge-uncentered, .xlarge-push-0, .xlarge-pull-0 {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .xlarge-uncentered, .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0, .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0, .xlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (width >= 90em) {
  .xxlarge-1 {
    width: 8.33333%;
  }

  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .xxlarge-2 {
    width: 16.6667%;
  }

  .xxlarge-push-2 {
    position: relative;
    left: 16.6667%;
  }

  .xxlarge-pull-2 {
    position: relative;
    left: -16.6667%;
  }

  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .xxlarge-3 {
    width: 25%;
  }

  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  .xxlarge-offset-2 {
    margin-left: 16.6667%;
  }

  .xxlarge-4 {
    width: 33.3333%;
  }

  .xxlarge-push-4 {
    position: relative;
    left: 33.3333%;
  }

  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333%;
  }

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

  .xxlarge-5 {
    width: 41.6667%;
  }

  .xxlarge-push-5 {
    position: relative;
    left: 41.6667%;
  }

  .xxlarge-pull-5 {
    position: relative;
    left: -41.6667%;
  }

  .xxlarge-offset-4 {
    margin-left: 33.3333%;
  }

  .xxlarge-6 {
    width: 50%;
  }

  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  .xxlarge-offset-5 {
    margin-left: 41.6667%;
  }

  .xxlarge-7 {
    width: 58.3333%;
  }

  .xxlarge-push-7 {
    position: relative;
    left: 58.3333%;
  }

  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333%;
  }

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

  .xxlarge-8 {
    width: 66.6667%;
  }

  .xxlarge-push-8 {
    position: relative;
    left: 66.6667%;
  }

  .xxlarge-pull-8 {
    position: relative;
    left: -66.6667%;
  }

  .xxlarge-offset-7 {
    margin-left: 58.3333%;
  }

  .xxlarge-9 {
    width: 75%;
  }

  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  .xxlarge-offset-8 {
    margin-left: 66.6667%;
  }

  .xxlarge-10 {
    width: 83.3333%;
  }

  .xxlarge-push-10 {
    position: relative;
    left: 83.3333%;
  }

  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333%;
  }

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

  .xxlarge-11 {
    width: 91.6667%;
  }

  .xxlarge-push-11 {
    position: relative;
    left: 91.6667%;
  }

  .xxlarge-pull-11 {
    position: relative;
    left: -91.6667%;
  }

  .xxlarge-offset-10 {
    margin-left: 83.3333%;
  }

  .xxlarge-12 {
    width: 100%;
  }

  .xxlarge-offset-11 {
    margin-left: 91.6667%;
  }

  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .xxlarge-up-1 > .column:nth-of-type(n), .xxlarge-up-1 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-up-1 > .column:nth-of-type(n+1), .xxlarge-up-1 > .columns:nth-of-type(n+1) {
    clear: both;
  }

  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .xxlarge-up-2 > .column:nth-of-type(n), .xxlarge-up-2 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-up-2 > .column:nth-of-type(odd), .xxlarge-up-2 > .columns:nth-of-type(odd) {
    clear: both;
  }

  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.3333%;
  }

  .xxlarge-up-3 > .column:nth-of-type(n), .xxlarge-up-3 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .xxlarge-up-4 > .column:nth-of-type(n), .xxlarge-up-4 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .xxlarge-up-5 > .column:nth-of-type(n), .xxlarge-up-5 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.6667%;
  }

  .xxlarge-up-6 > .column:nth-of-type(n), .xxlarge-up-6 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.2857%;
  }

  .xxlarge-up-7 > .column:nth-of-type(n), .xxlarge-up-7 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .xxlarge-up-8 > .column:nth-of-type(n), .xxlarge-up-8 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }

  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .xxlarge-collapse .row, .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .xxlarge-uncentered, .xxlarge-push-0, .xxlarge-pull-0 {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .xxlarge-uncentered, .xxlarge-uncentered:last-child:not(:first-child), .xxlarge-push-0, .xxlarge-push-0:last-child:not(:first-child), .xxlarge-pull-0, .xxlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .xxlarge-uncentered:last-child:not(:first-child), .xxlarge-push-0:last-child:not(:first-child), .xxlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (width >= 120em) {
  .xxxlarge-1 {
    width: 8.33333%;
  }

  .xxxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .xxxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .xxxlarge-offset-0 {
    margin-left: 0%;
  }

  .xxxlarge-2 {
    width: 16.6667%;
  }

  .xxxlarge-push-2 {
    position: relative;
    left: 16.6667%;
  }

  .xxxlarge-pull-2 {
    position: relative;
    left: -16.6667%;
  }

  .xxxlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .xxxlarge-3 {
    width: 25%;
  }

  .xxxlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xxxlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  .xxxlarge-offset-2 {
    margin-left: 16.6667%;
  }

  .xxxlarge-4 {
    width: 33.3333%;
  }

  .xxxlarge-push-4 {
    position: relative;
    left: 33.3333%;
  }

  .xxxlarge-pull-4 {
    position: relative;
    left: -33.3333%;
  }

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

  .xxxlarge-5 {
    width: 41.6667%;
  }

  .xxxlarge-push-5 {
    position: relative;
    left: 41.6667%;
  }

  .xxxlarge-pull-5 {
    position: relative;
    left: -41.6667%;
  }

  .xxxlarge-offset-4 {
    margin-left: 33.3333%;
  }

  .xxxlarge-6 {
    width: 50%;
  }

  .xxxlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xxxlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  .xxxlarge-offset-5 {
    margin-left: 41.6667%;
  }

  .xxxlarge-7 {
    width: 58.3333%;
  }

  .xxxlarge-push-7 {
    position: relative;
    left: 58.3333%;
  }

  .xxxlarge-pull-7 {
    position: relative;
    left: -58.3333%;
  }

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

  .xxxlarge-8 {
    width: 66.6667%;
  }

  .xxxlarge-push-8 {
    position: relative;
    left: 66.6667%;
  }

  .xxxlarge-pull-8 {
    position: relative;
    left: -66.6667%;
  }

  .xxxlarge-offset-7 {
    margin-left: 58.3333%;
  }

  .xxxlarge-9 {
    width: 75%;
  }

  .xxxlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xxxlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  .xxxlarge-offset-8 {
    margin-left: 66.6667%;
  }

  .xxxlarge-10 {
    width: 83.3333%;
  }

  .xxxlarge-push-10 {
    position: relative;
    left: 83.3333%;
  }

  .xxxlarge-pull-10 {
    position: relative;
    left: -83.3333%;
  }

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

  .xxxlarge-11 {
    width: 91.6667%;
  }

  .xxxlarge-push-11 {
    position: relative;
    left: 91.6667%;
  }

  .xxxlarge-pull-11 {
    position: relative;
    left: -91.6667%;
  }

  .xxxlarge-offset-10 {
    margin-left: 83.3333%;
  }

  .xxxlarge-12 {
    width: 100%;
  }

  .xxxlarge-offset-11 {
    margin-left: 91.6667%;
  }

  .xxxlarge-up-1 > .column, .xxxlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .xxxlarge-up-1 > .column:nth-of-type(n), .xxxlarge-up-1 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xxxlarge-up-1 > .column:nth-of-type(n+1), .xxxlarge-up-1 > .columns:nth-of-type(n+1) {
    clear: both;
  }

  .xxxlarge-up-1 > .column:last-child, .xxxlarge-up-1 > .columns:last-child {
    float: left;
  }

  .xxxlarge-up-2 > .column, .xxxlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .xxxlarge-up-2 > .column:nth-of-type(n), .xxxlarge-up-2 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xxxlarge-up-2 > .column:nth-of-type(odd), .xxxlarge-up-2 > .columns:nth-of-type(odd) {
    clear: both;
  }

  .xxxlarge-up-2 > .column:last-child, .xxxlarge-up-2 > .columns:last-child {
    float: left;
  }

  .xxxlarge-up-3 > .column, .xxxlarge-up-3 > .columns {
    float: left;
    width: 33.3333%;
  }

  .xxxlarge-up-3 > .column:nth-of-type(n), .xxxlarge-up-3 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xxxlarge-up-3 > .column:nth-of-type(3n+1), .xxxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .xxxlarge-up-3 > .column:last-child, .xxxlarge-up-3 > .columns:last-child {
    float: left;
  }

  .xxxlarge-up-4 > .column, .xxxlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .xxxlarge-up-4 > .column:nth-of-type(n), .xxxlarge-up-4 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xxxlarge-up-4 > .column:nth-of-type(4n+1), .xxxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .xxxlarge-up-4 > .column:last-child, .xxxlarge-up-4 > .columns:last-child {
    float: left;
  }

  .xxxlarge-up-5 > .column, .xxxlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .xxxlarge-up-5 > .column:nth-of-type(n), .xxxlarge-up-5 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xxxlarge-up-5 > .column:nth-of-type(5n+1), .xxxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .xxxlarge-up-5 > .column:last-child, .xxxlarge-up-5 > .columns:last-child {
    float: left;
  }

  .xxxlarge-up-6 > .column, .xxxlarge-up-6 > .columns {
    float: left;
    width: 16.6667%;
  }

  .xxxlarge-up-6 > .column:nth-of-type(n), .xxxlarge-up-6 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xxxlarge-up-6 > .column:nth-of-type(6n+1), .xxxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .xxxlarge-up-6 > .column:last-child, .xxxlarge-up-6 > .columns:last-child {
    float: left;
  }

  .xxxlarge-up-7 > .column, .xxxlarge-up-7 > .columns {
    float: left;
    width: 14.2857%;
  }

  .xxxlarge-up-7 > .column:nth-of-type(n), .xxxlarge-up-7 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xxxlarge-up-7 > .column:nth-of-type(7n+1), .xxxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .xxxlarge-up-7 > .column:last-child, .xxxlarge-up-7 > .columns:last-child {
    float: left;
  }

  .xxxlarge-up-8 > .column, .xxxlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .xxxlarge-up-8 > .column:nth-of-type(n), .xxxlarge-up-8 > .columns:nth-of-type(n) {
    clear: none;
  }

  .xxxlarge-up-8 > .column:nth-of-type(8n+1), .xxxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .xxxlarge-up-8 > .column:last-child, .xxxlarge-up-8 > .columns:last-child {
    float: left;
  }

  .xxxlarge-collapse > .column, .xxxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .xxxlarge-collapse .row, .expanded.row .xxxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .xxxlarge-uncollapse > .column, .xxxlarge-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .xxxlarge-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .xxxlarge-centered, .xxxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .xxxlarge-uncentered, .xxxlarge-push-0, .xxxlarge-pull-0 {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .xxxlarge-uncentered, .xxxlarge-uncentered:last-child:not(:first-child), .xxxlarge-push-0, .xxxlarge-push-0:last-child:not(:first-child), .xxxlarge-pull-0, .xxxlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .xxxlarge-uncentered:last-child:not(:first-child), .xxxlarge-push-0:last-child:not(:first-child), .xxxlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (width >= 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.row {
  flex-flow: wrap;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row .row {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

@media print, screen and (width >= 40em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

@media print, screen and (width >= 64em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

@media screen and (width >= 75em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

@media screen and (width >= 90em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

@media screen and (width >= 120em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-left: 0;
  margin-right: 0;
}

.column, .columns {
  flex: 1 1 0;
  min-width: 0;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .column, .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-2 {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.small-5 {
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-7 {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.small-8 {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-10 {
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}

.small-11 {
  flex: 0 0 91.6667%;
  max-width: 91.6667%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857%;
  max-width: 14.2857%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.6667%;
  }

  .medium-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

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

  .medium-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333%;
  }

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.6667%;
  }

  .medium-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

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

  .medium-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333%;
  }

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.6667%;
  }

  .medium-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

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

  .medium-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333%;
  }

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6667%;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (width >= 40em) and (width >= 40em) {
  .medium-expand {
    flex: 1 1 0;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (width >= 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

@media print, screen and (width >= 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.6667%;
  }

  .large-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

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

  .large-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

  .large-offset-4 {
    margin-left: 33.3333%;
  }

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.6667%;
  }

  .large-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

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

  .large-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

  .large-offset-7 {
    margin-left: 58.3333%;
  }

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.6667%;
  }

  .large-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

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

  .large-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

  .large-offset-10 {
    margin-left: 83.3333%;
  }

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6667%;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (width >= 64em) and (width >= 64em) {
  .large-expand {
    flex: 1 1 0;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (width >= 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

@media screen and (width >= 75em) {
  .xlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .xlarge-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-offset-2 {
    margin-left: 16.6667%;
  }

  .xlarge-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

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

  .xlarge-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.3333%;
  }

  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-offset-5 {
    margin-left: 41.6667%;
  }

  .xlarge-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

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

  .xlarge-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.3333%;
  }

  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .xlarge-offset-8 {
    margin-left: 66.6667%;
  }

  .xlarge-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

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

  .xlarge-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.3333%;
  }

  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.6667%;
  }

  .xlarge-up-1 {
    flex-wrap: wrap;
  }

  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-up-2 {
    flex-wrap: wrap;
  }

  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-up-3 {
    flex-wrap: wrap;
  }

  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .xlarge-up-4 {
    flex-wrap: wrap;
  }

  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-up-5 {
    flex-wrap: wrap;
  }

  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xlarge-up-6 {
    flex-wrap: wrap;
  }

  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .xlarge-up-7 {
    flex-wrap: wrap;
  }

  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }

  .xlarge-up-8 {
    flex-wrap: wrap;
  }

  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (width >= 75em) and (width >= 75em) {
  .xlarge-expand {
    flex: 1 1 0;
  }
}

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (width >= 75em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    flex: 1 1 0;
  }

  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

@media screen and (width >= 90em) {
  .xxlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .xxlarge-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .xxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xxlarge-offset-2 {
    margin-left: 16.6667%;
  }

  .xxlarge-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

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

  .xxlarge-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

  .xxlarge-offset-4 {
    margin-left: 33.3333%;
  }

  .xxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xxlarge-offset-5 {
    margin-left: 41.6667%;
  }

  .xxlarge-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

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

  .xxlarge-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

  .xxlarge-offset-7 {
    margin-left: 58.3333%;
  }

  .xxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .xxlarge-offset-8 {
    margin-left: 66.6667%;
  }

  .xxlarge-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

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

  .xxlarge-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

  .xxlarge-offset-10 {
    margin-left: 83.3333%;
  }

  .xxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xxlarge-offset-11 {
    margin-left: 91.6667%;
  }

  .xxlarge-up-1 {
    flex-wrap: wrap;
  }

  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xxlarge-up-2 {
    flex-wrap: wrap;
  }

  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xxlarge-up-3 {
    flex-wrap: wrap;
  }

  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .xxlarge-up-4 {
    flex-wrap: wrap;
  }

  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xxlarge-up-5 {
    flex-wrap: wrap;
  }

  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xxlarge-up-6 {
    flex-wrap: wrap;
  }

  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .xxlarge-up-7 {
    flex-wrap: wrap;
  }

  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }

  .xxlarge-up-8 {
    flex-wrap: wrap;
  }

  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (width >= 90em) and (width >= 90em) {
  .xxlarge-expand {
    flex: 1 1 0;
  }
}

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (width >= 90em) {
  .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
    flex: 1 1 0;
  }

  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

@media screen and (width >= 120em) {
  .xxxlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .xxxlarge-offset-0 {
    margin-left: 0%;
  }

  .xxxlarge-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .xxxlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .xxxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xxxlarge-offset-2 {
    margin-left: 16.6667%;
  }

  .xxxlarge-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

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

  .xxxlarge-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

  .xxxlarge-offset-4 {
    margin-left: 33.3333%;
  }

  .xxxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xxxlarge-offset-5 {
    margin-left: 41.6667%;
  }

  .xxxlarge-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

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

  .xxxlarge-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

  .xxxlarge-offset-7 {
    margin-left: 58.3333%;
  }

  .xxxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .xxxlarge-offset-8 {
    margin-left: 66.6667%;
  }

  .xxxlarge-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

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

  .xxxlarge-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

  .xxxlarge-offset-10 {
    margin-left: 83.3333%;
  }

  .xxxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xxxlarge-offset-11 {
    margin-left: 91.6667%;
  }

  .xxxlarge-up-1 {
    flex-wrap: wrap;
  }

  .xxxlarge-up-1 > .column, .xxxlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xxxlarge-up-2 {
    flex-wrap: wrap;
  }

  .xxxlarge-up-2 > .column, .xxxlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xxxlarge-up-3 {
    flex-wrap: wrap;
  }

  .xxxlarge-up-3 > .column, .xxxlarge-up-3 > .columns {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .xxxlarge-up-4 {
    flex-wrap: wrap;
  }

  .xxxlarge-up-4 > .column, .xxxlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xxxlarge-up-5 {
    flex-wrap: wrap;
  }

  .xxxlarge-up-5 > .column, .xxxlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xxxlarge-up-6 {
    flex-wrap: wrap;
  }

  .xxxlarge-up-6 > .column, .xxxlarge-up-6 > .columns {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .xxxlarge-up-7 {
    flex-wrap: wrap;
  }

  .xxxlarge-up-7 > .column, .xxxlarge-up-7 > .columns {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }

  .xxxlarge-up-8 {
    flex-wrap: wrap;
  }

  .xxxlarge-up-8 > .column, .xxxlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (width >= 120em) and (width >= 120em) {
  .xxxlarge-expand {
    flex: 1 1 0;
  }
}

.row.xxxlarge-unstack > .column, .row.xxxlarge-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (width >= 120em) {
  .row.xxxlarge-unstack > .column, .row.xxxlarge-unstack > .columns {
    flex: 1 1 0;
  }

  .xxxlarge-collapse > .column, .xxxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .xxxlarge-uncollapse > .column, .xxxlarge-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.shrink {
  flex: none;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (width >= 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.grid-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .grid-container {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .grid-container.fluid {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.grid-x {
  flex-flow: wrap;
  display: flex;
}

.cell {
  flex: none;
  width: 100%;
  min-width: 0;
  min-height: 0;
}

.cell.auto {
  flex: 1 1 0;
}

.cell.shrink {
  flex: none;
}

.grid-x > .auto, .grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (width >= 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (width >= 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}

@media screen and (width >= 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}

@media screen and (width >= 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}

@media screen and (width >= 120em) {
  .grid-x > .xxxlarge-shrink, .grid-x > .xxxlarge-full, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-12 {
    flex-basis: auto;
  }
}

.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: none;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.6667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333%;
}

.grid-x > .small-5 {
  width: 41.6667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333%;
}

.grid-x > .small-8 {
  width: 66.6667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333%;
}

.grid-x > .small-11 {
  width: 91.6667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (width >= 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: none;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.33333%;
  }

  .grid-x > .medium-2 {
    width: 16.6667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333%;
  }

  .grid-x > .medium-5 {
    width: 41.6667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333%;
  }

  .grid-x > .medium-8 {
    width: 66.6667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333%;
  }

  .grid-x > .medium-11 {
    width: 91.6667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (width >= 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: none;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.33333%;
  }

  .grid-x > .large-2 {
    width: 16.6667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333%;
  }

  .grid-x > .large-5 {
    width: 41.6667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333%;
  }

  .grid-x > .large-8 {
    width: 66.6667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333%;
  }

  .grid-x > .large-11 {
    width: 91.6667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}

@media screen and (width >= 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: none;
  }

  .grid-x > .xlarge-shrink {
    width: auto;
  }

  .grid-x > .xlarge-1 {
    width: 8.33333%;
  }

  .grid-x > .xlarge-2 {
    width: 16.6667%;
  }

  .grid-x > .xlarge-3 {
    width: 25%;
  }

  .grid-x > .xlarge-4 {
    width: 33.3333%;
  }

  .grid-x > .xlarge-5 {
    width: 41.6667%;
  }

  .grid-x > .xlarge-6 {
    width: 50%;
  }

  .grid-x > .xlarge-7 {
    width: 58.3333%;
  }

  .grid-x > .xlarge-8 {
    width: 66.6667%;
  }

  .grid-x > .xlarge-9 {
    width: 75%;
  }

  .grid-x > .xlarge-10 {
    width: 83.3333%;
  }

  .grid-x > .xlarge-11 {
    width: 91.6667%;
  }

  .grid-x > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (width >= 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    flex: none;
  }

  .grid-x > .xxlarge-shrink {
    width: auto;
  }

  .grid-x > .xxlarge-1 {
    width: 8.33333%;
  }

  .grid-x > .xxlarge-2 {
    width: 16.6667%;
  }

  .grid-x > .xxlarge-3 {
    width: 25%;
  }

  .grid-x > .xxlarge-4 {
    width: 33.3333%;
  }

  .grid-x > .xxlarge-5 {
    width: 41.6667%;
  }

  .grid-x > .xxlarge-6 {
    width: 50%;
  }

  .grid-x > .xxlarge-7 {
    width: 58.3333%;
  }

  .grid-x > .xxlarge-8 {
    width: 66.6667%;
  }

  .grid-x > .xxlarge-9 {
    width: 75%;
  }

  .grid-x > .xxlarge-10 {
    width: 83.3333%;
  }

  .grid-x > .xxlarge-11 {
    width: 91.6667%;
  }

  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (width >= 120em) {
  .grid-x > .xxxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .xxxlarge-12, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-shrink {
    flex: none;
  }

  .grid-x > .xxxlarge-shrink {
    width: auto;
  }

  .grid-x > .xxxlarge-1 {
    width: 8.33333%;
  }

  .grid-x > .xxxlarge-2 {
    width: 16.6667%;
  }

  .grid-x > .xxxlarge-3 {
    width: 25%;
  }

  .grid-x > .xxxlarge-4 {
    width: 33.3333%;
  }

  .grid-x > .xxxlarge-5 {
    width: 41.6667%;
  }

  .grid-x > .xxxlarge-6 {
    width: 50%;
  }

  .grid-x > .xxxlarge-7 {
    width: 58.3333%;
  }

  .grid-x > .xxxlarge-8 {
    width: 66.6667%;
  }

  .grid-x > .xxxlarge-9 {
    width: 75%;
  }

  .grid-x > .xxxlarge-10 {
    width: 83.3333%;
  }

  .grid-x > .xxxlarge-11 {
    width: 91.6667%;
  }

  .grid-x > .xxxlarge-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

@media print, screen and (width >= 40em) {
  .grid-margin-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: .625rem;
  margin-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem;
  }
}

.grid-margin-x > .auto, .grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.6667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.3333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.6667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.3333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.6667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.3333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.6667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (width >= 40em) {
  .grid-margin-x > .auto, .grid-margin-x > .shrink {
    width: auto;
  }

  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(41.6667% - 1.875rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(58.3333% - 1.875rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(66.6667% - 1.875rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(83.3333% - 1.875rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(91.6667% - 1.875rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x > .medium-auto, .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.6667% - 1.875rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(58.3333% - 1.875rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.6667% - 1.875rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.3333% - 1.875rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.6667% - 1.875rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (width >= 64em) {
  .grid-margin-x > .large-auto, .grid-margin-x > .large-shrink {
    width: auto;
  }

  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.6667% - 1.875rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(58.3333% - 1.875rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.6667% - 1.875rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.3333% - 1.875rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.6667% - 1.875rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (width >= 75em) {
  .grid-margin-x > .xlarge-auto, .grid-margin-x > .xlarge-shrink {
    width: auto;
  }

  .grid-margin-x > .xlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-2 {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-5 {
    width: calc(41.6667% - 1.875rem);
  }

  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-8 {
    width: calc(66.6667% - 1.875rem);
  }

  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-11 {
    width: calc(91.6667% - 1.875rem);
  }

  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (width >= 90em) {
  .grid-margin-x > .xxlarge-auto, .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }

  .grid-margin-x > .xxlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6667% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6667% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6667% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (width >= 120em) {
  .grid-margin-x > .xxxlarge-auto, .grid-margin-x > .xxxlarge-shrink {
    width: auto;
  }

  .grid-margin-x > .xxxlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .xxxlarge-2 {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x > .xxxlarge-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .xxxlarge-4 {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x > .xxxlarge-5 {
    width: calc(41.6667% - 1.875rem);
  }

  .grid-margin-x > .xxxlarge-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .xxxlarge-7 {
    width: calc(58.3333% - 1.875rem);
  }

  .grid-margin-x > .xxxlarge-8 {
    width: calc(66.6667% - 1.875rem);
  }

  .grid-margin-x > .xxxlarge-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .xxxlarge-10 {
    width: calc(83.3333% - 1.875rem);
  }

  .grid-margin-x > .xxxlarge-11 {
    width: calc(91.6667% - 1.875rem);
  }

  .grid-margin-x > .xxxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

@media print, screen and (width >= 40em) {
  .grid-padding-x .grid-padding-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

@media print, screen and (width >= 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .grid-padding-x > .cell {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6667%;
}

.small-up-7 > .cell {
  width: 14.2857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (width >= 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (width >= 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6667%;
  }

  .large-up-7 > .cell {
    width: 14.2857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (width >= 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }

  .xlarge-up-2 > .cell {
    width: 50%;
  }

  .xlarge-up-3 > .cell {
    width: 33.3333%;
  }

  .xlarge-up-4 > .cell {
    width: 25%;
  }

  .xlarge-up-5 > .cell {
    width: 20%;
  }

  .xlarge-up-6 > .cell {
    width: 16.6667%;
  }

  .xlarge-up-7 > .cell {
    width: 14.2857%;
  }

  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (width >= 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }

  .xxlarge-up-2 > .cell {
    width: 50%;
  }

  .xxlarge-up-3 > .cell {
    width: 33.3333%;
  }

  .xxlarge-up-4 > .cell {
    width: 25%;
  }

  .xxlarge-up-5 > .cell {
    width: 20%;
  }

  .xxlarge-up-6 > .cell {
    width: 16.6667%;
  }

  .xxlarge-up-7 > .cell {
    width: 14.2857%;
  }

  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (width >= 120em) {
  .xxxlarge-up-1 > .cell {
    width: 100%;
  }

  .xxxlarge-up-2 > .cell {
    width: 50%;
  }

  .xxxlarge-up-3 > .cell {
    width: 33.3333%;
  }

  .xxxlarge-up-4 > .cell {
    width: 25%;
  }

  .xxxlarge-up-5 > .cell {
    width: 20%;
  }

  .xxxlarge-up-6 > .cell {
    width: 16.6667%;
  }

  .xxxlarge-up-7 > .cell {
    width: 14.2857%;
  }

  .xxxlarge-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (width >= 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857% - 1.875rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (width >= 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (width >= 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (width >= 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (width >= 120em) {
  .grid-margin-x.xxxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.xxxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.xxxlarge-up-3 > .cell {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x.xxxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.xxxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.xxxlarge-up-6 > .cell {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x.xxxlarge-up-7 > .cell {
    width: calc(14.2857% - 1.875rem);
  }

  .grid-margin-x.xxxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse, .small-margin-collapse > .cell {
  margin-left: 0;
  margin-right: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.6667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.3333%;
}

.small-margin-collapse > .small-5 {
  width: 41.6667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.3333%;
}

.small-margin-collapse > .small-8 {
  width: 66.6667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.3333%;
}

.small-margin-collapse > .small-11 {
  width: 91.6667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (width >= 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .medium-2 {
    width: 16.6667%;
  }

  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  .small-margin-collapse > .medium-4 {
    width: 33.3333%;
  }

  .small-margin-collapse > .medium-5 {
    width: 41.6667%;
  }

  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  .small-margin-collapse > .medium-7 {
    width: 58.3333%;
  }

  .small-margin-collapse > .medium-8 {
    width: 66.6667%;
  }

  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  .small-margin-collapse > .medium-10 {
    width: 83.3333%;
  }

  .small-margin-collapse > .medium-11 {
    width: 91.6667%;
  }

  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (width >= 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .large-2 {
    width: 16.6667%;
  }

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  .small-margin-collapse > .large-4 {
    width: 33.3333%;
  }

  .small-margin-collapse > .large-5 {
    width: 41.6667%;
  }

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  .small-margin-collapse > .large-7 {
    width: 58.3333%;
  }

  .small-margin-collapse > .large-8 {
    width: 66.6667%;
  }

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  .small-margin-collapse > .large-10 {
    width: 83.3333%;
  }

  .small-margin-collapse > .large-11 {
    width: 91.6667%;
  }

  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (width >= 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .xlarge-2 {
    width: 16.6667%;
  }

  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .small-margin-collapse > .xlarge-4 {
    width: 33.3333%;
  }

  .small-margin-collapse > .xlarge-5 {
    width: 41.6667%;
  }

  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .small-margin-collapse > .xlarge-7 {
    width: 58.3333%;
  }

  .small-margin-collapse > .xlarge-8 {
    width: 66.6667%;
  }

  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .small-margin-collapse > .xlarge-10 {
    width: 83.3333%;
  }

  .small-margin-collapse > .xlarge-11 {
    width: 91.6667%;
  }

  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (width >= 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .xxlarge-2 {
    width: 16.6667%;
  }

  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333%;
  }

  .small-margin-collapse > .xxlarge-5 {
    width: 41.6667%;
  }

  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333%;
  }

  .small-margin-collapse > .xxlarge-8 {
    width: 66.6667%;
  }

  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333%;
  }

  .small-margin-collapse > .xxlarge-11 {
    width: 91.6667%;
  }

  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (width >= 120em) {
  .small-margin-collapse > .xxxlarge-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .xxxlarge-2 {
    width: 16.6667%;
  }

  .small-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }

  .small-margin-collapse > .xxxlarge-4 {
    width: 33.3333%;
  }

  .small-margin-collapse > .xxxlarge-5 {
    width: 41.6667%;
  }

  .small-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }

  .small-margin-collapse > .xxxlarge-7 {
    width: 58.3333%;
  }

  .small-margin-collapse > .xxxlarge-8 {
    width: 66.6667%;
  }

  .small-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }

  .small-margin-collapse > .xxxlarge-10 {
    width: 83.3333%;
  }

  .small-margin-collapse > .xxxlarge-11 {
    width: 91.6667%;
  }

  .small-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-left: 0;
  margin-right: 0;
}

.small-padding-collapse > .cell {
  padding-left: 0;
  padding-right: 0;
}

@media print, screen and (width >= 40em) {
  .medium-margin-collapse, .medium-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .small-2 {
    width: 16.6667%;
  }

  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  .medium-margin-collapse > .small-4 {
    width: 33.3333%;
  }

  .medium-margin-collapse > .small-5 {
    width: 41.6667%;
  }

  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  .medium-margin-collapse > .small-7 {
    width: 58.3333%;
  }

  .medium-margin-collapse > .small-8 {
    width: 66.6667%;
  }

  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  .medium-margin-collapse > .small-10 {
    width: 83.3333%;
  }

  .medium-margin-collapse > .small-11 {
    width: 91.6667%;
  }

  .medium-margin-collapse > .small-12 {
    width: 100%;
  }

  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 16.6667%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 33.3333%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 41.6667%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 58.3333%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 66.6667%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 83.3333%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 91.6667%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (width >= 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.6667%;
  }

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  .medium-margin-collapse > .large-4 {
    width: 33.3333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.6667%;
  }

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  .medium-margin-collapse > .large-7 {
    width: 58.3333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.6667%;
  }

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  .medium-margin-collapse > .large-10 {
    width: 83.3333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.6667%;
  }

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (width >= 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .xlarge-2 {
    width: 16.6667%;
  }

  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333%;
  }

  .medium-margin-collapse > .xlarge-5 {
    width: 41.6667%;
  }

  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333%;
  }

  .medium-margin-collapse > .xlarge-8 {
    width: 66.6667%;
  }

  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333%;
  }

  .medium-margin-collapse > .xlarge-11 {
    width: 91.6667%;
  }

  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (width >= 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6667%;
  }

  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333%;
  }

  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6667%;
  }

  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333%;
  }

  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6667%;
  }

  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333%;
  }

  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6667%;
  }

  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (width >= 120em) {
  .medium-margin-collapse > .xxxlarge-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .xxxlarge-2 {
    width: 16.6667%;
  }

  .medium-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }

  .medium-margin-collapse > .xxxlarge-4 {
    width: 33.3333%;
  }

  .medium-margin-collapse > .xxxlarge-5 {
    width: 41.6667%;
  }

  .medium-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }

  .medium-margin-collapse > .xxxlarge-7 {
    width: 58.3333%;
  }

  .medium-margin-collapse > .xxxlarge-8 {
    width: 66.6667%;
  }

  .medium-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }

  .medium-margin-collapse > .xxxlarge-10 {
    width: 83.3333%;
  }

  .medium-margin-collapse > .xxxlarge-11 {
    width: 91.6667%;
  }

  .medium-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (width >= 40em) {
  .medium-padding-collapse {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (width >= 64em) {
  .large-margin-collapse, .large-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0;
  }

  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .small-2 {
    width: 16.6667%;
  }

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  .large-margin-collapse > .small-4 {
    width: 33.3333%;
  }

  .large-margin-collapse > .small-5 {
    width: 41.6667%;
  }

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  .large-margin-collapse > .small-7 {
    width: 58.3333%;
  }

  .large-margin-collapse > .small-8 {
    width: 66.6667%;
  }

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  .large-margin-collapse > .small-10 {
    width: 83.3333%;
  }

  .large-margin-collapse > .small-11 {
    width: 91.6667%;
  }

  .large-margin-collapse > .small-12 {
    width: 100%;
  }

  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.6667%;
  }

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  .large-margin-collapse > .medium-4 {
    width: 33.3333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.6667%;
  }

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  .large-margin-collapse > .medium-7 {
    width: 58.3333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.6667%;
  }

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  .large-margin-collapse > .medium-10 {
    width: 83.3333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.6667%;
  }

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }

  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.6667%;
  }

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  .large-margin-collapse > .large-4 {
    width: 33.3333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.6667%;
  }

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  .large-margin-collapse > .large-7 {
    width: 58.3333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.6667%;
  }

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  .large-margin-collapse > .large-10 {
    width: 83.3333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.6667%;
  }

  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (width >= 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .xlarge-2 {
    width: 16.6667%;
  }

  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .large-margin-collapse > .xlarge-4 {
    width: 33.3333%;
  }

  .large-margin-collapse > .xlarge-5 {
    width: 41.6667%;
  }

  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .large-margin-collapse > .xlarge-7 {
    width: 58.3333%;
  }

  .large-margin-collapse > .xlarge-8 {
    width: 66.6667%;
  }

  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .large-margin-collapse > .xlarge-10 {
    width: 83.3333%;
  }

  .large-margin-collapse > .xlarge-11 {
    width: 91.6667%;
  }

  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (width >= 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .xxlarge-2 {
    width: 16.6667%;
  }

  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333%;
  }

  .large-margin-collapse > .xxlarge-5 {
    width: 41.6667%;
  }

  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333%;
  }

  .large-margin-collapse > .xxlarge-8 {
    width: 66.6667%;
  }

  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333%;
  }

  .large-margin-collapse > .xxlarge-11 {
    width: 91.6667%;
  }

  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (width >= 120em) {
  .large-margin-collapse > .xxxlarge-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .xxxlarge-2 {
    width: 16.6667%;
  }

  .large-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }

  .large-margin-collapse > .xxxlarge-4 {
    width: 33.3333%;
  }

  .large-margin-collapse > .xxxlarge-5 {
    width: 41.6667%;
  }

  .large-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }

  .large-margin-collapse > .xxxlarge-7 {
    width: 58.3333%;
  }

  .large-margin-collapse > .xxxlarge-8 {
    width: 66.6667%;
  }

  .large-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }

  .large-margin-collapse > .xxxlarge-10 {
    width: 83.3333%;
  }

  .large-margin-collapse > .xxxlarge-11 {
    width: 91.6667%;
  }

  .large-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (width >= 64em) {
  .large-padding-collapse {
    margin-left: 0;
    margin-right: 0;
  }

  .large-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (width >= 75em) {
  .xlarge-margin-collapse, .xlarge-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0;
  }

  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse > .small-2 {
    width: 16.6667%;
  }

  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .small-4 {
    width: 33.3333%;
  }

  .xlarge-margin-collapse > .small-5 {
    width: 41.6667%;
  }

  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .small-7 {
    width: 58.3333%;
  }

  .xlarge-margin-collapse > .small-8 {
    width: 66.6667%;
  }

  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .small-10 {
    width: 83.3333%;
  }

  .xlarge-margin-collapse > .small-11 {
    width: 91.6667%;
  }

  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }

  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse > .medium-2 {
    width: 16.6667%;
  }

  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333%;
  }

  .xlarge-margin-collapse > .medium-5 {
    width: 41.6667%;
  }

  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333%;
  }

  .xlarge-margin-collapse > .medium-8 {
    width: 66.6667%;
  }

  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333%;
  }

  .xlarge-margin-collapse > .medium-11 {
    width: 91.6667%;
  }

  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }

  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse > .large-2 {
    width: 16.6667%;
  }

  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .large-4 {
    width: 33.3333%;
  }

  .xlarge-margin-collapse > .large-5 {
    width: 41.6667%;
  }

  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .large-7 {
    width: 58.3333%;
  }

  .xlarge-margin-collapse > .large-8 {
    width: 66.6667%;
  }

  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .large-10 {
    width: 83.3333%;
  }

  .xlarge-margin-collapse > .large-11 {
    width: 91.6667%;
  }

  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }

  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6667%;
  }

  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333%;
  }

  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6667%;
  }

  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333%;
  }

  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6667%;
  }

  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333%;
  }

  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6667%;
  }

  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (width >= 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6667%;
  }

  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333%;
  }

  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6667%;
  }

  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333%;
  }

  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6667%;
  }

  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333%;
  }

  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6667%;
  }

  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (width >= 120em) {
  .xlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse > .xxxlarge-2 {
    width: 16.6667%;
  }

  .xlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .xxxlarge-4 {
    width: 33.3333%;
  }

  .xlarge-margin-collapse > .xxxlarge-5 {
    width: 41.6667%;
  }

  .xlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .xxxlarge-7 {
    width: 58.3333%;
  }

  .xlarge-margin-collapse > .xxxlarge-8 {
    width: 66.6667%;
  }

  .xlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .xxxlarge-10 {
    width: 83.3333%;
  }

  .xlarge-margin-collapse > .xxxlarge-11 {
    width: 91.6667%;
  }

  .xlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media screen and (width >= 75em) {
  .xlarge-padding-collapse {
    margin-left: 0;
    margin-right: 0;
  }

  .xlarge-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (width >= 90em) {
  .xxlarge-margin-collapse, .xxlarge-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0;
  }

  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse > .small-2 {
    width: 16.6667%;
  }

  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333%;
  }

  .xxlarge-margin-collapse > .small-5 {
    width: 41.6667%;
  }

  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333%;
  }

  .xxlarge-margin-collapse > .small-8 {
    width: 66.6667%;
  }

  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333%;
  }

  .xxlarge-margin-collapse > .small-11 {
    width: 91.6667%;
  }

  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }

  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6667%;
  }

  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333%;
  }

  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6667%;
  }

  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333%;
  }

  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6667%;
  }

  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333%;
  }

  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6667%;
  }

  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }

  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse > .large-2 {
    width: 16.6667%;
  }

  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333%;
  }

  .xxlarge-margin-collapse > .large-5 {
    width: 41.6667%;
  }

  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333%;
  }

  .xxlarge-margin-collapse > .large-8 {
    width: 66.6667%;
  }

  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333%;
  }

  .xxlarge-margin-collapse > .large-11 {
    width: 91.6667%;
  }

  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }

  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6667%;
  }

  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333%;
  }

  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6667%;
  }

  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333%;
  }

  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6667%;
  }

  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333%;
  }

  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6667%;
  }

  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }

  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6667%;
  }

  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333%;
  }

  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6667%;
  }

  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333%;
  }

  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6667%;
  }

  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333%;
  }

  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6667%;
  }

  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (width >= 120em) {
  .xxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.6667%;
  }

  .xxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.3333%;
  }

  .xxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.6667%;
  }

  .xxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.3333%;
  }

  .xxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.6667%;
  }

  .xxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.3333%;
  }

  .xxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.6667%;
  }

  .xxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media screen and (width >= 90em) {
  .xxlarge-padding-collapse {
    margin-left: 0;
    margin-right: 0;
  }

  .xxlarge-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (width >= 120em) {
  .xxxlarge-margin-collapse, .xxxlarge-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0;
  }

  .xxxlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .xxxlarge-margin-collapse > .small-2 {
    width: 16.6667%;
  }

  .xxxlarge-margin-collapse > .small-3 {
    width: 25%;
  }

  .xxxlarge-margin-collapse > .small-4 {
    width: 33.3333%;
  }

  .xxxlarge-margin-collapse > .small-5 {
    width: 41.6667%;
  }

  .xxxlarge-margin-collapse > .small-6 {
    width: 50%;
  }

  .xxxlarge-margin-collapse > .small-7 {
    width: 58.3333%;
  }

  .xxxlarge-margin-collapse > .small-8 {
    width: 66.6667%;
  }

  .xxxlarge-margin-collapse > .small-9 {
    width: 75%;
  }

  .xxxlarge-margin-collapse > .small-10 {
    width: 83.3333%;
  }

  .xxxlarge-margin-collapse > .small-11 {
    width: 91.6667%;
  }

  .xxxlarge-margin-collapse > .small-12 {
    width: 100%;
  }

  .xxxlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .xxxlarge-margin-collapse > .medium-2 {
    width: 16.6667%;
  }

  .xxxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }

  .xxxlarge-margin-collapse > .medium-4 {
    width: 33.3333%;
  }

  .xxxlarge-margin-collapse > .medium-5 {
    width: 41.6667%;
  }

  .xxxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }

  .xxxlarge-margin-collapse > .medium-7 {
    width: 58.3333%;
  }

  .xxxlarge-margin-collapse > .medium-8 {
    width: 66.6667%;
  }

  .xxxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }

  .xxxlarge-margin-collapse > .medium-10 {
    width: 83.3333%;
  }

  .xxxlarge-margin-collapse > .medium-11 {
    width: 91.6667%;
  }

  .xxxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }

  .xxxlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .xxxlarge-margin-collapse > .large-2 {
    width: 16.6667%;
  }

  .xxxlarge-margin-collapse > .large-3 {
    width: 25%;
  }

  .xxxlarge-margin-collapse > .large-4 {
    width: 33.3333%;
  }

  .xxxlarge-margin-collapse > .large-5 {
    width: 41.6667%;
  }

  .xxxlarge-margin-collapse > .large-6 {
    width: 50%;
  }

  .xxxlarge-margin-collapse > .large-7 {
    width: 58.3333%;
  }

  .xxxlarge-margin-collapse > .large-8 {
    width: 66.6667%;
  }

  .xxxlarge-margin-collapse > .large-9 {
    width: 75%;
  }

  .xxxlarge-margin-collapse > .large-10 {
    width: 83.3333%;
  }

  .xxxlarge-margin-collapse > .large-11 {
    width: 91.6667%;
  }

  .xxxlarge-margin-collapse > .large-12 {
    width: 100%;
  }

  .xxxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }

  .xxxlarge-margin-collapse > .xlarge-2 {
    width: 16.6667%;
  }

  .xxxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .xxxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333%;
  }

  .xxxlarge-margin-collapse > .xlarge-5 {
    width: 41.6667%;
  }

  .xxxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .xxxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333%;
  }

  .xxxlarge-margin-collapse > .xlarge-8 {
    width: 66.6667%;
  }

  .xxxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .xxxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333%;
  }

  .xxxlarge-margin-collapse > .xlarge-11 {
    width: 91.6667%;
  }

  .xxxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }

  .xxxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }

  .xxxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6667%;
  }

  .xxxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .xxxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333%;
  }

  .xxxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6667%;
  }

  .xxxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .xxxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333%;
  }

  .xxxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6667%;
  }

  .xxxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .xxxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333%;
  }

  .xxxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6667%;
  }

  .xxxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }

  .xxxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%;
  }

  .xxxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.6667%;
  }

  .xxxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }

  .xxxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.3333%;
  }

  .xxxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.6667%;
  }

  .xxxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }

  .xxxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.3333%;
  }

  .xxxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.6667%;
  }

  .xxxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }

  .xxxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.3333%;
  }

  .xxxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.6667%;
  }

  .xxxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }

  .xxxlarge-padding-collapse {
    margin-left: 0;
    margin-right: 0;
  }

  .xxxlarge-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: .625rem;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + .625rem);
}

.small-offset-2 {
  margin-left: 16.6667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6667% + .625rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + .625rem);
}

.small-offset-4 {
  margin-left: 33.3333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333% + .625rem);
}

.small-offset-5 {
  margin-left: 41.6667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6667% + .625rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + .625rem);
}

.small-offset-7 {
  margin-left: 58.3333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333% + .625rem);
}

.small-offset-8 {
  margin-left: 66.6667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6667% + .625rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + .625rem);
}

.small-offset-10 {
  margin-left: 83.3333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333% + .625rem);
}

.small-offset-11 {
  margin-left: 91.6667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6667% + .625rem);
}

@media print, screen and (width >= 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: .9375rem;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + .9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.6667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6667% + .9375rem);
  }

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

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + .9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.3333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333% + .9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.6667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6667% + .9375rem);
  }

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

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + .9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.3333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333% + .9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.6667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6667% + .9375rem);
  }

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

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + .9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.3333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333% + .9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.6667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6667% + .9375rem);
  }
}

@media print, screen and (width >= 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: .9375rem;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + .9375rem);
  }

  .large-offset-2 {
    margin-left: 16.6667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6667% + .9375rem);
  }

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

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + .9375rem);
  }

  .large-offset-4 {
    margin-left: 33.3333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333% + .9375rem);
  }

  .large-offset-5 {
    margin-left: 41.6667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6667% + .9375rem);
  }

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

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + .9375rem);
  }

  .large-offset-7 {
    margin-left: 58.3333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333% + .9375rem);
  }

  .large-offset-8 {
    margin-left: 66.6667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6667% + .9375rem);
  }

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

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + .9375rem);
  }

  .large-offset-10 {
    margin-left: 83.3333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333% + .9375rem);
  }

  .large-offset-11 {
    margin-left: 91.6667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6667% + .9375rem);
  }
}

@media screen and (width >= 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xlarge-offset-0 {
    margin-left: .9375rem;
  }

  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + .9375rem);
  }

  .xlarge-offset-2 {
    margin-left: 16.6667%;
  }

  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6667% + .9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + .9375rem);
  }

  .xlarge-offset-4 {
    margin-left: 33.3333%;
  }

  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333% + .9375rem);
  }

  .xlarge-offset-5 {
    margin-left: 41.6667%;
  }

  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6667% + .9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + .9375rem);
  }

  .xlarge-offset-7 {
    margin-left: 58.3333%;
  }

  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333% + .9375rem);
  }

  .xlarge-offset-8 {
    margin-left: 66.6667%;
  }

  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6667% + .9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + .9375rem);
  }

  .xlarge-offset-10 {
    margin-left: 83.3333%;
  }

  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333% + .9375rem);
  }

  .xlarge-offset-11 {
    margin-left: 91.6667%;
  }

  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6667% + .9375rem);
  }
}

@media screen and (width >= 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: .9375rem;
  }

  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + .9375rem);
  }

  .xxlarge-offset-2 {
    margin-left: 16.6667%;
  }

  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6667% + .9375rem);
  }

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

  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + .9375rem);
  }

  .xxlarge-offset-4 {
    margin-left: 33.3333%;
  }

  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333% + .9375rem);
  }

  .xxlarge-offset-5 {
    margin-left: 41.6667%;
  }

  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6667% + .9375rem);
  }

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

  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + .9375rem);
  }

  .xxlarge-offset-7 {
    margin-left: 58.3333%;
  }

  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333% + .9375rem);
  }

  .xxlarge-offset-8 {
    margin-left: 66.6667%;
  }

  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6667% + .9375rem);
  }

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

  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + .9375rem);
  }

  .xxlarge-offset-10 {
    margin-left: 83.3333%;
  }

  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333% + .9375rem);
  }

  .xxlarge-offset-11 {
    margin-left: 91.6667%;
  }

  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6667% + .9375rem);
  }
}

@media screen and (width >= 120em) {
  .xxxlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xxxlarge-offset-0 {
    margin-left: .9375rem;
  }

  .xxxlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .xxxlarge-offset-1 {
    margin-left: calc(8.33333% + .9375rem);
  }

  .xxxlarge-offset-2 {
    margin-left: 16.6667%;
  }

  .grid-margin-x > .xxxlarge-offset-2 {
    margin-left: calc(16.6667% + .9375rem);
  }

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

  .grid-margin-x > .xxxlarge-offset-3 {
    margin-left: calc(25% + .9375rem);
  }

  .xxxlarge-offset-4 {
    margin-left: 33.3333%;
  }

  .grid-margin-x > .xxxlarge-offset-4 {
    margin-left: calc(33.3333% + .9375rem);
  }

  .xxxlarge-offset-5 {
    margin-left: 41.6667%;
  }

  .grid-margin-x > .xxxlarge-offset-5 {
    margin-left: calc(41.6667% + .9375rem);
  }

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

  .grid-margin-x > .xxxlarge-offset-6 {
    margin-left: calc(50% + .9375rem);
  }

  .xxxlarge-offset-7 {
    margin-left: 58.3333%;
  }

  .grid-margin-x > .xxxlarge-offset-7 {
    margin-left: calc(58.3333% + .9375rem);
  }

  .xxxlarge-offset-8 {
    margin-left: 66.6667%;
  }

  .grid-margin-x > .xxxlarge-offset-8 {
    margin-left: calc(66.6667% + .9375rem);
  }

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

  .grid-margin-x > .xxxlarge-offset-9 {
    margin-left: calc(75% + .9375rem);
  }

  .xxxlarge-offset-10 {
    margin-left: 83.3333%;
  }

  .grid-margin-x > .xxxlarge-offset-10 {
    margin-left: calc(83.3333% + .9375rem);
  }

  .xxxlarge-offset-11 {
    margin-left: 91.6667%;
  }

  .grid-margin-x > .xxxlarge-offset-11 {
    margin-left: calc(91.6667% + .9375rem);
  }
}

.grid-y {
  flex-flow: column;
  display: flex;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

.grid-y > .auto, .grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}

@media print, screen and (width >= 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (width >= 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}

@media screen and (width >= 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}

@media screen and (width >= 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}

@media screen and (width >= 120em) {
  .grid-y > .xxxlarge-shrink, .grid-y > .xxxlarge-full, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-12 {
    flex-basis: auto;
  }
}

.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: none;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.6667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.3333%;
}

.grid-y > .small-5 {
  height: 41.6667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.3333%;
}

.grid-y > .small-8 {
  height: 66.6667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.3333%;
}

.grid-y > .small-11 {
  height: 91.6667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (width >= 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }

  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: none;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.33333%;
  }

  .grid-y > .medium-2 {
    height: 16.6667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.3333%;
  }

  .grid-y > .medium-5 {
    height: 41.6667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.3333%;
  }

  .grid-y > .medium-8 {
    height: 66.6667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.3333%;
  }

  .grid-y > .medium-11 {
    height: 91.6667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (width >= 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }

  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: none;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.33333%;
  }

  .grid-y > .large-2 {
    height: 16.6667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.3333%;
  }

  .grid-y > .large-5 {
    height: 41.6667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.3333%;
  }

  .grid-y > .large-8 {
    height: 66.6667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.3333%;
  }

  .grid-y > .large-11 {
    height: 91.6667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}

@media screen and (width >= 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }

  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: none;
  }

  .grid-y > .xlarge-shrink {
    height: auto;
  }

  .grid-y > .xlarge-1 {
    height: 8.33333%;
  }

  .grid-y > .xlarge-2 {
    height: 16.6667%;
  }

  .grid-y > .xlarge-3 {
    height: 25%;
  }

  .grid-y > .xlarge-4 {
    height: 33.3333%;
  }

  .grid-y > .xlarge-5 {
    height: 41.6667%;
  }

  .grid-y > .xlarge-6 {
    height: 50%;
  }

  .grid-y > .xlarge-7 {
    height: 58.3333%;
  }

  .grid-y > .xlarge-8 {
    height: 66.6667%;
  }

  .grid-y > .xlarge-9 {
    height: 75%;
  }

  .grid-y > .xlarge-10 {
    height: 83.3333%;
  }

  .grid-y > .xlarge-11 {
    height: 91.6667%;
  }

  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

@media screen and (width >= 90em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }

  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    flex: none;
  }

  .grid-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-y > .xxlarge-1 {
    height: 8.33333%;
  }

  .grid-y > .xxlarge-2 {
    height: 16.6667%;
  }

  .grid-y > .xxlarge-3 {
    height: 25%;
  }

  .grid-y > .xxlarge-4 {
    height: 33.3333%;
  }

  .grid-y > .xxlarge-5 {
    height: 41.6667%;
  }

  .grid-y > .xxlarge-6 {
    height: 50%;
  }

  .grid-y > .xxlarge-7 {
    height: 58.3333%;
  }

  .grid-y > .xxlarge-8 {
    height: 66.6667%;
  }

  .grid-y > .xxlarge-9 {
    height: 75%;
  }

  .grid-y > .xxlarge-10 {
    height: 83.3333%;
  }

  .grid-y > .xxlarge-11 {
    height: 91.6667%;
  }

  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

@media screen and (width >= 120em) {
  .grid-y > .xxxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }

  .grid-y > .xxxlarge-12, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-shrink {
    flex: none;
  }

  .grid-y > .xxxlarge-shrink {
    height: auto;
  }

  .grid-y > .xxxlarge-1 {
    height: 8.33333%;
  }

  .grid-y > .xxxlarge-2 {
    height: 16.6667%;
  }

  .grid-y > .xxxlarge-3 {
    height: 25%;
  }

  .grid-y > .xxxlarge-4 {
    height: 33.3333%;
  }

  .grid-y > .xxxlarge-5 {
    height: 41.6667%;
  }

  .grid-y > .xxxlarge-6 {
    height: 50%;
  }

  .grid-y > .xxxlarge-7 {
    height: 58.3333%;
  }

  .grid-y > .xxxlarge-8 {
    height: 66.6667%;
  }

  .grid-y > .xxxlarge-9 {
    height: 75%;
  }

  .grid-y > .xxxlarge-10 {
    height: 83.3333%;
  }

  .grid-y > .xxxlarge-11 {
    height: 91.6667%;
  }

  .grid-y > .xxxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem;
}

@media print, screen and (width >= 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

@media print, screen and (width >= 40em) {
  .grid-padding-y > .cell {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
  }

  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem;
  }
}

@media print, screen and (width >= 40em) {
  .grid-margin-y > .auto, .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto, .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (width >= 64em) {
  .grid-margin-y > .large-auto, .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (width >= 75em) {
  .grid-margin-y > .xlarge-auto, .grid-margin-y > .xlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (width >= 90em) {
  .grid-margin-y > .xxlarge-auto, .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (width >= 120em) {
  .grid-margin-y > .xxxlarge-auto, .grid-margin-y > .xxxlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xxxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  max-width: 100%;
  overflow-x: auto;
}

.cell-block-y {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  min-height: 100%;
  max-height: 100%;
  overflow-y: auto;
}

.cell-block-container {
  flex-direction: column;
  max-height: 100%;
  display: flex;
}

.cell-block-container > .grid-x {
  flex-wrap: nowrap;
  max-height: 100%;
}

@media print, screen and (width >= 40em) {
  .medium-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
    position: relative;
    overflow: hidden;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-width: 100%;
    overflow-x: auto;
  }

  .medium-cell-block-container {
    flex-direction: column;
    max-height: 100%;
    display: flex;
  }

  .medium-cell-block-container > .grid-x {
    flex-wrap: nowrap;
    max-height: 100%;
  }

  .medium-cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
}

@media print, screen and (width >= 64em) {
  .large-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
    position: relative;
    overflow: hidden;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-width: 100%;
    overflow-x: auto;
  }

  .large-cell-block-container {
    flex-direction: column;
    max-height: 100%;
    display: flex;
  }

  .large-cell-block-container > .grid-x {
    flex-wrap: nowrap;
    max-height: 100%;
  }

  .large-cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
}

@media screen and (width >= 75em) {
  .xlarge-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
    position: relative;
    overflow: hidden;
  }

  .cell .xlarge-grid-frame {
    width: 100%;
  }

  .xlarge-cell-block {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-width: 100%;
    overflow-x: auto;
  }

  .xlarge-cell-block-container {
    flex-direction: column;
    max-height: 100%;
    display: flex;
  }

  .xlarge-cell-block-container > .grid-x {
    flex-wrap: nowrap;
    max-height: 100%;
  }

  .xlarge-cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
}

@media screen and (width >= 90em) {
  .xxlarge-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
    position: relative;
    overflow: hidden;
  }

  .cell .xxlarge-grid-frame {
    width: 100%;
  }

  .xxlarge-cell-block {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-width: 100%;
    overflow-x: auto;
  }

  .xxlarge-cell-block-container {
    flex-direction: column;
    max-height: 100%;
    display: flex;
  }

  .xxlarge-cell-block-container > .grid-x {
    flex-wrap: nowrap;
    max-height: 100%;
  }

  .xxlarge-cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
}

@media screen and (width >= 120em) {
  .xxxlarge-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
    position: relative;
    overflow: hidden;
  }

  .cell .xxxlarge-grid-frame {
    width: 100%;
  }

  .xxxlarge-cell-block {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-width: 100%;
    overflow-x: auto;
  }

  .xxxlarge-cell-block-container {
    flex-direction: column;
    max-height: 100%;
    display: flex;
  }

  .xxxlarge-cell-block-container > .grid-x {
    flex-wrap: nowrap;
    max-height: 100%;
  }

  .xxxlarge-cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
}

.grid-y.grid-frame {
  flex-wrap: nowrap;
  align-items: stretch;
  width: auto;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media print, screen and (width >= 40em) {
  .grid-y.medium-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: auto;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
}

@media print, screen and (width >= 64em) {
  .grid-y.large-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: auto;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (width >= 75em) {
  .grid-y.xlarge-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: auto;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (width >= 90em) {
  .grid-y.xxlarge-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: auto;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (width >= 120em) {
  .grid-y.xxxlarge-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: auto;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (width >= 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (width >= 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

@media screen and (width >= 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (width >= 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (width >= 120em) {
  .cell .grid-y.xxxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem;
}

@media print, screen and (width >= 40em) {
  .grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: .625rem;
  margin-bottom: .625rem;
}

@media print, screen and (width >= 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem;
  }
}

.grid-margin-y > .auto, .grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (width >= 40em) {
  .grid-margin-y > .auto, .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto, .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (width >= 64em) {
  .grid-margin-y > .large-auto, .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (width >= 75em) {
  .grid-margin-y > .xlarge-auto, .grid-margin-y > .xlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (width >= 90em) {
  .grid-margin-y > .xxlarge-auto, .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (width >= 120em) {
  .grid-margin-y > .xxxlarge-auto, .grid-margin-y > .xxxlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xxxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .xxxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (width >= 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (width >= 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (width >= 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (width >= 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (width >= 120em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (width >= 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (width >= 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (width >= 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (width >= 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (width >= 120em) {
  .grid-margin-y.xxxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  place-content: center;
  align-items: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (width >= 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (width >= 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

@media screen and (width >= 75em) {
  .xlarge-order-1 {
    order: 1;
  }

  .xlarge-order-2 {
    order: 2;
  }

  .xlarge-order-3 {
    order: 3;
  }

  .xlarge-order-4 {
    order: 4;
  }

  .xlarge-order-5 {
    order: 5;
  }

  .xlarge-order-6 {
    order: 6;
  }
}

@media screen and (width >= 90em) {
  .xxlarge-order-1 {
    order: 1;
  }

  .xxlarge-order-2 {
    order: 2;
  }

  .xxlarge-order-3 {
    order: 3;
  }

  .xxlarge-order-4 {
    order: 4;
  }

  .xxlarge-order-5 {
    order: 5;
  }

  .xxlarge-order-6 {
    order: 6;
  }
}

@media screen and (width >= 120em) {
  .xxxlarge-order-1 {
    order: 1;
  }

  .xxxlarge-order-2 {
    order: 2;
  }

  .xxxlarge-order-3 {
    order: 3;
  }

  .xxxlarge-order-4 {
    order: 4;
  }

  .xxxlarge-order-5 {
    order: 5;
  }

  .xxxlarge-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (width >= 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (width >= 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (width >= 75em) {
  .xlarge-flex-container {
    display: flex;
  }

  .xlarge-flex-child-auto {
    flex: auto;
  }

  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xlarge-flex-child-shrink {
    flex: 0 auto;
  }

  .xlarge-flex-dir-row {
    flex-direction: row;
  }

  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xlarge-flex-dir-column {
    flex-direction: column;
  }

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (width >= 90em) {
  .xxlarge-flex-container {
    display: flex;
  }

  .xxlarge-flex-child-auto {
    flex: auto;
  }

  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xxlarge-flex-child-shrink {
    flex: 0 auto;
  }

  .xxlarge-flex-dir-row {
    flex-direction: row;
  }

  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xxlarge-flex-dir-column {
    flex-direction: column;
  }

  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (width >= 120em) {
  .xxxlarge-flex-container {
    display: flex;
  }

  .xxxlarge-flex-child-auto {
    flex: auto;
  }

  .xxxlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xxxlarge-flex-child-shrink {
    flex: 0 auto;
  }

  .xxxlarge-flex-dir-row {
    flex-direction: row;
  }

  .xxxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xxxlarge-flex-dir-column {
    flex-direction: column;
  }

  .xxxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
  appearance: none;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 0;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  display: block;
  box-shadow: inset 0 1px 2px #0000001a;
}

[type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, textarea:focus {
  background-color: #fff;
  border: 1px solid #8a8a8a;
  outline: none;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  box-shadow: 0 0 5px #cacaca;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
  cursor: not-allowed;
  background-color: #e6e6e6;
}

[type="submit"], [type="button"] {
  appearance: none;
  border-radius: 0;
}

input[type="search"] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type="file"], [type="checkbox"], [type="radio"] {
  margin: 0 0 1rem;
}

[type="checkbox"] + label, [type="radio"] + label {
  vertical-align: baseline;
  margin-bottom: 0;
  margin-left: .5rem;
  margin-right: 1rem;
  display: inline-block;
}

[type="checkbox"] + label[for], [type="radio"] + label[for] {
  cursor: pointer;
}

label > [type="checkbox"], label > [type="radio"] {
  margin-right: .5rem;
}

[type="file"] {
  width: 100%;
}

label {
  color: #000;
  margin: 0;
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.8;
  display: block;
}

label.middle {
  margin: 0 0 1rem;
  padding: .5625rem 0;
  line-height: 1.5;
}

.help-text {
  color: #000;
  margin-top: -.5rem;
  font-size: .8125rem;
  font-style: italic;
}

.input-group {
  align-items: stretch;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > *, .input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0;
}

.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  white-space: nowrap;
  margin: 0;
}

.input-group-label {
  color: #000;
  text-align: center;
  white-space: nowrap;
  background: #e6e6e6;
  border: 1px solid #cacaca;
  flex: none;
  align-items: center;
  padding: 0 1rem;
  display: flex;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0;
  min-width: 0;
}

.input-group-button {
  text-align: center;
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  max-width: 100%;
  margin-bottom: .5rem;
}

.fieldset {
  border: 1px solid #cacaca;
  margin: 1.125rem 0;
  padding: 1.25rem;
}

.fieldset legend {
  margin: 0 0 0 -.1875rem;
  padding: 0 .1875rem;
}

select {
  appearance: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 0;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  transition: box-shadow .5s, border-color .25s ease-in-out;
}

select:focus {
  background-color: #fff;
  border: 1px solid #8a8a8a;
  outline: none;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  box-shadow: 0 0 5px #cacaca;
}

select:disabled {
  cursor: not-allowed;
  background-color: #e6e6e6;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  background-image: none;
  height: auto;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  background-color: #faedeb;
  border-color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder, .is-invalid-label {
  color: #cc4b37;
}

.form-error {
  color: #cc4b37;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: bold;
  display: none;
}

.form-error.is-visible {
  display: block;
}

.button {
  vertical-align: middle;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 0;
  margin: 0 0 1rem;
  padding: .85em 1em;
  font-family: inherit;
  font-size: .9rem;
  line-height: 1;
  transition: background-color .25s ease-out, color .25s ease-out;
  display: inline-block;
}

[data-whatinput="mouse"] .button {
  outline: 0;
}

.button.tiny {
  font-size: .6rem;
}

.button.small {
  font-size: .75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  color: #fff;
  background-color: #1779ba;
}

.button:hover, .button:focus {
  color: #fff;
  background-color: #14679e;
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  color: #fff;
  background-color: #1779ba;
}

.button.primary:hover, .button.primary:focus {
  color: #fff;
  background-color: #126195;
}

.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  color: #000;
  background-color: #767676;
}

.button.secondary:hover, .button.secondary:focus {
  color: #000;
  background-color: #5e5e5e;
}

.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  color: #000;
  background-color: #3adb76;
}

.button.success:hover, .button.success:focus {
  color: #000;
  background-color: #22bb5b;
}

.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  color: #000;
  background-color: #ffae00;
}

.button.warning:hover, .button.warning:focus {
  color: #000;
  background-color: #cc8b00;
}

.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  color: #000;
  background-color: #cc4b37;
}

.button.alert:hover, .button.alert:focus {
  color: #000;
  background-color: #a53b2a;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: #0000;
}

.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  color: #1779ba;
  border: 1px solid #1779ba;
}

.button.hollow:hover, .button.hollow:focus {
  color: #0c3d5d;
  border-color: #0c3d5d;
}

.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  color: #1779ba;
  border: 1px solid #1779ba;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  color: #0c3d5d;
  border-color: #0c3d5d;
}

.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  color: #767676;
  border: 1px solid #767676;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  color: #3b3b3b;
  border-color: #3b3b3b;
}

.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  color: #3adb76;
  border: 1px solid #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  color: #157539;
  border-color: #157539;
}

.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  color: #ffae00;
  border: 1px solid #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  color: #805700;
  border-color: #805700;
}

.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  color: #cc4b37;
  border: 1px solid #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  color: #67251a;
  border-color: #67251a;
}

.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: #0000;
  border-color: #0000;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}

.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}

.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}

.button.disabled, .button[disabled] {
  opacity: .25;
  cursor: not-allowed;
}

.button.dropdown:after {
  content: "";
  float: right;
  border: .4em solid #0000;
  border-top-color: #fff;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  margin-left: 1em;
  display: inline-block;
  position: relative;
  top: .4em;
}

.button.dropdown.hollow:after, .button.dropdown.clear:after, .button.dropdown.hollow.primary:after, .button.dropdown.clear.primary:after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary:after, .button.dropdown.clear.secondary:after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success:after, .button.dropdown.clear.success:after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning:after, .button.dropdown.clear.warning:after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert:after, .button.dropdown.clear.alert:after {
  border-top-color: #cc4b37;
}

.button.arrow-only:after {
  float: none;
  margin-left: 0;
  top: -.1em;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.accordion {
  background: #fff;
  margin-left: 0;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child, .accordion-item:last-child > :last-child {
  border-radius: 0;
}

.accordion-title {
  color: #1779ba;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  padding: 1.25rem 1rem;
  font-size: .75rem;
  line-height: 1;
  display: block;
  position: relative;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title:before {
  content: "+";
  margin-top: -.5rem;
  position: absolute;
  top: 50%;
  right: 1rem;
}

.is-active > .accordion-title:before {
  content: "–";
}

.accordion-content {
  color: #000;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  padding: 1rem;
  display: none;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a, .accordion-menu .is-accordion-submenu a {
  padding: .7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-left: 1rem;
  margin-right: 0;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-left: 0;
  margin-right: 1rem;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
  content: "";
  border: 6px solid #0000;
  border-top-color: #1779ba;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  margin-top: -3px;
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a:after {
  left: auto;
  right: 1rem;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a:after {
  left: 1rem;
  right: auto;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a:after {
  transform-origin: 50%;
  transform: rotate(180deg);
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.submenu-toggle:after {
  content: "";
  border: 6px solid #0000;
  border-top-color: #1779ba;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
}

.submenu-toggle[aria-expanded="true"]:after {
  transform-origin: 50%;
  transform: scaleY(-1);
}

.submenu-toggle-text {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.badge {
  text-align: center;
  color: #fff;
  background: #1779ba;
  border-radius: 50%;
  min-width: 2.1em;
  padding: .3em;
  font-size: .6rem;
  display: inline-block;
}

.badge.primary {
  color: #fff;
  background: #1779ba;
}

.badge.secondary {
  color: #000;
  background: #767676;
}

.badge.success {
  color: #000;
  background: #3adb76;
}

.badge.warning {
  color: #000;
  background: #ffae00;
}

.badge.alert {
  color: #000;
  background: #cc4b37;
}

.breadcrumbs {
  margin: 0 0 1rem;
  list-style: none;
}

.breadcrumbs:before, .breadcrumbs:after {
  content: " ";
  flex-basis: 0;
  order: 1;
  display: table;
}

.breadcrumbs:after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #000;
  cursor: default;
  text-transform: uppercase;
  font-size: .6875rem;
}

.breadcrumbs li:not(:last-child):after {
  opacity: 1;
  content: "/";
  color: #cacaca;
  margin: 0 .75rem;
  position: relative;
}

.breadcrumbs a {
  color: #1779ba;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  margin-bottom: 1rem;
  display: flex;
}

.button-group:before, .button-group:after {
  content: " ";
  flex-basis: 0;
  order: 1;
  display: table;
}

.button-group:after {
  clear: both;
}

.button-group .button {
  flex: none;
  margin: 0 1px 1px 0;
  font-size: .9rem;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: .6rem;
}

.button-group.small .button {
  font-size: .75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  flex: 1 1 0;
}

.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  color: #fff;
  background-color: #1779ba;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  color: #fff;
  background-color: #126195;
}

.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  color: #000;
  background-color: #767676;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  color: #000;
  background-color: #5e5e5e;
}

.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  color: #000;
  background-color: #3adb76;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  color: #000;
  background-color: #22bb5b;
}

.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  color: #000;
  background-color: #ffae00;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  color: #000;
  background-color: #cc8b00;
}

.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  color: #000;
  background-color: #cc4b37;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  color: #000;
  background-color: #a53b2a;
}

.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: #0000;
}

.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  color: #1779ba;
  border: 1px solid #1779ba;
}

.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  color: #0c3d5d;
  border-color: #0c3d5d;
}

.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  color: #1779ba;
  border: 1px solid #1779ba;
}

.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  color: #0c3d5d;
  border-color: #0c3d5d;
}

.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  color: #767676;
  border: 1px solid #767676;
}

.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  color: #3b3b3b;
  border-color: #3b3b3b;
}

.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  color: #3adb76;
  border: 1px solid #3adb76;
}

.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  color: #157539;
  border-color: #157539;
}

.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  color: #ffae00;
  border: 1px solid #ffae00;
}

.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  color: #805700;
  border-color: #805700;
}

.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  color: #cc4b37;
  border: 1px solid #cc4b37;
}

.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  color: #67251a;
  border-color: #67251a;
}

.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  background-color: #0000;
  border-color: #0000;
}

.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #1779ba;
}

.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #0c3d5d;
}

.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}

.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #0c3d5d;
}

.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}

.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}

.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}

.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}

.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}

.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}

.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}

.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}

.button-group.no-gaps .button {
  margin-right: -.0625rem;
}

.button-group.no-gaps .button + .button {
  border-left-color: #0000;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0;
}

@media print, screen and (width >= 40em) {
  .button-group.stacked-for-small .button {
    flex: none;
    margin-bottom: 0;
  }
}

@media print, screen and (width >= 64em) {
  .button-group.stacked-for-medium .button {
    flex: none;
    margin-bottom: 0;
  }
}

@media print, screen and (width <= 39.9988em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    margin-right: 0;
    display: block;
  }
}

@media print, screen and (width <= 63.9988em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }

  .button-group.stacked-for-medium.expanded .button {
    margin-right: 0;
    display: block;
  }
}

.callout {
  color: #000;
  background-color: #fff;
  border: 1px solid #00000040;
  border-radius: 0;
  margin: 0 0 1rem;
  padding: 1rem;
  position: relative;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  color: #000;
  background-color: #d7ecfa;
}

.callout.secondary {
  color: #000;
  background-color: #eaeaea;
}

.callout.success {
  color: #000;
  background-color: #e1faea;
}

.callout.warning {
  color: #000;
  background-color: #fff3d9;
}

.callout.alert {
  color: #000;
  background-color: #f7e4e1;
}

.callout.small {
  padding: .5rem;
}

.callout.large {
  padding: 3rem;
}

.card {
  box-shadow: none;
  color: #000;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  background: #e6e6e6;
  flex: 0 auto;
  padding: 1rem;
  display: flex;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
  position: absolute;
}

[data-whatinput="mouse"] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #000;
}

.close-button.small {
  font-size: 1.5em;
  line-height: 1;
  top: .33em;
  right: .66rem;
}

.close-button.medium, .close-button {
  font-size: 2em;
  line-height: 1;
  top: .5rem;
  right: 1rem;
}

.menu {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

[data-whatinput="mouse"] .menu li {
  outline: 0;
}

.menu a, .menu .button {
  padding: .7rem 1rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.menu input, .menu select, .menu a, .menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  flex-flow: wrap;
}

.menu.vertical {
  flex-flow: column;
}

.menu.vertical.icon-top li a img, .menu.vertical.icon-top li a i, .menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img, .menu.vertical.icon-bottom li a i, .menu.vertical.icon-bottom li a svg {
  text-align: left;
}

.menu.expanded li {
  flex: 1 1 0;
}

.menu.expanded.icon-top li a img, .menu.expanded.icon-top li a i, .menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img, .menu.expanded.icon-bottom li a i, .menu.expanded.icon-bottom li a svg {
  text-align: left;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (width >= 40em) {
  .menu.medium-horizontal {
    flex-flow: wrap;
  }

  .menu.medium-vertical {
    flex-flow: column;
  }

  .menu.medium-expanded li, .menu.medium-simple li {
    flex: 1 1 0;
  }
}

@media print, screen and (width >= 64em) {
  .menu.large-horizontal {
    flex-flow: wrap;
  }

  .menu.large-vertical {
    flex-flow: column;
  }

  .menu.large-expanded li, .menu.large-simple li {
    flex: 1 1 0;
  }
}

@media screen and (width >= 75em) {
  .menu.xlarge-horizontal {
    flex-flow: wrap;
  }

  .menu.xlarge-vertical {
    flex-flow: column;
  }

  .menu.xlarge-expanded li, .menu.xlarge-simple li {
    flex: 1 1 0;
  }
}

@media screen and (width >= 90em) {
  .menu.xxlarge-horizontal {
    flex-flow: wrap;
  }

  .menu.xxlarge-vertical {
    flex-flow: column;
  }

  .menu.xxlarge-expanded li, .menu.xxlarge-simple li {
    flex: 1 1 0;
  }
}

@media screen and (width >= 120em) {
  .menu.xxxlarge-horizontal {
    flex-flow: wrap;
  }

  .menu.xxxlarge-vertical {
    flex-flow: column;
  }

  .menu.xxxlarge-expanded li, .menu.xxxlarge-simple li {
    flex: 1 1 0;
  }
}

.menu.nested {
  margin-left: 1rem;
  margin-right: 0;
}

.menu.icons a, .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}

.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row;
}

.menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg, .menu.nested.icon-left li a img, .menu.nested.icon-left li a i, .menu.nested.icon-left li a svg {
  margin-right: .25rem;
}

.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row;
}

.menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg, .menu.nested.icon-right li a img, .menu.nested.icon-right li a i, .menu.nested.icon-right li a svg {
  margin-left: .25rem;
}

.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column;
}

.menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg, .menu.nested.icon-top li a img, .menu.nested.icon-top li a i, .menu.nested.icon-top li a svg {
  text-align: center;
  align-self: stretch;
  margin-bottom: .25rem;
}

.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column;
}

.menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img, .menu.nested.icon-bottom li a i, .menu.nested.icon-bottom li a svg {
  text-align: center;
  align-self: stretch;
  margin-bottom: .25rem;
}

.menu .is-active > a, .menu .active > a {
  color: #fff;
  background: #1779ba;
}

.menu.align-left {
  justify-content: flex-start;
}

.menu.align-right li {
  justify-content: flex-end;
  display: flex;
}

.menu.align-right li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  text-align: right;
  display: block;
}

.menu.align-right.vertical li .submenu li, .menu.align-right.icon-top li a img, .menu.align-right.icon-top li a i, .menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img, .menu.align-right.icon-bottom li a i, .menu.align-right.icon-bottom li a svg {
  text-align: right;
}

.menu.align-right .nested {
  margin-left: 0;
  margin-right: 1rem;
}

.menu.align-center li {
  justify-content: center;
  display: flex;
}

.menu.align-center li .submenu li {
  justify-content: flex-start;
}

.menu .menu-text {
  color: inherit;
  padding: .7rem 1rem;
  font-weight: bold;
  line-height: 1;
}

.menu-centered > .menu {
  justify-content: center;
}

.menu-centered > .menu li {
  justify-content: center;
  display: flex;
}

.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.menu-icon:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 7px #fff, 0 14px #fff;
}

.menu-icon:hover:after {
  background: #cacaca;
  box-shadow: 0 7px #cacaca, 0 14px #cacaca;
}

.menu-icon.dark {
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.menu-icon.dark:after {
  content: "";
  background: #000;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 7px #000, 0 14px #000;
}

.menu-icon.dark:hover:after {
  background: #8a8a8a;
  box-shadow: 0 7px #8a8a8a, 0 14px #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height .5s;
}

.drilldown a {
  background: #fff;
  padding: .7rem 1rem;
}

.drilldown .is-drilldown-submenu {
  z-index: -1;
  background: #fff;
  width: 100%;
  transition: transform .15s linear;
  position: absolute;
  top: 0;
  left: 100%;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: .7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-left: 0;
  margin-right: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a:after {
  content: "";
  border: 6px solid #0000;
  border-left-color: #1779ba;
  border-right-width: 0;
  width: 0;
  height: 0;
  margin-top: -6px;
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a:after {
  content: "";
  border: 6px solid #0000;
  border-left-color: #1779ba;
  border-right-width: 0;
  width: 0;
  height: 0;
  display: block;
  left: auto;
  right: 1rem;
}

.drilldown.align-right .is-drilldown-submenu-parent > a:after {
  content: "";
  border: 6px solid #0000;
  border-left-width: 0;
  border-right-color: #1779ba;
  width: 0;
  height: 0;
  display: block;
  left: 1rem;
  right: auto;
}

.drilldown .js-drilldown-back > a:before {
  content: "";
  vertical-align: middle;
  border: 6px solid #0000;
  border-left-width: 0;
  border-right-color: #1779ba;
  width: 0;
  height: 0;
  margin-right: .75rem;
  display: inline-block;
}

.dropdown-pane {
  z-index: 10;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 0;
  width: 300px;
  padding: 1rem;
  font-size: 1rem;
  display: none;
  position: absolute;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  left: auto;
  right: 0;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  left: 0;
  right: auto;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  content: "";
  border: 6px solid #0000;
  border-top-color: #1779ba;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  margin-top: -3px;
  display: block;
  left: auto;
  right: 5px;
}

[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  background: #fff;
  padding: .7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  color: #1779ba;
  background: none;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-left: 0;
  margin-right: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  left: auto;
  right: 100%;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  left: 100%;
  right: auto;
}

.dropdown.menu.vertical > li > a:after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a:after {
  content: "";
  border: 6px solid #0000;
  border-left-width: 0;
  border-right-color: #1779ba;
  width: 0;
  height: 0;
  display: block;
  left: 5px;
  right: auto;
}

.dropdown.menu.vertical > li.opens-right > a:after {
  content: "";
  border: 6px solid #0000;
  border-left-color: #1779ba;
  border-right-width: 0;
  width: 0;
  height: 0;
  display: block;
}

@media print, screen and (width >= 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    left: auto;
    right: 0;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    left: 0;
    right: auto;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
    content: "";
    border: 6px solid #0000;
    border-top-color: #1779ba;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    margin-top: -3px;
    display: block;
    left: auto;
    right: 5px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    left: auto;
    right: 100%;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
  }

  .dropdown.menu.medium-vertical > li > a:after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a:after {
    content: "";
    border: 6px solid #0000;
    border-left-width: 0;
    border-right-color: #1779ba;
    width: 0;
    height: 0;
    display: block;
    left: 5px;
    right: auto;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a:after {
    content: "";
    border: 6px solid #0000;
    border-left-color: #1779ba;
    border-right-width: 0;
    width: 0;
    height: 0;
    display: block;
  }
}

@media print, screen and (width >= 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    left: auto;
    right: 0;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    left: 0;
    right: auto;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
    content: "";
    border: 6px solid #0000;
    border-top-color: #1779ba;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    margin-top: -3px;
    display: block;
    left: auto;
    right: 5px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    left: auto;
    right: 100%;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
  }

  .dropdown.menu.large-vertical > li > a:after {
    right: 14px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a:after {
    content: "";
    border: 6px solid #0000;
    border-left-width: 0;
    border-right-color: #1779ba;
    width: 0;
    height: 0;
    display: block;
    left: 5px;
    right: auto;
  }

  .dropdown.menu.large-vertical > li.opens-right > a:after {
    content: "";
    border: 6px solid #0000;
    border-left-color: #1779ba;
    border-right-width: 0;
    width: 0;
    height: 0;
    display: block;
  }
}

@media screen and (width >= 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    left: auto;
    right: 0;
  }

  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    left: 0;
    right: auto;
  }

  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a:after {
    content: "";
    border: 6px solid #0000;
    border-top-color: #1779ba;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    margin-top: -3px;
    display: block;
    left: auto;
    right: 5px;
  }

  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    left: auto;
    right: 100%;
  }

  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
  }

  .dropdown.menu.xlarge-vertical > li > a:after {
    right: 14px;
  }

  .dropdown.menu.xlarge-vertical > li.opens-left > a:after {
    content: "";
    border: 6px solid #0000;
    border-left-width: 0;
    border-right-color: #1779ba;
    width: 0;
    height: 0;
    display: block;
    left: 5px;
    right: auto;
  }

  .dropdown.menu.xlarge-vertical > li.opens-right > a:after {
    content: "";
    border: 6px solid #0000;
    border-left-color: #1779ba;
    border-right-width: 0;
    width: 0;
    height: 0;
    display: block;
  }
}

@media screen and (width >= 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    left: auto;
    right: 0;
  }

  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    left: 0;
    right: auto;
  }

  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a:after {
    content: "";
    border: 6px solid #0000;
    border-top-color: #1779ba;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    margin-top: -3px;
    display: block;
    left: auto;
    right: 5px;
  }

  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    left: auto;
    right: 100%;
  }

  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
  }

  .dropdown.menu.xxlarge-vertical > li > a:after {
    right: 14px;
  }

  .dropdown.menu.xxlarge-vertical > li.opens-left > a:after {
    content: "";
    border: 6px solid #0000;
    border-left-width: 0;
    border-right-color: #1779ba;
    width: 0;
    height: 0;
    display: block;
    left: 5px;
    right: auto;
  }

  .dropdown.menu.xxlarge-vertical > li.opens-right > a:after {
    content: "";
    border: 6px solid #0000;
    border-left-color: #1779ba;
    border-right-width: 0;
    width: 0;
    height: 0;
    display: block;
  }
}

@media screen and (width >= 120em) {
  .dropdown.menu.xxxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    left: auto;
    right: 0;
  }

  .dropdown.menu.xxxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    left: 0;
    right: auto;
  }

  .dropdown.menu.xxxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.xxxlarge-horizontal > li.is-dropdown-submenu-parent > a:after {
    content: "";
    border: 6px solid #0000;
    border-top-color: #1779ba;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    margin-top: -3px;
    display: block;
    left: auto;
    right: 5px;
  }

  .dropdown.menu.xxxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.xxxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    left: auto;
    right: 100%;
  }

  .dropdown.menu.xxxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
  }

  .dropdown.menu.xxxlarge-vertical > li > a:after {
    right: 14px;
  }

  .dropdown.menu.xxxlarge-vertical > li.opens-left > a:after {
    content: "";
    border: 6px solid #0000;
    border-left-width: 0;
    border-right-color: #1779ba;
    width: 0;
    height: 0;
    display: block;
    left: 5px;
    right: auto;
  }

  .dropdown.menu.xxxlarge-vertical > li.opens-right > a:after {
    content: "";
    border: 6px solid #0000;
    border-left-color: #1779ba;
    border-right-width: 0;
    width: 0;
    height: 0;
    display: block;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a:after {
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: auto;
  right: 5px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  left: 100%;
  right: auto;
}

.is-dropdown-submenu {
  z-index: 1;
  background: #fff;
  border: 1px solid #cacaca;
  min-width: 200px;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

.dropdown .is-dropdown-submenu a {
  padding: .7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
  content: "";
  border: 6px solid #0000;
  border-left-width: 0;
  border-right-color: #1779ba;
  width: 0;
  height: 0;
  display: block;
  left: 5px;
  right: auto;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
  content: "";
  border: 6px solid #0000;
  border-left-color: #1779ba;
  border-right-width: 0;
  width: 0;
  height: 0;
  display: block;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed, .flex-video {
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.responsive-embed.widescreen, .flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  white-space: nowrap;
  cursor: default;
  color: #fff;
  background: #1779ba;
  border-radius: 0;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  display: inline-block;
}

.label.primary {
  color: #fff;
  background: #1779ba;
}

.label.secondary {
  color: #000;
  background: #767676;
}

.label.success {
  color: #000;
  background: #3adb76;
}

.label.warning {
  color: #000;
  background: #ffae00;
}

.label.alert {
  color: #000;
  background: #cc4b37;
}

.media-object {
  flex-wrap: nowrap;
  margin-bottom: 1rem;
  display: flex;
}

.media-object img {
  max-width: none;
}

@media print, screen and (width <= 39.9988em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media print, screen and (width <= 39.9988em) {
  .stack-for-small .media-object-section {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0 1rem;
  }

  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  flex: 1 1 0;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  background: #ffffff40;
  width: 100%;
  height: 100%;
  transition: opacity .5s, visibility .5s;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  z-index: 12;
  backface-visibility: hidden;
  background: #e6e6e6;
  transition: transform .5s;
  position: fixed;
}

[data-whatinput="mouse"] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px #000000b3;
}

.off-canvas.is-open {
  transform: translate(0);
}

.off-canvas-absolute {
  z-index: 12;
  backface-visibility: hidden;
  background: #e6e6e6;
  transition: transform .5s;
  position: absolute;
}

[data-whatinput="mouse"] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px #000000b3;
}

.off-canvas-absolute.is-open {
  transform: translate(0);
}

.position-left {
  -webkit-overflow-scrolling: touch;
  width: 250px;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px #00000040;
}

.position-right {
  -webkit-overflow-scrolling: touch;
  width: 250px;
  height: 100%;
  top: 0;
  right: 0;
  overflow-y: auto;
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px #00000040;
}

.position-top {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 250px;
  top: 0;
  left: 0;
  overflow-x: auto;
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px #00000040;
}

.position-bottom {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 250px;
  bottom: 0;
  left: 0;
  overflow-x: auto;
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px #00000040;
}

.off-canvas-content {
  backface-visibility: hidden;
  transform: none;
}

.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform .5s;
}

.off-canvas-content.has-transition-push, .off-canvas-content .off-canvas.is-open {
  transform: translate(0);
}

@media print, screen and (width >= 40em) {
  .position-left.reveal-for-medium {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-left, .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-right, .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-top, .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom, .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (width >= 64em) {
  .position-left.reveal-for-large {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-left, .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-right, .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-top, .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom, .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (width >= 75em) {
  .position-left.reveal-for-xlarge {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }

  .off-canvas-content.has-reveal-left, .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xlarge {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }

  .off-canvas-content.has-reveal-right, .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xlarge {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }

  .off-canvas-content.has-reveal-top, .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xlarge {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom, .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (width >= 90em) {
  .position-left.reveal-for-xxlarge {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-xxlarge {
    transform: none;
  }

  .off-canvas-content.has-reveal-left, .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xxlarge {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-xxlarge {
    transform: none;
  }

  .off-canvas-content.has-reveal-right, .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xxlarge {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-xxlarge {
    transform: none;
  }

  .off-canvas-content.has-reveal-top, .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xxlarge {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom, .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (width >= 120em) {
  .position-left.reveal-for-xxxlarge {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-left.reveal-for-xxxlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-xxxlarge {
    transform: none;
  }

  .off-canvas-content.has-reveal-left, .position-left.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xxxlarge {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-right.reveal-for-xxxlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-xxxlarge {
    transform: none;
  }

  .off-canvas-content.has-reveal-right, .position-right.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xxxlarge {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-top.reveal-for-xxxlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-xxxlarge {
    transform: none;
  }

  .off-canvas-content.has-reveal-top, .position-top.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xxxlarge {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-bottom.reveal-for-xxxlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-xxxlarge {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom, .position-bottom.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (width >= 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    background: none;
    width: auto;
    height: auto;
    transition: none;
    position: static;
    overflow: visible;
  }

  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (width >= 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    background: none;
    width: auto;
    height: auto;
    transition: none;
    position: static;
    overflow: visible;
  }

  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

@media screen and (width >= 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    background: none;
    width: auto;
    height: auto;
    transition: none;
    position: static;
    overflow: visible;
  }

  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}

@media screen and (width >= 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    background: none;
    width: auto;
    height: auto;
    transition: none;
    position: static;
    overflow: visible;
  }

  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}

@media screen and (width >= 120em) {
  .off-canvas.in-canvas-for-xxxlarge {
    visibility: visible;
    background: none;
    width: auto;
    height: auto;
    transition: none;
    position: static;
    overflow: visible;
  }

  .off-canvas.in-canvas-for-xxxlarge.position-left, .off-canvas.in-canvas-for-xxxlarge.position-right, .off-canvas.in-canvas-for-xxxlarge.position-top, .off-canvas.in-canvas-for-xxxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-xxxlarge .close-button {
    display: none;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  height: 0;
  margin: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  color: #fff;
  background-color: #00000080;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  position: absolute;
  bottom: 0;
}

.orbit-next, .orbit-previous {
  z-index: 10;
  color: #fff;
  padding: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[data-whatinput="mouse"] .orbit-next, [data-whatinput="mouse"] .orbit-previous {
  outline: 0;
}

.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: #00000080;
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  text-align: center;
  margin-top: .8rem;
  margin-bottom: .8rem;
  position: relative;
}

[data-whatinput="mouse"] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  background-color: #cacaca;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  margin: .1rem;
}

.orbit-bullets button:hover, .orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-bottom: 1rem;
  margin-left: 0;
}

.pagination:before, .pagination:after {
  content: " ";
  flex-basis: 0;
  order: 1;
  display: table;
}

.pagination:after {
  clear: both;
}

.pagination li {
  border-radius: 0;
  margin-right: .0625rem;
  font-size: .875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (width >= 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a, .pagination button {
  color: #000;
  border-radius: 0;
  padding: .1875rem .625rem;
  display: block;
}

.pagination a:hover, .pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  color: #fff;
  cursor: default;
  background: #1779ba;
  padding: .1875rem .625rem;
}

.pagination .disabled {
  color: #cacaca;
  cursor: not-allowed;
  padding: .1875rem .625rem;
}

.pagination .disabled:hover {
  background: none;
}

.pagination .ellipsis:after {
  content: "…";
  color: #000;
  padding: .1875rem .625rem;
}

.pagination-previous a:before, .pagination-previous.disabled:before {
  content: "«";
  margin-right: .5rem;
  display: inline-block;
}

.pagination-next a:after, .pagination-next.disabled:after {
  content: "»";
  margin-left: .5rem;
  display: inline-block;
}

.progress {
  background-color: #cacaca;
  border-radius: 0;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress.primary .progress-meter {
  background-color: #1779ba;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  background-color: #1779ba;
  width: 0%;
  height: 100%;
  display: block;
  position: relative;
}

.progress-meter-text {
  color: #fff;
  white-space: nowrap;
  margin: 0;
  font-size: .75rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider {
  cursor: pointer;
  user-select: none;
  touch-action: none;
  background-color: #e6e6e6;
  height: .5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  position: relative;
}

.slider-fill {
  background-color: #cacaca;
  max-width: 100%;
  height: .5rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-fill.is-dragging {
  transition: all linear;
}

.slider-handle {
  z-index: 1;
  cursor: grab;
  touch-action: manipulation;
  background-color: #1779ba;
  border-radius: 0;
  width: 1.4rem;
  height: 1.4rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

[data-whatinput="mouse"] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #14679e;
}

.slider-handle.is-dragging {
  cursor: grabbing;
  transition: all linear;
}

.slider.disabled, .slider[disabled] {
  opacity: .25;
  cursor: not-allowed;
}

.slider.vertical {
  width: .5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  display: inline-block;
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  width: .5rem;
  max-height: 100%;
  top: 0;
}

.slider.vertical .slider-handle {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  z-index: 0;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  z-index: 5;
  width: 100%;
  position: fixed;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  width: 100%;
  position: fixed;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  z-index: 1005;
  -webkit-overflow-scrolling: touch;
  background-color: #00000073;
  display: none;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.reveal {
  -webkit-overflow-scrolling: touch;
  z-index: 1006;
  backface-visibility: hidden;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: none;
  position: relative;
  top: 100px;
  overflow-y: auto;
}

[data-whatinput="mouse"] .reveal {
  outline: 0;
}

@media print, screen and (width >= 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (width >= 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (width >= 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }

  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }

  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  border: 0;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  inset: 0;
}

@media print, screen and (width <= 39.9988em) {
  .reveal {
    border: 0;
    border-radius: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    inset: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  color: #fff;
  user-select: none;
  outline: 0;
  height: 2rem;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: bold;
  position: relative;
}

.switch-input {
  opacity: 0;
  margin-bottom: 0;
  position: absolute;
}

.switch-paddle {
  width: 4rem;
  height: 2rem;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  background: #cacaca;
  border-radius: 0;
  transition: all .25s ease-out;
  display: block;
  position: relative;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle:after {
  content: "";
  background: #fff;
  border-radius: 0;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .25s ease-out;
  display: block;
  position: absolute;
  top: .25rem;
  left: .25rem;
  transform: translate3d(0, 0, 0);
}

input:checked ~ .switch-paddle {
  background: #1779ba;
}

input:checked ~ .switch-paddle:after {
  left: 2.25rem;
}

input:focus-visible ~ .switch-paddle {
  background: #b6b6b6;
}

input:focus-visible ~ .switch-paddle:after {
  background: #fff;
}

input:checked:focus-visible ~ .switch-paddle {
  background: #14679e;
}

input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: .5;
}

[data-whatinput="mouse"] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  display: none;
  left: 8%;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: .625rem;
}

.switch.tiny .switch-paddle:after {
  width: 1rem;
  height: 1rem;
  top: .25rem;
  left: .25rem;
}

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: .75rem;
}

.switch.small .switch-paddle:after {
  width: 1.25rem;
  height: 1.25rem;
  top: .25rem;
  left: .25rem;
}

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle:after {
  width: 2rem;
  height: 2rem;
  top: .25rem;
  left: .25rem;
}

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  border-radius: 0;
  width: 100%;
  margin-bottom: 1rem;
}

thead, tbody, tfoot {
  background-color: #fff;
  border: 1px solid #f2f2f2;
}

caption {
  padding: .5rem .625rem .625rem;
  font-weight: bold;
}

thead {
  color: #000;
  background: #f9f9f9;
}

tfoot {
  color: #000;
  background: #f2f2f2;
}

thead tr, tfoot tr {
  background: none;
}

thead th, thead td, tfoot th, tfoot td {
  text-align: left;
  padding: .5rem .625rem .625rem;
  font-weight: bold;
}

tbody th, tbody td {
  padding: .5rem .625rem .625rem;
}

tbody tr:nth-child(2n) {
  background-color: #f2f2f2;
  border-bottom: 0;
}

table.unstriped tbody {
  background-color: #fff;
}

table.unstriped tbody tr {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}

@media print, screen and (width <= 63.9988em) {
  table.stack thead, table.stack tfoot {
    display: none;
  }

  table.stack tr, table.stack th, table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  width: 100%;
  display: block;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}

table.hover tfoot tr:hover {
  background-color: #ededed;
}

table.hover tbody tr:hover {
  background-color: #fafafa;
}

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  background: #fff;
  border: 1px solid #e6e6e6;
  margin: 0;
  list-style-type: none;
}

.tabs:before, .tabs:after {
  content: " ";
  flex-basis: 0;
  order: 1;
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs.vertical > li {
  float: none;
  width: auto;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: none;
}

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #fff;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  color: #1779ba;
  padding: 1.25rem 1.5rem;
  font-size: .75rem;
  line-height: 1;
  display: block;
}

[data-whatinput="mouse"] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  color: #1468a0;
  background: #fff;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
  color: #1779ba;
  background: #e6e6e6;
}

.tabs-content {
  color: #000;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: 0;
  transition: all .5s;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  padding: 1rem;
  display: none;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: 4px solid #fff;
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 1rem;
  line-height: 0;
  display: inline-block;
  box-shadow: 0 0 0 1px #0003;
}

a.thumbnail {
  transition: box-shadow .2s ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px #1779ba80;
}

a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  color: #fff;
  background: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.title-bar .menu-icon {
  margin-left: .25rem;
  margin-right: .25rem;
}

.title-bar-left, .title-bar-right {
  flex: 1 1 0;
}

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

.title-bar-title {
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
}

.has-tip {
  cursor: help;
  border-bottom: 1px dotted #8a8a8a;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.tooltip {
  z-index: 1200;
  color: #fff;
  background-color: #000;
  border-radius: 0;
  max-width: 10rem;
  padding: .75rem;
  font-size: 80%;
  position: absolute;
  top: calc(100% + .6495rem);
}

.tooltip:before {
  position: absolute;
}

.tooltip.bottom:before {
  content: "";
  border: .75rem solid #0000;
  border-top-width: 0;
  border-bottom-color: #000;
  width: 0;
  height: 0;
  display: block;
  bottom: 100%;
}

.tooltip.bottom.align-center:before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top:before {
  content: "";
  border: .75rem solid #0000;
  border-top-color: #000;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  display: block;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center:before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.left:before {
  content: "";
  border: .75rem solid #0000;
  border-left-color: #000;
  border-right-width: 0;
  width: 0;
  height: 0;
  display: block;
  left: 100%;
}

.tooltip.left.align-center:before {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.tooltip.right:before {
  content: "";
  border: .75rem solid #0000;
  border-left-width: 0;
  border-right-color: #000;
  width: 0;
  height: 0;
  display: block;
  left: auto;
  right: 100%;
}

.tooltip.right.align-center:before {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.tooltip.align-top:before {
  top: 10%;
  bottom: auto;
}

.tooltip.align-bottom:before {
  top: auto;
  bottom: 10%;
}

.tooltip.align-left:before {
  left: 10%;
  right: auto;
}

.tooltip.align-right:before {
  left: auto;
  right: 10%;
}

.top-bar {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.top-bar, .top-bar ul {
  background-color: #000;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar {
  flex-wrap: wrap;
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (width >= 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    flex: auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    flex: 0 auto;
    margin-left: auto;
  }
}

@media print, screen and (width <= 63.9988em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (width <= 74.9988em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (width <= 89.9988em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-xlarge .top-bar-left, .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (width <= 119.999em) {
  .top-bar.stacked-for-xxlarge {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-xxlarge .top-bar-left, .top-bar.stacked-for-xxlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar.stacked-for-xxxlarge {
  flex-wrap: wrap;
}

.top-bar.stacked-for-xxxlarge .top-bar-left, .top-bar.stacked-for-xxxlarge .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  flex: none;
  margin: .5rem 1rem .5rem 0;
}

.top-bar-left, .top-bar-right {
  flex: none;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (width <= 39.9988em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (width <= 0), screen and (width >= 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (width >= 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (width <= 39.9988em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (width >= 40em) and (width <= 63.9988em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (width <= 39.9988em), screen and (width >= 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (width >= 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (width <= 63.9988em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (width >= 64em) and (width <= 74.9988em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (width <= 63.9988em), screen and (width >= 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (width >= 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (width <= 74.9988em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (width >= 75em) and (width <= 89.9988em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (width <= 74.9988em), screen and (width >= 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (width >= 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (width <= 89.9988em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (width >= 90em) and (width <= 119.999em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (width <= 89.9988em), screen and (width >= 120em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (width >= 120em) {
  .hide-for-xxxlarge {
    display: none !important;
  }
}

@media screen and (width <= 119.999em) {
  .show-for-xxxlarge {
    display: none !important;
  }
}

@media screen and (width >= 120em) {
  .hide-for-xxxlarge-only {
    display: none !important;
  }
}

@media screen and (width <= 119.999em) {
  .show-for-xxxlarge-only {
    display: none !important;
  }
}

.show-for-sr, .show-on-focus {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.show-on-focus:active, .show-on-focus:focus {
  clip: auto !important;
  white-space: normal !important;
  width: auto !important;
  height: auto !important;
  position: static !important;
  overflow: visible !important;
}

.show-for-landscape, .hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape, .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape, .show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }

  .hide-for-dark-mode {
    display: none !important;
  }
}

.show-for-ie {
  display: none;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }

  .hide-for-ie {
    display: none !important;
  }
}

.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

.clearfix:before, .clearfix:after {
  content: " ";
  flex-basis: 0;
  order: 1;
  display: table;
}

.clearfix:after {
  clear: both;
}

.page-title .vcard {
  border: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 100%;
  position: relative;
  overflow-x: clip;
}

a {
  text-decoration: none;
}

#__lpform_your-name {
  display: none !important;
}

.grid-container {
  max-width: 100% !important;
}

.inner-content {
  max-width: 1440px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.menu .active > a {
  color: #231f20;
  background: none;
}

@media screen and (width >= 1024px) {
  .mobile {
    display: none !important;
  }
}

.desktop {
  display: none !important;
}

@media screen and (width >= 1024px) {
  .desktop {
    display: block !important;
  }
}

.testimonials {
  width: 100%;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.testimonials.with-slant {
  padding-bottom: 140px !important;
}

.testimonials.with-slant .testimonials-wrapper {
  padding: 0;
}

@media screen and (width >= 1024px) {
  .testimonials.with-slant .testimonials-wrapper {
    padding: 0;
  }
}

.testimonials .slant-container {
  background: #f4f4f4;
  width: calc(100% + 20px);
  position: absolute;
  bottom: 0;
  left: -20px;
  overflow: hidden;
}

.testimonials .slant-container .slant {
  object-fit: cover;
  object-position: center;
  opacity: .9;
  width: 100%;
  position: relative;
  top: -2px;
}

.testimonials .testimonials-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

@media screen and (width >= 1200px) {
  .testimonials .testimonials-wrapper {
    width: 700px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.testimonials .testimonials-wrapper .testimonials-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.testimonials .testimonials-wrapper .testimonials-slider .swiper-wrapper {
  align-items: center;
  display: flex;
}

.testimonials .testimonials-wrapper .testimonials-slider .swiper-slide {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.testimonials .testimonials-wrapper .testimonials-slider .swiper-slide .client {
  text-align: center;
  height: 100px;
  margin: 0 50px;
  display: block;
  position: relative;
}

.testimonials .testimonials-wrapper .testimonials-slider .swiper-slide .client img {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.testimonials .testimonials-wrapper .testimonials-slider .swiper-slide .testimonial {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 100px);
  height: 100%;
  display: inline-flex;
  position: relative;
}

@media screen and (width >= 640px) {
  .testimonials .testimonials-wrapper .testimonials-slider .swiper-slide .testimonial {
    width: calc(100% - 200px);
  }
}

.testimonials .testimonials-wrapper .testimonials-slider .swiper-slide .testimonial p {
  text-align: center;
}

@media screen and (width <= 639px) {
  .testimonials .testimonials-wrapper .testimonials-slider .swiper-slide .testimonial p {
    font-size: 14px !important;
  }
}

.testimonials .testimonials-wrapper .slide-prev {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

@media screen and (width >= 640px) {
  .testimonials .testimonials-wrapper .slide-prev {
    left: 30px;
  }
}

@media screen and (width >= 1024px) {
  .testimonials .testimonials-wrapper .slide-prev {
    left: -40px;
  }
}

@media screen and (width >= 1200px) {
  .testimonials .testimonials-wrapper .slide-prev {
    left: -30px;
  }
}

.testimonials .testimonials-wrapper .slide-next {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media screen and (width >= 640px) {
  .testimonials .testimonials-wrapper .slide-next {
    right: 30px;
  }
}

@media screen and (width >= 1024px) {
  .testimonials .testimonials-wrapper .slide-next {
    right: -40px;
  }
}

@media screen and (width >= 1200px) {
  .testimonials .testimonials-wrapper .slide-next {
    right: -30px;
  }
}

.checkmark {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
}

.checkmark:before {
  content: "";
  transform-origin: 0 100%;
  background-color: #ff7547;
  width: 1px;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(10px)rotate(-45deg);
}

.checkmark:after {
  content: "";
  transform-origin: 0 100%;
  background-color: #ff7547;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(10px)rotate(-45deg);
}

.heading-2.section-title {
  color: #231f20;
  text-align: center;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.heading-2.section-title.is-mac span:before, .heading-2.section-title.is-mac span:after {
  top: 50% !important;
}

.heading-2.section-title span {
  padding: 0 40px;
  display: inline-block;
  position: relative;
}

@media screen and (width >= 1024px) {
  .heading-2.section-title span {
    padding: 0 20px;
  }
}

.heading-2.section-title span:before {
  content: "";
  z-index: -1;
  background: #0084a9;
  width: 0;
  height: 1px;
  transition: all .5s;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(20px - 100vw);
  transform: translateY(-50%);
}

@media screen and (width >= 640px) {
  .heading-2.section-title span:before {
    left: calc(5px - 100vw);
  }
}

@media screen and (width >= 1024px) {
  .heading-2.section-title span:before {
    left: calc(-100vw - 10px);
  }
}

.heading-2.section-title span:after {
  content: "";
  z-index: -1;
  background: #0084a9;
  width: 0;
  height: 1px;
  transition: all .5s;
  position: absolute;
  top: calc(50% - 5px);
  right: calc(20px - 100vw);
  transform: translateY(-50%);
}

@media screen and (width >= 640px) {
  .heading-2.section-title span:after {
    right: calc(5px - 100vw);
  }
}

@media screen and (width >= 1024px) {
  .heading-2.section-title span:after {
    right: calc(-100vw - 10px);
  }
}

.error404 .content {
  padding: 300px 0;
}

.error404 .content article {
  text-align: center;
}

.error404 .content article h1 {
  padding-bottom: 40px;
}

.error404 .content article a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.section-title-alt {
  color: #231f20;
  text-align: center;
  z-index: 2;
  background-color: #0084a9;
  width: 100%;
  margin: 0;
  padding: 45px 0 40px;
  position: relative;
  overflow: hidden;
}

.section-title-alt span {
  color: #fff;
  padding: 0 20px;
  display: inline-block;
  position: relative;
}

.section-title-alt span:before {
  content: "";
  z-index: -1;
  background: #fff;
  width: 50vw;
  height: 1px;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(-50vw - 10px);
  transform: translateY(-50%);
}

.section-title-alt span:after {
  content: "";
  z-index: -1;
  background: #fff;
  width: 50vw;
  height: 1px;
  position: absolute;
  top: calc(50% - 2px);
  right: calc(-50vw - 10px);
  transform: translateY(-50%);
}

.slant-container {
  width: 100% !important;
  left: 0 !important;
}

.heading-large {
  text-align: center;
  letter-spacing: -3.8px;
  margin: 0;
  font-family: Effra;
  font-size: 100px;
  line-height: 1.2;
  font-weight: 300 !important;
}

.heading-1 {
  letter-spacing: 2.05px;
  text-transform: uppercase;
  margin: 0;
  font-family: Effra;
  font-size: 64px;
  line-height: 1.4;
  font-weight: 500 !important;
}

.heading-2 {
  letter-spacing: 1.02px;
  text-transform: uppercase;
  margin: 0;
  font-family: Effra;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600 !important;
}

.heading-3 {
  letter-spacing: .75px;
  text-transform: uppercase;
  margin: 0;
  font-family: Effra;
  font-size: 16px;
  font-style: normal;
  line-height: 1.4;
  font-weight: 500 !important;
}

.heading-4 {
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  font-family: Effra !important;
  font-weight: 700 !important;
}

sub, sup {
  font-size: 55% !important;
}

p, ol li {
  text-align: left;
  font-family: Effra;
  font-size: 18px;
  font-weight: regular;
  letter-spacing: .58px;
  margin: 0;
}

ol {
  text-indent: 10px;
  margin-left: 30px;
}

.byline {
  color: #999;
}

section {
  padding: 2rem 0;
}

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

.entry-content .alignleft, .entry-content img.alignleft {
  float: left;
  margin-right: 1.5em;
  display: inline;
}

.entry-content .alignright, .entry-content img.alignright {
  float: right;
  margin-left: 1.5em;
  display: inline;
}

.entry-content .aligncenter, .entry-content img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  background: #eee;
  max-width: 100%;
  padding: 5px;
}

.wp-caption img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.wp-caption p.wp-caption-text {
  text-align: center;
  margin: 4px 0 7px;
  font-size: .85em;
}

.post-password-form input[type="submit"] {
  vertical-align: middle;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 0;
  margin: 0 0 1rem;
  padding: .85em 1em;
  font-family: inherit;
  font-size: .9rem;
  line-height: 1;
  transition: background-color .25s ease-out, color .25s ease-out;
  display: inline-block;
}

[data-whatinput="mouse"] .post-password-form input[type="submit"] {
  outline: 0;
}

.post-password-form input[type="submit"], .post-password-form input[type="submit"].disabled, .post-password-form input[type="submit"][disabled], .post-password-form input[type="submit"].disabled:hover, .post-password-form input[type="submit"][disabled]:hover, .post-password-form input[type="submit"].disabled:focus, .post-password-form input[type="submit"][disabled]:focus {
  color: #fff;
  background-color: #1779ba;
}

.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
  color: #fff;
  background-color: #14679e;
}

.gallery {
  max-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.gallery:before, .gallery:after {
  content: " ";
  display: table;
}

.gallery:after {
  clear: both;
}

.gallery.gallery-columns-1 > dl {
  float: left;
  width: 100%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .gallery.gallery-columns-1 > dl {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.gallery.gallery-columns-1 > dl, .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-2 > dl {
  float: left;
  width: 50%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .gallery.gallery-columns-2 > dl {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.gallery.gallery-columns-2 > dl, .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-3 > dl {
  float: left;
  width: 33.3333%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .gallery.gallery-columns-3 > dl {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.gallery.gallery-columns-3 > dl, .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-4 > dl {
  float: left;
  width: 25%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .gallery.gallery-columns-4 > dl {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.gallery.gallery-columns-4 > dl, .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-5 > dl {
  float: left;
  width: 20%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .gallery.gallery-columns-5 > dl {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.gallery.gallery-columns-5 > dl, .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-6 > dl {
  float: left;
  width: 16.6667%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .gallery.gallery-columns-6 > dl {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.gallery.gallery-columns-6 > dl, .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-7 > dl {
  float: left;
  width: 14.2857%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .gallery.gallery-columns-7 > dl {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.gallery.gallery-columns-7 > dl, .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-8 > dl {
  float: left;
  width: 12.5%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .gallery.gallery-columns-8 > dl {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.gallery.gallery-columns-8 > dl, .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery dl {
  float: left;
  width: 100%;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.gallery dl:last-child:not(:first-child) {
  float: right;
}

.page-navigation {
  margin-top: 1rem;
}

#comments .commentlist, #respond ul {
  margin-left: 0;
}

.commentlist li {
  clear: both;
  margin-bottom: 1.5em;
  padding: .7335em 10px;
  list-style-type: none;
  position: relative;
  overflow: hidden;
}

.commentlist li:last-child {
  margin-bottom: 0;
}

.commentlist li ul.children {
  margin: 0;
}

.commentlist li[class*="depth-"] {
  margin-top: 1.1em;
}

.commentlist li.depth-1 {
  margin-top: 0;
  margin-left: 0;
}

.commentlist li:not(.depth-1) {
  margin-top: 0;
  margin-left: 10px;
  padding-bottom: 0;
}

.commentlist .vcard {
  margin-left: 50px;
}

.commentlist .vcard cite.fn {
  font-style: normal;
  font-weight: 700;
}

.commentlist .vcard time {
  float: right;
}

.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}

.commentlist .vcard time a:hover {
  text-decoration: underline;
}

.commentlist .vcard img.avatar {
  background: #fff;
  border: 1px solid #cecece;
  padding: 2px;
  position: absolute;
  left: 10px;
}

.commentlist .comment_content p {
  margin: .7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.commentlist .comment-reply-link {
  float: right;
}

.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}

.respond-form form {
  margin: .75em 0;
}

.respond-form form li {
  clear: both;
  margin-bottom: .7335em;
  list-style-type: none;
}

.respond-form form li label, .respond-form form li small {
  display: none;
}

.respond-form form input[type="text"], .respond-form form input[type="email"], .respond-form form input[type="url"], .respond-form form textarea {
  background: #efefef;
  border: 2px solid #cecece;
  padding: 3px 6px;
  line-height: 1.5em;
}

.respond-form form input[type="text"]:focus, .respond-form form input[type="email"]:focus, .respond-form form input[type="url"]:focus, .respond-form form textarea:focus {
  background: #fff;
}

.respond-form form input[type="text"]:invalid, .respond-form form input[type="email"]:invalid, .respond-form form input[type="url"]:invalid, .respond-form form textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: #f6e7eb;
  border-color: #fbc2c4;
  outline: none;
}

.respond-form form input[type="text"], .respond-form form input[type="email"], .respond-form form input[type="url"] {
  min-width: 250px;
  max-width: 400px;
}

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px .7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

.sidebar li {
  list-style: none;
}

.widget ul {
  margin: 0;
}

.footer {
  clear: both;
  margin-top: 1em;
}

body#tinymce {
  margin: 20px;
}

.gform_body ul {
  margin: 0;
  list-style: none;
}

footer .contact-banner {
  background: #fffcff;
  width: 100%;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  footer .contact-banner {
    width: calc(100% - 75px);
    padding: 200px 0;
  }
}

footer .contact-banner .background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

footer .contact-banner .content-container {
  text-align: center;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

footer .contact-banner .content-container .heading-2, footer .contact-banner .content-container .heading-large, footer .contact-banner .content-container .heading-3 {
  display: block !important;
}

footer .contact-banner .content-container .heading-large {
  color: #231f20;
  padding: 10px 0 0;
}

@media screen and (width <= 1023px) {
  footer .contact-banner .content-container .heading-large {
    font-size: 50px;
  }
}

footer .contact-banner .content-container .heading-2 {
  color: #ff7547;
}

footer .contact-banner .content-container .heading-3 {
  color: #ff7547;
  padding: 0 0 30px;
}

footer .service-bar {
  text-align: center;
  background: #0084a9;
  width: 100%;
  padding: 20px 0;
}

@media screen and (width >= 1024px) {
  footer .service-bar {
    width: calc(100% - 75px);
  }
}

footer .service-bar span {
  color: #fffcff;
  margin-top: 10px;
  display: inline-block;
  font-size: 24px !important;
}

footer .service-bar span.is-mac {
  margin-top: 0 !important;
}

footer .footer-links {
  text-align: center;
  background: #f4f4f4;
  width: 100%;
  padding: 60px 40px 40px;
}

@media screen and (width >= 1024px) {
  footer .footer-links {
    text-align: left;
    width: calc(100% - 75px);
    padding: 60px 0 40px;
  }
}

@media screen and (width >= 1440px) {
  footer .footer-links {
    padding: 60px 40px 40px;
  }
}

footer .footer-links a:hover {
  color: #ff7547 !important;
}

footer .footer-links .heading-4 {
  color: #0084a9;
}

footer .footer-links hr {
  border: none;
  border-top: 1px solid #0084a9;
  margin-bottom: 20px;
}

footer .footer-links .logo {
  justify-content: center;
  display: flex;
}

footer .footer-links .logo img {
  width: 105px;
}

footer .footer-links .resources a {
  color: #231f20;
  padding: 5px 0;
  display: block;
}

footer .footer-links .locations {
  text-align: center;
}

@media screen and (width >= 1024px) {
  footer .footer-links .locations {
    text-align: left;
  }
}

footer .footer-links .locations p {
  text-align: center;
}

@media screen and (width >= 1024px) {
  footer .footer-links .locations p {
    text-align: left;
    font-size: 12px !important;
  }
}

@media screen and (width >= 1200px) {
  footer .footer-links .locations p {
    font-size: 14px !important;
  }
}

@media screen and (width >= 1440px) {
  footer .footer-links .locations p {
    font-size: 16px !important;
  }
}

@media screen and (width >= 1920px) {
  footer .footer-links .locations p {
    font-size: 18px !important;
  }
}

footer .footer-links .social a {
  color: #231f20;
}

footer .copyright {
  text-align: center;
  background: #fffcff;
  width: 100%;
  padding: 15px 0;
}

footer .copyright span {
  color: #0084a9;
}

.main-wrapper {
  position: relative;
}

header {
  z-index: 4;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (width >= 1024px) {
  header {
    width: calc(100% - 75px);
  }
}

header .top-bar {
  z-index: 2000;
  background: none;
  justify-content: flex-start;
}

@media screen and (width >= 1024px) {
  header .top-bar {
    padding-right: 5px;
  }
}

@media screen and (width >= 1200px) {
  header .top-bar {
    padding-right: 2.5rem;
  }
}

@media screen and (width <= 1023px) {
  header .top-bar {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  header .top-bar .logo {
    margin: 10px 0 0 10px;
    position: fixed;
    top: 10px;
    left: 10px;
  }
}

header .top-bar .menu-toggle {
  cursor: pointer;
  z-index: 20;
  background: #231f20;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
}

@media screen and (width >= 1024px) {
  header .top-bar .menu-toggle {
    display: none;
  }
}

header .top-bar .menu-toggle .close {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

header .top-bar .menu-toggle .close:before {
  content: "";
  z-index: 2;
  background: #fff;
  width: 1px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-45deg);
}

header .top-bar .menu-toggle .close:after {
  content: "";
  z-index: 2;
  background: #fff;
  width: 36px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-45deg);
}

header .top-bar ul {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 40px;
}

@media screen and (width >= 1024px) {
  header .top-bar ul {
    justify-content: initial;
    flex-direction: row;
    padding-left: 5px;
  }
}

@media screen and (width >= 1200px) {
  header .top-bar ul {
    padding-left: 40px;
  }
}

header .top-bar ul li {
  text-align: right;
  margin: 0 15px;
}

@media screen and (width >= 1024px) {
  header .top-bar ul li {
    text-align: left;
    margin: 0;
  }
}

@media screen and (width >= 1440px) {
  header .top-bar ul li {
    margin: 0 15px;
  }
}

header .top-bar ul li a {
  letter-spacing: .51px;
  color: #231f20;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: Effra !important;
}

@media screen and (width >= 1024px) {
  header .top-bar ul li a {
    font-size: 13px;
    font-weight: 500;
  }
}

@media screen and (width >= 1200px) {
  header .top-bar ul li a {
    font-size: 16px;
  }
}

@media screen and (width >= 1024px) {
  header .top-bar ul li a:hover {
    color: #ff7547;
  }
}

header .title-bar {
  z-index: 10;
  background: none;
  height: 80px;
  position: absolute;
}

header .title-bar .logo {
  margin: 10px 0 0 10px;
}

header .title-bar .menu-toggle {
  cursor: pointer;
  background: #231f20;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
}

header .title-bar .menu-toggle .open {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

header .title-bar .menu-toggle .open .line {
  z-index: 5;
  background: #fff;
  width: 60%;
  height: 1px;
  margin: 5px 0;
  display: block;
}

header .title-bar .menu-toggle .close {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

header .title-bar .menu-toggle .close:before {
  content: "";
  z-index: 2;
  background: #fff;
  width: 1px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-45deg);
}

header .title-bar .menu-toggle .close:after {
  content: "";
  z-index: 2;
  background: #fff;
  width: 36px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-45deg);
}

header .top-bar {
  position: relative;
}

@media screen and (width <= 1023px) {
  header .top-bar {
    z-index: 50000;
    background: #f4f4f4;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }

  header .menu a {
    font-size: 20px !important;
  }
}

header .menu .menu-item-has-children {
  position: relative;
}

@media screen and (width <= 1023px) {
  header .menu .menu-item-has-children .sub-menu {
    position: relative;
    border-bottom: 0 !important;
  }

  header .menu .menu-item-has-children .sub-menu:after {
    content: "";
    background: #231f20;
    width: 1px;
    height: 100%;
    position: absolute;
    top: -5px;
    right: -11px;
  }

  header .menu .menu-item-has-children .sub-menu li {
    text-align: right;
    color: #0084a9 !important;
    background: none !important;
  }

  header .menu .menu-item-has-children .sub-menu li a {
    letter-spacing: 4px;
    color: #0084a9 !important;
    font-size: 16px !important;
  }
}

header .menu .menu-item-has-children a:first-of-type {
  display: inline-block;
  position: relative;
}

header .menu .menu-item-has-children a:first-of-type:after {
  content: "";
  background: url("arrow-down.03687089.svg");
  width: 13px;
  height: 7px;
  margin: 0 4px;
  transition: all .25s;
  display: inline-block;
  position: relative;
  top: -2px;
  left: 4px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

@media screen and (width <= 1023px) {
  header .menu .menu-item-has-children a:first-of-type:after {
    top: 10px;
    left: initial;
    transform-origin: center;
    width: 30px;
    height: 24px;
    position: absolute;
    right: -30px !important;
  }

  header .menu .menu-item-has-children a:first-of-type:hover .sub-menu {
    display: block !important;
  }

  header .menu .menu-item-has-children a:first-of-type:hover a:after {
    transform-origin: center;
    transform: rotate(180deg);
  }
}

header .menu .menu-item-has-children.submenuIsActive .sub-menu {
  display: block !important;
}

header .menu .menu-item-has-children.submenuIsActive a:after {
  transform-origin: center;
  transform: rotate(180deg);
}

@media screen and (width >= 1024px) {
  header .menu .menu-item-has-children:hover .sub-menu {
    display: block !important;
  }

  header .menu .menu-item-has-children:hover a:after {
    transform-origin: center;
    transform: rotate(180deg);
  }
}

header .menu .sub-menu {
  background: #f4f4f4;
  width: auto;
  min-width: 200px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

@media screen and (width <= 1023px) {
  header .menu .sub-menu {
    position: relative;
    top: 0;
  }
}

header .menu .sub-menu .menu-item {
  text-align: center;
  margin: 0;
  padding: 5px 0 4px;
  list-style-type: none;
}

@media screen and (width >= 1024px) {
  header .menu .sub-menu .menu-item {
    border-bottom: 1px solid #fffcff;
  }

  header .menu .sub-menu .menu-item:hover {
    background: #0084a9 !important;
  }

  header .menu .sub-menu .menu-item:hover a {
    color: #fffcff !important;
    opacity: 1 !important;
  }
}

header .menu .sub-menu .menu-item:hover {
  background: none;
}

header .menu .sub-menu .menu-item:hover a {
  color: #0084a9;
  opacity: 1 !important;
}

header .menu .sub-menu .menu-item:last-of-type {
  border-bottom: none;
}

header .menu .sub-menu .menu-item a {
  font: "Effra";
  letter-spacing: 2.74px;
  color: #1384a9;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}

header .menu .sub-menu .menu-item a:after {
  display: none !important;
}

.side-menu-mobile {
  z-index: 10;
  float: right;
  background: #f4f4f4;
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (width >= 1024px) {
  .side-menu-mobile {
    display: none;
  }
}

.side-menu-mobile .bottom-buttons {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.side-menu-mobile .bottom-buttons .trigger-active {
  z-index: 5;
  display: block !important;
}

.side-menu-mobile .bottom-buttons .support, .side-menu-mobile .bottom-buttons .login, .side-menu-mobile .bottom-buttons .contact {
  cursor: pointer;
  outline: none;
  width: 33.33%;
  height: 100%;
  display: block;
  position: absolute;
  transform: translateY(0);
}

.side-menu-mobile .bottom-buttons .support .trigger, .side-menu-mobile .bottom-buttons .login .trigger, .side-menu-mobile .bottom-buttons .contact .trigger {
  background: #fffcff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85px;
  display: flex;
}

.side-menu-mobile .bottom-buttons .support .trigger span, .side-menu-mobile .bottom-buttons .login .trigger span, .side-menu-mobile .bottom-buttons .contact .trigger span {
  letter-spacing: 2.02px;
  text-transform: uppercase;
  color: #ff7547;
  text-align: center;
  font-family: Effra;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
}

.side-menu-mobile .bottom-buttons .support, .side-menu-mobile .bottom-buttons .login {
  transition: transform .6s cubic-bezier(.22, 1, .36, 1);
}

.side-menu-mobile .bottom-buttons .support .trigger span, .side-menu-mobile .bottom-buttons .login .trigger span {
  margin-top: 15px;
}

.side-menu-mobile .bottom-buttons .support .close, .side-menu-mobile .bottom-buttons .login .close {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.side-menu-mobile .bottom-buttons .support .close:before, .side-menu-mobile .bottom-buttons .login .close:before {
  content: "";
  z-index: 2;
  background: #231f20;
  width: 1px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-45deg);
}

.side-menu-mobile .bottom-buttons .support .close:after, .side-menu-mobile .bottom-buttons .login .close:after {
  content: "";
  z-index: 2;
  background: #231f20;
  width: 36px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-45deg);
}

.side-menu-mobile .bottom-buttons .support .links, .side-menu-mobile .bottom-buttons .login .links {
  width: 100vw;
  position: relative;
}

.side-menu-mobile .bottom-buttons .support .links a, .side-menu-mobile .bottom-buttons .login .links a {
  text-transform: uppercase;
  letter-spacing: 2.02px;
  color: #ff7547;
  background: #f4f4f4;
  border-bottom: 2px solid #fffcff;
  align-items: center;
  min-width: 240px;
  height: 100px;
  padding: 0 0 0 35%;
  font-family: Effra;
  font-size: 9px;
  display: flex;
  position: relative;
  font-weight: 500 !important;
}

.side-menu-mobile .bottom-buttons .support .links a svg, .side-menu-mobile .bottom-buttons .login .links a svg {
  margin-right: 15px;
  display: inline-block;
}

.side-menu-mobile .bottom-buttons .support .links a:first-of-type svg .a, .side-menu-mobile .bottom-buttons .support .links a:nth-child(2) svg .a, .side-menu-mobile .bottom-buttons .login .links a:first-of-type svg .a, .side-menu-mobile .bottom-buttons .login .links a:nth-child(2) svg .a {
  fill: #ff7547 !important;
}

.side-menu-mobile .bottom-buttons .support .links a:first-child, .side-menu-mobile .bottom-buttons .login .links a:first-child {
  border-top: 2px solid #fffcff;
}

.side-menu-mobile .bottom-buttons .support .links:after, .side-menu-mobile .bottom-buttons .login .links:after {
  content: "";
  z-index: 5;
  background: #fffcff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
}

.side-menu-mobile .bottom-buttons .support {
  position: absolute;
  bottom: 0;
  left: 0;
}

.side-menu-mobile .bottom-buttons .login {
  position: absolute;
  bottom: 0;
  left: calc(33.33% + 2px);
}

.side-menu-mobile .bottom-buttons .login .links {
  left: -100%;
}

.side-menu-mobile .bottom-buttons .login .trigger img {
  width: 24px;
  margin-left: -4px;
}

.side-menu-mobile .bottom-buttons .contact {
  position: absolute;
  bottom: 0;
  left: calc(66.66% + 4px);
  border-bottom: 3ps solid #f4f4f4 !important;
}

.side-menu-mobile .bottom-buttons .contact .trigger a {
  flex-direction: column;
  display: flex;
}

.side-menu-mobile .bottom-buttons .contact .trigger img {
  margin-top: -10px;
}

.side-menu-mobile .bottom-buttons .contact .trigger span {
  margin-top: 5px;
}

.side-menu-desktop {
  z-index: 10;
  float: right;
  background: #f4f4f4;
  outline: 2px solid #eaeaea;
  width: 75px;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
}

@media screen and (width >= 1024px) {
  .side-menu-desktop {
    display: block;
  }
}

.side-menu-desktop .vertical-text {
  text-align: center;
  justify-content: center;
  height: calc(100vh - 360px);
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (height <= 800px) {
  .side-menu-desktop .vertical-text {
    display: none;
  }
}

.side-menu-desktop .vertical-text span {
  writing-mode: tb-rl;
  text-align: center;
  letter-spacing: 2.74px;
  color: #0084a9;
  text-transform: uppercase;
  height: 100%;
  font: bold 12px / 14px Effra;
  display: inline-block;
}

.side-menu-desktop .top-buttons {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 360px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.side-menu-desktop .top-buttons .trigger-active {
  z-index: 5;
  display: block !important;
}

.side-menu-desktop .top-buttons .support, .side-menu-desktop .top-buttons .login, .side-menu-desktop .top-buttons .contact {
  cursor: pointer;
  background: #fffcff;
  outline: 2px solid #eaeaea;
  justify-content: center;
  height: 120px;
  display: flex;
  position: absolute;
  right: 0;
}

.side-menu-desktop .top-buttons .support .trigger, .side-menu-desktop .top-buttons .login .trigger, .side-menu-desktop .top-buttons .contact .trigger {
  background: #fffcff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  display: flex;
}

.side-menu-desktop .top-buttons .support .trigger span, .side-menu-desktop .top-buttons .login .trigger span, .side-menu-desktop .top-buttons .contact .trigger span {
  letter-spacing: 2.02px;
  text-transform: uppercase;
  color: #ff7547;
  text-align: center;
  width: 75px;
  font-family: Effra;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
}

.side-menu-desktop .top-buttons .support, .side-menu-desktop .top-buttons .login {
  transition: transform .6s cubic-bezier(.22, 1, .36, 1);
  transform: translateX(240px);
}

.side-menu-desktop .top-buttons .support .trigger span, .side-menu-desktop .top-buttons .login .trigger span {
  margin-top: 15px;
}

.side-menu-desktop .top-buttons .support .close, .side-menu-desktop .top-buttons .login .close {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.side-menu-desktop .top-buttons .support .close:before, .side-menu-desktop .top-buttons .login .close:before {
  content: "";
  z-index: 2;
  background: #ff7547;
  width: 1px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-45deg);
}

.side-menu-desktop .top-buttons .support .close:after, .side-menu-desktop .top-buttons .login .close:after {
  content: "";
  z-index: 2;
  background: #ff7547;
  width: 36px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-45deg);
}

.side-menu-desktop .top-buttons .support .links, .side-menu-desktop .top-buttons .login .links {
  position: relative;
}

.side-menu-desktop .top-buttons .support .links .support-split, .side-menu-desktop .top-buttons .login .links .support-split {
  height: 50%;
  display: flex;
  min-width: initial !important;
}

.side-menu-desktop .top-buttons .support .links .support-split a, .side-menu-desktop .top-buttons .login .links .support-split a {
  color: #ff7547;
  border-top: 2px solid #fffcff;
  border-bottom: none;
  align-items: center;
  display: flex;
  min-width: 100px !important;
  height: 100% !important;
}

.side-menu-desktop .top-buttons .support .links .support-split a svg .a, .side-menu-desktop .top-buttons .login .links .support-split a svg .a {
  fill: #ff7547 !important;
}

@media screen and (width >= 1024px) {
  .side-menu-desktop .top-buttons .support .links .support-split a, .side-menu-desktop .top-buttons .login .links .support-split a {
    height: 100% !important;
  }
}

.side-menu-desktop .top-buttons .support .links .support-split a:first-child, .side-menu-desktop .top-buttons .login .links .support-split a:first-child {
  border-top: 2px solid #fffcff;
  border-right: 2px solid #fffcff;
}

@media screen and (width >= 1024px) {
  .side-menu-desktop .top-buttons .support .links .support-split a:first-child, .side-menu-desktop .top-buttons .login .links .support-split a:first-child {
    width: 60% !important;
  }

  .side-menu-desktop .top-buttons .support .links .support-split a:last-child, .side-menu-desktop .top-buttons .login .links .support-split a:last-child {
    width: 40% !important;
  }
}

.side-menu-desktop .top-buttons .support .links .support-split a:hover svg .a, .side-menu-desktop .top-buttons .login .links .support-split a:hover svg .a {
  fill: #fffcff;
}

.side-menu-desktop .top-buttons .support .links a, .side-menu-desktop .top-buttons .login .links a {
  text-transform: uppercase;
  letter-spacing: 2.02px;
  color: #ff7547;
  background: #f4f4f4;
  border-bottom: 2px solid #fffcff;
  border-right: 2px solid #fffcff;
  align-items: center;
  min-width: 240px;
  height: 50%;
  padding: 0 0 0 20px;
  font-family: Effra;
  font-size: 9px;
  display: flex;
  position: relative;
  font-weight: 500 !important;
}

.side-menu-desktop .top-buttons .support .links a svg, .side-menu-desktop .top-buttons .login .links a svg {
  margin-right: 15px;
  display: inline-block;
  fill: #ff7547 !important;
}

.side-menu-desktop .top-buttons .support .links a:first-of-type, .side-menu-desktop .top-buttons .login .links a:first-of-type {
  border-top: 2px solid #fffcff;
}

.side-menu-desktop .top-buttons .support .links a:hover, .side-menu-desktop .top-buttons .login .links a:hover {
  color: #fffcff;
  background: #0084a9;
}

.side-menu-desktop .top-buttons .support .links a:hover svg .a, .side-menu-desktop .top-buttons .login .links a:hover svg .a {
  fill: #fffcff !important;
}

.side-menu-desktop .top-buttons .support .links:after, .side-menu-desktop .top-buttons .login .links:after {
  content: "";
  z-index: 5;
  background: #fffcff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
}

.side-menu-desktop .top-buttons .support {
  top: 0;
}

.side-menu-desktop .top-buttons .login {
  top: 120px;
}

.side-menu-desktop .top-buttons .login .trigger img {
  width: 24px;
  margin-left: -4px;
}

.side-menu-desktop .top-buttons .contact {
  top: 240px;
  border-bottom: 3ps solid #f4f4f4 !important;
}

.side-menu-desktop .top-buttons .contact .trigger a {
  flex-direction: column;
  display: flex;
}

.side-menu-desktop .top-buttons .contact .trigger span {
  margin-top: 5px;
}

form {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.wpcf7 .small, .custom-form .small {
  width: 100%;
}

@media screen and (width >= 640px) {
  .wpcf7 .small, .custom-form .small {
    width: calc(20% - 10px);
  }
}

.wpcf7 .medium-small, .custom-form .medium-small {
  width: 100%;
}

@media screen and (width >= 640px) {
  .wpcf7 .medium-small, .custom-form .medium-small {
    width: calc(60% - 10px);
  }
}

.wpcf7 .medium, .custom-form .medium {
  width: 100%;
}

@media screen and (width >= 640px) {
  .wpcf7 .medium, .custom-form .medium {
    width: calc(50% - 10px);
  }
}

.wpcf7 .medium-large, .custom-form .medium-large {
  width: 100%;
}

@media screen and (width >= 640px) {
  .wpcf7 .medium-large, .custom-form .medium-large {
    width: calc(80% - 10px);
  }
}

.wpcf7 .large, .custom-form .large {
  width: 100%;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 select, .custom-form input[type="text"], .custom-form input[type="email"], .custom-form input[type="tel"], .custom-form select {
  box-shadow: none;
  font: normal normal medium 12px / 14px Effra;
  letter-spacing: 3.6px;
  color: #74676a;
  border: none;
  border-radius: 1000px;
  outline: none;
  margin-bottom: 20px;
  font-size: 12px;
  background: #f4f4f4 !important;
}

.wpcf7 input, .custom-form input {
  text-indent: 10px;
}

.wpcf7 select, .custom-form select {
  appearance: none;
  margin-top: 5px;
  padding: 0 0 0 20px;
}

.wpcf7 textarea, .custom-form textarea {
  box-shadow: none;
  text-indent: 10px;
  font: normal normal medium 12px / 14px Effra;
  letter-spacing: 3.6px;
  color: #74676a;
  border: none;
  border-radius: 30px;
  outline: none;
  font-size: 12px;
  background: #f4f4f4 !important;
}

.wpcf7 label, .custom-form label {
  letter-spacing: 3.6px;
  text-transform: uppercase;
  text-indent: 35px;
  font-family: Effra;
  font-size: 12px;
  font-weight: 700 !important;
}

.wpcf7 label span, .custom-form label span {
  color: #ff7547;
}

.wpcf7 label span i, .custom-form label span i {
  letter-spacing: 1px;
  text-transform: none;
  font-size: 12px;
  font-style: normal;
}

.wpcf7 label .wpcf7-form-control-wrap, .custom-form label .wpcf7-form-control-wrap {
  margin-top: 5px;
  display: block;
}

.wpcf7 label .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .custom-form label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  text-indent: 0;
  padding-left: 10px;
  display: inline-block;
  position: relative;
  top: -20px;
}

.wpcf7 form p, .custom-form form p {
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.wpcf7 .wpcf7-not-valid-tip, .custom-form .wpcf7-not-valid-tip {
  text-indent: 0;
  padding-left: 10px;
  font-family: Effra;
  display: inline-block;
  position: relative;
  top: -20px;
  color: #ff7547 !important;
  letter-spacing: 3.6px !important;
  text-transform: uppercase !important;
  font-size: 1em !important;
  font-weight: normal !important;
}

.wpcf7 .wpcf7-response-output, .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output, .custom-form .wpcf7-response-output, .custom-form .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ff7547 !important;
}

.wpcf7 .wpcf7 form .wpcf7-response-output, .custom-form .wpcf7 form .wpcf7-response-output {
  border: 2px solid #ff7547 !important;
}

.wpcf7 .wpcf7-response-output, .custom-form .wpcf7-response-output {
  text-align: center;
  width: 100%;
  margin: 2em .5em 4em !important;
}

.wpcf7 .wpcf7-submit, .custom-form .wpcf7-submit {
  width: 120px;
}

.wpcf7 .wpcf7-submit:not(.is-mac) svg, .custom-form .wpcf7-submit:not(.is-mac) svg {
  margin-top: -2px;
}

.wpcf7 .wpcf7-submit span, .custom-form .wpcf7-submit span {
  top: 1px;
  left: 3px;
}

.wpcf7 .wpcf7-submit span svg, .custom-form .wpcf7-submit span svg {
  transform: translateY(calc(-50% - 1px));
}

div.wpcf7 .ajax-loader {
  display: block;
  position: relative;
}

.home .banner {
  background: #fffcff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh + 100px);
  display: flex;
  position: relative;
}

@media screen and (width >= 1024px) {
  .home .banner {
    height: 720px;
  }
}

.home .banner .background {
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home .banner .heading-1 {
  text-align: left;
  color: #231f20;
  z-index: 2;
  padding: 0 40px;
  position: relative;
  top: -40px;
}

.home .banner .heading-1 span {
  color: #ff7547;
}

@media screen and (width >= 1024px) {
  .home .banner .heading-1 {
    text-align: center;
    top: 0;
  }
}

.home .banner .heading-2 {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home .banner .lets-go {
  text-align: center;
  color: #0084a9;
  width: 100%;
  position: absolute;
  bottom: 150px;
  left: 0;
}

.home .banner .lets-go .arrow {
  display: block;
}

.home .banner .lets-go .arrow:after {
  content: "";
  background: url("arrow-down.03687089.svg");
  width: 33px;
  height: 27px;
  margin: 0 4px;
  transition: all .25s;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.home .our-services {
  background: #fffcff;
  display: block;
  position: relative;
  overflow: hidden;
}

.home .our-services .services {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width >= 1024px) {
  .home .our-services .services {
    flex-direction: row;
    padding-bottom: 80px;
  }
}

.home .our-services .services .service {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

@media screen and (width >= 1024px) {
  .home .our-services .services .service {
    width: 50%;
  }
}

.home .our-services .services .service .illustration {
  padding: 0 30px;
}

@media screen and (width >= 1024px) {
  .home .our-services .services .service .illustration {
    padding: 0;
  }
}

.home .our-services .services .service .heading-2 {
  transition: .3 ease;
}

.home .our-services .services .service .heading-2 img {
  transition: all .3s;
}

.home .our-services .services .service .heading-2:hover img {
  transition: all .3s;
  transform: translateX(10px);
}

.home .our-services .services .service.business .content-container, .home .our-services .services .service.business-landing .content-container {
  position: relative;
  top: 20px;
}

.home .our-services .services .service.business .content-container .heading-2, .home .our-services .services .service.business-landing .content-container .heading-2 {
  color: #ff7547;
}

.home .our-services .services .service.residential .content-container {
  position: relative;
}

.home .our-services .services .service.residential .content-container .heading-2 {
  color: #0084a9;
}

.home .our-services .services .service .content-container {
  width: 320px;
  padding: 40px 0 60px;
}

@media screen and (width >= 1024px) {
  .home .our-services .services .service .content-container {
    padding: 40px 0 0;
  }
}

.home .our-services .services .service .content-container .heading-2 img {
  position: relative;
  top: -4px;
}

.home .our-services .services .service .content-container .heading-2:after {
  display: none !important;
}

.home .our-services .services .service .content-container .heading-4 {
  color: #231f20;
  display: block;
  position: relative;
  left: 2px;
}

.home .our-services .services .service .content-container p {
  margin: 0;
  padding-top: 5px;
}

.home .our-promise {
  background: #fffcff;
  position: relative;
  overflow: hidden;
}

.home .our-promise:after {
  content: "";
  background: #fffcff;
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 0;
  left: -50%;
  transform: skewY(20deg);
}

@media screen and (width >= 1024px) {
  .home .our-promise:after {
    height: 25%;
  }
}

@media screen and (width >= 1200px) {
  .home .our-promise:after {
    height: 30%;
  }
}

@media screen and (width >= 1920px) {
  .home .our-promise:after {
    height: 35%;
  }
}

.home .our-promise:before {
  content: "";
  background: #fffcff;
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 0;
  right: -50%;
  transform: skewY(-20deg);
}

@media screen and (width >= 1024px) {
  .home .our-promise:before {
    height: 25%;
  }
}

@media screen and (width >= 1200px) {
  .home .our-promise:before {
    height: 30%;
  }
}

@media screen and (width >= 1920px) {
  .home .our-promise:before {
    height: 35%;
  }
}

.home .our-promise .content-container {
  background: linear-gradient(#fffcff 0%, #f4f4f4 100%) no-repeat padding-box padding-box;
  flex-direction: column;
  padding: 40px 0 250px;
  display: flex;
}

@media screen and (width >= 1024px) {
  .home .our-promise .content-container {
    flex-direction: row;
  }
}

@media screen and (width >= 1440px) {
  .home .our-promise .content-container {
    padding: 40px 0 60px;
  }
}

.home .our-promise .content-container .device {
  z-index: 2;
  flex: 100%;
  order: 2;
  margin-top: 40px;
  position: relative;
}

@media screen and (width >= 1024px) {
  .home .our-promise .content-container .device {
    flex: 80%;
    order: 1;
    margin-top: 0;
  }
}

.home .our-promise .content-container .device img {
  width: 100%;
}

.home .our-promise .content-container .promises {
  flex-direction: column;
  flex: 100%;
  order: 1;
  align-items: center;
  display: flex;
}

@media screen and (width >= 1024px) {
  .home .our-promise .content-container .promises {
    flex: 40%;
    order: 2;
  }
}

.home .our-promise .content-container .promises .promise {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

@media screen and (width <= 1023px) {
  .home .our-promise .content-container .promises .promise {
    margin-bottom: 100px;
  }
}

.home .our-promise .content-container .promises .promise .heading-3 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  line-height: 1.2;
}

@media screen and (width <= 1023px) {
  .home .our-promise .content-container .promises .promise .heading-3 {
    margin-top: 30px;
    font-size: 25px;
  }
}

.home .our-promise .content-container .promises .promise img {
  transform: scale(1.5);
}

@media screen and (width >= 1024px) {
  .home .our-promise .content-container .promises .promise img {
    transform: none;
  }
}

.home .gradient-container {
  background: linear-gradient(0deg, #f4f4f4 0%, #fffcff 100%) no-repeat padding-box padding-box;
  width: 100%;
}

@media screen and (width >= 1024px) {
  .home .gradient-container {
    width: calc(100% - 75px);
  }

  .home .gradient-container .multi-unit-properties {
    padding: 40px 0 0;
  }
}

.home .gradient-container .infrastructure-services {
  margin: 100px 0 0;
}

@media screen and (width >= 1024px) {
  .home .gradient-container .infrastructure-services {
    margin: 0;
    padding: 0 0 40px;
  }
}

.home .gradient-container .infrastructure-services .illustration {
  order: 1;
}

@media screen and (width >= 1024px) {
  .home .gradient-container .infrastructure-services .illustration {
    order: 2;
  }
}

.home .gradient-container .infrastructure-services .content {
  order: 2;
}

@media screen and (width >= 1024px) {
  .home .gradient-container .infrastructure-services .content {
    order: 1;
  }
}

.home .gradient-container .multi-unit-properties, .home .gradient-container .infrastructure-services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (width >= 1024px) {
  .home .gradient-container .multi-unit-properties, .home .gradient-container .infrastructure-services {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    flex-direction: row;
    width: 100%;
    max-width: 1440px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.home .gradient-container .multi-unit-properties .content-container, .home .gradient-container .infrastructure-services .content-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 40px;
  display: flex;
  position: relative;
}

@media screen and (width >= 1024px) {
  .home .gradient-container .multi-unit-properties .content-container, .home .gradient-container .infrastructure-services .content-container {
    flex-direction: row;
    max-width: 1365px;
  }
}

.home .gradient-container .multi-unit-properties .illustration, .home .gradient-container .infrastructure-services .illustration {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

@media screen and (width >= 1024px) {
  .home .gradient-container .multi-unit-properties .illustration, .home .gradient-container .infrastructure-services .illustration {
    width: 45%;
  }
}

.home .gradient-container .multi-unit-properties .content, .home .gradient-container .infrastructure-services .content {
  width: 100%;
  margin: 20px 0 60px;
  position: relative;
}

@media screen and (width >= 1024px) {
  .home .gradient-container .multi-unit-properties .content, .home .gradient-container .infrastructure-services .content {
    margin: 60px 0;
  }
}

.home .gradient-container .multi-unit-properties .content p, .home .gradient-container .infrastructure-services .content p {
  max-width: 465px;
  padding: 20px 0 30px;
}

@media screen and (width >= 1024px) {
  .home .gradient-container .multi-unit-properties .content, .home .gradient-container .infrastructure-services .content {
    width: 45%;
    margin: 0;
  }
}

.home .gradient-container .our-clients {
  width: 100%;
  position: relative;
}

.home .gradient-container .our-clients .clients-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 0 140px;
  display: flex;
  position: relative;
}

@media screen and (width >= 1200px) {
  .home .gradient-container .our-clients .clients-wrapper {
    width: 900px;
    padding: 40px 0 80px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.home .gradient-container .our-clients .clients-wrapper .slide-prev {
  cursor: pointer;
  position: relative;
  left: 20px;
}

@media screen and (width >= 1024px) {
  .home .gradient-container .our-clients .clients-wrapper .slide-prev {
    left: -40px;
  }
}

@media screen and (width >= 1200px) {
  .home .gradient-container .our-clients .clients-wrapper .slide-prev {
    left: -30px;
  }
}

.home .gradient-container .our-clients .clients-wrapper .slide-next {
  cursor: pointer;
  position: relative;
  left: -20px;
}

@media screen and (width >= 1024px) {
  .home .gradient-container .our-clients .clients-wrapper .slide-next {
    left: 40px;
  }
}

@media screen and (width >= 1200px) {
  .home .gradient-container .our-clients .clients-wrapper .slide-next {
    left: 30px;
  }
}

.home .gradient-container .our-clients .clients-slider {
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (width >= 1200px) {
  .home .gradient-container .our-clients .clients-slider {
    width: 100%;
    padding: 40px 0;
  }
}

.home .gradient-container .our-clients .clients-slider .slide-next {
  z-index: 5;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}

.home .gradient-container .our-clients .clients-slider .swiper-wrapper {
  align-items: baseline;
}

.home .gradient-container .our-clients .clients-slider .swiper-wrapper .swiper-slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.business, .business-landing, .business-location {
  width: 100%;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .business, .business-landing, .business-location {
    width: calc(100% - 75px);
  }
}

.business.business-sw .content .price-monthly, .business-sw.business-landing .content .price-monthly, .business-location.business-sw .content .price-monthly {
  visibility: hidden;
}

.business.business-sw .content .heading-2, .business-sw.business-landing .content .heading-2, .business-location.business-sw .content .heading-2 {
  line-height: 1.2 !important;
}

@media screen and (width <= 1023px) and (width >= 640px) {
  .business.business-sw .content .heading-2, .business-sw.business-landing .content .heading-2, .business-location.business-sw .content .heading-2 {
    text-align: center;
    display: block;
    position: relative;
    top: 60px;
  }
}

.business.business-sw .content-right, .business-sw.business-landing .content-right, .business-location.business-sw .content-right {
  margin-top: 40px;
}

@media screen and (width >= 640px) {
  .business.business-sw .content-right, .business-sw.business-landing .content-right, .business-location.business-sw .content-right {
    margin-top: 60px;
  }
}

@media screen and (width >= 1024px) {
  .business.business-sw .content-right, .business-sw.business-landing .content-right, .business-location.business-sw .content-right {
    margin-top: 0;
  }
}

@media screen and (width <= 1023px) and (width >= 640px) {
  .business.business-sw .content-right .illustration, .business-sw.business-landing .content-right .illustration, .business-location.business-sw .content-right .illustration {
    justify-content: center !important;
    top: -20px !important;
    left: 0 !important;
  }
}

@media screen and (width <= 639px) and (width >= 0) {
  .business.business-sw .content-right .illustration, .business-sw.business-landing .content-right .illustration, .business-location.business-sw .content-right .illustration {
    top: -60px !important;
    left: 0 !important;
  }
}

.business .hero, .business-landing .hero, .business-location .hero {
  background: 0 0 / cover;
  align-items: center;
  height: auto;
  padding: 80px 0;
  display: flex;
  position: relative;
}

@media screen and (width >= 640px) {
  .business .hero, .business-landing .hero, .business-location .hero {
    height: 100vh;
    min-height: 800px;
  }
}

.business .hero .content-container, .business-landing .hero .content-container, .business-location .hero .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.business .hero .illustration, .business-landing .hero .illustration, .business-location .hero .illustration {
  order: 2;
  justify-content: center;
  display: flex;
  position: relative;
  top: 40px;
}

@media screen and (width >= 1024px) {
  .business .hero .illustration, .business-landing .hero .illustration, .business-location .hero .illustration {
    order: 1;
    top: 0;
  }
}

.business .hero .illustration img, .business-landing .hero .illustration img, .business-location .hero .illustration img {
  width: 100%;
  max-width: 600px;
}

.business .hero .content, .business-landing .hero .content, .business-location .hero .content {
  order: 1;
  padding-top: 60px;
}

@media screen and (width >= 1024px) {
  .business .hero .content, .business-landing .hero .content, .business-location .hero .content {
    order: 2;
    padding-top: 0;
  }
}

.business .hero .content .heading-1, .business-landing .hero .content .heading-1, .business-location .hero .content .heading-1 {
  color: #ff7547;
  margin-left: -3px;
}

.business .hero .content p, .business-landing .hero .content p, .business-location .hero .content p {
  padding-bottom: 30px;
}

.business .gradient-container, .business-landing .gradient-container, .business-location .gradient-container {
  background: linear-gradient(#f4f4f4 0%, #fffcff 100%) no-repeat padding-box padding-box;
}

.business .hero-background-shape, .business-landing .hero-background-shape, .business-location .hero-background-shape {
  z-index: -1;
  fill: #f4f4f4;
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}

@media screen and (width <= 40em) {
  .business .marketing-site-hero, .business-landing .marketing-site-hero, .business-location .marketing-site-hero {
    background-position: center;
  }

  .business .hero-background-shape, .business-landing .hero-background-shape, .business-location .hero-background-shape {
    z-index: -1;
    fill: #f4f4f4;
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 30%;
  }

  .business .mobile-hero-background, .business-landing .mobile-hero-background, .business-location .mobile-hero-background {
    z-index: -1;
    background: #f4f4f4;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
  }
}

@media screen and (width >= 40em) and (width <= 63.9375em) {
  .business .hero-background-shape, .business-landing .hero-background-shape, .business-location .hero-background-shape {
    z-index: -1;
    fill: #f4f4f4;
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 10%;
  }

  .business .mobile-hero-background, .business-landing .mobile-hero-background, .business-location .mobile-hero-background {
    z-index: -1;
    background: #f4f4f4;
    width: 100%;
    height: 10%;
    position: absolute;
    bottom: 0;
  }
}

.business .simplify-with-won, .business-landing .simplify-with-won, .business .service-you-can-count-on, .business-landing .service-you-can-count-on, .business-location .simplify-with-won, .business-location .service-you-can-count-on {
  padding-bottom: 80px;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .business .simplify-with-won, .business-landing .simplify-with-won, .business .service-you-can-count-on, .business-landing .service-you-can-count-on, .business-location .simplify-with-won, .business-location .service-you-can-count-on {
    padding: 0 40px 20px;
  }
}

@media screen and (width >= 1200px) {
  .business .simplify-with-won, .business-landing .simplify-with-won, .business .service-you-can-count-on, .business-landing .service-you-can-count-on, .business-location .simplify-with-won, .business-location .service-you-can-count-on {
    padding: 0 0 20px;
  }
}

.business .simplify-with-won .content-container, .business-landing .simplify-with-won .content-container, .business .service-you-can-count-on .content-container, .business-landing .service-you-can-count-on .content-container, .business-location .simplify-with-won .content-container, .business-location .service-you-can-count-on .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width >= 640px) {
  .business .simplify-with-won .content-container br, .business-landing .simplify-with-won .content-container br, .business .service-you-can-count-on .content-container br, .business-landing .service-you-can-count-on .content-container br, .business-location .simplify-with-won .content-container br, .business-location .service-you-can-count-on .content-container br {
    display: none;
  }
}

.business .simplify-with-won .content-container .title, .business-landing .simplify-with-won .content-container .title, .business .service-you-can-count-on .content-container .title, .business-landing .service-you-can-count-on .content-container .title, .business-location .simplify-with-won .content-container .title, .business-location .service-you-can-count-on .content-container .title {
  order: 2;
  padding-bottom: 20px;
}

@media screen and (width >= 1024px) {
  .business .simplify-with-won .content-container .title, .business-landing .simplify-with-won .content-container .title, .business .service-you-can-count-on .content-container .title, .business-landing .service-you-can-count-on .content-container .title, .business-location .simplify-with-won .content-container .title, .business-location .service-you-can-count-on .content-container .title {
    order: 1;
  }
}

.business .simplify-with-won .content-container .content-left, .business-landing .simplify-with-won .content-container .content-left, .business .service-you-can-count-on .content-container .content-left, .business-landing .service-you-can-count-on .content-container .content-left, .business-location .simplify-with-won .content-container .content-left, .business-location .service-you-can-count-on .content-container .content-left {
  order: 3;
}

@media screen and (width >= 1024px) {
  .business .simplify-with-won .content-container .content-left, .business-landing .simplify-with-won .content-container .content-left, .business .service-you-can-count-on .content-container .content-left, .business-landing .service-you-can-count-on .content-container .content-left, .business-location .simplify-with-won .content-container .content-left, .business-location .service-you-can-count-on .content-container .content-left {
    order: 2;
  }

  .business .simplify-with-won .content-container .content-left p, .business-landing .simplify-with-won .content-container .content-left p, .business .service-you-can-count-on .content-container .content-left p, .business-landing .service-you-can-count-on .content-container .content-left p, .business-location .simplify-with-won .content-container .content-left p, .business-location .service-you-can-count-on .content-container .content-left p {
    max-width: 500px;
  }
}

.business .simplify-with-won .content-container .content-left .icons, .business-landing .simplify-with-won .content-container .content-left .icons, .business .service-you-can-count-on .content-container .content-left .icons, .business-landing .service-you-can-count-on .content-container .content-left .icons, .business-location .simplify-with-won .content-container .content-left .icons, .business-location .service-you-can-count-on .content-container .content-left .icons {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

@media screen and (width >= 640px) {
  .business .simplify-with-won .content-container .content-left .icons, .business-landing .simplify-with-won .content-container .content-left .icons, .business .service-you-can-count-on .content-container .content-left .icons, .business-landing .service-you-can-count-on .content-container .content-left .icons, .business-location .simplify-with-won .content-container .content-left .icons, .business-location .service-you-can-count-on .content-container .content-left .icons {
    flex-direction: row;
    align-items: flex-end;
  }
}

.business .simplify-with-won .content-container .content-left .icons .internet, .business-landing .simplify-with-won .content-container .content-left .icons .internet, .business .simplify-with-won .content-container .content-left .icons .phone, .business-landing .simplify-with-won .content-container .content-left .icons .phone, .business .simplify-with-won .content-container .content-left .icons .it, .business-landing .simplify-with-won .content-container .content-left .icons .it, .business .service-you-can-count-on .content-container .content-left .icons .internet, .business-landing .service-you-can-count-on .content-container .content-left .icons .internet, .business .service-you-can-count-on .content-container .content-left .icons .phone, .business-landing .service-you-can-count-on .content-container .content-left .icons .phone, .business .service-you-can-count-on .content-container .content-left .icons .it, .business-landing .service-you-can-count-on .content-container .content-left .icons .it, .business-location .simplify-with-won .content-container .content-left .icons .internet, .business-location .simplify-with-won .content-container .content-left .icons .phone, .business-location .simplify-with-won .content-container .content-left .icons .it, .business-location .service-you-can-count-on .content-container .content-left .icons .internet, .business-location .service-you-can-count-on .content-container .content-left .icons .phone, .business-location .service-you-can-count-on .content-container .content-left .icons .it {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px 20px;
  display: flex;
}

@media screen and (width >= 1024px) {
  .business .simplify-with-won .content-container .content-left .icons .internet, .business-landing .simplify-with-won .content-container .content-left .icons .internet, .business .simplify-with-won .content-container .content-left .icons .phone, .business-landing .simplify-with-won .content-container .content-left .icons .phone, .business .simplify-with-won .content-container .content-left .icons .it, .business-landing .simplify-with-won .content-container .content-left .icons .it, .business .service-you-can-count-on .content-container .content-left .icons .internet, .business-landing .service-you-can-count-on .content-container .content-left .icons .internet, .business .service-you-can-count-on .content-container .content-left .icons .phone, .business-landing .service-you-can-count-on .content-container .content-left .icons .phone, .business .service-you-can-count-on .content-container .content-left .icons .it, .business-landing .service-you-can-count-on .content-container .content-left .icons .it, .business-location .simplify-with-won .content-container .content-left .icons .internet, .business-location .simplify-with-won .content-container .content-left .icons .phone, .business-location .simplify-with-won .content-container .content-left .icons .it, .business-location .service-you-can-count-on .content-container .content-left .icons .internet, .business-location .service-you-can-count-on .content-container .content-left .icons .phone, .business-location .service-you-can-count-on .content-container .content-left .icons .it {
    margin: 0 20px;
  }
}

.business .simplify-with-won .content-container .content-left .icons .internet .heading-2, .business-landing .simplify-with-won .content-container .content-left .icons .internet .heading-2, .business .simplify-with-won .content-container .content-left .icons .phone .heading-2, .business-landing .simplify-with-won .content-container .content-left .icons .phone .heading-2, .business .simplify-with-won .content-container .content-left .icons .it .heading-2, .business-landing .simplify-with-won .content-container .content-left .icons .it .heading-2, .business .service-you-can-count-on .content-container .content-left .icons .internet .heading-2, .business-landing .service-you-can-count-on .content-container .content-left .icons .internet .heading-2, .business .service-you-can-count-on .content-container .content-left .icons .phone .heading-2, .business-landing .service-you-can-count-on .content-container .content-left .icons .phone .heading-2, .business .service-you-can-count-on .content-container .content-left .icons .it .heading-2, .business-landing .service-you-can-count-on .content-container .content-left .icons .it .heading-2, .business-location .simplify-with-won .content-container .content-left .icons .internet .heading-2, .business-location .simplify-with-won .content-container .content-left .icons .phone .heading-2, .business-location .simplify-with-won .content-container .content-left .icons .it .heading-2, .business-location .service-you-can-count-on .content-container .content-left .icons .internet .heading-2, .business-location .service-you-can-count-on .content-container .content-left .icons .phone .heading-2, .business-location .service-you-can-count-on .content-container .content-left .icons .it .heading-2 {
  padding-top: 20px;
  font-size: 24px !important;
}

.business .simplify-with-won .content-container .content-left .icons .it img, .business-landing .simplify-with-won .content-container .content-left .icons .it img, .business .service-you-can-count-on .content-container .content-left .icons .it img, .business-landing .service-you-can-count-on .content-container .content-left .icons .it img, .business-location .simplify-with-won .content-container .content-left .icons .it img, .business-location .service-you-can-count-on .content-container .content-left .icons .it img {
  width: 100px;
}

.business .simplify-with-won .content-container .content-right, .business-landing .simplify-with-won .content-container .content-right, .business .service-you-can-count-on .content-container .content-right, .business-landing .service-you-can-count-on .content-container .content-right, .business-location .simplify-with-won .content-container .content-right, .business-location .service-you-can-count-on .content-container .content-right {
  order: 1;
  position: relative;
}

@media screen and (width >= 1024px) {
  .business .simplify-with-won .content-container .content-right, .business-landing .simplify-with-won .content-container .content-right, .business .service-you-can-count-on .content-container .content-right, .business-landing .service-you-can-count-on .content-container .content-right, .business-location .simplify-with-won .content-container .content-right, .business-location .service-you-can-count-on .content-container .content-right {
    order: 3;
  }
}

.business .simplify-with-won .content-container .content-right .heading-2, .business-landing .simplify-with-won .content-container .content-right .heading-2, .business .service-you-can-count-on .content-container .content-right .heading-2, .business-landing .service-you-can-count-on .content-container .content-right .heading-2, .business-location .simplify-with-won .content-container .content-right .heading-2, .business-location .service-you-can-count-on .content-container .content-right .heading-2 {
  color: #0084a9;
  line-height: 1;
}

.business .simplify-with-won .content-container .content-right .price-monthly, .business-landing .simplify-with-won .content-container .content-right .price-monthly, .business .service-you-can-count-on .content-container .content-right .price-monthly, .business-landing .service-you-can-count-on .content-container .content-right .price-monthly, .business-location .simplify-with-won .content-container .content-right .price-monthly, .business-location .service-you-can-count-on .content-container .content-right .price-monthly {
  display: flex;
}

.business .simplify-with-won .content-container .content-right .price-monthly .heading-1, .business-landing .simplify-with-won .content-container .content-right .price-monthly .heading-1, .business .service-you-can-count-on .content-container .content-right .price-monthly .heading-1, .business-landing .service-you-can-count-on .content-container .content-right .price-monthly .heading-1, .business-location .simplify-with-won .content-container .content-right .price-monthly .heading-1, .business-location .service-you-can-count-on .content-container .content-right .price-monthly .heading-1 {
  color: #ff7547;
}

.business .simplify-with-won .content-container .content-right .price-monthly .heading-1 i, .business-landing .simplify-with-won .content-container .content-right .price-monthly .heading-1 i, .business .service-you-can-count-on .content-container .content-right .price-monthly .heading-1 i, .business-landing .service-you-can-count-on .content-container .content-right .price-monthly .heading-1 i, .business-location .simplify-with-won .content-container .content-right .price-monthly .heading-1 i, .business-location .service-you-can-count-on .content-container .content-right .price-monthly .heading-1 i {
  color: #231f20;
  font-weight: 700 !important;
}

.business .simplify-with-won .content-container .content-right .price-monthly .per-month, .business-landing .simplify-with-won .content-container .content-right .price-monthly .per-month, .business .service-you-can-count-on .content-container .content-right .price-monthly .per-month, .business-landing .service-you-can-count-on .content-container .content-right .price-monthly .per-month, .business-location .simplify-with-won .content-container .content-right .price-monthly .per-month, .business-location .service-you-can-count-on .content-container .content-right .price-monthly .per-month {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-left: 10px;
  display: flex;
}

.business .simplify-with-won .content-container .content-right .price-monthly .per-month .heading-2, .business-landing .simplify-with-won .content-container .content-right .price-monthly .per-month .heading-2, .business .service-you-can-count-on .content-container .content-right .price-monthly .per-month .heading-2, .business-landing .service-you-can-count-on .content-container .content-right .price-monthly .per-month .heading-2, .business-location .simplify-with-won .content-container .content-right .price-monthly .per-month .heading-2, .business-location .service-you-can-count-on .content-container .content-right .price-monthly .per-month .heading-2 {
  color: #ff7547;
  line-height: 1;
  position: relative;
  left: -2px;
}

.business .simplify-with-won .content-container .content-right .price-monthly .per-month .heading-4, .business-landing .simplify-with-won .content-container .content-right .price-monthly .per-month .heading-4, .business .service-you-can-count-on .content-container .content-right .price-monthly .per-month .heading-4, .business-landing .service-you-can-count-on .content-container .content-right .price-monthly .per-month .heading-4, .business-location .simplify-with-won .content-container .content-right .price-monthly .per-month .heading-4, .business-location .service-you-can-count-on .content-container .content-right .price-monthly .per-month .heading-4 {
  line-height: 1;
}

.business .simplify-with-won .content-container .content-right .illustration, .business-landing .simplify-with-won .content-container .content-right .illustration, .business .service-you-can-count-on .content-container .content-right .illustration, .business-landing .service-you-can-count-on .content-container .content-right .illustration, .business-location .simplify-with-won .content-container .content-right .illustration, .business-location .service-you-can-count-on .content-container .content-right .illustration {
  justify-content: flex-end;
  width: 100%;
  margin: 0 0 40px;
  display: flex;
  position: relative;
  top: -20px;
  left: 30%;
}

@media screen and (width >= 640px) {
  .business .simplify-with-won .content-container .content-right .illustration, .business-landing .simplify-with-won .content-container .content-right .illustration, .business .service-you-can-count-on .content-container .content-right .illustration, .business-landing .service-you-can-count-on .content-container .content-right .illustration, .business-location .simplify-with-won .content-container .content-right .illustration, .business-location .service-you-can-count-on .content-container .content-right .illustration {
    align-items: initial;
    left: initial;
    margin: 0;
    top: -80px;
  }
}

@media screen and (width >= 1024px) {
  .business .simplify-with-won .content-container .content-right .illustration, .business-landing .simplify-with-won .content-container .content-right .illustration, .business .service-you-can-count-on .content-container .content-right .illustration, .business-landing .service-you-can-count-on .content-container .content-right .illustration, .business-location .simplify-with-won .content-container .content-right .illustration, .business-location .service-you-can-count-on .content-container .content-right .illustration {
    top: 0;
  }
}

@media screen and (width >= 1200px) {
  .business .simplify-with-won .content-container .content-right .illustration, .business-landing .simplify-with-won .content-container .content-right .illustration, .business .service-you-can-count-on .content-container .content-right .illustration, .business-landing .service-you-can-count-on .content-container .content-right .illustration, .business-location .simplify-with-won .content-container .content-right .illustration, .business-location .service-you-can-count-on .content-container .content-right .illustration {
    top: -80px;
  }
}

@media screen and (width >= 1024px) {
  .business .proudly-serving, .business-landing .proudly-serving, .business-location .proudly-serving {
    padding: 0 0 20px;
  }
}

.business .proudly-serving .content-container, .business-landing .proudly-serving .content-container, .business-location .proudly-serving .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.business .proudly-serving .content-container a, .business-landing .proudly-serving .content-container a, .business-location .proudly-serving .content-container a {
  text-align: center;
}

.business .proudly-serving .content-container .locations, .business-landing .proudly-serving .content-container .locations, .business-location .proudly-serving .content-container .locations {
  padding: 20px 0 80px;
}

.business .proudly-serving .content-container .locations .pricing, .business-landing .proudly-serving .content-container .locations .pricing, .business-location .proudly-serving .content-container .locations .pricing {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 20px !important;
}

.business .proudly-serving .content-container .locations .location, .business-landing .proudly-serving .content-container .locations .location, .business-location .proudly-serving .content-container .locations .location {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

@media screen and (width >= 640px) {
  .business .proudly-serving .content-container .locations .location, .business-landing .proudly-serving .content-container .locations .location, .business-location .proudly-serving .content-container .locations .location {
    padding: 80px 0;
  }
}

.business .proudly-serving .content-container .locations .location:last-of-type, .business-landing .proudly-serving .content-container .locations .location:last-of-type, .business-location .proudly-serving .content-container .locations .location:last-of-type {
  padding-bottom: 0;
}

.business .proudly-serving .content-container .locations .location .heading-2, .business-landing .proudly-serving .content-container .locations .location .heading-2, .business-location .proudly-serving .content-container .locations .location .heading-2 {
  color: #0084a9;
  padding-top: 20px;
}

.business .contact-us, .business-landing .contact-us, .business-location .contact-us {
  width: 100%;
  padding-bottom: 300px;
  position: relative;
}

.business .contact-us .slant-container, .business-landing .contact-us .slant-container, .business-location .contact-us .slant-container {
  background: #f4f4f4;
  width: calc(100% + 20px);
  position: absolute;
  bottom: 0;
  left: -20px;
  overflow: hidden;
}

.business .contact-us .slant-container .slant, .business-landing .contact-us .slant-container .slant, .business-location .contact-us .slant-container .slant {
  object-fit: cover;
  object-position: center;
  opacity: .8;
  width: 100%;
  position: relative;
  top: -2px;
}

.business .contact-us .content-container, .business-landing .contact-us .content-container, .business-location .contact-us .content-container {
  z-index: 2;
  width: 100%;
  padding: 0 40px;
  position: relative;
}

@media screen and (width >= 1024px) {
  .business .contact-us .content-container, .business-landing .contact-us .content-container, .business-location .contact-us .content-container {
    max-width: 700px;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.business .contact-us .content-container .heading-2, .business-landing .contact-us .content-container .heading-2, .business-location .contact-us .content-container .heading-2 {
  text-align: center;
  padding: 40px 0;
}

.business .contact-us .content-container p, .business-landing .contact-us .content-container p, .business-location .contact-us .content-container p {
  text-align: center;
  padding: 20px 0 0;
}

.business .contact-us .content-container .contact-form, .business-landing .contact-us .content-container .contact-form, .business-location .contact-us .content-container .contact-form {
  padding: 40px 0;
}

.business .tcHideMe, .business-landing .tcHideMe, .business-location .tcHideMe {
  visibility: hidden;
  display: none !important;
}

.business .tcHideMe2, .business-landing .tcHideMe2, .business-location .tcHideMe2 {
  visibility: hidden;
}

.business #tcEUStile div.btm, .business-landing #tcEUStile div.btm, .business-location #tcEUStile div.btm {
  color: #efefef;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0;
  font-family: Arial;
  font-size: 23px;
  font-weight: normal;
  line-height: 50px;
  display: flex;
  position: absolute;
  bottom: -120px;
  left: 0;
}

.business #tcEUStile div.btm input, .business-landing #tcEUStile div.btm input, .business-location #tcEUStile div.btm input {
  margin: 0 10px;
}

.business #tcMapContainer, .business-landing #tcMapContainer, .business #covView, .business-landing #covView, .business-location #tcMapContainer, .business-location #covView {
  z-index: 50;
  opacity: 0;
  -o-transition: all .5s ease-in-out;
  width: 450px;
  height: 450px;
  transition: all .5s ease-in-out;
  position: absolute;
  top: 50px;
  left: 0;
}

.business #tcMapContainer, .business-landing #tcMapContainer, .business-location #tcMapContainer {
  width: 90%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width >= 1024px) {
  .business #tcMapContainer, .business-landing #tcMapContainer, .business-location #tcMapContainer {
    padding: 0;
  }
}

.business #tcMapContainer p, .business-landing #tcMapContainer p, .business-location #tcMapContainer p {
  text-align: center;
  background: #fff;
  padding: 20px 0 0;
  position: relative;
  top: -40px;
}

.business #TCmap_canvas, .business-landing #TCmap_canvas, .business-location #TCmap_canvas {
  position: absolute;
  inset: 0;
}

.business #covView iframe, .business-landing #covView iframe, .business-location #covView iframe {
  border: 0;
  outline: none;
  width: 100%;
  height: 100%;
  display: block;
}

.business .btm .btn-blue, .business-landing .btm .btn-blue, .business-location .btm .btn-blue {
  border: none !important;
}

@media screen and (width >= 1024px) {
  .business-landing {
    width: calc(100% - 75px);
  }
}

.business-landing .hero .heading-2 {
  text-transform: capitalize;
  color: #ff7547;
  margin-bottom: 20px;
}

.business-landing .services {
  position: relative;
}

.business-landing .services .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.business-landing .services .intro {
  margin: 20px 0;
}

@media print, screen and (width >= 64em) {
  .business-landing .services .intro {
    margin: 0;
  }
}

.business-landing .services .intro .heading-4 {
  text-align: center;
  width: 100%;
  display: block;
}

.business-landing .services .intro .heading-2 {
  padding: 10px 0 !important;
}

.business-landing .services .intro p {
  text-align: center;
  width: 100%;
  max-width: 669px;
  margin: 0 auto;
}

.business-landing .services .service-item {
  align-items: flex-start;
  display: flex;
}

@media print, screen and (width <= 39.9988em) {
  .business-landing .services .service-item {
    flex: 0 0 100%;
  }
}

@media print, screen and (width >= 40em) {
  .business-landing .services .service-item {
    flex: 0 0 50%;
  }
}

@media print, screen and (width >= 64em) {
  .business-landing .services .service-item {
    flex: 0 0 25%;
  }
}

.business-landing .services .service-item .heading-2-sm {
  min-height: 74px;
}

.business-landing .services .service-item p {
  text-align: center;
}

.business-landing .services .service-item .service-content {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

@media print, screen and (width >= 64em) {
  .business-landing .services .service-item .service-content {
    padding: 40px 10px;
  }
}

.business-landing .services .service-item .service-content img {
  width: 225px;
  max-width: fit-content;
}

.business-landing .services .service-item .service-content .content-wrap {
  max-width: 258px;
  margin-top: 10px;
}

.business-landing .built-for-business {
  padding: 60px 30px;
}

@media print, screen and (width >= 64em) {
  .business-landing .built-for-business {
    padding: 100px 0 60px;
  }
}

.business-landing .built-for-business .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.business-landing .built-for-business .intro {
  margin-bottom: 60px;
}

.business-landing .built-for-business .intro p {
  text-align: center;
  max-width: 709px;
  margin: 0 auto;
}

.business-landing .built-for-business .plans {
  margin: 20px 0 0;
}

.business-landing .built-for-business .plan-item {
  width: 292px;
  height: 419px;
  margin-bottom: 40px;
}

.business-landing .built-for-business .plan-content {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 40px;
  transition: all .3s;
  position: relative;
  box-shadow: 0 5px 20px #0000001a;
}

.business-landing .built-for-business .plan-content .plan-image {
  margin-bottom: 30px;
}

.business-landing .built-for-business .plan-content .plan-image img {
  max-width: 100%;
  height: 98px;
}

.business-landing .built-for-business .plan-content .heading-2-sm {
  min-height: 56px;
  margin-bottom: 20px;
}

.business-landing .built-for-business .plan-content .description {
  text-align: center;
  min-height: 152px;
  margin-bottom: 30px;
}

.business-landing .built-for-business .plan-content .bottom-shape {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.business-landing .built-for-business .plan-content .bottom-shape img {
  object-fit: cover;
  width: 100%;
}

.business-landing .customer-service {
  padding: 40px 0 80px;
  position: relative;
}

@media screen and (width >= 1024px) {
  .business-landing .customer-service {
    padding: 80px 0 100px;
  }
}

.business-landing .customer-service .content-container {
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.business-landing .customer-service .content-container .bio {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
  display: flex;
  position: relative;
}

@media print, screen and (width >= 64em) {
  .business-landing .customer-service .content-container .bio {
    padding: 60px 0;
  }
}

.business-landing .customer-service .content-container .bio .avatar {
  width: 100%;
  max-width: 210px;
  position: relative;
}

.business-landing .customer-service .content-container .bio .avatar .circle {
  z-index: 2;
  border: 1px solid #0084a9;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.business-landing .customer-service .content-container .bio .avatar img {
  object-fit: cover;
  border-radius: 50%;
  width: 210px;
  height: 210px;
  position: relative;
  top: 8px;
  left: 8px;
}

.business-landing .customer-service .content-container .bio .avatar.no-image {
  text-align: center;
  height: 210px;
}

.business-landing .customer-service .content-container .content {
  text-align: center;
  padding-top: 30px;
}

.business-landing .customer-service .content-container .content .heading-4 {
  padding-top: 10px;
}

.business-landing .customer-service .content-container .content.no-image {
  flex-direction: column;
  align-items: center;
  height: 210px;
  display: flex;
  padding-top: 0 !important;
}

.business-landing .customer-service .content-container .content.no-image .content-wrapper {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.business-landing .customer-service .link {
  padding: 20px 0;
}

.business-landing .customer-service .link a {
  justify-self: center;
  display: block;
}

.business-landing .right-fit {
  padding: 80px 0;
}

.business-landing .right-fit .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.business-landing .right-fit .content-container:not(:last-child) {
  margin-bottom: 80px;
}

.business-landing .right-fit .business-item {
  padding: 40px 0;
}

.business-landing .right-fit .business-item:nth-child(2n) .content {
  padding: 0 40px;
}

@media screen and (width >= 1024px) {
  .business-landing .right-fit .business-item:nth-child(2n) .content {
    padding: 0 90px;
  }
}

.business-landing .right-fit .reverse.grid-x {
  flex-direction: row-reverse;
}

.business-landing .right-fit .reverse.grid-x .content {
  padding: 0 40px;
}

@media screen and (width >= 1024px) {
  .business-landing .right-fit .reverse.grid-x .content {
    padding: 0 100px;
  }
}

.business-landing .right-fit .image {
  text-align: center;
}

.business-landing .right-fit .content {
  padding: 0 40px;
}

@media screen and (width >= 1024px) {
  .business-landing .right-fit .content {
    padding: 0;
  }
}

.business-landing .right-fit .content .heading-2 {
  margin: 20px 0 10px;
}

@media screen and (width >= 1024px) {
  .business-landing .right-fit .content .heading-2 {
    margin: 0 0 10px;
  }
}

.business-landing .right-fit .content .heading-3 {
  border-bottom: 1px solid #231f20;
  align-items: center;
  width: 100%;
  padding: 13px 0 5px;
  display: flex;
  letter-spacing: 3.2px !important;
  font-weight: 700 !important;
}

@media screen and (width <= 639px) {
  .business-landing .right-fit .content .heading-3 {
    font-size: 11px !important;
  }
}

.business-landing .right-fit .content .heading-3.is-mac {
  padding: 10px 0 !important;
}

.business-landing .right-fit .content .heading-3:last-child {
  border-bottom: none !important;
}

.business-landing .right-fit .content .heading-3 span {
  margin-left: 20px;
}

.business-landing .right-fit .content .heading-3 .checkmark {
  align-self: normal !important;
  top: 5px !important;
}

.business-landing .right-fit .content a {
  margin-top: 30px;
  display: block;
}

.business-landing .contact-us p {
  text-align: center;
  width: 100%;
  display: block;
}

@media screen and (width >= 1024px) {
  .business-landing .contact-us .content-container {
    max-width: 800px;
  }
}

.business-landing .slant-container img {
  opacity: 1 !important;
}

.residential {
  width: 100%;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .residential {
    width: calc(100% - 75px);
  }
}

.residential .hero {
  background: 0 0 / cover;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (width >= 1200px) {
  .residential .hero {
    min-height: 800px;
  }
}

.residential .hero .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.residential .hero .illustration {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.residential .hero .illustration img {
  width: 100%;
}

.residential .hero .illustration .locations {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
  position: relative;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width <= 1023px) {
  .residential .hero .illustration .locations {
    margin-bottom: 40px;
  }
}

.residential .hero .illustration .locations .location {
  text-align: center;
  width: 33.33%;
}

@media screen and (width >= 640px) {
  .residential .hero .illustration .locations .location {
    margin-bottom: 10px;
  }
}

.residential .hero .illustration .locations .location img {
  width: 14px;
  display: inline-block;
}

.residential .hero .illustration .locations .location .heading-2 {
  letter-spacing: 3.6px;
  font-size: 17px;
  display: inline-block;
}

@media screen and (width <= 639px) {
  .residential .hero .illustration .locations .location .heading-2 {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

@media screen and (width >= 1024px) {
  .residential .hero .illustration .locations .location .heading-2 {
    font-size: 12px !important;
  }
}

@media screen and (width >= 1200px) {
  .residential .hero .illustration .locations .location .heading-2 {
    font-size: 17px !important;
  }
}

.residential .hero .content .heading-1 {
  color: #0084a9;
  margin-left: -3px;
  padding-top: 10px;
  line-height: 1;
}

@media screen and (width <= 639px) {
  .residential .hero .content .heading-1 {
    font-size: 44px !important;
  }
}

.residential .hero .content p {
  padding: 20px 0 30px;
}

.residential .gradient-container {
  background: linear-gradient(#f4f4f4 0%, #fffcff 100%) no-repeat padding-box padding-box;
}

.residential .hero-background-shape {
  z-index: -1;
  fill: #f4f4f4;
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}

@media screen and (width <= 40em) {
  .residential .marketing-site-hero {
    background-position: center;
  }

  .residential .hero-background-shape {
    z-index: -1;
    fill: #f4f4f4;
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 50%;
  }

  .residential .mobile-hero-background {
    z-index: -1;
    background: #f4f4f4;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
  }
}

@media screen and (width >= 40em) and (width <= 63.9375em) {
  .residential .hero-background-shape {
    z-index: -1;
    fill: #f4f4f4;
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 10%;
  }

  .residential .mobile-hero-background {
    z-index: -1;
    background: #f4f4f4;
    width: 100%;
    height: 10%;
    position: absolute;
    bottom: 0;
  }
}

.residential .high-speed-internet {
  padding-bottom: 80px;
  overflow: hidden;
}

.residential .high-speed-internet .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.residential .high-speed-internet .content-container .title {
  padding-bottom: 20px;
}

.residential .high-speed-internet .content-container .content-left {
  padding: 0 0 40px;
}

@media screen and (width >= 1024px) {
  .residential .high-speed-internet .content-container .content-left {
    padding: 0 0 40px 40px;
  }
}

@media screen and (width >= 1440px) {
  .residential .high-speed-internet .content-container .content-left {
    padding: 0;
  }
}

.residential .high-speed-internet .content-container .content-left .content {
  flex-direction: column;
  display: flex;
}

.residential .high-speed-internet .content-container .content-left .content .heading-4 {
  padding-bottom: 10px;
}

@media screen and (width >= 1024px) {
  .residential .high-speed-internet .content-container .content-left p {
    max-width: 500px;
  }
}

.residential .high-speed-internet .content-container .content-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.residential .high-speed-internet .content-container .content-right .promises {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (width >= 1024px) {
  .residential .high-speed-internet .content-container .content-right .promises {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-end;
  }
}

.residential .high-speed-internet .content-container .content-right .promises .promise {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.residential .high-speed-internet .content-container .content-right .promises .promise:last-of-type {
  margin-bottom: 0;
}

@media screen and (width >= 1024px) {
  .residential .high-speed-internet .content-container .content-right .promises .promise {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .residential .high-speed-internet .content-container .content-right .promises .promise:last-of-type {
    margin-bottom: 40px;
  }
}

.residential .high-speed-internet .content-container .content-right .promises .promise .heading-3 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  line-height: 1.2;
}

@media screen and (width <= 1023px) {
  .residential .high-speed-internet .content-container .content-right .promises .promise .heading-3 {
    margin-top: 30px;
    font-size: 25px;
  }
}

.residential .high-speed-internet .content-container .content-right .promises .promise img {
  transform: scale(1.5);
}

@media screen and (width >= 1024px) {
  .residential .high-speed-internet .content-container .content-right .promises .promise img {
    transform: none;
  }
}

.residential .our-service-areas {
  padding-bottom: 20px;
  overflow: hidden;
}

.residential .our-service-areas .section-title {
  padding: 40px 0 20px !important;
}

.residential .our-service-areas p {
  text-align: center;
  max-width: 600px;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.residential .our-service-areas .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.residential .our-service-areas .content-container .locations {
  justify-content: center;
  padding: 20px 0 80px;
}

.residential .our-service-areas .content-container .locations .location {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

@media screen and (width >= 640px) {
  .residential .our-service-areas .content-container .locations .location {
    padding: 80px 0;
  }
}

.residential .our-service-areas .content-container .locations .location:last-of-type {
  padding-bottom: 0;
}

@media screen and (width >= 1024px) {
  .residential .our-service-areas .content-container .locations .location:nth-last-child(-n+3) {
    padding-bottom: 0;
  }
}

.residential .our-service-areas .content-container .locations .location .heading-2 {
  color: #0084a9;
  padding-top: 20px;
}

.residential .our-plans {
  width: 100%;
  position: relative;
}

.residential .our-plans .plans {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 0;
  display: flex;
}

@media screen and (width >= 1024px) {
  .residential .our-plans .plans {
    flex-direction: row;
  }
}

.residential .our-plans .plans .plan {
  background: #fffcff;
  min-width: 292px;
  max-width: 292px;
  height: 500px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 9px 17px 7px #0000000a, 0 -3px 34px -19px #0000001a, 0 -7px 5px -11px #0000001a;
}

@media screen and (width >= 1024px) {
  .residential .our-plans .plans .plan {
    margin: 0 20px;
  }
}

@media screen and (width >= 1440px) {
  .residential .our-plans .plans .plan {
    margin: 0 40px;
  }
}

.residential .our-plans .plans .plan:first-child {
  margin: 0 0 40px;
}

.residential .our-plans .plans .plan:first-child .illustration img {
  top: 50px;
  left: -60px;
  transform: scale(1.3);
}

@media screen and (width >= 1024px) {
  .residential .our-plans .plans .plan:first-child {
    margin: 0;
  }
}

.residential .our-plans .plans .plan:nth-child(2) .illustration img {
  top: 20px;
  left: -40px;
}

.residential .our-plans .plans .plan:nth-child(3) {
  margin: 40px 0 0;
}

@media screen and (width >= 1024px) {
  .residential .our-plans .plans .plan:nth-child(3) {
    margin: 0;
  }
}

.residential .our-plans .plans .plan:nth-child(3) .illustration img {
  top: -20px;
  left: -40px;
}

.residential .our-plans .plans .plan .top-container {
  width: 100%;
  display: flex;
}

.residential .our-plans .plans .plan .top-container .illustration {
  width: 60%;
  height: 100%;
  position: relative;
}

.residential .our-plans .plans .plan .top-container .illustration img {
  width: 100%;
  height: auto;
  position: absolute;
}

.residential .our-plans .plans .plan .top-container .content {
  width: 40%;
  padding-top: 40px;
}

.residential .our-plans .plans .plan .top-container .content .heading-4:first-of-type {
  color: #0084a9;
  padding: 0 0 10px;
  display: block;
}

.residential .our-plans .plans .plan .top-container .content hr {
  border-top: 1px solid #0084a9;
  width: 50px;
  margin: 10px 0;
}

.residential .our-plans .plans .plan .top-container .content .heading-2 {
  color: #0084a9;
  line-height: 1;
  display: block;
}

.residential .our-plans .plans .plan .includes {
  padding: 60px 0 0;
}

.residential .our-plans .plans .plan .includes .heading-4 {
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  padding: 5px 0 5px 50px;
  display: block;
  font-weight: 700 !important;
}

.residential .our-plans .plans .plan .includes .heading-4:first-child {
  color: #ff7547 !important;
}

.residential .our-plans .plans .plan .includes .heading-4:last-child {
  border-bottom: none !important;
}

.residential .our-plans .plans .plan .includes .heading-4 .checkmark {
  margin-right: 10px;
}

.residential .our-plans .plans .plan .bottom-shape {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.residential .our-plans .plans .plan .bottom-shape img {
  width: calc(100% + 1px);
}

.residential .our-plans .link {
  text-align: center;
  justify-content: center;
  width: 100%;
  padding: 40px 0 100px;
  display: flex;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.residential .our-plans .link .btn {
  width: 100%;
  position: relative;
  max-width: 250px !important;
}

.residential .our-plans .link .btn i {
  width: 100%;
  font-style: normal !important;
}

.residential .our-plans .link .btn i:after {
  content: "Request Service";
  position: relative;
}

.residential .our-plans .link .btn:hover {
  max-width: 300px !important;
}

.residential .our-plans .link .btn:hover i {
  animation: .5s fadeIn;
}

.residential .our-plans .link .btn:hover i:after {
  content: "Schedule Installation";
  position: relative;
}

.residential .request-service {
  padding: 80px 0;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .residential .request-service {
    padding: 150px 0;
  }
}

.residential .request-service .content-block {
  background: #f4f4f4;
  width: 100%;
  padding: 80px 0;
}

.residential .request-service .content-block .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.residential .request-service .content-block .content-container .content {
  padding: 0 0 40px;
}

@media screen and (width >= 1024px) {
  .residential .request-service .content-block .content-container .content {
    padding: 0 0 40px 40px;
  }
}

@media screen and (width >= 1440px) {
  .residential .request-service .content-block .content-container .content {
    padding: 0;
  }
}

.residential .request-service .content-block .content-container .content p {
  padding: 20px 0 30px;
}

.residential .request-service .content-block .content-container .content .links {
  display: flex;
}

@media screen and (width <= 639px) {
  .residential .request-service .content-block .content-container .content .links {
    flex-direction: column;
  }
}

.residential .request-service .content-block .content-container .content .links a {
  padding: 0;
  display: inline-block;
  max-width: 250px !important;
}

@media screen and (width <= 639px) {
  .residential .request-service .content-block .content-container .content .links a {
    flex-direction: column;
    margin-bottom: 20px;
    max-width: 100% !important;
  }
}

.residential .request-service .content-block .content-container .content .links a:first-child() {
  margin-right: 30px;
  width: 250px !important;
}

.residential .request-service .content-block .content-container .illustration {
  text-align: center;
  height: 390px;
  position: relative;
}

@media screen and (width >= 1024px) {
  .residential .request-service .content-block .content-container .illustration {
    height: auto;
  }
}

.residential .request-service .content-block .content-container .illustration img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (width >= 1024px) {
  .residential .request-service .content-block .content-container .illustration img {
    top: -170px;
    transform: none;
  }
}

.residential .my-network {
  padding-bottom: 0;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .residential .my-network {
    padding-bottom: 150px;
  }
}

.residential .my-network .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.residential .my-network .content-container .illustration {
  text-align: center;
  order: 2;
  padding-bottom: 80px;
}

@media screen and (width >= 1024px) {
  .residential .my-network .content-container .illustration {
    flex-direction: column;
    order: 1;
    justify-content: flex-end;
    padding-bottom: 0;
    display: flex;
  }
}

.residential .my-network .content-container .illustration .app-callouts {
  justify-content: space-evenly;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.residential .my-network .content-container .illustration .app-callouts a {
  display: inline-block;
}

.residential .my-network .content-container p {
  padding: 20px 0 30px;
}

.residential .my-network .content-container .content {
  flex-direction: column;
  order: 1;
  align-items: flex-start;
  display: flex;
}

@media screen and (width >= 1024px) {
  .residential .my-network .content-container .content {
    order: 2;
    padding-left: 40px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

.residential .my-network .content-container .content .heading-2 span {
  color: #0084a9;
}

.residential .my-network .content-container .content img {
  padding-bottom: 20px;
}

.residential .my-network .content-container .content p {
  padding: 20px 0 30px;
}

.residential .my-network .content-container .content .features {
  width: 100%;
}

.residential .my-network .content-container .content .features .heading-3 {
  border-bottom: 1px solid #231f20;
  width: 100%;
  padding: 13px 0 5px;
  display: block;
  font-weight: 700 !important;
}

@media screen and (width <= 639px) {
  .residential .my-network .content-container .content .features .heading-3 {
    font-size: 11px !important;
  }
}

.residential .my-network .content-container .content .features .heading-3.is-mac {
  padding: 10px 0 !important;
}

.residential .my-network .content-container .content .features .heading-3:last-child {
  border-bottom: none !important;
}

.residential .my-network .content-container .content .features .heading-3 .checkmark {
  margin-right: 20px;
}

.residential .callouts {
  background: #f4f4f4;
  padding: 80px 0 120px;
}

.residential .callouts .heading-4 {
  text-align: center;
  width: 100%;
}

.residential .callouts .content-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0 0;
  display: flex;
}

@media screen and (width >= 480px) {
  .residential .callouts .content-container {
    flex-direction: row;
  }
}

.residential .callouts .content-container a {
  color: #fff;
  margin: 20px 10px;
  transition: all .4s;
  display: inline-block;
}

@media screen and (width >= 480px) {
  .residential .callouts .content-container a {
    margin: 0 20px;
  }
}

.residential .callouts .content-container a i {
  margin-right: 10px;
  font-size: 20px;
}

.residential .callouts .content-container a span {
  flex-direction: center;
  align-items: center;
  display: flex;
}

.residential .callouts .content-container a:not(.is-mac) i, .residential .callouts .content-container a:not(.is-mac) .google-play-icon {
  position: relative;
  top: -2px;
}

.residential .callouts .content-container a:not(.is-mac) span {
  position: relative;
  top: 2px;
}

.residential .callouts .content-container a:first-child svg:first-child {
  fill: #fff;
  width: 20px;
  margin-right: 10px;
  display: inline-block !important;
}

.residential .testimonials {
  background: linear-gradient(#f4f4f4 0%, #fffcff 100%) no-repeat padding-box padding-box;
}

.residential .contact-us {
  z-index: 2;
  width: 100%;
  position: relative;
}

.residential .contact-us .slant-container {
  background: #f4f4f4;
  width: calc(100% + 20px);
  position: absolute;
  bottom: 0;
  left: -20px;
  overflow: hidden;
}

.residential .contact-us .slant-container .slant {
  object-fit: cover;
  object-position: center;
  width: 100%;
  position: relative;
  top: -2px;
  opacity: .7 !important;
}

.residential .contact-us .content-container {
  z-index: 2;
  width: 100%;
  position: relative;
}

@media screen and (width >= 1024px) {
  .residential .contact-us .content-container {
    max-width: 700px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.residential .contact-us .content-container p {
  text-align: center;
  padding: 20px 0 0;
}

.residential .contact-us .content-container .contact-form {
  padding: 40px 0;
}

.residential .slant-container {
  background: #f4f4f4;
  width: calc(100% + 20px);
  position: absolute;
  bottom: 0;
  left: -20px;
  overflow: hidden;
}

.residential .slant-container .slant {
  object-fit: cover;
  object-position: center;
  width: 100%;
  position: relative;
  top: -2px;
  opacity: .7 !important;
}

.infrastructure {
  width: 100%;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .infrastructure {
    width: calc(100% - 75px);
  }
}

.infrastructure .hero {
  background: 0 0 / cover;
  align-items: center;
  height: auto;
  padding: 80px 0 40px;
  display: flex;
  position: relative;
}

@media screen and (width >= 640px) {
  .infrastructure .hero {
    height: 100vh;
    min-height: 800px;
  }
}

.infrastructure .hero .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.infrastructure .hero .illustration {
  margin-top: 60px;
}

.infrastructure .hero .illustration img {
  width: 100%;
  max-width: 600px;
}

.infrastructure .hero .content {
  padding-top: 60px;
}

@media screen and (width >= 1024px) {
  .infrastructure .hero .content {
    padding-top: 0;
  }
}

.infrastructure .hero .content .heading-2 {
  padding: 10px 0;
}

.infrastructure .hero .content p {
  padding-bottom: 30px;
}

.infrastructure .gradient-container {
  background: linear-gradient(#f4f4f4 0%, #fffcff 100%) no-repeat padding-box padding-box;
}

.infrastructure .hero-background-shape {
  z-index: -1;
  fill: #f4f4f4;
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  transform: scaleX(-1);
}

@media screen and (width <= 40em) {
  .infrastructure .marketing-site-hero {
    background-position: center;
  }

  .infrastructure .hero-background-shape {
    z-index: -1;
    fill: #f4f4f4;
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 29%;
  }

  .infrastructure .mobile-hero-background {
    z-index: -1;
    background: #f4f4f4;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
  }
}

@media screen and (width >= 40em) and (width <= 63.9375em) {
  .infrastructure .hero-background-shape {
    z-index: -1;
    fill: #f4f4f4;
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 9%;
  }

  .infrastructure .mobile-hero-background {
    z-index: -1;
    background: #f4f4f4;
    width: 100%;
    height: 10%;
    position: absolute;
    bottom: 0;
  }
}

.infrastructure .our-services-include {
  padding-bottom: 40px;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .infrastructure .our-services-include {
    padding: 20px 0 100px;
  }
}

.infrastructure .our-services-include .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.infrastructure .our-services-include .content-container .title {
  padding-bottom: 20px;
}

.infrastructure .our-services-include .content-container .content-left .services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (width >= 1024px) {
  .infrastructure .our-services-include .content-container .content-left .services {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: baseline;
  }
}

.infrastructure .our-services-include .content-container .content-left .services .service {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

@media screen and (width >= 1024px) {
  .infrastructure .our-services-include .content-container .content-left .services .service {
    margin-top: 0;
  }
}

.infrastructure .our-services-include .content-container .content-left .services .service:first-of-type img {
  width: 67.14px;
}

.infrastructure .our-services-include .content-container .content-left .services .service .heading-3 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  line-height: 1.2;
}

@media screen and (width <= 1023px) {
  .infrastructure .our-services-include .content-container .content-left .services .service .heading-3 {
    margin-top: 30px;
    font-size: 25px;
  }
}

.infrastructure .our-services-include .content-container .content-left .services .service img {
  transform: scale(1.5);
}

@media screen and (width >= 1024px) {
  .infrastructure .our-services-include .content-container .content-left .services .service img {
    transform: none;
  }
}

.infrastructure .our-services-include .content-container .content-right .content {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.infrastructure .our-services-include .content-container .content-right .content .title {
  padding-top: 10px;
}

.infrastructure .our-services-include .content-container .content-right .content .heading-3 {
  border-bottom: 1px solid #231f20;
  align-items: center;
  width: 100%;
  padding: 13px 0 5px;
  display: flex;
  font-weight: 700 !important;
}

@media screen and (width <= 639px) {
  .infrastructure .our-services-include .content-container .content-right .content .heading-3 {
    font-size: 11px !important;
  }
}

.infrastructure .our-services-include .content-container .content-right .content .heading-3.is-mac {
  padding: 10px 0 !important;
}

.infrastructure .our-services-include .content-container .content-right .content .heading-3:last-child {
  border-bottom: none !important;
}

.infrastructure .our-services-include .content-container .content-right .content .heading-3 span {
  margin-left: 20px;
}

.infrastructure .contact-us {
  width: 100%;
  padding-bottom: 300px;
  position: relative;
}

.infrastructure .contact-us .slant-container {
  background: #f4f4f4;
  width: calc(100% + 20px);
  position: absolute;
  bottom: 0;
  left: -20px;
  overflow: hidden;
}

.infrastructure .contact-us .slant-container .slant {
  object-fit: cover;
  object-position: center;
  opacity: .8;
  width: 100%;
  position: relative;
  top: -2px;
}

.infrastructure .contact-us .content-container {
  z-index: 2;
  width: 100%;
  padding: 0 40px;
  position: relative;
}

@media screen and (width >= 1024px) {
  .infrastructure .contact-us .content-container {
    max-width: 700px;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.infrastructure .contact-us .content-container .heading-2 {
  text-align: center;
  padding: 40px 0;
}

.infrastructure .contact-us .content-container p {
  text-align: center;
  padding: 20px 0 0;
}

.infrastructure .contact-us .content-container .contact-form {
  padding: 40px 0;
}

.infrastructure .tcHideMe {
  visibility: hidden;
  display: none !important;
}

.infrastructure .tcHideMe2 {
  visibility: hidden;
}

.infrastructure #tcEUStile div.btm {
  color: #efefef;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0;
  font-family: Arial;
  font-size: 23px;
  font-weight: normal;
  line-height: 50px;
  display: flex;
  position: absolute;
  bottom: -120px;
  left: 0;
}

.infrastructure #tcEUStile div.btm input {
  margin: 0 10px;
}

.infrastructure #tcMapContainer, .infrastructure #covView {
  z-index: 50;
  opacity: 0;
  -o-transition: all .5s ease-in-out;
  width: 450px;
  height: 450px;
  transition: all .5s ease-in-out;
  position: absolute;
  top: 50px;
  left: 0;
}

.infrastructure #tcMapContainer {
  width: 90%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width >= 1024px) {
  .infrastructure #tcMapContainer {
    padding: 0;
  }
}

.infrastructure #tcMapContainer p {
  text-align: center;
  background: #fff;
  padding: 20px 0 0;
  position: relative;
  top: -40px;
}

.infrastructure #TCmap_canvas {
  position: absolute;
  inset: 0;
}

.infrastructure #covView iframe {
  border: 0;
  outline: none;
  width: 100%;
  height: 100%;
  display: block;
}

.infrastructure .btm .btn-blue {
  border: none !important;
}

.multi-unit-properties {
  width: 100%;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .multi-unit-properties {
    width: calc(100% - 75px);
  }
}

.multi-unit-properties .hero {
  background: 0 0 / cover;
  align-items: center;
  height: auto;
  padding: 80px 0 40px;
  display: flex;
  position: relative;
}

@media screen and (width >= 1024px) {
  .multi-unit-properties .hero {
    height: 100vh;
    min-height: 800px;
  }
}

.multi-unit-properties .hero .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.multi-unit-properties .hero .illustration {
  margin-top: 60px;
}

@media screen and (width >= 1024px) {
  .multi-unit-properties .hero .illustration {
    margin-top: 0;
  }
}

.multi-unit-properties .hero .illustration img {
  width: 100%;
  max-width: 500px;
}

.multi-unit-properties .hero .content {
  padding-top: 60px;
}

@media screen and (width >= 1024px) {
  .multi-unit-properties .hero .content {
    padding-top: 0;
  }
}

.multi-unit-properties .hero .content .heading-2 {
  padding: 10px 0;
}

.multi-unit-properties .hero .content p {
  padding-bottom: 30px;
}

.multi-unit-properties .gradient-container {
  background: linear-gradient(#f4f4f4 0%, #fffcff 100%) no-repeat padding-box padding-box;
}

.multi-unit-properties .hero-background-shape {
  z-index: -1;
  fill: #f4f4f4;
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  transform: scaleX(-1);
}

@media screen and (width <= 40em) {
  .multi-unit-properties .marketing-site-hero {
    background-position: center;
  }

  .multi-unit-properties .hero-background-shape {
    z-index: -1;
    fill: #f4f4f4;
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 19%;
  }

  .multi-unit-properties .mobile-hero-background {
    z-index: -1;
    background: #f4f4f4;
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
  }
}

@media screen and (width >= 40em) and (width <= 63.9375em) {
  .multi-unit-properties .hero-background-shape {
    z-index: -1;
    fill: #f4f4f4;
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 10%;
  }

  .multi-unit-properties .mobile-hero-background {
    z-index: -1;
    background: #f4f4f4;
    width: 100%;
    height: 10%;
    position: absolute;
    bottom: 0;
  }
}

.multi-unit-properties .our-services {
  padding: 0 0 40px;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .multi-unit-properties .our-services {
    padding: 20px 0 100px;
  }
}

.multi-unit-properties .our-services .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width >= 1024px) {
  .multi-unit-properties .our-services .content-container {
    margin-top: 80px;
  }
}

.multi-unit-properties .our-services .content-container .title {
  padding-bottom: 20px;
}

.multi-unit-properties .our-services .content-container .content-left .services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (width >= 1024px) {
  .multi-unit-properties .our-services .content-container .content-left .services {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: baseline;
  }
}

.multi-unit-properties .our-services .content-container .content-left .services .service {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.multi-unit-properties .our-services .content-container .content-left .services .service:first-of-type {
  margin-top: 0;
}

@media screen and (width >= 1024px) {
  .multi-unit-properties .our-services .content-container .content-left .services .service {
    margin-top: 0;
  }
}

.multi-unit-properties .our-services .content-container .content-left .services .service:first-of-type img {
  width: 67.14px;
}

.multi-unit-properties .our-services .content-container .content-left .services .service .heading-3 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  line-height: 1.2;
}

@media screen and (width <= 1023px) {
  .multi-unit-properties .our-services .content-container .content-left .services .service .heading-3 {
    margin-top: 30px;
    font-size: 25px;
  }
}

.multi-unit-properties .our-services .content-container .content-left .services .service img {
  transform: scale(1.5);
}

@media screen and (width >= 1024px) {
  .multi-unit-properties .our-services .content-container .content-left .services .service img {
    transform: none;
  }
}

.multi-unit-properties .our-services .content-container .content-right .content {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.multi-unit-properties .our-services .content-container .content-right .content .title {
  padding-top: 10px;
}

.multi-unit-properties .our-services .content-container .content-right .content .heading-3 {
  border-bottom: 1px solid #231f20;
  align-items: center;
  width: 100%;
  padding: 13px 0 5px;
  display: flex;
  font-weight: 700 !important;
}

@media screen and (width <= 639px) {
  .multi-unit-properties .our-services .content-container .content-right .content .heading-3 {
    font-size: 11px !important;
  }
}

.multi-unit-properties .our-services .content-container .content-right .content .heading-3.is-mac {
  padding: 10px 0 !important;
}

.multi-unit-properties .our-services .content-container .content-right .content .heading-3:last-child {
  border-bottom: none !important;
}

.multi-unit-properties .our-services .content-container .content-right .content .heading-3 span {
  margin-left: 20px;
}

.multi-unit-properties .our-clients .swiper-wrapper {
  width: 100%;
}

.multi-unit-properties .our-clients .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  padding: 40px 0 60px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width >= 1024px) {
  .multi-unit-properties .our-clients .content-container {
    padding: 80px 0 100px;
  }
}

.multi-unit-properties .our-clients .content-container .content, .multi-unit-properties .our-clients .content-container .image {
  overflow: hidden;
}

.multi-unit-properties .our-clients .content-container .content .swiper-slide {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.multi-unit-properties .our-clients .content-container .content .swiper-slide p {
  max-width: 440px;
  padding: 20px 0;
}

@media screen and (width <= 639px) {
  .multi-unit-properties .our-clients .content-container .content .swiper-slide p {
    font-size: 14px !important;
  }

  .multi-unit-properties .our-clients .content-container .content .swiper-slide .heading-2 {
    font-size: 18px !important;
  }
}

.multi-unit-properties .our-clients .content-container .content .swiper-slide .heading-4 {
  padding-bottom: 10px;
  font-weight: 700 !important;
}

.multi-unit-properties .our-clients .content-container .content .swiper-slide .navigation {
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.multi-unit-properties .our-clients .content-container .content .swiper-slide .navigation .next, .multi-unit-properties .our-clients .content-container .content .swiper-slide .navigation .prev {
  cursor: pointer;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.multi-unit-properties .our-clients .content-container .content .swiper-slide .navigation .next:not(.is-mac) span, .multi-unit-properties .our-clients .content-container .content .swiper-slide .navigation .prev:not(.is-mac) span {
  position: relative;
  top: 2px;
}

.multi-unit-properties .our-clients .content-container .content .swiper-slide .navigation .prev img {
  margin-right: 15px;
}

.multi-unit-properties .our-clients .content-container .content .swiper-slide .navigation .next img {
  margin-left: 10px;
}

.multi-unit-properties .our-clients .content-container .content .swiper-slide .navigation .break {
  background: #231f20;
  width: 1px;
  height: 100%;
  margin: 0 20px 0 15px;
}

.multi-unit-properties .our-clients .content-container .image .swiper-slide {
  justify-content: center;
  width: 100%;
  display: flex;
}

@media screen and (width >= 1024px) {
  .multi-unit-properties .our-clients .content-container .image .swiper-slide {
    justify-content: flex-end;
  }
}

.multi-unit-properties .our-clients .content-container .image .swiper-slide img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  max-height: 300px;
  padding: 0 20px;
}

@media screen and (width >= 1024px) {
  .multi-unit-properties .our-clients .content-container .image .swiper-slide img {
    max-height: 100%;
    padding: 0;
  }
}

.multi-unit-properties .contact-us {
  width: 100%;
  padding-bottom: 300px;
  position: relative;
}

.multi-unit-properties .contact-us .slant-container {
  background: #f4f4f4;
  width: calc(100% + 20px);
  position: absolute;
  bottom: 0;
  left: -20px;
  overflow: hidden;
}

.multi-unit-properties .contact-us .slant-container .slant {
  object-fit: cover;
  object-position: center;
  opacity: .8;
  width: 100%;
  position: relative;
  top: -2px;
}

.multi-unit-properties .contact-us .content-container {
  z-index: 2;
  width: 100%;
  padding: 0 40px;
  position: relative;
}

@media screen and (width >= 1024px) {
  .multi-unit-properties .contact-us .content-container {
    max-width: 700px;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.multi-unit-properties .contact-us .content-container .heading-2 {
  text-align: center;
  padding: 40px 0;
}

.multi-unit-properties .contact-us .content-container p {
  text-align: center;
  padding: 20px 0 0;
}

.multi-unit-properties .contact-us .content-container .contact-form {
  padding: 40px 0;
}

.multi-unit-properties .tcHideMe {
  visibility: hidden;
  display: none !important;
}

.multi-unit-properties .tcHideMe2 {
  visibility: hidden;
}

.multi-unit-properties #tcEUStile div.btm {
  color: #efefef;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0;
  font-family: Arial;
  font-size: 23px;
  font-weight: normal;
  line-height: 50px;
  display: flex;
  position: absolute;
  bottom: -120px;
  left: 0;
}

.multi-unit-properties #tcEUStile div.btm input {
  margin: 0 10px;
}

.multi-unit-properties #tcMapContainer, .multi-unit-properties #covView {
  z-index: 50;
  opacity: 0;
  -o-transition: all .5s ease-in-out;
  width: 450px;
  height: 450px;
  transition: all .5s ease-in-out;
  position: absolute;
  top: 50px;
  left: 0;
}

.multi-unit-properties #tcMapContainer {
  width: 90%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width >= 1024px) {
  .multi-unit-properties #tcMapContainer {
    padding: 0;
  }
}

.multi-unit-properties #tcMapContainer p {
  text-align: center;
  background: #fff;
  padding: 20px 0 0;
  position: relative;
  top: -40px;
}

.multi-unit-properties #TCmap_canvas {
  position: absolute;
  inset: 0;
}

.multi-unit-properties #covView iframe {
  border: 0;
  outline: none;
  width: 100%;
  height: 100%;
  display: block;
}

.multi-unit-properties .btm .btn-blue {
  border: none !important;
}

.about-us {
  width: 100%;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .about-us {
    width: calc(100% - 75px);
  }
}

.about-us .banner {
  background: #fffcff;
  width: 100%;
  padding: 200px 0 150px;
  position: relative;
}

.about-us .banner .background {
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.about-us .banner .heading-1 {
  text-align: center;
  color: #231f20;
  z-index: 2;
  padding: 0 40px;
}

.about-us .banner .heading-1 span {
  color: #ff7547;
}

.about-us .banner .heading-4 {
  text-align: center;
  color: #ff7547;
  z-index: 2;
  width: 100%;
  display: block;
}

.about-us .gradient-container {
  background: linear-gradient(#f4f4f4 0%, #fffcff 100%) no-repeat padding-box padding-box;
}

.about-us .brand-statement {
  padding: 80px 0;
}

.about-us .brand-statement .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.about-us .brand-statement .content-container .content .heading-2 {
  padding: 10px 0;
}

.about-us .brand-statement .content-container .content p {
  padding-bottom: 30px;
}

.about-us .brand-statement .content-container .illustration {
  justify-content: center;
  display: flex;
}

.about-us .brand-statement .content-container .illustration img {
  width: 100%;
}

.about-us .what-makes-us-different {
  padding: 40px 0;
}

@media screen and (width >= 1024px) {
  .about-us .what-makes-us-different {
    padding: 80px 0;
  }
}

.about-us .what-makes-us-different .heading-4 {
  text-align: center;
  width: 100%;
  font-size: 16px !important;
}

@media screen and (width >= 1024px) {
  .about-us .what-makes-us-different .heading-4 {
    font-size: 12px !important;
  }
}

.about-us .what-makes-us-different .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.about-us .what-makes-us-different .content-container .promises {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: flex;
}

@media screen and (width >= 1024px) {
  .about-us .what-makes-us-different .content-container .promises {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: baseline;
  }
}

.about-us .what-makes-us-different .content-container .promises .promise {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 80px;
  display: flex;
}

.about-us .what-makes-us-different .content-container .promises .promise:first-of-type {
  margin-top: 0;
}

@media screen and (width >= 1024px) {
  .about-us .what-makes-us-different .content-container .promises .promise {
    margin-top: 0;
  }
}

.about-us .what-makes-us-different .content-container .promises .promise:first-of-type img {
  width: 67.14px;
}

.about-us .what-makes-us-different .content-container .promises .promise .heading-3 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  line-height: 1.2;
}

@media screen and (width <= 1023px) {
  .about-us .what-makes-us-different .content-container .promises .promise .heading-3 {
    margin-top: 30px;
    font-size: 25px;
  }
}

.about-us .what-makes-us-different .content-container .promises .promise img {
  transform: scale(1.5);
}

@media screen and (width >= 1024px) {
  .about-us .what-makes-us-different .content-container .promises .promise img {
    transform: none;
  }
}

.about-us .our-team {
  padding: 40px 0 80px;
  position: relative;
}

@media screen and (width >= 1024px) {
  .about-us .our-team {
    padding: 80px 0 100px;
  }
}

.about-us .our-team .content-container {
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 960px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.about-us .our-team .content-container .bio {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 0;
  display: flex;
  position: relative;
}

.about-us .our-team .content-container .bio .avatar {
  width: 100%;
  max-width: 210px;
  position: relative;
}

.about-us .our-team .content-container .bio .avatar .circle {
  z-index: 2;
  border: 1px solid #0084a9;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.about-us .our-team .content-container .bio .avatar img {
  object-fit: cover;
  border-radius: 50%;
  width: 210px;
  height: 210px;
  position: relative;
  top: 8px;
  left: 8px;
}

.about-us .our-team .content-container .bio .avatar.no-image {
  text-align: center;
  height: 210px;
}

.about-us .our-team .content-container .content {
  text-align: center;
  padding-top: 30px;
}

.about-us .our-team .content-container .content .heading-4 {
  padding-top: 10px;
}

.about-us .our-team .content-container .content.no-image {
  flex-direction: column;
  align-items: center;
  height: 210px;
  display: flex;
  padding-top: 0 !important;
}

.about-us .our-team .content-container .content.no-image .content-wrapper {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.about-us .our-team .slant-container {
  background: #f4f4f4;
  width: calc(100% + 20px);
  position: absolute;
  bottom: 0;
  left: -20px;
  overflow: hidden;
}

.about-us .our-team .slant-container .slant {
  object-fit: cover;
  object-position: center;
  opacity: 1;
  width: 100%;
  position: relative;
  top: -2px;
}

.support-page {
  width: 100%;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .support-page {
    width: calc(100% - 75px);
  }
}

.support-page .banner {
  background: #fffcff;
  width: 100%;
  padding: 200px 0 150px;
  position: relative;
}

.support-page .banner .background {
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.support-page .banner .heading-1 {
  text-align: center;
  color: #231f20;
  z-index: 2;
  padding: 0 40px;
}

.support-page .banner .heading-1 span {
  color: #ff7547;
  z-index: 2;
  position: relative;
}

.support-page .banner .heading-4 {
  text-align: center;
  color: #ff7547;
  width: 100%;
  display: block;
}

.support-page .gradient-container {
  background: linear-gradient(#f4f4f4 0%, #fffcff 100%) no-repeat padding-box padding-box;
}

.support-page .customer-service {
  background-color: #f4f4f4;
  padding: 80px 0;
}

.support-page .customer-service .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.support-page .customer-service .content-container .content .heading-2 {
  padding: 10px 0;
}

.support-page .customer-service .content-container .content p {
  padding-bottom: 30px;
}

.support-page .customer-service .content-container .illustration {
  justify-content: flex-end;
  display: flex;
}

.support-page .customer-service .content-container .illustration img {
  width: 100%;
  max-width: 442px;
}

.support-page .customer-support {
  background: #fffcff;
}

.support-page .customer-support .heading-4 {
  text-align: center;
  width: 100%;
}

.support-page .customer-support .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  padding: 120px 0 100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.support-page .customer-support .content-container .heading-2 {
  padding-bottom: 10px;
}

.support-page .customer-support .content-container .heading-3 {
  color: #0084a9;
  letter-spacing: 3.2px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  display: block;
}

.support-page .customer-support .content-container .weekdays, .support-page .customer-support .content-container .weekends, .support-page .customer-support .content-container .call-or-text, .support-page .customer-support .content-container .outage-updates, .support-page .customer-support .content-container .email {
  padding: 10px 0 20px;
}

.support-page .customer-support .content-container .weekdays a, .support-page .customer-support .content-container .weekends a, .support-page .customer-support .content-container .call-or-text a, .support-page .customer-support .content-container .outage-updates a, .support-page .customer-support .content-container .email a {
  color: #000;
}

.support-page .customer-support .content-container .weekdays p:first-of-type, .support-page .customer-support .content-container .weekends p:first-of-type, .support-page .customer-support .content-container .call-or-text p:first-of-type, .support-page .customer-support .content-container .outage-updates p:first-of-type, .support-page .customer-support .content-container .email p:first-of-type {
  padding-top: 15px;
}

.support-page .select-support-category {
  background: #fffcff;
  padding-bottom: 80px;
  position: relative;
}

.support-page .select-support-category .tabs-nav {
  width: 100%;
  display: flex;
}

.support-page .select-support-category .tabs-nav #faq, .support-page .select-support-category .tabs-nav #troubleshooting {
  cursor: pointer;
  text-align: center;
  background: #f4f4f4;
  border-bottom: 1px solid #0084a9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 113px;
  display: flex;
}

@media screen and (width >= 640px) {
  .support-page .select-support-category .tabs-nav #faq, .support-page .select-support-category .tabs-nav #troubleshooting {
    flex-direction: row;
  }
}

.support-page .select-support-category .tabs-nav #faq span, .support-page .select-support-category .tabs-nav #troubleshooting span {
  color: #0084a9;
}

@media screen and (width <= 639px) {
  .support-page .select-support-category .tabs-nav #faq span, .support-page .select-support-category .tabs-nav #troubleshooting span {
    font-size: 10px !important;
  }

  .support-page .select-support-category .tabs-nav #faq span span, .support-page .select-support-category .tabs-nav #troubleshooting span span {
    display: block;
  }
}

.support-page .select-support-category .tabs-nav #faq span img, .support-page .select-support-category .tabs-nav #troubleshooting span img {
  margin-bottom: 10px;
  margin-right: 0;
}

@media screen and (width >= 640px) {
  .support-page .select-support-category .tabs-nav #faq span img, .support-page .select-support-category .tabs-nav #troubleshooting span img {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.support-page .select-support-category .tabs-nav #faq span img {
  width: 51px;
}

.support-page .select-support-category .tabs-nav #faq.tab-active {
  border-right: 1px solid #0084a9;
  background: #fffcff !important;
  border-bottom: none !important;
}

.support-page .select-support-category .tabs-nav #troubleshooting span img {
  width: 51px;
}

.support-page .select-support-category .tabs-nav #troubleshooting.tab-active {
  border-left: 1px solid #0084a9;
  background: #fffcff !important;
  border-bottom: none !important;
}

.support-page .select-support-category .tabs-container {
  text-align: center;
  z-index: 2;
  max-width: 800px;
  padding: 100px 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.support-page .select-support-category .tabs-container .tab-wrapper {
  width: 100%;
  display: none;
}

.support-page .select-support-category .tabs-container .tab-wrapper .heading-2 {
  padding-bottom: 60px;
}

.support-page .select-support-category .tabs-container .tab-wrapper.tab-content-active {
  display: block !important;
}

.support-page .select-support-category .tabs-container .tab-wrapper .tab-item-container {
  text-align: left;
  z-index: 555;
  cursor: pointer;
  border-bottom: 1px solid #0084a9;
  padding: 40px 0 40px 60px;
  position: relative;
}

.support-page .select-support-category .tabs-container .tab-wrapper .tab-item-container.tab-item-open .answer {
  display: block !important;
}

.support-page .select-support-category .tabs-container .tab-wrapper .tab-item-container.tab-item-open:before {
  display: none !important;
}

.support-page .select-support-category .tabs-container .tab-wrapper .tab-item-container.tab-item-open:after {
  content: "";
  z-index: 2;
  background: #ff7547;
  width: 22px;
  height: 2px;
  position: absolute;
  top: 52px;
  left: 0;
}

.support-page .select-support-category .tabs-container .tab-wrapper .tab-item-container:first-of-type {
  border-top: 1px solid #0084a9;
}

.support-page .select-support-category .tabs-container .tab-wrapper .tab-item-container:before {
  content: "";
  z-index: 2;
  background: #ff7547;
  width: 2px;
  height: 22px;
  position: absolute;
  top: 42px;
  left: 10px;
}

.support-page .select-support-category .tabs-container .tab-wrapper .tab-item-container:after {
  content: "";
  z-index: 2;
  background: #ff7547;
  width: 22px;
  height: 2px;
  position: absolute;
  top: 52px;
  left: 0;
}

.support-page .select-support-category .tabs-container .tab-wrapper .tab-item-container .question {
  font-size: 18px;
  font-weight: bold;
}

.support-page .select-support-category .tabs-container .tab-wrapper .tab-item-container .answer {
  letter-spacing: .58px;
  padding-top: 20px;
  font: 18px / 24px Effra;
  display: none;
}

.support-page .select-support-category .slant-container {
  background: #f4f4f4;
  width: calc(100% + 20px);
  position: absolute;
  bottom: 0;
  left: -20px;
  overflow: hidden;
}

.support-page .select-support-category .slant-container .slant {
  object-fit: cover;
  object-position: center;
  opacity: 1;
  width: 100%;
  position: relative;
  top: -2px;
}

.contact-us {
  width: 100%;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .contact-us {
    width: calc(100% - 75px);
  }
}

.contact-us .banner {
  background: #fffcff;
  width: 100%;
  padding: 200px 0 150px;
  position: relative;
}

.contact-us .banner .background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-us .banner .heading-1 {
  text-align: center;
  color: #231f20;
  padding: 0 40px;
}

.contact-us .banner .heading-1 span {
  color: #ff7547;
}

.contact-us .banner .heading-4 {
  text-align: center;
  color: #ff7547;
  width: 100%;
  display: block;
}

.contact-us .gradient-container {
  background: linear-gradient(#f4f4f4 0%, #fffcff 100%) no-repeat padding-box padding-box;
}

.contact-us .customer-support .heading-4 {
  text-align: center;
  width: 100%;
}

.contact-us .customer-support .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  padding: 80px 0 60px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.contact-us .customer-support .content-container .heading-2 {
  padding-bottom: 10px;
}

.contact-us .customer-support .content-container .heading-3 {
  color: #0084a9;
  letter-spacing: 3.2px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  display: block;
}

.contact-us .customer-support .content-container .weekdays, .contact-us .customer-support .content-container .weekends, .contact-us .customer-support .content-container .call-or-text, .contact-us .customer-support .content-container .outage-updates, .contact-us .customer-support .content-container .email {
  padding: 10px 0 20px;
}

.contact-us .customer-support .content-container .weekdays a, .contact-us .customer-support .content-container .weekends a, .contact-us .customer-support .content-container .call-or-text a, .contact-us .customer-support .content-container .outage-updates a, .contact-us .customer-support .content-container .email a {
  color: #000;
}

.contact-us .customer-support .content-container .weekdays p:first-of-type, .contact-us .customer-support .content-container .weekends p:first-of-type, .contact-us .customer-support .content-container .call-or-text p:first-of-type, .contact-us .customer-support .content-container .outage-updates p:first-of-type, .contact-us .customer-support .content-container .email p:first-of-type {
  padding-top: 15px;
}

.contact-us .contact-us {
  z-index: 2;
  width: 100%;
  position: relative;
}

.contact-us .contact-us .slant-container {
  background: #f4f4f4;
  width: calc(100% + 20px);
  position: absolute;
  bottom: 0;
  left: -20px;
  overflow: hidden;
}

.contact-us .contact-us .slant-container .slant {
  object-fit: cover;
  object-position: center;
  opacity: .8;
  width: 100%;
  position: relative;
  top: -2px;
}

.contact-us .contact-us .content-container {
  z-index: 2;
  width: 100%;
  padding: 0 40px 40px;
  position: relative;
}

@media screen and (width >= 1024px) {
  .contact-us .contact-us .content-container {
    max-width: 700px;
    padding: 0 0 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.contact-us .contact-us .content-container p {
  text-align: center;
  padding: 20px 0 0;
}

.contact-us .contact-us .content-container .contact-form {
  padding: 40px 0;
}

.news {
  width: 100%;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .news {
    width: calc(100% - 75px);
  }
}

.news .banner {
  background: #fffcff;
  width: 100%;
  padding: 200px 0 150px;
  position: relative;
}

.news .banner .background {
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.news .banner .heading-1 {
  text-align: center;
  color: #231f20;
  z-index: 2;
  padding: 0 40px;
}

.news .banner .heading-1 span {
  color: #ff7547;
  z-index: 2;
  position: relative;
}

.news .banner .heading-4 {
  text-align: center;
  color: #ff7547;
  z-index: 2;
  width: 100%;
  display: block;
}

.news .gradient-container {
  background: linear-gradient(#f4f4f4 0%, #fffcff 100%) no-repeat padding-box padding-box;
  position: relative;
}

.news .gradient-container .slant-container {
  background: #f4f4f4;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.news .gradient-container .slant-container .slant {
  object-fit: cover;
  object-position: center;
  opacity: .8;
  width: 100%;
  position: relative;
  top: -2px;
}

.news .intro {
  padding: 120px 0 60px;
}

.news .intro .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.news .intro .content-container h2, .news .intro .content-container p {
  text-align: center;
  max-width: 530px;
}

.news .intro .content-container h2 {
  padding-bottom: 40px;
  line-height: 1;
}

.news .category-nav {
  justify-content: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.news .category-nav form {
  z-index: 3;
  align-items: flex-end;
  width: 265px;
  margin-right: 60px;
  display: flex;
  position: relative;
}

.news .category-nav form:before {
  content: "";
  background: #0084a9;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 50%;
  left: calc(-100vw - 30px);
  transform: translateY(-50%);
}

.news .category-nav .select-container {
  background: #0084a9;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.news .category-nav .select-container.is-open .select-panel {
  display: block !important;
}

.news .category-nav .select-container.is-open .select-opener:after {
  transform: rotate(-180deg);
}

.news .category-nav .select-container .select-option {
  letter-spacing: 3.6px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #fffcff;
  margin: 0;
  padding: 15px 0;
  font-family: Effra;
  font-size: 12px;
  display: block;
  position: relative;
  font-weight: 700 !important;
}

.news .category-nav .select-container .select-option:hover {
  color: #fff;
  background: #0084a9;
}

.news .category-nav .select-container .select-option:last-child {
  border: none !important;
}

.news .category-nav .select-container .select-panel {
  color: #231f20;
  text-align: center;
  background: #f4f4f4 no-repeat padding-box padding-box;
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 9px 17px 7px #0000000a, 0 -3px 34px -19px #0000001a, 0 -7px 5px -11px #0000001a;
}

.news .category-nav .select-container .select-panel div:first-child {
  display: none !important;
}

.news .category-nav .select-container .select-opener {
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  cursor: pointer;
  outline: 0;
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  font-family: Effra;
  font-size: 12px;
  display: block;
  position: relative;
  font-weight: 700 !important;
}

.news .category-nav .select-container .select-opener:focus {
  outline: 0 !important;
}

.news .category-nav .select-container .select-opener:after {
  content: "";
  background: url("arrow-down-white.d20615dd.svg") center / contain no-repeat;
  width: 13px;
  height: 7px;
  margin-left: 10px;
  display: inline-block;
}

.news .category-nav .select-container .select-opener span {
  text-align: center;
  cursor: pointer;
  height: 100%;
  display: inline-block;
}

.news .category-nav select {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  visibility: hidden;
  width: 0;
  height: 0;
  font-family: acumin-pro-condensed;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
}

.news .posts {
  z-index: 2;
  position: relative;
}

.news .posts .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.news .posts .content-container .post {
  flex-direction: column;
  align-items: center;
  padding: 80px 0 0;
  display: flex;
}

.news .posts .content-container .post .heading-3 {
  color: #231f20;
  padding: 20px 0 10px;
}

.news .posts .content-container .post .heading-4 {
  color: #0084a9;
  width: 100%;
}

.news .posts .content-container .post .featured-image img {
  object-fit: cover;
  width: 300px;
  height: 250px;
}

.news .posts .content-container .post .content {
  width: 300px;
}

.news .posts .content-container .post .category-link {
  padding-right: 5px;
  display: inline-block;
  color: #0084a9 !important;
}

.news .posts .content-container .post .category-link span {
  color: #0084a9 !important;
}

.news .posts .content-container .post .category-link:after {
  content: "|";
  width: 1px;
  height: 100%;
  margin: 0 5px 0 10px;
  position: relative;
}

.news .posts .content-container .post .category-link:last-child:after {
  display: none;
}

.news .posts .pagination {
  text-align: center;
  flex: 100%;
  padding: 100px 0;
}

.news .posts .pagination .next, .news .posts .pagination .prev {
  border: none !important;
}

.news .posts .pagination .prev {
  margin-right: 3px;
}

.news .posts .pagination .prev a:before {
  content: "";
  background: url("arrow-left.c9203305.svg") center / contain no-repeat;
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 4px;
  left: -15px;
}

.news .posts .pagination .next a:after {
  content: "";
  background: url("arrow-right.f4f713ef.svg") center / contain no-repeat;
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 10px;
}

.news .posts .pagination .active a {
  color: #ff7547 !important;
}

.news .posts .pagination ul {
  margin: 0;
  padding: 0;
}

.news .posts .pagination a {
  color: #0084a9;
}

.news .posts .pagination li {
  text-align: center;
  border-left: 1px solid #0084a9;
  margin-right: -8px;
}

.news .posts .pagination li a {
  letter-spacing: 3.6px;
  text-transform: uppercase;
  font-family: Effra;
  font-size: 12px;
  font-weight: 700 !important;
}

.news .posts .pagination li a:hover {
  background: none !important;
}

.news .posts .pagination li a:hover img {
  transition: all .4s;
  transform: translateX(10px);
}

.single-news .category-nav {
  padding: 80px 0 0 !important;
}

.single-news .featured-image {
  justify-content: center;
  width: 100%;
  padding: 0 0 80px;
  display: flex;
}

.single-news .featured-image img {
  object-fit: cover;
  width: 100% !important;
  height: auto !important;
}

@media screen and (width >= 1024px) {
  .single-news .featured-image img {
    width: 800px !important;
    height: 750px !important;
  }
}

.single-news .content {
  flex-direction: column;
  align-items: center;
  display: flex;
  width: 100% !important;
}

@media screen and (width >= 1024px) {
  .single-news .content {
    max-width: 800px;
  }
}

.single-news .content p {
  padding-bottom: 20px;
}

.single-news .pagination {
  text-align: center;
  flex: 100%;
  justify-content: center;
  padding: 100px 0;
  display: flex;
}

.single-news .pagination .next, .single-news .pagination .prev {
  margin: 0 5px;
  border: none !important;
}

.single-news .pagination a {
  background: none !important;
}

.single-news .pagination .prev {
  margin-right: 3px;
}

.single-news .pagination .prev:before {
  content: "";
  background: url("arrow-left.c9203305.svg") center / contain no-repeat;
  width: 30px;
  height: 18px;
  transition: all .4s;
  display: inline-block;
  position: relative;
  top: 4px;
  left: -15px;
}

.single-news .pagination .prev:hover:before {
  transition: all .4s;
  transform: translateX(-10px);
}

.single-news .pagination .next:after {
  content: "";
  background: url("arrow-right.f4f713ef.svg") center / contain no-repeat;
  width: 30px;
  height: 18px;
  transition: all .4s;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 10px;
}

.single-news .pagination .next:hover:after {
  transition: all .4s;
  transform: translateX(10px);
}

.single-news .pagination .active a {
  color: #ff7547 !important;
}

.single-news .pagination ul {
  margin: 0;
  padding: 0;
}

.single-news .pagination a {
  color: #0084a9;
}

.single-news .pagination li {
  text-align: center;
  border-left: 1px solid #0084a9;
  margin-right: -8px;
}

.single-news .pagination li a {
  letter-spacing: 3.6px;
  text-transform: uppercase;
  font-family: Effra;
  font-size: 12px;
  font-weight: 700 !important;
}

.single-news .pagination li a:hover {
  background: none !important;
}

.single-news .pagination li a:hover img {
  transition: all .4s;
  transform: translateX(10px);
}

.content-page {
  width: 100%;
  padding: 200px 0 100px;
}

@media screen and (width >= 1024px) {
  .content-page {
    width: calc(100% - 75px);
  }
}

.content-page p {
  margin: 10px 0;
}

.content-page .heading-2, .content-page .heading-3 {
  margin-top: 40px !important;
}

.content-page a {
  color: #0084a9 !important;
}

.southwest-forms {
  width: 100%;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .southwest-forms {
    width: calc(100% - 75px);
  }
}

.southwest-forms .banner {
  background: #fffcff;
  width: 100%;
  padding: 200px 0 150px;
  position: relative;
}

.southwest-forms .banner .background {
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.southwest-forms .banner .heading-1 {
  text-align: center;
  color: #231f20;
  z-index: 2;
  max-width: 850px;
  padding: 0 40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.southwest-forms .banner .heading-1 span {
  color: #ff7547;
}

.southwest-forms .banner .heading-4 {
  text-align: center;
  color: #ff7547;
  z-index: 2;
  width: 100%;
  display: block;
}

.southwest-forms .banner .locations {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  display: flex;
  position: relative;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width >= 640px) {
  .southwest-forms .banner .locations {
    justify-content: space-evenly;
  }
}

.southwest-forms .banner .locations .location {
  text-align: center;
  width: 25%;
  margin-bottom: 10px;
}

@media screen and (width >= 640px) {
  .southwest-forms .banner .locations .location {
    width: auto;
  }
}

.southwest-forms .banner .locations .location .heading-2 {
  letter-spacing: 3.6px;
  font-size: 12px;
}

.southwest-forms .gradient-container {
  background: linear-gradient(#f4f4f4 0%, #fffcff 100%) no-repeat padding-box padding-box;
}

.southwest-forms .statement {
  padding: 80px 0;
}

.southwest-forms .statement .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.southwest-forms .statement .content-container .content .heading-2 {
  padding: 10px 0;
}

.southwest-forms .statement .content-container .content p {
  padding-bottom: 30px;
}

.southwest-forms .statement .content-container .illustration {
  justify-content: center;
  display: flex;
}

.southwest-forms .statement .content-container .illustration img {
  width: 100%;
}

.southwest-forms .contact-us {
  width: 100%;
  padding-bottom: 300px;
  position: relative;
}

.southwest-forms .contact-us .slant-container {
  background: #f4f4f4;
  width: calc(100% + 20px);
  position: absolute;
  bottom: 0;
  left: -20px;
  overflow: hidden;
}

.southwest-forms .contact-us .slant-container .slant {
  object-fit: cover;
  object-position: center;
  opacity: .8;
  width: 100%;
  position: relative;
  top: -2px;
}

.southwest-forms .contact-us .content-container {
  z-index: 2;
  width: 100%;
  padding: 0 40px;
  position: relative;
}

@media screen and (width >= 1024px) {
  .southwest-forms .contact-us .content-container {
    max-width: 700px;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.southwest-forms .contact-us .content-container .heading-2 {
  text-align: center;
  padding: 40px 0;
}

.southwest-forms .contact-us .content-container p {
  text-align: center;
  padding: 20px 0 0;
}

.southwest-forms .contact-us .content-container .contact-form {
  padding: 40px 0;
}

.southwest-forms .tcHideMe {
  visibility: hidden;
  display: none !important;
}

.southwest-forms .tcHideMe2 {
  visibility: hidden;
}

.southwest-forms #tcEUStile div.btm {
  color: #efefef;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0;
  font-family: Arial;
  font-size: 23px;
  font-weight: normal;
  line-height: 50px;
  display: flex;
  position: absolute;
  bottom: -120px;
  left: 0;
}

.southwest-forms #tcEUStile div.btm input {
  margin: 0 10px;
}

.southwest-forms #tcMapContainer, .southwest-forms #covView {
  z-index: 50;
  opacity: 0;
  -o-transition: all .5s ease-in-out;
  width: 450px;
  height: 450px;
  transition: all .5s ease-in-out;
  position: absolute;
  top: 50px;
  left: 0;
}

.southwest-forms #tcMapContainer {
  width: 90%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width >= 1024px) {
  .southwest-forms #tcMapContainer {
    padding: 0;
  }
}

.southwest-forms #tcMapContainer p {
  text-align: center;
  background: #fff;
  padding: 20px 0 0;
  position: relative;
  top: -40px;
}

.southwest-forms #TCmap_canvas {
  position: absolute;
  inset: 0;
}

.southwest-forms #covView iframe {
  border: 0;
  outline: none;
  width: 100%;
  height: 100%;
  display: block;
}

.southwest-forms .btm .btn-blue {
  border: none !important;
}

.page-template-msp-landing footer, .page-template-msp-landing .footer .grid-x {
  left: -20px;
  z-index: 20 !important;
  position: absolute !important;
  bottom: 0 !important;
}

.msp {
  background-color: #fffcff;
  width: 100%;
  position: relative;
  overflow: clip;
}

@media print, screen and (width >= 64em) {
  .msp {
    width: calc(100% - 75px);
  }
}

.msp .banner {
  background: #fffcff;
  width: 100%;
  padding: 200px 0 150px;
  position: relative;
}

@media print, screen and (width <= 39.9988em) {
  .msp .banner {
    padding: 100px 0;
  }
}

.msp .banner .background {
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media print, screen and (width <= 39.9988em) {
  .msp .banner .background {
    display: none;
  }
}

@media print, screen and (width >= 64em) {
  .msp .deliver {
    padding: 0;
  }
}

.msp .deliver .content-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.msp .deliver .intro {
  padding: 0 20px;
}

.msp .deliver .intro .section-title, .msp .deliver .intro p {
  text-align: center;
  margin: 0 auto;
}

.msp .deliver .intro p {
  max-width: 680px;
  font-size: 16px;
}

.msp .deliver .intro .section-title {
  max-width: 760px;
  font-size: 47px;
  font-weight: 400;
  line-height: 1;
}

@media print, screen and (width <= 39.9988em) {
  .msp .deliver .intro .section-title {
    padding-bottom: 20px;
    font-size: 42px;
  }
}

.msp .main-content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media print, screen and (width <= 63.9988em) {
  .msp .main-content-wrapper {
    flex-direction: column;
    gap: 20px;
    min-height: auto;
  }

  .msp .main-content-wrapper .left-content {
    order: 1;
  }
}

.msp .form-checklist-container {
  grid-template-columns: 5fr 5fr;
  grid-template-areas: "checklist msp-form";
  justify-content: center;
  align-items: start;
  gap: 90px;
  display: grid;
}

@media print, screen and (width <= 63.9988em) {
  .msp .form-checklist-container {
    flex-direction: column;
    grid-template-areas: "checklist"
                         "msp-form"
                         "benefits";
    align-items: center;
    gap: 20px;
    display: flex;
  }
}

.msp .left-content {
  grid-area: checklist;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 40px;
}

@media print, screen and (width <= 63.9988em) {
  .msp .left-content {
    justify-self: center;
    padding-left: 20px;
    padding-right: 20px;
    display: contents;
  }
}

@media screen and (width >= 1440px) {
  .msp .left-content {
    padding: 10px 0;
  }
}

.msp .checklist {
  max-height: 705px;
  margin-bottom: 40px;
  max-width: 480px !important;
}

@media print, screen and (width <= 63.9988em) {
  .msp .checklist {
    order: 1;
    max-height: 791px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 386px !important;
  }
}

.msp .checklist .checklist-content {
  text-align: center;
  background: #fff;
  height: 100%;
  max-height: 705px;
  padding: 60px 20px 100px;
  transition: all .3s;
  position: relative;
  box-shadow: 0 5px 20px #0000001a;
}

@media print, screen and (width <= 63.9988em) {
  .msp .checklist .checklist-content {
    padding: 40px 20px 200px;
  }
}

.msp .checklist .checklist-content .benefits-list {
  margin-bottom: 0;
}

.msp .checklist .checklist-content span {
  letter-spacing: 3.2px;
  margin-bottom: 10px;
}

.msp .checklist .checklist-content .checklist-image {
  margin-top: 40px;
  margin-bottom: 15px;
}

@media screen and (width <= 430px) {
  .msp .checklist .checklist-content .checklist-image {
    margin-bottom: 25px;
  }
}

.msp .checklist .checklist-content .checklist-image img {
  max-width: 100%;
  height: 98px;
}

.msp .checklist .checklist-content .bottom-shape {
  width: 100%;
  max-height: 66px;
  position: absolute;
  bottom: 45px;
  left: 0;
}

@media print, screen and (width <= 63.9988em) {
  .msp .checklist .checklist-content .bottom-shape {
    bottom: 25px;
  }
}

.msp .checklist .checklist-content .bottom-shape img {
  object-fit: cover;
  width: 100%;
}

.msp .checklist .our-benefits {
  padding: 0;
  overflow: hidden;
}

@media print, screen and (width >= 64em) {
  .msp .checklist .our-benefits {
    padding: 20px 0 60px;
  }
}

.msp .checklist .our-benefits .content-container .title {
  padding-bottom: 0 0 0 20px;
}

.msp .checklist .our-benefits .content-container .benefits-content .content {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.msp .checklist .our-benefits .content-container .benefits-content .content .heading-3 {
  text-align: left;
  border-bottom: 1px solid #231f20;
  align-items: center;
  width: 100%;
  padding: 13px 0 5px;
  font-size: 16px;
  display: flex;
  font-weight: 700 !important;
}

.msp .checklist .our-benefits .content-container .benefits-content .content .heading-3.is-mac {
  padding: 10px 0 !important;
}

.msp .checklist .our-benefits .content-container .benefits-content .content .heading-3 span {
  margin-left: 20px;
}

.msp .checklist .our-benefits .content-container .benefits-content .content .heading-3 .checkmark {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

.msp .msp-form-container {
  z-index: 0;
  border: 1px solid #0084a9;
  border-radius: 30px;
  grid-area: msp-form;
  max-width: 583px;
  height: auto;
  max-height: 710px;
  margin-right: 40px;
  padding: 63px;
  position: sticky;
  top: 8vh;
}

@media print, screen and (width <= 63.9988em) {
  .msp .msp-form-container {
    order: 2;
    justify-self: center;
    height: auto;
    max-height: none;
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 50px;
    top: auto;
    position: relative !important;
  }
}

@media screen and (width <= 430px) {
  .msp .msp-form-container {
    padding: 40px 20px;
  }
}

@media screen and (width >= 1024px) and (width <= 1219px) {
  .msp .msp-form-container {
    padding: 45px;
  }
}

@media screen and (width >= 1024px) and (height <= 740px) {
  .msp .msp-form-container {
    padding: 25px;
  }

  .msp .msp-form-container label {
    text-indent: 15px;
    font-size: 10px;
  }
}

.msp .msp-form-container .custom-form {
  text-align: left;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  display: flex;
}

@media screen and (height <= 800px) {
  .msp .msp-form-container .custom-form {
    flex-direction: column;
  }
}

.msp .msp-form-container .custom-form .input-container {
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  display: flex;
}

.msp .msp-form-container .custom-form .input-container input[type="text"] {
  min-width: 100px !important;
  display: inline !important;
}

.msp .msp-form-container .custom-form .input-container .entry {
  width: 100%;
}

@media screen and (width <= 1100px) {
  .msp .msp-form-container .custom-form .input-container {
    flex-direction: column;
    width: 100%;
  }

  .msp .msp-form-container .custom-form .input-container input[type="text"] {
    min-width: 100px !important;
  }
}

@media screen and (width >= 1024px) and (height <= 740px) {
  .msp .msp-form-container .custom-form .input-container {
    flex-direction: row;
    gap: 20px;
    width: 100%;
  }
}

.msp .msp-form-container .contact-us {
  width: 100%;
  padding-bottom: 0;
  position: relative;
}

.msp .msp-form-container .contact-us .content-container {
  z-index: 2;
  width: 100%;
  padding: 0;
  position: relative;
}

@media print, screen and (width >= 64em) {
  .msp .msp-form-container .contact-us .content-container {
    max-width: 700px;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.msp .msp-form-container .contact-us .heading-2 {
  text-align: center;
  white-space: normal;
  width: auto;
  height: auto;
  padding: 20px 0 0;
  font-size: 24px;
  line-height: 1;
}

.msp .msp-form-container .contact-us p {
  text-align: center;
  max-width: 449px;
  margin: 0 auto 20px;
  padding: 20px 0 0;
  font-size: 18px;
  line-height: 1.3;
}

@media print, screen and (width <= 39.9988em) {
  .msp .msp-form-container .contact-us p {
    max-width: 320px;
  }
}

.msp .msp-form-container .btm {
  position: relative;
}

.msp .msp-form-container .msp.btn.btn-orange {
  white-space: normal;
  box-sizing: border-box;
  max-width: 450px;
  margin: 20px 0;
  position: relative;
  width: 100% !important;
  max-height: 46px !important;
  line-height: 1.2 !important;
}

@media screen and (width <= 430px) {
  .msp .msp-form-container .msp.btn.btn-orange {
    max-height: 55px;
    margin-bottom: 15px;
    padding: 10px;
  }
}

.msp .sticky-header {
  backdrop-filter: blur(10px);
  z-index: 10;
  background: #0084a9;
  border-bottom: 1px solid #00000014;
  border-radius: 0 0 40px 40px;
  align-items: center;
  width: calc(100% - 170px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  box-shadow: 0 2px 20px #0000001a;
}

@media screen and (width <= 1024px) {
  .msp .sticky-header {
    display: flex;
  }
}

.msp .sticky-header.visible {
  transform: translateY(0);
}

.msp .sticky-header .content-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 40px;
}

@media print, screen and (width <= 63.9988em) {
  .msp .sticky-header .content-container {
    text-align: center;
    gap: 10px;
    padding: 0 20px;
  }
}

.msp .sticky-header .sticky-content h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 4vh 10px 2px;
  font-size: 18px;
  font-weight: 600;
}

.msp .sticky-header .sticky-cta .arrow-btn {
  cursor: pointer;
  background: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  transition: all .3s;
  display: flex;
  margin: 0 auto 1vh !important;
}

.msp .sticky-header .sticky-cta .arrow-btn:hover {
  transform: translateY(2px);
}

.msp .sticky-header .sticky-cta .arrow-btn:active {
  transform: translateY(1px);
}

.msp .sticky-header .sticky-cta .arrow-btn svg {
  transition: transform .3s;
}

.msp .sticky-header .sticky-cta .arrow-btn:hover svg {
  transform: translateY(2px);
}

@media print, screen and (width <= 63.9988em) {
  .msp .sticky-header .sticky-cta .arrow-btn {
    width: 40px;
    height: 40px;
  }

  .msp .sticky-header .sticky-cta .arrow-btn svg {
    width: 20px;
    height: 20px;
  }
}

.msp .benefit-detail-container {
  justify-content: start;
  height: auto;
  margin-top: 100px;
  margin-bottom: 1450px;
}

@media print, screen and (width <= 63.9988em) {
  .msp .benefit-detail-container {
    order: 3;
    grid-area: benefits;
    justify-content: center;
    margin: 30px 20px 1550px;
  }
}

.msp .benefit-detail-container .content-container {
  max-width: auto;
  transform: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.msp .benefit-detail-container .detail-wrapper {
  flex-direction: column;
  max-width: 480px;
  padding: 0 20px;
  display: flex;
}

.msp .benefit-detail-container .detail-item {
  border-bottom: 1px solid #0084a9;
  margin-bottom: 50px;
  display: flex;
}

@media print, screen and (width <= 39.9988em) {
  .msp .benefit-detail-container .detail-item {
    flex: 0 0 100%;
  }
}

@media print, screen and (width >= 40em) {
  .msp .benefit-detail-container .detail-item {
    flex: 0 0 50%;
  }
}

@media print, screen and (width >= 64em) {
  .msp .benefit-detail-container .detail-item {
    flex: 0 0 25%;
  }
}

.msp .benefit-detail-container .detail-item .heading-2-sm {
  letter-spacing: 1.02px;
  min-height: 74px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
}

.msp .benefit-detail-container .detail-item .subtitle {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.msp .benefit-detail-container .detail-item .description {
  margin-bottom: 30px;
  font-size: 16px;
}

.msp .benefit-detail-container .detail-item .detail-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px 0;
  display: flex;
}

@media print, screen and (width >= 64em) {
  .msp .benefit-detail-container .detail-item .detail-content {
    padding: 10px;
  }
}

.msp .benefit-detail-container .detail-item .detail-content img {
  width: 225px;
  max-width: fit-content;
  margin-bottom: 10px;
}

.msp .benefit-detail-container .detail-item .detail-content .content-wrap {
  text-align: left;
  margin-top: 10px;
}

.msp .benefit-detail-container .detail-item:last-child {
  border-bottom: none;
}

.msp .tcHideMe {
  visibility: hidden;
  display: none !important;
}

.msp .tcHideMe2 {
  visibility: hidden;
}

.msp #tcEUStile div.btm {
  color: #efefef;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0;
  font-family: Arial;
  font-size: 23px;
  font-weight: normal;
  line-height: 50px;
  display: flex;
  position: absolute;
  bottom: -120px;
  left: 0;
}

.msp #tcEUStile div.btm input {
  margin: 0 10px;
}

.msp #tcMapContainer, .msp #covView {
  z-index: 50;
  opacity: 0;
  -o-transition: all .5s ease-in-out;
  width: 450px;
  height: 450px;
  transition: all .5s ease-in-out;
  position: absolute;
  top: 50px;
  left: 0;
}

.msp #tcMapContainer {
  width: 90%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media print, screen and (width >= 64em) {
  .msp #tcMapContainer {
    padding: 0;
  }
}

.msp #tcMapContainer p {
  text-align: center;
  background: #fff;
  padding: 20px 0 0;
  position: relative;
  top: -40px;
}

.msp .slant-container {
  z-index: 20;
  clip-path: polygon(0 0, 49.5% 100px, 50.5% 100px, 100% 0, 100% 100%, 0 100%);
  background: #f4f4f4;
  width: calc(100% + 20px);
  height: 150px;
  margin-top: -50px;
  padding-top: 80px;
  position: absolute;
  bottom: 1100px;
  left: -20px;
  overflow: hidden;
}

@media print, screen and (width <= 63.9988em) {
  .msp .slant-container {
    clip-path: polygon(0 0, 49.5% 80px, 50.5% 80px, 100% 0, 100% 100%, 0 100%);
    height: 150px;
    margin-top: -30px;
    padding-top: 50px;
    bottom: 1400px;
  }
}

.msp .slant-container .slant {
  object-fit: cover;
  object-position: center;
  opacity: 1;
  width: 100%;
  display: none;
  position: relative;
  top: -2px;
}

.msp #TCmap_canvas {
  position: absolute;
  inset: 0;
}

.msp #covView iframe {
  border: 0;
  outline: none;
  width: 100%;
  height: 100%;
  display: block;
}

.msp .btm .btn-blue {
  border: none !important;
}

.form-submission-page .banner {
  align-items: center;
  padding-top: 140px;
}

.form-submission-page .slider-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-submission-page .slider-header .content-container {
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}

.form-submission-page .slider-header .slider-title {
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}

.form-submission-page .slider-header .slider-description {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 20px;
}

.form-submission-page .slider-header .slider-description p {
  font-size: 16px;
  text-align: center !important;
  margin: 0 auto !important;
}

.form-submission-page .media-slider-container {
  width: calc(100vw - 20px);
  max-width: 1500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media print, screen and (width >= 64em) {
  .form-submission-page .media-slider-container {
    width: calc(100vw - 95px);
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

@media screen and (width >= 75em) {
  .form-submission-page .media-slider-container {
    max-width: 1500px;
  }
}

.form-submission-page .media-slider-container .media-slider {
  border-radius: 0;
  height: auto;
  overflow: hidden;
}

@media print, screen and (width <= 63.9988em) {
  .form-submission-page .media-slider-container .media-slider {
    height: auto;
  }
}

@media print, screen and (width <= 39.9988em) {
  .form-submission-page .media-slider-container .media-slider {
    height: auto;
  }
}

.form-submission-page .media-slider-container .media-slider .swiper-wrapper, .form-submission-page .media-slider-container .media-slider .swiper-slide {
  height: 100%;
}

.form-submission-page .media-slider-container .media-slider .swiper-button-next, .form-submission-page .media-slider-container .media-slider .swiper-button-prev, .form-submission-page .media-slider-container .media-slider .swiper-pagination {
  color: #0084a9;
}

.form-submission-page .media-slider-container .media-slider .swiper-button-next, .form-submission-page .media-slider-container .media-slider .swiper-button-prev {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  background: #ffffffe6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  box-shadow: 0 2px 10px #0000001a;
}

.form-submission-page .media-slider-container .media-slider .swiper-button-next:after, .form-submission-page .media-slider-container .media-slider .swiper-button-prev:after {
  color: #0084a9;
  font-size: 20px;
  font-weight: bold;
}

.form-submission-page .media-slider-container .media-slider .swiper-button-next:hover, .form-submission-page .media-slider-container .media-slider .swiper-button-prev:hover {
  background: #fff;
  transform: scale(1.1);
}

@media print, screen and (width >= 64em) {
  .form-submission-page .media-slider-container .media-slider .swiper-button-next, .form-submission-page .media-slider-container .media-slider .swiper-button-prev {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }

  .form-submission-page .media-slider-container .media-slider .swiper-button-next:after, .form-submission-page .media-slider-container .media-slider .swiper-button-prev:after {
    font-size: 24px;
  }
}

@media print, screen and (width <= 63.9988em) {
  .form-submission-page .media-slider-container .media-slider .swiper-button-next, .form-submission-page .media-slider-container .media-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .form-submission-page .media-slider-container .media-slider .swiper-button-next:after, .form-submission-page .media-slider-container .media-slider .swiper-button-prev:after {
    font-size: 16px;
  }
}

@media (width >= 1400px) {
  .form-submission-page .media-slider-container .media-slider .swiper-button-next.swiper-button-next, .form-submission-page .media-slider-container .media-slider .swiper-button-prev.swiper-button-next {
    right: 2%;
  }

  .form-submission-page .media-slider-container .media-slider .swiper-button-next.swiper-button-prev, .form-submission-page .media-slider-container .media-slider .swiper-button-prev.swiper-button-prev {
    left: 2%;
  }
}

.form-submission-page .media-slider-container .media-slider .swiper-button-next {
  right: 20px;
}

@media print, screen and (width >= 64em) {
  .form-submission-page .media-slider-container .media-slider .swiper-button-next {
    right: 30px;
  }
}

@media screen and (width >= 75em) {
  .form-submission-page .media-slider-container .media-slider .swiper-button-next {
    right: 2%;
  }
}

.form-submission-page .media-slider-container .media-slider .swiper-button-prev {
  left: 20px;
}

@media print, screen and (width >= 64em) {
  .form-submission-page .media-slider-container .media-slider .swiper-button-prev {
    left: 30px;
  }
}

@media screen and (width >= 75em) {
  .form-submission-page .media-slider-container .media-slider .swiper-button-prev {
    left: 2%;
  }
}

.form-submission-page .media-slider-container .media-slider .swiper-slide {
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
}

.form-submission-page .media-slider-container .media-slider .swiper-slide .slide-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  padding: 0;
  display: flex;
}

@media print, screen and (width <= 63.9988em) {
  .form-submission-page .media-slider-container .media-slider .swiper-slide .slide-content {
    padding: 0;
  }
}

@media print, screen and (width <= 39.9988em) {
  .form-submission-page .media-slider-container .media-slider .swiper-slide .slide-content {
    padding: 0;
  }
}

.form-submission-page .media-slider-container .media-slider .swiper-slide .slide-content img, .form-submission-page .media-slider-container .media-slider .swiper-slide .slide-content video, .form-submission-page .media-slider-container .media-slider .swiper-slide .slide-content iframe {
  object-fit: contain;
  place-self: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.form-submission-page .media-slider-container .media-slider .swiper-slide .slide-content img, .form-submission-page .media-slider-container .media-slider .swiper-slide .slide-content video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.form-submission-page .media-slider-container .media-slider .swiper-slide .slide-content iframe {
  object-fit: contain;
  border: none;
  width: 100%;
  height: 100%;
}

@media print, screen and (width <= 63.9988em) {
  .form-submission-page .media-slider-container .media-slider .swiper-slide .slide-content iframe {
    max-height: 60vh;
  }
}

@media print, screen and (width <= 39.9988em) {
  .form-submission-page .media-slider-container .media-slider .swiper-slide .slide-content iframe {
    max-height: 50vh;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  visibility: hidden;
  margin: 0;
  top: -9999px;
  left: -9999px;
  position: absolute !important;
}

.fancybox-container {
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  z-index: 99992;
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateZ(0);
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  position: absolute;
  inset: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  opacity: 0;
  transition-duration: inherit;
  background: #1e1e1e;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  opacity: 0;
  visibility: hidden;
  z-index: 99997;
  direction: ltr;
  transition: opacity .25s, visibility 0s linear .25s;
  position: absolute;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility;
}

.fancybox-infobar {
  color: #ccc;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: difference;
  pointer-events: none;
  text-align: center;
  -webkit-touch-callout: none;
  user-select: none;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 44px;
  top: 0;
  left: 0;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  z-index: 99994;
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  white-space: normal;
  z-index: 99994;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 44px;
  transition-property: transform, opacity;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
}

.fancybox-slide:before {
  content: "";
  vertical-align: middle;
  width: 0;
  height: 100%;
  margin-right: -.25em;
  display: inline-block;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  padding: 44px 0;
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  text-align: left;
  vertical-align: middle;
  background: #fff;
  max-width: 100%;
  margin: 0 0 6px;
  padding: 24px;
  display: inline-block;
  position: relative;
  overflow: auto;
}

.fancybox-slide--image .fancybox-content {
  backface-visibility: hidden;
  transform-origin: 0 0;
  user-select: none;
  z-index: 99995;
  background: 0 0 / 100% 100% no-repeat;
  max-width: none;
  margin: 0;
  padding: 0;
  transition-property: transform, opacity;
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  user-select: none;
  background: none;
  border: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video, .fancybox-iframe {
  background: none;
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  cursor: default;
  background: #fff;
  width: 100%;
  max-width: 400px;
  padding: 40px;
}

.fancybox-error p {
  color: #444;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  cursor: pointer;
  vertical-align: top;
  background: #1e1e1e99;
  border: 0;
  border-radius: 0;
  outline: none;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color .2s;
  display: inline-block;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  shape-rendering: geometricPrecision;
  display: block;
  position: relative;
  overflow: visible;
}

.fancybox-button svg path {
  fill: #0000;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3px;
}

.fancybox-button--play svg path:nth-child(2), .fancybox-button--pause svg path:first-child {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1px;
}

.fancybox-navigation .fancybox-button {
  opacity: 0;
  width: 38px;
  height: 38px;
  padding: 6px;
  position: absolute;
  top: 50%;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility, color .25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  padding: 50px;
  position: absolute;
  top: -25px;
  left: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  color: #555;
  cursor: pointer;
  z-index: 10;
  background: none;
  border: 0;
  border-radius: 0;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  top: 0;
  right: 0;
}

.fancybox-close-small svg {
  fill: #0000;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5px;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  top: -44px;
  right: -12px;
}

.fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg, .fancybox-slide--iframe .fancybox-close-small:hover svg {
  color: #fff;
  background: none;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  color: #fff;
  padding: 25px 44px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  bottom: 0;
  left: 0;
  right: 0;
}

.fancybox-caption:before {
  content: "";
  pointer-events: none;
  z-index: -1;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC");
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  position: absolute;
  inset: -25px 0 0;
}

.fancybox-caption:after {
  content: "";
  border-bottom: 1px solid #ffffff4d;
  display: block;
  position: absolute;
  top: 0;
  left: 44px;
  right: 44px;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  opacity: .6;
  z-index: 99999;
  background: none;
  border: 6px solid #64646480;
  border-top-color: #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  padding: 0;
  animation: .8s linear infinite fancybox-rotate;
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes fancybox-rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0)translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0)translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1)translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0)scale(.1)skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0)scale(.1)skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0)scale(1);
}

.fancybox-share {
  text-align: center;
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  user-select: none;
  white-space: nowrap;
  border: 0;
  border-radius: 3px;
  min-width: 130px;
  margin: 0 5px 10px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  color: #5d5b5b;
  background: none;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  outline: none;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  font-size: 14px;
}

.fancybox-thumbs {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-tap-highlight-color: transparent;
  z-index: 99995;
  background: #fff;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.fancybox-thumbs-x {
  overflow: auto hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  position: relative;
  overflow: hidden auto;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px #0000004d;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  width: 100px;
  max-width: calc(50% - 4px);
  height: 75px;
  max-height: calc(100% - 8px);
  margin: 2px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.fancybox-thumbs-loading {
  background: #0000001a;
}

.fancybox-thumbs > ul > li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  opacity: 0;
  z-index: 99991;
  border: 4px solid #4ea7f9;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 0;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (width <= 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

.swiper-container {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  -o-transition-property: transform;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: flex;
  position: relative;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -o-transition-timing-function: ease-out;
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  -o-transition-property: transform;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -o-transition-property: transform, height;
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: auto;
  right: 10px;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  text-align: center;
  -o-transition: .3s opacity;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  width: 100%;
  bottom: 10px;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  opacity: .2;
  background: #000;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  display: inline-block;
}

button.swiper-pagination-bullet {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -o-transition: .2s transform, .2s top;
  transition: transform .2s, top .2s;
  display: inline-block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -o-transition: .2s transform, .2s left;
  transition: transform .2s, left .2s;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -o-transition: .2s transform, .2s right;
  transition: transform .2s, right .2s;
}

.swiper-pagination-progressbar {
  background: #00000040;
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 0 0;
  background: #007aff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: #ffffff40;
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: #00000040;
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -ms-touch-action: none;
  background: #0000001a;
  border-radius: 10px;
  position: relative;
}

.swiper-container-horizontal > .swiper-scrollbar {
  z-index: 50;
  width: 98%;
  height: 5px;
  position: absolute;
  bottom: 3px;
  left: 1%;
}

.swiper-container-vertical > .swiper-scrollbar {
  z-index: 50;
  width: 5px;
  height: 98%;
  position: absolute;
  top: 1%;
  right: 3px;
}

.swiper-scrollbar-drag {
  background: #00000080;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  animation: 1s steps(12, end) infinite swiper-preloader-spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper-lazy-preloader:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  opacity: .6;
  filter: blur(50px);
  z-index: 0;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
/*# sourceMappingURL=main.css.map */
