@keyframes spinning {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.spin:hover {
  animation-name: spinning;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out-back;
}

.zoom {
  transition: all .25s ease-in-out;
}

.zoom:hover {
  transition: all .25s ease-in-out;
  transform: scale(1.1);
}

.btn, .btn.blue {
  color: #fff;
  background: #005581;
  border: 1px solid #005581;
  padding: 12px;
  font-family: effra, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  transition: all .25s ease-in-out !important;
}

.btn:hover, .btn:focus, .btn:active, .btn.blue:hover, .btn.blue:focus, .btn.blue:active {
  color: #005581;
  background: #fff;
  border: 1px solid #005581;
  transition: all .25s ease-in-out !important;
}

.btn_alt-light-blue {
  background-color: #00afea;
  border: 1px solid #00afea;
}

.btn_alt-light-blue:hover, .btn_alt-light-blue:focus, .btn_alt-light-blue:active {
  border: 1px solid #00afea;
}

._custom {
  border: none;
}

._custom:hover, ._custom:focus, ._custom:active {
  background: inherit;
  color: #fff;
  border: none;
}

.modules .content-support-modules .cell .box_content .appointment-contact .btn.tel-button, .modules .content-support-modules .cell .box_content .appointment-contact .btn.request-button {
  color: #fff;
  margin: 10px 0;
  font-size: 20px;
}

.modules .content-support-modules .cell .box_content .appointment-contact .btn.tel-button:hover, .modules .content-support-modules .cell .box_content .appointment-contact .btn.request-button:hover {
  color: #005581;
}

.gpnf-add-entry {
  color: #fff;
  vertical-align: middle;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  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;
}

.gpnf-add-entry:hover, .gpnf-add-entry:focus {
  color: #fff;
  background-color: #14679e;
}

.gfield {
  padding: 10px 0;
}

.gform_submission_error, .gfield_validation_message {
  color: #ed1c24;
}

legend {
  padding-top: 10px !important;
}

.field_sublabel_below {
  font-size: 18px;
  line-height: 26px;
}

.ginput_container_consent {
  margin-bottom: 15px;
  display: inline-flex;
}

.ginput_container_consent .gfield_consent_label {
  text-align: left;
  color: #030000 !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.ginput_container_consent .gfield_required {
  display: none;
}

.gfield_radio label {
  color: #030000 !important;
  font-weight: 400 !important;
}

.ginput_container_fileupload {
  margin-top: 15px;
}

.gform_fileupload_rules {
  margin-bottom: 15px;
  display: block;
}

.gfield_label, label {
  color: #005581 !important;
  margin-bottom: 10px !important;
}

.gfield_label .gfield_required, label .gfield_required {
  margin-left: 4px;
}

.ui-datepicker-prev {
  margin: 0 10px 0 0;
}

[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"], select {
  color: #030000 !important;
  box-shadow: none !important;
  border: 1px solid #707070 !important;
  height: 52px !important;
  font-size: 18px !important;
  line-height: 22px !important;
}

textarea {
  color: #030000 !important;
  box-shadow: none !important;
  border: 1px solid #707070 !important;
  font-size: 18px !important;
  line-height: 22px !important;
}

input[type="file"]::file-selector-button {
  color: #fff;
  background: #707070;
  border: 1px solid #707070;
  margin-right: 20px;
  padding: 9px;
  font-family: effra, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  transition: all .25s ease-in-out !important;
}

input[type="file"]::file-selector-button:hover {
  color: #707070;
  background: #fff;
  border: 1px solid #707070;
  transition: all .25s ease-in-out !important;
}

input[type="checkbox"], input[type="checkbox"] + label {
  appearance: none;
  color: #005581;
  text-align: center;
  border: 1px solid #707070;
  height: 22px;
}

input[type="checkbox"] {
  aspect-ratio: 1;
}

input[type="checkbox"]:checked:after {
  content: "✔";
  font-size: 20px;
}

input[type="radio"] {
  appearance: none;
  color: #005581;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  place-content: center;
  width: 22px;
  height: 22px;
  margin: 0;
  display: inline-grid;
  transform: translateY(-.075em);
}

input[type="radio"]:before {
  content: "";
  border-radius: 50%;
  width: 22px;
  height: 22px;
  transition: transform .12s ease-in-out;
  display: inline-grid;
  transform: scale(0);
  box-shadow: inset 1em 1em #005581;
}

input[type="radio"]:checked:before {
  transform: scale(1)translate(-1px, -1px);
}

.ginput_container_radio {
  margin-bottom: 1rem;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  vertical-align: top !important;
}

input[type="submit"] {
  color: #fff;
  background: #005581;
  border: 1px solid #005581;
  margin-top: 30px;
  padding: 20px;
  font-family: effra, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  transition: all .25s ease-in-out !important;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
  color: #005581;
  background: #fff;
  border: 1px solid #005581;
  transition: all .25s ease-in-out !important;
}

.spinner {
  z-index: 9999;
  background: #fffc;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.spinner img {
  margin-top: -32px;
  margin-left: -32px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.gfield.plain-text {
  margin-bottom: -12px;
  padding: 0;
}

.gform_wrapper.gravity-theme .plain-text label {
  margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .plain-text input[type="text"][readonly="readonly"], .gform_wrapper.gravity-theme .plain-text input[type="number"][readonly="readonly"], .gform_wrapper.gravity-theme .plain-text select[disabled="disabled"] {
  pointer-events: none;
  background: none;
  padding: 0;
  line-height: 1;
  border: 0 solid #0000 !important;
  height: 25px !important;
}

.gform_wrapper.gravity-theme .plain-text .ginput_container_time {
  flex-basis: min-content;
  min-width: 35px;
  max-width: 48px;
  margin-right: -10px;
}

.gform_wrapper.gravity-theme .plain-text .gfield_time_ampm {
  margin-left: 0;
}

.gform_wrapper.gravity-theme .plain-text .hour_minute_colon {
  margin-left: -3px;
  margin-right: 2px;
  padding: 0;
  line-height: 1.25;
}

.modules .feature-slider {
  position: relative;
}

.modules .feature-slider .feature-slider-container {
  width: 100%;
  overflow: hidden;
}

@media (width <= 750px) {
  .modules .feature-slider .feature-slider-container {
    margin-bottom: 0;
  }
}

.modules .feature-slider .feature-slider-container .image_overlay {
  z-index: 1;
  background: #00000070;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modules .feature-slider .feature-slider-container .feature-content-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: flex;
}

.modules .feature-slider .feature-slider-container .feature-content-container.left {
  flex-direction: row;
}

.modules .feature-slider .feature-slider-container .feature-content-container.left .image_overlay {
  z-index: 1;
  background: linear-gradient(270deg, #fff0 40%, #030000 90%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modules .feature-slider .feature-slider-container .feature-content-container.right {
  flex-direction: row-reverse;
}

.modules .feature-slider .feature-slider-container .feature-content-container.right .image_overlay {
  z-index: 1;
  background: linear-gradient(90deg, #fff0 40%, #030000 90%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modules .feature-slider .feature-slider-container .feature-content-container .feature-content {
  text-align: left;
  z-index: 2;
  flex-flow: wrap;
  align-self: center;
  max-width: 40%;
  padding: 0 8%;
  display: flex;
  flex-direction: column !important;
}

.modules .feature-slider .feature-slider-container .feature-content-container .feature-content h1 {
  color: #fff;
  margin-bottom: 30px;
}

.modules .feature-slider .feature-slider-container .feature-content-container .feature-content p {
  color: #fff;
  font-size: 20px !important;
  line-height: 30px !important;
}

.modules .feature-slider .feature-slider-container .feature-content-container .feature-content .btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 40px;
  display: inline-block;
}

.modules .feature-slider .swiper-slide {
  align-items: center;
  height: 735px;
  display: flex;
  background-position: center !important;
  background-size: cover !important;
}

.modules .feature-slider .swiper-slide-active {
  opacity: 1 !important;
}

.modules .feature-slider .feature-video {
  object-fit: cover;
  z-index: -100;
  background-size: cover;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin-left: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
}

.modules .feature-slider .feature-video a, .modules .feature-slider .feature-video a img {
  width: 100%;
}

.modules .feature-slider .feature-slider-controls {
  text-align: center;
  z-index: 4;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.modules .feature-slider .swiper-pagination-bullet {
  text-indent: -99999em;
  background: #efefef;
  border-radius: 0;
  width: 94px;
  height: 5px;
  margin: 0 3px;
  display: inline-block;
  outline: none !important;
}

.modules .feature-slider .swiper-pagination-bullet-active {
  background: #707070;
}

@media screen and (width <= 750px) {
  .modules .swiper-wrapper {
    margin-bottom: -15px;
  }

  .modules .feature-slider .feature-slider-container .feature-content-container {
    margin: 0 auto;
  }

  .modules .feature-slider .feature-slider-container .swiper-slide {
    height: inherit;
    background-position: top !important;
    background-size: 100% !important;
  }

  .modules .feature-slider .feature-slider-container .image_overlay {
    display: none;
  }

  .modules .feature-slider .feature-slider-container .feature-video {
    min-width: 100%;
    top: 175px !important;
  }

  .modules .feature-slider .feature-slider-container .feature-content {
    background: #fff;
    width: 100%;
    min-height: 220px;
    margin: 42vw 0 20px;
    max-width: 100% !important;
    padding: 50px 20px 0 !important;
  }

  .modules .feature-slider .feature-slider-container .feature-content h1 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #030000 !important;
    margin-bottom: 10px !important;
  }

  .modules .feature-slider .feature-slider-container .feature-content .btn {
    margin: 0 auto !important;
    display: table !important;
  }

  .modules .feature-slider .feature-slider-container .feature-content-container.right {
    flex-direction: row !important;
  }

  .modules .feature-slider .feature-slider-controls {
    background: #efefef;
    align-items: center;
    padding: 11px 10px 5px;
    display: flex;
    top: 42vw;
  }

  .modules .feature-slider .swiper-pagination-bullet {
    width: inherit;
    background: #999;
    flex: auto;
  }
}

@media screen and (width <= 750px) and (orientation: landscape) {
  .modules .feature-slider .feature-slider-container .swiper-slide {
    width: 100% !important;
  }

  .modules .feature-slider .feature-slider-container .swiper-slide .feature-content {
    max-width: 70%;
  }
}

.modules .featured-parts-slider {
  margin-bottom: 70px;
  position: relative;
}

.modules .featured-parts-slider .featured-parts-slider-container {
  width: 100%;
  overflow: hidden;
}

.modules .featured-parts-slider .featured-parts-slider-container .feature-content-container {
  background-color: #005581;
  width: 100%;
  display: flex;
  max-width: 100% !important;
}

.modules .featured-parts-slider .featured-parts-slider-container .feature-content-container.left {
  flex-direction: row;
}

@media only screen and (width <= 900px) {
  .modules .featured-parts-slider .featured-parts-slider-container .feature-content-container.left {
    flex-direction: column;
  }
}

.modules .featured-parts-slider .featured-parts-slider-container .feature-content-container.right {
  flex-direction: row-reverse;
}

@media only screen and (width <= 900px) {
  .modules .featured-parts-slider .featured-parts-slider-container .feature-content-container.right {
    flex-direction: column;
  }
}

.modules .featured-parts-slider .featured-parts-slider-container .feature-content-container .feature-content-image {
  background-size: cover;
  width: 33vw;
}

@media only screen and (width <= 900px) {
  .modules .featured-parts-slider .featured-parts-slider-container .feature-content-container .feature-content-image {
    display: none;
  }
}

.modules .featured-parts-slider .featured-parts-slider-container .feature-content-container .feature-content {
  text-align: center;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 66vw;
  height: 31vw;
  min-height: 400px;
  padding: 1%;
  display: flex;
}

@media only screen and (width <= 900px) {
  .modules .featured-parts-slider .featured-parts-slider-container .feature-content-container .feature-content {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.modules .featured-parts-slider .featured-parts-slider-container .feature-content-container .feature-content .parts-icon {
  width: 50px;
  height: 50px;
  margin-top: 30px;
}

.modules .featured-parts-slider .featured-parts-slider-container .feature-content-container .feature-content .sub-title {
  color: #00b9f2;
}

.modules .featured-parts-slider .featured-parts-slider-container .feature-content-container .feature-content h1, .modules .featured-parts-slider .featured-parts-slider-container .feature-content-container .feature-content h2, .modules .featured-parts-slider .featured-parts-slider-container .feature-content-container .feature-content h3 {
  color: #fff;
}

.modules .featured-parts-slider .featured-parts-slider-container .feature-content-container .feature-content p {
  color: #fff;
  font-size: 20px;
}

.modules .featured-parts-slider .featured-parts-slider-container .feature-content-container .feature-content .btn {
  display: inline-block;
}

.modules .featured-parts-slider .featured-parts-slider-container .feature-content-container .feature-content a {
  color: #005581;
  background-color: #fff;
}

.modules .featured-parts-slider .swiper-slide {
  align-items: center;
  display: flex;
}

.modules .featured-parts-slider .swiper-slide-active {
  opacity: 1 !important;
}

.modules .featured-parts-slider .feature-video {
  z-index: -100;
  background-size: cover;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin-left: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
}

.modules .featured-parts-slider .feature-video a, .modules .featured-parts-slider .feature-video a img {
  width: 100%;
}

.modules .featured-parts-slider .feature-slider-controls {
  text-align: center;
  z-index: 4;
  margin: auto;
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
}

.modules .featured-parts-slider .swiper-pagination-bullet {
  opacity: 1;
  text-indent: -99999em;
  background: #fff;
  border: 1px solid #005581;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  display: inline-block;
}

.modules .featured-parts-slider .swiper-pagination-bullet-active {
  background: #005581;
}

.modules .content-slider {
  position: relative;
}

.modules .content-slider .content-slider-container {
  background: #fff;
  width: 108%;
  overflow: visible;
}

.modules .content-slider .content-slider-container.yes {
  padding: 93px 0;
}

.modules .content-slider .content-slider-container.yes.swiper-slide {
  width: 100% !important;
}

.modules .content-slider .content-slider-container.no {
  padding: 93px 93px 0;
}

.modules .content-slider .content-slider-container .row {
  align-items: center;
  max-width: 100%;
  height: 100%;
}

.modules .content-slider .content-slider-container .row.left {
  flex-direction: row;
}

.modules .content-slider .content-slider-container .row.right {
  flex-direction: row-reverse;
}

.modules .content-slider .content-slider-container .row .main-content {
  text-align: left;
  padding: 0 4%;
}

.modules .content-slider .content-slider-container .row .main-content h2 {
  font-size: 37px;
  line-height: 41px;
}

.modules .content-slider .content-slider-container .row .main-content p {
  margin-top: 30px;
}

.modules .content-slider .content-slider-container .row .main-content .link {
  color: #005581;
  font-size: 20px;
  line-height: 39px;
}

.modules .content-slider .content-slider-container .row .swiper-container {
  margin: 0;
}

.modules .content-slider .content-slider-container .row .swiper-container .swiper-prev {
  z-index: 10;
  outline: none;
  position: absolute;
  top: 35%;
  left: 30%;
}

.modules .content-slider .content-slider-container .row .swiper-container .swiper-prev img {
  width: 17px;
  height: 27px;
  display: block;
}

.modules .content-slider .content-slider-container .row .swiper-container .swiper-prev:hover {
  opacity: .8;
}

.modules .content-slider .content-slider-container .row .swiper-container .swiper-slide {
  text-align: center;
  border: 1px solid #707070;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
}

.modules .content-slider .content-slider-container .row .swiper-container .swiper-slide:hover .heading_3 {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.modules .content-slider .content-slider-container .row .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.modules .content-slider .content-slider-container .row .swiper-container .swiper-slide .heading_5 {
  color: #707070;
  text-transform: uppercase;
  margin: 20px auto 0;
  display: block;
}

.modules .content-slider .content-slider-container .row .swiper-container .swiper-slide .heading_3 {
  color: #005581;
  margin: 0 auto 20px;
  font-size: 1.6vw;
  font-weight: 600;
  display: block;
  line-height: 40px !important;
}

.modules .content-slider .content-slider-container .row .swiper-container .swiper-slide .play_button {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.modules .content-slider .content-slider-container .row .swiper-container .swiper-slide .play_button:hover {
  opacity: .8;
}

.modules .content-slider .content-slider-container .row .swiper-next {
  z-index: 10;
  outline: none;
  position: absolute;
  top: 35%;
  right: 12.5%;
}

.modules .content-slider .content-slider-container .row .swiper-next img {
  width: 74px;
  height: 74px;
  display: block;
}

.modules .content-slider .content-slider-container .row .swiper-next:hover {
  opacity: .8;
}

.modules .bestselling.content-slider .content-slider-container .row .swiper-next {
  top: 42%;
}

@media only screen and (width >= 751px) and (width <= 1439px) {
  .modules .content-slider .content-slider-container .row .swiper-next {
    top: 43%;
    right: 25%;
  }
}

@media only screen and (width <= 750px) {
  .modules .content-slider .content-slider-container.yes {
    padding: 0;
  }

  .modules .content-slider .content-slider-container.yes .row {
    margin-left: 10px;
  }

  .modules .content-slider .main-content {
    order: 2;
    margin: -20px 0 50px !important;
  }

  .modules .content-slider .swiper-container {
    overflow: visible;
    margin-left: 20px !important;
  }

  .modules .content-slider .swiper-container .swiper-slide .heading_3 {
    font-size: 37px !important;
  }

  .modules .content-slider .content-slider-container {
    width: 100%;
  }

  .modules .content-slider .content-slider-container .main-content {
    padding: 0 20px !important;
  }

  .modules .content-slider .content-slider-container .main-content h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .modules .content-slider .content-slider-container .swiper-container {
    transform: scale(.7);
    margin: -50px 0 0 -55px !important;
  }

  .modules .content-slider .content-slider-container .swiper-next {
    z-index: 10000;
    position: absolute;
    top: 18% !important;
    right: 65px !important;
  }

  .modules .content-slider .content-slider-container .swiper-next img {
    width: 55px;
    height: 55px;
  }

  .modules .bestselling .content-slider-container {
    padding: 0 !important;
  }

  .modules .bestselling .main-content {
    order: 2;
    margin: 0 0 40px;
  }

  .modules .bestselling .main-content h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .modules .bestselling .swiper-container {
    order: 1;
  }

  .modules .parent-pageid-14 .content-slider .content-slider-container .swiper-next {
    top: 39% !important;
  }

  .modules .signature-recipes {
    padding: 0 !important;
  }
}

.modules .content-video-slider {
  position: relative;
}

.modules .content-video-slider .content-slider-container {
  background: #efefef;
  width: 108%;
  overflow: visible;
}

.modules .content-video-slider .content-slider-container.yes {
  padding: 28px 0;
}

.modules .content-video-slider .content-slider-container.yes.swiper-slide {
  width: 100% !important;
}

.modules .content-video-slider .content-slider-container.no {
  padding: 28px 28px 0;
}

.modules .content-video-slider .content-slider-container .row {
  align-items: center;
  max-width: 100%;
  height: 100%;
}

.modules .content-video-slider .content-slider-container .row.left {
  flex-direction: row;
}

.modules .content-video-slider .content-slider-container .row.right {
  flex-direction: row-reverse;
}

.modules .content-video-slider .content-slider-container .row .main-content {
  text-align: left;
  padding: 0 4%;
}

.modules .content-video-slider .content-slider-container .row .main-content p {
  margin-top: 30px;
}

.modules .content-video-slider .content-slider-container .row .main-content .btn {
  margin-top: 30px;
  display: inline-block;
}

.modules .content-video-slider .content-slider-container .row .swiper-container {
  margin: 0;
}

.modules .content-video-slider .content-slider-container .row .swiper-container .swiper-prev {
  z-index: 10;
  outline: none;
  position: absolute;
  top: 35%;
  left: 30%;
}

.modules .content-video-slider .content-slider-container .row .swiper-container .swiper-prev img {
  width: 17px;
  height: 27px;
  display: block;
}

.modules .content-video-slider .content-slider-container .row .swiper-container .swiper-prev:hover {
  opacity: .8;
}

.modules .content-video-slider .content-slider-container .row .swiper-container .swiper-slide {
  text-align: center;
  position: relative;
}

.modules .content-video-slider .content-slider-container .row .swiper-container .swiper-slide .video-block {
  border: 1px solid #707070;
  height: 225px;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
}

.modules .content-video-slider .content-slider-container .row .swiper-container .swiper-slide:hover .heading_3 {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.modules .content-video-slider .content-slider-container .row .swiper-container .swiper-slide .heading_3 {
  color: #005581;
  margin: 20px auto;
  font-size: 18px;
  line-height: 26px;
  display: block;
}

.modules .content-video-slider .content-slider-container .row .swiper-container .swiper-slide .play_button {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.modules .content-video-slider .content-slider-container .row .swiper-container .swiper-slide .play_button:hover {
  opacity: .8;
}

.modules .content-video-slider .content-slider-container .row .swiper-next {
  z-index: 10;
  outline: none;
  position: absolute;
  top: 25%;
  right: 13%;
}

.modules .content-video-slider .content-slider-container .row .swiper-next img {
  width: 74px;
  height: 74px;
  display: block;
}

.modules .content-video-slider .content-slider-container .row .swiper-next:hover {
  opacity: .8;
}

.modules .content-slider-controls {
  z-index: 4;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.modules .swiper-pagination-bullet {
  text-indent: 99999em;
  background: #efefef;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin: 0 7px;
  display: inline-block;
  outline: none !important;
}

.modules .swiper-pagination-bullet-active {
  background: #efefef;
}

@media only screen and (width <= 750px) {
  .modules .content-video-slider .content-slider-container {
    width: 100%;
  }

  .modules .content-video-slider .content-slider-container .main-content {
    padding: 0 20px !important;
  }

  .modules .content-video-slider .content-slider-container .main-content h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .modules .content-video-slider .content-slider-container .swiper-container {
    transform: scale(.9);
    margin: 0 !important;
  }

  .modules .content-video-slider .content-slider-container .swiper-next {
    z-index: 10000;
    position: absolute;
    top: 43% !important;
    right: 0 !important;
  }

  .modules .content-video-slider .content-slider-container .swiper-next img {
    width: 55px;
    height: 55px;
  }

  .modules .content-video-slider .mobile {
    text-align: center;
    margin: 0 auto;
  }

  .modules .content-video-slider .btn {
    text-align: center;
    margin: 20px auto;
    display: inline-block;
  }
}

.modules .content-case-study-slider {
  background: #efefef;
  position: relative;
  overflow: visible;
}

.modules .content-case-study-slider .swiper-case-study .swiper-prev {
  z-index: 10;
  outline: none;
  position: absolute;
  top: 50%;
  left: 3%;
}

.modules .content-case-study-slider .swiper-case-study .swiper-prev img {
  width: 74px;
  height: 74px;
  display: block;
}

.modules .content-case-study-slider .swiper-case-study .swiper-prev:hover {
  opacity: .8;
}

.modules .content-case-study-slider .swiper-case-study .swiper-next {
  z-index: 10;
  outline: none;
  position: absolute;
  top: 50%;
  right: 3%;
}

.modules .content-case-study-slider .swiper-case-study .swiper-next img {
  width: 74px;
  height: 74px;
  display: block;
}

.modules .content-case-study-slider .swiper-case-study .swiper-next:hover {
  opacity: .8;
}

.modules .content-case-study-slider .swiper-case-study .swiper-slide {
  text-align: center;
  position: relative;
}

.modules .content-case-study-slider .swiper-case-study .swiper-slide .box-content {
  padding: 50px 0;
}

.modules .content-case-study-slider .swiper-case-study .swiper-slide .image-block {
  padding: 35px 0;
}

.modules .content-case-study-slider .swiper-case-study .swiper-slide .logo {
  border: 1px solid #707070;
  width: auto;
  height: 92px;
  margin: 25px auto 35px;
  display: block;
}

.modules .content-case-study-slider .swiper-case-study .swiper-slide .heading_5 {
  color: #707070;
  text-transform: uppercase;
  margin: 25px auto 0;
  display: block;
}

.modules .content-case-study-slider .swiper-case-study .swiper-slide .names {
  margin-top: 20px;
}

.modules .content-case-study-slider .swiper-case-study .swiper-slide .btn {
  margin-top: 25px;
  display: inline-block;
}

@media only screen and (width <= 750px) {
  .modules .content-case-study-slider {
    padding-bottom: 50px;
  }

  .modules .content-case-study-slider .swiper-case-study .swiper-slide .box-content {
    padding: 50px 0 0;
  }

  .modules .content-case-study-slider .swiper-case-study .swiper-slide .box-content .copy {
    max-width: 90%;
    padding: 0 20px;
  }

  .modules .content-case-study-slider .swiper-case-study .swiper-slide .image-block {
    padding: 0;
  }

  .modules .content-case-study-slider .swiper-case-study .swiper-slide .image-block img {
    max-width: 70%;
  }

  .modules .content-case-study-slider .swiper-case-study .swiper-next img, .modules .content-case-study-slider .swiper-case-study .swiper-prev img {
    width: 32px;
    height: 32px;
  }
}

.modules .content-image-gallery-slider {
  max-width: 65%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.modules .content-image-gallery-slider .swiper-wrapper {
  align-items: center;
}

.modules .content-image-gallery-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.modules .content-image-gallery-slider .swiper-gallery-next {
  z-index: 10;
  outline: none;
  position: absolute;
  top: 50%;
  right: 0%;
}

.modules .content-image-gallery-slider .swiper-gallery-next img {
  width: 74px;
  height: 74px;
  display: block;
}

.modules .content-image-gallery-slider .swiper-gallery-next:hover {
  opacity: .8;
}

.modules .content-gallery-slider {
  position: relative;
}

.modules .content-gallery-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.modules .content-gallery-slider .content-gallery-slider-container {
  background: #efefef;
  width: 100%;
  overflow: hidden;
}

.modules .content-gallery-slider .content-gallery-slider-container .row {
  align-items: center;
  max-width: 100%;
  height: 100%;
}

.modules .content-gallery-slider .content-gallery-slider-container .row.left {
  flex-direction: row;
}

.modules .content-gallery-slider .content-gallery-slider-container .row.right {
  flex-direction: row-reverse;
}

.modules .content-gallery-slider .content-gallery-slider-container .row .main-content {
  text-align: left;
  padding: 100px 100px 100px 45px;
}

.modules .content-gallery-slider .content-gallery-slider-container .row .main-content p {
  margin-top: 30px;
}

.modules .content-gallery-slider .content-gallery-slider-container .row .main-content .link {
  color: #005581;
  font-size: 20px;
  line-height: 39px;
}

.modules .content-gallery-slider .content-gallery-slider-container .row .swiper-gallery-container {
  margin: 0;
  overflow: hidden;
}

.modules .content-gallery-slider .content-gallery-slider-container .row .swiper-gallery-container .swiper-prev {
  z-index: 10;
  outline: none;
  position: absolute;
  top: 35%;
  left: 30%;
}

.modules .content-gallery-slider .content-gallery-slider-container .row .swiper-gallery-container .swiper-prev img {
  width: 17px;
  height: 27px;
  display: block;
}

.modules .content-gallery-slider .content-gallery-slider-container .row .swiper-gallery-container .swiper-prev:hover {
  opacity: .8;
}

.modules .content-gallery-slider .content-gallery-slider-container .row .swiper-gallery-container .swiper-gallery-next {
  z-index: 10;
  outline: none;
  position: absolute;
  top: 50%;
  right: 5%;
}

.modules .content-gallery-slider .content-gallery-slider-container .row .swiper-gallery-container .swiper-gallery-next img {
  width: 74px;
  height: 74px;
  display: block;
}

.modules .content-gallery-slider .content-gallery-slider-container .row .swiper-gallery-container .swiper-gallery-next:hover {
  opacity: .8;
}

.modules .content-gallery-slider .content-gallery-slider-container .row .swiper-gallery-container .swiper-slide {
  text-align: center;
  padding-bottom: 56.25%;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
}

.modules .content-gallery-slider .content-gallery-slider-container .row .swiper-gallery-container .swiper-slide .caption {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background: #70707099;
  width: 100%;
  padding: 2px 10px;
  font-size: 13px;
  line-height: 27px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.modules .content-gallery-slider .content-gallery-slider-container .row .swiper-gallery-container .swiper-slide .caption a {
  color: #fff;
}

.modules .content-gallery-slider .content-gallery-slider-container .row .swiper-gallery-container .swiper-slide .play_button {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.modules .content-gallery-slider .content-gallery-slider-container .row .swiper-gallery-container .swiper-slide .play_button:hover {
  opacity: .8;
}

@media only screen and (width >= 959px) and (width <= 1200px) {
  .modules .content-image-gallery-slider {
    max-width: 100%;
  }

  .modules .content-gallery-slider .content-gallery-slider-container .row .swiper-gallery-container {
    position: relative;
  }

  .modules .content-gallery-slider .content-gallery-slider-container .row .swiper-gallery-container .swiper-gallery-next {
    top: 42%;
  }

  .modules .content-gallery-slider .content-gallery-slider-container .row .main-content {
    padding: 45px 100px 25px 25px !important;
  }

  .modules .content-gallery-slider .content-gallery-slider-container .row .main-content p {
    margin-top: 0;
  }
}

@media only screen and (width >= 320px) and (width <= 750px) {
  .modules .content-gallery-slider .content-gallery-slider-container .row .main-content {
    text-align: center;
    padding: 75px 20px 60px;
  }

  .modules .content-gallery-slider .content-gallery-slider-container .row .swiper-gallery-container .swiper-slide {
    padding-bottom: 70%;
  }

  .modules .content-gallery-slider .content-gallery-slider-container .row .swiper-gallery-next {
    top: 75% !important;
  }
}

.modules .content-callout {
  border-top: 9px solid #030000;
  border-bottom: 9px solid #030000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 75px 12%;
  padding: 35px 0;
}

.modules .content-callout .cell {
  cursor: pointer;
  text-align: left;
  background-position: center;
  border-radius: 7px;
  padding: 6%;
  transition: all .25s ease-out;
  display: flex;
  position: relative;
  background-size: cover !important;
}

.modules .content-callout .cell:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.modules .content-callout .cell:hover {
  transition: all .25s ease-out;
}

.modules .content-callout .cell .box_content {
  flex-direction: column;
  place-content: center;
  width: 100%;
  display: flex;
}

.modules .content-callout .cell .image_overlay {
  z-index: 1;
  background: #00000070;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modules .content-callout .cell .flame_icon {
  z-index: 2;
  width: 32px;
  margin: 0 auto;
}

.modules .content-callout .cell h2 a {
  color: #fff;
  z-index: 2;
  position: relative;
}

.modules .content-callout .cell h4 {
  z-index: 2;
  border-top: 9px solid #fff;
  width: 85px;
  transition: all .25s ease-out;
  position: relative;
}

.modules .content-callout .cell h4 a {
  color: #fff;
}

.modules .content-callout .cell:hover h4 {
  width: 100%;
  transition: all .25s ease-out;
}

.modules .content-callout .cell:hover h4 a {
  color: #005581;
}

.modules .content-callout-large {
  background-position: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 75px 0;
  position: relative;
  background-size: cover !important;
}

.modules .content-callout-large .image_overlay {
  z-index: 1;
  background: #00000070;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modules .content-callout-large .cell {
  cursor: pointer;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 6%;
  display: flex;
  position: relative;
}

.modules .content-callout-large .cell h2 {
  color: #fff;
  z-index: 2;
  max-width: 90%;
  margin: 0 auto 20px;
  font-size: 30px;
  line-height: 1;
  position: relative;
}

.modules .content-callout-large .cell .btn {
  z-index: 2;
  width: 200px;
  margin: 0 auto;
  padding: 24px 0 !important;
}

.modules .content-support {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 90px 0;
  padding: 35px 5%;
}

.modules .content-support .cell {
  text-align: left;
  background: #030000;
  border-radius: 7px;
  align-items: flex-start;
  padding: 3%;
  transition: all .25s ease-out;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 10px #00000070;
}

.modules .content-support .cell :hover img {
  transition: all .25s ease-in-out;
  transform: rotate(25deg);
}

.modules .content-support .cell .box_content {
  width: 100%;
}

.modules .content-support .cell .box_content img {
  margin-bottom: 20px;
  transition: all .25s ease-in-out;
}

.modules .content-support .cell .box_content h4 {
  color: #fff;
  line-height: 32px;
}

.modules .content-support .cell .box_content p {
  color: #fff;
}

.modules .content-support .cell .box_content a {
  color: #fff;
  transition: all .25s ease-in-out;
}

.modules .content-support .cell .box_content a:hover {
  color: #005581;
  transition: all .25s ease-in-out;
}

.modules .content-support .cell .box_content .btn {
  color: #fff;
  margin-top: 20px;
}

.modules .content-support .cell .box_content .btn:hover {
  color: #fff;
}

.modules .content-user-manuals .intro {
  background: #030000;
  align-content: center;
  width: 100%;
  height: 300px;
  margin: 50px 0;
  padding: 5%;
}

.modules .content-user-manuals .intro .cell {
  align-content: center;
  align-items: center;
  display: flex;
}

.modules .content-user-manuals .intro h2 {
  color: #fff;
  text-align: left;
}

.modules .content-user-manuals .manuals {
  justify-content: center;
}

.modules .content-user-manuals .manuals .cell {
  text-align: center;
  border: 5px solid #030000;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 250px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 10px #00000070;
}

.modules .content-user-manuals .manuals .cell .title {
  color: #030000;
  margin: 20px 0;
  line-height: 1;
  display: block;
}

.modules .content-user-manuals .manuals .cell .link {
  margin: 10px auto;
  line-height: 1;
  transition: all .1s ease-in-out;
}

.modules .content-user-manuals .manuals .cell ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modules .content-user-manuals .manuals .cell ul li a:hover {
  color: #030000;
}

@media only screen and (width <= 750px) {
  .modules .content-callout {
    margin: 10px 7% 0 !important;
    padding: 35px 0 0 !important;
  }

  .modules .content-callout .cell {
    margin-bottom: 25px;
  }

  .modules .content-support .cell {
    margin-bottom: 25px;
    padding: 30px;
  }

  .modules .content-user-manuals .intro {
    height: 500px;
  }

  .modules .callout-block {
    text-align: center !important;
  }

  .modules .callout-block .plain {
    margin: 0 20px !important;
    padding: 40px 20px !important;
  }

  .modules .callout-block .plain .cell {
    text-align: center !important;
  }

  .modules .callout-block .plain img {
    float: none;
    margin: 0 auto 22px !important;
  }

  .modules .callout-block .plain .heading_3 {
    display: block;
    text-transform: none !important;
    margin-bottom: 10px !important;
    font-size: 28px !important;
    line-height: 30px !important;
  }

  .modules .callout-block .plain .text-right {
    text-align: center !important;
  }

  .modules .callout-block .plain .btn {
    margin: 20px 0 0;
    display: inline-block;
  }
}

@media only screen and (width <= 750px) and (orientation: landscape) {
  .modules .content-callout-large .cell {
    padding: 0 !important;
  }

  .modules .content-callout-large .cell h2 {
    font-size: 22px !important;
  }
}

.modules .content-products {
  padding: 40px 25px !important;
}

.modules .content-products .cell {
  text-align: center;
  flex-direction: column;
  margin-bottom: 42px;
  position: relative;
}

.modules .content-products .cell .overlay {
  opacity: 0;
  background: #00000014;
  width: 100%;
  height: 100%;
  transition: all .2s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}

.modules .content-products .cell:hover .overlay {
  opacity: 1;
  transition: all .2s ease-out;
}

.modules .content-products .cell .border {
  border: none;
  padding: 30px 5px 0;
  transition: all .2s ease-out;
  position: relative;
}

.modules .content-products .cell .border .image_wrap {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.modules .content-products .cell .border .heading_2 {
  color: #005581;
  letter-spacing: 1px;
  margin-top: 17px;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  font-family: effra, sans-serif !important;
}

.modules .content-products .cell .btn {
  margin-top: 15px;
  display: inline-block;
}

.modules .content-products .cell .products_img {
  width: 80% !important;
}

.modules .content-featured-quote {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 42px 3%;
  position: relative;
}

.modules .content-featured-quote .cell {
  padding: 40px;
  position: relative;
}

.modules .content-featured-quote .cell .heading_5 {
  display: block;
}

.modules .content-featured-quote .cell img {
  height: 70px;
  margin-bottom: 22px;
}

.modules .content-featured-quote .cell .border {
  background: #fff;
  padding: 45px;
  margin-top: 35px !important;
}

.modules .content-featured-quote .cell .border p {
  color: #005581;
  font-size: 27px;
  font-style: italic;
  line-height: 41px;
}

.modules .content-featured-quote .cell.regular {
  border: 2px solid #005581;
  padding: 80px 0;
}

.modules .content-featured-quote .cell.regular .heading_5 {
  margin-bottom: 20px;
}

.modules .content-featured-quote .cell.regular img {
  margin-bottom: 0;
}

.modules .content-featured-quote .cell.regular .border {
  padding-bottom: 0;
  border: none !important;
  margin-top: 0 !important;
}

.modules .content-featured-quote .cell.condensed {
  border: none;
}

@media only screen and (width <= 750px) {
  .modules .content-featured-quote .cell.regular .heading_5 {
    margin: 50px 0 20px;
  }
}

.modules .content-split-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 28px 0;
  padding: 35px 0;
}

.modules .content-split-left .wrapper {
  align-items: center;
  max-width: 1200px !important;
}

.modules .content-split-left.less_padding {
  padding: 28px;
}

.modules .content-split-left.regular_padding {
  padding: 60px;
}

.modules .content-split-left.more_padding {
  padding: 130px;
}

.modules .content-split-left.none_padding {
  padding: 0 0 28px;
}

.modules .content-split-left .box-content {
  flex-direction: column;
  margin: 0;
  padding: 0 40px;
  display: flex;
  position: relative;
}

.modules .content-split-left .box-content .logo {
  margin-bottom: 25px;
}

.modules .content-split-left .box-content .copy {
  padding: 0 30px;
}

.modules .content-split-left .box-content h2 {
  margin-bottom: 30px;
  display: inline-block;
}

.modules .content-split-left .box-content p {
  margin-bottom: 20px;
}

.modules .content-split-left .box-content .heading_5 {
  color: #707070;
}

.modules .content-split-left .box-content .btn {
  margin: 30px 0 0;
  display: inline-block;
}

.modules .content-split-left .box-content.no {
  text-align: left;
}

.modules .content-split-left .box-content.yes {
  text-align: center;
}

.modules .content-split-left .box-content.yes h2 {
  position: relative;
}

.modules .content-split-left .box-content.yes h2:after {
  content: " ";
  border-bottom: 2px solid #005581;
  width: 350px;
  height: 2px;
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.modules .content-split-left .image-block {
  text-align: center;
  align-self: flex-start;
  margin: 0;
  padding: 0;
}

.modules .content-split-left .image-block .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
}

.modules .content-split-left .content-video {
  padding: 30% 0;
  position: relative;
  background-size: cover !important;
}

.modules .content-split-left .content-video .play_button {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.modules .content-split-left .content-video .play_button:hover {
  opacity: .8;
}

.modules .animate_left {
  opacity: 0;
  transition: all .2s ease-out;
}

.modules .animate_left.visible {
  opacity: 1;
}

@media only screen and (width <= 750px) {
  .modules .content-split-left {
    margin: 0;
    padding: 0 !important;
  }

  .modules .content-split-left .image-block {
    padding: 0;
  }

  .modules .content-split-left .box-content {
    order: 2;
    padding: 40px 0;
    text-align: center !important;
  }

  .modules .content-split-left .box-content .copy {
    padding: 0 20px;
  }

  .modules .content-split-left .box-content h2 {
    margin-bottom: 10px;
  }

  .modules .content-split-left .box-content h2:after {
    width: auto !important;
  }

  .modules .content-split-left .box-content .heading_5 {
    margin-bottom: 10px;
    display: block;
  }

  .modules .content-split-left .box-content p {
    margin-top: 30px;
  }

  .modules .content-split-left .box-content .btn {
    margin: 20px auto;
  }

  .modules .content-split-left .box-content.yes h2:after {
    width: 100%;
  }
}

.modules .content-split-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 28px 0;
  padding: 35px 0;
}

.modules .content-split-right .wrapper {
  align-items: center;
  max-width: 1200px !important;
}

.modules .content-split-right.less_padding {
  padding: 28px;
}

.modules .content-split-right.regular_padding {
  padding: 60px;
}

.modules .content-split-right.more_padding {
  padding: 130px;
}

.modules .content-split-right.none_padding {
  padding: 0 0 28px;
}

.modules .content-split-right .box-content {
  flex-direction: column;
  margin: 0;
  padding: 0 40px;
  display: flex;
  position: relative;
}

.modules .content-split-right .box-content .logo {
  margin-bottom: 25px;
}

.modules .content-split-right .box-content .copy {
  padding: 0 30px;
}

.modules .content-split-right .box-content h2 {
  margin-bottom: 30px;
  display: inline-block;
}

.modules .content-split-right .box-content p {
  margin-bottom: 20px;
}

.modules .content-split-right .box-content .heading_5 {
  color: #707070;
}

.modules .content-split-right .box-content .btn {
  margin: 30px 0 0;
  display: inline-block;
}

.modules .content-split-right .box-content.no {
  text-align: left;
}

.modules .content-split-right .box-content.yes {
  text-align: center;
}

.modules .content-split-right .box-content.yes h2 {
  position: relative;
}

.modules .content-split-right .box-content.yes h2:after {
  content: " ";
  border-bottom: 2px solid #005581;
  width: 350px;
  height: 2px;
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.modules .content-split-right .image-block {
  text-align: center;
  align-self: flex-start;
  margin: 0;
  padding: 0;
}

.modules .content-split-right .image-block .image {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover !important;
}

.modules .content-split-right .content-video {
  padding: 30% 0;
  position: relative;
  background-size: cover !important;
}

.modules .content-split-right .content-video .play_button {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.modules .content-split-right .content-video .play_button:hover {
  opacity: .8;
}

.modules .animate_right {
  opacity: 0;
  transition: all .2s ease-out;
}

.modules .animate_right.visible {
  opacity: 1;
}

@media only screen and (width <= 750px) {
  .modules .content-split-right {
    margin: 0;
    padding: 0 !important;
  }

  .modules .content-split-right .box-content {
    padding: 40px 0;
    text-align: center !important;
  }

  .modules .content-split-right .box-content .copy {
    padding: 0 20px;
  }

  .modules .content-split-right .box-content h2 {
    margin-bottom: 10px;
  }

  .modules .content-split-right .box-content h2:after {
    width: auto !important;
  }

  .modules .content-split-right .box-content .heading_5 {
    margin-bottom: 10px;
    display: block;
  }

  .modules .content-split-right .box-content p {
    margin-top: 30px;
  }

  .modules .content-split-right .box-content .btn {
    margin: 20px auto;
  }
}

.modules .content-block {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.modules .content-block .spacer {
  height: 45px;
}

.modules .content-block .text-align-left {
  text-align: left !important;
}

.modules .content-block .video_only .youtube-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
}

.modules .content-block .video_only .youtube-play-button .blue {
  filter: invert(50%) sepia(97) hue-rotate(175deg);
}

.modules .content-block .plain {
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  padding: 45px;
  position: relative;
}

.modules .content-block .plain h1, .modules .content-block .plain .heading_1 {
  text-transform: none;
  margin: 0 auto 20px;
  font-size: 52px;
  line-height: 63px;
}

.modules .content-block .plain h3, .modules .content-block .plain .heading_3 {
  text-transform: uppercase;
  margin: 0 auto 12px;
  font-size: 1.8vw;
}

.modules .content-block .plain p, .modules .content-block .plain ul li, .modules .content-block .plain ol li {
  max-width: 65%;
  margin: 0 auto 20px;
  font-size: 21px;
  line-height: 33px;
}

.modules .content-block .plain p .heading_5, .modules .content-block .plain ul li .heading_5, .modules .content-block .plain ol li .heading_5 {
  line-height: 20px;
}

.modules .content-block .plain a {
  transition: all .2s ease-out;
}

.modules .content-block .plain a:hover {
  color: #00b9f2;
  transition: all .2s ease-out;
}

.modules .content-block .plain img, .modules .content-block .plain .icon {
  height: 60px;
  margin-bottom: 22px;
}

.modules .content-block .plain .logo {
  vertical-align: middle;
  display: inline-block;
}

.modules .content-block .plain .logo img {
  height: auto;
  width: 100px !important;
  margin: 35px 25px !important;
}

.modules .content-block .plain.less_padding {
  padding: 28px 28px 0;
}

.modules .content-block .plain.regular_padding {
  padding: 60px;
}

.modules .content-block .plain.more_padding {
  padding: 130px;
}

.modules .content-block .plain.empty_padding {
  padding: 165px;
}

.modules .content-block .plain.center, .modules .content-block .plain .center {
  text-align: center;
}

.modules .content-block .plain.left, .modules .content-block .plain .left {
  text-align: left;
}

.modules .content-block .plain.right, .modules .content-block .plain .right {
  text-align: right;
}

.modules .content-block .plain .play_button {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.modules .content-block .plain .play_button:hover {
  opacity: .8;
}

.modules .content-block .plain .btn {
  margin: 30px 0 0;
  display: inline-block;
}

.modules .content-block .plain .btn.blue {
  color: #fff;
  background: #005581;
  border: 1px solid #005581;
}

.modules .content-block .plain .btn.blue:hover {
  color: #005581;
  background: #fff;
  border: 1px solid #005581;
}

.modules .content-block .plain .btn.white {
  background: #fff;
  border: 1px solid #005581;
  color: #005581 !important;
}

.modules .content-block .plain .btn.white:hover {
  background: #005581;
  border: 1px solid #fff;
  color: #fff !important;
}

.modules .content-block .contact {
  color: #fff;
  background: #030000;
  padding: 60px;
}

.modules .content-block .contact a {
  text-transform: none;
}

.modules .content-block .contact .icon {
  float: left;
  margin-right: 14px;
}

.modules .content-block .contact .icon:hover {
  opacity: .8;
}

.modules .content-block .basic {
  text-align: left;
  z-index: 1;
  background-position: center;
  background-size: cover;
  justify-content: flex-end;
  padding: 130px 5%;
  position: relative;
  overflow: hidden;
}

.modules .content-block .basic .feature-video {
  z-index: -100;
  background-size: cover;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin-left: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
}

.modules .content-block .basic .image_overlay {
  z-index: 2;
  background: linear-gradient(90deg, #fff0 40%, #030000 90%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modules .content-block .basic.left {
  flex-direction: row-reverse;
}

.modules .content-block .basic.left .image_overlay {
  z-index: 2;
  background: linear-gradient(270deg, #fff0 40%, #030000 90%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modules .content-block .basic.middle {
  text-align: center;
  justify-content: center;
}

.modules .content-block .basic .play_button {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.modules .content-block .basic .play_button:hover {
  opacity: .8;
}

.modules .content-block .basic .cell {
  z-index: 4;
}

.modules .content-block .basic h1 {
  color: #fff;
}

.modules .content-block .basic p {
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.modules .content-block .basic .btn {
  margin-top: 40px;
}

.modules .content-block .two_column {
  padding: 40px 3%;
  background-size: cover !important;
}

.modules .content-block .two_column h2 {
  margin-bottom: 10px;
  position: relative;
}

.modules .content-block .two_column center h2:after {
  content: " ";
  border-bottom: 2px solid #005581;
  width: 350px;
  height: 2px;
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.modules .content-block .two_column .heading_5 {
  color: #707070;
}

.modules .content-block .two_column .icon {
  height: 60px;
  margin-bottom: 22px;
}

.modules .content-block .two_column p {
  max-width: 85%;
  margin-top: 40px;
}

.modules .content-block .two_column .btn {
  margin: 30px 15px 0 0;
  display: inline-block;
}

.modules .content-block .three_column.less_padding {
  padding: 28px 3%;
}

.modules .content-block .three_column.regular_padding {
  padding: 60px 3%;
}

.modules .content-block .three_column.more_padding {
  padding: 130px 3%;
}

.modules .content-block .three_column h2 {
  margin-bottom: 40px;
}

.modules .content-block .three_column .heading_5 {
  color: #707070 !important;
}

.modules .content-block .three_column .content {
  margin-top: 0;
}

.modules .content-block .three_column .cell {
  text-align: center;
}

.modules .content-block .three_column .cell h3 {
  color: #005581;
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 30px;
}

.modules .content-block .three_column .cell h5 {
  color: #005581;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px !important;
  line-height: 31px !important;
}

.modules .content-block .three_column .cell p {
  font-size: 18px;
  line-height: 26px;
}

.modules .content-block .three_column .cell .icon {
  height: 60px;
  margin-bottom: 22px;
}

.modules .content-block .three_column .cell .link {
  margin-top: 35px;
  font-size: 20px;
  display: block;
}

.modules .content-block .three_column .cell a {
  color: #005581;
  transition: all .2s ease-out;
}

.modules .content-block .three_column .cell a:hover {
  color: #00b9f2;
  transition: all .2s ease-out;
}

.modules .content-block .three_column .btn {
  margin: 30px 0 0;
  display: inline-block;
}

.modules .content-block .four_column.less_padding {
  padding: 28px 3%;
}

.modules .content-block .four_column.regular_padding {
  padding: 40px 3%;
}

.modules .content-block .four_column.more_padding {
  padding: 130px 3%;
}

.modules .content-block .four_column .content {
  margin-top: 50px;
}

.modules .content-block .four_column .cell {
  text-align: center;
}

.modules .content-block .four_column .cell h3 {
  color: #005581;
  font-size: 28px;
  line-height: 30px;
}

.modules .content-block .four_column .cell h5 {
  color: #005581;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px !important;
  line-height: 31px !important;
}

.modules .content-block .four_column .cell .icon {
  height: 60px;
}

.modules .content-block .four_column .cell .heading_large {
  margin: 0 !important;
}

.modules .content-block .four_column .cell .link {
  font-size: 20px;
}

.modules .content-block .four_column .cell a {
  color: #005581;
  transition: all .2s ease-out;
}

.modules .content-block .four_column .cell a:hover {
  color: #00b9f2;
  transition: all .2s ease-out;
}

.modules .content-block .four_column .btn {
  margin: 30px 0 0;
  display: inline-block;
}

.modules .content-block .dropdown {
  text-align: center;
  width: 100%;
  padding: 40px 0;
}

.modules .content-block .dropdown .cell {
  margin: 0 auto;
}

.modules .content-block .banner-bottom-message {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.53px;
  z-index: 9;
  width: 100%;
  padding: 15px 10px 0;
  font-family: effra, sans-serif;
  font-weight: 100;
  line-height: 1;
  position: absolute;
  bottom: 0;
}

.modules .content-block .banner-bottom-message a {
  color: #fff;
  text-decoration: underline;
}

.modules .content-block .banner-bottom-message p {
  font-size: 1em;
}

@media only screen and (width <= 750px) {
  .modules .content-block .basic {
    text-align: center;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 50px 5%;
  }

  .modules .content-block .basic .image_overlay {
    display: none;
  }

  .modules .content-block .basic .cell {
    margin-top: 378px;
  }

  .modules .content-block .basic .cell h1 {
    color: #030000;
    margin-bottom: 20px;
    line-height: 39px;
  }

  .modules .content-block .basic .cell .heading_5 {
    color: #707070;
    margin-bottom: 10px;
    display: block;
  }

  .modules .content-block .basic .cell.middle {
    margin-top: 0;
  }

  .modules .content-block .basic .cell.middle h1, .modules .content-block .basic .cell.middle .heading_5, .modules .content-block .basic .cell.white h1, .modules .content-block .basic .cell.white p, .modules .content-block .basic .cell.white .heading_5 {
    color: #fff;
  }

  .modules .content-block .basic .feature-video {
    object-fit: cover;
    height: 350px;
    min-height: auto;
    top: 0;
    left: 0;
    transform: translateX(0%)translateY(0%);
  }

  .modules .content-block .basic p {
    color: #030000;
    max-width: 100%;
  }

  .modules .content-block .plain {
    padding: 28px 15px !important;
  }

  .modules .content-block .plain.empty_padding {
    height: 350px;
    padding: 30px 0 !important;
  }

  .modules .content-block .plain h1 {
    margin-bottom: 25px;
    font-size: 48px;
    line-height: 52px;
  }

  .modules .content-block .plain h2 {
    margin-bottom: 25px;
  }

  .modules .content-block .plain h3, .modules .content-block .plain .heading_3 {
    font-size: 22px;
    line-height: 27px;
  }

  .modules .content-block .plain p {
    max-width: 100%;
  }

  .modules .content-block .plain .play_button {
    margin: 100px auto;
    position: relative;
  }

  .modules .content-block .plain .icon, .modules .content-block .plain img {
    margin-top: 30px;
  }

  .modules .content-block .plain .logo img {
    margin: 15px 25px !important;
  }

  .modules .content-block .plain .blue_border {
    padding: 0 20px;
  }

  .modules .content-block .plain .blue_border .benefits {
    columns: 1;
    max-width: 100%;
  }

  .modules .content-block .plain .blue_border .benefits li {
    background-position: 0 10px;
    background-size: 32px;
    max-width: 100%;
  }

  .modules .content-block .two_column {
    background-position: top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 40px 20px;
    background-size: 200% !important;
  }

  .modules .content-block .two_column.less_padding .cell {
    text-align: center;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .modules .content-block .two_column.less_padding .cell img {
    float: none;
    margin: 0 auto 20px 0;
  }

  .modules .content-block .two_column .large-6:first-child {
    text-align: center;
    order: 2;
  }

  .modules .content-block .two_column .large-6:first-child p {
    color: #030000;
    max-width: 100%;
    margin-top: 50px;
  }

  .modules .content-block .two_column .large-6:first-child .btn {
    margin: 0 10px;
  }

  .modules .content-block .three_column.less_padding {
    padding: 0 3% 30px;
  }

  .modules .content-block .three_column .cell {
    margin-top: 25px;
  }

  .modules .content-block .four_column .content .cell {
    margin-bottom: 30px;
  }

  .modules .content-block .four_column .content .cell .heading_large {
    line-height: 72px;
  }

  .modules .content-block .four_column.regular_padding {
    padding: 10px 3%;
  }

  .modules .content-block .mobile_only {
    text-align: center;
    padding: 8%;
    display: block;
  }

  .modules .content-block .mobile_only img {
    margin: 30px 0;
  }

  .modules .content-block .mobile_only .btn {
    margin-top: 30px;
  }
}

.modules .content-tabbed {
  width: 100%;
  margin: 0;
}

.modules .content-tabbed .tabs {
  text-align: center;
  background: #707070;
  border: none;
  flex-direction: row;
  width: 100%;
  display: flex;
  margin: 0 auto !important;
  padding: 0 60px !important;
}

.modules .content-tabbed .tabs li {
  display: inline-block;
  position: relative;
  background: none !important;
  border: none !important;
}

.modules .content-tabbed .tabs li.is-active:after {
  content: "";
  border-top: 15px solid #707070;
  border-left: 15px solid #0000;
  border-right: 15px solid #0000;
  width: 0;
  height: 0;
  margin-right: -10px;
  position: absolute;
  right: 50%;
}

.modules .content-tabbed .tabs li.is-active a {
  text-underline-offset: 5px;
  text-decoration: underline;
  color: #fff !important;
  background: none !important;
}

.modules .content-tabbed .tabs li a {
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
  transition: all .25s ease-in-out;
  color: #efefef !important;
  margin: 25px 0 !important;
}

.modules .content-tabbed .tabs li a:hover, .modules .content-tabbed .tabs li a:focus, .modules .content-tabbed .tabs li a[aria-selected="true"] {
  text-underline-offset: 5px;
  background: none;
  text-decoration: underline;
  transition: all .25s ease-in-out;
  color: #fff !important;
}

.modules .content-tabbed .tabs-content {
  background: none;
  width: 100%;
  max-width: 1440px;
  margin: 50px auto;
  border: none !important;
}

.modules .content-tabbed .tabs-content .tabs-panel {
  padding: 0 40px;
}

.modules .content-tabbed .tabs-content .tabs-panel h2:first-of-type {
  display: none;
}

.modules .content-tabbed .tabs-content .tabs-panel h2 {
  color: #005581;
  font-size: 25px;
}

.modules .content-tabbed .tabs-content .tabs-panel h3 {
  color: #005581;
  margin-top: 25px;
  font-size: 18px;
}

.modules .content-tabbed .tabs-content .cell {
  border-top: 1px solid #efefef;
  padding: 20px;
}

.modules .content-tabbed .tabs-content .cell .video-block {
  height: 225px;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
}

.modules .content-tabbed .tabs-content .cell:hover .heading_3 {
  text-decoration: none !important;
}

.modules .content-tabbed .tabs-content .cell .heading_3 {
  color: #005581;
  text-align: center;
  margin: 20px auto;
  display: block;
}

.modules .content-tabbed .tabs-content .cell .play_button {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.modules .content-tabbed .tabs-content .cell .play_button:hover {
  opacity: .8;
}

.modules .content-tabbed .tabs-content .cell .thumb {
  float: left;
  margin: -5px 20px 0 0;
}

.modules .content-tabbed .tabs-content .html-content .cell {
  border-top: none;
  padding: 0;
}

.modules .content-tabbed .tabs-content .html-content h3 {
  font-size: 30px !important;
}

.modules .content-tabbed .tabs-content .html-content .two_column {
  text-align: center;
  padding: 40px 3%;
}

.modules .content-tabbed .tabs-content .html-content .two_column h2 {
  margin-bottom: 10px;
  position: relative;
}

.modules .content-tabbed .tabs-content .html-content .two_column h2:first-of-type {
  color: #030000;
  font-size: 36px;
  display: block !important;
}

.modules .content-tabbed .tabs-content .html-content .two_column h2:after {
  content: " ";
  border-bottom: 2px solid #005581;
  width: 350px;
  height: 2px;
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.modules .content-tabbed .tabs-content .html-content .two_column .heading_5 {
  color: #707070;
}

.modules .content-tabbed .tabs-content .html-content .two_column .icon {
  height: 60px;
}

.modules .content-tabbed .tabs-content .html-content .two_column p {
  max-width: 85%;
  margin: 40px auto;
}

.modules .content-tabbed .tabs-content .html-content .two_column .btn {
  margin: 50px 15px 0 0;
  display: inline-block;
}

.modules .content-tabbed .tabs-content .html-content .two_column .video {
  border: 1px solid #707070;
  height: 455px;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
}

.modules .content-tabbed .tabs-content .html-content .two_column .video .play_button {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.modules .content-tabbed .tabs-content .html-content .icon {
  height: 70px;
}

.modules .content-tabbed .tabs-content .html-content .full {
  width: 100%;
}

.modules .content-tabbed .tabs-content .html-content .full h3 {
  color: #005581;
}

.modules .content-tabbed .tabs-content .html-content .find-provider-block {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left !important;
  max-width: 1440px !important;
}

.modules .content-tabbed .tabs-content .html-content .find-provider-block .plain {
  border: 2px solid #005581;
  margin: 0 25px;
  padding: 28px;
}

.modules .content-tabbed .tabs-content .html-content .find-provider-block .plain .main_content {
  float: left;
}

.modules .content-tabbed .tabs-content .html-content .find-provider-block .plain .heading_3 {
  color: #005581;
  margin: 20px 0 0;
  font-weight: 600;
}

.modules .content-tabbed .tabs-content .html-content .find-provider-block .plain p {
  max-width: 100%;
  margin: 0;
}

.modules .content-tabbed .tabs-content .html-content .find-provider-block .plain .icon {
  float: left;
  margin: 20px 20px 0 0 !important;
}

.modules .content-tabbed .tabs-content .html-content .find-provider-block .plain .btn {
  margin: 0 0 0 30px;
}

.modules .content-tabbed .tabs-content .html-content .btn {
  color: #fff;
  text-decoration: none;
  margin: 10px 0 0 !important;
}

.modules .content-tabbed .tabs-content .html-content .btn:hover {
  color: #005581;
}

.modules .content-tabbed .tabs-content .html-content .rows {
  flex-direction: column;
  max-width: 90%;
  margin: 65px auto;
  list-style: none;
  display: flex;
}

.modules .content-tabbed .tabs-content .html-content .rows li {
  text-align: left;
  border-top: 1px solid #707070;
  width: 100%;
  padding: 30px 30px 30px 0;
}

.modules .content-tabbed .tabs-content .html-content .rows li img {
  float: left;
  margin: 0 20px !important;
}

.modules .content-tabbed .tabs-content .html-content .rows li h3 {
  color: #005581;
  margin-top: 0 !important;
}

.modules .content-tabbed .tabs-content .html-content .rows li p {
  max-width: 100%;
  margin: 0;
}

.modules .content-tabbed .tabs-content .html-content .rows li .btn {
  color: #fff;
  float: right;
  margin: 10px 0 0;
  text-decoration: none;
}

.modules .content-tabbed .tabs-content .html-content .rows li .btn:hover {
  color: #005581;
}

.modules .content-tabbed .tabs-content .html-content .rows li:last-child {
  border-bottom: 1px solid #707070;
}

.modules .content-tabbed .tabs-content .html-content .videos {
  margin: 50px auto 0;
  list-style: none;
}

.modules .content-tabbed .tabs-content .html-content .videos li {
  vertical-align: top;
  width: 100%;
  max-width: 30%;
  margin: 0 1%;
  display: inline-block;
}

.modules .content-tabbed .tabs-content .html-content .videos li:hover a {
  text-decoration: underline;
}

.modules .content-tabbed .tabs-content .html-content .videos .video-block {
  border: 1px solid #707070;
  height: 225px;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
}

.modules .content-tabbed .tabs-content .html-content .videos:hover .heading_3 {
  text-decoration: none !important;
}

.modules .content-tabbed .tabs-content .html-content .videos .heading_3 {
  color: #005581;
  text-align: center;
  margin: 20px auto;
  font-size: 21px;
  line-height: 26px;
  display: block;
}

.modules .content-tabbed .tabs-content .html-content .videos a {
  text-decoration: none;
}

.modules .content-tabbed .tabs-content .html-content .videos p {
  margin: 0 auto 30px;
}

.modules .content-tabbed .tabs-content .html-content .videos .play_button {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.modules .content-tabbed .tabs-content .html-content .videos .play_button:hover {
  opacity: .8;
}

.modules .content-tabbed .tabs-content .logos {
  align-content: center;
  margin: 45px 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.modules .content-tabbed .tabs-content .logos li {
  margin-right: 20px;
}

.modules .content-tabbed .tabs-content .logos li img {
  height: 70px;
}

.modules .content-tabbed .tabs-content table {
  float: left;
  width: 100%;
  max-width: 30%;
  margin-right: 3%;
}

.modules .content-tabbed .tabs-content table thead {
  color: #005581;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 400;
}

.modules .content-tabbed .tabs-content table thead th:first-of-type {
  padding: 10px 0;
}

.modules .content-tabbed .tabs-content table tbody {
  border: 2px solid #005581;
}

.modules .content-tabbed .tabs-content table td:first-child {
  color: #005581;
  text-transform: uppercase;
}

.modules .content-tabbed .tabs-content p {
  color: #030000;
  max-width: 85%;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

.modules .content-tabbed .tabs-content .accordion {
  background: none;
}

.modules .content-tabbed .tabs-content .accordion .accordion-item {
  background: none;
  border-bottom: 2px solid #efefef;
}

.modules .content-tabbed .tabs-content .accordion .accordion-item .accordion-title {
  color: #005581;
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 0;
  padding: 25px;
  font-weight: 500;
  text-decoration: none;
  font-size: 18px !important;
  line-height: 26px !important;
}

.modules .content-tabbed .tabs-content .accordion .accordion-item .accordion-title:before {
  color: #005581;
  margin-top: -12px;
  right: 25px;
  font-size: 32px !important;
}

.modules .content-tabbed .tabs-content .accordion .accordion-item .accordion-title:hover, .modules .content-tabbed .tabs-content .accordion .accordion-item .accordion-title:focus {
  background: none;
}

.modules .content-tabbed .tabs-content .accordion .accordion-item.is-active > .accordion-title:before {
  font-size: 28px !important;
}

.modules .content-tabbed .tabs-content .accordion .accordion-item .accordion-content {
  background: none;
  border: none;
  padding: 0 20% 25px 25px;
}

@media only screen and (width <= 750px) {
  .modules .content-tabbed {
    padding: 60px 25px;
  }

  .modules .content-tabbed .tabs li {
    float: none;
    text-align: center;
    vertical-align: top;
    display: inline-block;
  }

  .modules .content-tabbed .tabs li a {
    font-size: 18px;
    margin: 10px auto !important;
  }

  .modules .content-tabbed .tabs li:nth-child(2) a {
    border-right: none !important;
  }

  .modules .content-tabbed .tabs-content {
    margin: 0;
  }

  .modules .content-tabbed .tabs-content .tabs-panel .tab_content {
    max-width: 100%;
  }

  .modules .content-tabbed .tabs-content .tabs-panel img {
    float: none;
    max-width: 100%;
    margin: 20px 0;
  }

  .modules .content-tabbed .html-content .cell {
    border-top: none;
    padding: 0;
  }

  .modules .content-tabbed .html-content .two_column {
    text-align: center;
    padding: 40px 3%;
  }

  .modules .content-tabbed .html-content .two_column h2 {
    margin-bottom: 10px;
    position: relative;
  }

  .modules .content-tabbed .html-content .two_column h2:after {
    content: " ";
    border-bottom: 2px solid #005581;
    width: 350px;
    height: 2px;
    margin: auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
  }

  .modules .content-tabbed .html-content .two_column .heading_5 {
    color: #707070;
  }

  .modules .content-tabbed .html-content .two_column .icon {
    height: 70px;
    margin-top: 22px;
  }

  .modules .content-tabbed .html-content .two_column p {
    max-width: 85%;
    margin: 40px auto;
  }

  .modules .content-tabbed .html-content .two_column .btn {
    margin: 50px 15px 0 0;
    display: inline-block;
  }

  .modules .content-tabbed .html-content .two_column .video {
    border: 1px solid #707070;
    height: 455px;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
  }

  .modules .content-tabbed .html-content .two_column .video .play_button {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    position: absolute;
    inset: 0;
  }

  .modules .content-tabbed .html-content .icon {
    height: 70px;
  }

  .modules .content-tabbed .html-content .full {
    width: 100%;
  }

  .modules .content-tabbed .html-content .full h3 {
    color: #005581;
  }

  .modules .content-tabbed .html-content .find-provider-block {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center !important;
  }

  .modules .content-tabbed .html-content .find-provider-block .plain {
    border: 2px solid #005581;
    margin: 0 !important;
    padding: 28px 15px !important;
  }

  .modules .content-tabbed .html-content .find-provider-block .plain .cell {
    border-top: none !important;
  }

  .modules .content-tabbed .html-content .find-provider-block .plain .main_content {
    float: none;
  }

  .modules .content-tabbed .html-content .find-provider-block .plain .heading_3 {
    color: #005581;
    margin: 20px 0 0;
    font-weight: 600;
  }

  .modules .content-tabbed .html-content .find-provider-block .plain p {
    max-width: 100%;
    margin: 0;
  }

  .modules .content-tabbed .html-content .find-provider-block .plain .icon {
    float: none;
    margin: 20px 20px 0 0 !important;
  }

  .modules .content-tabbed .html-content .find-provider-block .plain .btn {
    margin: 20px 0 0;
  }

  .modules .content-tabbed .html-content .btn {
    color: #fff;
    text-decoration: none;
    margin: 10px 0 0 !important;
  }

  .modules .content-tabbed .html-content .btn:hover {
    color: #005581;
  }

  .modules .content-tabbed .html-content .rows {
    max-width: 100%;
    margin: 0 auto;
  }

  .modules .content-tabbed .html-content .rows li {
    text-align: center;
    border-top: 1px solid #707070;
    padding: 28px 0;
    list-style: none;
  }

  .modules .content-tabbed .html-content .rows li img {
    float: none;
    margin: 0 auto !important;
  }

  .modules .content-tabbed .html-content .rows li .btn {
    float: none;
    margin: 20px !important;
  }

  .modules .content-tabbed .html-content .rows li:last-child {
    border-bottom: 1px solid #707070;
    margin-bottom: 50px;
  }

  .modules .content-tabbed .html-content .videos {
    margin: 50px auto;
    list-style: none;
  }

  .modules .content-tabbed .html-content .videos li {
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: inline-block;
  }

  .modules .content-tabbed .html-content .videos li:hover a {
    text-decoration: underline;
  }

  .modules .content-tabbed .html-content .videos .video-block {
    border: 1px solid #707070;
    height: 225px;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
  }

  .modules .content-tabbed .html-content .videos:hover .heading_3 {
    text-decoration: none !important;
  }

  .modules .content-tabbed .html-content .videos .heading_3 {
    color: #005581;
    text-align: center;
    margin: 20px auto;
    font-size: 21px;
    line-height: 26px;
    display: block;
  }

  .modules .content-tabbed .html-content .videos a {
    text-decoration: none;
  }

  .modules .content-tabbed .html-content .videos p {
    margin: 0 auto 30px;
  }

  .modules .content-tabbed .html-content .videos .play_button {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    position: absolute;
    inset: 0;
  }

  .modules .content-tabbed .html-content .videos .play_button:hover {
    opacity: .8;
  }

  .modules .content-tabbed .accordion {
    background: none;
    width: 100%;
    margin: 0 0 75px;
  }

  .modules .content-tabbed .accordion .accordion-item {
    background: none;
    border-bottom: 2px solid #efefef;
    padding: 20px 0;
  }

  .modules .content-tabbed .accordion .accordion-item:first-child {
    border-top: 2px solid #efefef;
  }

  .modules .content-tabbed .accordion .accordion-item .accordion-title {
    text-align: left;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    color: #005581 !important;
    text-transform: none !important;
  }

  .modules .content-tabbed .accordion .accordion-item .accordion-title:before {
    margin-top: -15px;
    font-size: 40px;
    right: 0;
  }

  .modules .content-tabbed .accordion .accordion-item .accordion-title:hover, .modules .content-tabbed .accordion .accordion-item .accordion-title:focus {
    background: none;
    outline: none;
  }

  .modules .content-tabbed .accordion .accordion-item .accordion-title img {
    float: left;
    max-width: 95px;
    margin: -20px 5px 0 0;
  }

  .modules .content-tabbed .accordion .accordion-item .accordion-title h2 {
    color: #005581;
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .modules .content-tabbed .accordion .accordion-item .accordion-title .heading_5 {
    color: #707070;
    text-transform: uppercase;
    display: block;
  }

  .modules .content-tabbed .accordion .accordion-item .accordion-content {
    text-align: left;
    background: none;
    border: none;
    margin: 20px 0;
    padding: 15px 0;
  }

  .modules .content-tabbed .accordion .accordion-item .accordion-content .cell {
    border-top: 1px solid #707070;
  }

  .modules .content-tabbed .accordion .accordion-item .accordion-content h3 {
    color: #005581;
  }

  .modules .content-tabbed .accordion .accordion-item .accordion-content table {
    float: left;
    width: 100%;
  }

  .modules .content-tabbed .accordion .accordion-item .accordion-content table thead {
    color: #005581;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 400;
  }

  .modules .content-tabbed .accordion .accordion-item .accordion-content table thead th:first-of-type {
    padding: 10px 0;
  }

  .modules .content-tabbed .accordion .accordion-item .accordion-content table tbody {
    border: 2px solid #005581;
  }

  .modules .content-tabbed .accordion .accordion-item .accordion-content .accordion-title {
    padding-right: 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase !important;
  }

  .modules .content-tabbed .accordion .accordion-item .accordion-content .thumb {
    float: left;
    margin: 0 12px 12px 0;
  }

  .modules .content-tabbed .accordion .accordion-item .accordion-content p {
    color: #030000;
    font-size: 16px;
    line-height: 26px;
  }
}

.modules .content-icons {
  background: #efefef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.modules .content-icons .cell {
  text-align: center;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.modules .content-icons .cell .box_content {
  flex-direction: column;
  place-content: center;
  width: 100%;
  display: flex;
}

.modules .content-icons .cell .box_content .heading_6 {
  color: #005581;
  max-width: 70%;
  margin: 20px auto 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px !important;
}

.modules .content-icons .cell img {
  height: 70px;
  margin: 0 auto;
}

@media only screen and (width <= 750px) {
  .modules .content-icons {
    margin: 0;
  }

  .modules .content-icons .cell {
    align-items: flex-start;
    margin-bottom: 0;
    padding: 20px 0;
  }

  .modules .content-icons .cell .box_content img {
    max-height: 40px;
    margin: 0 auto 10px;
  }

  .modules .content-icons .cell .box_content .heading_6 {
    max-width: 100%;
    margin: 0;
    font-size: 8px;
    line-height: 10px !important;
  }
}

.modules .content-support-modules {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 20px;
  padding: 0;
}

.modules .content-support-modules .wrapper {
  justify-content: center;
}

.modules .content-support-modules .cell {
  text-align: center;
  border: 1px solid #707070;
  display: flex;
  position: relative;
}

.modules .content-support-modules .cell.layout-left .box_content {
  text-align: left;
}

.modules .content-support-modules .cell.layout-right .box_content {
  text-align: right;
}

.modules .content-support-modules .cell.extra-padding {
  padding: 50px 93px 35px;
}

.modules .content-support-modules .cell.border_no {
  text-align: left;
  border: none;
}

.modules .content-support-modules .cell.border_no .heading_2 {
  color: #005581;
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
  font-size: 18px !important;
  line-height: 26px !important;
}

.modules .content-support-modules .cell.border_no p {
  max-width: 100% !important;
  padding: 0 !important;
}

.modules .content-support-modules .cell.border_no a {
  color: #005581;
  transition: all .2s ease-out;
}

.modules .content-support-modules .cell.border_no a:hover {
  color: #00b9f2;
  transition: all .2s ease-out;
}

.modules .content-support-modules .cell .box_content {
  text-align: center;
  flex-direction: column;
  place-content: center space-around;
  align-items: center;
  width: 100%;
  position: relative;
}

.modules .content-support-modules .cell .box_content .column, .modules .content-support-modules .cell .box_content .columns {
  margin: 20px 0;
  padding: 14px 60px 30px;
}

.modules .content-support-modules .cell .box_content .column:first-of-type, .modules .content-support-modules .cell .box_content .columns:first-of-type {
  border-right: 2px solid #005581;
}

@media (width >= 1025px) {
  .modules .content-support-modules .cell .box_content .column:first-of-type, .modules .content-support-modules .cell .box_content .columns:first-of-type {
    height: 450px;
  }
}

.modules .content-support-modules .cell .box_content .icon {
  height: 70px;
  margin: 22px auto;
}

.modules .content-support-modules .cell .box_content h2, .modules .content-support-modules .cell .box_content h2 a {
  color: #005581;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 30px;
}

.modules .content-support-modules .cell .box_content h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  line-height: 16px;
}

.modules .content-support-modules .cell .box_content p {
  max-width: 450px;
  margin: 0 auto 22px;
  padding: 0 10px;
  font-size: 18px;
  line-height: 26px;
}

.modules .content-support-modules .cell .box_content ol > li, .modules .content-support-modules .cell .box_content ul > li {
  margin: 0 auto 22px;
  font-size: 18px;
  line-height: 26px;
}

.modules .content-support-modules .cell .box_content .btn {
  margin: 20px 10px 22px;
  display: inline-block;
}

.modules .content-support-modules .cell .box_content form.search-form {
  align-items: baseline;
  margin: 0 0 40px;
  display: inline-flex;
  position: relative;
}

.modules .content-support-modules .cell .box_content form.search-form input[type="search"] {
  text-indent: 10px;
  padding: 15px;
}

.modules .content-support-modules .cell .box_content form.search-form input[type="submit"] {
  margin: 0 0 0 10px;
  padding: 15px;
}

.modules .content-support-modules .cell .box_content .cell {
  border: 1px solid #707070;
  margin-top: 50px;
}

.modules .content-support-modules .cell .box_content .cell .box_content .icon {
  height: 70px;
  margin: 22px 0;
}

.modules .content-support-modules .cell .box_content .cell .box_content .btn {
  color: #fff !important;
  margin: 10px 0 30px !important;
}

.modules .content-support-modules .cell .box_content .cell .box_content .btn:hover {
  color: #005581 !important;
}

.modules .content-support-modules .cell.dark {
  color: #fff;
  background-size: cover;
  border: 0;
}

.modules .content-support-modules .cell.dark .box_content h2, .modules .content-support-modules .cell.dark .box_content h2 a {
  color: #fff;
  font-size: 32px;
}

.modules .content-support-modules .cell.dark .box_content p {
  max-width: 800px;
  margin: 0;
  padding: 0;
}

.modules .content-support-modules .cell.dark .box_content .btn {
  color: #005581;
  background-color: #fff;
  border: 0;
  margin-left: 0;
}

.modules .content-support-modules .cell.dark .box_content .btn:hover {
  color: #fff;
  background-color: #005581;
}

.modules .content-support-modules .cell .image-block {
  width: 100%;
  max-width: 328px;
  margin: 33px;
}

.modules .content-support-modules .cell .video-block {
  width: 100%;
  max-width: 328px;
  margin: 33px;
  position: relative;
}

.modules .content-support-modules .cell .video-block .play_button {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.modules .content-support-modules .cell .video-block .play_button:hover {
  opacity: .8;
}

.modules #model-lookup {
  text-align: center;
  background: #fff;
  padding: 38px 0;
}

.modules #model-lookup h4 {
  color: #005581;
  margin-right: 20px;
  font-weight: 600;
}

.modules #model-lookup form {
  align-items: center;
  margin: 0;
  display: inline-flex;
  position: relative;
}

.modules #model-lookup form input[type="search"] {
  text-indent: 10px;
  margin: 0;
  padding: 15px;
}

.modules #model-lookup form input[type="submit"] {
  margin: 0 0 0 10px;
  padding: 15px;
}

.modules #serial-number-lookup {
  text-align: center;
  background: #efefef;
  padding: 38px 0;
}

.modules #serial-number-lookup h4 {
  color: #005581;
  margin-right: 20px;
  font-weight: 600;
}

.modules #serial-number-lookup form {
  align-items: center;
  margin: 0;
  display: inline-flex;
  position: relative;
}

.modules #serial-number-lookup form input[type="search"] {
  text-indent: 10px;
  margin: 0;
  padding: 15px;
}

.modules #serial-number-lookup form input[type="submit"] {
  margin: 0 0 0 10px;
  padding: 15px;
}

@media only screen and (width <= 750px) {
  .modules .content-support-modules {
    margin: 0 20px 50px;
  }

  .modules .content-support-modules .cell {
    display: block;
  }

  .modules .content-support-modules .box_content .column:first-of-type, .modules .content-support-modules .box_content .columns:first-of-type {
    border-bottom: 2px solid #005581;
    margin-top: 0;
    border-right: none !important;
  }

  .modules .content-support-modules .box_content .column:nth-of-type(2), .modules .content-support-modules .box_content .columns:nth-of-type(2) {
    margin: 40px 0 0;
  }

  .modules .content-support-modules .box_content .column, .modules .content-support-modules .box_content .columns {
    padding: 0 20px !important;
  }

  .modules .content-support-modules .box_content .btn {
    margin: 10px 10px 22px;
  }

  .modules .content-support-modules .image-block, .modules .content-support-modules .video-block {
    height: 300px;
    margin: 0 !important;
  }
}

.modules .testimonial-slider {
  padding: 50px;
  position: relative;
  margin: 0 30px !important;
}

.modules .testimonial-slider .testimonial-slider-container {
  border: 2px solid #005581;
  overflow: hidden;
  margin: 0 auto !important;
}

.modules .testimonial-slider .testimonial-slider-container.customers {
  background: #efefef;
  border: none;
  padding: 25px 0 0;
}

.modules .testimonial-slider .testimonial-slider-container.customers .heading_5 {
  margin: 50px;
  display: block;
}

.modules .testimonial-slider .testimonial-slider-container.customers p {
  margin: 0 auto;
  max-width: 70% !important;
}

.modules .testimonial-slider .testimonial-slider-container .swiper-slide {
  text-align: center;
  align-self: center;
}

.modules .testimonial-slider .testimonial-slider-container .swiper-slide img {
  width: auto;
  height: 92px;
  margin: 0 0 25px;
}

.modules .testimonial-slider .testimonial-slider-container .swiper-slide .heading_6 {
  letter-spacing: .78px;
  text-transform: uppercase;
  margin: 25px auto;
  font-weight: 600;
  display: block;
  color: #707070 !important;
}

.modules .testimonial-slider .testimonial-slider-container .swiper-slide p, .modules .testimonial-slider .testimonial-slider-container .swiper-slide a {
  color: #005581;
  max-width: 50%;
  margin: 0 auto;
}

.modules .swiper-pagination {
  z-index: 0;
  margin-top: 60px;
  position: relative;
  bottom: 25px !important;
}

.modules .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  opacity: 1;
  text-indent: 99999em;
  background: #005581;
  border: 1px solid #005581;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  display: inline-block;
  outline: none !important;
}

.modules .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
  border: 1px solid #005581 !important;
}

@media only screen and (width <= 750px) {
  .modules .testimonial-slider .testimonial-slider-container {
    margin: 0 20px;
  }

  .modules .testimonial-slider .testimonial-slider-container.customers .heading_5 {
    margin: 20px;
  }

  .modules .testimonial-slider .testimonial-slider-container.customers p {
    font-size: 16px;
    line-height: 22px;
    max-width: 90% !important;
  }

  .modules .testimonial-slider .testimonial-slider-container .swiper-slide {
    align-self: flex-start;
  }

  .modules .testimonial-slider .testimonial-slider-container .swiper-slide p, .modules .testimonial-slider .testimonial-slider-container .swiper-slide .heading_6 {
    max-width: 80%;
  }
}

.modules #tops-body {
  --true-blue: #0074a6;
  --text-size: .85rem;
  flex-direction: column;
  display: flex;
}

.modules #tops-body h2, .modules #tops-body h3 {
  color: #005581;
}

.modules #tops-body .tops-results-detail {
  font-size: 21px;
  line-height: 33px;
}

.modules #tops-body #tops-header {
  grid-area: tops-header;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
  padding: 25px !important;
}

.modules #tops-body .tops-wrapper {
  margin: 20px;
  position: relative;
}

.modules #tops-body #tops-input {
  flex-wrap: wrap;
  grid-area: input;
  justify-content: space-between;
  place-items: end center;
  gap: 20px;
  margin-bottom: 50px;
  display: flex !important;
}

.modules #tops-body #tops-input .instructions {
  grid-area: instructions;
}

.modules #tops-body #tops-input > * {
  align-content: center;
}

.modules #tops-body .tops-input-group {
  align-items: center;
  display: inline-flex;
}

.modules #tops-body #tops-main {
  grid-area: tops-main;
  display: flex;
}

.modules #tops-body #tops-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modules #tops-body #tops-serial-number-search {
  grid-area: sn-lookup;
}

.modules #tops-body #tops-details-search {
  grid-area: details-lookup;
}

.modules #tops-body .tops-button {
  height: auto !important;
}

.modules #tops-body .tops-input-field {
  text-align: left;
  margin: 0 10px 0 0 !important;
}

.modules #tops-body button[type="submit"], .modules #tops-body .tops-lookup {
  margin-left: 10px;
  border-radius: 5px !important;
}

.modules #tops-body #tops-nav {
  float: left;
  flex-direction: column;
  grid-area: tops-nav;
  width: 20%;
  margin-right: 5px;
  display: flex !important;
}

.modules #tops-body #tops-nav ul {
  margin: 0;
  padding-left: 20px;
  display: block;
}

.modules #tops-body #tops-nav * {
  list-style: none;
}

.modules #tops-body #tops-nav li[data-drawing-id] {
  color: #0074a4;
  cursor: pointer;
}

