@charset "UTF-8";
/*!
Theme Name: polarisprogram
Version: 1.0.0
*/
.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

@media (min-width: 544px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1012px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
}
.v-hidden {
  visibility: hidden !important;
}

.v-visible {
  visibility: visible !important;
}

@media (max-width: 544px) {
  .hide-sm {
    display: none !important;
  }
}
@media (min-width: 544px) and (max-width: 768px) {
  .hide-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1012px) {
  .hide-lg {
    display: none !important;
  }
}
@media (min-width: 1012px) {
  .hide-xl {
    display: none !important;
  }
}
/* Set the table-layout to fixed */
.table-fixed {
  table-layout: fixed !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  word-wrap: normal;
  border: 0;
}

.show-on-focus {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.show-on-focus:focus {
  z-index: 20;
  width: auto;
  height: auto;
  clip: auto;
}

/* Set a $size margin to all sides at $breakpoint */
.m-0 {
  margin: 0 !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-0 {
  margin-top: 0 !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-0 {
  margin-right: 0 !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-0 {
  margin-bottom: 0 !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-0 {
  margin-left: 0 !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-1 {
  margin: 4px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-1 {
  margin-top: 4px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-1 {
  margin-right: 4px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-1 {
  margin-bottom: 4px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-1 {
  margin-left: 4px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n1 {
  margin-top: -4px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n1 {
  margin-right: -4px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n1 {
  margin-bottom: -4px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n1 {
  margin-left: -4px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-2 {
  margin: 8px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-2 {
  margin-top: 8px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-2 {
  margin-right: 8px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-2 {
  margin-bottom: 8px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-2 {
  margin-left: 8px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n2 {
  margin-top: -8px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n2 {
  margin-right: -8px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n2 {
  margin-bottom: -8px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n2 {
  margin-left: -8px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-3 {
  margin: 16px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-3 {
  margin-top: 16px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-3 {
  margin-right: 16px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-3 {
  margin-bottom: 16px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-3 {
  margin-left: 16px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n3 {
  margin-top: -16px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n3 {
  margin-right: -16px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n3 {
  margin-bottom: -16px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n3 {
  margin-left: -16px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-4 {
  margin: 24px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-4 {
  margin-top: 24px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-4 {
  margin-right: 24px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-4 {
  margin-bottom: 24px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-4 {
  margin-left: 24px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n4 {
  margin-top: -24px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n4 {
  margin-right: -24px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n4 {
  margin-bottom: -24px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n4 {
  margin-left: -24px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-5 {
  margin: 32px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-5 {
  margin-top: 32px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-5 {
  margin-right: 32px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-5 {
  margin-bottom: 32px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-5 {
  margin-left: 32px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n5 {
  margin-top: -32px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n5 {
  margin-right: -32px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n5 {
  margin-bottom: -32px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n5 {
  margin-left: -32px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-5 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-5 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-6 {
  margin: 48px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-6 {
  margin-top: 48px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-6 {
  margin-right: 48px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-6 {
  margin-bottom: 48px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-6 {
  margin-left: 48px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n6 {
  margin-top: -48px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n6 {
  margin-right: -48px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n6 {
  margin-bottom: -48px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n6 {
  margin-left: -48px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-6 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-7 {
  margin: 64px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-7 {
  margin-top: 64px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-7 {
  margin-right: 64px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-7 {
  margin-bottom: 64px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-7 {
  margin-left: 64px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n7 {
  margin-top: -64px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n7 {
  margin-right: -64px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n7 {
  margin-bottom: -64px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n7 {
  margin-left: -64px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-7 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-7 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-8 {
  margin: 80px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-8 {
  margin-top: 80px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-8 {
  margin-right: 80px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-8 {
  margin-bottom: 80px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-8 {
  margin-left: 80px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n8 {
  margin-top: -80px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n8 {
  margin-right: -80px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n8 {
  margin-bottom: -80px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n8 {
  margin-left: -80px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-8 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-9 {
  margin: 96px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-9 {
  margin-top: 96px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-9 {
  margin-right: 96px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-9 {
  margin-bottom: 96px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-9 {
  margin-left: 96px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n9 {
  margin-top: -96px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n9 {
  margin-right: -96px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n9 {
  margin-bottom: -96px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n9 {
  margin-left: -96px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-9 {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-9 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

/* responsive horizontal auto margins */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 544px) {
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-1 {
    margin: 4px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-1 {
    margin-top: 4px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-1 {
    margin-right: 4px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-1 {
    margin-left: 4px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n1 {
    margin-top: -4px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n1 {
    margin-right: -4px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n1 {
    margin-bottom: -4px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n1 {
    margin-left: -4px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-2 {
    margin: 8px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-2 {
    margin-top: 8px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-2 {
    margin-right: 8px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-2 {
    margin-left: 8px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n2 {
    margin-top: -8px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n2 {
    margin-right: -8px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n2 {
    margin-bottom: -8px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n2 {
    margin-left: -8px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-3 {
    margin: 16px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-3 {
    margin-top: 16px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-3 {
    margin-right: 16px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-3 {
    margin-bottom: 16px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-3 {
    margin-left: 16px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n3 {
    margin-top: -16px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n3 {
    margin-right: -16px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n3 {
    margin-bottom: -16px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n3 {
    margin-left: -16px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-4 {
    margin: 24px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-4 {
    margin-top: 24px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-4 {
    margin-right: 24px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-4 {
    margin-left: 24px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n4 {
    margin-top: -24px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n4 {
    margin-right: -24px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n4 {
    margin-bottom: -24px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n4 {
    margin-left: -24px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-5 {
    margin: 32px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-5 {
    margin-top: 32px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-5 {
    margin-right: 32px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-5 {
    margin-bottom: 32px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-5 {
    margin-left: 32px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n5 {
    margin-top: -32px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n5 {
    margin-right: -32px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n5 {
    margin-bottom: -32px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n5 {
    margin-left: -32px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-6 {
    margin: 48px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-6 {
    margin-top: 48px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-6 {
    margin-right: 48px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-6 {
    margin-bottom: 48px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-6 {
    margin-left: 48px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n6 {
    margin-top: -48px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n6 {
    margin-right: -48px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n6 {
    margin-bottom: -48px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n6 {
    margin-left: -48px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-7 {
    margin: 64px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-7 {
    margin-top: 64px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-7 {
    margin-right: 64px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-7 {
    margin-bottom: 64px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-7 {
    margin-left: 64px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n7 {
    margin-top: -64px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n7 {
    margin-right: -64px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n7 {
    margin-bottom: -64px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n7 {
    margin-left: -64px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-7 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-7 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-8 {
    margin: 80px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-8 {
    margin-top: 80px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-8 {
    margin-right: 80px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-8 {
    margin-bottom: 80px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-8 {
    margin-left: 80px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n8 {
    margin-top: -80px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n8 {
    margin-right: -80px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n8 {
    margin-bottom: -80px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n8 {
    margin-left: -80px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-9 {
    margin: 96px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-9 {
    margin-top: 96px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-9 {
    margin-right: 96px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-9 {
    margin-bottom: 96px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-9 {
    margin-left: 96px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n9 {
    margin-top: -96px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n9 {
    margin-right: -96px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n9 {
    margin-bottom: -96px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n9 {
    margin-left: -96px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-9 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-9 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  /* responsive horizontal auto margins */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-0 {
    margin: 0 !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-0 {
    margin-right: 0 !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-0 {
    margin-left: 0 !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-1 {
    margin: 4px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-1 {
    margin-top: 4px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-1 {
    margin-right: 4px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-1 {
    margin-bottom: 4px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-1 {
    margin-left: 4px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n1 {
    margin-top: -4px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n1 {
    margin-right: -4px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n1 {
    margin-bottom: -4px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n1 {
    margin-left: -4px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-2 {
    margin: 8px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-2 {
    margin-top: 8px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-2 {
    margin-right: 8px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-2 {
    margin-bottom: 8px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-2 {
    margin-left: 8px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n2 {
    margin-top: -8px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n2 {
    margin-right: -8px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n2 {
    margin-bottom: -8px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n2 {
    margin-left: -8px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-3 {
    margin: 16px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-3 {
    margin-top: 16px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-3 {
    margin-right: 16px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-3 {
    margin-bottom: 16px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-3 {
    margin-left: 16px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n3 {
    margin-top: -16px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n3 {
    margin-right: -16px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n3 {
    margin-bottom: -16px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n3 {
    margin-left: -16px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-4 {
    margin: 24px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-4 {
    margin-top: 24px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-4 {
    margin-right: 24px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-4 {
    margin-bottom: 24px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-4 {
    margin-left: 24px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n4 {
    margin-top: -24px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n4 {
    margin-right: -24px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n4 {
    margin-bottom: -24px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n4 {
    margin-left: -24px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-5 {
    margin: 32px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-5 {
    margin-top: 32px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-5 {
    margin-right: 32px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-5 {
    margin-bottom: 32px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-5 {
    margin-left: 32px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n5 {
    margin-top: -32px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n5 {
    margin-right: -32px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n5 {
    margin-bottom: -32px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n5 {
    margin-left: -32px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-6 {
    margin: 48px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-6 {
    margin-top: 48px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-6 {
    margin-right: 48px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-6 {
    margin-bottom: 48px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-6 {
    margin-left: 48px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n6 {
    margin-top: -48px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n6 {
    margin-right: -48px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n6 {
    margin-bottom: -48px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n6 {
    margin-left: -48px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-7 {
    margin: 64px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-7 {
    margin-top: 64px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-7 {
    margin-right: 64px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-7 {
    margin-bottom: 64px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-7 {
    margin-left: 64px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n7 {
    margin-top: -64px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n7 {
    margin-right: -64px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n7 {
    margin-bottom: -64px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n7 {
    margin-left: -64px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-7 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-7 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-8 {
    margin: 80px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-8 {
    margin-top: 80px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-8 {
    margin-right: 80px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-8 {
    margin-bottom: 80px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-8 {
    margin-left: 80px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n8 {
    margin-top: -80px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n8 {
    margin-right: -80px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n8 {
    margin-bottom: -80px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n8 {
    margin-left: -80px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-9 {
    margin: 96px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-9 {
    margin-top: 96px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-9 {
    margin-right: 96px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-9 {
    margin-bottom: 96px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-9 {
    margin-left: 96px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n9 {
    margin-top: -96px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n9 {
    margin-right: -96px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n9 {
    margin-bottom: -96px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n9 {
    margin-left: -96px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-9 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-9 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  /* responsive horizontal auto margins */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1012px) {
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-1 {
    margin: 4px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-1 {
    margin-top: 4px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-1 {
    margin-right: 4px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-1 {
    margin-left: 4px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n1 {
    margin-top: -4px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n1 {
    margin-right: -4px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n1 {
    margin-bottom: -4px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n1 {
    margin-left: -4px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-2 {
    margin: 8px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-2 {
    margin-top: 8px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-2 {
    margin-right: 8px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-2 {
    margin-left: 8px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n2 {
    margin-top: -8px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n2 {
    margin-right: -8px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n2 {
    margin-bottom: -8px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n2 {
    margin-left: -8px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-3 {
    margin: 16px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-3 {
    margin-top: 16px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-3 {
    margin-right: 16px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-3 {
    margin-bottom: 16px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-3 {
    margin-left: 16px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n3 {
    margin-top: -16px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n3 {
    margin-right: -16px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n3 {
    margin-bottom: -16px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n3 {
    margin-left: -16px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-4 {
    margin: 24px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-4 {
    margin-top: 24px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-4 {
    margin-right: 24px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-4 {
    margin-left: 24px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n4 {
    margin-top: -24px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n4 {
    margin-right: -24px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n4 {
    margin-bottom: -24px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n4 {
    margin-left: -24px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-5 {
    margin: 32px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-5 {
    margin-top: 32px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-5 {
    margin-right: 32px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-5 {
    margin-bottom: 32px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-5 {
    margin-left: 32px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n5 {
    margin-top: -32px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n5 {
    margin-right: -32px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n5 {
    margin-bottom: -32px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n5 {
    margin-left: -32px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-6 {
    margin: 48px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-6 {
    margin-top: 48px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-6 {
    margin-right: 48px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-6 {
    margin-bottom: 48px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-6 {
    margin-left: 48px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n6 {
    margin-top: -48px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n6 {
    margin-right: -48px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n6 {
    margin-bottom: -48px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n6 {
    margin-left: -48px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-7 {
    margin: 64px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-7 {
    margin-top: 64px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-7 {
    margin-right: 64px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-7 {
    margin-bottom: 64px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-7 {
    margin-left: 64px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n7 {
    margin-top: -64px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n7 {
    margin-right: -64px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n7 {
    margin-bottom: -64px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n7 {
    margin-left: -64px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-7 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-7 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-8 {
    margin: 80px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-8 {
    margin-top: 80px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-8 {
    margin-right: 80px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-8 {
    margin-bottom: 80px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-8 {
    margin-left: 80px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n8 {
    margin-top: -80px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n8 {
    margin-right: -80px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n8 {
    margin-bottom: -80px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n8 {
    margin-left: -80px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-9 {
    margin: 96px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-9 {
    margin-top: 96px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-9 {
    margin-right: 96px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-9 {
    margin-bottom: 96px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-9 {
    margin-left: 96px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n9 {
    margin-top: -96px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n9 {
    margin-right: -96px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n9 {
    margin-bottom: -96px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n9 {
    margin-left: -96px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-9 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-9 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  /* responsive horizontal auto margins */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-1 {
    margin: 4px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-1 {
    margin-top: 4px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-1 {
    margin-right: 4px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-1 {
    margin-bottom: 4px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-1 {
    margin-left: 4px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n1 {
    margin-top: -4px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n1 {
    margin-right: -4px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n1 {
    margin-bottom: -4px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n1 {
    margin-left: -4px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-2 {
    margin: 8px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-2 {
    margin-top: 8px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-2 {
    margin-right: 8px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-2 {
    margin-bottom: 8px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-2 {
    margin-left: 8px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n2 {
    margin-top: -8px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n2 {
    margin-right: -8px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n2 {
    margin-bottom: -8px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n2 {
    margin-left: -8px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-3 {
    margin: 16px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-3 {
    margin-top: 16px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-3 {
    margin-right: 16px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-3 {
    margin-bottom: 16px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-3 {
    margin-left: 16px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n3 {
    margin-top: -16px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n3 {
    margin-right: -16px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n3 {
    margin-bottom: -16px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n3 {
    margin-left: -16px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-4 {
    margin: 24px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-4 {
    margin-top: 24px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-4 {
    margin-right: 24px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-4 {
    margin-bottom: 24px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-4 {
    margin-left: 24px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n4 {
    margin-top: -24px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n4 {
    margin-right: -24px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n4 {
    margin-bottom: -24px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n4 {
    margin-left: -24px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-5 {
    margin: 32px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-5 {
    margin-top: 32px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-5 {
    margin-right: 32px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-5 {
    margin-bottom: 32px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-5 {
    margin-left: 32px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n5 {
    margin-top: -32px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n5 {
    margin-right: -32px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n5 {
    margin-bottom: -32px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n5 {
    margin-left: -32px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-6 {
    margin: 48px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-6 {
    margin-top: 48px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-6 {
    margin-right: 48px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-6 {
    margin-bottom: 48px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-6 {
    margin-left: 48px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n6 {
    margin-top: -48px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n6 {
    margin-right: -48px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n6 {
    margin-bottom: -48px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n6 {
    margin-left: -48px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-7 {
    margin: 64px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-7 {
    margin-top: 64px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-7 {
    margin-right: 64px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-7 {
    margin-bottom: 64px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-7 {
    margin-left: 64px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n7 {
    margin-top: -64px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n7 {
    margin-right: -64px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n7 {
    margin-bottom: -64px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n7 {
    margin-left: -64px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-7 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-7 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-8 {
    margin: 80px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-8 {
    margin-top: 80px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-8 {
    margin-right: 80px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-8 {
    margin-bottom: 80px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-8 {
    margin-left: 80px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n8 {
    margin-top: -80px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n8 {
    margin-right: -80px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n8 {
    margin-bottom: -80px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n8 {
    margin-left: -80px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-9 {
    margin: 96px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-9 {
    margin-top: 96px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-9 {
    margin-right: 96px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-9 {
    margin-bottom: 96px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-9 {
    margin-left: 96px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n9 {
    margin-top: -96px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n9 {
    margin-right: -96px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n9 {
    margin-bottom: -96px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n9 {
    margin-left: -96px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-9 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-9 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  /* responsive horizontal auto margins */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
/* Set a $size padding to all sides at $breakpoint */
.p-0 {
  padding: 0 !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-0 {
  padding-top: 0 !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-0 {
  padding-right: 0 !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-0 {
  padding-bottom: 0 !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-0 {
  padding-left: 0 !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-1 {
  padding: 4px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-1 {
  padding-top: 4px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-1 {
  padding-right: 4px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-1 {
  padding-bottom: 4px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-1 {
  padding-left: 4px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-2 {
  padding: 8px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-2 {
  padding-top: 8px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-2 {
  padding-right: 8px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-2 {
  padding-bottom: 8px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-2 {
  padding-left: 8px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-3 {
  padding: 16px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-3 {
  padding-top: 16px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-3 {
  padding-right: 16px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-3 {
  padding-bottom: 16px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-3 {
  padding-left: 16px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-4 {
  padding: 24px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-4 {
  padding-top: 24px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-4 {
  padding-right: 24px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-4 {
  padding-bottom: 24px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-4 {
  padding-left: 24px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-5 {
  padding: 32px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-5 {
  padding-top: 32px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-5 {
  padding-right: 32px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-5 {
  padding-bottom: 32px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-5 {
  padding-left: 32px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-5 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-5 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-6 {
  padding: 48px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-6 {
  padding-top: 48px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-6 {
  padding-right: 48px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-6 {
  padding-bottom: 48px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-6 {
  padding-left: 48px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-6 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-7 {
  padding: 64px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-7 {
  padding-top: 64px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-7 {
  padding-right: 64px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-7 {
  padding-bottom: 64px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-7 {
  padding-left: 64px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-7 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-7 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-8 {
  padding: 80px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-8 {
  padding-top: 80px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-8 {
  padding-right: 80px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-8 {
  padding-bottom: 80px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-8 {
  padding-left: 80px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-8 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-9 {
  padding: 96px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-9 {
  padding-top: 96px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-9 {
  padding-right: 96px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-9 {
  padding-bottom: 96px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-9 {
  padding-left: 96px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-9 {
  padding-right: 96px !important;
  padding-left: 96px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-9 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

@media (min-width: 544px) {
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-1 {
    padding: 4px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-1 {
    padding-top: 4px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-1 {
    padding-right: 4px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-1 {
    padding-left: 4px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-2 {
    padding: 8px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-2 {
    padding-top: 8px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-2 {
    padding-right: 8px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-2 {
    padding-left: 8px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-3 {
    padding: 16px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-3 {
    padding-top: 16px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-3 {
    padding-right: 16px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-3 {
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-3 {
    padding-left: 16px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-4 {
    padding: 24px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-4 {
    padding-top: 24px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-4 {
    padding-right: 24px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-4 {
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-4 {
    padding-left: 24px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-5 {
    padding: 32px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-5 {
    padding-top: 32px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-5 {
    padding-right: 32px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-5 {
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-5 {
    padding-left: 32px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-6 {
    padding: 48px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-6 {
    padding-top: 48px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-6 {
    padding-right: 48px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-6 {
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-6 {
    padding-left: 48px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-7 {
    padding: 64px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-7 {
    padding-top: 64px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-7 {
    padding-right: 64px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-7 {
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-7 {
    padding-left: 64px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-7 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-7 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-8 {
    padding: 80px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-8 {
    padding-top: 80px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-8 {
    padding-right: 80px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-8 {
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-8 {
    padding-left: 80px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-9 {
    padding: 96px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-9 {
    padding-top: 96px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-9 {
    padding-right: 96px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-9 {
    padding-bottom: 96px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-9 {
    padding-left: 96px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-9 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-9 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-0 {
    padding: 0 !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-0 {
    padding-right: 0 !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-0 {
    padding-left: 0 !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-1 {
    padding: 4px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-1 {
    padding-top: 4px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-1 {
    padding-right: 4px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-1 {
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-1 {
    padding-left: 4px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-2 {
    padding: 8px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-2 {
    padding-top: 8px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-2 {
    padding-right: 8px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-2 {
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-2 {
    padding-left: 8px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-3 {
    padding: 16px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-3 {
    padding-top: 16px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-3 {
    padding-right: 16px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-3 {
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-3 {
    padding-left: 16px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-4 {
    padding: 24px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-4 {
    padding-top: 24px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-4 {
    padding-right: 24px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-4 {
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-4 {
    padding-left: 24px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-5 {
    padding: 32px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-5 {
    padding-top: 32px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-5 {
    padding-right: 32px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-5 {
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-5 {
    padding-left: 32px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-6 {
    padding: 48px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-6 {
    padding-top: 48px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-6 {
    padding-right: 48px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-6 {
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-6 {
    padding-left: 48px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-7 {
    padding: 64px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-7 {
    padding-top: 64px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-7 {
    padding-right: 64px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-7 {
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-7 {
    padding-left: 64px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-7 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-7 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-8 {
    padding: 80px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-8 {
    padding-top: 80px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-8 {
    padding-right: 80px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-8 {
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-8 {
    padding-left: 80px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-9 {
    padding: 96px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-9 {
    padding-top: 96px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-9 {
    padding-right: 96px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-9 {
    padding-bottom: 96px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-9 {
    padding-left: 96px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-9 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-9 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1012px) {
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-1 {
    padding: 4px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-1 {
    padding-top: 4px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-1 {
    padding-right: 4px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-1 {
    padding-left: 4px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-2 {
    padding: 8px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-2 {
    padding-top: 8px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-2 {
    padding-right: 8px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-2 {
    padding-left: 8px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-3 {
    padding: 16px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-3 {
    padding-top: 16px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-3 {
    padding-right: 16px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-3 {
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-3 {
    padding-left: 16px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-4 {
    padding: 24px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-4 {
    padding-top: 24px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-4 {
    padding-right: 24px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-4 {
    padding-left: 24px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-5 {
    padding: 32px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-5 {
    padding-top: 32px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-5 {
    padding-right: 32px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-5 {
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-5 {
    padding-left: 32px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-6 {
    padding: 48px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-6 {
    padding-top: 48px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-6 {
    padding-right: 48px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-6 {
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-6 {
    padding-left: 48px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-7 {
    padding: 64px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-7 {
    padding-top: 64px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-7 {
    padding-right: 64px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-7 {
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-7 {
    padding-left: 64px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-7 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-7 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-8 {
    padding: 80px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-8 {
    padding-top: 80px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-8 {
    padding-right: 80px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-8 {
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-8 {
    padding-left: 80px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-9 {
    padding: 96px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-9 {
    padding-top: 96px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-9 {
    padding-right: 96px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-9 {
    padding-bottom: 96px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-9 {
    padding-left: 96px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-9 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-9 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1280px) {
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-1 {
    padding: 4px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-1 {
    padding-top: 4px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-1 {
    padding-right: 4px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-1 {
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-1 {
    padding-left: 4px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-2 {
    padding: 8px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-2 {
    padding-top: 8px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-2 {
    padding-right: 8px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-2 {
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-2 {
    padding-left: 8px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-3 {
    padding: 16px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-3 {
    padding-top: 16px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-3 {
    padding-right: 16px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-3 {
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-3 {
    padding-left: 16px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-4 {
    padding: 24px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-4 {
    padding-top: 24px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-4 {
    padding-right: 24px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-4 {
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-4 {
    padding-left: 24px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-5 {
    padding: 32px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-5 {
    padding-top: 32px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-5 {
    padding-right: 32px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-5 {
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-5 {
    padding-left: 32px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-6 {
    padding: 48px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-6 {
    padding-top: 48px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-6 {
    padding-right: 48px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-6 {
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-6 {
    padding-left: 48px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-7 {
    padding: 64px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-7 {
    padding-top: 64px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-7 {
    padding-right: 64px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-7 {
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-7 {
    padding-left: 64px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-7 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-7 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-8 {
    padding: 80px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-8 {
    padding-top: 80px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-8 {
    padding-right: 80px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-8 {
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-8 {
    padding-left: 80px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-9 {
    padding: 96px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-9 {
    padding-top: 96px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-9 {
    padding-right: 96px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-9 {
    padding-bottom: 96px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-9 {
    padding-left: 96px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-9 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-9 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, pt-6 pb-6, main,
audio, canvas, video {
  display: block;
}

.h1,
.editor-styles-wrapper h1,
.editor-styles-wrapper .h1,
.gutenberg-blocks .h1,
.gutenberg-blocks h1 {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px !important;
  line-height: 1.1;
  letter-spacing: -0.96px;
  margin-top: 0;
  margin-bottom: 18px;
}
.h1:last-child,
.editor-styles-wrapper h1:last-child,
.editor-styles-wrapper .h1:last-child,
.gutenberg-blocks .h1:last-child,
.gutenberg-blocks h1:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h1,
  .editor-styles-wrapper h1,
  .editor-styles-wrapper .h1,
  .gutenberg-blocks .h1,
  .gutenberg-blocks h1 {
    font-size: 48px !important;
  }
}

.h2,
.editor-styles-wrapper h2,
.editor-styles-wrapper .h2,
.gutenberg-blocks .h2,
.gutenberg-blocks h2 {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px !important;
  line-height: 1;
  letter-spacing: -0.96px;
  margin-top: 0;
  margin-bottom: 18px;
}
.h2:last-child,
.editor-styles-wrapper h2:last-child,
.editor-styles-wrapper .h2:last-child,
.gutenberg-blocks .h2:last-child,
.gutenberg-blocks h2:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h2,
  .editor-styles-wrapper h2,
  .editor-styles-wrapper .h2,
  .gutenberg-blocks .h2,
  .gutenberg-blocks h2 {
    font-size: 48px !important;
  }
}

.editor-styles-wrapper h2.wp-block-heading {
  font-size: 28px !important;
}
@media (min-width: 1012px) {
  .editor-styles-wrapper h2.wp-block-heading {
    font-size: 36px !important;
  }
}

.h3,
.editor-styles-wrapper h3,
.editor-styles-wrapper .h3,
.gutenberg-blocks .h3,
.gutenberg-blocks h3 {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px !important;
  line-height: 1.4;
  letter-spacing: -0.64px !important;
  margin-bottom: 18px;
  margin-top: 0;
}
.h3:last-child,
.editor-styles-wrapper h3:last-child,
.editor-styles-wrapper .h3:last-child,
.gutenberg-blocks .h3:last-child,
.gutenberg-blocks h3:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h3,
  .editor-styles-wrapper h3,
  .editor-styles-wrapper .h3,
  .gutenberg-blocks .h3,
  .gutenberg-blocks h3 {
    font-size: 32px !important;
  }
}

.h4,
.editor-styles-wrapper h4,
.editor-styles-wrapper .h4,
.gutenberg-blocks .h4,
.gutenberg-blocks h4 {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 1.4;
  letter-spacing: -0.48px;
  margin-bottom: 18px;
  margin-top: 0;
}
.h4:last-child,
.editor-styles-wrapper h4:last-child,
.editor-styles-wrapper .h4:last-child,
.gutenberg-blocks .h4:last-child,
.gutenberg-blocks h4:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h4,
  .editor-styles-wrapper h4,
  .editor-styles-wrapper .h4,
  .gutenberg-blocks .h4,
  .gutenberg-blocks h4 {
    font-size: 24px !important;
  }
}

.h5,
.editor-styles-wrapper h5,
.editor-styles-wrapper .h5,
.gutenberg-blocks .h5,
.gutenberg-blocks h5 {
  display: block;
  font-style: normal;
  font-weight: 500 !important;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 14px !important;
  font-style: normal;
  line-height: 1.2 !important;
  margin-bottom: 8px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px !important;
}
.h5:last-child,
.editor-styles-wrapper h5:last-child,
.editor-styles-wrapper .h5:last-child,
.gutenberg-blocks .h5:last-child,
.gutenberg-blocks h5:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h5,
  .editor-styles-wrapper h5,
  .editor-styles-wrapper .h5,
  .gutenberg-blocks .h5,
  .gutenberg-blocks h5 {
    font-size: 16px !important;
  }
}

.h6,
.editor-styles-wrapper h6,
.editor-styles-wrapper .h6,
.gutenberg-blocks .h6,
.gutenberg-blocks h6,
*.subheading,
.gutenberg-blocks *.subheading,
p.is-style-subheading,
.is-root-container *.is-style-subheading,
.is-root-container *.subheading,
.is-root-container .wp-block-heading.is-style-subheading,
.gutenberg-blocks .wp-block-heading.is-style-subheading {
  display: block;
  font-style: normal;
  font-weight: 500 !important;
  font-family: "proxima-nova", sans-serif !important;
  letter-spacing: 0.8px !important;
  font-size: 14px !important;
  font-style: normal;
  line-height: 1.2 !important;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 0;
}
.h6:last-child,
.editor-styles-wrapper h6:last-child,
.editor-styles-wrapper .h6:last-child,
.gutenberg-blocks .h6:last-child,
.gutenberg-blocks h6:last-child,
*.subheading:last-child,
.gutenberg-blocks *.subheading:last-child,
p.is-style-subheading:last-child,
.is-root-container *.is-style-subheading:last-child,
.is-root-container *.subheading:last-child,
.is-root-container .wp-block-heading.is-style-subheading:last-child,
.gutenberg-blocks .wp-block-heading.is-style-subheading:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h6,
  .editor-styles-wrapper h6,
  .editor-styles-wrapper .h6,
  .gutenberg-blocks .h6,
  .gutenberg-blocks h6,
  *.subheading,
  .gutenberg-blocks *.subheading,
  p.is-style-subheading,
  .is-root-container *.is-style-subheading,
  .is-root-container *.subheading,
  .is-root-container .wp-block-heading.is-style-subheading,
  .gutenberg-blocks .wp-block-heading.is-style-subheading {
    font-size: 16px !important;
  }
}

.editor-styles-wrapper .wp-block-heading.has-x-large-font-size,
.gutenberg-blocks .wp-block-heading.has-x-large-font-size {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px !important;
  line-height: 1.1;
  letter-spacing: -0.96px;
  margin-top: 0;
  margin-bottom: 18px;
}
.editor-styles-wrapper .wp-block-heading.has-x-large-font-size:last-child,
.gutenberg-blocks .wp-block-heading.has-x-large-font-size:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .editor-styles-wrapper .wp-block-heading.has-x-large-font-size,
  .gutenberg-blocks .wp-block-heading.has-x-large-font-size {
    font-size: 48px !important;
  }
}
@media (max-width: 1011px) {
  .editor-styles-wrapper .wp-block-heading.has-x-large-font-size,
  .gutenberg-blocks .wp-block-heading.has-x-large-font-size {
    font-size: 64px !important;
  }
}
@media (min-width: 1012px) {
  .editor-styles-wrapper .wp-block-heading.has-x-large-font-size,
  .gutenberg-blocks .wp-block-heading.has-x-large-font-size {
    font-size: 70px !important;
  }
}
.editor-styles-wrapper .wp-block-heading.has-large-font-size,
.gutenberg-blocks .wp-block-heading.has-large-font-size {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px !important;
  line-height: 1.1;
  letter-spacing: -0.96px;
  margin-top: 0;
  margin-bottom: 18px;
}
.editor-styles-wrapper .wp-block-heading.has-large-font-size:last-child,
.gutenberg-blocks .wp-block-heading.has-large-font-size:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .editor-styles-wrapper .wp-block-heading.has-large-font-size,
  .gutenberg-blocks .wp-block-heading.has-large-font-size {
    font-size: 48px !important;
  }
}
.editor-styles-wrapper .wp-block-heading.has-medium-font-size,
.gutenberg-blocks .wp-block-heading.has-medium-font-size {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px !important;
  line-height: 1.4;
  letter-spacing: -0.64px !important;
  margin-bottom: 18px;
  margin-top: 0;
}
.editor-styles-wrapper .wp-block-heading.has-medium-font-size:last-child,
.gutenberg-blocks .wp-block-heading.has-medium-font-size:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .editor-styles-wrapper .wp-block-heading.has-medium-font-size,
  .gutenberg-blocks .wp-block-heading.has-medium-font-size {
    font-size: 32px !important;
  }
}
.editor-styles-wrapper .wp-block-heading.has-small-font-size,
.gutenberg-blocks .wp-block-heading.has-small-font-size {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 1.4;
  letter-spacing: -0.48px;
  margin-bottom: 18px;
  margin-top: 0;
}
.editor-styles-wrapper .wp-block-heading.has-small-font-size:last-child,
.gutenberg-blocks .wp-block-heading.has-small-font-size:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .editor-styles-wrapper .wp-block-heading.has-small-font-size,
  .gutenberg-blocks .wp-block-heading.has-small-font-size {
    font-size: 24px !important;
  }
}

.wp-block-heading s {
  text-decoration: underline;
  text-decoration-color: #006BED;
}

.is-style-subheading + .wp-block-heading {
  margin-top: 24px;
}

.wp-block-heading.is-style-has-accent:before {
  content: "";
  width: 80px;
  height: 1px;
  display: block;
  margin: 0 0 32px;
  background: #4AC7EB;
}

@media (min-width: 1012px) {
  .gutenberg-blocks .wp-block-heading.is-style-large-alt {
    font-size: 108px !important;
  }
}

.gutenberg-blocks p,
.editor-styles-wrapper p,
.para {
  font-family: "proxima-nova", sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 18px;
  letter-spacing: -0.36px;
  margin-top: 0;
}
.gutenberg-blocks p a,
.editor-styles-wrapper p a,
.para a {
  color: currentColor;
  text-decoration: underline;
  text-decoration-color: #006BED;
}
@media (min-width: 1012px) {
  .gutenberg-blocks p,
  .editor-styles-wrapper p,
  .para {
    font-size: 16px;
  }
}
.gutenberg-blocks p:last-child,
.editor-styles-wrapper p:last-child,
.para:last-child {
  margin-bottom: 0;
}

.p-xlg,
p.has-x-large-font-size,
li.has-x-large-font-size,
ul.has-x-large-font-size,
ol.has-x-large-font-size,
.editor-styles-wrapper p.has-x-large-font-size,
.editor-styles-wrapper li.has-x-large-font-size {
  font-size: 20px !important;
}
@media (min-width: 1012px) {
  .p-xlg,
  p.has-x-large-font-size,
  li.has-x-large-font-size,
  ul.has-x-large-font-size,
  ol.has-x-large-font-size,
  .editor-styles-wrapper p.has-x-large-font-size,
  .editor-styles-wrapper li.has-x-large-font-size {
    font-size: 24px !important;
  }
}

.p-lg,
p.has-large-font-size,
li.has-large-font-size,
ul.has-large-font-size,
ol.has-large-font-size,
.editor-styles-wrapper p.has-large-font-size,
.editor-styles-wrapper li.has-large-font-size,
.editor-styles-wrapper ul.has-large-font-size,
.editor-styles-wrapper ol.has-large-font-size {
  font-size: 18px !important;
  letter-spacing: -0.48px;
}
@media (min-width: 1012px) {
  .p-lg,
  p.has-large-font-size,
  li.has-large-font-size,
  ul.has-large-font-size,
  ol.has-large-font-size,
  .editor-styles-wrapper p.has-large-font-size,
  .editor-styles-wrapper li.has-large-font-size,
  .editor-styles-wrapper ul.has-large-font-size,
  .editor-styles-wrapper ol.has-large-font-size {
    font-size: 20px !important;
  }
}

p.has-medium-font-size,
ul.has-medium-font-size,
ol.has-medium-font-size,
li.has-medium-font-size,
.editor-styles-wrapper p.has-medium-font-size,
.editor-styles-wrapper ul.has-medium-font-size,
.editor-styles-wrapper ol.has-medium-font-size,
.editor-styles-wrapper li.has-medium-font-size {
  font-size: 16px !important;
}
@media (min-width: 1012px) {
  p.has-medium-font-size,
  ul.has-medium-font-size,
  ol.has-medium-font-size,
  li.has-medium-font-size,
  .editor-styles-wrapper p.has-medium-font-size,
  .editor-styles-wrapper ul.has-medium-font-size,
  .editor-styles-wrapper ol.has-medium-font-size,
  .editor-styles-wrapper li.has-medium-font-size {
    font-size: 16px !important;
  }
}

.p-sm,
p.has-small-font-size,
li.has-small-font-size,
ul.has-small-font-size,
ol.has-small-font-size,
.editor-styles-wrapper p.has-small-font-size,
.editor-styles-wrapper li.has-small-font-size,
.editor-styles-wrapper ul.has-small-font-size,
.editor-styles-wrapper ol.has-small-font-size {
  font-size: 14px !important;
}
@media (min-width: 1012px) {
  .p-sm,
  p.has-small-font-size,
  li.has-small-font-size,
  ul.has-small-font-size,
  ol.has-small-font-size,
  .editor-styles-wrapper p.has-small-font-size,
  .editor-styles-wrapper li.has-small-font-size,
  .editor-styles-wrapper ul.has-small-font-size,
  .editor-styles-wrapper ol.has-small-font-size {
    font-size: 14px !important;
  }
}

.font-mono {
  font-family: monospace;
}

p.is-style-medium-width span {
  display: block;
  max-width: 880px;
}
p.is-style-medium-width.has-text-align-center span {
  margin-left: auto;
  margin-right: auto;
}

p.is-style-narrow-width span {
  display: block;
  max-width: 680px;
}
p.is-style-narrow-width.has-text-align-center span {
  margin-left: auto;
  margin-right: auto;
}

p.is-style-bulleted {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
}
@media (min-width: 768px) {
  p.is-style-bulleted {
    margin-left: auto;
    max-width: 272px;
  }
}
p.is-style-bulleted:before {
  content: "";
  display: block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
  background: #006BED;
  display: block;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
@media (min-width: 768px) {
  p.is-style-bulleted:before {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
p.is-style-bulleted a {
  color: currentColor !important;
  text-decoration: underline;
  text-decoration-color: #006BED;
}

.wp-block-heading.is-style-bulleted {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-block-heading.is-style-bulleted:before {
  content: "";
  display: block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
  background: #006BED;
  display: block;
}
.wp-block-heading.is-style-bulleted a {
  color: #006BED;
}

.is-root-container p.is-style-medium-width {
  max-width: 60%;
  margin-left: 5% !important;
}

.rte b, .rte strong,
b, strong {
  font-weight: 600 !important;
}

.wp-block-group > ul,
.gutenberg-blocks > ul,
.rte > ul {
  margin-top: 18px;
  margin-bottom: 18px;
}
.wp-block-group ul:not([class]),
.gutenberg-blocks ul:not([class]),
.rte ul:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 8px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.gutenberg-blocks .rte ul:not([class]) {
  list-style: none;
}

.is-root-container ul:not([class]) {
  margin-top: 18px;
  margin-bottom: 18px;
}

p.is-style-thin {
  max-width: 840px !important;
}
p.is-style-thin.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

p.is-style-x-thin {
  max-width: 560px !important;
}
p.is-style-x-thin.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-heading.is-style-width-medium span {
  max-width: 980px !important;
  display: block;
}

.wp-block-heading.is-style-width-medium.has-text-align-center span,
.wp-block-heading.is-style-width-small.has-text-align-center span {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-heading.is-style-width-small span {
  display: block;
  max-width: 748px !important;
}

.js-split-text {
  display: block;
  overflow-y: hidden;
  width: 100%;
}

.letter {
  display: inline-block;
  line-height: 1.15;
}

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

.btn,
.wp-block-button__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 231px;
  width: 231px;
  height: 48px;
  border-radius: 0;
  text-align: center;
  width: auto;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  -webkit-transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.btn:hover,
.wp-block-button__link:hover {
  cursor: pointer;
  color: #ffffff;
  background: #006BED;
  border-color: #006BED;
}
.btn:hover svg,
.btn:hover box-icon,
.wp-block-button__link:hover svg,
.wp-block-button__link:hover box-icon {
  -webkit-transform: translate3d(3px, 0, 0);
          transform: translate3d(3px, 0, 0);
}
.btn[disabled],
.wp-block-button__link[disabled] {
  opacity: 0.2;
  pointer-events: none;
}

.btn-hover {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.btn-hover > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  white-space: nowrap;
  text-align: center;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 2;
}

@-webkit-keyframes noise-anim {
  0% {
    clip: rect(61px, 1000px, 100px, 0);
  }
  5% {
    clip: rect(69px, 1000px, 3px, 0);
  }
  10% {
    clip: rect(59px, 1000px, 81px, 0);
  }
  15% {
    clip: rect(63px, 1000px, 31px, 0);
  }
  20% {
    clip: rect(85px, 1000px, 21px, 0);
  }
  25% {
    clip: rect(64px, 1000px, 25px, 0);
  }
  30% {
    clip: rect(3px, 1000px, 25px, 0);
  }
  35% {
    clip: rect(89px, 1000px, 25px, 0);
  }
  40% {
    clip: rect(22px, 1000px, 19px, 0);
  }
  45% {
    clip: rect(88px, 1000px, 10px, 0);
  }
  50% {
    clip: rect(54px, 1000px, 19px, 0);
  }
  55% {
    clip: rect(12px, 1000px, 58px, 0);
  }
  60% {
    clip: rect(44px, 1000px, 71px, 0);
  }
  65% {
    clip: rect(57px, 1000px, 51px, 0);
  }
  70% {
    clip: rect(83px, 1000px, 34px, 0);
  }
  75% {
    clip: rect(36px, 1000px, 66px, 0);
  }
  80% {
    clip: rect(27px, 1000px, 74px, 0);
  }
  85% {
    clip: rect(64px, 1000px, 2px, 0);
  }
  90% {
    clip: rect(35px, 1000px, 71px, 0);
  }
  95% {
    clip: rect(65px, 1000px, 47px, 0);
  }
  100% {
    clip: rect(87px, 1000px, 72px, 0);
  }
}

@keyframes noise-anim {
  0% {
    clip: rect(61px, 1000px, 100px, 0);
  }
  5% {
    clip: rect(69px, 1000px, 3px, 0);
  }
  10% {
    clip: rect(59px, 1000px, 81px, 0);
  }
  15% {
    clip: rect(63px, 1000px, 31px, 0);
  }
  20% {
    clip: rect(85px, 1000px, 21px, 0);
  }
  25% {
    clip: rect(64px, 1000px, 25px, 0);
  }
  30% {
    clip: rect(3px, 1000px, 25px, 0);
  }
  35% {
    clip: rect(89px, 1000px, 25px, 0);
  }
  40% {
    clip: rect(22px, 1000px, 19px, 0);
  }
  45% {
    clip: rect(88px, 1000px, 10px, 0);
  }
  50% {
    clip: rect(54px, 1000px, 19px, 0);
  }
  55% {
    clip: rect(12px, 1000px, 58px, 0);
  }
  60% {
    clip: rect(44px, 1000px, 71px, 0);
  }
  65% {
    clip: rect(57px, 1000px, 51px, 0);
  }
  70% {
    clip: rect(83px, 1000px, 34px, 0);
  }
  75% {
    clip: rect(36px, 1000px, 66px, 0);
  }
  80% {
    clip: rect(27px, 1000px, 74px, 0);
  }
  85% {
    clip: rect(64px, 1000px, 2px, 0);
  }
  90% {
    clip: rect(35px, 1000px, 71px, 0);
  }
  95% {
    clip: rect(65px, 1000px, 47px, 0);
  }
  100% {
    clip: rect(87px, 1000px, 72px, 0);
  }
}
@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(17px, 1000px, 7px, 0);
  }
  5% {
    clip: rect(65px, 1000px, 79px, 0);
  }
  10% {
    clip: rect(46px, 1000px, 13px, 0);
  }
  15% {
    clip: rect(12px, 1000px, 25px, 0);
  }
  20% {
    clip: rect(12px, 1000px, 93px, 0);
  }
  25% {
    clip: rect(27px, 1000px, 77px, 0);
  }
  30% {
    clip: rect(69px, 1000px, 25px, 0);
  }
  35% {
    clip: rect(73px, 1000px, 40px, 0);
  }
  40% {
    clip: rect(91px, 1000px, 21px, 0);
  }
  45% {
    clip: rect(15px, 1000px, 77px, 0);
  }
  50% {
    clip: rect(58px, 1000px, 8px, 0);
  }
  55% {
    clip: rect(73px, 1000px, 42px, 0);
  }
  60% {
    clip: rect(46px, 1000px, 62px, 0);
  }
  65% {
    clip: rect(30px, 1000px, 58px, 0);
  }
  70% {
    clip: rect(37px, 1000px, 74px, 0);
  }
  75% {
    clip: rect(62px, 1000px, 25px, 0);
  }
  80% {
    clip: rect(90px, 1000px, 88px, 0);
  }
  85% {
    clip: rect(66px, 1000px, 6px, 0);
  }
  90% {
    clip: rect(81px, 1000px, 35px, 0);
  }
  95% {
    clip: rect(36px, 1000px, 53px, 0);
  }
  100% {
    clip: rect(76px, 1000px, 45px, 0);
  }
}
@keyframes noise-anim-2 {
  0% {
    clip: rect(17px, 1000px, 7px, 0);
  }
  5% {
    clip: rect(65px, 1000px, 79px, 0);
  }
  10% {
    clip: rect(46px, 1000px, 13px, 0);
  }
  15% {
    clip: rect(12px, 1000px, 25px, 0);
  }
  20% {
    clip: rect(12px, 1000px, 93px, 0);
  }
  25% {
    clip: rect(27px, 1000px, 77px, 0);
  }
  30% {
    clip: rect(69px, 1000px, 25px, 0);
  }
  35% {
    clip: rect(73px, 1000px, 40px, 0);
  }
  40% {
    clip: rect(91px, 1000px, 21px, 0);
  }
  45% {
    clip: rect(15px, 1000px, 77px, 0);
  }
  50% {
    clip: rect(58px, 1000px, 8px, 0);
  }
  55% {
    clip: rect(73px, 1000px, 42px, 0);
  }
  60% {
    clip: rect(46px, 1000px, 62px, 0);
  }
  65% {
    clip: rect(30px, 1000px, 58px, 0);
  }
  70% {
    clip: rect(37px, 1000px, 74px, 0);
  }
  75% {
    clip: rect(62px, 1000px, 25px, 0);
  }
  80% {
    clip: rect(90px, 1000px, 88px, 0);
  }
  85% {
    clip: rect(66px, 1000px, 6px, 0);
  }
  90% {
    clip: rect(81px, 1000px, 35px, 0);
  }
  95% {
    clip: rect(36px, 1000px, 53px, 0);
  }
  100% {
    clip: rect(76px, 1000px, 45px, 0);
  }
}
@-webkit-keyframes flicker {
  0% {
    clip: rect(77px, 1000px, 70px, 0);
  }
  5% {
    clip: rect(64px, 1000px, 14px, 0);
  }
  10% {
    clip: rect(58px, 1000px, 44px, 0);
  }
  15% {
    clip: rect(61px, 1000px, 9px, 0);
  }
  20% {
    clip: rect(58px, 1000px, 43px, 0);
  }
  25% {
    clip: rect(45px, 1000px, 27px, 0);
  }
  30% {
    clip: rect(10px, 1000px, 73px, 0);
  }
  35% {
    clip: rect(22px, 1000px, 90px, 0);
  }
  40% {
    clip: rect(77px, 1000px, 26px, 0);
  }
  45% {
    clip: rect(69px, 1000px, 95px, 0);
  }
  50% {
    clip: rect(74px, 1000px, 2px, 0);
  }
  55% {
    clip: rect(35px, 1000px, 85px, 0);
  }
  60% {
    clip: rect(42px, 1000px, 41px, 0);
  }
  65% {
    clip: rect(86px, 1000px, 10px, 0);
  }
  70% {
    clip: rect(78px, 1000px, 96px, 0);
  }
  75% {
    clip: rect(69px, 1000px, 91px, 0);
  }
  80% {
    clip: rect(90px, 1000px, 29px, 0);
  }
  85% {
    clip: rect(18px, 1000px, 93px, 0);
  }
  90% {
    clip: rect(57px, 1000px, 72px, 0);
  }
  95% {
    clip: rect(13px, 1000px, 80px, 0);
  }
  100% {
    clip: rect(50px, 1000px, 40px, 0);
  }
}
@keyframes flicker {
  0% {
    clip: rect(77px, 1000px, 70px, 0);
  }
  5% {
    clip: rect(64px, 1000px, 14px, 0);
  }
  10% {
    clip: rect(58px, 1000px, 44px, 0);
  }
  15% {
    clip: rect(61px, 1000px, 9px, 0);
  }
  20% {
    clip: rect(58px, 1000px, 43px, 0);
  }
  25% {
    clip: rect(45px, 1000px, 27px, 0);
  }
  30% {
    clip: rect(10px, 1000px, 73px, 0);
  }
  35% {
    clip: rect(22px, 1000px, 90px, 0);
  }
  40% {
    clip: rect(77px, 1000px, 26px, 0);
  }
  45% {
    clip: rect(69px, 1000px, 95px, 0);
  }
  50% {
    clip: rect(74px, 1000px, 2px, 0);
  }
  55% {
    clip: rect(35px, 1000px, 85px, 0);
  }
  60% {
    clip: rect(42px, 1000px, 41px, 0);
  }
  65% {
    clip: rect(86px, 1000px, 10px, 0);
  }
  70% {
    clip: rect(78px, 1000px, 96px, 0);
  }
  75% {
    clip: rect(69px, 1000px, 91px, 0);
  }
  80% {
    clip: rect(90px, 1000px, 29px, 0);
  }
  85% {
    clip: rect(18px, 1000px, 93px, 0);
  }
  90% {
    clip: rect(57px, 1000px, 72px, 0);
  }
  95% {
    clip: rect(13px, 1000px, 80px, 0);
  }
  100% {
    clip: rect(50px, 1000px, 40px, 0);
  }
}
@-webkit-keyframes text-flicker {
  0% {
    opacity: 0.6;
    text-shadow: 0px 0px 29px rgb(242, 22, 22);
  }
  2% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgb(242, 22, 22);
  }
  12% {
    opacity: 0.2;
    text-shadow: 0px 0px rgb(242, 22, 22);
  }
  40% {
    opacity: 0.8;
    text-shadow: 0px 0px 29px rgb(242, 22, 22);
  }
  60% {
    opacity: 0.4;
    text-shadow: 0px 0px 29px rgb(242, 22, 22);
  }
  70% {
    opacity: 0.7;
    text-shadow: 0px 0px 29px rgb(242, 22, 22);
  }
  72% {
    opacity: 0;
    text-shadow: 0px 0px 29px rgb(242, 22, 22);
  }
  77% {
    opacity: 0.9;
    text-shadow: 0px 0px 29px rgb(242, 22, 22);
  }
  100% {
    opacity: 0.9;
    text-shadow: 0px 0px 29px rgb(242, 22, 22);
  }
}
@keyframes text-flicker {
  0% {
    opacity: 0.6;
    text-shadow: 0px 0px 29px rgb(242, 22, 22);
  }
  2% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgb(242, 22, 22);
  }
  12% {
    opacity: 0.2;
    text-shadow: 0px 0px rgb(242, 22, 22);
  }
  40% {
    opacity: 0.8;
    text-shadow: 0px 0px 29px rgb(242, 22, 22);
  }
  60% {
    opacity: 0.4;
    text-shadow: 0px 0px 29px rgb(242, 22, 22);
  }
  70% {
    opacity: 0.7;
    text-shadow: 0px 0px 29px rgb(242, 22, 22);
  }
  72% {
    opacity: 0;
    text-shadow: 0px 0px 29px rgb(242, 22, 22);
  }
  77% {
    opacity: 0.9;
    text-shadow: 0px 0px 29px rgb(242, 22, 22);
  }
  100% {
    opacity: 0.9;
    text-shadow: 0px 0px 29px rgb(242, 22, 22);
  }
}
.btn-hover > span:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 #006BED;
  top: 0;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
  display: none;
}
.btn-hover > span:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
  display: none;
}

.btn-hover:hover .flicker {
  -webkit-animation: text-flicker 1s linear 1;
          animation: text-flicker 1s linear 1;
}
.btn-hover:hover span:before, .btn-hover:hover span:after {
  display: block;
}

.icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.icon-link svg {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.icon-link span {
  display: block;
}
.icon-link span + svg {
  margin-left: 12px;
}
.icon-link svg:first-child {
  margin-right: 12px;
}

a.icon-link {
  font-weight: 500;
}
a.icon-link:hover span + svg {
  -webkit-transform: translate3d(3px, 0, 0);
          transform: translate3d(3px, 0, 0);
}
a.icon-link:hover svg:first-child {
  -webkit-transform: translate3d(-3px, 0, 0);
          transform: translate3d(-3px, 0, 0);
}

.rte .link,
a.link {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-bottom: 4px;
  text-decoration: none;
  font-weight: 500;
  color: #006BED;
}
.rte .link:after,
a.link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #006BED;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.rte .link.text-white,
a.link.text-white {
  color: #ffffff;
}
.rte .link.text-white:after,
a.link.text-white:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #ffffff;
}
.rte .link:hover,
a.link:hover {
  text-decoration: none;
  opacity: 1;
}
.rte .link:hover:after,
a.link:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.noTouch .tel,
.noTouch .tel:hover {
  cursor: text;
}

html,
body {
  background: #000000;
  font-size: 62.5%;
}

body {
  background: #000000;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
body.page-ready {
  opacity: 1;
}
body.fade-out {
  opacity: 0;
}
body.fade-out.page-ready {
  opacity: 1 !important;
}

body,
input,
button,
select,
textarea {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #ffffff;
}
@media (min-width: 768px) {
  body,
  input,
  button,
  select,
  textarea {
    font-size: 16px;
  }
}

main#primary {
  min-height: calc(100vh - 146px);
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
a[href^="tel:"]:hover {
  cursor: default;
}

[data-scroll-to],
[data-click-target],
[data-click] {
  cursor: pointer;
}

img,
video {
  height: auto;
  max-width: 100%;
  display: block;
}

figure,
img {
  margin: 0;
  padding: 0;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

picture > * {
  width: 100%;
  height: auto;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #474747;
}

address {
  font-style: normal !important;
}

.wrapper {
  width: 92%;
  margin: 0 auto;
  max-width: 1248px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
}

.wrapper-md {
  width: 92%;
  margin: 0 auto;
  max-width: 1248px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
  max-width: 1032px;
}

.wrapper-wide {
  width: 92%;
  margin: 0 auto;
  max-width: 1248px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
  max-width: 1520px;
}

.wrapper-thin {
  width: 92%;
  margin: 0 auto;
  max-width: 1248px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
  max-width: 812px;
}

.wrapper-sm {
  width: 92%;
  margin: 0 auto;
  max-width: 1248px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
  max-width: 600px;
}

.wrapper-full {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.wrapper-after-md {
  width: 100%;
}
@media (min-width: 768px) {
  .wrapper-after-md {
    width: 92%;
    margin: 0 auto;
    max-width: 1248px;
    -webkit-transition: max-width 0.4s ease;
    transition: max-width 0.4s ease;
    max-width: 1248px;
  }
}

@media (max-width: 767px) {
  .wrapper-before-md {
    width: 92%;
    margin: 0 auto;
    max-width: 1248px;
    -webkit-transition: max-width 0.4s ease;
    transition: max-width 0.4s ease;
  }
}

.mb-7 {
  margin-bottom: 80px;
}
@media (min-width: 1012px) {
  .mb-7 {
    margin-bottom: 120px;
  }
}

.mt-7 {
  margin-top: 80px;
}
@media (min-width: 1012px) {
  .mt-7 {
    margin-top: 120px;
  }
}

.my-7 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 1012px) {
  .my-7 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.py-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 1012px) {
  .py-7 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.pt-7 {
  padding-top: 70px;
}
@media (min-width: 1012px) {
  .pt-7 {
    padding-top: 90px;
  }
}

.my-8 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 1012px) {
  .my-8 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
}

.py-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1012px) {
  .py-8 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.pt-8 {
  padding-top: 80px;
}
@media (min-width: 1012px) {
  .pt-8 {
    padding-top: 120px;
  }
}

.pb-8 {
  padding-bottom: 80px;
}
@media (min-width: 1012px) {
  .pb-8 {
    padding-bottom: 120px;
  }
}

.my-9 {
  margin-top: 180px;
  margin-bottom: 180px;
}
@media (min-width: 1012px) {
  .my-9 {
    margin-top: 220px;
    margin-bottom: 220px;
  }
}

.py-9 {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media (min-width: 1012px) {
  .py-9 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}

.mt-9 {
  margin-top: 220px;
}

.site-header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  color: #ffffff;
  background: transparent;
  -webkit-transition: opacity 0.4s ease, background 0.4s ease;
  transition: opacity 0.4s ease, background 0.4s ease;
}
.site-header .wrapper-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 92px;
  padding: 0;
  max-width: 1800px;
}

.site-header--simple {
  position: absolute;
}
.site-header--simple .wrapper-wide {
  height: 92px;
}
@media (min-width: 1012px) {
  .site-header--simple .wrapper-wide {
    height: 110px;
  }
}
.site-header--simple .site-branding {
  width: 186px;
  margin: 0 auto;
}
@media (min-width: 1012px) {
  .site-header--simple .site-branding {
    width: 248px;
  }
}
.site-header--simple .site-branding:after {
  display: none;
}
.site-header--simple .site-branding a {
  display: block;
  max-width: 100%;
}
@media (min-width: 960px) {
  .site-header--simple .site-branding {
    margin-left: auto;
  }
}

body .gutenberg-blocks .wp-block-cover:first-child h1.wp-block-heading {
  text-align: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
body .site-header--simple {
  display: none;
}
body .site-header--simple .wrapper-wide {
  height: 100px;
}
@media (min-width: 1012px) {
  body .site-header--simple .wrapper-wide {
    height: 180px;
  }
}
body .site-header--simple .site-branding {
  width: 186px;
}
@media (min-width: 1012px) {
  body .site-header--simple .site-branding {
    width: 328px;
  }
}

body.is-sticky .site-header {
  opacity: 0;
  pointer-events: none;
}
body.is-sticky.scrolling-up .site-header {
  opacity: 1;
  pointer-events: inherit;
  background: #000000;
}

.site-branding {
  width: 40px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.site-branding:after {
  content: "";
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 68%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-100%, -100%, 0);
          transform: translate3d(-100%, -100%, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  pointer-events: none;
}
.site-branding:hover:after {
  -webkit-transform: translate3d(100%, 100%, 0);
          transform: translate3d(100%, 100%, 0);
}
.site-branding a {
  display: block;
  max-width: 40px;
}
@media (min-width: 960px) {
  .site-branding {
    margin-left: 0;
  }
}

.desktop-navigation {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
@media (max-width: 959px) {
  .desktop-navigation {
    display: none;
  }
}
.desktop-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.desktop-navigation ul li {
  margin: 0 12px;
}
@media (min-width: 1280px) {
  .desktop-navigation ul li {
    margin: 0 16px;
  }
}
.desktop-navigation ul li.disabled, .desktop-navigation ul li.disabled a {
  pointer-events: none;
  opacity: 0.6;
}
.desktop-navigation li.st-jude a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.desktop-navigation li.st-jude a:after {
  content: "";
  display: block;
  width: 25px;
  height: 16px;
  margin-left: 6px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background: url("./images/st-jude.svg") center/cover no-repeat;
}
.desktop-navigation a {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 0;
  letter-spacing: 0.02em;
}
.desktop-navigation a.external-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.desktop-navigation a.external-link:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background: url("./images/svgs/external.svg") center/cover no-repeat;
}
.desktop-navigation a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #006BED;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.desktop-navigation a:hover:before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.desktop-navigation li.current-menu-item a:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.desktop-navigation .menu-item-has-children {
  position: relative;
}
.desktop-navigation .menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.desktop-navigation .menu-item-has-children > a svg {
  width: 18px;
  min-width: 18px;
  margin-left: 6px;
  fill: #ffffff;
}

.desktop-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  color: #ffffff;
  display: block;
  min-width: 200px;
  padding: 12px 0;
  display: none;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.desktop-navigation .sub-menu li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.desktop-navigation .sub-menu li + li {
  margin: 0 0 4px 0 !important;
}
.desktop-navigation .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 8px 12px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.desktop-navigation .sub-menu a:before {
  display: none;
}
.desktop-navigation .sub-menu a:hover {
  opacity: 0.6;
}
.desktop-navigation .sub-menu:hover {
  display: block;
}

.desktop-navigation .menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  padding: 0 4%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 54px;
  color: #ffffff;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
}

.burger {
  display: block;
  position: relative;
  width: 35px;
  height: 19px;
}
.burger span {
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  -webkit-transition: top 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: top 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.mt-t {
  top: 0;
}

.mt-m {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.mt-b {
  top: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

body:not(.menu-is-open) .burger:hover span {
  -webkit-transform: scaleX(0.7);
          transform: scaleX(0.7);
}

body.menu-is-open .mt-t {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg) scaleX(0.8);
          transform: translate3d(0, -50%, 0) rotate(45deg) scaleX(0.8);
}
body.menu-is-open .mt-m {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) scaleX(0);
          transform: translate3d(0, -50%, 0) scaleX(0);
}
body.menu-is-open .mt-b {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg) scaleX(0.8);
          transform: translate3d(0, -50%, 0) rotate(-45deg) scaleX(0.8);
}
body.menu-is-open .burger:hover span {
  -webkit-transform: scaleX(0.7);
          transform: scaleX(0.7);
}

body.logged-in.admin-bar #wpadminbar {
  position: fixed;
}
body.logged-in.admin-bar #wpadminbar #wp-admin-bar-search {
  display: none !important;
}
body.logged-in.admin-bar #wpadminbar input[type=submit] {
  border: none !important;
  background: transparent !important;
  text-align: left !important;
}
body.logged-in.admin-bar .site-header {
  top: 46px;
}
body.logged-in.admin-bar .navigation-drawer {
  top: 112px;
}
@media (min-width: 783px) {
  body.logged-in.admin-bar .site-header {
    top: 32px;
  }
  body.logged-in.admin-bar .navigation-drawer {
    top: 98px;
  }
}

.navigation-drawer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  top: 92px;
  left: 0;
  z-index: 7;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  overflow-y: auto;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (min-width: 960px) {
  .navigation-drawer {
    display: none;
  }
}
.navigation-drawer > * {
  overflow: hidden;
  min-height: calc(100% - 66px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 65px;
}
.navigation-drawer > * > ul {
  margin: 48px 4%;
  text-align: center;
}
@media (min-width: 960px) {
  .navigation-drawer > * > ul {
    margin-left: auto;
    margin-right: auto;
    width: 480px;
  }
}
.navigation-drawer > * > ul li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navigation-drawer > * > ul li.disabled, .navigation-drawer > * > ul li.disabled a {
  pointer-events: none;
  opacity: 0.6;
}
.navigation-drawer a {
  font-weight: 400;
  display: block;
  padding: 6px 0;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-transition: color 0.4s ease, opacity 0.4s ease;
  transition: color 0.4s ease, opacity 0.4s ease;
}
.navigation-drawer a.external-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navigation-drawer a.external-link:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background: url("./images/svgs/external.svg") center/cover no-repeat;
}
@media (min-width: 768px) {
  .navigation-drawer a {
    font-size: 24px;
  }
}
.navigation-drawer a:hover {
  opacity: 0.6;
}
.navigation-drawer li.current-menu-item a {
  color: #006BED;
}

body.menu-is-open {
  overflow: hidden;
}
body.menu-is-open .site-header {
  background: #000000;
}
body.menu-is-open .navigation-drawer {
  opacity: 1;
  pointer-events: inherit;
}
body.menu-is-open .navigation-screen {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}
body.menu-is-open .navigation-screen:hover {
  cursor: crosshair;
}

li.menu-item {
  border-radius: 0;
  padding: 0;
  border: none;
}
li.menu-item:hover {
  background: transparent;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 544px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1012px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
.gutter {
  margin-right: -16px;
  margin-left: -16px;
}
.gutter > [class*=col-] {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
  width: calc(100% + 48px);
}
.grid > [class*=col-] {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.flex-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.flex-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

*[data-animate-in=up] {
  opacity: 0;
  -webkit-transform: translate3d(0, 24px, 0);
          transform: translate3d(0, 24px, 0);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
*[data-animate-in=up].in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

*[data-animate-in=up-slow] {
  opacity: 0;
  -webkit-transform: translate3d(0, 24px, 0);
          transform: translate3d(0, 24px, 0);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 0.4s ease-out;
  transition: transform 1s ease-out, opacity 0.4s ease-out, -webkit-transform 1s ease-out;
}
*[data-animate-in=up-slow].in-view {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

*[data-animate-in=fade] {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
*[data-animate-in=fade].in-view {
  opacity: 1;
}

*[data-animate-in=fade-slow] {
  opacity: 0;
  -webkit-transition: opacity 1.6s ease-out;
  transition: opacity 1.6s ease-out;
}
*[data-animate-in=fade-slow].in-view {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}

*[data-animate-in=left] {
  opacity: 0;
  -webkit-transform: translate3d(-12x, 0, 0);
          transform: translate3d(-12x, 0, 0);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.6s ease-out;
  transition: transform 0.3s ease-out, opacity 0.6s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
*[data-animate-in=left].in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

*[data-animate-in=right] {
  opacity: 0;
  -webkit-transform: translate3d(12px, 0, 0);
          transform: translate3d(12px, 0, 0);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.6s ease-out;
  transition: transform 0.3s ease-out, opacity 0.6s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
*[data-animate-in=right].in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.banner {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 120px 0;
  min-height: 500px;
}
@media (min-width: 1012px) {
  .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 780px;
    padding: 120px 0;
  }
}
@media (min-width: 1012px) and (min-height: 680px) {
  .banner {
    min-height: 100vh;
  }
}

.banner__content {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (max-width: 1011px) {
  .banner__content {
    -webkit-transform: none !important;
            transform: none !important;
    padding: 48px 0;
  }
}
.banner__content .rte {
  max-width: 600px;
}

.banner--right .banner__content .wrapper > div {
  max-width: 600px;
  margin-left: auto;
}

.banner--center .banner__content .wrapper > div {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.banner--center {
  padding: 120px 0;
  min-height: 500px;
}
@media (min-width: 1012px) {
  .banner--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 700px;
    padding: 120px 0;
  }
}

.banner__img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1011px) {
  .banner__img {
    -webkit-transform: none !important;
            transform: none !important;
    padding-bottom: 92%;
    height: 0;
  }
}
@media (min-width: 1012px) {
  .banner__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.banner__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-width: 1011px) {
  .banner--para.banner--img-left {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .banner--para.banner--img-left .banner__img img {
    width: 60%;
    height: 100%;
  }
}
@media (min-width: 1012px) {
  .banner--para.banner--img-left .banner__img {
    width: 100%;
  }
  .banner--para.banner--img-left .banner__img img {
    -webkit-transform: translate3d(-120px, 0, 0);
            transform: translate3d(-120px, 0, 0);
  }
}
@media (min-width: 1500px) {
  .banner--para.banner--img-left .banner__img img {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.dawn-badge-img {
  width: 90px;
  margin: 0 0 16px !important;
}
@media (min-width: 1012px) {
  .dawn-badge-img {
    width: 212px;
    margin: 0 0 24px !important;
  }
}

@media (min-width: 1012px) {
  .banner--img-left.banner--hero,
  .banner--img-left.banner--hero.banner--para {
    min-height: 0 !important;
    padding: 0;
  }
  .banner--img-left.banner--hero .banner__content,
  .banner--img-left.banner--hero.banner--para .banner__content {
    position: absolute;
    text-align: right;
  }
  .banner--img-left.banner--hero .banner__content img,
  .banner--img-left.banner--hero.banner--para .banner__content img {
    margin-left: auto;
  }
  .banner--img-left.banner--hero .banner__img,
  .banner--img-left.banner--hero.banner--para .banner__img {
    position: relative;
  }
  .banner--img-left.banner--hero .banner__img img,
  .banner--img-left.banner--hero.banner--para .banner__img img {
    width: 70% !important;
    position: relative;
  }
}
@media (min-width: 1012px) and (min-height: 680px) {
  .banner--img-left.banner--hero,
  .banner--img-left.banner--hero.banner--para {
    min-height: 0 !important;
  }
}
@media (max-width: 1011px) {
  .banner--img-left.banner--hero,
  .banner--img-left.banner--hero.banner--para {
    padding: 0;
  }
  .banner--img-left.banner--hero .wrapper > .rte,
  .banner--img-left.banner--hero.banner--para .wrapper > .rte {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .banner--img-left.banner--hero,
  .banner--img-left.banner--hero.banner--para {
    width: 100%;
  }
  .banner--img-left.banner--hero .banner__img img,
  .banner--img-left.banner--hero.banner--para .banner__img img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1012px) {
  .banner--img-left.banner--hero .banner__img,
  .banner--img-left.banner--hero.banner--para .banner__img {
    width: 100%;
  }
  .banner--img-left.banner--hero .banner__img:after,
  .banner--img-left.banner--hero.banner--para .banner__img:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 2;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(21%, rgb(0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 1%, rgb(0, 0, 0) 21%);
  }
  .banner--img-left.banner--hero .banner__img img,
  .banner--img-left.banner--hero.banner--para .banner__img img {
    width: 60%;
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .banner--img-left.banner--hero .banner__img:after,
  .banner--img-left.banner--hero.banner--para .banner__img:after {
    width: 60%;
  }
}

@media (max-width: 1011px) {
  .banner--para .banner__img {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media (min-width: 1012px) {
  .banner--para .banner__img {
    height: 120%;
    width: 120%;
  }
}
@media (min-width: 1012px) {
  .banner--para .banner__img {
    height: 120%;
    width: 120%;
  }
}

@media (min-width: 1012px) {
  .banner--para.banner--right.banner--img-left .banner__img {
    height: 110% !important;
  }
}

.earth-banner {
  overflow: hidden;
  position: relative;
}
.earth-banner:before, .earth-banner:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 294px;
  left: 0px;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(62%, rgba(0, 0, 0, 0)), color-stop(89%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.4) 89%);
}
.earth-banner figure img {
  width: 100%;
  margin-top: -180px;
}
@media (max-width: 1011px) {
  .earth-banner figure {
    height: 298px;
    margin-bottom: 36px;
  }
  .earth-banner figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    height: 100%;
  }
}

.banner-large-bg {
  position: relative;
  z-index: 1;
  padding: 200px 0 120px;
}

.banner-large-bg__img {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
}
.banner-large-bg__img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo-list > * {
  width: 50%;
  margin-bottom: 36px;
}
@media (min-width: 544px) {
  .logo-list > * {
    width: 33.3333333333%;
  }
}
@media (min-width: 1248px) {
  .logo-list > * {
    width: 25%;
    margin-bottom: 48px;
  }
}
.logo-list img {
  max-width: 182px;
  max-height: 85px;
  margin: 0 auto;
}

.logo-list-lg-wrap {
  margin: 80px 0;
}

.logo-list-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none !important;
}
.logo-list-lg > * {
  width: 100%;
  margin-bottom: 48px;
}
@media (min-width: 544px) {
  .logo-list-lg > * {
    width: 50%;
  }
}
@media (min-width: 1248px) {
  .logo-list-lg > * {
    width: 25%;
    margin-bottom: 48px;
  }
}
.logo-list-lg figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (min-width: 544px) {
  .logo-list-lg figure {
    height: 85px;
  }
}
.logo-list-lg img {
  max-width: 182px;
  max-height: 85px;
  margin: 0 auto;
}
.logo-list-lg h3 {
  text-align: center;
  margin: 16px 0 0;
  font-size: 14px !important;
  color: #6a737d;
}

.team-preview--logo .team-preview__content .rte h2, .team-preview--logo .team-preview__content .rte h3, .team-preview--logo .team-preview__content .rte h4 {
  display: block;
  font-style: normal;
  font-weight: 500 !important;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 14px !important;
  font-style: normal;
  line-height: 1.2 !important;
  margin-bottom: 8px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px !important;
}
.team-preview--logo .team-preview__content .rte h2:last-child, .team-preview--logo .team-preview__content .rte h3:last-child, .team-preview--logo .team-preview__content .rte h4:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .team-preview--logo .team-preview__content .rte h2, .team-preview--logo .team-preview__content .rte h3, .team-preview--logo .team-preview__content .rte h4 {
    font-size: 16px !important;
  }
}
.team-preview--logo .team-preview__content .rte h2, .team-preview--logo .team-preview__content .rte h3, .team-preview--logo .team-preview__content .rte h4 {
  margin-bottom: 12px;
}
.team-preview--logo .team-preview__content .rte h5, .team-preview--logo .team-preview__content .rte h6 {
  display: block;
  font-style: normal;
  font-weight: 500 !important;
  font-family: "proxima-nova", sans-serif !important;
  letter-spacing: 0.8px !important;
  font-size: 14px !important;
  font-style: normal;
  line-height: 1.2 !important;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 0;
}
.team-preview--logo .team-preview__content .rte h5:last-child, .team-preview--logo .team-preview__content .rte h6:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .team-preview--logo .team-preview__content .rte h5, .team-preview--logo .team-preview__content .rte h6 {
    font-size: 16px !important;
  }
}
.team-preview--logo .team-preview__content .rte h5, .team-preview--logo .team-preview__content .rte h6 {
  margin-bottom: 12px;
}

.video-wrap,
.video-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.video-wrap.video-playing .video-wrap__poster, .video-wrap.is-playing .video-wrap__poster,
.video-wrapper.video-playing .video-wrap__poster,
.video-wrapper.is-playing .video-wrap__poster {
  opacity: 0;
  pointer-events: none;
}
.video-wrap > div,
.video-wrap .video-wrapper__poster,
.video-wrap video,
.video-wrap iframe,
.video-wrapper > div,
.video-wrapper .video-wrapper__poster,
.video-wrapper video,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrap__poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000000;
}
.video-wrap__poster img {
  opacity: 0.8;
}
.video-wrap__poster:hover {
  cursor: pointer;
}
.video-wrap__poster:hover img {
  opacity: 0.6;
}
.video-wrap__poster svg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.video-wrap__poster svg:hover {
  cursor: pointer;
}
.video-wrap__poster > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.img-full {
  width: 100%;
}
.img-full img {
  width: 100%;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.bg-image.bg-image--fallback img {
  display: none;
}

svg {
  display: block;
  fill: currentColor;
}

.media-object {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.media-object .media-object__media {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-radius: 0;
  height: 0;
  padding-bottom: 56%;
}
@media (min-width: 768px) {
  .media-object .media-object__media {
    padding-bottom: 45%;
  }
}
.media-object .media-object__media img,
.media-object .media-object__media iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
}
.media-object .media-object__media img.img-top,
.media-object .media-object__media iframe.img-top {
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 767px) {
  .media-object .media-object__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 18px;
    width: 100%;
  }
  .media-object .media-object__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 768px) {
  .media-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .media-object.media-object--top-align {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .media-object .media-object__media {
    width: calc(50% - 16px);
  }
  .media-object .media-object__content {
    width: calc(50% - 16px);
  }
  .media-object.media-object--sm-media .media-object__media {
    width: calc(33% - 16px);
    padding-bottom: 21%;
  }
  .media-object.media-object--sm-media .media-object__content {
    width: calc(66% - 16px);
  }
}
@media (min-width: 1012px) {
  .media-object .media-object__media {
    width: calc(50% - 24px);
  }
  .media-object .media-object__content {
    width: calc(50% - 24px);
  }
}

@media (min-width: 768px) {
  .media-object--flip .media-object__media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .media-object--flip .media-object__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.subscribe-form,
.widget_blog_subscription form,
.wpcf7-form {
  position: relative;
  display: block;
}
.subscribe-form input:focus,
.widget_blog_subscription form input:focus,
.wpcf7-form input:focus {
  outline: 0;
}
.subscribe-form .mc-field-group,
.subscribe-form .field-group,
.widget_blog_subscription form .mc-field-group,
.widget_blog_subscription form .field-group,
.wpcf7-form .mc-field-group,
.wpcf7-form .field-group {
  width: 100%;
}
.subscribe-form input[type=email],
.subscribe-form input[type=text],
.subscribe-form textarea,
.widget_blog_subscription form input[type=email],
.widget_blog_subscription form input[type=text],
.widget_blog_subscription form textarea,
.wpcf7-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form textarea {
  display: block;
  background-color: transparent;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000000;
  padding-left: 0;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 959px) {
  .subscribe-form input[type=email],
  .subscribe-form input[type=text],
  .subscribe-form textarea,
  .widget_blog_subscription form input[type=email],
  .widget_blog_subscription form input[type=text],
  .widget_blog_subscription form textarea,
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=text],
  .wpcf7-form textarea {
    height: 60px;
    font-size: 16px;
  }
}
.subscribe-form textarea,
.widget_blog_subscription form textarea,
.wpcf7-form textarea {
  height: 120px;
  border: 1px solid #000000;
  padding: 12px;
}
.subscribe-form button,
.subscribe-form input[type=submit],
.widget_blog_subscription form button,
.widget_blog_subscription form input[type=submit],
.wpcf7-form button,
.wpcf7-form input[type=submit] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 231px;
  width: 231px;
  height: 48px;
  border-radius: 0;
  text-align: center;
  width: auto;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  -webkit-transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.subscribe-form button:hover,
.subscribe-form input[type=submit]:hover,
.widget_blog_subscription form button:hover,
.widget_blog_subscription form input[type=submit]:hover,
.wpcf7-form button:hover,
.wpcf7-form input[type=submit]:hover {
  cursor: pointer;
  color: #ffffff;
  background: #006BED;
  border-color: #006BED;
}
.subscribe-form button:hover svg,
.subscribe-form button:hover box-icon,
.subscribe-form input[type=submit]:hover svg,
.subscribe-form input[type=submit]:hover box-icon,
.widget_blog_subscription form button:hover svg,
.widget_blog_subscription form button:hover box-icon,
.widget_blog_subscription form input[type=submit]:hover svg,
.widget_blog_subscription form input[type=submit]:hover box-icon,
.wpcf7-form button:hover svg,
.wpcf7-form button:hover box-icon,
.wpcf7-form input[type=submit]:hover svg,
.wpcf7-form input[type=submit]:hover box-icon {
  -webkit-transform: translate3d(3px, 0, 0);
          transform: translate3d(3px, 0, 0);
}
.subscribe-form button[disabled],
.subscribe-form input[type=submit][disabled],
.widget_blog_subscription form button[disabled],
.widget_blog_subscription form input[type=submit][disabled],
.wpcf7-form button[disabled],
.wpcf7-form input[type=submit][disabled] {
  opacity: 0.2;
  pointer-events: none;
}
.subscribe-form button,
.subscribe-form input[type=submit],
.widget_blog_subscription form button,
.widget_blog_subscription form input[type=submit],
.wpcf7-form button,
.wpcf7-form input[type=submit] {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  background: #000000;
  margin-top: 18px;
}
.subscribe-form button:after,
.subscribe-form input[type=submit]:after,
.widget_blog_subscription form button:after,
.widget_blog_subscription form input[type=submit]:after,
.wpcf7-form button:after,
.wpcf7-form input[type=submit]:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background: url("./images/svgs/arrow-right.svg") center/cover no-repeat;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.subscribe-form button:hover, .subscribe-form button:active, .subscribe-form button:focus,
.subscribe-form input[type=submit]:hover,
.subscribe-form input[type=submit]:active,
.subscribe-form input[type=submit]:focus,
.widget_blog_subscription form button:hover,
.widget_blog_subscription form button:active,
.widget_blog_subscription form button:focus,
.widget_blog_subscription form input[type=submit]:hover,
.widget_blog_subscription form input[type=submit]:active,
.widget_blog_subscription form input[type=submit]:focus,
.wpcf7-form button:hover,
.wpcf7-form button:active,
.wpcf7-form button:focus,
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=submit]:active,
.wpcf7-form input[type=submit]:focus {
  cursor: pointer;
  outline: none;
}
.subscribe-form button:hover:after, .subscribe-form button:active:after, .subscribe-form button:focus:after,
.subscribe-form input[type=submit]:hover:after,
.subscribe-form input[type=submit]:active:after,
.subscribe-form input[type=submit]:focus:after,
.widget_blog_subscription form button:hover:after,
.widget_blog_subscription form button:active:after,
.widget_blog_subscription form button:focus:after,
.widget_blog_subscription form input[type=submit]:hover:after,
.widget_blog_subscription form input[type=submit]:active:after,
.widget_blog_subscription form input[type=submit]:focus:after,
.wpcf7-form button:hover:after,
.wpcf7-form button:active:after,
.wpcf7-form button:focus:after,
.wpcf7-form input[type=submit]:hover:after,
.wpcf7-form input[type=submit]:active:after,
.wpcf7-form input[type=submit]:focus:after {
  -webkit-transform: translate3d(3px, 0, 0);
          transform: translate3d(3px, 0, 0);
}

.wpcf7-response-output {
  border: none !important;
  color: #000000;
  font-weight: bold;
  padding: 12px !important;
  margin: 0 !important;
  background: #FF595A;
}

#mce-success-response {
  color: #1d8238 !important;
}

.wpcf7-form label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  font-weight: 500;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (max-width: 499px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  font-weight: 500;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (max-width: 499px) {
  ::-moz-placeholder {
    font-size: 14px;
  }
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  font-weight: 500;
  -ms-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (max-width: 499px) {
  :-ms-input-placeholder {
    font-size: 14px;
  }
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  font-weight: 500;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (max-width: 499px) {
  :-moz-placeholder {
    font-size: 14px;
  }
}

input:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
input:focus::-moz-placeholder {
  opacity: 0.4;
}
input:focus:-ms-input-placeholder {
  opacity: 0.4;
}
input:focus:-moz-placeholder {
  opacity: 0.4;
}

#eloquaForm {
  text-align: left;
}

.text-error {
  color: #FF595A;
}

.form-control-invalid-text {
  display: none;
  font-size: 13px;
  color: #ffffff;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
}

#eloquaForm input[type=text],
#eloquaForm input[type=email],
#eloquaForm input[type=tel],
#eloquaForm select,
#eloquaForm textarea {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0;
  border-radius: 0;
  color: #000000;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
}
#eloquaForm input[type=text]:focus, #eloquaForm input[type=text]:active,
#eloquaForm input[type=email]:focus,
#eloquaForm input[type=email]:active,
#eloquaForm input[type=tel]:focus,
#eloquaForm input[type=tel]:active,
#eloquaForm select:focus,
#eloquaForm select:active,
#eloquaForm textarea:focus,
#eloquaForm textarea:active {
  outline: none;
}
#eloquaForm button {
  max-width: 200px;
  margin: 16px 0 0;
}
#eloquaForm label {
  display: block;
  margin: 0;
  position: relative;
  z-index: -1;
  left: 0;
  -webkit-transform: translate3d(0, 34px, 0);
          transform: translate3d(0, 34px, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
#eloquaForm .form-group {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
#eloquaForm .form-group:after {
  content: "";
  width: 100%;
  height: 2px;
  background: red;
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#eloquaForm .form-group.is-active label {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#eloquaForm .form-group.is-active:after {
  opacity: 1;
}
#eloquaForm .form-group.error:after {
  background: #FF595A;
  opacity: 1;
}
#eloquaForm .form-group.error .form-control-invalid-text {
  display: block;
}

#eloquaForm .checkbox-wrap {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#eloquaForm .checkbox-wrap:after {
  display: none;
}
#eloquaForm .checkbox-wrap input {
  margin-top: 4px;
  margin-right: 12px;
}
#eloquaForm .checkbox-wrap label {
  letter-spacing: -0.05em;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
#eloquaForm .checkbox-wrap label:hover {
  cursor: pointer;
}

#eloquaForm .select-wrap {
  position: relative;
  z-index: 2;
}
#eloquaForm .select-wrap:before {
  content: "";
  width: 12px;
  height: 7px;
  display: block;
  position: absolute;
  right: 12px;
  bottom: 19px;
  background: url("../img/svgs/chevron-down.svg") center/cover no-repeat;
}
#eloquaForm .select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ratings input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ratings label {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  font-size: 0;
  text-indent: -9999px;
  margin: 8px;
}
.ratings label:hover {
  cursor: pointer;
}
.ratings label:before, .ratings label:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ratings label:before {
  z-index: 1;
  background: url("../img/svgs/star-outline.svg") center/cover no-repeat;
}
.ratings label:after {
  opacity: 0;
  z-index: 2;
  background: url("../img/svgs/star.svg") center/cover no-repeat;
}
.ratings label.is-hover:after {
  opacity: 1;
}
.ratings input.is-active + label:after,
.ratings input:checked + label:after {
  opacity: 1;
}
.ratings input:hover + label:after {
  opacity: 1;
}

.text-left {
  text-align: left !important;
}

.sign-up-form {
  max-width: 460px;
}
.sign-up-form .form-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.sign-up-form .mc-field-group {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sign-up-form label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sign-up-form input[type=email] {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 44px;
  width: 100%;
  border-right: none;
  padding: 0 8px;
  font-size: 14px;
}
.sign-up-form input[type=email].mce_inline_error {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.sign-up-form input[type=submit] {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  padding: 6px 12px;
  height: 44px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sign-up-form input[type=submit]:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
}

#mce-success-response,
div.mce_inline_error {
  background: transparent !important;
  color: #FF595A !important;
  font-size: 12px !important;
  position: absolute !important;
  left: 0 !important;
  top: calc(100% + 6px) !important;
  padding: 0 !important;
}

#mce-success-response {
  color: #28a745 !important;
}

.sign-up-form--archive {
  text-align: center;
  margin: 0 auto;
}

.gutenberg-blocks .post-preview,
.post-preview {
  width: 92%;
  margin: 0 auto;
  max-width: 1248px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
  max-width: 1032px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.gutenberg-blocks .post-preview + .post-preview,
.post-preview + .post-preview {
  margin-top: 42px;
}
@media (min-width: 768px) {
  .gutenberg-blocks .post-preview,
  .post-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 86px;
  }
  .gutenberg-blocks .post-preview + .post-preview,
  .post-preview + .post-preview {
    margin-top: 86px;
  }
}
.gutenberg-blocks .post-preview figure,
.post-preview figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 68%;
  height: 0;
  margin-bottom: 36px;
}
.gutenberg-blocks .post-preview figure a,
.post-preview figure a {
  display: block;
}
.gutenberg-blocks .post-preview figure img,
.post-preview figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (min-width: 768px) {
  .gutenberg-blocks .post-preview figure,
  .post-preview figure {
    width: 384px;
    padding-bottom: 28%;
    margin-right: 46px;
    min-width: 384px;
    margin-bottom: 0;
  }
}
.gutenberg-blocks .post-preview h2,
.post-preview h2 {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px !important;
  line-height: 1;
  letter-spacing: -0.96px;
  margin-top: 0;
  margin-bottom: 18px;
}
.gutenberg-blocks .post-preview h2:last-child,
.post-preview h2:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .gutenberg-blocks .post-preview h2,
  .post-preview h2 {
    font-size: 48px !important;
  }
}
.gutenberg-blocks .post-preview h2,
.post-preview h2 {
  font-size: 24px !important;
  line-height: 1.3 !important;
  text-transform: none;
}
@media (min-width: 1012px) {
  .gutenberg-blocks .post-preview h2,
  .post-preview h2 {
    font-size: 32px !important;
  }
}

.posted-on {
  display: block;
  font-style: normal;
  font-weight: 500 !important;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 14px !important;
  font-style: normal;
  line-height: 1.2 !important;
  margin-bottom: 8px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px !important;
}
.posted-on:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .posted-on {
    font-size: 16px !important;
  }
}

.posted-on {
  margin-bottom: 24px;
}

.post-single {
  max-width: 816px;
  margin: 114px auto 184px;
}
@media (min-width: 768px) {
  .post-single {
    margin: 184px auto;
  }
}
.post-single header {
  margin-bottom: 48px;
}
.post-single h1 {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px !important;
  line-height: 1.4;
  letter-spacing: -0.64px !important;
  margin-bottom: 18px;
  margin-top: 0;
}
.post-single h1:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .post-single h1 {
    font-size: 32px !important;
  }
}
.post-single h1 {
  font-weight: 600;
  text-transform: none;
}

.post-single__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 68%;
  height: 0;
  margin-bottom: 48px;
}
.post-single__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (min-width: 768px) {
  .post-single__img {
    padding-bottom: 75%;
  }
}

.post__content.rte h2 {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px !important;
  line-height: 1.4;
  letter-spacing: -0.64px !important;
  margin-bottom: 18px;
  margin-top: 0;
}
.post__content.rte h2:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .post__content.rte h2 {
    font-size: 32px !important;
  }
}
.post__content.rte h3 {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 1.4;
  letter-spacing: -0.48px;
  margin-bottom: 18px;
  margin-top: 0;
}
.post__content.rte h3:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .post__content.rte h3 {
    font-size: 24px !important;
  }
}

.wp-block-quote {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 36px auto;
  border: none !important;
}
.wp-block-quote > p {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 1.4;
  letter-spacing: -0.48px;
  margin-bottom: 18px;
  margin-top: 0;
}
.wp-block-quote > p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .wp-block-quote > p {
    font-size: 24px !important;
  }
}
.wp-block-quote cite, .wp-block-quote cite p {
  display: block;
  font-style: normal;
  font-weight: 500 !important;
  font-family: "proxima-nova", sans-serif !important;
  letter-spacing: 0.8px !important;
  font-size: 14px !important;
  font-style: normal;
  line-height: 1.2 !important;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 0;
}
.wp-block-quote cite:last-child, .wp-block-quote cite p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .wp-block-quote cite, .wp-block-quote cite p {
    font-size: 16px !important;
  }
}
.wp-block-quote cite, .wp-block-quote cite p {
  font-style: normal;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .wp-block-quote {
    width: 80%;
    margin: 48px;
  }
}

.social-share {
  width: 100%;
}
@media (min-width: 768px) {
  .social-share {
    max-width: 226px;
  }
}
@media (max-width: 767px) {
  .social-share {
    margin: 0 auto 24px;
  }
}
.social-share .social-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 12px;
}
.social-share a {
  margin: 4px;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #ffffff;
  background: #006BED;
  -webkit-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
}
.social-share a + a {
  margin-left: 12px;
}
.social-share a:hover {
  color: #ffffff;
  background: rgb(0, 96.3, 213.3);
  cursor: pointer;
}
.blog-wrap {
  position: relative;
  z-index: 2;
  padding-top: 200px;
}
@media (min-width: 768px) {
  .blog-wrap {
    padding-top: 240px;
  }
}
@media (min-width: 1012px) {
  .blog-wrap {
    padding-top: 320px;
  }
}
.updates-hero-img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 0;
}
.updates-hero-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
  opacity: 0.4;
  z-index: 2;
}
.updates-hero-img img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .updates-hero-img img {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@media (min-width: 1012px) {
  .updates-hero-img img {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@media (min-width: 1280px) {
  .updates-hero-img img {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}

.post-list {
  position: relative;
  z-index: 2;
}

.post-sidebar {
  width: 100%;
}
@media (min-width: 768px) {
  .post-sidebar {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 1300px) {
  .post-sidebar {
    width: 20%;
    min-width: 20%;
  }
}

.starship-render {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 200px;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1011px) {
  .starship-render {
    height: calc(100vh - 200px);
  }
}
.starship-render:before, .starship-render:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 294px;
  left: 0px;
}
.starship-render:before {
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(12%, rgba(0, 0, 0, 0)), color-stop(89%, rgb(0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 12%, rgb(0, 0, 0) 89%);
}
@media (max-width: 1011px) {
  .starship-render:before {
    height: 120px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2%, rgba(0, 0, 0, 0)), color-stop(89%, rgb(0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 2%, rgb(0, 0, 0) 89%);
  }
}
.starship-render:after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(12%, rgb(0, 0, 0)), color-stop(89%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 12%, rgba(0, 0, 0, 0) 89%);
}
@media (max-width: 1011px) {
  .starship-render:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(22%, rgb(0, 0, 0)), color-stop(69%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgb(0, 0, 0) 22%, rgba(0, 0, 0, 0) 69%);
  }
}
@media (max-width: 1011px) {
  .starship-render {
    margin-top: 275px;
  }
}
.starship-render + .wrapper-sm {
  margin-top: -124px;
  position: relative;
  z-index: 2;
}
.starship-render .polaris-logo {
  width: 542px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  max-width: 70%;
}
.starship-render .starship-2 {
  position: absolute;
  width: auto;
  max-width: 240px;
  top: auto;
  bottom: 0;
  left: 10%;
  display: none;
  z-index: -2;
}
@media (min-width: 1012px) {
  .starship-render .starship-2 {
    display: block;
  }
}
.starship-render .earth {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.starship-render .starship {
  z-index: -1;
  bottom: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1011px) {
  .starship-render .starship {
    display: block;
    top: 90px;
    left: auto;
    right: 0px;
    width: 140%;
    max-width: 140%;
  }
}

.missions {
  z-index: 2;
}
.missions .missions__content_1 {
  position: relative;
  z-index: 2;
}
.missions .js-horizon {
  z-index: 3;
  position: relative;
}
.missions #dragon-video {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.missions #dragon-video video {
  width: 100%;
}
.missions #dragon-video img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.missions #dragon-video:after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  z-index: 2;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(12%, rgb(0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 12%, rgba(0, 0, 0, 0) 80%);
}
@media (min-width: 768px) {
  .missions #dragon-video {
    position: absolute;
    right: 25%;
  }
  .missions #dragon-video:after {
    height: 220px;
  }
  .missions #dragon-video:before {
    content: "";
    display: block;
    width: 120px;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(72%, rgb(0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 72%);
  }
}

.dawn-render {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 200px;
  overflow: hidden;
}
@media (min-width: 1012px) {
  .dawn-render {
    padding-top: 0;
  }
}
.dawn-render .polaris-dawn-logo {
  width: 542px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  max-width: 70%;
}
@media (min-width: 1012px) {
  .dawn-render .polaris-dawn-logo {
    position: absolute;
    top: 200px;
    left: calc(50% - 271px);
  }
}

.dawn-render__content {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-top: 36px;
  padding-bottom: 66px;
}
.dawn-render__content:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(52%, rgb(0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 52%, rgba(0, 0, 0, 0) 99%);
}
@media (min-width: 1012px) {
  .dawn-render__content {
    margin-top: 0;
    padding-bottom: 120px;
  }
  .dawn-render__content:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(42%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgb(0, 0, 0) 42%, rgba(0, 0, 0, 0) 100%);
  }
}

.dawn-render .dawn-earth {
  position: absolute;
  top: 30%;
  z-index: -2;
  opacity: 0.6;
  width: 300%;
  max-width: 300%;
}
@media (min-width: 1012px) {
  .dawn-render .dawn-earth {
    top: auto;
    bottom: 0;
    left: 0;
    width: auto;
  }
}

.dawn-render .dragon {
  position: relative;
  top: 36px;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  max-width: 100%;
}
@media (min-width: 768px) {
  .dawn-render .dragon {
    max-width: 80%;
  }
}
@media (min-width: 1012px) {
  .dawn-render .dragon {
    top: 110px;
    right: auto;
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    max-width: 700px;
  }
}

.rte {
  font-weight: normal;
  font-style: normal;
}
.rte:after {
  content: "";
  display: table;
  clear: both;
}
.rte h1 a,
.rte h2 a,
.rte h3 a,
.rte h4 a,
.rte h5 a,
.rte h6 a {
  text-decoration: none !important;
}
.rte + .btn {
  margin-top: 20px;
}
@media (min-width: 544px) {
  .rte + .btn {
    margin-top: 30px;
  }
}
.rte > *:last-child {
  margin-bottom: 0 !important;
}
.rte p[style="text-align: center;"], .rte p[style="text-align:center"], .rte p[style="text-align: center"], .text-center .rte p {
  margin-left: auto;
  margin-right: auto;
}
.rte p + h1, .rte p + h2, .rte p + h3,
.rte p + h4, .rte p + h5, .rte p + h6 {
  margin-top: 44px;
}
.rte .wp-block-separator {
  margin: 36px 0;
  padding: 0;
  border: none;
  border-top: 1px solid #474747;
}
.rte h1:last-child, .rte h2:last-child, .rte h3:last-child,
.rte h4:last-child, .rte h5:last-child, .rte h6:last-child {
  margin-bottom: 0;
}
.rte a:not(.wp-block-button__link) {
  color: #ffffff;
  font-weight: inherit;
  text-decoration: underline;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  text-underline-color: #006BED;
}
.rte a:not(.wp-block-button__link):hover {
  opacity: 0.7;
  text-decoration: underline;
}
.rte .wp-block-button__link {
  margin-top: 24px;
}
.rte ul,
.rte ol,
.rte dl {
  margin: 24px 0;
  padding-left: 24px;
}
.rte ul li + li,
.rte ol li + li,
.rte dl li + li {
  margin-top: 12px;
}
.rte ul,
.rte ul.wp-block-list {
  list-style-type: none;
}
.rte ul li,
.rte ul.wp-block-list li {
  position: relative;
  padding-left: 40px;
}
.rte ul li ul,
.rte ul.wp-block-list li ul {
  width: 100%;
  list-style: none;
  margin: 12px 0 0;
}
.rte ul li ul li,
.rte ul.wp-block-list li ul li {
  padding-left: 24px;
}
.rte ul li ul li:before,
.rte ul.wp-block-list li ul li:before {
  width: 16px;
}
.rte ul li:before,
.rte ul.wp-block-list li:before {
  content: "";
  width: 24px;
  height: 1px;
  display: block;
  background: #006BED;
  left: 0;
  top: 12px;
  position: absolute;
}
.rte ol {
  list-style-type: decimal;
}
.rte dt {
  font-weight: bold;
}
.rte ul ul,
.rte ul ol,
.rte ul dl,
.rte ol ul,
.rte ol ol,
.rte ol dl,
.rte dl ul,
.rte dl ol,
.rte dl dl {
  margin-top: 0;
  margin-bottom: 0;
}
.rte ol ul,
.rte ul ul {
  list-style-type: circle;
}
.rte ol ol ul,
.rte ol ul ul,
.rte ul ol ul,
.rte ul ul ul {
  list-style-type: square;
}
.rte blockquote {
  font-style: italic;
  border-left: 2px solid #006BED;
}
.rte address {
  font-style: italic;
}
.rte hr {
  margin: 24px 0;
  padding: 0;
  border: none;
  border-top: 3px solid #000000;
}
.rte em,
.rte i {
  font-style: italic;
}
.rte del,
.rte strike,
.rte s {
  text-decoration: line-through;
}
.rte u,
.rte ins {
  text-decoration: underline;
}
.rte sup {
  vertical-align: super;
  font-size: smaller;
}
.rte sub {
  vertical-align: sub;
  font-size: smaller;
}
.rte big {
  font-size: larger;
}
.rte small {
  font-size: smaller;
}
.rte abbr,
.rte acronym {
  border-bottom: none;
  text-decoration: none;
}
.rte cite,
.rte dfn {
  font-style: italic;
}
.rte q {
  font-style: italic;
}
.rte q::before {
  content: open-quote;
}
.rte q::after {
  content: close-quote;
}
.rte q:lang(en) {
  quotes: "“" "”" "‘" "’";
}
.rte bdo {
  direction: rtl;
}
.rte pre {
  margin: 0 0 12px 0;
  font-family: "Lucida Console", Monaco, monospace;
  white-space: normal;
}
.rte code,
.rte samp,
.rte tt,
.rte kbd {
  font-family: "Lucida Console", Monaco, monospace;
}
.rte var {
  font-style: italic;
}
.rte img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.rte img.alignleft {
  margin-right: auto;
}
.rte img.alignright {
  margin-left: auto;
}
.rte .wp-block-image {
  margin: 36px 0;
}
.rte .wp-block-image img {
  margin: 0;
}
.rte .wp-block-image figcaption {
  display: block;
  font-style: normal;
  font-weight: 500 !important;
  font-family: "proxima-nova", sans-serif !important;
  letter-spacing: 0.8px !important;
  font-size: 14px !important;
  font-style: normal;
  line-height: 1.2 !important;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 0;
}
.rte .wp-block-image figcaption:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .rte .wp-block-image figcaption {
    font-size: 16px !important;
  }
}
.rte .wp-block-image figcaption {
  font-style: normal;
  opacity: 0.7;
  margin-top: 12px;
}
.rte .size-medium {
  width: 50%;
  float: left;
  padding-right: 24px;
  margin: 18px 0;
}
.rte .size-medium + p {
  margin: 18px 0;
}
.rte .size-medium img {
  width: 100%;
  margin: 0;
}
.rte del {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.rte del:before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  display: block;
  position: absolute;
  background: url("./images/svgs/scribble.svg") center/100% auto no-repeat;
  z-index: 2;
  top: 0;
  left: -5px;
}
.rte del:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: url("./images/svgs/redacted.svg") center/auto no-repeat;
  z-index: 3;
  top: 0;
  left: 0;
}
.rte img,
.rte video,
.rte audio {
  max-width: 100% !important;
  margin: 24px 0;
}

.wp-block-preformatted {
  font-family: mono;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #006BED;
  display: inline-block;
  padding: 12px 18px;
  border-radius: 8px 8px 8px 0px;
}

.rte--sm p {
  font-size: 14px !important;
}
@media (min-width: 1012px) {
  .rte--sm p {
    font-size: 14px !important;
  }
}

.rte--lg p {
  font-size: 18px !important;
}
@media (min-width: 1012px) {
  .rte--lg p {
    font-size: 20px !important;
  }
}

.site-footer {
  overflow: hidden;
  text-align: center;
  padding: 24px 0;
  background: #0F0F0F;
}
.site-footer a {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.site-footer a:hover {
  opacity: 0.6;
}
.site-footer .wrapper-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 24px;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 80px 0;
  }
  .site-footer .wrapper-wide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.site-footer__left {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-footer__left > a {
  display: inline-block;
  margin: 0 auto 24px;
}
@media (min-width: 768px) {
  .site-footer__left > a {
    margin: 0 0 24px;
  }
}
.site-footer__left small {
  margin: 0;
  font-size: 16px;
}
.site-footer__left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 290px;
  margin-top: 16px;
}
.site-footer__left ul a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #006BED;
}
@media (min-width: 768px) {
  .site-footer__left {
    text-align: left;
    width: 50%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-footer__left ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.site-footer__right {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer__right ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 0;
  max-width: 290px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.site-footer__right ul li {
  border-top: 1px solid #363535;
  border-bottom: 1px solid #363535;
  margin-bottom: -1px;
  width: 100%;
}
.site-footer__right ul a {
  display: inline-block;
  padding: 6px 0;
  text-decoration: none;
  font-family: "JetBrains Mono", monospace !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .site-footer__right {
    text-align: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%;
  }
  .site-footer__right ul {
    margin: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.gutenberg-blocks ul {
  list-style-type: disc;
  padding-left: 24px;
  margin: 18px 0;
}
.gutenberg-blocks ul li + li {
  margin-top: 6px;
}
.gutenberg-blocks p {
  margin: 0 0 18px;
}
.gutenberg-blocks p:last-child {
  margin-bottom: 0;
}

#about-the-mission h2 {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-gap: 16px;
  margin-bottom: 18px;
}
#about-the-mission h2:before {
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  background: #006BED;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}
#about-the-mission h3 {
  display: block;
  font-style: normal;
  font-weight: 500 !important;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 14px !important;
  font-style: normal;
  line-height: 1.2 !important;
  margin-bottom: 8px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px !important;
}
#about-the-mission h3:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  #about-the-mission h3 {
    font-size: 16px !important;
  }
}

.wp-block-group > .wp-block-heading,
.wp-block-group > p {
  width: 92%;
  margin: 0 auto;
  max-width: 1248px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
}
.wp-block-group > .wp-block-heading.alignfull,
.wp-block-group > p.alignfull {
  max-width: 100%;
  width: 100%;
}
.wp-block-group > .wp-block-heading.alignwide,
.wp-block-group > p.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.wp-block-media-text {
  width: 92%;
  margin: 0 auto;
  max-width: 1248px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
}
.wp-block-media-text.alignfull {
  max-width: 100%;
  width: 100%;
}
.wp-block-media-text.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.wp-block-columns {
  width: 92%;
  margin: 0 auto;
  max-width: 1248px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
}
.wp-block-columns.alignfull {
  max-width: 100%;
  width: 100%;
}
.wp-block-columns.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.wp-block-separator {
  width: 92%;
  margin: 0 auto;
  max-width: 1248px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
  height: 1px;
  background: transparent !important;
  border: none !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}
.wp-block-separator.alignfull {
  max-width: 100%;
  width: 100%;
}
.wp-block-separator.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.stars-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 0;
  width: 100%;
}
.stars-bg:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 132px;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(88%, rgb(0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 88%);
}
.stars-bg:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 615px;
  left: 0;
  bottom: 0;
  background: linear-gradient(354.98deg, #010101 20.71%, rgba(1, 1, 1, 0) 88.86%);
}
.stars-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .missions {
    margin: 80px 0 0;
  }
}
@media (min-width: 1012px) {
  .missions {
    margin: 80px 0 0;
  }
}

.missions__content_2 {
  margin: 48px 0 72px;
}
@media (min-width: 768px) {
  .missions__content_2 {
    margin: 97px 0 72px;
  }
}
@media (min-width: 1012px) {
  .missions__content_2 {
    margin: 182px 0 0;
  }
}

.page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  min-height: 90vh;
}
.page-bg img {
  opacity: 0.6;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (min-width: 1012px) {
  .page-bg {
    min-height: 94vh;
  }
}

.pos-rel {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .text-center-md {
    text-align: center;
  }
}

.line-wrap {
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.line-wrap__hd {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: #ffffff;
  padding: 4px 36px;
  margin-top: -1px;
}
.line-wrap__hd .h5 {
  line-height: 1;
  white-space: nowrap;
}
.line-wrap__hd:before, .line-wrap__hd:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.line-wrap__hd:before {
  left: 0;
}
.line-wrap__hd:after {
  right: 0;
}

.line-wrap__bd {
  padding: 36px 24px 0;
}
@media (min-width: 768px) {
  .line-wrap__bd {
    padding: 92px 92px 0;
  }
}

.line-right,
.line-left {
  display: inline-block;
  position: relative;
}
.line-right:before,
.line-left:before {
  content: "";
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  display: block;
  position: absolute;
  left: calc(100% + 8px);
  top: calc(50% - 3px);
}
.line-right:after,
.line-left:after {
  content: "";
  width: 120vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  display: block;
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) scale(0);
          transform: translate3d(0, -50%, 0) scale(0);
  -webkit-transition: -webkit-transform 3s ease-in-out;
  transition: -webkit-transform 3s ease-in-out;
  transition: transform 3s ease-in-out;
  transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.line-right.in-view:after,
.line-left.in-view:after {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate3d(0, -50%, 0) scale(1);
          transform: translate3d(0, -50%, 0) scale(1);
}

.line-left {
  display: block;
}
.line-left:before {
  right: calc(100% + 34px);
  left: auto;
  top: 11px;
}
.line-left:after {
  left: auto;
  right: calc(100% + 36px);
  top: 14px;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.line-left.in-view:after {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate3d(0, -50%, 0) scale(1);
          transform: translate3d(0, -50%, 0) scale(1);
}

.theme-dark .line-wrap {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-dark .line-wrap__hd {
  background: #000000;
  color: #ffffff;
}
.theme-dark .line-wrap__hd:before, .theme-dark .line-wrap__hd:after {
  background: rgba(255, 255, 255, 0.12);
}

.page-id-165 .logo-list-wrap {
  background: #000000;
}
.page-id-165 .line-wrap {
  border: none;
}
.page-id-165 .line-wrap__hd {
  background: #000000;
  color: #ffffff;
}
.page-id-165 .line-wrap__hd:before, .page-id-165 .line-wrap__hd:after {
  display: none;
}

.moon-wrap {
  position: relative;
}

.moon-left {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translate3d(-100%, -50%, 0);
          transform: translate3d(-100%, -50%, 0);
  -webkit-transition: -webkit-transform 3s ease-in-out;
  transition: -webkit-transform 3s ease-in-out;
  transition: transform 3s ease-in-out;
  transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out;
}
.moon-left.in-view {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 544px) {
  .flex-flip-sm {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.text-center {
  text-align: center;
}
.text-center p, .text-center img, .text-center .text-thin {
  margin-left: auto;
  margin-right: auto;
}

.text-thin {
  max-width: 560px;
}

.text-brand {
  color: #006BED;
}

.text-white {
  color: #ffffff !important;
}

.text-light {
  color: #6a737d;
}

.text-italic {
  font-style: italic;
}

.text-bold {
  font-weight: 700;
}

.font-weight-500 {
  font-weight: 500;
}

.sr-only,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.bg-light {
  background: #ccc;
}

.bg-brand {
  background: #000000;
  color: #ffffff;
}
.bg-brand p {
  color: #ffffff;
}

.bg-dark,
.bg-black {
  background: #000000;
  color: #ffffff;
}
.bg-dark p,
.bg-black p {
  color: #ffffff;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#__bs_notify__ {
  opacity: 0;
  bottom: 0 !important;
  top: auto !important;
  height: 50px;
}

body.localhost:after {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  display: inline-block;
  color: white;
  font-size: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px;
  content: "Mobile";
}
@media (min-width: 544px) {
  body.localhost:after {
    content: "Small";
  }
}
@media (min-width: 768px) {
  body.localhost:after {
    content: "Medium";
  }
}
@media (min-width: 1012px) {
  body.localhost:after {
    content: "Large";
  }
}
@media (min-width: 1280px) {
  body.localhost:after {
    content: "x-large";
  }
}