.modules #tops-body #tops-drawing-group {
  float: left;
  flex-direction: column;
  width: 100%;
  display: flex !important;
}

.modules #tops-body .tops-drawing-group h3 {
  color: #fff;
  background-color: var(--true-blue);
  text-align: center;
  width: 100%;
}

.modules #tops-body #tops-drawing-header {
  color: #002855;
  text-align: center;
  background-color: #02afe9;
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 60px;
  margin: 0 0 20px;
  padding: 10px;
  font-size: 24px;
}

.modules #tops-body #tops-results-details-container {
  white-space: nowrap;
  background-color: #eee;
  border: 2px solid #ddd;
  border-radius: 5px;
  flex-direction: column;
  order: 3;
  height: -moz-fit-content;
  height: fit-content;
  margin: 10px;
  padding: 5px;
  display: flex;
  box-shadow: 2px 2px gray;
}

.modules #tops-body #tops-results-details-container li {
  display: table-cell;
}

.modules #tops-body .results-detail {
  font-size: 16px;
}

.modules #tops-nav li:hover, .modules #tops-nav a:hover, .modules .tops-selected-nav, .modules .tops-hot-spot-hover {
  text-shadow: .5px 0 #2f4f4f;
  text-decoration: underline;
  position: relative;
}

.modules #tops-nav li:hover:before, .modules #tops-nav a:hover:before, .modules .tops-selected-nav:before, .modules .tops-hot-spot-hover:before {
  content: ">";
  position: absolute;
  left: -15px;
}

.modules .tops-icon {
  width: 50px;
  height: 50px;
  display: inline;
}

.modules .tops-input-field {
  border-radius: 10px;
  width: 200px;
}

.modules .tops-button {
  cursor: pointer;
  border: none;
  padding-inline: 15px;
}

.modules .tops-logout {
  border-radius: 5px;
}

.modules .tops-results-header {
  margin: 0;
  font-size: .85rem;
  font-weight: 600;
}

.modules .tops-loading {
  opacity: .5;
  cursor: unset;
}

.modules #tops-drawing-container {
  overflow-wrap: anywhere;
  border: 1px solid #ddd;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
}

.modules .tops-spinner {
  color: #005581;
  opacity: .75;
  margin-left: 40px;
  font-size: 30px;
}

.modules #tops-downloads {
  flex-direction: column;
  margin-bottom: 8px;
  display: flex;
}

@media (width <= 1024px) {
  .modules #tops-main {
    flex-direction: column-reverse;
    display: flex;
  }
}

@media only screen and (width >= 320px) and (width <= 750px) {
  .modules #tops-header {
    padding: 25px 0 !important;
  }

  .modules #tops-body #tops-input {
    text-align: center;
    display: block !important;
  }

  .modules .tops-input-group {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block !important;
  }

  .modules #tops-body .tops-input-field {
    margin: 0 0 10px !important;
  }

  .modules #tops-nav-list {
    padding-left: 0;
    font-size: 15px;
  }

  .modules #tops-body #tops-results-details-container li {
    display: table-row;
  }

  .modules #tops-body h3 {
    margin-bottom: 0;
    line-height: 1;
  }

  .modules #tops-body #tops-results-details-container p {
    margin-bottom: 8px;
  }

  .modules #tops-downloads {
    flex-direction: column;
    margin-bottom: 8px;
    display: flex;
  }

  .modules #tops-nav h4 {
    font-size: 11px;
  }

  .modules #tops-nav-menu {
    padding-left: 0;
  }

  .modules #tops-nav .inner-list {
    padding-left: 10px;
  }
}

.modules #work-instructions-search {
  margin-bottom: 100px;
  padding: 0 10%;
  display: block;
}

.modules #work-instructions-search h2, .modules #work-instructions-search h3 {
  color: #005581;
}

.modules #work-instructions-search .btn {
  margin: 10px 10px 10px 0;
}

.modules #wpsl-wrap {
  overflow: visible !important;
}

.modules .wpsl-store-location, .modules .wpsl-direction-wrap {
  text-align: left;
}

.modules .wpsl-search {
  background: #fff;
  padding: 0 !important;
}

.modules .wpsl-search .wpsl-input label, .modules .wpsl-search #wpsl-radius label, .modules .wpsl-search #wpsl-category label {
  width: 100% !important;
}

.modules .wpsl-search #wpsl-search-wrap label {
  align-items: center;
  display: flex;
}

.modules .wpsl-search .wpsl-input, .modules .wpsl-search #wpsl-radius, .modules .wpsl-search #wpsl-results {
  align-items: center;
  display: flex !important;
}

.modules .wpsl-search #wpsl-search-wrap div label {
  float: none !important;
}

.modules .wpsl-search #wpsl-search-wrap input, .modules .wpsl-search .wpsl-dropdown {
  box-shadow: none !important;
  border-radius: 0 !important;
  height: auto !important;
}

.modules .wpsl-search #wpsl-checkbox-filter {
  width: 70% !important;
}

.modules .wpsl-search #wpsl-checkbox-filter input {
  width: 28px;
  height: 28px !important;
  margin: 0 40px 0 0 !important;
}

.modules .wpsl-search #wpsl-search select, .modules .wpsl-search #wpsl-search-wrap select {
  color: #030000 !important;
  border: 1px solid #707070 !important;
}

.modules .wpsl-search .wpsl-search-btn-wrap {
  float: right !important;
  margin: 0 !important;
}

.modules .wpsl-search #wpsl-search-btn {
  color: #fff;
  background: #005581;
  font-family: effra, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  transition: all .25s ease-in-out !important;
}

.modules .wpsl-search #wpsl-search-btn:hover, .modules .wpsl-search #wpsl-search-btn:focus, .modules .wpsl-search #wpsl-search-btn:active {
  color: #005581;
  background: #fff;
  border: 1px solid #005581;
  transition: all .25s ease-in-out !important;
}

.modules #wpsl-stores {
  margin-top: 30px;
}

.modules #wpsl-result-list ul {
  justify-content: space-between;
  flex-flow: wrap !important;
  display: flex !important;
}

.modules #wpsl-result-list ul li {
  width: 28%;
  border-bottom: 2px solid #efefef !important;
  margin: 0 0 30px !important;
  padding: 0 0 15px !important;
}

.modules #wpsl-result-list ul li p {
  margin: 0 0 5px !important;
}

.modules #wpsl-result-list ul span[class="R29 Equipped"] {
  background: url("../svg/icon-servicepreferred.15b588a3.svg") center no-repeat;
  width: 35px;
  height: 35px;
  margin: 10px 10px 10px 0;
  display: block;
}

.modules #wpsl-result-list ul span[class="True Preferred"] {
  background: url("../svg/icon-aftersupport.2abe3bad.svg") center no-repeat;
  width: 35px;
  height: 35px;
  margin: 10px 10px 10px 0;
  display: block;
}

.modules #wpsl-result-list ul span[class="Commercial Ice"] {
  background: url("../svg/icon-servicenaturalrefrigerant.577984db.svg") center no-repeat;
  width: 35px;
  height: 35px;
  margin: 10px 10px 10px 0;
  display: block;
}

@media only screen and (width <= 750px) {
  .modules .wpsl-search #wpsl-search-wrap {
    box-sizing: border-box;
  }

  .modules .wpsl-search .wpsl-input, .modules .wpsl-search #wpsl-radius, .modules .wpsl-search #wpsl-results {
    width: 100% !important;
    display: block !important;
  }

  .modules .wpsl-search #wpsl-search-input {
    width: 100% !important;
  }

  .modules .wpsl-search #wpsl-search-wrap select {
    padding: 7px 12px;
    width: 100% !important;
  }

  .modules .wpsl-search #wpsl-checkbox-filter, .modules .wpsl-search #wpsl-checkbox-filter li {
    width: 100% !important;
  }

  .modules .wpsl-search .wpsl-search-btn-wrap {
    display: inline-block;
    float: none !important;
    margin: 10px 0 !important;
  }

  .modules #wpsl-result-list ul li {
    width: 100% !important;
  }
}

.modules .wppb-form-field label, .modules #wppb-login-wrap .login-username label, .modules #wppb-login-wrap .login-password label, .modules #wppb-login-wrap .login-auth label {
  float: none !important;
}

.modules .wppb-required {
  color: #ed1c24;
}

.modules .alert img, .modules .wppb-content-restriction-message {
  display: none;
}

.modules .wppb-user-forms .wppb-form-field .wppb-password-field-container {
  width: 100%;
}

.modules .wppb-user-forms ul li {
  margin: 0 auto !important;
}

.modules .wppb-form-field > span {
  margin-left: 0 !important;
}

.modules input#send_credentials_via_email {
  width: 22px;
}

.modules .select2-container .select2-selection--single {
  height: 52px !important;
}

.modules .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 52px !important;
}

.modules .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 30%;
}

.modules .wppb-form-field input[type="text"], .modules .wppb-form-field input[type="number"], .modules .wppb-form-field input[type="email"], .modules .wppb-form-field input[type="url"], .modules .wppb-form-field input[type="password"], .modules .wppb-form-field input[type="search"], .modules .wppb-form-field select, .modules .wppb-form-field textarea, .modules .wppb-checkboxes, .modules .wppb-radios, .modules #wppb-login-wrap .login-username input, .modules #wppb-login-wrap .login-password input, .modules #wppb-login-wrap .login-auth input, .modules .wppb-select2 span.select2-container {
  text-indent: 10px;
  width: 100% !important;
}

.modules .wppb-form-field.wppb-default-password button.wppb-toggle-pw, .modules .wppb-form-field.wppb-default-repeat-password button.wppb-toggle-pw, .modules #wppb-login-wrap .login-password button.wppb-toggle-pw {
  height: 20px;
  top: 28px !important;
}

.modules .wppb-front-end-logout {
  float: right;
  margin-top: 30px;
}

.modules #wppb-login-wrap .login-remember label {
  border: none !important;
  line-height: 32px !important;
}

@media only screen and (width >= 320px) and (width <= 750px) {
  .modules .wppb-front-end-logout {
    float: none;
  }
}

.modules .content-part-tracking {
  padding: 0 10%;
  display: block;
}

.modules .content-part-tracking #parts-order-container {
  width: 100%;
}

.modules .content-part-tracking #parts-order-container h3 {
  color: #005581;
  text-align: left;
  max-width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.modules .content-part-tracking #parts-order-container #parts-order-form-order, .modules .content-part-tracking #parts-order-container #parts-order-form-account, .modules .content-part-tracking #parts-order-container #parts-order-form-postal-code {
  max-width: 100%;
  display: none;
}

.modules .content-part-tracking #parts-order-container .parts-order-input-group {
  flex-direction: column;
  max-width: 75%;
  margin: 30px 0;
  display: flex;
}

.modules .content-part-tracking #parts-order-search-results-inner {
  justify-content: left;
  margin-bottom: 30px;
}

.modules .content-part-tracking #parts-order-part-list-table {
  margin-bottom: 75px;
}

.modules .content-custom-finishes {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.modules .content-custom-finishes h2 {
  color: #005581;
  margin: 0 auto 10px;
  position: relative;
}

.modules .content-custom-finishes h2:after {
  content: " ";
  border-bottom: 2px solid #005581;
  width: 350px;
  height: 2px;
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.modules .content-custom-finishes p {
  margin: 40px auto;
}

.modules .content-custom-finishes .custom {
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  display: flex;
}

.modules .content-custom-finishes .custom .appliance_wrapper {
  width: 325px;
  margin: auto;
  position: relative;
}

.modules .content-custom-finishes .custom .hardware_wrapper {
  position: absolute;
  inset: 0;
}

.modules .content-custom-finishes .custom .appliance_image, .modules .content-custom-finishes .custom .hardware_image {
  height: 0;
}

.modules .content-custom-finishes .custom .selected {
  height: 415px;
  display: block;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.modules .content-custom-finishes .wrapper {
  padding: 2rem;
}

.modules .content-custom-finishes .swatches {
  text-align: left;
  padding: 0 4vw;
}

.modules .content-custom-finishes .swatch {
  vertical-align: top;
  margin: 7px;
  display: inline-block;
  position: relative;
}

.modules .content-custom-finishes .swatch .swatch_wrapper {
  cursor: pointer;
  border: 1px solid #656565;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  position: relative;
}

.modules .content-custom-finishes .link-row, .modules .content-custom-finishes p {
  text-align: left;
  margin: 2em auto;
}

@media (width >= 1000px) {
  .modules .content-custom-finishes .custom {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .modules .content-custom-finishes .custom .appliance_wrapper {
    width: 90%;
    margin-left: auto;
  }

  .modules .content-custom-finishes .custom .selected, .modules .content-custom-finishes .custom .active {
    height: 600px;
  }

  .modules .content-custom-finishes .wrapper {
    padding: 0;
  }
}

@media (width >= 1300px) {
  .modules .content-custom-finishes .custom .wrapper {
    padding: 0;
  }
}

.modules .button-section-hidden {
  display: none;
}

.modules .button-section-button-active {
  color: #005581;
  background: #fff;
  border: 1px solid #005581;
  transition: all .25s ease-in-out !important;
}

.modules .button-section-button-container {
  justify-content: center;
  gap: 1rem;
  margin: 2rem 1rem 1rem;
  display: flex;
}

@media (width <= 615px) {
  .modules .button-section-button-container {
    flex-direction: column;
  }
}

.modules .post-block-container {
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: clamp(65%, 5vw + 50%, 1440px);
  display: grid;
}

@media (width <= 1200px) {
  .modules .post-block-container {
    grid-template-columns: 1fr;
  }
}

.modules .post-block-spinner {
  display: none;
}

.modules .load-more-wrapper.center {
  text-align: center;
  margin-bottom: 25px;
}

.modules article.post-block {
  border: 2px solid #d3d3d3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.modules article.post-block .post-overlay {
  cursor: pointer;
  opacity: 0;
  x: 0;
  y: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
}

.modules article.post-block .post-overlay:hover {
  opacity: .1;
}

.modules .post-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.modules .post-content h3 {
  color: #005581;
}

.modules .giving-back-meta {
  max-width: 65%;
  margin: auto;
}

.modules .giving-back-meta .publish-date, .modules .giving-back-meta .learn-more-link {
  margin: 0 auto;
  font-size: 21px;
  line-height: 33px;
}

.modules .giving-back-meta .publish-date img, .modules .giving-back-meta .learn-more-link img {
  height: 30px;
  margin-bottom: 3px;
}

.modules .giving-back-meta .publish-date {
  color: gray;
}

@media only screen and (width >= 959px) and (width <= 1200px) {
  .modules .giving-back-meta {
    max-width: 100%;
    margin-left: 20px;
  }
}

@media screen and (width <= 600px) {
  .modules article.post-block {
    grid-template-columns: 1fr;
  }
}

.modules .post-image {
  margin-bottom: 25px;
}

.modules .modules .content-block .post-image img {
  max-width: 100%;
  height: auto;
}

.modules .post-text p {
  font-size: 16px;
}

.modules .post-nav {
  margin-bottom: 25px;
}

.modules .post-nav a:first-child {
  margin-right: 20px;
}

.modules .article-header {
  padding: 0 20px;
}

.modules section.entry-content {
  flex-flow: row-reverse wrap;
  padding: 0 20px;
  display: flex;
}

.modules h1.entry-title.single-title {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1;
}

.modules p.byline {
  font-size: .75em;
}

.modules .post-content {
  border-right: 1px solid #efefef;
  flex: 1;
  margin-right: 50px;
  padding-right: 30px;
}

.modules section.entry-content figure {
  flex: 0 0 300px;
}

.modules section.entry-content p {
  font-size: 1em;
}

@media screen and (width <= 767px) {
  .modules section.entry-content figure {
    flex: 0 0 100%;
    margin-bottom: 25px;
  }

  .modules .post-content {
    border-right: 0 solid #0000;
    flex: 1;
    margin-right: 0;
    padding-right: 0;
  }

  .modules section.entry-content {
    flex-direction: row;
  }
}

.modules .history-module {
  width: 100vw;
  height: 75vh;
  display: flex;
  overflow: hidden;
}

.modules .history-module .history-content-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

.modules .history-module .left-content {
  background-color: #0073ae;
  width: 35vw;
  position: relative;
}

.modules .history-module .left-content .history-fixed-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.modules .history-module .left-content .history-fixed-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.modules .history-module .left-content .history-fixed-box .watch-btn-wrap {
  z-index: 10;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

.modules .history-module .left-content .history-fixed-box .watch-btn-wrap .btn {
  color: #0073ae;
  text-transform: uppercase;
  background: #fff;
  border-radius: 25px;
  padding: .75rem 1.5rem;
  font-weight: bold;
  text-decoration: none;
  transition: background .3s;
  display: inline-block;
}

.modules .history-module .left-content .history-fixed-box .watch-btn-wrap .btn:hover {
  background: #e5e5e5;
}

.modules .history-module .right-slider {
  width: 65vw;
  height: 100%;
  overflow: hidden;
}

.modules .history-module .right-slider .swiper {
  width: 100%;
  height: 100%;
}

.modules .history-module .right-slider .swiper .swiper-wrapper {
  height: 100%;
}

.modules .history-module .right-slider .swiper .swiper-slide {
  background: linear-gradient(45deg, #000, #0000);
  height: 100%;
  position: relative;
}

.modules .history-module .right-slider .swiper .swiper-slide .slide-image-container {
  width: -moz-fit-content;
  width: fit-content;
  inline-size: -webkit-fill-available;
}

.modules .history-module .right-slider .swiper .swiper-slide .slide-image-container img {
  width: 100%;
  height: 100%;
}

.modules .history-module .right-slider .swiper .swiper-slide .slide-image-container .slide-caption {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: #0009;
  width: -webkit-fill-available;
  padding: .75rem 1.25rem;
  font-size: .95rem;
  position: absolute;
  bottom: 0;
}

@media (width <= 768px) {
  .modules .history-module {
    flex-direction: column;
    height: auto;
  }

  .modules .history-module .history-content-wrap {
    flex-direction: column;
  }

  .modules .history-module .left-content, .modules .history-module .right-slider {
    width: 100%;
    height: auto;
  }

  .modules .history-module .left-content .history-fixed-box, .modules .history-module .left-content .history-fixed-box img {
    height: auto;
  }

  .modules .history-module .right-slider .swiper-container, .modules .history-module .right-slider .swiper-slide, .modules .history-module .right-slider .slide-image-container, .modules .history-module .right-slider img {
    object-fit: cover;
    height: auto;
    max-height: 350px;
  }
}

.modules .founders-module {
  text-align: center;
}

.modules .founders-module .founders-background {
  background-size: cover;
  justify-content: flex-end;
  max-height: 300px;
  display: flex;
}

.modules .founders-module .founders-background .founders-images {
  justify-content: center;
  align-items: flex-end;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.modules .founders-module .founders-background .founders-images .founder {
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  display: flex;
}

.modules .founders-module .founders-background .founders-images .founder img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 5px 20px #00000026;
}

.modules .founders-module .founders-background .founders-images .founder .founder-name {
  color: #fff;
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
}

.modules .founders-module .founders-copy {
  max-width: 900px;
  margin: 0 auto 100px;
}

.modules .founders-module .founders-copy p {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.6;
}

.modules .true-horizontal-timeline {
  padding-top: 70px;
  padding-bottom: 70px;
}

.modules .timeline-layout {
  min-height: 650px;
  display: flex;
}

.modules .timeline-intro {
  text-align: center;
  background: #f2f2f2;
  flex-direction: column;
  flex: 0 0 400px;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.modules .timeline-intro h2 {
  color: #0074c9;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

.modules .timeline-intro p {
  color: #333;
  margin-bottom: 30px;
  font-size: 16px;
}

.modules .timeline-intro .btn {
  color: #fff;
  background: #003f74;
  border-radius: 6px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
}

.modules .timeline-scroll-wrapper {
  flex-grow: 1;
  min-height: 45vw;
  padding-top: 10vw;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.modules .timeline-background {
  z-index: 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300vw;
  height: 70vh;
  margin-top: 7.2vw;
  margin-left: 20vw;
  position: absolute;
}

.modules .timeline-scroll-container {
  z-index: 1;
  align-items: flex-start;
  gap: 40px;
  padding: 3vw 2vw;
  display: flex;
  position: relative;
}

.modules .timeline-block {
  clip-path: polygon(0 0, 65% 0, 95% 50%, 65% 100%, 0 100%);
  background-color: #f2f2f2;
  border-radius: 12px;
  width: 27vw;
  height: 16.5vw;
  margin-top: 4.5vw;
  margin-left: -2.5vw;
  padding: 1vw;
  position: absolute;
}

.modules .intro-block-h2 {
  color: #40ade8;
  margin-top: 4.5vw;
  font-size: 2.5vw;
}

.modules .intro-block-p {
  font-size: 1.2vw;
}

.modules .timeline-block-item-0 {
  margin-top: 23vw;
  margin-left: 32vw;
  display: flex;
}

.modules .timeline-block-item-0 img {
  width: 12vw;
  height: 16vw;
}

.modules .block-item-text-0 h3 {
  color: #005581;
  font-size: 1.5vw;
  line-height: 2vw;
}

.modules .block-item-text-0 p {
  width: 18vw;
  font-size: 1vw;
  line-height: 1.5vw;
}

.modules .timeline-block-item-1 {
  flex-direction: row-reverse;
  margin-top: -13vw;
  margin-left: -7vw;
  display: flex;
}

.modules .timeline-block-item-1 img {
  width: 12vw;
  height: 16vw;
}

.modules .block-item-text-1 h3 {
  color: #005581;
  font-size: 1.5vw;
  line-height: 2vw;
}

.modules .block-item-text-1 p {
  width: 18vw;
  font-size: 1vw;
  line-height: 1.5vw;
}

.modules .timeline-block-item-2 {
  margin-top: 23vw;
  margin-left: 10vw;
  display: flex;
}

.modules .timeline-block-item-2 img {
  width: 12vw;
  height: 16vw;
}

.modules .block-item-text-2 h3 {
  color: #005581;
  font-size: 1.5vw;
  line-height: 2vw;
}

.modules .block-item-text-2 p {
  width: 18vw;
  font-size: 1vw;
  line-height: 1.5vw;
}

.modules .timeline-block-item-3 {
  flex-direction: row-reverse;
  margin-top: -13vw;
  margin-left: -3vw;
  display: flex;
}

.modules .timeline-block-item-3 img {
  width: 12vw;
  height: 16vw;
}

.modules .block-item-text-3 h3 {
  color: #005581;
  font-size: 1.5vw;
  line-height: 2vw;
}

.modules .block-item-text-3 p {
  width: 18vw;
  font-size: 1vw;
  line-height: 1.5vw;
}

.modules .timeline-block-item-4 {
  margin-top: 23vw;
  margin-left: 15vw;
  display: flex;
}

.modules .timeline-block-item-4 img {
  width: 12vw;
  height: 16vw;
}

.modules .block-item-text-4 h3 {
  color: #005581;
  font-size: 1.5vw;
  line-height: 2vw;
}

.modules .block-item-text-4 p {
  width: 18vw;
  font-size: 1vw;
  line-height: 1.5vw;
}

.modules .timeline-block-item-5 {
  margin-top: -13vw;
  margin-left: 9vw;
  display: flex;
}

.modules .timeline-block-item-5 img {
  width: 17vw;
  height: 16vw;
}

.modules .block-item-text-5 h3 {
  color: #005581;
  font-size: 1.5vw;
  line-height: 2vw;
}

.modules .block-item-text-5 p {
  width: 18vw;
  font-size: 1vw;
  line-height: 1.5vw;
}

.modules .timeline-block-item-6 {
  flex-direction: row-reverse;
  margin-top: 23vw;
  margin-left: 10vw;
  display: flex;
}

.modules .timeline-block-item-6 img {
  width: 12vw;
  height: 16vw;
}

.modules .block-item-text-6 h3 {
  color: #005581;
  font-size: 1.5vw;
  line-height: 2vw;
}

.modules .block-item-text-6 p {
  width: 18vw;
  font-size: 1vw;
  line-height: 1.5vw;
}

.modules .timeline-block-item-7 {
  margin-top: -13vw;
  margin-left: 19vw;
  display: flex;
}

.modules .timeline-block-item-7 img {
  width: 17vw;
  height: 16vw;
}

.modules .block-item-text-7 h3 {
  color: #005581;
  font-size: 1.5vw;
  line-height: 2vw;
}

.modules .block-item-text-7 p {
  width: 18vw;
  font-size: 1vw;
  line-height: 1.5vw;
}

.modules .timeline-block-item-8 {
  flex-direction: row-reverse;
  margin-top: 23vw;
  margin-left: 10vw;
  display: flex;
}

.modules .timeline-block-item-8 img {
  width: 12vw;
  height: 16vw;
}

.modules .block-item-text-8 h3 {
  color: #005581;
  font-size: 1.5vw;
  line-height: 2vw;
}

.modules .block-item-text-8 p {
  width: 18vw;
  font-size: 1vw;
  line-height: 1.5vw;
}

.modules .timeline-block-item-9 {
  flex-direction: row-reverse;
  margin-top: -13vw;
  margin-left: 10vw;
  display: flex;
}

.modules .timeline-block-item-9 img {
  width: 12vw;
  height: 16vw;
}

.modules .block-item-text-9 h3 {
  color: #005581;
  font-size: 1.5vw;
  line-height: 2vw;
}

.modules .block-item-text-9 p {
  width: 18vw;
  font-size: 1vw;
  line-height: 1.5vw;
}

@media (width <= 900px) {
  .modules .timeline-background {
    width: 600vw !important;
  }

  .modules .timeline-block {
    clip-path: polygon(0 0, 48% 0, 95% 50%, 48% 100%, 0 100%) !important;
    width: 29vw !important;
    height: 33vw !important;
    margin-left: 0 !important;
  }

  .modules .intro-block-h2 {
    margin-top: 5vw;
    font-size: 4vw;
    line-height: 27px;
  }

  .modules .intro-block-p {
    padding-right: 5vw !important;
    font-size: 2.7vw !important;
    line-height: 20px !important;
  }

  .modules .timeline-scroll-wrapper {
    padding-top: 18vw;
  }

  .modules .timeline-block-item-0 {
    margin-top: 40vw;
    margin-left: 34vw;
    display: flex;
  }

  .modules .timeline-block-item-0 img {
    width: 15vw;
    height: 22vw;
  }

  .modules .block-item-text-0 h3 {
    color: #005581;
    font-size: 3vw;
    line-height: 2vw;
  }

  .modules .block-item-text-0 p {
    width: 36vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .modules .timeline-block-item-1 {
    margin-top: -20vw;
  }

  .modules .timeline-block-item-1 img {
    width: 15vw;
    height: 22vw;
  }

  .modules .block-item-text-1 h3 {
    font-size: 3vw;
    line-height: 2vw;
  }

  .modules .block-item-text-1 p {
    width: 36vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .modules .timeline-block-item-2 {
    margin-top: 40vw;
    display: flex;
  }

  .modules .timeline-block-item-2 img {
    width: 15vw;
    height: 22vw;
  }

  .modules .block-item-text-2 h3 {
    color: #005581;
    font-size: 3vw;
    line-height: 2vw;
  }

  .modules .block-item-text-2 p {
    width: 36vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .modules .timeline-block-item-3 {
    margin-top: -20vw;
  }

  .modules .timeline-block-item-3 img {
    width: 15vw;
    height: 22vw;
  }

  .modules .block-item-text-3 h3 {
    font-size: 3vw;
    line-height: 2vw;
  }

  .modules .block-item-text-3 p {
    width: 36vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .modules .timeline-block-item-4 {
    margin-top: 40vw;
    margin-left: 20vw;
  }

  .modules .timeline-block-item-4 img {
    width: 23vw;
    height: 22vw;
    margin-right: 1vw;
  }

  .modules .block-item-text-4 h3 {
    color: #005581;
    font-size: 3vw;
    line-height: 2vw;
  }

  .modules .block-item-text-4 p {
    width: 36vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .modules .timeline-block-item-5 {
    margin-top: -20vw;
  }

  .modules .timeline-block-item-5 img {
    width: 23vw;
    height: 22vw;
    margin-right: 1.2vw;
  }

  .modules .block-item-text-5 h3 {
    font-size: 3vw;
    line-height: 2vw;
  }

  .modules .block-item-text-5 p {
    width: 40vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .modules .timeline-block-item-6 {
    margin-top: 40vw;
    margin-left: 23vw;
  }

  .modules .timeline-block-item-6 img {
    width: 15vw;
    height: 22vw;
  }

  .modules .block-item-text-6 h3 {
    color: #005581;
    font-size: 3vw;
    line-height: 2vw;
  }

  .modules .block-item-text-6 p {
    width: 36vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .modules .timeline-block-item-7 {
    margin-top: -20vw;
    margin-left: 24vw;
  }

  .modules .timeline-block-item-7 img {
    width: 15vw;
    height: 22vw;
  }

  .modules .block-item-text-7 h3 {
    font-size: 3vw;
    line-height: 2vw;
  }

  .modules .block-item-text-7 p {
    width: 44vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .modules .timeline-block-item-8 {
    margin-top: 40vw;
  }

  .modules .timeline-block-item-8 img {
    width: 15vw;
    height: 22vw;
  }

  .modules .block-item-text-8 h3 {
    color: #005581;
    font-size: 3vw;
    line-height: 2vw;
  }

  .modules .block-item-text-8 p {
    width: 36vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .modules .timeline-block-item-9 {
    margin-top: -20vw;
  }

  .modules .timeline-block-item-9 img {
    width: 15vw;
    height: 22vw;
  }

  .modules .block-item-text-9 h3 {
    font-size: 3vw;
    line-height: 2vw;
  }

  .modules .block-item-text-9 p {
    width: 44vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }
}

@media (width >= 900px) and (width <= 1200px) {
  .modules .timeline-block-item-4 {
    margin-left: 5vw;
  }
}

@media (width >= 600px) and (width <= 900px) {
  .modules .modules .timeline-block-item-5 {
    margin-left: 25vw;
  }
}

.modules .scroll-arrow {
  z-index: 10;
  margin-top: 26vw;
  transition: opacity .3s;
  animation: 1.5s infinite bounceLR;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
}

.modules .scroll-arrow img {
  cursor: pointer;
  width: 15vh;
}

@keyframes bounceLR {
  0%, 100% {
    transform: translateY(-50%)translateX(0);
  }

  50% {
    transform: translateY(-50%)translateX(-10px);
  }
}

.modules .scroll-arrow.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

@media (width <= 900px) {
  .modules .scroll-arrow {
    margin-top: 42vw;
  }

  .modules .scroll-arrow img {
    width: 10vh;
  }
}

.modules .custom-quote-video-block {
  text-align: center;
  padding: 150px 20px 0;
}

.modules .custom-quote-video-block .heading_5 {
  margin-bottom: 25px;
  font-size: 22px;
}

.modules .custom-quote-video-block h2 {
  color: #005581;
  margin-bottom: 30px;
}

.modules .custom-quote-video-fullwidth-bg {
  background-color: #f2f2f2;
  width: 100%;
  margin-bottom: 80px;
}

.modules .custom-quote-video-content {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 0 30px;
  padding: 0 20px;
  display: flex;
}

.modules .text-column {
  flex-direction: column;
  flex: 48%;
  justify-content: center;
  padding: 100px 0;
  display: flex;
}

.modules .text-column .text-content {
  padding-right: 8vw;
}

.modules .text-column .cta-link {
  color: #005581;
  padding-top: 20px;
  font-size: 22px;
  text-decoration: underline;
}

.modules .video-column {
  flex: 48%;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.modules .video-thumbnail-slider {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.modules .video-thumbnail-slider .swiper-wrapper {
  align-items: center;
  display: flex;
}

.modules .video-thumbnail-slider .swiper-slide {
  box-sizing: border-box;
  max-width: 100%;
  width: 100% !important;
}

.modules .swiper-button-prev, .modules .swiper-button-next {
  z-index: 10;
  color: #fff;
  background-color: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.modules .play-button {
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modules .play-button img {
  width: 60px;
  height: auto;
}

.modules .video-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.modules .video-thumb {
  width: 100%;
  height: auto;
  display: block;
}

@media (width <= 700px) {
  .modules .custom-quote-video-content {
    flex-direction: column;
  }
}

@media (width >= 1300px) {
  .modules .intro-block-h2 {
    margin-top: 3.5vw;
    margin-left: 40px;
    padding-right: 80px;
  }

  .modules .intro-block-p {
    margin-left: 45px;
  }
}

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

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

.padding {
  padding: 40px 0;
}

.padding-small {
  padding: 2rem 0;
}

.padding-large {
  padding: 5rem 0;
}

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

.less_padding {
  padding: 28px;
}

.regular_padding {
  padding: 60px;
}

.more_padding {
  padding: 130px;
}

.empty_padding {
  padding: 165px;
}

.uppercase {
  text-transform: uppercase !important;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.clear {
  clear: both;
}

.blue {
  color: #005581;
}

.blue_border {
  border: 2px solid #005581;
}

.white {
  color: #fff;
}

.link {
  color: #00b9f2;
}

.black {
  color: #030000;
}

.grey {
  color: #efefef;
}

.grey-dark {
  color: #707070;
}

hr {
  border-bottom: 1px solid #707070 !important;
  max-width: 100% !important;
  margin: 30px 0 !important;
}

input[type="search"], input[type="text"] {
  padding: 15px;
}

input[type="submit"] {
  cursor: pointer;
  padding: 15px;
}

input::placeholder {
  color: #030000;
}

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

.alignleft, img.alignleft {
  float: left;
  margin-right: 1.5em;
  display: inline;
}

.alignright, img.alignright {
  float: right;
  margin-left: 1.5em;
  display: inline;
}

.aligncenter, img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

video, object {
  max-width: 100%;
  height: auto;
}

.links {
  justify-content: space-evenly;
  list-style: none;
  display: flex;
}

.links li a {
  color: #005581;
}

.links li a:hover {
  color: #00b9f2;
}

.footer {
  clear: both;
  margin-top: 1em;
}

.gform_body ul {
  margin: 0;
  list-style: none;
}

.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;
}

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

@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%);
  }
}

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

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

  100% {
    transform: rotate(0);
  }
}

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

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

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

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

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

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

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

.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;
  -webkit-text-decoration: underline dotted;
  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;
}

:is([type="number"]::-webkit-inner-spin-button, [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=48em&large=64em&xlarge=90em&xxlarge=100em";
}

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

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

body {
  color: #030000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: effra, 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;
}

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

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

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 >= 48em) {
  .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 >= 90em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

@media screen and (width >= 100em) {
  .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 >= 48em) {
  .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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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 print, screen and (width >= 48em) {
  .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 >= 48em) {
  .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 >= 90em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

@media screen and (width >= 100em) {
  .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 >= 48em) {
  .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 >= 48em) {
  .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 >= 48em) and (width >= 48em) {
  .medium-expand {
    flex: 1 1 0;
  }
}

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

@media print, screen and (width >= 48em) {
  .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 >= 90em) {
  .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 >= 90em) and (width >= 90em) {
  .xlarge-expand {
    flex: 1 1 0;
  }
}

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

@media screen and (width >= 90em) {
  .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 >= 100em) {
  .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 >= 100em) and (width >= 100em) {
  .xxlarge-expand {
    flex: 1 1 0;
  }
}

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

@media screen and (width >= 100em) {
  .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;
  }
}

.shrink {
  flex: none;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}

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

@media print, screen and (width >= 48em) {
  .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 >= 48em) {
  .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 >= 48em) {
  .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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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;
  }
}

.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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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%;
  }
}

.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 >= 48em) {
  .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 >= 48em) {
  .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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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);
  }
}

.grid-padding-x .grid-padding-x {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

@media print, screen and (width >= 48em) {
  .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 >= 48em) {
  .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 >= 48em) {
  .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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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%;
  }
}

.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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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);
  }
}

.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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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%;
  }
}

.small-padding-collapse {
  margin-left: 0;
  margin-right: 0;
}

.small-padding-collapse > .cell {
  padding-left: 0;
  padding-right: 0;
}

@media print, screen and (width >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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 print, screen and (width >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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 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 >= 90em) {
  .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 >= 100em) {
  .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 >= 90em) {
  .xlarge-padding-collapse {
    margin-left: 0;
    margin-right: 0;
  }

  .xlarge-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (width >= 100em) {
  .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%;
  }

  .xxlarge-padding-collapse {
    margin-left: 0;
    margin-right: 0;
  }

  .xxlarge-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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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);
  }
}

.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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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;
  }
}

.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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem;
}

@media print, screen and (width >= 48em) {
  .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 >= 48em) {
  .grid-padding-y > .cell {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }
}

@media print, screen and (width >= 48em) {
  .grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
  }
}

@media print, screen and (width >= 48em) {
  .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;
}

@media print, screen and (width >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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);
  }
}

.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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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;
  }
}

.grid-y.grid-frame {
  flex-wrap: nowrap;
  align-items: stretch;
  width: auto;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media print, screen and (width >= 48em) {
  .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 >= 90em) {
  .grid-y.xlarge-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: auto;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (width >= 100em) {
  .grid-y.xxlarge-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 >= 48em) {
  .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 >= 90em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (width >= 100em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem;
}

@media print, screen and (width >= 48em) {
  .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 >= 48em) {
  .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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (width >= 48em) {
  .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 >= 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (width >= 100em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (width >= 48em) {
  .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 >= 90em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (width >= 100em) {
  .grid-margin-y.xxlarge-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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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;
  }
}

.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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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;
  }
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  text-rendering: optimizelegibility;
  margin-bottom: 1rem;
  line-height: 1.6;
}

em, i {
  font-style: italic;
  line-height: inherit;
}

strong, b {
  font-weight: bold;
  line-height: inherit;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: inherit;
  text-rendering: optimizelegibility;
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: normal;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
  color: #cacaca;
  line-height: 0;
}

h1, .h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

h2, .h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

h3, .h3 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.1875rem;
  line-height: 1.4;
}

h4, .h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  line-height: 1.4;
}

h5, .h5 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.0625rem;
  line-height: 1.4;
}

h6, .h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.4;
}

@media print, screen and (width >= 48em) {
  h1, .h1 {
    font-size: 3rem;
  }

  h2, .h2 {
    font-size: 2.5rem;
  }

  h3, .h3 {
    font-size: 1.9375rem;
  }

  h4, .h4 {
    font-size: 1.5625rem;
  }

  h5, .h5 {
    font-size: 1.25rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  clear: both;
  border: 0;
  border-bottom: 1px solid #cacaca;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
}

ul, ol, dl {
  margin-bottom: 1rem;
  line-height: 1.6;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
  margin-left: 1.25rem;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: .3rem;
  font-weight: bold;
}

blockquote {
  border-left: 1px solid #cacaca;
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
}

blockquote, blockquote p {
  color: #8a8a8a;
  line-height: 1.6;
}

abbr, abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #030000;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  color: #030000;
  background-color: #e6e6e6;
  margin: 0;
  padding: .125rem .25rem 0;
  font-family: Consolas, Liberation Mono, Courier, monospace;
}

.subheader {
  color: #8a8a8a;
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: normal;
  line-height: 1.4;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  color: #8a8a8a;
  font-size: .8125rem;
  display: block;
}

.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  color: #030000;
  word-wrap: break-word;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  max-width: 100%;
  padding: .125rem .3125rem .0625rem;
  font-family: Consolas, Liberation Mono, Courier, monospace;
  font-weight: normal;
  display: inline;
}

.code-block {
  color: #030000;
  white-space: pre;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  margin-bottom: 1.5rem;
  padding: 1rem;
  font-family: Consolas, Liberation Mono, Courier, monospace;
  font-weight: normal;
  display: block;
  overflow: auto;
}

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

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

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

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

@media print, screen and (width >= 48em) {
  .medium-text-left {
    text-align: left;
  }

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

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

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (width >= 64em) {
  .large-text-left {
    text-align: left;
  }

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

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

  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (width >= 90em) {
  .xlarge-text-left {
    text-align: left;
  }

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

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

  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (width >= 100em) {
  .xxlarge-text-left {
    text-align: left;
  }

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

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

  .xxlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    print-color-adjust: economy;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print, th.show-for-print {
    display: table-cell !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #8a8a8a;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

[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 {
  box-sizing: border-box;
  color: #030000;
  appearance: none;
  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 #0300001a;
}

[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: #030000;
  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: #030000;
  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: #030000;
  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: #030000;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb%28138, 138, 138%29\"></polygon></svg>");
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  background-origin: content-box;
  border: 1px solid #cacaca;
  border-radius: 0;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem 1.5rem .5rem .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: #030000;
  background-color: #767676;
}

.button.secondary:hover, .button.secondary:focus {
  color: #030000;
  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: #030000;
  background-color: #3adb76;
}

.button.success:hover, .button.success:focus {
  color: #030000;
  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: #030000;
  background-color: #ffae00;
}

.button.warning:hover, .button.warning:focus {
  color: #030000;
  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: #030000;
  background-color: #cc4b37;
}

.button.alert:hover, .button.alert:focus {
  color: #030000;
  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: #030000;
  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: #030000;
  background: #767676;
}

.badge.success {
  color: #030000;
  background: #3adb76;
}

.badge.warning {
  color: #030000;
  background: #ffae00;
}

.badge.alert {
  color: #030000;
  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: #030000;
  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:before, .button-group:after {
  display: none;
}

.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: #030000;
  background-color: #767676;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  color: #030000;
  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: #030000;
  background-color: #3adb76;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  color: #030000;
  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: #030000;
  background-color: #ffae00;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  color: #030000;
  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: #030000;
  background-color: #cc4b37;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  color: #030000;
  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 >= 48em) {
  .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 <= 47.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: #030000;
  background-color: #fff;
  border: 1px solid #03000040;
  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: #030000;
  background-color: #d7ecfa;
}

.callout.secondary {
  color: #030000;
  background-color: #eaeaea;
}

.callout.success {
  color: #030000;
  background-color: #e1faea;
}

.callout.warning {
  color: #030000;
  background-color: #fff3d9;
}

.callout.alert {
  color: #030000;
  background-color: #f7e4e1;
}

.callout.small {
  padding: .5rem;
}

.callout.large {
  padding: 3rem;
}

.card {
  box-shadow: none;
  color: #030000;
  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: #030000;
}

.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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .menu.xxlarge-horizontal {
    flex-flow: wrap;
  }

  .menu.xxlarge-vertical {
    flex-flow: column;
  }

  .menu.xxlarge-expanded li, .menu.xxlarge-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: #030000;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 7px #030000, 0 14px #030000;
}

.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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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;
  }
}

.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%;
}

.media-object {
  flex-wrap: nowrap;
  margin-bottom: 1rem;
  display: flex;
}

.media-object img {
  max-width: none;
}

@media print, screen and (width <= 47.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 <= 47.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 #030000b3;
}

.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 #030000b3;
}

.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 #03000040;
}

.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 #03000040;
}

.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 #03000040;
}

.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 #03000040;
}

.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 >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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 print, screen and (width >= 48em) {
  .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 >= 90em) {
  .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 >= 100em) {
  .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;
  }
}

.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: #03000080;
  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: #03000080;
}

.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 >= 48em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a, .pagination button {
  color: #030000;
  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: #030000;
  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;
  -webkit-user-select: none;
  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;
}

.switch {
  color: #fff;
  -webkit-user-select: none;
  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 {
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  background: #cacaca;
  border-radius: 0;
  width: 4rem;
  height: 2rem;
  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: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: #030000;
  background: #f9f9f9;
}

tfoot {
  color: #030000;
  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: #030000;
  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 #03000033;
}

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: #030000;
  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: #030000;
  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: #030000;
  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: #030000;
  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: #030000;
  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: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.top-bar, .top-bar ul {
  background-color: #030000;
}

.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 .top-bar-left, .top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (width >= 48em) {
  .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 <= 89.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 <= 99.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%;
  }
}

.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-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 <= 47.9988em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (width <= 0), screen and (width >= 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (width >= 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (width <= 47.9988em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (width >= 48em) and (width <= 63.9988em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (width <= 47.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 <= 89.9988em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (width <= 63.9988em), screen and (width >= 90em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (width >= 90em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (width <= 89.9988em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (width >= 90em) and (width <= 99.9988em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (width <= 89.9988em), screen and (width >= 100em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (width >= 100em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (width <= 99.9988em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (width >= 100em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (width <= 99.9988em) {
  .show-for-xxlarge-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;
}

.mega-menu-item-6459, .mega-menu-item-5392, .mega-menu-item-6460, .product .retail-merchandiser-trm {
  display: none !important;
}

html {
  overflow-x: hidden;
}

body {
  padding-bottom: env(safe-area-inset-bottom);
  font-family: effra, sans-serif;
  font-size: 100%;
  overflow-x: hidden;
}

* {
  -webkit-tap-highlight-color: transparent;
}

h1 {
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 700;
}

@media screen and (width >= 0) {
  h1 {
    font-size: 37px;
    line-height: 47px;
  }
}

@media screen and (width >= 1024px) {
  h1 {
    font-size: 50px;
    line-height: 63px;
  }
}

h2 {
  letter-spacing: -.5px;
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 600;
}

@media screen and (width >= 0) {
  h2 {
    font-size: 37px;
    line-height: 41px;
  }
}

@media screen and (width >= 1024px) {
  h2 {
    font-size: 42px;
    line-height: 46px;
  }
}

h3 {
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 600;
}

@media screen and (width >= 0) {
  h3 {
    font-size: 31px;
    line-height: 36px;
  }
}

@media screen and (width >= 1024px) {
  h3 {
    font-size: 31px;
    line-height: 36px;
  }
}

h4 {
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 700;
}

@media screen and (width >= 0) {
  h4 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media screen and (width >= 1024px) {
  h4 {
    font-size: 28px;
    line-height: 30px;
  }
}

h6 {
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media screen and (width >= 1024px) {
  h6 {
    font-size: 16px;
    line-height: 28px;
  }
}

p {
  font-family: effra, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

em {
  font-family: effra, sans-serif;
  font-style: italic;
  font-weight: 400;
}

a {
  color: #00b9f2;
}

.link {
  color: #005581;
  font-family: effra, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.link img {
  margin-left: 0;
  transition: all .2s ease-out;
}

.link:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.link:hover img {
  margin-left: 7px;
  transition: all .2s ease-out;
}

small {
  font-size: 12px;
  line-height: 28px;
}

.heading_large {
  margin: 45px 0 25px;
  font-size: 69px;
  font-weight: 700;
  display: block;
}

.heading_1 {
  font-size: 50px;
  line-height: 63px;
}

.heading_2 {
  letter-spacing: -.5px;
  font-size: 42px;
  line-height: 54px;
}

.heading_3 {
  font-family: effra, sans-serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 500;
  line-height: 51px;
}

.heading_4 {
  font-family: effra, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 63px;
}

.heading_5 {
  color: #707070;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-family: effra, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (width >= 0) {
  .heading_5 {
    letter-spacing: 1.53px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
    display: block;
  }
}

.heading_6 {
  font-family: effra, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.content {
  margin-top: 106px;
}

.content.line-top {
  border-top: 20px solid #005581;
  margin-top: 74px;
}

@media screen and (width <= 960px) {
  .breadcrumb {
    top: 113px;
  }
}

.wrapper {
  max-width: 1440px !important;
  margin: 0 auto !important;
}

.single-product .content {
  margin-top: 200px;
}

.breadcrumb {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  z-index: 10;
  background: #707070cc;
  justify-content: space-between;
  width: 100%;
  padding: 3px 2%;
  display: flex;
  position: fixed;
  top: 106px;
}

.breadcrumb a {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.breadcrumb .view_by .heading_6, .breadcrumb #toggle-view-by-links .heading_6 {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: underline;
}

.breadcrumb .view_by .category-select, .breadcrumb .view_by #view-by-links, .breadcrumb #toggle-view-by-links .category-select, .breadcrumb #toggle-view-by-links #view-by-links {
  z-index: 999;
  background: #fff;
  border: 1px solid #030000;
  margin: 0;
  padding: 20px 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
}

.breadcrumb .view_by .category-select li a, .breadcrumb .view_by #view-by-links li a, .breadcrumb #toggle-view-by-links .category-select li a, .breadcrumb #toggle-view-by-links #view-by-links li a {
  color: #030000;
  text-transform: none;
  white-space: nowrap;
  padding: 4px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.breadcrumb .view_by .category-select li a:hover, .breadcrumb .view_by #view-by-links li a:hover, .breadcrumb #toggle-view-by-links .category-select li a:hover, .breadcrumb #toggle-view-by-links #view-by-links li a:hover {
  color: #005581;
  background: #efefef;
}

@media screen and (width <= 960px) {
  .breadcrumb {
    top: 79px;
  }
}

.single-product .product_info {
  padding: 0 2%;
}

.single-product .product_info .heading_5 {
  color: #707070;
  text-transform: uppercase;
}

.single-product .product_info h1 {
  letter-spacing: -.62px;
  margin-bottom: 25px;
  font-size: 52px;
  line-height: 54px;
}

.single-product .product_info .product-slider-container {
  border: 1px solid #707070;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.single-product .product_info .product-slider-container .swiper-slide {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.single-product .product_info .product-slider-container .swiper-slide img {
  width: auto;
}

.single-product .product_info .product-slider-container .swiper-next, .single-product .product_info .product-slider-container .swiper-prev {
  z-index: 10;
  outline: none;
  position: absolute;
  top: 40%;
}

.single-product .product_info .product-slider-container .swiper-next img, .single-product .product_info .product-slider-container .swiper-prev img {
  width: 74px;
  height: 74px;
  display: block;
}

.single-product .product_info .product-slider-container .swiper-next:hover, .single-product .product_info .product-slider-container .swiper-prev:hover {
  opacity: .8;
}

.single-product .product_info .product-slider-container .swiper-prev {
  left: 10px;
}

.single-product .product_info .product-slider-container .swiper-prev img {
  transform: rotate(180deg);
}

.single-product .product_info .product-slider-container .swiper-next {
  right: 10px;
}

.single-product .product_info .product_thumbs {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.single-product .product_info .product_thumbs .swiper-slide {
  text-align: center;
  border: 1px solid #707070;
  justify-content: center;
  align-items: center;
  height: 115px;
  display: flex;
  width: 115px !important;
}

.single-product .product_info .product_thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #005581;
}

.single-product .product_info .product_thumbs .thumbs-next, .single-product .product_info .product_thumbs .thumbs-prev {
  z-index: 10;
  outline: none;
  position: absolute;
  top: 40%;
}

.single-product .product_info .product_thumbs .thumbs-next img, .single-product .product_info .product_thumbs .thumbs-prev img {
  width: 32px;
  height: 32px;
  display: block;
}

.single-product .product_info .product_thumbs .thumbs-next:hover, .single-product .product_info .product_thumbs .thumbs-prev:hover {
  opacity: .8;
}

.single-product .product_info .product_thumbs .thumbs-prev {
  left: 0;
}

.single-product .product_info .product_thumbs .thumbs-prev img {
  transform: rotate(180deg);
}

.single-product .product_info .product_thumbs .thumbs-next {
  right: 0;
}

.single-product .product_meta .link {
  text-transform: none;
  margin-bottom: 8px;
  font-size: 20px;
  display: block;
}

.single-product .product_meta .btn {
  margin: 30px 35px 30px 0;
  display: inline-block;
}

.single-product .product_meta .warranty {
  max-width: 250px;
  margin-top: 20px;
  display: block;
}

.single-product .accordion {
  margin-top: 30px;
}

.single-product .plain {
  text-align: center;
  background: #005581;
  margin: 0 auto;
  padding: 0 !important;
}

.single-product .plain .heading_3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 1.8vw;
}

.single-product .plain img {
  max-width: 250px;
  margin: 12px 20px 0;
}

.single-product .true-parts-store-single-product {
  background-color: #fff;
}

.single-recipes .banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 165px;
}

.single-recipes .intro {
  text-align: center;
  padding: 45px 3%;
}

.single-recipes .intro h1 {
  margin-bottom: 35px;
  font-size: 42px;
  line-height: 49px;
}

.single-recipes .intro p {
  max-width: 70%;
  margin: 0 auto;
}

.single-recipes .intro .signature {
  margin: 40px auto 10px;
  display: block;
}

.single-recipes .cook-times {
  text-align: center;
  justify-content: center;
  padding: 12px 0;
}

.single-recipes .cook-times h3 {
  color: #005581;
}

.single-recipes .recipe-block {
  padding: 42px 0 0;
}

.single-recipes .recipe-block ul li {
  font-family: effra, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.single-recipes .recipes {
  margin-bottom: 75px;
}

.single-recipes .featured-chef {
  background: #efefef;
  margin: 0 auto;
  padding: 42px 3%;
  position: relative;
  text-align: center !important;
}

.single-recipes .featured-chef .two_column h2 {
  max-width: 85%;
  margin: 0 auto 10px;
  position: relative;
}

.single-recipes .featured-chef .two_column h2:after {
  content: " ";
  border-bottom: 2px solid #005581;
  width: 350px;
  height: 2px;
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.single-recipes .featured-chef .two_column .image {
  height: 115px;
  margin: 20px auto;
  display: block;
}

.single-recipes .featured-chef .two_column p {
  max-width: 85%;
  margin: 40px auto 0;
}

.single-recipes .featured-chef .two_column .btn {
  margin: 50px 15px 0 0;
  display: inline-block;
}

.single-recipes .signature-recipes {
  text-align: center;
  padding: 42px 3%;
}

.single-recipes .signature-recipes img {
  height: 50px;
  margin: 22px auto;
  display: block;
}

.single-recipes .signature-recipes p {
  max-width: 70%;
  margin: 40px auto 0;
}

.single-recipes .boxes {
  margin: 30px auto !important;
}

.single-recipes .boxes .grid-x {
  justify-content: center;
}

.single-recipes .boxes .cell {
  text-align: center;
  border: 1px solid #707070;
  position: relative;
}

.single-recipes .boxes .cell:hover .heading_3 {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.single-recipes .boxes .cell img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.single-recipes .boxes .cell .heading_5 {
  color: #707070;
  text-transform: uppercase;
  margin: 20px auto 12px;
  display: block;
}

.single-recipes .boxes .cell .heading_3 {
  color: #005581;
  max-width: 95%;
  margin: 0 auto 15px;
  font-size: 28px;
  line-height: 32px;
  display: block;
}

.instagram {
  text-align: center;
  padding: 42px 3% !important;
}

.instagram img {
  height: 50px;
  margin: 22px auto;
  display: block;
}

.instagram p {
  max-width: 70%;
  margin: 40px auto 0;
}

.category_information {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 75px auto !important;
}

.category_information.top_level {
  margin: 34px auto 0 !important;
}

.category_information:nth-child(3), .category_information:nth-child(5), .category_information:nth-child(7), .category_information:nth-child(9), .category_information:nth-child(11), .category_information:nth-child(13) {
  flex-direction: row-reverse;
}

.category_information .box-content {
  flex-direction: column;
  margin: 40px 0;
  padding: 0;
  display: flex;
  position: relative;
}

.category_information .box-content .copy {
  padding: 0 30px;
}

.category_information .box-content h2 {
  margin: 8px 0 20px;
  display: inline-block;
}

.category_information .box-content p {
  margin-top: 10px;
}

.category_information .box-content .heading_5 {
  color: #707070;
  text-transform: uppercase;
  display: block;
}

.category_information .box-content .link {
  display: block;
}

.category_information .box-content .btn {
  margin: 35px 0 0;
  display: inline-block;
}

.category_information .image-block {
  text-align: right;
}

.category_information .image-block img {
  max-height: 385px;
}

.category_information .image-block .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 70%;
}

.signature-recipes {
  text-align: center;
  padding: 42px 3% !important;
}

.signature-recipes img {
  height: 50px;
  margin: 22px auto;
  display: block;
}

.signature-recipes p {
  max-width: 70%;
  margin: 40px auto 0;
}

.signature-recipes .btn {
  margin: 30px auto;
}

.boxes {
  margin: 30px auto !important;
}

.boxes .grid-x {
  justify-content: center;
}

.boxes .cell {
  text-align: center;
  border: 1px solid #707070;
  position: relative;
}

.boxes .cell:hover .heading_3 {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.boxes .cell img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.boxes .cell .heading_5 {
  color: #707070;
  text-transform: uppercase;
  margin: 20px auto 12px;
  display: block;
}

.boxes .cell .heading_3 {
  color: #005581;
  max-width: 95%;
  margin: 0 auto 15px;
  font-size: 28px;
  line-height: 32px;
  display: block;
}

.additional_information {
  text-align: center;
  padding: 50px 8% 0;
}

.additional_information h2 {
  color: #005581;
  margin-bottom: 25px;
}

.additional_information p {
  max-width: 80%;
  margin: 0 auto;
}

.support-contact-block {
  padding: 40px 3%;
}

.support-contact-block .cell {
  text-align: center;
}

.support-contact-block .cell h5 {
  color: #005581;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px !important;
  line-height: 31px !important;
}

.support-contact-block .cell p {
  font-size: 18px;
  line-height: 26px;
}

.support-contact-block .cell .link {
  margin-top: 30px;
  font-size: 20px;
  display: block;
}

.support-contact-block .cell a {
  color: #005581;
  transition: all .2s ease-out;
}

.support-contact-block .cell a:hover {
  color: #00b9f2;
  transition: all .2s ease-out;
}

.support-contact-block .btn {
  margin: 30px 0 0;
  display: inline-block;
}

.content-products {
  margin-bottom: 70px;
  padding: 40px 25px 40px 0 !important;
}

.content-products .posts_per_page {
  color: #005581;
  text-align: right;
  margin-bottom: 20px;
  font-size: 20px;
}

.content-products .posts_per_page a {
  color: #005581;
  margin-left: 5px;
  transition: all .2s ease-out;
}

.content-products .posts_per_page a.selected {
  font-weight: 700;
}

.content-products .posts_per_page a:hover {
  color: #00b9f2;
  transition: all .2s ease-out;
}

.content-products .cell {
  text-align: center;
  margin-bottom: 20px;
}

.content-products .cell .search_box {
  color: #fff;
  text-align: left;
  background: #707070;
  flex-direction: column;
  padding: 45px 25px;
  display: flex;
}

.content-products .cell .search_box input[type="submit"] {
  margin: 0 0 35px;
}

.content-products .cell .search_box .clear_selection {
  margin-bottom: 10px;
  text-decoration: underline;
}

.content-products .cell .search_box select.product_category {
  box-shadow: none;
  color: #fff;
  appearance: none;
  background: #707070 url("../jpg/icon-select-down-gray.72978cf1.jpg") 100% no-repeat;
  border: 2px solid #fff;
  position: relative;
}

.content-products .cell .search_box .accordion, .content-products .cell .search_box .accordion .accordion-item {
  background: none;
}

.content-products .cell .search_box .accordion .accordion-item .accordion-title {
  color: #fff;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 45px;
}

.content-products .cell .search_box .accordion .accordion-item .accordion-title:before {
  color: #fff;
  margin-top: -20px;
  font-size: 30px;
  right: 0;
}

.content-products .cell .search_box .accordion .accordion-item .accordion-title:hover, .content-products .cell .search_box .accordion .accordion-item .accordion-title:focus {
  background: none;
}

.content-products .cell .search_box .accordion .accordion-item .accordion-content {
  background: none;
  border: none;
  padding: 15px 0;
}

.content-products .cell .search_box label {
  padding-left: 0;
  color: #fff !important;
  font-size: 16px !important;
}

.content-products .cell .search_box input[type="checkbox"] {
  appearance: none;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  width: 22px;
  height: 22px;
  margin: 0 8px -5px 0;
}

.content-products .cell .search_box input[type="checkbox"]:checked:after {
  content: "✔";
  font-size: 17px;
}

.content-products .cell .search_box [type="checkbox"] + label, .content-products .cell .search_box [type="radio"] + label {
  text-align: left;
  margin-right: 0;
  display: inline;
}

.content-products .cell .search_box .searchandfilter ul {
  margin: 0 10px !important;
}

.content-products .cell .search_box .searchandfilter ul ul {
  margin: 0 !important;
}

.content-products .cell .search_box .searchandfilter li {
  padding: 5px 0;
  display: block;
}

.content-products .cell .search_box .searchandfilter li h4 {
  cursor: pointer;
}

.content-products .cell .search_box .searchandfilter li ul {
  display: block;
}

.content-products .cell .search_box .searchandfilter li ul.open {
  display: none;
}

.content-products .cell .search_box .searchandfilter li h4 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.content-products .cell .search_box .searchandfilter li h4:after {
  content: "-";
  font-size: 40px;
  position: absolute;
  right: 0;
}

.content-products .cell .search_box .searchandfilter li h4.open:after {
  content: "+";
  font-size: 40px;
  position: absolute;
  right: 0;
}

.content-products .cell .overlay {
  cursor: pointer;
  opacity: 0;
  background: #00000014;
  width: 100%;
  height: 100%;
  transition: all .2s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}

.content-products .cell .border {
  border: 1px solid #030000;
  justify-content: flex-end;
  height: 100%;
  padding: 30px 15px 10px;
  transition: all .2s ease-out;
  position: relative;
}

.content-products .cell .border:hover .overlay {
  opacity: 1;
  transition: all .2s ease-out;
}

.content-products .cell .border .image_wrap {
  justify-content: center;
  align-items: center;
  height: 260px;
  display: flex;
}

.content-products .cell .border .heading_2 {
  color: #005581;
  margin: 15px auto 5px;
  font-size: 1.45vw;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.content-products .cell .border a .heading_5 {
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: block;
}

.content-products .cell .border p {
  font-size: 16px;
  line-height: 26px;
}

.content-products .cell .btn {
  margin-top: 15px;
  display: inline-block;
}

.content-faqs {
  margin-bottom: 70px;
  padding: 55px 10% !important;
}

.content-faqs h2 {
  color: #005581;
}

.content-faqs .accordion {
  background: none;
}

.content-faqs .accordion .accordion-item {
  clear: both;
  background: none;
  border-bottom: 2px solid #efefef;
}

.content-faqs .accordion .accordion-item .icon {
  clear: both;
  float: left;
  width: 50px;
  height: 50px;
  margin: 15px 18px 0 25px;
}

.content-faqs .accordion .accordion-item .accordion-title {
  color: #005581;
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 0;
  padding: 25px 0 25px 25px;
  font-weight: 600;
  font-size: 28px !important;
  line-height: 31px !important;
}

.content-faqs .accordion .accordion-item .accordion-title:before {
  color: #005581;
  margin-top: -10px;
  right: 32px;
  font-size: 36px !important;
}

.content-faqs .accordion .accordion-item .accordion-title:hover, .content-faqs .accordion .accordion-item .accordion-title:focus {
  background: none;
}

.content-faqs .accordion .accordion-item .accordion-content {
  clear: both;
  background: none;
  border: none;
  padding: 0 20% 25px 25px;
}

.content-faqs .accordion .accordion-item .accordion-content p {
  font-size: 16px !important;
  line-height: 26px !important;
}

.parent-pageid-12 .content-block .plain h1, .parent-pageid-12 .content-block .plain .heading_1, .parent-pageid-14 .content-block .plain h1, .parent-pageid-14 .content-block .plain .heading_1, .single-partners .content-block .plain h1, .single-partners .content-block .plain .heading_1 {
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 25px;
  font-size: 42px;
  line-height: 49px;
}

.parent-pageid-12 .content-block .plain a, .parent-pageid-14 .content-block .plain a, .single-partners .content-block .plain a {
  color: #005581;
}

.parent-pageid-12 .content-block .plain a:hover, .parent-pageid-14 .content-block .plain a:hover, .single-partners .content-block .plain a:hover {
  color: #00b9f2;
  transition: all .2s ease-out;
}

.parent-pageid-12 .bestselling .content-slider-container, .parent-pageid-14 .bestselling .content-slider-container, .single-partners .bestselling .content-slider-container {
  background: #fff !important;
}

.tax-product_main_subcategory {
  margin-top: 100px !important;
}

.tax-product_main_subcategory .category_information {
  margin: 0 auto !important;
}

.tax-product_main_subcategory .content-slider, .tax-product_category .content-slider {
  position: relative;
}

.tax-product_main_subcategory .content-slider .content-slider-container, .tax-product_category .content-slider .content-slider-container {
  background: #efefef;
  width: 108%;
  padding: 60px 0;
  overflow: visible;
}

.tax-product_main_subcategory .content-slider .content-slider-container .row, .tax-product_category .content-slider .content-slider-container .row {
  align-items: center;
  max-width: 100%;
  height: 100%;
}

.tax-product_main_subcategory .content-slider .content-slider-container .row .main-content, .tax-product_category .content-slider .content-slider-container .row .main-content {
  text-align: left;
  padding: 0 4%;
}

.tax-product_main_subcategory .content-slider .content-slider-container .row .main-content p, .tax-product_category .content-slider .content-slider-container .row .main-content p {
  margin-top: 30px;
}

.tax-product_main_subcategory .content-slider .content-slider-container .row .main-content .link, .tax-product_category .content-slider .content-slider-container .row .main-content .link {
  color: #005581;
  font-size: 20px;
  line-height: 39px;
}

.tax-product_main_subcategory .content-slider .content-slider-container .row .swiper-container, .tax-product_category .content-slider .content-slider-container .row .swiper-container {
  margin: 0;
}

.tax-product_main_subcategory .content-slider .content-slider-container .row .swiper-container .swiper-slide, .tax-product_category .content-slider .content-slider-container .row .swiper-container .swiper-slide {
  text-align: center;
  background: #fff;
  border: 1px solid #707070;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  display: flex;
}

.tax-product_main_subcategory .content-slider .content-slider-container .row .swiper-container .swiper-slide:hover .heading_3, .tax-product_category .content-slider .content-slider-container .row .swiper-container .swiper-slide:hover .heading_3 {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.tax-product_main_subcategory .content-slider .content-slider-container .row .swiper-container .swiper-slide img, .tax-product_category .content-slider .content-slider-container .row .swiper-container .swiper-slide img {
  max-height: 200px;
  display: block;
  width: auto !important;
  margin: 20px auto !important;
}

.tax-product_main_subcategory .content-slider .content-slider-container .row .swiper-container .swiper-slide .heading_3, .tax-product_category .content-slider .content-slider-container .row .swiper-container .swiper-slide .heading_3 {
  margin: 10px 0 !important;
  font-size: 1.8vw !important;
  line-height: 1 !important;
}

.tax-product_main_subcategory .content-slider .content-slider-container .row .swiper-container .swiper-slide .heading_5, .tax-product_category .content-slider .content-slider-container .row .swiper-container .swiper-slide .heading_5 {
  color: #707070;
  display: block;
  margin: 0 5px 25px !important;
  font-size: 20px !important;
  line-height: 24px !important;
}

.tax-product_main_subcategory .content-slider .content-slider-container .row .swiper-container .swiper-slide a, .tax-product_category .content-slider .content-slider-container .row .swiper-container .swiper-slide a {
  color: #005581;
}

.tax-product_main_subcategory .content-slider .content-slider-container .row .swiper-container .swiper-slide p, .tax-product_category .content-slider .content-slider-container .row .swiper-container .swiper-slide p {
  margin: 0 10px 20px;
  font-size: 16px;
  line-height: 26px;
  display: block;
}

.tax-product_main_subcategory .content-slider .content-slider-container .row .swiper-next, .tax-product_category .content-slider .content-slider-container .row .swiper-next {
  z-index: 10;
  outline: none;
  position: absolute;
  top: 35%;
  right: 12.5%;
}

.tax-product_main_subcategory .content-slider .content-slider-container .row .swiper-next img, .tax-product_category .content-slider .content-slider-container .row .swiper-next img {
  width: 74px;
  height: 74px;
  display: block;
}

.tax-product_main_subcategory .content-slider .content-slider-container .row .swiper-next:hover, .tax-product_category .content-slider .content-slider-container .row .swiper-next:hover {
  opacity: .8;
}

.tax-product_subcategory .content-products {
  padding: 75px 25px 40px 0 !important;
}

.term-traditional-reach-ins .top_level, .term-fridge .bestselling {
  display: none;
}

.content.giving-back {
  margin-top: 0;
}

.true-gives-back {
  background-color: #efefef;
}

.true-gives-back .swiper-next {
  z-index: 10;
  position: absolute;
  top: 40%;
  right: 40px;
}

.true-gives-back .main-content {
  text-align: left;
  flex-direction: column;
  justify-content: space-evenly;
  display: flex;
}

.true-gives-back .true-gives-back-swiper-container {
  overflow: hidden;
}

.true-gives-back .row {
  max-width: 100%;
  padding: 35px 0;
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.true-gives-back .swiper-slide {
  text-align: center;
  background-color: #fff;
  outline: 2px solid gray;
  flex-direction: column;
  justify-content: space-between;
  height: 95%;
  margin-top: 2px;
  margin-left: 2px;
  display: flex;
  position: relative;
}

.true-gives-back .swiper-slide .title {
  margin-bottom: 20px;
}

.true-gives-back .swiper-slide img {
  width: 100%;
}

.true-gives-back .swiper-slide .overlay {
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.true-gives-back .swiper-slide .publication-date {
  color: gray;
}

.true-gives-back .swiper-slide .title {
  color: #005581;
}

.bestselling .content-slider-container {
  background: #efefef !important;
  padding: 60px 0 !important;
}

.bestselling .content-slider-container h2 {
  font-size: 37px;
  line-height: 41px;
}

.bestselling .content-slider-container .swiper-slide {
  background: #fff;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.bestselling .content-slider-container .swiper-slide img {
  max-height: 200px;
  width: auto !important;
  margin: 20px auto !important;
}

.bestselling .content-slider-container .swiper-slide .heading_3 {
  margin: 10px 0 !important;
  font-size: 1.8vw !important;
  line-height: 1 !important;
}

.bestselling .content-slider-container .swiper-slide .heading_5 {
  margin: 0 5px 25px !important;
  font-size: 20px !important;
  line-height: 24px !important;
}

.bestselling .content-slider-container .swiper-slide p {
  margin: 0 10px 20px;
  font-size: 16px;
  line-height: 26px;
  display: block;
}

.content-boxes {
  margin: 0 3% 45px;
  max-width: 96% !important;
}

.content-boxes .grid-x {
  justify-content: center;
}

.content-boxes .cell {
  text-align: center;
  border: 1px solid #707070;
  position: relative;
}

.content-boxes .cell:hover .heading_3 {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.content-boxes .cell img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.content-boxes .cell .heading_5 {
  color: #707070;
  text-transform: uppercase;
  margin: 20px auto 0;
  display: block;
}

.content-boxes .cell .heading_3 {
  color: #005581;
  margin: 0 auto 20px;
  display: block;
}

.content-featured-product {
  background: #efefef;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  text-align: center !important;
}

.content-featured-product .two_column h2 {
  max-width: 85%;
  margin: 0 auto 10px;
  position: relative;
}

.content-featured-product .two_column h2:after {
  content: " ";
  border-bottom: 2px solid #005581;
  width: 350px;
  height: 2px;
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.content-featured-product .two_column .heading_5 {
  color: #707070;
}

.content-featured-product .two_column .icon {
  height: 70px;
  margin: 0 auto 10px;
  display: block;
}

.content-featured-product .two_column p {
  max-width: 85%;
  margin: 40px auto 0;
}

.content-featured-product .two_column .btn {
  margin: 50px 15px 0 0;
  display: inline-block;
}

.request-quote-block {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  text-align: left !important;
  max-width: 95% !important;
}

.request-quote-block .plain {
  border: 2px solid #005581;
  margin: 0 25px;
  padding: 60px;
}

.request-quote-block .plain .cell {
  margin: 0;
  text-align: left !important;
}

.request-quote-block .plain .heading_3 {
  color: #005581;
  font-weight: 600;
}

.request-quote-block .plain p {
  margin: 0;
}

.request-quote-block .plain .icon {
  margin-bottom: 25px;
}

.request-quote-block .plain .btn {
  margin: 0 0 0 30px;
}

.request-quote-block .plain .text-right {
  text-align: right !important;
}

.find-provider-block {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  text-align: left !important;
  max-width: 1440px !important;
}

.find-provider-block .plain {
  border: 2px solid #005581;
  margin: 0 25px;
  padding: 28px;
}

.find-provider-block .plain .main_content {
  vertical-align: middle;
  display: inline-block;
}

.find-provider-block .plain .heading_3 {
  color: #005581;
  font-weight: 600;
}

.find-provider-block .plain p {
  max-width: 100% !important;
  margin: 0 !important;
}

.find-provider-block .plain .icon {
  height: 70px;
  margin: 10px 20px 0 0;
  display: inline-block;
}

.find-provider-block .plain .btn {
  margin: 0 0 0 30px;
}

.callout-block {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  text-align: left !important;
  max-width: 1440px !important;
}

.callout-block .plain {
  border: 2px solid #005581;
  margin: 0 25px;
  padding: 28px;
}

.callout-block .plain .heading_3 {
  color: #005581;
  font-weight: 600;
}

.callout-block .plain .icon {
  float: left;
  height: 70px;
  margin: 10px 18px 0 0;
}

.callout-block .plain .btn {
  margin: 0 0 0 30px;
}

.content-warranty-block {
  text-align: center;
  background: #005581;
  width: 100%;
  margin: 0 auto;
  padding: 22px;
}

.content-warranty-block .wrapper {
  white-space: nowrap;
}

.content-warranty-block .heading_3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 1.8vw;
}

.content-warranty-block img {
  max-width: 250px;
  margin: 0 20px;
}

html[lang="es"] .content-warranty-block .heading_3 {
  font-size: 1.3vw;
}

.disclaimer-text {
  opacity: .5;
  letter-spacing: 2px;
  margin-top: 5px;
  font-size: .5em;
  font-weight: 400;
  line-height: 1.75;
  display: block;
}

.single-product .disclaimer-text {
  max-width: 350px;
  font-size: .85em;
}

.benefits {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  text-align: left;
  max-width: 90%;
  margin: 30px auto;
  padding: 0;
  list-style: none;
}

.benefits li {
  break-inside: avoid-column;
  background: url("../jpg/icon-list-item.fdf3a52f.jpg") 0 10px / 32px no-repeat;
  margin: 10px 0;
  padding: 5px 0 5px 45px;
}

.page-id-2 #content-block-0 .two_column .cell.small-10 {
  margin: 20px 10px !important;
}

.page-id-14 #content-block-1 p {
  margin: 0 auto;
}

.page-id-16 #content-block-2 .regular_padding {
  padding: 0 60px 60px !important;
}

.page-id-18 #content-block-1, .page-id-18 .support-block {
  display: none;
}

.page-id-20 #content-faqs-0, .page-id-20 #content-block-6 {
  padding: 0 10% !important;
}

.page-id-20 #content-block-6 .plain.less_padding {
  padding: 0;
}

.page-id-20 #content-block-6 .btn {
  margin: 0 0 20px;
}

.page-id-318 .content-split-right .box-content.yes h2:after, .page-id-318 .content-split-left .box-content.yes h2:after {
  border-bottom: 2px solid #8abb2a;
}

.page-id-498 .find-provider-block {
  margin-top: 100px;
}

.page-id-520 #content-support-modules-0 {
  margin-bottom: 0 !important;
}

.page-id-520 #content-support-modules-1 {
  margin-top: 0 !important;
}

.page-id-4602 #content-block-0 .play_button {
  left: -40%;
}

.page-id-6725 #content-block-0 .plain {
  padding: 200px;
}

.page-id-6725 #content-block-1 .plain {
  padding: 0 !important;
}

.page-id-6725 #content-block-1 .cell {
  justify-content: center;
  font-size: 16px;
  display: flex;
}

.page-id-6725 #content-block-1 .cell p {
  max-width: 100%;
  margin: 0 10px 0 0;
  font-size: 16px;
}

.page-id-6725 #content-block-1 .cell div {
  margin-right: 10px;
}

.page-id-6725 #content-block-1 .cell img {
  width: 25px;
  height: auto;
  margin: 0 5px 0 0;
}

.page-id-6725 .footer-block, .page-id-6725 .support-block {
  display: none;
}

.page-id-6898 .align-middle {
  max-width: 1000px;
  margin: 0 auto;
  align-items: flex-start !important;
}

.page-template-template-results .content {
  margin-top: 140px;
}

.page-template-template-results .intro {
  margin-left: 28px;
}

.page-template-template-results .intro h1 {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1;
}

.content-serial-number-search {
  margin-top: 64px;
}

.content-serial-number-search .image_box {
  float: left;
  max-width: 250px;
  margin: 0 30px 30px 0;
}

.content-serial-number-search .image_box p, .content-serial-number-search .image_box small {
  line-height: 18px;
}

.content-serial-number-search .specs_box {
  margin-bottom: 22px;
}

.content-serial-number-search .specs_box p span {
  display: inline-block;
}

.content-serial-number-search h1 {
  color: #005581;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 30px;
}

.content-serial-number-search h2, .content-serial-number-search h3, .content-serial-number-search h4 {
  color: #005581;
}

.content-serial-number-search .accordion {
  background: none;
}

.content-serial-number-search .accordion .accordion-item {
  clear: both;
  background: none;
  border-bottom: 2px solid #efefef;
}

.content-serial-number-search .accordion .accordion-item .accordion-title {
  color: #005581;
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 0;
  padding: 25px 0;
  font-weight: 500;
  font-size: 28px !important;
  line-height: 30px !important;
}

.content-serial-number-search .accordion .accordion-item .accordion-title:before {
  color: #005581;
  margin-top: -10px;
  right: 32px;
  font-size: 36px !important;
}

.content-serial-number-search .accordion .accordion-item .accordion-title:hover, .content-serial-number-search .accordion .accordion-item .accordion-title:focus {
  background: none;
}

.content-serial-number-search .accordion .accordion-item .accordion-content {
  clear: both;
  background: none;
  border: none;
  padding: 0 20% 25px 0;
}

.content-serial-number-search .parts {
  flex-flow: wrap;
  margin: 0 0 20px;
  list-style: none;
  display: flex;
}

.content-serial-number-search .parts li {
  width: 50%;
  margin-bottom: 15px;
}

.content-serial-number-search .sidebar .box_content {
  text-align: center;
  border: 1px solid #707070;
  width: 100%;
  margin-bottom: 35px;
  padding: 40px;
}

.content-serial-number-search .sidebar .box_content .icon {
  width: auto;
  max-height: 70px;
  margin: 0 0 22px;
}

.content-serial-number-search .sidebar .box_content h2, .content-serial-number-search .sidebar .box_content h2 a {
  color: #005581;
  font-size: 28px;
  line-height: 30px;
}

.content-serial-number-search .sidebar .box_content p {
  margin: 0 auto 22px;
  font-size: 18px;
  line-height: 26px;
}

.content-serial-number-search .sidebar .box_content .btn {
  margin: 10px;
  display: inline-block;
}

.content-serial-number-search .sidebar h3 {
  margin-bottom: 35px;
  font-size: 28px;
  line-height: 30px;
}

.content-serial-number-search .sidebar .link {
  text-transform: none;
  font-size: 20px;
}

.page-template-template-serial-number-results .content-support-modules {
  text-align: center;
  border: 1px solid #005581;
  max-width: 680px;
  margin: 50px auto;
  padding: 40px 80px;
}

.page-template-template-serial-number-results .content-support-modules form {
  align-items: center;
  margin-top: 40px;
  display: inline-flex;
}

.page-template-template-serial-number-results .content-support-modules form label {
  margin-bottom: 0;
}

.page-template-template-serial-number-results .content-support-modules form input[type="search"] {
  margin: 0;
}

.page-template-template-serial-number-results .content-support-modules form input[type="submit"] {
  margin: 0 0 0 20px;
}

.page-template-template-serial-number-results .content-support-modules .icon {
  height: 70px;
  margin-bottom: 22px;
}

.page-navigation, .pagination, .wp-pagenavi {
  justify-content: center;
  margin: 0 auto;
  display: flex;
}

.page-navigation .pages, .pagination .pages, .wp-pagenavi .pages {
  color: #005581;
  order: 0;
  margin: 0 8px 0 0;
  font-size: 18px;
  line-height: 36px;
}

.page-navigation li, .pagination li, .wp-pagenavi li {
  margin-right: 10px;
  font-size: 20px;
  display: flex;
}

.page-navigation .current, .pagination .current, .wp-pagenavi .current {
  color: #005581;
  background: none;
  margin-right: 5px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}

.page-navigation a, .pagination a, .wp-pagenavi a {
  color: #005581;
  margin-right: 5px;
  padding: 0;
  font-size: 18px;
  line-height: 36px;
}

.page-navigation a:hover, .pagination a:hover, .wp-pagenavi a:hover {
  background: none;
}

.tax-product_category .page-navigation li, .tax-product_category .pagination li, .tax-product_category .wp-pagenavi li, .tax-product_main_subcategory .page-navigation li, .tax-product_main_subcategory .pagination li, .tax-product_main_subcategory .wp-pagenavi li {
  margin-right: 0;
}

.fancybox-button {
  color: #005581 !important;
}

.timeline {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}

.timeline:before {
  content: "";
  background: #efefef;
  width: 5px;
  height: 98%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline_item {
  width: 100%;
  margin-bottom: 95px;
  padding-top: 95px;
  position: relative;
}

.timeline_item:nth-child(2n) .timeline_content {
  float: left;
  padding: 40px 30px 10px;
}

.timeline_item:nth-child(2n) .timeline_img {
  float: right;
  text-align: center;
  width: 100%;
  max-width: 45%;
}

.timeline_item:nth-child(2n) .timeline_img img {
  max-width: 320px;
}

.timeline_item:nth-child(odd) .timeline_content {
  float: right;
  padding: 40px 30px 10px;
}

.timeline_item:nth-child(odd) .timeline_img {
  float: left;
  text-align: center;
  width: 100%;
  max-width: 45%;
}

.timeline_item:nth-child(odd) .timeline_img img {
  max-width: 320px;
}

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

.timeline_content {
  width: 45%;
  position: relative;
}

.timeline_content h3 {
  color: #005581;
}

.timeline_date {
  color: #fff;
  background: #005581;
  border-radius: 50%;
  padding: 28px 20px;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.error404 .footer-block, .error404 .support-block {
  display: none;
}

.error404 .plain {
  text-align: center;
  background: #005581;
  padding: 200px 0 !important;
}

.error404 .plain h1 {
  color: #fff;
}

.error404 .plain .icon {
  height: 70px;
  margin-bottom: 22px;
}

.error404 .content-serial-number-search {
  margin-top: 0;
}

.search #sitesearch {
  align-items: center;
  margin-top: 40px;
  display: inline-flex;
}

.search #sitesearch input[type="search"] {
  margin: 0;
}

.search #sitesearch input[type="submit"] {
  margin: 0 0 0 20px;
}

.search .content {
  padding: 100px 3%;
}

.search .content h1 {
  font-size: 40px;
  line-height: 1;
}

.search .content .result {
  clear: both;
  width: 80%;
  margin: 0 0 50px;
}

.search .content a {
  transition: all .25s ease-in-out;
}

.search .content a:hover {
  color: #00b9f2;
  transition: all .25s ease-in-out;
}

.search .content h3, .search .content h3 a {
  color: #005581;
}

.search .content .wp-post-image {
  float: left;
  width: 90px;
  height: auto;
  margin: 0 20px 20px 0;
}

.search .page-navigation {
  margin-top: 200px;
}

.rlv-has-spinner {
  border-color: #707070 #0000 #707070 #707070;
}

.rlv-has-spinner:after {
  background-color: #707070;
}

.relevanssi-live-search-result-status p {
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}

.relevanssi-live-search-result p, .relevanssi-live-search-result-status p {
  padding: 10px;
  font-size: 15px;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
  border: 1px solid #005581;
  margin-top: 20px;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-family: effra, sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  transition: all .25s ease-in-out !important;
}

#sb_instagram #sbi_load .sbi_load_btn:hover, #sb_instagram #sbi_load .sbi_load_btn:focus, #sb_instagram #sbi_load .sbi_load_btn:active, #sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:active {
  color: #005581 !important;
  background: #fff !important;
  border: 1px solid #005581 !important;
  transition: all .25s ease-in-out !important;
}

.reveal-overlay {
  z-index: 100000;
  outline: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
}

#content-popup {
  outline: none;
  display: none;
  position: relative;
}

#content-popup .intro {
  text-align: center;
  z-index: 10000;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #efefef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 4%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover !important;
}

#content-popup .intro h2 {
  font-size: 37px !important;
  line-height: 41px !important;
}

#content-popup .intro .btn {
  cursor: pointer;
}

#content-popup .swiper-popup-container {
  margin: 0;
  overflow-x: hidden;
}

#content-popup .swiper-popup-container .swiper-wrapper {
  box-sizing: border-box;
}

#content-popup .swiper-popup-container .swiper-popup-next {
  cursor: pointer;
  z-index: 10;
  display: none;
  position: absolute;
  top: 45%;
  right: -35px;
}

#content-popup .swiper-popup-container .swiper-popup-next.swiper-button-disabled {
  display: none !important;
}

#content-popup .swiper-popup-container .swiper-popup-next img {
  width: 74px;
  height: 74px;
  display: block;
}

#content-popup .swiper-popup-container .swiper-popup-next:hover {
  opacity: .8;
}

#content-popup .swiper-popup-container .swiper-slide {
  background: linear-gradient(0deg, #efefef 0%, #b0afb0 100%);
  border: 1px solid #707070;
  min-height: 500px;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
}

#content-popup .swiper-popup-container .swiper-slide .two_column {
  min-height: inherit;
  margin: 0;
  padding: 50px 50px 80px;
}

#content-popup .swiper-popup-container .swiper-slide .two_column .pop_content {
  padding: 0 40px;
}

#content-popup .swiper-popup-container .swiper-slide .two_column h2 {
  font-size: 37px !important;
  line-height: 41px !important;
}

#content-popup .swiper-popup-container .swiper-slide .two_column a {
  color: #005581;
  text-decoration: underline;
}

#content-popup .close-button.medium, #content-popup .close-button {
  color: #005581;
  font-family: verdana;
  font-size: 40px;
  top: 0;
  right: 10px;
}

.popup-slider-controls {
  text-align: center;
  z-index: 100;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px !important;
}

.popup-slider-controls .swiper-pagination-bullet {
  opacity: 1;
  text-indent: 99999em;
  background: #005581;
  border: 2px solid #005581;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  display: inline-block;
  outline: none !important;
  margin: 0 8px !important;
}

.popup-slider-controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
  border: 2px solid #005581 !important;
}

@media only screen and (width >= 751px) and (width <= 1439px) {
  .tax-product_main_subcategory .content-slider .content-slider-container .row .swiper-next, .tax-product_category .content-slider .content-slider-container .row .swiper-next {
    top: 43%;
    right: 25%;
  }
}

@media only screen and (width >= 959px) and (width <= 1200px) {
  .off-canvas-absolute {
    visibility: hidden;
    padding: 0 25px 90px;
    overflow-x: hidden;
    transform: translateX(60%);
    z-index: 100000 !important;
    width: 60% !important;
  }

  .off-canvas-absolute.is-open {
    visibility: visible;
    height: auto;
    box-shadow: none !important;
  }

  .off-canvas-absolute .logo {
    margin: 9px auto;
    display: block;
  }

  .off-canvas-absolute .advanced_search {
    max-width: 250px;
    margin: 20px 0;
  }

  .off-canvas-absolute p strong {
    font-size: 18px;
  }

  .off-canvas-absolute hr {
    margin: 10px 0 !important;
  }

  .off-canvas-absolute form {
    align-items: baseline;
    margin: 0 0 40px;
    display: inline-flex;
    position: relative;
  }

  .off-canvas-absolute form .fa-magnifying-glass {
    color: #005581;
    margin-right: 8px;
    position: relative;
  }

  .off-canvas-absolute form input[type="search"] {
    text-indent: 10px;
    border-radius: 15px;
    padding: 8px;
    height: auto !important;
  }

  .off-canvas-absolute form input[type="submit"] {
    margin: 0 0 0 10px;
    padding: 15px;
  }

  .off-canvas-absolute .is-drilldown {
    overflow: visible;
  }

  .off-canvas-absolute .drilldown .nested.is-drilldown-submenu {
    margin: 0;
  }

  .off-canvas-absolute .drilldown .is-drilldown-submenu-parent > a:after {
    background: url("../png/icon-nav.87727c7b.png") 100% / cover no-repeat;
    border: none;
    width: 11px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 0 5px !important;
  }

  .off-canvas-absolute .drilldown .submenu {
    background: #fff;
    padding: 10px 0;
  }

  .off-canvas-absolute .drilldown .submenu .menu-item {
    padding-left: 20px;
  }

  .off-canvas-absolute .drilldown .submenu .menu-item a:after {
    background: url("../png/icon-subnav.3ef18459.png") 100% / cover no-repeat;
    border: none;
    width: 11px;
    height: 12px;
  }

  .off-canvas-absolute .drilldown .submenu a {
    color: #030000;
    text-transform: none;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
  }

  .off-canvas-absolute .drilldown .submenu .js-drilldown-back {
    border-bottom: 1px solid #707070;
    margin-bottom: 5px;
    padding: 10px 0;
  }

  .off-canvas-absolute .drilldown .submenu .custom-back {
    color: #005581;
    letter-spacing: .76px;
    text-transform: uppercase;
    font-family: effra, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    display: flex;
  }

  .off-canvas-absolute .drilldown .submenu .custom-back:before {
    background: url("../png/icon-nav-prev.87c94839.png") 100% / cover no-repeat;
    border: none;
    width: 11px;
    height: 12px;
    margin-top: 5px;
  }

  .off-canvas-absolute .close-button {
    color: #707070;
    font-family: Verdana;
    font-size: 40px;
    font-weight: 400;
  }

  .off-canvas-absolute .menu {
    margin: 0;
  }

  .off-canvas-absolute .menu li a {
    color: #005581;
    letter-spacing: .76px;
    text-transform: uppercase;
    height: auto;
    font-family: effra, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
  }

  .off-canvas-absolute #menu-mobile-secondary-menu {
    margin-bottom: 20px;
    display: block;
  }

  .off-canvas-absolute #menu-mobile-secondary-menu li a {
    letter-spacing: .61px;
    text-transform: uppercase;
    padding: 8px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .off-canvas-absolute .btn_wrapper {
    justify-content: space-evenly;
    display: flex;
  }

  .header #navicon {
    display: block !important;
    top: 60px !important;
    right: 25px !important;
  }

  .header #mega-menu-wrap-main-nav {
    display: none;
  }

  .header .show-for-small-only {
    display: block !important;
  }

  .header #menu-item-58 {
    display: none;
  }

  .breadcrumb .view_by {
    right: 20px;
  }

  .content-popup {
    width: 95%;
    margin: 0 auto;
  }

  .content-popup .align-middle {
    align-items: flex-start;
  }

  .content-serial-number-search .image_box {
    float: none;
  }

  .feature-slider .feature-slider-container .swiper-slide {
    height: 560px;
  }

  .feature-slider .feature-slider-container .feature-content-container .feature-content {
    max-width: 100% !important;
  }

  .feature-slider .feature-slider-container .feature-content-container .feature-content .btn {
    margin-top: 20px;
  }

  .feature-slider .feature-slider-controls {
    bottom: 10px;
  }

  .content-slider .content-slider-container {
    position: relative;
    width: 100% !important;
  }

  .content-slider .content-slider-container .row {
    margin: 0 25px 0 0;
  }

  .content-slider .content-slider-container .row .swiper-slide {
    transform: scale(.95);
  }

  .content-slider .content-slider-container .swiper-next {
    z-index: 100;
    position: absolute;
    top: 45% !important;
    right: 5px !important;
  }

  .content-video-slider .content-slider-container {
    position: relative;
    width: 100% !important;
  }

  .content-video-slider .content-slider-container .row {
    margin: 0 25px 0 0;
  }

  .content-video-slider .content-slider-container .row .swiper-slide {
    transform: scale(.95);
  }

  .content-video-slider .content-slider-container .swiper-next {
    z-index: 100;
    position: absolute;
    top: 30% !important;
    right: 5px !important;
  }

  .content-case-study-slider .swiper-case-study .swiper-slide .box-content {
    order: 2;
    padding: 0 0 50px !important;
  }

  .content-case-study-slider .swiper-case-study .swiper-slide .box-content p {
    max-width: 80%;
    margin: 0 auto;
  }

  .content-case-study-slider .swiper-case-study .swiper-slide .image-block {
    padding: 50px 0 !important;
  }

  .content-case-study-slider .swiper-case-study .swiper-slide .image-block img {
    width: 350px;
  }

  .tax-product_category .content-products .cell .border .image_wrap, .page-template-template-results .content-products .cell .border .image_wrap {
    align-items: flex-start;
    height: auto;
  }

  .tax-product_category .content-products .cell .border .image_wrap img, .page-template-template-results .content-products .cell .border .image_wrap img {
    width: auto;
    height: 120px;
  }

  .content-faqs {
    padding: 55px 25px !important;
  }

  .content-faqs .accordion .accordion-item .accordion-title {
    padding: 25px 60px 25px 25px;
  }

  .single-product .product_info {
    padding: 0 25px;
  }

  .single-product .product_info .product_meta {
    margin-bottom: 30px;
  }

  .single-product .product_info .product_meta .warranty {
    max-width: 200px;
  }

  .content-warranty-block img {
    max-width: 180px;
  }

  .page-id-2 #content-block-0 .two_column {
    padding: 40px 5%;
    background-position: -200px 0 !important;
  }

  .page-id-2 #content-block-0 .two_column > div > div > div > div:first-child {
    order: 2;
  }

  .page-id-2 #content-block-0 .two_column > div > div > div > div:nth-child(2) center {
    text-align: left;
  }

  .page-id-2 #content-block-0 .two_column > div > div > div > div:nth-child(2) .btn {
    margin: 20px 15px 0 0;
  }

  .page-id-22 #content-support-modules-0 .cell, .page-id-22 #content-support-modules-1 .cell {
    max-width: 100%;
    width: 100% !important;
  }

  .page-id-22 .wpsl-search #wpsl-search-wrap {
    box-sizing: border-box;
  }

  .page-id-22 .wpsl-search #wpsl-search-wrap div {
    float: none;
  }

  .page-id-22 .wpsl-search #wpsl-search-wrap label {
    display: table-cell !important;
  }

  .page-id-22 .wpsl-search #wpsl-search-wrap .wpsl-input {
    float: left;
    width: auto !important;
  }

  .page-id-22 .wpsl-search .wpsl-input, .page-id-22 .wpsl-search #wpsl-radius, .page-id-22 .wpsl-search #wpsl-results {
    display: table-cell !important;
  }

  .page-id-22 .wpsl-search #wpsl-radius {
    padding-right: 10px;
  }

  .page-id-22 .wpsl-search #wpsl-search-wrap select {
    padding: 7px 12px;
    width: 100% !important;
  }

  .page-id-22 .wpsl-search #wpsl-checkbox-filter {
    width: 100% !important;
  }

  .page-id-22 .wpsl-search #wpsl-checkbox-filter li label {
    background-size: 30px !important;
  }

  .page-id-22 .wpsl-search .wpsl-search-btn-wrap {
    display: inline-block;
    float: none !important;
    margin: 10px 0 !important;
  }

  .page-id-22 #wpsl-result-list ul li {
    width: 50% !important;
  }

  .page-id-318 #content-block-2 {
    text-align: center;
  }

  .page-id-318 #content-block-2 .alignright, .page-id-318 #content-block-2 img.alignright {
    float: none;
    margin: 30px 0 0;
    display: inline;
  }

  .page-id-490 #content-support-modules-0 div:first-child {
    order: 1;
  }

  .page-id-490 #content-support-modules-0 div:nth-child(2) {
    order: 2;
  }

  .page-id-490 #content-support-modules-0 div:nth-child(3) {
    order: 3;
  }

  .page-id-490 #content-support-modules-0 div:nth-child(4) {
    order: 5;
    width: 100%;
    max-width: 96%;
  }

  .page-id-490 #content-support-modules-0 div:nth-child(5) {
    order: 4;
  }

  .page-id-516 #content-support-modules-0 div:first-child {
    order: 1;
  }

  .page-id-516 #content-support-modules-0 div:nth-child(2) {
    order: 2;
  }

  .page-id-516 #content-support-modules-0 div:nth-child(3) {
    order: 6;
  }

  .page-id-516 #content-support-modules-0 div:nth-child(4) {
    order: 3;
  }

  .page-id-516 #content-support-modules-0 div:nth-child(5) {
    order: 5;
  }

  .page-id-516 #content-support-modules-0 div.cell.small-12.medium-6.large-6.border_yes {
    order: 7;
  }

  .page-id-516 #content-support-modules-0 div:nth-child(7) {
    order: 4;
  }

  .page-id-516 #content-support-modules-0 div:nth-child(9) {
    order: 8;
  }

  .page-id-516 #content-support-modules-0 div.cell.small-12.medium-6.large-9.border_yes {
    order: 9;
    width: 100%;
    max-width: 96%;
  }

  .page-id-4602 #content-block-0 .play_button {
    top: 300px;
    left: 0;
  }

  .page-id-6725 #content-block-4 .plain {
    padding: 60px 0;
  }

  .page-id-6725 #content-block-4 .plain .links {
    align-items: center;
    margin: 0;
  }

  .tax-product_main_subcategory .content-slider .content-slider-container .row .swiper-container .swiper-slide .heading_3, .tax-product_category .content-slider .content-slider-container .row .swiper-container .swiper-slide .heading_3 {
    font-size: 20px !important;
  }

  .content-block .plain .heading_3 {
    font-size: 20px;
  }

  .content-block .plain p, .content-block .plain ul li, .content-block .plain ol li {
    max-width: 100% !important;
  }

  .content-block .plain.regular_padding {
    padding: 60px 0 !important;
  }

  .content-block .two_column {
    padding: 40px !important;
  }

  .content-block .three_column .cell h3 {
    margin-bottom: 10px !important;
  }

  .content-block .three_column .cell p {
    margin-bottom: 30px;
  }

  .callout-block .main_content p {
    display: flex;
  }

  .content-split-left .box-content {
    margin-bottom: 50px !important;
    padding: 0 !important;
  }

  .content-split-left .box-content .copy {
    padding: 0 25px !important;
  }

  .content-split-left .box-content .copy p {
    max-width: 80%;
    margin: 0 auto;
  }

  .content-split-left .image-block img, .content-split-left .image-block video {
    width: 530px;
  }

  .content-split-right .box-content {
    text-align: center !important;
    padding: 0 !important;
  }

  .content-split-right .box-content .copy {
    padding: 0 25px !important;
  }

  .content-split-right .box-content .copy h2 {
    margin-bottom: 20px;
  }

  .content-split-right .box-content .copy p {
    max-width: 80%;
    margin: 0 auto;
  }

  .content-split-right .image-block {
    margin: 0 0 30px !important;
  }

  .content-split-right .image-block img, .content-split-right .image-block video {
    width: 530px;
  }

  .content-boxes {
    margin: 0;
    max-width: 100% !important;
  }

  .content-boxes .wrapper {
    margin: 0 25px !important;
  }

  .content-boxes .cell .heading_3 {
    line-height: 40px !important;
  }

  .content-part-tracking {
    padding: 0 25px !important;
  }

  .content-featured-product div:first-child {
    order: 2;
  }

  .content-featured-product div:nth-child(2) {
    order: 1;
    margin-bottom: 50px;
  }

  .content-featured-product div:nth-child(2) img {
    width: 350px;
  }

  .featured-chef .two_column > div > div > div:first-child {
    order: 2;
  }

  .featured-chef .two_column > div > div > div:first-child .btn {
    margin: 20px 15px 0 0;
  }

  .featured-chef .two_column > div > div > div:nth-child(2) {
    margin-bottom: 50px;
  }

  .content-tabbed {
    margin-bottom: 75px !important;
  }

  .benefits {
    max-width: 100%;
  }

  .accordion {
    background: none;
    width: 100%;
    margin: 0 25px !important;
  }

  .accordion .accordion-item {
    background: none;
    border-bottom: 2px solid #efefef;
    padding: 20px 0;
  }

  .accordion .accordion-item .accordion-title {
    text-align: left;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    color: #005581 !important;
    text-transform: none !important;
  }

  .accordion .accordion-item .accordion-title:before {
    margin-top: -15px;
    font-size: 40px;
  }

  .accordion .accordion-item .accordion-title:hover, .accordion .accordion-item .accordion-title:focus {
    background: none;
    outline: none;
  }

  .accordion .accordion-item .accordion-title img {
    float: left;
    max-width: 95px;
    margin: -20px 5px 0 0;
  }

  .accordion .accordion-item .accordion-title h2 {
    color: #005581;
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .accordion .accordion-item .accordion-title .heading_5 {
    color: #707070;
    text-transform: uppercase;
    display: block;
  }

  .accordion .accordion-item .accordion-content {
    text-align: left;
    background: none;
    border: none;
    padding: 15px 0;
  }

  .accordion .accordion-item .accordion-content h2:first-of-type {
    display: none;
  }

  .accordion .accordion-item .accordion-content h2 {
    color: #005581;
    margin: 30px 0;
    font-size: 26px;
    line-height: 32px;
  }

  .accordion .accordion-item .accordion-content h3 {
    color: #005581;
  }

  .accordion .accordion-item .accordion-content ul {
    width: auto;
  }

  .accordion .accordion-item .accordion-content table {
    float: left;
    width: 100%;
  }

  .accordion .accordion-item .accordion-content table thead {
    color: #005581;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 400;
  }

  .accordion .accordion-item .accordion-content table thead th:first-of-type {
    padding: 10px 0;
  }

  .accordion .accordion-item .accordion-content table tbody {
    border: 2px solid #005581;
  }

  .accordion .accordion-item .accordion-content .accordion-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase !important;
  }

  .accordion .accordion-item .accordion-content p {
    color: #030000;
    font-size: 16px;
    line-height: 26px;
  }

  .accordion .accordion-item .accordion-content .logos {
    align-content: center;
    margin: 45px 0;
    padding: 0;
    list-style: none;
    display: flex;
  }

  .accordion .accordion-item .accordion-content .logos li {
    margin-right: 20px;
  }

  .accordion .accordion-item .accordion-content .logos li img {
    height: 70px;
  }

  .content-faqs .accordion {
    margin: 0 !important;
  }

  .content-faqs .accordion .accordion-item {
    padding: 0 !important;
  }

  .html-content .cell {
    border-top: none;
    padding: 0;
  }

  .html-content .two_column {
    text-align: center;
    padding: 40px 3%;
  }

  .html-content .two_column h2 {
    margin-bottom: 10px;
    position: relative;
  }

  .html-content .two_column h2:after {
    content: " ";
    border-bottom: 2px solid #005581;
    width: 350px;
    height: 2px;
    margin: auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
  }

  .html-content .two_column .heading_5 {
    color: #707070;
  }

  .html-content .two_column .icon {
    height: 70px;
    margin-top: 22px;
  }

  .html-content .two_column p {
    max-width: 85%;
    margin: 40px auto;
  }

  .html-content .two_column .btn {
    margin: 50px 15px 0 0;
    display: inline-block;
  }

  .html-content .two_column .video {
    border: 1px solid #707070;
    height: 455px;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
  }

  .html-content .two_column .video .play_button {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    position: absolute;
    inset: 0;
  }

  .html-content .icon {
    height: 70px;
  }

  .html-content .full {
    width: 100%;
  }

  .html-content .full h3 {
    color: #005581;
  }

  .html-content .find-provider-block {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center !important;
  }

  .html-content .find-provider-block .plain {
    border: 2px solid #005581;
    margin: 0 !important;
    padding: 28px 15px !important;
  }

  .html-content .find-provider-block .plain .cell {
    border-top: none !important;
  }

  .html-content .find-provider-block .plain .main_content {
    float: none;
  }

  .html-content .find-provider-block .plain .heading_3 {
    color: #005581;
    margin: 20px 0 0;
    font-weight: 600;
  }

  .html-content .find-provider-block .plain p {
    max-width: 100%;
    margin: 0;
  }

  .html-content .find-provider-block .plain .icon {
    float: none;
    margin: 20px 20px 0 0 !important;
  }

  .html-content .find-provider-block .plain .btn {
    margin: 20px 0 0;
  }

  .html-content .btn {
    color: #fff;
    text-decoration: none;
    margin: 10px 0 0 !important;
  }

  .html-content .btn:hover {
    color: #005581;
  }

  .html-content .rows {
    max-width: 100%;
    margin: 0 auto;
  }

  .html-content .rows li {
    text-align: center;
    border-top: 1px solid #707070;
    padding: 28px 0;
    list-style: none;
  }

  .html-content .rows li img {
    float: none;
    margin: 0 auto !important;
  }

  .html-content .rows li .btn {
    float: none;
    margin: 20px !important;
  }

  .html-content .rows li:last-child {
    border-bottom: 1px solid #707070;
    margin-bottom: 50px;
  }

  .html-content .videos {
    margin: 50px auto;
    list-style: none;
  }

  .html-content .videos li {
    vertical-align: top;
    width: 100%;
    max-width: 50%;
    margin: 0;
    display: inline-block;
  }

  .html-content .videos li:hover a {
    text-decoration: underline;
  }

  .html-content .videos .video-block {
    border: 1px solid #707070;
    height: 225px;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
  }

  .html-content .videos:hover .heading_3 {
    text-decoration: none !important;
  }

  .html-content .videos .heading_3 {
    color: #005581;
    text-align: center;
    margin: 20px auto;
    font-size: 21px;
    line-height: 26px;
    display: block;
  }

  .html-content .videos a {
    text-decoration: none;
  }

  .html-content .videos p {
    margin: 0 auto 30px;
  }

  .html-content .videos .play_button {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    position: absolute;
    inset: 0;
  }

  .html-content .videos .play_button:hover {
    opacity: .8;
  }

  .gchoice {
    display: flex;
  }

  #tops-body .tops-input-field {
    font-size: 11px !important;
  }

  #tops-body .results-detail {
    font-size: 12px !important;
  }

  .request-quote-block, .find-provider-block {
    text-align: center !important;
  }

  .request-quote-block .plain, .find-provider-block .plain {
    margin: 0 25px !important;
    padding: 40px 20px !important;
  }

  .request-quote-block .plain .cell, .find-provider-block .plain .cell {
    text-align: center !important;
  }

  .request-quote-block .plain img, .find-provider-block .plain img {
    margin: 22px auto !important;
  }

  .request-quote-block .plain .heading_3, .find-provider-block .plain .heading_3 {
    display: block;
    text-transform: none !important;
    margin-bottom: 10px !important;
    font-size: 28px !important;
    line-height: 30px !important;
  }

  .request-quote-block .plain .text-right, .find-provider-block .plain .text-right {
    text-align: center !important;
  }

  .request-quote-block .plain .btn, .find-provider-block .plain .btn {
    margin: 20px 10px 0;
    display: inline-block;
  }

  .footer-block .two_column > div > div > div:first-child {
    order: 2;
    margin-top: 50px;
  }

  .footer-block .two_column .cell img:not(.icon) {
    width: 350px;
  }

  #footer .cell:first-child ul li {
    width: 35px !important;
    height: 35px !important;
    padding: 4px 0 !important;
  }

  #footer .cell:first-child ul li img {
    width: 50%;
  }
}

@media only screen and (width >= 751px) and (width <= 1023px) {
  .page-id-496 #content-support-modules-0 div:first-child {
    width: 100%;
    max-width: 96%;
    margin: 0 auto 20px;
  }

  .page-id-496 #content-support-modules-0 div:first-child > div > div:nth-child(3) {
    border-bottom: 2px solid #005581;
    border-right: none;
  }

  .page-id-496 #content-support-modules-0 div:nth-child(6) {
    width: 100%;
    max-width: 96%;
  }
}

@media (width >= 751px) and (width <= 768px) {
  .header #menu-top-navigation li {
    width: auto !important;
    margin: 4px 0 !important;
  }

  .header #menu-top-navigation li#menu-item-48 {
    margin-right: 20px !important;
  }
}

@media (width >= 320px) and (width <= 750px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .content {
    margin-top: 78px;
  }

  .breadcrumb {
    font-size: 13px;
    line-height: 18px;
    top: 79px;
  }

  .breadcrumb .heading_6, .breadcrumb a {
    font-size: 13px;
    line-height: 18px;
  }

  .breadcrumb .view_by {
    display: none;
  }

  .content-block .plain.empty_padding {
    padding: 30px 0 !important;
  }

  .reveal-overlay {
    width: 96.5%;
    margin: 10px 2%;
    top: 0;
  }

  .header #menu-top-navigation li {
    width: auto !important;
    margin: 4px 0 !important;
  }

  .swiper-wrapper {
    box-sizing: border-box !important;
  }

  #content-popup .intro {
    background-position: 60% 0;
  }

  #content-popup .swiper-popup-container .swiper-slide {
    min-height: 750px;
  }

  #content-popup .swiper-popup-container .swiper-slide .two_column {
    min-height: min-content;
    padding: 40px 20px 80px;
  }

  #content-popup .swiper-popup-container .swiper-slide .two_column .pop_content {
    padding-left: 0;
  }

  #content-popup .swiper-popup-container .swiper-slide .two_column .heading_5 {
    margin-top: 30px;
  }

  #content-popup .swiper-popup-container .swiper-slide .two_column h2 {
    font-size: 32px !important;
    line-height: 36px !important;
  }

  #content-popup .swiper-popup-container .swiper-slide .two_column p {
    font-size: 18px;
    line-height: 24px;
  }

  #content-popup .swiper-popup-container .swiper-next {
    z-index: 10000;
    margin: auto;
    position: absolute;
    top: 75%;
    left: 40%;
    right: 0;
  }

  #content-popup .popup-slider-controls {
    bottom: 50px !important;
  }

  #content-popup .close-button {
    top: -5px;
    right: 0;
  }

  .page-id-2 #content-split-right-1 h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .page-id-2 #content-block-0 .two_column {
    background-size: 160% !important;
  }

  .content-warranty-block .wrapper {
    white-space: normal;
  }

  .page-id-12 #content-block-2 .more_padding {
    padding: 100px 0 !important;
  }

  .page-id-16 #content-block-2 .regular_padding {
    padding: 0 0 60px !important;
  }

  .page-id-16 .signature-recipes .content-slider-container .swiper-container {
    margin: -50px 0 0 -45px !important;
  }

  .page-id-16 .signature-recipes .content-slider-container .swiper-next {
    top: 65% !important;
    right: 55px !important;
  }

  .page-id-16 #content-slider-0 .main-content {
    order: 1;
  }

  .page-id-16 #content-slider-0 .swiper-container {
    order: 2;
  }

  .page-id-16 #content-slider-0 .swiper-next {
    top: 65% !important;
    right: 65px !important;
  }

  .page-id-16 .alm-btn-wrap {
    display: none;
  }

  .page-id-20 #content-split-right-1 .content-split-right .box-content {
    padding: 40px 0 0 !important;
  }

  .page-id-20 #content-block-8 .plain {
    padding: 0 15px !important;
  }

  .page-id-320 #content-block-1 h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .page-id-490 #content-support-modules-0 div > div:nth-child(3) {
    order: 1;
  }

  .page-id-496 #content-support-modules-0 .wrapper {
    flex-flow: column-reverse wrap-reverse;
  }

  .page-id-496 #content-support-modules-0 div > div:first-child {
    order: 1;
  }

  .page-id-496 #content-support-modules-0 div > div:nth-child(2) {
    order: 2;
  }

  .page-id-496 #content-featured-product-0 .grid-x {
    flex-direction: column-reverse;
  }

  .page-id-516 #content-support-modules-0 .wrapper {
    flex-flow: column-reverse wrap-reverse;
  }

  .page-id-516 #content-support-modules-0 div > div:nth-child(4) {
    order: 2;
  }

  .page-id-516 #content-support-modules-0 div > div:nth-child(7) {
    order: 1;
  }

  .page-id-4602 #content-block-0 .play_button {
    top: -55%;
    left: 0;
  }

  .page-id-6725 #content-block-0 .plain {
    height: 250px;
    background: url("../svg/international-map-mobile.8ac765d6.svg") center / cover no-repeat !important;
    padding: 0 !important;
  }

  .page-id-6725 #content-block-1 .cell {
    display: block;
  }

  .page-id-6725 #content-block-1 .cell p {
    margin: 0 0 20px;
    line-height: 20px;
  }

  .page-id-6725 #content-block-1 .cell div {
    float: left;
    margin: 10px 10px 10px 0;
  }

  .page-id-6725 .links {
    margin: 0;
    display: block;
  }

  .page-id-6725 .links li {
    max-width: 100%;
    margin: 0 auto;
  }

  .page-id-6725 .links li a {
    text-decoration: underline;
  }

  .page-template-template-results .content {
    margin-top: 100px;
  }

  .content-featured-product .cell {
    padding-bottom: 50px;
  }

  .content-warranty-block .heading_3 {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
    padding: 0 30px;
    font-size: 20px;
    line-height: 24px;
    display: flex;
  }

  .content-warranty-block .heading_3 .warranty-img {
    flex: 0 0 100%;
    order: 0;
    margin-bottom: 10px;
  }

  .content-warranty-block .heading_3 .warranty-before {
    order: 1;
  }

  .content-warranty-block .heading_3 .warranty-after {
    order: 2;
  }

  .content-warranty-block .heading_3 .disclaimer-text {
    order: 3;
  }

  html[lang="es"] .content-warranty-block .heading_3 {
    font-size: 20px;
  }

  .tax-product_main_subcategory .content-slider .content-slider-container .row .swiper-container .swiper-slide .heading_3, .tax-product_category .content-slider .content-slider-container .row .swiper-container .swiper-slide .heading_3, .content-products .cell .border .heading_2 {
    font-size: 21px !important;
  }

  .content-products .no-margin-left {
    width: 100%;
  }

  .content-products #products {
    margin-top: 30px;
  }

  .content-products .cell {
    margin-top: 0;
    margin-bottom: 0 !important;
  }

  .content-products .cell .toggle_search {
    margin-bottom: 35px;
    padding: 0 20px;
  }

  .content-products .cell .search_box {
    transition: all .2s ease-out;
    display: none;
  }

  .content-products .cell .search_box.open {
    transition: all .2s ease-out;
    display: block;
  }

  .content-products .cell .border {
    border: none;
    border-top: 1px solid #707070;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 10px;
    padding: 20px 15px;
    display: flex;
  }

  .content-products .cell .border .image_wrap {
    align-items: flex-start;
    height: auto;
  }

  .content-products .cell .border .image_wrap img {
    width: auto;
    height: 100px;
    margin-right: 20px;
  }

  .content-products .cell .border p {
    display: none;
  }

  .content-products .cell .border a {
    text-align: left;
  }

  .content-products .cell .border a .heading_5 {
    margin-bottom: 0;
  }

  .page-navigation {
    width: 100%;
  }

  .mobile_products, .mobile_products > li, .mobile_products .accordion-item {
    margin: 0;
    padding: 0;
    list-style: none !important;
  }

  .mobile_products > li::marker, .mobile_products .accordion-item::marker {
    content: "" !important;
  }

  .mobile_products.two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-left: 0;
    display: grid;
  }

  .mobile_products .border {
    aspect-ratio: 1;
    box-sizing: border-box;
    border: none;
    flex-direction: column;
    justify-content: flex-end;
    transition: all .2s ease-out;
    display: flex;
    position: relative;
  }
}

@media (width >= 320px) and (width <= 750px) and (width <= 480px) {
  .mobile_products .border {
    padding: 20px 12px 14px;
  }
}

@media (width >= 320px) and (width <= 750px) {
  .mobile_products .border .image_wrap {
    flex: auto;
    justify-content: center;
    align-items: center;
    min-height: 0;
    display: flex;
    overflow: hidden;
  }

  .mobile_products .border .image_wrap img {
    object-fit: contain;
    max-width: 70%;
    display: block;
  }

  .mobile_products .border .heading_2 {
    color: #005581;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    justify-content: center;
    align-items: center;
    height: 35px;
    margin: 10px 0 0;
    font-size: clamp(9px, 2.2vw, 10px);
    font-weight: 800;
    line-height: 35px;
    display: flex;
  }

  .product_main_subcategory .content {
    margin-top: 0;
  }

  .category_information, .category_information.top_level {
    margin: -25px auto 0 !important;
  }

  .category_information .box-content, .category_information.top_level .box-content {
    order: 2;
    margin-bottom: 40px;
    padding: 0;
  }

  .category_information .box-content h2, .category_information.top_level .box-content h2 {
    margin-bottom: 10px;
  }

  .category_information .box-content .copy, .category_information.top_level .box-content .copy {
    padding: 0 20px;
  }

  .category_information .image-block, .category_information.top_level .image-block {
    margin: 40px 0;
  }

  .bestselling .main-content h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .category.content-products, .category .content-products {
    padding: 0 !important;
  }

  .category.content-products .accordion-item, .category .content-products .accordion-item {
    padding: 0;
  }

  .category.content-products .accordion-title, .category .content-products .accordion-title {
    padding: 30px 0 !important;
  }

  .category.content-products .accordion-content, .category .content-products .accordion-content {
    margin: 0 20px;
  }

  .category.content-products .intro, .category .content-products .intro {
    margin-top: 40px;
  }

  .additional_information {
    order: 2;
    padding: 40px 20px;
  }

  .additional_information p {
    max-width: 100%;
  }

  .tax-product_category .content-slider .content-slider-container, .tax-product_main_subcategory .content-slider .content-slider-container {
    padding: 0 !important;
  }

  .tax-product_category .content-slider .content-slider-container .main-content, .tax-product_main_subcategory .content-slider .content-slider-container .main-content {
    order: 2;
    max-width: 90%;
    margin-bottom: 50px;
  }

  .tax-product_category .content-slider .content-slider-container .main-content h2, .tax-product_main_subcategory .content-slider .content-slider-container .main-content h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .tax-product_category .content-slider .content-slider-container .swiper-container, .tax-product_main_subcategory .content-slider .content-slider-container .swiper-container {
    order: 1;
    overflow: visible;
    transform: scale(.7);
    margin: 0 0 0 -50px !important;
  }

  .tax-product_category .content-slider .content-slider-container .swiper-next, .tax-product_main_subcategory .content-slider .content-slider-container .swiper-next {
    z-index: 10000;
    position: absolute;
    top: 25% !important;
    right: 37px !important;
  }

  .tax-product_category .content-slider .content-slider-container .swiper-next img, .tax-product_main_subcategory .content-slider .content-slider-container .swiper-next img {
    width: 55px;
    height: 55px;
  }

  .content-boxes {
    max-width: 100%;
    margin: 0 25px 75px !important;
  }

  .single-product .content {
    margin-top: 130px;
  }

  .single-product .product_info {
    margin: 0;
    padding: 0 20px;
  }

  .single-product .product_info .cell {
    margin: 0;
    padding: 0;
  }

  .single-product .product_info .heading_5 {
    color: #707070;
    text-transform: uppercase;
    display: block;
  }

  .single-product .product_info .heading_1 {
    letter-spacing: -.44px;
    margin-bottom: 25px;
    font-size: 37px;
    font-weight: 700;
    line-height: 41px;
    display: block;
  }

  .single-product .product_info .product-slider {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .single-product .product_info .product-slider-container {
    margin-bottom: 15px;
  }

  .single-product .product_info .product-slider-container .swiper-slide {
    height: auto;
  }

  .single-product .product_info .product-slider-container .swiper-next img {
    width: 42px;
    height: 42px;
  }

  .single-product .product_info .product_thumbs {
    margin-bottom: 25px;
  }

  .single-product .product_info .product_thumbs .swiper-slide {
    height: 55px;
    width: 55px !important;
  }

  .single-product .product_meta .btn {
    margin: 20px 20px 20px 0;
    padding: 20px 12px;
    display: inline-block;
  }

  .single-product .product_meta .warranty {
    margin-top: 40px;
  }

  .single-product .product_specs {
    padding: 0 20px;
  }

  .single-product .accordion {
    background: none;
    width: 100%;
    margin: 0 0 75px;
  }

  .single-product .accordion .accordion-item .accordion-title {
    text-align: left;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    color: #005581 !important;
    text-transform: none !important;
  }

  .single-product .accordion .accordion-item .accordion-title:before {
    margin-top: -15px;
    font-size: 40px;
  }

  .single-product .accordion .accordion-item .accordion-title:hover, .single-product .accordion .accordion-item .accordion-title:focus {
    background: none;
    outline: none;
  }

  .single-product .accordion .accordion-item .accordion-title img {
    float: left;
    max-width: 95px;
    margin: -20px 5px 0 0;
  }

  .single-product .accordion .accordion-item .accordion-title h2 {
    color: #005581;
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .single-product .accordion .accordion-item .accordion-title .heading_5 {
    color: #707070;
    text-transform: uppercase;
    display: block;
  }

  .single-product .accordion .accordion-item .accordion-content {
    text-align: left;
    background: none;
    border: none;
    padding: 15px 0;
  }

  .single-product .accordion .accordion-item .accordion-content h2:first-of-type {
    display: none;
  }

  .single-product .accordion .accordion-item .accordion-content h2 {
    color: #005581;
    margin: 30px 0;
    font-size: 26px;
    line-height: 32px;
  }

  .single-product .accordion .accordion-item .accordion-content h3 {
    color: #005581;
  }

  .single-product .accordion .accordion-item .accordion-content table {
    float: left;
    width: 100%;
  }

  .single-product .accordion .accordion-item .accordion-content table thead {
    color: #005581;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 400;
  }

  .single-product .accordion .accordion-item .accordion-content table thead th:first-of-type {
    padding: 10px 0;
  }

  .single-product .accordion .accordion-item .accordion-content table tbody {
    border: 2px solid #005581;
  }

  .single-product .accordion .accordion-item .accordion-content .accordion-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase !important;
  }

  .single-product .accordion .accordion-item .accordion-content p {
    color: #030000;
    font-size: 16px;
    line-height: 26px;
  }

  .single-product .accordion .accordion-item .accordion-content .logos {
    align-content: center;
    margin: 45px 0;
    padding: 0;
    list-style: none;
    display: flex;
  }

  .single-product .accordion .accordion-item .accordion-content .logos li {
    margin-right: 20px;
  }

  .single-product .accordion .accordion-item .accordion-content .logos li img {
    height: 70px;
  }

  .content-faqs {
    padding: 55px 25px !important;
  }

  .content-faqs .main-content h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .content-faqs .accordion .accordion-item:first-child {
    border-top: 2px solid #efefef;
  }

  .content-faqs .accordion .accordion-item .icon {
    margin: 15px 18px 0 0;
  }

  .content-faqs .accordion .accordion-item .accordion-title {
    padding: 25px 25px 25px 0;
    font-size: 24px !important;
  }

  .content-faqs .accordion .accordion-item .accordion-title:before {
    margin-top: -15px;
    right: 0;
  }

  .content-faqs .accordion .accordion-item .accordion-content, .content-faqs .accordion .accordion-item .accordion-content .indent {
    padding: 0;
  }

  .content-faqs .accordion .accordion-item .accordion-content .indent p {
    max-width: 100%;
  }

  .content-faqs .accordion .accordion-item .accordion-content .alignright {
    float: none;
    margin-left: 0;
  }

  .page-id-12 #content-faqs-0 > div > ul > li:nth-child(3) > img, .page-id-12 #content-faqs-0 > div > ul > li:nth-child(4) > img {
    margin: 30px 18px 0 0;
  }

  .page-id-12 .content-faqs .accordion .accordion-item .accordion-content {
    padding: 0 0 25px 65px;
  }

  .content-slider.bestselling .content-slider-container .swiper-slide .heading_3 {
    font-size: 22px !important;
  }

  .single-recipes .intro p, .single-recipes .signature-recipes p {
    max-width: 100% !important;
  }

  .single-recipes .banner {
    background-position: center;
    background-size: cover;
    height: 350px;
    padding: 0;
  }

  .single-recipes .intro {
    padding: 45px 0;
  }

  .single-recipes p {
    margin: 20px auto 0;
    max-width: 100% !important;
  }

  .single-recipes .recipe-content {
    padding: 0 20px;
  }

  .single-recipes .cook-times .cell {
    margin-bottom: 20px;
  }

  .single-recipes .recipe-block {
    padding: 0;
  }

  .single-recipes .boxes {
    margin: 30px 20px !important;
  }

  .single-recipes .featured-chef .two_column .btn {
    margin: 50px 0;
  }

  .single-recipes .content-slider {
    position: relative;
  }

  .single-recipes .content-slider .content-slider-container {
    background: #fff;
    width: 108%;
    overflow: visible;
  }

  .single-recipes .content-slider .content-slider-container.yes {
    padding: 93px 0;
  }

  .single-recipes .content-slider .content-slider-container.yes.swiper-slide {
    width: 100% !important;
  }

  .single-recipes .content-slider .content-slider-container.no {
    padding: 93px 93px 0;
  }

  .single-recipes .content-slider .content-slider-container .row {
    align-items: center;
    max-width: 100%;
    height: 100%;
  }

  .single-recipes .content-slider .content-slider-container .row.left {
    flex-direction: row;
  }

  .single-recipes .content-slider .content-slider-container .row.right {
    flex-direction: row-reverse;
  }

  .single-recipes .content-slider .content-slider-container .row .main-content {
    text-align: left;
    padding: 0 4%;
  }

  .single-recipes .content-slider .content-slider-container .row .main-content h2 {
    font-size: 37px;
    line-height: 41px;
  }

  .single-recipes .content-slider .content-slider-container .row .main-content p {
    margin-top: 30px;
  }

  .single-recipes .content-slider .content-slider-container .row .main-content .link {
    color: #005581;
    font-size: 20px;
    line-height: 39px;
  }

  .single-recipes .content-slider .content-slider-container .row .swiper-container {
    margin: 0;
  }

  .single-recipes .content-slider .content-slider-container .row .swiper-container .swiper-prev {
    z-index: 10;
    outline: none;
    position: absolute;
    top: 35%;
    left: 30%;
  }

  .single-recipes .content-slider .content-slider-container .row .swiper-container .swiper-prev img {
    width: 17px;
    height: 27px;
    display: block;
  }

  .single-recipes .content-slider .content-slider-container .row .swiper-container .swiper-prev:hover {
    opacity: .8;
  }

  .single-recipes .content-slider .content-slider-container .row .swiper-container .swiper-next {
    z-index: 10;
    outline: none;
    position: absolute;
    top: 35%;
    right: 28%;
  }

  .single-recipes .content-slider .content-slider-container .row .swiper-container .swiper-next img {
    width: 74px;
    height: 74px;
    display: block;
  }

  .single-recipes .content-slider .content-slider-container .row .swiper-container .swiper-next:hover {
    opacity: .8;
  }

  .single-recipes .content-slider .content-slider-container .row .swiper-container .swiper-slide {
    text-align: center;
    border: 1px solid #707070;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
  }

  .single-recipes .content-slider .content-slider-container .row .swiper-container .swiper-slide:hover .heading_3 {
    text-underline-offset: 5px;
    text-decoration: underline;
  }

  .single-recipes .content-slider .content-slider-container .row .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .single-recipes .content-slider .content-slider-container .row .swiper-container .swiper-slide .heading_5 {
    color: #707070;
    text-transform: uppercase;
    margin: 20px auto 0;
    display: block;
  }

  .single-recipes .content-slider .content-slider-container .row .swiper-container .swiper-slide .heading_3 {
    color: #005581;
    margin: 0 auto 20px;
    font-weight: 600;
    display: block;
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .single-recipes .content-slider .content-slider-container .row .swiper-container .swiper-slide .play_button {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    position: absolute;
    inset: 0;
  }

  .single-recipes .content-slider .content-slider-container .row .swiper-container .swiper-slide .play_button:hover {
    opacity: .8;
  }

  .single-recipes .content-slider-controls {
    z-index: 4;
    position: absolute;
    bottom: 25px;
    right: 25px;
  }

  .single-recipes .swiper-pagination-bullet {
    text-indent: 99999em;
    background: #efefef;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin: 0 7px;
    display: inline-block;
    outline: none !important;
  }

  .single-recipes .swiper-pagination-bullet-active {
    background: #efefef;
  }

  .single-recipes .signature-recipes.content-slider .content-slider-container.yes {
    padding: 45px 0;
  }

  .single-recipes .signature-recipes.content-slider .main-content {
    order: 2;
    margin: 40px 0 0;
  }

  .single-recipes .signature-recipes.content-slider .swiper-container {
    margin: 20px 0 0 30px !important;
  }

  .single-recipes .signature-recipes.content-slider .content-slider-container {
    width: 317px;
  }

  .single-recipes .signature-recipes.content-slider .content-slider-container .main-content {
    padding: 0 20px !important;
  }

  .single-recipes .signature-recipes.content-slider .content-slider-container .main-content h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .single-recipes .signature-recipes.content-slider .content-slider-container .swiper-container {
    overflow: visible;
    margin-left: 30px !important;
  }

  .single-recipes .signature-recipes.content-slider .content-slider-container .swiper-container .swiper-slide {
    width: 310px !important;
  }

  .single-recipes .signature-recipes.content-slider .content-slider-container .swiper-container .swiper-next {
    top: 40% !important;
    right: -25px !important;
  }

  .single-recipes .signature-recipes.content-slider .content-slider-container .swiper-container .swiper-next img {
    width: 55px;
    height: 55px;
  }

  .single-recipes .signature-recipes .content-slider-container .swiper-container {
    margin: 20px 0 0 25px !important;
  }

  .single-recipes .signature-recipes .content-slider-container .swiper-container .swiper-next {
    right: -30px !important;
  }

  .signature-recipes p {
    max-width: 100% !important;
  }

  .timeline:before {
    left: 50%;
  }

  .timeline .border {
    background: #fff;
    border: 5px solid #efefef;
    margin: 40px 25px;
    padding: 40px 0;
  }

  .timeline .timeline_content {
    width: auto;
    max-width: 100%;
    margin-left: 0;
  }

  .timeline .timeline_item {
    margin-bottom: 5px;
  }

  .timeline .timeline_item .timeline_img, .timeline .timeline_item .timeline_content {
    float: none;
    width: 100%;
    max-width: 100%;
  }

  .content-featured-quote .cell {
    padding: 0 20px !important;
  }

  .content-featured-quote .cell .border {
    padding: 25px !important;
  }

  .content-featured-product {
    padding: 40px 0 0;
  }

  .content-featured-product .two_column h2:after {
    width: auto;
  }

  .content-featured-product .two_column p {
    max-width: 100%;
  }

  #content-serial-number-search h4 {
    margin: 0 auto 20px;
    font-size: 22px;
  }

  #content-serial-number-search form {
    display: block;
  }

  #content-serial-number-search form label {
    display: inline-flex;
  }

  .page-template-template-serial-number-results .content-support-modules {
    margin: 0 20px;
    padding: 20px 0;
  }

  .page-template-template-serial-number-results .content-support-modules .gfield_label, .page-template-template-serial-number-results .content-support-modules label {
    margin-bottom: 0;
  }

  .content-serial-number-search .gfield_label, .content-serial-number-search label {
    margin-bottom: 0 !important;
  }

  .request-quote-block, .find-provider-block {
    text-align: center !important;
  }

  .request-quote-block .plain, .find-provider-block .plain {
    margin: 0 20px !important;
    padding: 40px 20px !important;
  }

  .request-quote-block .plain .cell, .find-provider-block .plain .cell {
    text-align: center !important;
  }

  .request-quote-block .plain img, .find-provider-block .plain img {
    margin: 22px auto !important;
  }

  .request-quote-block .plain .heading_3, .find-provider-block .plain .heading_3 {
    display: block;
    text-transform: none !important;
    margin-bottom: 10px !important;
    font-size: 28px !important;
    line-height: 30px !important;
  }

  .request-quote-block .plain .text-right, .find-provider-block .plain .text-right {
    text-align: center !important;
  }

  .request-quote-block .plain .btn, .find-provider-block .plain .btn {
    margin: 20px 0 0;
    display: inline-block;
  }

  .search .content .result {
    clear: both;
    width: 100%;
    margin: 0 0 50px;
  }
}

.modules .content-block .plain p.no-padding {
  margin: 0;
}

span.blue-text {
  color: #1779ba;
}

.finish-table {
  border: 1px solid #005581;
  max-width: 765px;
  margin-bottom: 10px;
}

.finish-table.full {
  width: 100%;
  max-width: 100%;
}

.finish-table td, .finish-table th {
  text-align: left;
  padding: 10px;
}

.finish-table td:not(.first), .finish-table th:not(.first) {
  text-align: center;
}

.finish-table thead {
  color: #fff;
  background-color: #005581;
}

.finish-table thead th {
  padding: 10px;
}

.finish-table tbody tr {
  background-color: #fafafa;
}

.finish-table tbody tr:nth-child(odd) {
  background-color: #efefef;
}

.finish-table tbody tr td:not(.first) {
  font-size: 1.25em;
  font-weight: 600;
}

.page-id-59586 .footer-block {
  display: none;
}

.page-id-10 .modules .content-block .basic .cell {
  background: none;
}

.page-id-10 .modules .content-block .basic .cell.white .heading_5 {
  color: #fff;
}

@media (width <= 750px) {
  .page-id-10 #content-slide-0 {
    background-position: 0 0 !important;
    background-size: 100% !important;
  }

  .page-id-10 .parallax-mirror {
    display: none;
  }

  .page-id-10 .modules .content-block .basic {
    background-position: 0 0;
    background-size: contain;
  }

  .page-id-10 .modules .content-block .basic .cell {
    background: none;
    margin-top: 93vw;
    padding-top: 15px;
  }

  .page-id-10 .modules .content-block .basic .cell.white h1, .page-id-10 .modules .content-block .basic .cell.white p {
    color: #000;
  }

  .page-id-10 .modules .content-block .basic .cell.white .heading_5 {
    color: #000 !important;
  }

  .page-id-10 .modules .content-products {
    padding: 0 25px;
  }
}

body.single-giving_back #content-featured-quote-0 .grid-x.grid-padding-x.grid-margin-x > div {
  padding-left: 112px !important;
  padding-right: 112px !important;
}

.post-block-excerpt {
  align-content: center;
  margin-top: 25px;
  padding: 0 20px;
  font-size: 18px;
}

.page-id-91895 #content-block-4 > div > div > div > div > p, .page-id-91895 #content-block-3 > div > div > div > div > p:nth-child(3) {
  max-width: 75% !important;
}

.page-id-91895 #content-block-1 > div > div > div > div > p, .page-id-91895 #content-block-3 > div > div > div > div > p:first-child {
  margin-bottom: 0;
}

.page-id-91895 #content-block-5 > div > div > div > div > p {
  max-width: 75% !important;
}

.privacy-policy h2, .privacy-policy h3, .privacy-policy h4 {
  max-width: 65%;
  margin: 0 auto 20px;
}

.privacy-policy h2 {
  font-size: 25px;
}

.privacy-policy h3 {
  font-size: 20px;
}

.privacy-policy h4 {
  font-size: 18px;
}

.support-block {
  background: #005581;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  text-align: center !important;
}

.support-block .plain {
  background: #005581;
  margin: 0 auto;
  padding: 28px;
}

.support-block .plain h3, .support-block .plain .heading_3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto 20px;
}

.support-block .plain p {
  color: #fff;
}

.support-block .plain .icon {
  height: 70px;
  margin-bottom: 22px;
}

.support-block .plain .btn {
  color: #005581;
  background: #fff;
  border: 1px solid #005581;
  margin: 30px 0 0;
  display: inline-block;
}

.support-block .plain .btn:hover {
  color: #fff;
  background: #005581;
  border: 1px solid #fff;
}

.footer-block {
  background: #efefef;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  text-align: center !important;
}

.footer-block .two_column h2 {
  max-width: 85%;
  margin: 0 auto 10px;
  position: relative;
}

.footer-block .two_column h2:after {
  content: " ";
  border-bottom: 2px solid #005581;
  width: 350px;
  height: 2px;
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.footer-block .two_column .icon {
  height: 70px;
  margin: 0 auto 22px;
  display: block;
}

.footer-block .two_column p {
  max-width: 85%;
  margin: 40px auto 0;
}

.footer-block .two_column .btn {
  margin: 50px 15px 0 0;
  display: inline-block;
}

#customer_support {
  text-align: center;
  background: #005581;
  padding: 65px 3%;
}

#customer_support h5 {
  color: #fff;
}

#customer_support p {
  color: #fff;
  max-width: 55%;
  margin: 0 auto 20px;
}

#serial-number-lookup {
  text-align: center;
  background: #efefef;
  padding: 22px 0;
}

#serial-number-lookup h4 {
  color: #005581;
  margin-right: 20px;
  font-weight: 600;
}

#serial-number-lookup form {
  align-items: center;
  margin: 0;
  display: inline-flex;
  position: relative;
}

#serial-number-lookup form label {
  margin: 0 !important;
}

#serial-number-lookup form input[type="search"] {
  text-indent: 10px;
  margin: 0;
  padding: 15px;
}

#serial-number-lookup form input[type="submit"] {
  margin-top: 0;
  margin-left: 10px;
  padding: 15px;
}

#footer {
  background: #fff;
  padding: 30px 20px 0;
}

#footer .cell {
  margin: 30px 0;
}

#footer .cell h6 {
  color: #005581;
  font-weight: 600;
}

#footer .cell p {
  font-size: 16px;
  line-height: 26px;
}

#footer .cell:first-child {
  text-align: left;
}

#footer .cell:first-child a {
  color: #030000;
}

#footer .cell:first-child ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

#footer .cell:first-child ul li {
  text-align: center;
  vertical-align: middle;
  background: #005581;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  margin-right: 9px;
  padding: 12px 0;
  transition: all .25s ease-in-out;
  display: inline-block;
}

#footer .cell:first-child ul li:hover {
  opacity: .8;
  transition: all .25s ease-in-out;
}

#footer .cell:nth-child(2) {
  justify-content: center;
  align-items: center;
  display: flex;
}

#footer .cell:nth-child(3) {
  text-align: right;
}

#footer .cell:nth-child(3) .menu {
  display: inline-block;
}

#footer .cell:nth-child(3) .menu a {
  color: #030000;
  padding: 2px 0;
  font-size: 16px;
  line-height: 26px;
}

#footer .menu .active > a {
  color: #005581;
  background: none !important;
}

.legal {
  text-align: center;
}

.legal ul {
  background: #efefef;
  justify-content: center;
}

.legal p {
  font-size: 12px;
  color: #707070 !important;
  margin-bottom: 0 !important;
}

.legal a {
  color: #707070;
  font-size: 12px;
  line-height: 28px;
}

.legal a:hover {
  color: #005581;
}

.legal li.active a {
  color: #005581;
  background: none;
}

@media only screen and (width <= 750px) {
  .footer-block {
    padding: 20px 0 0;
  }

  .footer-block .two_column .large-6:first-child {
    order: 2;
  }

  .footer-block .two_column .large-6:nth-child(2) img {
    margin-bottom: 45px;
  }

  .footer-block .two_column .large-6 {
    padding: 0 20px;
  }

  .footer-block .two_column h2 {
    max-width: 100%;
    font-size: 32px;
  }

  .footer-block .two_column h2:after {
    width: auto;
  }

  .footer-block .two_column p {
    max-width: 100%;
  }

  .footer-block .two_column .btn {
    margin: 50px 9px;
  }

  .support-block .plain {
    padding: 20px;
  }

  .support-block .plain h3 {
    margin-bottom: 20px;
  }

  #footer {
    padding: 45px 50px 0;
  }

  #footer .logo {
    margin-left: -20px;
  }

  #footer .cell:first-child {
    text-align: left;
  }

  #footer .cell:nth-child(2) {
    text-align: center;
    margin-top: 0;
    display: block;
  }

  #footer .cell:nth-child(2) .btn {
    margin: 0;
    display: inline-block;
  }

  #footer .cell:nth-child(2) ul {
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
  }

  #footer .cell:nth-child(2) ul li {
    text-align: center;
    vertical-align: middle;
    background: #005581;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    margin-right: 9px;
    padding: 12px 0;
    transition: all .25s ease-in-out;
    display: inline-block;
  }

  #footer .cell:nth-child(2) ul li:hover {
    opacity: .8;
    transition: all .25s ease-in-out;
  }

  #footer .cell:nth-child(3) {
    text-align: left;
    margin: 25px auto 50px;
  }

  #serial-number-lookup {
    padding: 30px 6%;
    display: block;
  }

  #serial-number-lookup h4 {
    margin-right: 0;
  }

  #serial-number-lookup form {
    display: block;
  }

  #serial-number-lookup form label {
    margin: 20px 0 !important;
  }

  #serial-number-lookup form input[type="search"], #serial-number-lookup form input[type="submit"] {
    margin: 0;
  }

  #footer h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .legal .menu {
    padding: 15px;
  }

  .legal a {
    padding: 5px 10px;
    line-height: 12px;
  }

  .legal p {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }
}

.header {
  z-index: 10000;
  background: #fff;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
}

.header .top-bar, .header .top-bar ul {
  background-color: #fff;
}

.header .top-bar-left {
  width: 100%;
  height: 66px;
  display: flex;
}

.header .top-bar {
  flex-direction: column;
  padding: 0;
}

.header .logo {
  max-width: 300px;
  margin: 16px 22px 11px;
}

.header .logo.sub-logo {
  max-width: 223px;
  margin: 0 22px 5px;
}

.header #menu-top-navigation {
  background: #005581;
  justify-content: flex-end;
  width: 100%;
}

.header #menu-top-navigation li {
  margin: 5px 7px;
}

.header #menu-top-navigation li a {
  color: #fff;
  letter-spacing: .49px;
  text-transform: uppercase;
  background: none;
  padding: 5px 12px;
  font-family: effra, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  transition: all .25s ease-in-out;
}

.header #menu-top-navigation li a:hover {
  text-underline-offset: 4px;
  text-decoration: underline;
  transition: all .25s ease-in-out;
}

.header #menu-top-navigation li .fa-magnifying-glass {
  margin-right: 7px;
  font-size: 18px;
}

.header #menu-top-navigation li.current_page_item a {
  text-underline-offset: 4px;
  text-decoration: underline;
}

.header #menu-primary-navigation-1 {
  justify-content: flex-end;
}

.header #menu-primary-navigation-1 li {
  margin: 0 30px;
}

.header #menu-primary-navigation-1 li a {
  color: #005581;
  letter-spacing: .65px;
  text-transform: uppercase;
  padding: 12px;
  font-family: effra, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  transition: all .25s ease-in-out;
}

.header #menu-primary-navigation-1 li a:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: all .25s ease-in-out;
}

.header #menu-primary-navigation-1 li.active > a {
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.header #menu-primary-navigation-1 li .submenu {
  background: #efefef;
  border: none;
  border-bottom: 5px solid #005581;
  padding: 10px 0;
}

.header #menu-primary-navigation-1 li .submenu a {
  color: #030000;
  text-transform: none;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

.header #mega-menu-wrap-main-nav {
  background: none;
  flex: 1;
  justify-items: end;
}

.header #mega-menu-wrap-main-nav .link {
  white-space: nowrap;
  font-size: 20px;
}

@media (width >= 769px) {
  .header #mega-menu-wrap-main-nav .mega-menu-column {
    flex: 0 0 15%;
  }
}

.header #mega-menu-wrap-main-nav #mega-menu-item-search-2 {
  width: auto !important;
}

.header #mega-menu-wrap-main-nav #mega-menu-33-0 .mega-menu-column {
  margin-left: 0 !important;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav #mega-menu-37-0 > .mega-sub-menu {
  display: flex;
}

@media (width >= 769px) {
  .header #mega-menu-wrap-main-nav #mega-menu-main-nav #mega-menu-37-0 > .mega-sub-menu .mega-menu-column {
    flex: 0 0 15%;
  }
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
  color: #005581;
  letter-spacing: .65px;
  text-transform: uppercase;
  height: auto;
  padding: 12px 20px;
  font-family: effra, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  transition: all .25s ease-in-out;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: all .25s ease-in-out;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item {
  color: #005581;
}

.header #mega-menu-wrap-main-nav .mega-indicator, .header #mega-menu-wrap-main-nav .mega-menu-description {
  display: none !important;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:hover {
  color: #005581;
  background: none;
  border-color: #0000;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu, .header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu {
  background: #fff;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  text-underline-offset: 5px;
  background: none;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-33 > a:after, .header #mega-menu-wrap-main-nav #mega-menu-item-37 > a:after {
  content: "";
  opacity: 0;
  z-index: 100000;
  visibility: hidden;
  border-top: 15px solid #fff;
  border-left: 15px solid #0000;
  border-right: 15px solid #0000;
  width: 0;
  height: 0;
  margin-right: -10px;
  transition: visibility .5s, opacity .5s linear;
  position: absolute;
  bottom: -15px;
  right: 50%;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-33:hover > a:after, .header #mega-menu-wrap-main-nav #mega-menu-item-37:hover > a:after {
  opacity: 1;
  visibility: visible;
  transition: visibility, opacity .5s linear;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav li#mega-menu-item-33 > ul.mega-sub-menu {
  padding: 20px;
  position: fixed;
  top: 107px;
  left: 0;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav li#mega-menu-item-37 > ul.mega-sub-menu {
  box-sizing: content-box;
  max-height: 900px;
  padding: 20px;
  position: fixed;
  top: 107px;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  box-shadow: 0 5px 5px #00000040;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, .header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  color: #005581;
  background: none;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, .header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #005581;
  text-transform: uppercase;
  height: auto;
  margin-bottom: 15px;
  font-family: effra, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  text-decoration-thickness: 2px;
  transition: all .25s ease-in-out;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, .header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: all .25s ease-in-out;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.gradient-text > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  background: linear-gradient(to right, #3b9ca7, #9ad094, #f4a320, #d81b5d, #772865);
  -webkit-background-clip: text;
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  width: 175px;
  font-size: 18px;
  text-decoration: underline;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.gradient-text > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  background: linear-gradient(to right, red, crimson, darkorange gold, darkgreen, Blue);
  -webkit-background-clip: text;
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: none;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  color: #005581;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  transition: all .25s ease-in-out;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: all .25s ease-in-out;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
  margin: 0 0 20px;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  color: #16b9ed;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  color: #005581 !important;
  text-decoration: none !important;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu {
  width: auto;
  padding-left: 20px;
  padding-right: 50px;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #030000 !important;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  color: #005581 !important;
  text-decoration: none !important;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-5 {
  justify-content: center;
  align-items: center;
  display: inline-flex !important;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-5 .mega-block-title {
  line-height: 20px;
  color: #005581 !important;
  text-transform: uppercase !important;
  margin: 0 20px 0 0 !important;
  font-size: 17px !important;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-5 form {
  align-items: center;
  display: inline-flex;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-5 form input[type="search"] {
  margin: 0;
  border-right: 0 solid #0000 !important;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-5 form input[type="search"]::placeholder {
  color: #ccc;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-5 form input[type="submit"], .header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-5 form button[type="submit"] {
  color: #005581;
  background-color: #fff;
  border: 1px solid #005581;
  border-left: 0 solid #0000;
  margin: 0;
  padding: 15px;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-5 form input[type="submit"]:hover, .header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-5 form button[type="submit"]:hover {
  background-color: #efefef;
  border-left: 0 solid #0000;
}

.header #mega-menu-wrap-main-nav .widget_custom_html .mega-block-title, .header #mega-menu-wrap-main-nav .widget_custom_html .heading_6 {
  height: auto;
  font-style: normal;
  line-height: 12px;
  display: block;
  color: #005581 !important;
  text-transform: none !important;
  margin-bottom: 5px !important;
  font-family: effra, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.header #mega-menu-wrap-main-nav .widget_custom_html p {
  font-size: 14px;
  line-height: 22px;
  color: #030000 !important;
  font-weight: 400 !important;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-2, .header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-6 {
  margin-top: 12px !important;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-5 .custom-html-widget {
  width: 100%;
  margin-top: 3px;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-3 a {
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  transition: all .25s ease-in-out;
  color: #030000 !important;
  font-weight: 400 !important;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-3 a.no_decoration {
  text-decoration: none !important;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-3 a:hover {
  transition: all .25s ease-in-out;
  color: #005581 !important;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-4 form {
  align-items: baseline;
  margin: 0 0 40px;
  display: inline-flex;
  position: relative;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-4 form input[type="search"] {
  text-indent: 10px;
  padding: 15px;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-4 form input[type="submit"] {
  margin: 0 0 0 10px;
  padding: 15px;
}

.header #mega-menu-wrap-main-nav #mega-menu-item-custom_html-4 .link {
  display: block;
}

.header #mega-menu-wrap-main-nav .widget_media_image {
  margin-top: 5px !important;
}

.header .mega-menu-product-main-subcategory > a:first-of-type {
  transition: all .25s ease-in-out;
  color: #005581 !important;
  margin-bottom: 0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 17px !important;
}

.header .mega-menu-product-main-subcategory > a:first-of-type:hover {
  text-underline-offset: 5px;
  transition: all .25s ease-in-out;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
}

.header #mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link .mega-description-group .mega-menu-title {
  line-height: inherit;
}

.header #mega-menu-item-4995, .header #mega-menu-item-18531, .header #mega-menu-item-18521, .header #mega-menu-item-18532, .header #mega-menu-item-18524, .header #mega-menu-item-57916, .header #mega-menu-item-18529, .header #mega-menu-item-18530, .header #mega-menu-item-6527, .header #mega-menu-item-6458, .header #mega-menu-item-47676, .header #mega-menu-item-58462 {
  min-height: 235px !important;
}

.header #mega-menu-item-4995:before, .header #mega-menu-item-18531:before, .header #mega-menu-item-18521:before, .header #mega-menu-item-18532:before, .header #mega-menu-item-18524:before, .header #mega-menu-item-57916:before, .header #mega-menu-item-18529:before, .header #mega-menu-item-18530:before, .header #mega-menu-item-6527:before, .header #mega-menu-item-6458:before, .header #mega-menu-item-47676:before, .header #mega-menu-item-58462:before {
  content: "";
  background-position: 0 100%;
  background-repeat: no-repeat;
  width: 80px;
  height: 90px;
  background-size: contain !important;
  display: block !important;
}

.header #mega-menu-item-4995:before {
  background-image: url("../png/reach-in-refrigeration.2a7a9a8a.png");
}

.header #mega-menu-item-18531:before {
  background-image: url("../png/heated-cabinets.f3659b79.png");
}

.header #mega-menu-item-18521:before {
  background-image: url("../png/food-prep-tables.777a55ab.png");
}

.header #mega-menu-item-18532:before {
  background-image: url("../png/premier-bar.0a3e4036.png");
  background-position-y: 5px;
}

.header #mega-menu-item-18524:before {
  background-image: url("../png/chef-bases.73ebb9bd.png");
  background-position-y: 34px;
}

.header #mega-menu-item-57916:before {
  background-image: url("../png/scientific.e6632438.png");
}

.header #mega-menu-item-18529:before {
  background-image: url("../png/curved-glass-display-merchandisers.b63032cf.png");
}

.header #mega-menu-item-18530:before {
  background-image: url("../png/milk-coolers.039d2785.png");
  background-position-y: 9px;
}

.header #mega-menu-item-6527:before {
  background-image: url("../png/undercounters-and-worktops.737dde84.png");
}

.header #mega-menu-item-6458:before {
  background-image: url("../png/merchandisers.328657bb.png");
}

.header #mega-menu-item-47676:before {
  background-image: url("../png/commercial-ice-machines.25dba9e3.png");
}

.header #mega-menu-item-58462:before {
  background-image: url("../png/retail-merchandisers.50406923.png");
}

.header li#mega-menu-item-4688 a {
  padding-top: 18px !important;
}

.header #mega-menu-37-1-0 > .mega-sub-menu {
  display: flex !important;
}

.header #mega-menu-37-1-0 > .mega-sub-menu #mega-menu-item-custom_html-2 {
  flex: 0 0 215px;
}

.header #mega-menu-37-1-0 > .mega-sub-menu #mega-menu-item-custom_html-6 {
  flex: 0 0 260px;
}

.header #menu-item-48 a {
  border: 1px solid #fff;
}

.header #menu-item-48 a:hover {
  color: #005581;
  background: #fff;
  text-decoration: none !important;
}

.header .menu .active > a {
  background: none !important;
}

.header .search-form {
  display: none;
}

.header .fa-xmark {
  color: #005581;
  cursor: pointer;
  font-size: 40px;
  transition: all .25s ease-in-out;
  position: absolute;
  top: 15px;
  right: 25px;
}

.header .fa-xmark:hover {
  color: #00b9f2;
  transition: all .25s ease-in-out;
}

.header .search_overlay {
  text-align: center;
  z-index: 1;
  background: #ffffffd6;
  width: 98%;
  margin: 0 1%;
  padding: 120px 0;
  transition: all .7s;
  display: none;
  position: absolute;
  top: 0;
}

.header .search_overlay form {
  align-items: center;
  width: 50%;
  display: inline-flex;
}

.header .search_overlay form label {
  display: none;
}

.header .search_overlay form input:-webkit-autofill {
  -webkit-text-fill-color: #030000;
  -webkit-box-shadow: none;
  border: none;
  transition: background-color 5000s ease-in-out;
}

.header .search_overlay form input:-webkit-autofill:hover {
  -webkit-text-fill-color: #030000;
  -webkit-box-shadow: none;
  border: none;
  transition: background-color 5000s ease-in-out;
}

.header .search_overlay form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #030000;
  -webkit-box-shadow: none;
  border: none;
  transition: background-color 5000s ease-in-out;
}

.header .search_overlay form textarea:-webkit-autofill {
  -webkit-text-fill-color: #030000;
  -webkit-box-shadow: none;
  border: none;
  transition: background-color 5000s ease-in-out;
}

.header .search_overlay form textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #030000;
  -webkit-box-shadow: none;
  border: none;
  transition: background-color 5000s ease-in-out;
}

.header .search_overlay form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #030000;
  -webkit-box-shadow: none;
  border: none;
  transition: background-color 5000s ease-in-out;
}

.header .search_overlay form select:-webkit-autofill {
  -webkit-text-fill-color: #030000;
  -webkit-box-shadow: none;
  border: none;
  transition: background-color 5000s ease-in-out;
}

.header .search_overlay form select:-webkit-autofill:hover {
  -webkit-text-fill-color: #030000;
  -webkit-box-shadow: none;
  border: none;
  transition: background-color 5000s ease-in-out;
}

.header .search_overlay form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #030000;
  -webkit-box-shadow: none;
  border: none;
  transition: background-color 5000s ease-in-out;
}

.header .search_overlay form input[type="search"] {
  background: #fff;
  width: 100%;
  max-width: 500px;
  box-shadow: none !important;
  color: #030000 !important;
  border: 1px solid #efefef !important;
  margin: 0 !important;
  font-size: 25px !important;
  line-height: 1 !important;
}

.header .search_overlay form input[type="search"]::placeholder {
  color: #030000;
}

.header .search_overlay form .search_submit {
  color: #fff;
  cursor: pointer;
  margin: 0 0 0 20px;
  transition: all .25s ease-in-out;
}

.header .search_overlay form .search_submit:hover {
  color: #00b9f2;
  transition: all .25s ease-in-out;
}

.header .search_overlay #rlvlive {
  position: absolute;
  top: -115px;
  left: -15px;
}

.header .search_overlay.open {
  transition: all .7s;
  display: block;
  top: 108px;
}

.header .show-for-small-only {
  display: block !important;
}

.header .register {
  color: #efefef;
  letter-spacing: 3px;
  text-align: center;
  background: #70707099;
  width: 100%;
  padding: 3px;
  position: absolute;
  top: 107px;
  left: 0;
}

.header .register .heading_5 {
  font-size: 15px;
  line-height: 18px;
}

.header .register a {
  color: #efefef;
  text-decoration: underline;
}

.header #navicon {
  cursor: pointer;
  z-index: 10000;
  width: 35px;
  height: 24px;
  transition: all .5s ease-in-out;
  display: none;
  position: absolute;
  top: 15px;
  right: 0;
  transform: rotate(0);
}

.header #navicon span {
  opacity: 1;
  background: #005581;
  width: 100%;
  height: 3px;
  transition: all .25s ease-in-out;
  display: block;
  position: absolute;
  left: 0;
  transform: rotate(0);
}

.header #navicon span:first-child {
  top: 0;
}

.header #navicon span:nth-child(2), .header #navicon span:nth-child(3) {
  top: 10px;
}

.header #navicon span:nth-child(4) {
  top: 20px;
}

.header #navicon:hover span {
  background: #005581;
  transition: all .25s ease-in-out;
}

.header #navicon.open span:first-child {
  width: 0%;
  top: 10px;
  left: 50%;
}

.header #navicon.open span:nth-child(2) {
  transform: rotate(45deg);
}

.header #navicon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.header #navicon.open span:nth-child(4) {
  width: 0%;
  top: 10px;
  left: 50%;
}

.single-partners #mega-menu-item-34 a, .single-recipes #mega-menu-item-34 a {
  text-underline-offset: 5px;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
}

.page-id-24 #menu-top-navigation li.current_page_item a {
  color: #005581;
  background: #fff !important;
  text-decoration: none !important;
}

.page-id-24 #menu-top-navigation li.current_page_item a:hover {
  color: #005581;
  background: #fff;
}

.mobile_nav {
  display: none;
}

.off-canvas-absolute {
  background: #fff;
}

.off-canvas-absolute .menu {
  margin: 0 0 100px;
}

.off-canvas-absolute .menu li a {
  color: #005581;
  outline: none;
  margin: 0;
  padding: 12px 0;
  transition: all .25s ease-in-out;
}

.off-canvas-absolute .menu li a:focus {
  outline: none;
}

.off-canvas-absolute .menu li a:hover {
  color: #005581;
  transition: all .25s ease-in-out;
}

.off-canvas-absolute .menu li.active > a {
  color: #005581;
  background: none;
}

@media screen and (width >= 1200px) and (width <= 1355px) {
  .header .logo {
    max-width: 255px;
    margin-top: 20px;
  }

  .top-bar-left.float-left > a {
    float: left;
    width: calc(100% - 926px);
    height: 65px;
  }
}

@media only screen and (width >= 1024px) and (width <= 1125px) {
  #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
    padding: 12px 25px !important;
  }
}

@media only screen and (width >= 768px) and (width <= 1024px) {
  .content.opened {
    margin-top: 175px;
  }

  .header #mega-menu-wrap-main-nav {
    display: none;
  }

  .is-drilldown {
    overflow: hidden !important;
  }
}

@media only screen and (width >= 320px) and (width <= 958px) {
  .header {
    width: 100vw;
    height: 79px;
  }

  .header #mega-menu-wrap-main-nav, .header #menu-top-navigation {
    display: none;
  }

  .header .top-bar {
    border-top: 11px solid #005581;
    padding: 0;
  }

  .header .top-bar-left {
    text-align: center;
  }

  .header .logo {
    float: none;
    max-width: 285px;
    margin-top: 20px;
  }

  .header #navicon {
    margin-top: 18px;
    margin-right: 20px;
    display: block;
  }

  .header .register {
    letter-spacing: .5px;
    padding: 0;
    top: 78px;
  }

  .header .register .heading_6 {
    font-size: 14px;
  }

  .off-canvas-absolute {
    backface-visibility: hidden;
    padding: 0 25px 90px;
    transform: translateX(100%);
    z-index: 100000 !important;
    width: 100% !important;
  }

  .off-canvas-absolute.is-open {
    height: auto;
    box-shadow: none !important;
  }

  .off-canvas-absolute .logo {
    margin: 9px auto;
    display: block;
  }

  .off-canvas-absolute .advanced_search {
    margin: 20px 0;
  }

  .off-canvas-absolute p strong {
    font-size: 18px;
  }

  .off-canvas-absolute hr {
    margin: 10px 0 !important;
  }

  .off-canvas-absolute form {
    align-items: baseline;
    margin: 0 0 40px;
    display: inline-flex;
    position: relative;
  }

  .off-canvas-absolute form .fa-magnifying-glass {
    color: #005581;
    margin-right: 8px;
    position: relative;
  }

  .off-canvas-absolute form input[type="search"] {
    text-indent: 10px;
    border-radius: 15px;
    padding: 8px;
    height: auto !important;
  }

  .off-canvas-absolute form input[type="submit"] {
    margin: 0 0 0 10px;
    padding: 15px;
  }

  .off-canvas-absolute .is-drilldown {
    overflow: hidden !important;
  }

  .off-canvas-absolute .drilldown .nested.is-drilldown-submenu {
    margin: 0;
  }

  .off-canvas-absolute .drilldown .is-drilldown-submenu-parent > a:after {
    background: url("../png/icon-nav.87727c7b.png") 100% / cover no-repeat;
    border: none;
    width: 11px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 0 5px !important;
  }

  .off-canvas-absolute .drilldown .submenu {
    background: #fff;
    padding: 10px 0;
  }

  .off-canvas-absolute .drilldown .submenu .menu-item {
    padding-left: 20px;
  }

  .off-canvas-absolute .drilldown .submenu .menu-item a:after {
    background: url("../png/icon-subnav.3ef18459.png") 100% / cover no-repeat;
    border: none;
    width: 11px;
    height: 12px;
  }

  .off-canvas-absolute .drilldown .submenu a {
    color: #030000;
    text-transform: none;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
  }

  .off-canvas-absolute .drilldown .submenu .js-drilldown-back {
    border-bottom: 1px solid #707070;
    margin-bottom: 5px;
    padding: 10px 0;
  }

  .off-canvas-absolute .drilldown .submenu .custom-back {
    color: #005581;
    letter-spacing: .76px;
    text-transform: uppercase;
    font-family: effra, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    display: flex;
  }

  .off-canvas-absolute .drilldown .submenu .custom-back:before {
    background: url("../png/icon-nav-prev.87c94839.png") 100% / cover no-repeat;
    border: none;
    width: 11px;
    height: 12px;
    margin-top: 5px;
  }

  .off-canvas-absolute .close-button {
    color: #707070;
    font-family: Verdana;
    font-size: 40px;
    font-weight: 400;
  }

  .off-canvas-absolute .menu {
    margin: 0;
  }

  .off-canvas-absolute .menu li a {
    color: #005581;
    letter-spacing: .76px;
    text-transform: uppercase;
    height: auto;
    font-family: effra, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
  }

  .off-canvas-absolute #menu-mobile-secondary-menu {
    margin-bottom: 20px;
    display: block;
  }

  .off-canvas-absolute #menu-mobile-secondary-menu li a {
    letter-spacing: .61px;
    text-transform: uppercase;
    padding: 8px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .off-canvas-absolute .btn_wrapper {
    justify-content: space-evenly;
    display: flex;
  }
}

html[lang="es"] .header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
  padding: 10px;
  font-size: 15px;
}

@media screen and (width >= 958px) and (width <= 1437px) {
  html[lang="es"] .header .register {
    top: 144px;
  }
}

@media only screen and (width >= 959px) and (width <= 1200px) {
  html[lang="es"] .header #navicon {
    top: 100px !important;
  }
}

.advanced-search-with-header header .image-block img {
  width: 100vw;
}

.advanced-search-with-header header .advanced-search-header-content {
  color: #fff;
  background-color: #005581;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 2rem;
  display: flex;
}

.advanced-search-with-header header .advanced-search-header-content h2 {
  text-transform: uppercase;
  font-size: 4.5rem;
  line-height: 4.5rem;
}

.advanced-search-with-header header .advanced-search-header-content .heading_5 {
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
}

.advanced-search-with-header header .advanced-search-header-content p, .advanced-search-with-header header .advanced-search-header-content h2, .advanced-search-with-header header .advanced-search-header-content .heading_5 {
  text-align: center;
  width: min(750px, 90%);
}

.advanced-search-with-header .accordion-item {
  clear: both;
  background: none;
  border-bottom: 2px solid #efefef;
}

.advanced-search-with-header .accordion-item .icon {
  clear: both;
  float: left;
  width: 50px;
  height: 50px;
  margin: 15px 18px 0 11%;
}

.advanced-search-with-header .accordion-item .accordion-title {
  color: #005581;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-right: 11%;
  padding: 25px 0 25px 25px;
  font-size: 28px;
  font-weight: 600;
  line-height: 31px;
}

.advanced-search-with-header .accordion-item .accordion-title:before {
  color: #005581;
  margin-top: -10px;
  font-size: 36px;
  right: 32px;
}

.advanced-search-with-header .accordion-item .accordion-title:hover, .advanced-search-with-header .accordion-item .accordion-title:focus {
  background: none;
}

.advanced-search-with-header .accordion-item .accordion-content {
  border: none !important;
}

.advanced-search-with-header .accordion-item .accordion-content .inner {
  counter-reset: custom-li-counter;
  grid-template-areas: "center"
                       "left"
                       "right";
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em 10vw 1em;
  display: grid;
}

.advanced-search-with-header .accordion-item .accordion-content .inner h3 {
  font-size: 21px;
}

.advanced-search-with-header .accordion-item .accordion-content .inner p {
  font-size: 16px;
}

@media (width >= 900px) {
  .advanced-search-with-header .accordion-item .accordion-content .inner {
    grid-template-areas: "left center"
                         "right center";
  }
}

@media (width >= 1200px) {
  .advanced-search-with-header .accordion-item .accordion-content .inner {
    grid-template-areas: "left center right";
  }
}

.advanced-search-with-header .accordion-item .accordion-content .inner .left, .advanced-search-with-header .accordion-item .accordion-content .inner .right {
  flex-direction: column;
  display: flex;
}

.advanced-search-with-header .accordion-item .accordion-content .inner .left .custom-li:before, .advanced-search-with-header .accordion-item .accordion-content .inner .right .custom-li:before {
  counter-increment: custom-li-counter;
  content: counter(custom-li-counter);
  color: #fff;
  background: #00f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: .25rem;
  display: inline-flex;
}

.advanced-search-with-header .accordion-item .accordion-content .inner .left p, .advanced-search-with-header .accordion-item .accordion-content .inner .right p {
  margin-left: calc(25px + .5rem);
}

@media (width >= 1200px) {
  .advanced-search-with-header .accordion-item .accordion-content .inner .left .custom-li:first-of-type, .advanced-search-with-header .accordion-item .accordion-content .inner .right .custom-li:first-of-type {
    margin-top: 3rem;
  }
}

.advanced-search-with-header .accordion-item .accordion-content .inner .left {
  grid-area: left;
  justify-content: flex-end;
}

@media (width >= 1200px) {
  .advanced-search-with-header .accordion-item .accordion-content .inner .left {
    justify-content: flex-start;
  }
}

.advanced-search-with-header .accordion-item .accordion-content .inner .center {
  grid-area: center;
  width: 100%;
  display: flex;
}

@media (width >= 1200px) {
  .advanced-search-with-header .accordion-item .accordion-content .inner .center {
    width: min-content;
  }
}

.advanced-search-with-header .accordion-item .accordion-content .inner .center img {
  width: 33vw;
  margin: auto;
}

@media (width >= 1200px) {
  .advanced-search-with-header .accordion-item .accordion-content .inner .center img {
    min-width: min(20vw, 500px);
  }
}

.advanced-search-with-header .accordion-item .accordion-content .inner .right {
  grid-area: right;
}

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 {
  direction: ltr;
  opacity: 0;
  visibility: hidden;
  z-index: 99997;
  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;
  -webkit-user-select: 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 {
  direction: ltr;
  z-index: 99994;
  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, -webkit-transform;
  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;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99995;
  background: 0 0 / 100% 100% no-repeat;
  max-width: none;
  margin: 0;
  padding: 0;
  transition-property: transform, opacity, -webkit-transform;
  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 {
  -webkit-user-select: none;
  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 {
  -webkit-user-select: none;
  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-x: auto;
  overflow-y: 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-x: hidden;
  overflow-y: 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);
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  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-multirow-column > .swiper-wrapper {
  flex-flow: column wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  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 {
  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 {
  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-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  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:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  text-align: center;
  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: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.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 {
  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 {
  transition: transform .2s, left .2s;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-progressbar {
  background: #00000040;
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  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-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #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 {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  animation: 1s linear infinite swiper-preloader-spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@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 {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  filter: blur(50px);
  background: #000;
  position: absolute;
  inset: 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;
}

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