/* Import Breakpoints */
/* Import Utilities */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  max-width: 100vw;
  overflow-x: hidden;
}

#site {
  font-size: 16px;
  margin-top: 0 !important;
}
@media screen and (max-width: 782px) {
  #site {
    margin-top: 0 !important;
  }
}

body:not(#tinymce) {
  padding-top: 75px;
  position: relative;
  background-color: white;
}
body:not(#tinymce).logged-in {
  padding-top: 107px;
}
body:not(#tinymce).logged-in .header-basic .primary_menu {
  top: 107px !important;
  height: calc(100vh - 75px - 32px);
}
@media screen and (min-width: 768px) {
  body:not(#tinymce) {
    padding-top: 85px;
    position: relative;
    background-color: white;
  }
  body:not(#tinymce).logged-in {
    padding-top: 117px;
  }
  body:not(#tinymce).logged-in .header-basic .primary_menu {
    top: 117px !important;
    height: calc(100vh - 85px - 32px);
  }
}

body#tinymce {
  padding: 20px;
}

#wpadminbar {
  background: #1d2327 !important;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.75rem;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}

.row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}

.col {
  padding: 0 0.75rem;
}

@media screen and (max-width: 600px) {
  .col {
    width: 100%;
  }
}
.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 screen and (min-width: 576px) {
  .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 screen and (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 screen and (min-width: 992px) {
  .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 screen and (min-width: 1200px) {
  .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%;
  }
}
.section {
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
}

#site_overlay {
  z-index: 100000000;
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: 0.3s;
}
#site_overlay.hide {
  z-index: -1;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .js-wrap {
    overflow: hidden;
  }
  .js-wrap * {
    display: inline-block;
  }
  .js-fade,
  .js-fade-group > * {
    transform: translate(0, 25px);
    opacity: 0;
  }
  .js-fade-r {
    transform: translate3d(25px, 0, 0);
    opacity: 0;
  }
  .js-fade-t {
    transform: translate3d(0, -25px, 0);
    opacity: 0;
  }
  .js-fade-l {
    transform: translate3d(-25px, 0, 0);
    opacity: 0;
  }
  .js-fade-group-r > * {
    transform: translate3d(25px, 0, 0);
    opacity: 0;
  }
  .js-fade-group-t > * {
    transform: translate3d(0, -25px, 0);
    opacity: 0;
  }
  .js-fade-group-l > * {
    transform: translate3d(-25px, 0, 0);
    opacity: 0;
  }
  .js-reveal {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  .js-reveal-t {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  .js-reveal-r {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  .js-reveal-b {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  .js-animated {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.d-block {
  display: block;
}

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

.d-inline {
  display: inline;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

@media screen and (min-width: 576px) {
  .d-sm-block {
    display: block;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .d-md-block {
    display: block;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-none {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-none {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .d-xl-block {
    display: block;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-none {
    display: none;
  }
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

@media screen and (min-width: 576px) {
  .relative-sm {
    position: relative;
  }
  .absolute-sm {
    position: absolute;
  }
  .fixed-sm {
    position: fixed;
  }
}
@media screen and (min-width: 768px) {
  .relative-md {
    position: relative;
  }
  .absolute-md {
    position: absolute;
  }
  .fixed-md {
    position: fixed;
  }
}
@media screen and (min-width: 992px) {
  .relative-lg {
    position: relative;
  }
  .absolute-lg {
    position: absolute;
  }
  .fixed-lg {
    position: fixed;
  }
}
@media screen and (min-width: 1200px) {
  .relative-xl {
    position: relative;
  }
  .absolute-xl {
    position: absolute;
  }
  .fixed-xl {
    position: fixed;
  }
}
.z--10 {
  z-index: -10;
}

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

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

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

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

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

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

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

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

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

.z-0 {
  z-index: 0;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 576px) {
  .z-sm--10 {
    z-index: -10;
  }
  .z-sm--9 {
    z-index: -9;
  }
  .z-sm--8 {
    z-index: -8;
  }
  .z-sm--7 {
    z-index: -7;
  }
  .z-sm--6 {
    z-index: -6;
  }
  .z-sm--5 {
    z-index: -5;
  }
  .z-sm--4 {
    z-index: -4;
  }
  .z-sm--3 {
    z-index: -3;
  }
  .z-sm--2 {
    z-index: -2;
  }
  .z-sm--1 {
    z-index: -1;
  }
  .z-sm-0 {
    z-index: 0;
  }
  .z-sm-1 {
    z-index: 1;
  }
  .z-sm-2 {
    z-index: 2;
  }
  .z-sm-3 {
    z-index: 3;
  }
  .z-sm-4 {
    z-index: 4;
  }
  .z-sm-5 {
    z-index: 5;
  }
  .z-sm-6 {
    z-index: 6;
  }
  .z-sm-7 {
    z-index: 7;
  }
  .z-sm-8 {
    z-index: 8;
  }
  .z-sm-9 {
    z-index: 9;
  }
  .z-sm-10 {
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .z-md--10 {
    z-index: -10;
  }
  .z-md--9 {
    z-index: -9;
  }
  .z-md--8 {
    z-index: -8;
  }
  .z-md--7 {
    z-index: -7;
  }
  .z-md--6 {
    z-index: -6;
  }
  .z-md--5 {
    z-index: -5;
  }
  .z-md--4 {
    z-index: -4;
  }
  .z-md--3 {
    z-index: -3;
  }
  .z-md--2 {
    z-index: -2;
  }
  .z-md--1 {
    z-index: -1;
  }
  .z-md-0 {
    z-index: 0;
  }
  .z-md-1 {
    z-index: 1;
  }
  .z-md-2 {
    z-index: 2;
  }
  .z-md-3 {
    z-index: 3;
  }
  .z-md-4 {
    z-index: 4;
  }
  .z-md-5 {
    z-index: 5;
  }
  .z-md-6 {
    z-index: 6;
  }
  .z-md-7 {
    z-index: 7;
  }
  .z-md-8 {
    z-index: 8;
  }
  .z-md-9 {
    z-index: 9;
  }
  .z-md-10 {
    z-index: 10;
  }
}
@media screen and (min-width: 992px) {
  .z-lg--10 {
    z-index: -10;
  }
  .z-lg--9 {
    z-index: -9;
  }
  .z-lg--8 {
    z-index: -8;
  }
  .z-lg--7 {
    z-index: -7;
  }
  .z-lg--6 {
    z-index: -6;
  }
  .z-lg--5 {
    z-index: -5;
  }
  .z-lg--4 {
    z-index: -4;
  }
  .z-lg--3 {
    z-index: -3;
  }
  .z-lg--2 {
    z-index: -2;
  }
  .z-lg--1 {
    z-index: -1;
  }
  .z-lg-0 {
    z-index: 0;
  }
  .z-lg-1 {
    z-index: 1;
  }
  .z-lg-2 {
    z-index: 2;
  }
  .z-lg-3 {
    z-index: 3;
  }
  .z-lg-4 {
    z-index: 4;
  }
  .z-lg-5 {
    z-index: 5;
  }
  .z-lg-6 {
    z-index: 6;
  }
  .z-lg-7 {
    z-index: 7;
  }
  .z-lg-8 {
    z-index: 8;
  }
  .z-lg-9 {
    z-index: 9;
  }
  .z-lg-10 {
    z-index: 10;
  }
}
@media screen and (min-width: 1200px) {
  .z-xl--10 {
    z-index: -10;
  }
  .z-xl--9 {
    z-index: -9;
  }
  .z-xl--8 {
    z-index: -8;
  }
  .z-xl--7 {
    z-index: -7;
  }
  .z-xl--6 {
    z-index: -6;
  }
  .z-xl--5 {
    z-index: -5;
  }
  .z-xl--4 {
    z-index: -4;
  }
  .z-xl--3 {
    z-index: -3;
  }
  .z-xl--2 {
    z-index: -2;
  }
  .z-xl--1 {
    z-index: -1;
  }
  .z-xl-0 {
    z-index: 0;
  }
  .z-xl-1 {
    z-index: 1;
  }
  .z-xl-2 {
    z-index: 2;
  }
  .z-xl-3 {
    z-index: 3;
  }
  .z-xl-4 {
    z-index: 4;
  }
  .z-xl-5 {
    z-index: 5;
  }
  .z-xl-6 {
    z-index: 6;
  }
  .z-xl-7 {
    z-index: 7;
  }
  .z-xl-8 {
    z-index: 8;
  }
  .z-xl-9 {
    z-index: 9;
  }
  .z-xl-10 {
    z-index: 10;
  }
}
/* --------------------------------------------------- CUSTOM, SITE-BASED HEADINGS AND PARAGRAPHS BASE TYPOGRAPHY --------------------------------------------------- */
* {
  font-family: "Montserrat", sans-serif;
}

p {
  font-size: 1.25rem;
  line-height: 30px;
  margin-bottom: 1.5rem;
}

h1,
.hdg-1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  h1,
  .hdg-1 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  h1,
  .hdg-1 {
    font-size: 5.75rem;
  }
}
@media screen and (min-width: 1200px) {
  h1,
  .hdg-1 {
    font-size: 6.25rem;
  }
}

h2,
.hdg-2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1200px) {
  h2,
  .hdg-2 {
    font-size: 5rem;
  }
}

h3,
.hdg-3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.025em;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1200px) {
  h3,
  .hdg-3 {
    font-size: 3.5rem;
  }
}

h4,
.hdg-4 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.025em;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1200px) {
  h4,
  .hdg-4 {
    font-size: 4.125rem;
  }
}

h5,
.hdg-5 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.025em;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1200px) {
  h5,
  .hdg-5 {
    font-size: 3rem;
  }
}

h6,
.hdg-6 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.025em;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1200px) {
  h6,
  .hdg-6 {
    font-size: 2.625rem;
  }
}

.hdg-7 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 133%;
  font-family: "Montserrat", sans-serif;
}

.hdg-8 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 125%;
  font-family: "Montserrat", sans-serif;
}

.p-large {
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 30px;
}

.p-base {
  font-size: 1.25rem;
  line-height: 30px;
}

.p-small {
  font-size: 1rem;
  line-height: 20px;
}

.p-xs {
  font-size: 0.875rem;
  line-height: 16px;
}

.blockquote {
  padding: 10px 20px;
  border-left: 5px solid #00A0C4;
  font-weight: 600 !important;
}

/* --------------------------------------------------- HEADINGS AND PARAGRAPHS END --------------------------------------------------- */
/* --------------------------------------------------- EXTRA CUSTOM TEXT CLASSES START --------------------------------------------------- */
.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.decoration-none {
  text-decoration: none;
}

.strike {
  text-decoration: line-through;
}

.text-xml {
  line-height: 40px;
}

.text-xs {
  font-size: 0.875rem;
}

.text-sm {
  font-size: 1rem;
}

.text-base {
  font-size: 1.25rem;
}

.text-lg {
  font-size: 1.25rem;
}

.text-xl {
  font-size: 1.5rem;
}

.text-xml {
  font-size: 1.875rem;
}

.text-xll {
  font-size: 1.75rem;
}

.text-2xl {
  font-size: 2.25rem;
}

.text-3xl {
  font-size: 3rem;
}

.text-4xl {
  font-size: 4rem;
}

.text-5xl {
  font-size: 7rem;
}

@media screen and (min-width: 576px) {
  .text-sm-xs {
    font-size: 0.875rem;
  }
  .text-sm-sm {
    font-size: 1rem;
  }
  .text-sm-base {
    font-size: 1.25rem;
  }
  .text-sm-lg {
    font-size: 1.25rem;
  }
  .text-sm-xl {
    font-size: 1.5rem;
  }
  .text-sm-xml {
    font-size: 1.875rem;
  }
  .text-sm-xll {
    font-size: 1.75rem;
  }
  .text-sm-2xl {
    font-size: 2.25rem;
  }
  .text-sm-3xl {
    font-size: 3rem;
  }
  .text-sm-4xl {
    font-size: 4rem;
  }
  .text-sm-5xl {
    font-size: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .text-md-xs {
    font-size: 0.875rem;
  }
  .text-md-sm {
    font-size: 1rem;
  }
  .text-md-base {
    font-size: 1.25rem;
  }
  .text-md-lg {
    font-size: 1.25rem;
  }
  .text-md-xl {
    font-size: 1.5rem;
  }
  .text-md-xml {
    font-size: 1.875rem;
  }
  .text-md-xll {
    font-size: 1.75rem;
  }
  .text-md-2xl {
    font-size: 2.25rem;
  }
  .text-md-3xl {
    font-size: 3rem;
  }
  .text-md-4xl {
    font-size: 4rem;
  }
  .text-md-5xl {
    font-size: 7rem;
  }
}
@media screen and (min-width: 992px) {
  .text-lg-xs {
    font-size: 0.875rem;
  }
  .text-lg-sm {
    font-size: 1rem;
  }
  .text-lg-base {
    font-size: 1.25rem;
  }
  .text-lg-lg {
    font-size: 1.25rem;
  }
  .text-lg-xl {
    font-size: 1.5rem;
  }
  .text-lg-xml {
    font-size: 1.875rem;
  }
  .text-lg-xll {
    font-size: 1.75rem;
  }
  .text-lg-2xl {
    font-size: 2.25rem;
  }
  .text-lg-3xl {
    font-size: 3rem;
  }
  .text-lg-4xl {
    font-size: 4rem;
  }
  .text-lg-5xl {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .text-xl-xs {
    font-size: 0.875rem;
  }
  .text-xl-sm {
    font-size: 1rem;
  }
  .text-xl-base {
    font-size: 1.25rem;
  }
  .text-xl-lg {
    font-size: 1.25rem;
  }
  .text-xl-xl {
    font-size: 1.5rem;
  }
  .text-xl-xml {
    font-size: 1.875rem;
  }
  .text-xl-xll {
    font-size: 1.75rem;
  }
  .text-xl-2xl {
    font-size: 2.25rem;
  }
  .text-xl-3xl {
    font-size: 3rem;
  }
  .text-xl-4xl {
    font-size: 4rem;
  }
  .text-xl-5xl {
    font-size: 7rem;
  }
}
.font-thin {
  font-weight: 300;
}

.font-base {
  font-weight: 400;
}

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

.font-semibold {
  font-weight: 600;
}

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

.font-boldest {
  font-weight: 900;
}

.lh-none {
  line-height: 1;
}

.lh-tighter {
  line-height: 1.25;
}

.lh-base {
  line-height: 1.5;
}

.lh-relaxed {
  line-height: 1.75;
}

.lh-loose {
  line-height: 2;
}

@media screen and (min-width: 576px) {
  .lh-sm-none {
    line-height: 1;
  }
  .lh-sm-tighter {
    line-height: 1.25;
  }
  .lh-sm-base {
    line-height: 1.5;
  }
  .lh-sm-relaxed {
    line-height: 1.75;
  }
  .lh-sm-loose {
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .lh-md-none {
    line-height: 1;
  }
  .lh-md-tighter {
    line-height: 1.25;
  }
  .lh-md-base {
    line-height: 1.5;
  }
  .lh-md-relaxed {
    line-height: 1.75;
  }
  .lh-md-loose {
    line-height: 2;
  }
}
@media screen and (min-width: 992px) {
  .lh-lg-none {
    line-height: 1;
  }
  .lh-lg-tighter {
    line-height: 1.25;
  }
  .lh-lg-base {
    line-height: 1.5;
  }
  .lh-lg-relaxed {
    line-height: 1.75;
  }
  .lh-lg-loose {
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  .lh-xl-none {
    line-height: 1;
  }
  .lh-xl-tighter {
    line-height: 1.25;
  }
  .lh-xl-base {
    line-height: 1.5;
  }
  .lh-xl-relaxed {
    line-height: 1.75;
  }
  .lh-xl-loose {
    line-height: 2;
  }
}
.ls-tighter {
  letter-spacing: -0.05em;
}

.ls-tight {
  letter-spacing: -0.025em;
}

.ls-base {
  letter-spacing: 0;
}

.ls-wide {
  letter-spacing: 0.025em;
}

.ls-wider {
  letter-spacing: 0.05em;
}

.ls-widest {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 576px) {
  .ls-sm-tighter {
    letter-spacing: -0.05em;
  }
  .ls-sm-tight {
    letter-spacing: -0.025em;
  }
  .ls-sm-base {
    letter-spacing: 0;
  }
  .ls-sm-wide {
    letter-spacing: 0.025em;
  }
  .ls-sm-wider {
    letter-spacing: 0.05em;
  }
  .ls-sm-widest {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .ls-md-tighter {
    letter-spacing: -0.05em;
  }
  .ls-md-tight {
    letter-spacing: -0.025em;
  }
  .ls-md-base {
    letter-spacing: 0;
  }
  .ls-md-wide {
    letter-spacing: 0.025em;
  }
  .ls-md-wider {
    letter-spacing: 0.05em;
  }
  .ls-md-widest {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 992px) {
  .ls-lg-tighter {
    letter-spacing: -0.05em;
  }
  .ls-lg-tight {
    letter-spacing: -0.025em;
  }
  .ls-lg-base {
    letter-spacing: 0;
  }
  .ls-lg-wide {
    letter-spacing: 0.025em;
  }
  .ls-lg-wider {
    letter-spacing: 0.05em;
  }
  .ls-lg-widest {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1200px) {
  .ls-xl-tighter {
    letter-spacing: -0.05em;
  }
  .ls-xl-tight {
    letter-spacing: -0.025em;
  }
  .ls-xl-base {
    letter-spacing: 0;
  }
  .ls-xl-wide {
    letter-spacing: 0.025em;
  }
  .ls-xl-wider {
    letter-spacing: 0.05em;
  }
  .ls-xl-widest {
    letter-spacing: 0.1em;
  }
}
.font-bodoni {
  font-family: "Bodoni", "serif";
}

.font-sans {
  font-family: "Montserrat", "Arial", "sans-serif";
}

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

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

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

@media screen and (min-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .text-xl-center {
    text-align: center;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
}
.text-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.stroke-white {
  -webkit-text-stroke: 1px solid #ffffff;
}

.border-name {
  border: 1px solid #ffffff;
}

.text-black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

.stroke-black {
  -webkit-text-stroke: 1px solid #000000;
}

.border-name {
  border: 1px solid #000000;
}

.text-charcoal {
  color: #333333;
}

.bg-charcoal {
  background-color: #333333;
}

.stroke-charcoal {
  -webkit-text-stroke: 1px solid #333333;
}

.border-name {
  border: 1px solid #333333;
}

.text-dkgray {
  color: #7c7c7c;
}

.bg-dkgray {
  background-color: #7c7c7c;
}

.stroke-dkgray {
  -webkit-text-stroke: 1px solid #7c7c7c;
}

.border-name {
  border: 1px solid #7c7c7c;
}

.text-gray {
  color: #888888;
}

.bg-gray {
  background-color: #888888;
}

.stroke-gray {
  -webkit-text-stroke: 1px solid #888888;
}

.border-name {
  border: 1px solid #888888;
}

.text-ltgray {
  color: #cccccc;
}

.bg-ltgray {
  background-color: #cccccc;
}

.stroke-ltgray {
  -webkit-text-stroke: 1px solid #cccccc;
}

.border-name {
  border: 1px solid #cccccc;
}

.text-blue {
  color: #00355F;
}

.bg-blue {
  background-color: #00355F;
}

.stroke-blue {
  -webkit-text-stroke: 1px solid #00355F;
}

.border-name {
  border: 1px solid #00355F;
}

.text-teal {
  color: #00A0C4;
}

.bg-teal {
  background-color: #00A0C4;
}

.stroke-teal {
  -webkit-text-stroke: 1px solid #00A0C4;
}

.border-name {
  border: 1px solid #00A0C4;
}

.text-ltblue {
  color: #8ECAE6;
}

.bg-ltblue {
  background-color: #8ECAE6;
}

.stroke-ltblue {
  -webkit-text-stroke: 1px solid #8ECAE6;
}

.border-name {
  border: 1px solid #8ECAE6;
}

.text-orange {
  color: #E06A37;
}

.bg-orange {
  background-color: #E06A37;
}

.stroke-orange {
  -webkit-text-stroke: 1px solid #E06A37;
}

.border-name {
  border: 1px solid #E06A37;
}

.text-creme {
  color: #E5E2CF;
}

.bg-creme {
  background-color: #E5E2CF;
}

.stroke-creme {
  -webkit-text-stroke: 1px solid #E5E2CF;
}

.border-name {
  border: 1px solid #E5E2CF;
}

.nowrap {
  white-space: nowrap;
}

/* --------------------------------------------------- EXTRA CUSTOM TEXT CLASSES START --------------------------------------------------- */
/* Custom styles for TinyMCE editor in the WordPress admin */
body .mce-menu-item.mce-menu-item-preview.mce-active .mce-text,
body .mce-menu-item.mce-menu-item-preview.mce-active .mce-ico {
  color: white !important;
}

@keyframes wavy {
  0% {
    border-radius: 40px 0;
  }
  50% {
    border-radius: 0 40px;
  }
  100% {
    border-radius: 40px 0;
  }
}
.btn, .btn-orange, .btn-blue, .btn-teal {
  font-family: "Montserrat", sans-serif;
  padding: 20px 30px;
  border-radius: 40px 0;
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  color: white;
  position: relative;
  border: none;
  text-transform: uppercase;
  line-height: 100%;
  cursor: pointer;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
  overflow: hidden;
}
.btn:after, .btn-orange:after, .btn-blue:after, .btn-teal:after {
  background: rgb(255, 255, 255);
  content: "";
  height: 100%;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: 0px;
  transform: skewX(-25deg);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 60px;
  z-index: 1;
}
.btn:hover, .btn-orange:hover, .btn-blue:hover, .btn-teal:hover {
  border-radius: 40px;
}
.btn:hover:after, .btn-orange:hover:after, .btn-blue:hover:after, .btn-teal:hover:after {
  left: 120%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-teal {
  background: #00A0C4;
  color: white !important;
}

.btn-blue {
  background: #00355F;
  color: white !important;
}

.btn-orange {
  background: #E06A37;
  color: white !important;
}

.button-group {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.button-group .btn, .button-group .btn-teal, .button-group .btn-blue, .button-group .btn-orange {
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .button-group {
    flex-direction: row;
    justify-content: flex-start;
  }
  .button-group .btn, .button-group .btn-teal, .button-group .btn-blue, .button-group .btn-orange {
    margin-right: 20px;
  }
}

.button-group-centered {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.button-group-centered .btn, .button-group-centered .btn-teal, .button-group-centered .btn-blue, .button-group-centered .btn-orange {
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .button-group-centered {
    flex-direction: row;
    justify-content: center;
  }
  .button-group-centered .btn, .button-group-centered .btn-teal, .button-group-centered .btn-blue, .button-group-centered .btn-orange {
    margin: 0 20px;
  }
}

.button-group-right {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.button-group-right .btn, .button-group-right .btn-teal, .button-group-right .btn-blue, .button-group-right .btn-orange {
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .button-group-right {
    flex-direction: row;
    justify-content: flex-end;
  }
  .button-group-right .btn, .button-group-right .btn-teal, .button-group-right .btn-blue, .button-group-right .btn-orange {
    margin-left: 20px;
  }
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 4px;
}

.h-2 {
  height: 8px;
}

.h-3 {
  height: 12px;
}

.h-4 {
  height: 16px;
}

.h-5 {
  height: 20px;
}

.h-6 {
  height: 24px;
}

.h-7 {
  height: 28px;
}

.h-8 {
  height: 32px;
}

.h-9 {
  height: 36px;
}

.h-10 {
  height: 40px;
}

.h-12 {
  height: 48px;
}

.h-16 {
  height: 64px;
}

.h-20 {
  height: 80px;
}

.h-24 {
  height: 96px;
}

.h-25 {
  height: 100px;
}

.h-32 {
  height: 128px;
}

.h-36 {
  height: 144px;
}

.h-40 {
  height: 160px;
}

.h-44 {
  height: 176px;
}

.h-48 {
  height: 192px;
}

.h-64 {
  height: 256px;
}

.h-80 {
  height: 320px;
}

.h-gutter {
  height: 0.75rem;
}

.h-gutter-full {
  height: 1.5rem;
}

@media screen and (min-width: 576px) {
  .h-sm-0 {
    height: 0;
  }
  .h-sm-1 {
    height: 4px;
  }
  .h-sm-2 {
    height: 8px;
  }
  .h-sm-3 {
    height: 12px;
  }
  .h-sm-4 {
    height: 16px;
  }
  .h-sm-5 {
    height: 20px;
  }
  .h-sm-6 {
    height: 24px;
  }
  .h-sm-7 {
    height: 28px;
  }
  .h-sm-8 {
    height: 32px;
  }
  .h-sm-9 {
    height: 36px;
  }
  .h-sm-10 {
    height: 40px;
  }
  .h-sm-12 {
    height: 48px;
  }
  .h-sm-16 {
    height: 64px;
  }
  .h-sm-20 {
    height: 80px;
  }
  .h-sm-24 {
    height: 96px;
  }
  .h-sm-25 {
    height: 100px;
  }
  .h-sm-32 {
    height: 128px;
  }
  .h-sm-36 {
    height: 144px;
  }
  .h-sm-40 {
    height: 160px;
  }
  .h-sm-44 {
    height: 176px;
  }
  .h-sm-48 {
    height: 192px;
  }
  .h-sm-64 {
    height: 256px;
  }
  .h-sm-80 {
    height: 320px;
  }
  .h-sm-gutter {
    height: 0.75rem;
  }
  .h-sm-gutter-full {
    height: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .h-md-0 {
    height: 0;
  }
  .h-md-1 {
    height: 4px;
  }
  .h-md-2 {
    height: 8px;
  }
  .h-md-3 {
    height: 12px;
  }
  .h-md-4 {
    height: 16px;
  }
  .h-md-5 {
    height: 20px;
  }
  .h-md-6 {
    height: 24px;
  }
  .h-md-7 {
    height: 28px;
  }
  .h-md-8 {
    height: 32px;
  }
  .h-md-9 {
    height: 36px;
  }
  .h-md-10 {
    height: 40px;
  }
  .h-md-12 {
    height: 48px;
  }
  .h-md-16 {
    height: 64px;
  }
  .h-md-20 {
    height: 80px;
  }
  .h-md-24 {
    height: 96px;
  }
  .h-md-25 {
    height: 100px;
  }
  .h-md-32 {
    height: 128px;
  }
  .h-md-36 {
    height: 144px;
  }
  .h-md-40 {
    height: 160px;
  }
  .h-md-44 {
    height: 176px;
  }
  .h-md-48 {
    height: 192px;
  }
  .h-md-64 {
    height: 256px;
  }
  .h-md-80 {
    height: 320px;
  }
  .h-md-gutter {
    height: 0.75rem;
  }
  .h-md-gutter-full {
    height: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-0 {
    height: 0;
  }
  .h-lg-1 {
    height: 4px;
  }
  .h-lg-2 {
    height: 8px;
  }
  .h-lg-3 {
    height: 12px;
  }
  .h-lg-4 {
    height: 16px;
  }
  .h-lg-5 {
    height: 20px;
  }
  .h-lg-6 {
    height: 24px;
  }
  .h-lg-7 {
    height: 28px;
  }
  .h-lg-8 {
    height: 32px;
  }
  .h-lg-9 {
    height: 36px;
  }
  .h-lg-10 {
    height: 40px;
  }
  .h-lg-12 {
    height: 48px;
  }
  .h-lg-16 {
    height: 64px;
  }
  .h-lg-20 {
    height: 80px;
  }
  .h-lg-24 {
    height: 96px;
  }
  .h-lg-25 {
    height: 100px;
  }
  .h-lg-32 {
    height: 128px;
  }
  .h-lg-36 {
    height: 144px;
  }
  .h-lg-40 {
    height: 160px;
  }
  .h-lg-44 {
    height: 176px;
  }
  .h-lg-48 {
    height: 192px;
  }
  .h-lg-64 {
    height: 256px;
  }
  .h-lg-80 {
    height: 320px;
  }
  .h-lg-gutter {
    height: 0.75rem;
  }
  .h-lg-gutter-full {
    height: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-0 {
    height: 0;
  }
  .h-xl-1 {
    height: 4px;
  }
  .h-xl-2 {
    height: 8px;
  }
  .h-xl-3 {
    height: 12px;
  }
  .h-xl-4 {
    height: 16px;
  }
  .h-xl-5 {
    height: 20px;
  }
  .h-xl-6 {
    height: 24px;
  }
  .h-xl-7 {
    height: 28px;
  }
  .h-xl-8 {
    height: 32px;
  }
  .h-xl-9 {
    height: 36px;
  }
  .h-xl-10 {
    height: 40px;
  }
  .h-xl-12 {
    height: 48px;
  }
  .h-xl-16 {
    height: 64px;
  }
  .h-xl-20 {
    height: 80px;
  }
  .h-xl-24 {
    height: 96px;
  }
  .h-xl-25 {
    height: 100px;
  }
  .h-xl-32 {
    height: 128px;
  }
  .h-xl-36 {
    height: 144px;
  }
  .h-xl-40 {
    height: 160px;
  }
  .h-xl-44 {
    height: 176px;
  }
  .h-xl-48 {
    height: 192px;
  }
  .h-xl-64 {
    height: 256px;
  }
  .h-xl-80 {
    height: 320px;
  }
  .h-xl-gutter {
    height: 0.75rem;
  }
  .h-xl-gutter-full {
    height: 1.5rem;
  }
}
.w-0 {
  width: 0;
}

.w-1 {
  width: 4px;
}

.w-2 {
  width: 8px;
}

.w-3 {
  width: 12px;
}

.w-4 {
  width: 16px;
}

.w-5 {
  width: 20px;
}

.w-6 {
  width: 24px;
}

.w-7 {
  width: 28px;
}

.w-8 {
  width: 32px;
}

.w-9 {
  width: 36px;
}

.w-10 {
  width: 40px;
}

.w-12 {
  width: 48px;
}

.w-16 {
  width: 64px;
}

.w-20 {
  width: 80px;
}

.w-24 {
  width: 96px;
}

.w-25 {
  width: 100px;
}

.w-32 {
  width: 128px;
}

.w-36 {
  width: 144px;
}

.w-40 {
  width: 160px;
}

.w-44 {
  width: 176px;
}

.w-48 {
  width: 192px;
}

.w-64 {
  width: 256px;
}

.w-80 {
  width: 320px;
}

.w-gutter {
  width: 0.75rem;
}

.w-gutter-full {
  width: 1.5rem;
}

@media screen and (min-width: 576px) {
  .w-sm-0 {
    width: 0;
  }
  .w-sm-1 {
    width: 4px;
  }
  .w-sm-2 {
    width: 8px;
  }
  .w-sm-3 {
    width: 12px;
  }
  .w-sm-4 {
    width: 16px;
  }
  .w-sm-5 {
    width: 20px;
  }
  .w-sm-6 {
    width: 24px;
  }
  .w-sm-7 {
    width: 28px;
  }
  .w-sm-8 {
    width: 32px;
  }
  .w-sm-9 {
    width: 36px;
  }
  .w-sm-10 {
    width: 40px;
  }
  .w-sm-12 {
    width: 48px;
  }
  .w-sm-16 {
    width: 64px;
  }
  .w-sm-20 {
    width: 80px;
  }
  .w-sm-24 {
    width: 96px;
  }
  .w-sm-25 {
    width: 100px;
  }
  .w-sm-32 {
    width: 128px;
  }
  .w-sm-36 {
    width: 144px;
  }
  .w-sm-40 {
    width: 160px;
  }
  .w-sm-44 {
    width: 176px;
  }
  .w-sm-48 {
    width: 192px;
  }
  .w-sm-64 {
    width: 256px;
  }
  .w-sm-80 {
    width: 320px;
  }
  .w-sm-gutter {
    width: 0.75rem;
  }
  .w-sm-gutter-full {
    width: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .w-md-0 {
    width: 0;
  }
  .w-md-1 {
    width: 4px;
  }
  .w-md-2 {
    width: 8px;
  }
  .w-md-3 {
    width: 12px;
  }
  .w-md-4 {
    width: 16px;
  }
  .w-md-5 {
    width: 20px;
  }
  .w-md-6 {
    width: 24px;
  }
  .w-md-7 {
    width: 28px;
  }
  .w-md-8 {
    width: 32px;
  }
  .w-md-9 {
    width: 36px;
  }
  .w-md-10 {
    width: 40px;
  }
  .w-md-12 {
    width: 48px;
  }
  .w-md-16 {
    width: 64px;
  }
  .w-md-20 {
    width: 80px;
  }
  .w-md-24 {
    width: 96px;
  }
  .w-md-25 {
    width: 100px;
  }
  .w-md-32 {
    width: 128px;
  }
  .w-md-36 {
    width: 144px;
  }
  .w-md-40 {
    width: 160px;
  }
  .w-md-44 {
    width: 176px;
  }
  .w-md-48 {
    width: 192px;
  }
  .w-md-64 {
    width: 256px;
  }
  .w-md-80 {
    width: 320px;
  }
  .w-md-gutter {
    width: 0.75rem;
  }
  .w-md-gutter-full {
    width: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-0 {
    width: 0;
  }
  .w-lg-1 {
    width: 4px;
  }
  .w-lg-2 {
    width: 8px;
  }
  .w-lg-3 {
    width: 12px;
  }
  .w-lg-4 {
    width: 16px;
  }
  .w-lg-5 {
    width: 20px;
  }
  .w-lg-6 {
    width: 24px;
  }
  .w-lg-7 {
    width: 28px;
  }
  .w-lg-8 {
    width: 32px;
  }
  .w-lg-9 {
    width: 36px;
  }
  .w-lg-10 {
    width: 40px;
  }
  .w-lg-12 {
    width: 48px;
  }
  .w-lg-16 {
    width: 64px;
  }
  .w-lg-20 {
    width: 80px;
  }
  .w-lg-24 {
    width: 96px;
  }
  .w-lg-25 {
    width: 100px;
  }
  .w-lg-32 {
    width: 128px;
  }
  .w-lg-36 {
    width: 144px;
  }
  .w-lg-40 {
    width: 160px;
  }
  .w-lg-44 {
    width: 176px;
  }
  .w-lg-48 {
    width: 192px;
  }
  .w-lg-64 {
    width: 256px;
  }
  .w-lg-80 {
    width: 320px;
  }
  .w-lg-gutter {
    width: 0.75rem;
  }
  .w-lg-gutter-full {
    width: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-0 {
    width: 0;
  }
  .w-xl-1 {
    width: 4px;
  }
  .w-xl-2 {
    width: 8px;
  }
  .w-xl-3 {
    width: 12px;
  }
  .w-xl-4 {
    width: 16px;
  }
  .w-xl-5 {
    width: 20px;
  }
  .w-xl-6 {
    width: 24px;
  }
  .w-xl-7 {
    width: 28px;
  }
  .w-xl-8 {
    width: 32px;
  }
  .w-xl-9 {
    width: 36px;
  }
  .w-xl-10 {
    width: 40px;
  }
  .w-xl-12 {
    width: 48px;
  }
  .w-xl-16 {
    width: 64px;
  }
  .w-xl-20 {
    width: 80px;
  }
  .w-xl-24 {
    width: 96px;
  }
  .w-xl-25 {
    width: 100px;
  }
  .w-xl-32 {
    width: 128px;
  }
  .w-xl-36 {
    width: 144px;
  }
  .w-xl-40 {
    width: 160px;
  }
  .w-xl-44 {
    width: 176px;
  }
  .w-xl-48 {
    width: 192px;
  }
  .w-xl-64 {
    width: 256px;
  }
  .w-xl-80 {
    width: 320px;
  }
  .w-xl-gutter {
    width: 0.75rem;
  }
  .w-xl-gutter-full {
    width: 1.5rem;
  }
}
.p-0 {
  padding: 0;
}

.p-1 {
  padding: 4px;
}

.p-2 {
  padding: 8px;
}

.p-3 {
  padding: 12px;
}

.p-4 {
  padding: 16px;
}

.p-5 {
  padding: 20px;
}

.p-6 {
  padding: 24px;
}

.p-7 {
  padding: 28px;
}

.p-8 {
  padding: 32px;
}

.p-9 {
  padding: 36px;
}

.p-10 {
  padding: 40px;
}

.p-12 {
  padding: 48px;
}

.p-16 {
  padding: 64px;
}

.p-20 {
  padding: 80px;
}

.p-24 {
  padding: 96px;
}

.p-25 {
  padding: 100px;
}

.p-32 {
  padding: 128px;
}

.p-36 {
  padding: 144px;
}

.p-40 {
  padding: 160px;
}

.p-44 {
  padding: 176px;
}

.p-48 {
  padding: 192px;
}

.p-64 {
  padding: 256px;
}

.p-80 {
  padding: 320px;
}

.p-gutter {
  padding: 0.75rem;
}

.p-gutter-full {
  padding: 1.5rem;
}

@media screen and (min-width: 576px) {
  .p-sm-0 {
    padding: 0;
  }
  .p-sm-1 {
    padding: 4px;
  }
  .p-sm-2 {
    padding: 8px;
  }
  .p-sm-3 {
    padding: 12px;
  }
  .p-sm-4 {
    padding: 16px;
  }
  .p-sm-5 {
    padding: 20px;
  }
  .p-sm-6 {
    padding: 24px;
  }
  .p-sm-7 {
    padding: 28px;
  }
  .p-sm-8 {
    padding: 32px;
  }
  .p-sm-9 {
    padding: 36px;
  }
  .p-sm-10 {
    padding: 40px;
  }
  .p-sm-12 {
    padding: 48px;
  }
  .p-sm-16 {
    padding: 64px;
  }
  .p-sm-20 {
    padding: 80px;
  }
  .p-sm-24 {
    padding: 96px;
  }
  .p-sm-25 {
    padding: 100px;
  }
  .p-sm-32 {
    padding: 128px;
  }
  .p-sm-36 {
    padding: 144px;
  }
  .p-sm-40 {
    padding: 160px;
  }
  .p-sm-44 {
    padding: 176px;
  }
  .p-sm-48 {
    padding: 192px;
  }
  .p-sm-64 {
    padding: 256px;
  }
  .p-sm-80 {
    padding: 320px;
  }
  .p-sm-gutter {
    padding: 0.75rem;
  }
  .p-sm-gutter-full {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-md-0 {
    padding: 0;
  }
  .p-md-1 {
    padding: 4px;
  }
  .p-md-2 {
    padding: 8px;
  }
  .p-md-3 {
    padding: 12px;
  }
  .p-md-4 {
    padding: 16px;
  }
  .p-md-5 {
    padding: 20px;
  }
  .p-md-6 {
    padding: 24px;
  }
  .p-md-7 {
    padding: 28px;
  }
  .p-md-8 {
    padding: 32px;
  }
  .p-md-9 {
    padding: 36px;
  }
  .p-md-10 {
    padding: 40px;
  }
  .p-md-12 {
    padding: 48px;
  }
  .p-md-16 {
    padding: 64px;
  }
  .p-md-20 {
    padding: 80px;
  }
  .p-md-24 {
    padding: 96px;
  }
  .p-md-25 {
    padding: 100px;
  }
  .p-md-32 {
    padding: 128px;
  }
  .p-md-36 {
    padding: 144px;
  }
  .p-md-40 {
    padding: 160px;
  }
  .p-md-44 {
    padding: 176px;
  }
  .p-md-48 {
    padding: 192px;
  }
  .p-md-64 {
    padding: 256px;
  }
  .p-md-80 {
    padding: 320px;
  }
  .p-md-gutter {
    padding: 0.75rem;
  }
  .p-md-gutter-full {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-0 {
    padding: 0;
  }
  .p-lg-1 {
    padding: 4px;
  }
  .p-lg-2 {
    padding: 8px;
  }
  .p-lg-3 {
    padding: 12px;
  }
  .p-lg-4 {
    padding: 16px;
  }
  .p-lg-5 {
    padding: 20px;
  }
  .p-lg-6 {
    padding: 24px;
  }
  .p-lg-7 {
    padding: 28px;
  }
  .p-lg-8 {
    padding: 32px;
  }
  .p-lg-9 {
    padding: 36px;
  }
  .p-lg-10 {
    padding: 40px;
  }
  .p-lg-12 {
    padding: 48px;
  }
  .p-lg-16 {
    padding: 64px;
  }
  .p-lg-20 {
    padding: 80px;
  }
  .p-lg-24 {
    padding: 96px;
  }
  .p-lg-25 {
    padding: 100px;
  }
  .p-lg-32 {
    padding: 128px;
  }
  .p-lg-36 {
    padding: 144px;
  }
  .p-lg-40 {
    padding: 160px;
  }
  .p-lg-44 {
    padding: 176px;
  }
  .p-lg-48 {
    padding: 192px;
  }
  .p-lg-64 {
    padding: 256px;
  }
  .p-lg-80 {
    padding: 320px;
  }
  .p-lg-gutter {
    padding: 0.75rem;
  }
  .p-lg-gutter-full {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-0 {
    padding: 0;
  }
  .p-xl-1 {
    padding: 4px;
  }
  .p-xl-2 {
    padding: 8px;
  }
  .p-xl-3 {
    padding: 12px;
  }
  .p-xl-4 {
    padding: 16px;
  }
  .p-xl-5 {
    padding: 20px;
  }
  .p-xl-6 {
    padding: 24px;
  }
  .p-xl-7 {
    padding: 28px;
  }
  .p-xl-8 {
    padding: 32px;
  }
  .p-xl-9 {
    padding: 36px;
  }
  .p-xl-10 {
    padding: 40px;
  }
  .p-xl-12 {
    padding: 48px;
  }
  .p-xl-16 {
    padding: 64px;
  }
  .p-xl-20 {
    padding: 80px;
  }
  .p-xl-24 {
    padding: 96px;
  }
  .p-xl-25 {
    padding: 100px;
  }
  .p-xl-32 {
    padding: 128px;
  }
  .p-xl-36 {
    padding: 144px;
  }
  .p-xl-40 {
    padding: 160px;
  }
  .p-xl-44 {
    padding: 176px;
  }
  .p-xl-48 {
    padding: 192px;
  }
  .p-xl-64 {
    padding: 256px;
  }
  .p-xl-80 {
    padding: 320px;
  }
  .p-xl-gutter {
    padding: 0.75rem;
  }
  .p-xl-gutter-full {
    padding: 1.5rem;
  }
}
.m-0 {
  margin: 0;
}

.m-1 {
  margin: 4px;
}

.m-2 {
  margin: 8px;
}

.m-3 {
  margin: 12px;
}

.m-4 {
  margin: 16px;
}

.m-5 {
  margin: 20px;
}

.m-6 {
  margin: 24px;
}

.m-7 {
  margin: 28px;
}

.m-8 {
  margin: 32px;
}

.m-9 {
  margin: 36px;
}

.m-10 {
  margin: 40px;
}

.m-12 {
  margin: 48px;
}

.m-16 {
  margin: 64px;
}

.m-20 {
  margin: 80px;
}

.m-24 {
  margin: 96px;
}

.m-25 {
  margin: 100px;
}

.m-32 {
  margin: 128px;
}

.m-36 {
  margin: 144px;
}

.m-40 {
  margin: 160px;
}

.m-44 {
  margin: 176px;
}

.m-48 {
  margin: 192px;
}

.m-64 {
  margin: 256px;
}

.m-80 {
  margin: 320px;
}

.m-gutter {
  margin: 0.75rem;
}

.m-gutter-full {
  margin: 1.5rem;
}

@media screen and (min-width: 576px) {
  .m-sm-0 {
    margin: 0;
  }
  .m-sm-1 {
    margin: 4px;
  }
  .m-sm-2 {
    margin: 8px;
  }
  .m-sm-3 {
    margin: 12px;
  }
  .m-sm-4 {
    margin: 16px;
  }
  .m-sm-5 {
    margin: 20px;
  }
  .m-sm-6 {
    margin: 24px;
  }
  .m-sm-7 {
    margin: 28px;
  }
  .m-sm-8 {
    margin: 32px;
  }
  .m-sm-9 {
    margin: 36px;
  }
  .m-sm-10 {
    margin: 40px;
  }
  .m-sm-12 {
    margin: 48px;
  }
  .m-sm-16 {
    margin: 64px;
  }
  .m-sm-20 {
    margin: 80px;
  }
  .m-sm-24 {
    margin: 96px;
  }
  .m-sm-25 {
    margin: 100px;
  }
  .m-sm-32 {
    margin: 128px;
  }
  .m-sm-36 {
    margin: 144px;
  }
  .m-sm-40 {
    margin: 160px;
  }
  .m-sm-44 {
    margin: 176px;
  }
  .m-sm-48 {
    margin: 192px;
  }
  .m-sm-64 {
    margin: 256px;
  }
  .m-sm-80 {
    margin: 320px;
  }
  .m-sm-gutter {
    margin: 0.75rem;
  }
  .m-sm-gutter-full {
    margin: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .m-md-0 {
    margin: 0;
  }
  .m-md-1 {
    margin: 4px;
  }
  .m-md-2 {
    margin: 8px;
  }
  .m-md-3 {
    margin: 12px;
  }
  .m-md-4 {
    margin: 16px;
  }
  .m-md-5 {
    margin: 20px;
  }
  .m-md-6 {
    margin: 24px;
  }
  .m-md-7 {
    margin: 28px;
  }
  .m-md-8 {
    margin: 32px;
  }
  .m-md-9 {
    margin: 36px;
  }
  .m-md-10 {
    margin: 40px;
  }
  .m-md-12 {
    margin: 48px;
  }
  .m-md-16 {
    margin: 64px;
  }
  .m-md-20 {
    margin: 80px;
  }
  .m-md-24 {
    margin: 96px;
  }
  .m-md-25 {
    margin: 100px;
  }
  .m-md-32 {
    margin: 128px;
  }
  .m-md-36 {
    margin: 144px;
  }
  .m-md-40 {
    margin: 160px;
  }
  .m-md-44 {
    margin: 176px;
  }
  .m-md-48 {
    margin: 192px;
  }
  .m-md-64 {
    margin: 256px;
  }
  .m-md-80 {
    margin: 320px;
  }
  .m-md-gutter {
    margin: 0.75rem;
  }
  .m-md-gutter-full {
    margin: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-0 {
    margin: 0;
  }
  .m-lg-1 {
    margin: 4px;
  }
  .m-lg-2 {
    margin: 8px;
  }
  .m-lg-3 {
    margin: 12px;
  }
  .m-lg-4 {
    margin: 16px;
  }
  .m-lg-5 {
    margin: 20px;
  }
  .m-lg-6 {
    margin: 24px;
  }
  .m-lg-7 {
    margin: 28px;
  }
  .m-lg-8 {
    margin: 32px;
  }
  .m-lg-9 {
    margin: 36px;
  }
  .m-lg-10 {
    margin: 40px;
  }
  .m-lg-12 {
    margin: 48px;
  }
  .m-lg-16 {
    margin: 64px;
  }
  .m-lg-20 {
    margin: 80px;
  }
  .m-lg-24 {
    margin: 96px;
  }
  .m-lg-25 {
    margin: 100px;
  }
  .m-lg-32 {
    margin: 128px;
  }
  .m-lg-36 {
    margin: 144px;
  }
  .m-lg-40 {
    margin: 160px;
  }
  .m-lg-44 {
    margin: 176px;
  }
  .m-lg-48 {
    margin: 192px;
  }
  .m-lg-64 {
    margin: 256px;
  }
  .m-lg-80 {
    margin: 320px;
  }
  .m-lg-gutter {
    margin: 0.75rem;
  }
  .m-lg-gutter-full {
    margin: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .m-xl-0 {
    margin: 0;
  }
  .m-xl-1 {
    margin: 4px;
  }
  .m-xl-2 {
    margin: 8px;
  }
  .m-xl-3 {
    margin: 12px;
  }
  .m-xl-4 {
    margin: 16px;
  }
  .m-xl-5 {
    margin: 20px;
  }
  .m-xl-6 {
    margin: 24px;
  }
  .m-xl-7 {
    margin: 28px;
  }
  .m-xl-8 {
    margin: 32px;
  }
  .m-xl-9 {
    margin: 36px;
  }
  .m-xl-10 {
    margin: 40px;
  }
  .m-xl-12 {
    margin: 48px;
  }
  .m-xl-16 {
    margin: 64px;
  }
  .m-xl-20 {
    margin: 80px;
  }
  .m-xl-24 {
    margin: 96px;
  }
  .m-xl-25 {
    margin: 100px;
  }
  .m-xl-32 {
    margin: 128px;
  }
  .m-xl-36 {
    margin: 144px;
  }
  .m-xl-40 {
    margin: 160px;
  }
  .m-xl-44 {
    margin: 176px;
  }
  .m-xl-48 {
    margin: 192px;
  }
  .m-xl-64 {
    margin: 256px;
  }
  .m-xl-80 {
    margin: 320px;
  }
  .m-xl-gutter {
    margin: 0.75rem;
  }
  .m-xl-gutter-full {
    margin: 1.5rem;
  }
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-7 {
  padding-left: 28px;
  padding-right: 28px;
}

.px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-9 {
  padding-left: 36px;
  padding-right: 36px;
}

.px-10 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-12 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-16 {
  padding-left: 64px;
  padding-right: 64px;
}

.px-20 {
  padding-left: 80px;
  padding-right: 80px;
}

.px-24 {
  padding-left: 96px;
  padding-right: 96px;
}

.px-25 {
  padding-left: 100px;
  padding-right: 100px;
}

.px-32 {
  padding-left: 128px;
  padding-right: 128px;
}

.px-36 {
  padding-left: 144px;
  padding-right: 144px;
}

.px-40 {
  padding-left: 160px;
  padding-right: 160px;
}

.px-44 {
  padding-left: 176px;
  padding-right: 176px;
}

.px-48 {
  padding-left: 192px;
  padding-right: 192px;
}

.px-64 {
  padding-left: 256px;
  padding-right: 256px;
}

.px-80 {
  padding-left: 320px;
  padding-right: 320px;
}

.px-gutter {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-gutter-full {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 576px) {
  .px-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-sm-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .px-sm-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .px-sm-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .px-sm-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .px-sm-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-sm-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .px-sm-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .px-sm-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .px-sm-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .px-sm-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px-sm-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .px-sm-16 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .px-sm-20 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .px-sm-24 {
    padding-left: 96px;
    padding-right: 96px;
  }
  .px-sm-25 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .px-sm-32 {
    padding-left: 128px;
    padding-right: 128px;
  }
  .px-sm-36 {
    padding-left: 144px;
    padding-right: 144px;
  }
  .px-sm-40 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .px-sm-44 {
    padding-left: 176px;
    padding-right: 176px;
  }
  .px-sm-48 {
    padding-left: 192px;
    padding-right: 192px;
  }
  .px-sm-64 {
    padding-left: 256px;
    padding-right: 256px;
  }
  .px-sm-80 {
    padding-left: 320px;
    padding-right: 320px;
  }
  .px-sm-gutter {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .px-sm-gutter-full {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .px-md-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-md-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .px-md-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .px-md-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .px-md-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .px-md-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-md-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .px-md-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .px-md-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .px-md-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .px-md-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px-md-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .px-md-16 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .px-md-20 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .px-md-24 {
    padding-left: 96px;
    padding-right: 96px;
  }
  .px-md-25 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .px-md-32 {
    padding-left: 128px;
    padding-right: 128px;
  }
  .px-md-36 {
    padding-left: 144px;
    padding-right: 144px;
  }
  .px-md-40 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .px-md-44 {
    padding-left: 176px;
    padding-right: 176px;
  }
  .px-md-48 {
    padding-left: 192px;
    padding-right: 192px;
  }
  .px-md-64 {
    padding-left: 256px;
    padding-right: 256px;
  }
  .px-md-80 {
    padding-left: 320px;
    padding-right: 320px;
  }
  .px-md-gutter {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .px-md-gutter-full {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .px-lg-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-lg-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .px-lg-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .px-lg-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .px-lg-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .px-lg-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-lg-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .px-lg-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .px-lg-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .px-lg-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .px-lg-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px-lg-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .px-lg-16 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .px-lg-20 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .px-lg-24 {
    padding-left: 96px;
    padding-right: 96px;
  }
  .px-lg-25 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .px-lg-32 {
    padding-left: 128px;
    padding-right: 128px;
  }
  .px-lg-36 {
    padding-left: 144px;
    padding-right: 144px;
  }
  .px-lg-40 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .px-lg-44 {
    padding-left: 176px;
    padding-right: 176px;
  }
  .px-lg-48 {
    padding-left: 192px;
    padding-right: 192px;
  }
  .px-lg-64 {
    padding-left: 256px;
    padding-right: 256px;
  }
  .px-lg-80 {
    padding-left: 320px;
    padding-right: 320px;
  }
  .px-lg-gutter {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .px-lg-gutter-full {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .px-xl-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-xl-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .px-xl-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .px-xl-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .px-xl-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .px-xl-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-xl-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .px-xl-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .px-xl-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .px-xl-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .px-xl-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px-xl-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .px-xl-16 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .px-xl-20 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .px-xl-24 {
    padding-left: 96px;
    padding-right: 96px;
  }
  .px-xl-25 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .px-xl-32 {
    padding-left: 128px;
    padding-right: 128px;
  }
  .px-xl-36 {
    padding-left: 144px;
    padding-right: 144px;
  }
  .px-xl-40 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .px-xl-44 {
    padding-left: 176px;
    padding-right: 176px;
  }
  .px-xl-48 {
    padding-left: 192px;
    padding-right: 192px;
  }
  .px-xl-64 {
    padding-left: 256px;
    padding-right: 256px;
  }
  .px-xl-80 {
    padding-left: 320px;
    padding-right: 320px;
  }
  .px-xl-gutter {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .px-xl-gutter-full {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}

.mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-5 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-6 {
  margin-left: 24px;
  margin-right: 24px;
}

.mx-7 {
  margin-left: 28px;
  margin-right: 28px;
}

.mx-8 {
  margin-left: 32px;
  margin-right: 32px;
}

.mx-9 {
  margin-left: 36px;
  margin-right: 36px;
}

.mx-10 {
  margin-left: 40px;
  margin-right: 40px;
}

.mx-12 {
  margin-left: 48px;
  margin-right: 48px;
}

.mx-16 {
  margin-left: 64px;
  margin-right: 64px;
}

.mx-20 {
  margin-left: 80px;
  margin-right: 80px;
}

.mx-24 {
  margin-left: 96px;
  margin-right: 96px;
}

.mx-25 {
  margin-left: 100px;
  margin-right: 100px;
}

.mx-32 {
  margin-left: 128px;
  margin-right: 128px;
}

.mx-36 {
  margin-left: 144px;
  margin-right: 144px;
}

.mx-40 {
  margin-left: 160px;
  margin-right: 160px;
}

.mx-44 {
  margin-left: 176px;
  margin-right: 176px;
}

.mx-48 {
  margin-left: 192px;
  margin-right: 192px;
}

.mx-64 {
  margin-left: 256px;
  margin-right: 256px;
}

.mx-80 {
  margin-left: 320px;
  margin-right: 320px;
}

.mx-gutter {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-gutter-full {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media screen and (min-width: 576px) {
  .mx-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-sm-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .mx-sm-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .mx-sm-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .mx-sm-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .mx-sm-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mx-sm-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .mx-sm-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .mx-sm-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .mx-sm-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .mx-sm-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mx-sm-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .mx-sm-16 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .mx-sm-20 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mx-sm-24 {
    margin-left: 96px;
    margin-right: 96px;
  }
  .mx-sm-25 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mx-sm-32 {
    margin-left: 128px;
    margin-right: 128px;
  }
  .mx-sm-36 {
    margin-left: 144px;
    margin-right: 144px;
  }
  .mx-sm-40 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mx-sm-44 {
    margin-left: 176px;
    margin-right: 176px;
  }
  .mx-sm-48 {
    margin-left: 192px;
    margin-right: 192px;
  }
  .mx-sm-64 {
    margin-left: 256px;
    margin-right: 256px;
  }
  .mx-sm-80 {
    margin-left: 320px;
    margin-right: 320px;
  }
  .mx-sm-gutter {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .mx-sm-gutter-full {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .mx-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-md-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .mx-md-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .mx-md-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .mx-md-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .mx-md-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mx-md-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .mx-md-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .mx-md-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .mx-md-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .mx-md-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mx-md-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .mx-md-16 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .mx-md-20 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mx-md-24 {
    margin-left: 96px;
    margin-right: 96px;
  }
  .mx-md-25 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mx-md-32 {
    margin-left: 128px;
    margin-right: 128px;
  }
  .mx-md-36 {
    margin-left: 144px;
    margin-right: 144px;
  }
  .mx-md-40 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mx-md-44 {
    margin-left: 176px;
    margin-right: 176px;
  }
  .mx-md-48 {
    margin-left: 192px;
    margin-right: 192px;
  }
  .mx-md-64 {
    margin-left: 256px;
    margin-right: 256px;
  }
  .mx-md-80 {
    margin-left: 320px;
    margin-right: 320px;
  }
  .mx-md-gutter {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .mx-md-gutter-full {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .mx-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-lg-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .mx-lg-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .mx-lg-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .mx-lg-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .mx-lg-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mx-lg-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .mx-lg-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .mx-lg-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .mx-lg-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .mx-lg-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mx-lg-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .mx-lg-16 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .mx-lg-20 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mx-lg-24 {
    margin-left: 96px;
    margin-right: 96px;
  }
  .mx-lg-25 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mx-lg-32 {
    margin-left: 128px;
    margin-right: 128px;
  }
  .mx-lg-36 {
    margin-left: 144px;
    margin-right: 144px;
  }
  .mx-lg-40 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mx-lg-44 {
    margin-left: 176px;
    margin-right: 176px;
  }
  .mx-lg-48 {
    margin-left: 192px;
    margin-right: 192px;
  }
  .mx-lg-64 {
    margin-left: 256px;
    margin-right: 256px;
  }
  .mx-lg-80 {
    margin-left: 320px;
    margin-right: 320px;
  }
  .mx-lg-gutter {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .mx-lg-gutter-full {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .mx-xl-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-xl-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .mx-xl-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .mx-xl-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .mx-xl-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .mx-xl-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mx-xl-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .mx-xl-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .mx-xl-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .mx-xl-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .mx-xl-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mx-xl-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .mx-xl-16 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .mx-xl-20 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mx-xl-24 {
    margin-left: 96px;
    margin-right: 96px;
  }
  .mx-xl-25 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mx-xl-32 {
    margin-left: 128px;
    margin-right: 128px;
  }
  .mx-xl-36 {
    margin-left: 144px;
    margin-right: 144px;
  }
  .mx-xl-40 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mx-xl-44 {
    margin-left: 176px;
    margin-right: 176px;
  }
  .mx-xl-48 {
    margin-left: 192px;
    margin-right: 192px;
  }
  .mx-xl-64 {
    margin-left: 256px;
    margin-right: 256px;
  }
  .mx-xl-80 {
    margin-left: 320px;
    margin-right: 320px;
  }
  .mx-xl-gutter {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .mx-xl-gutter-full {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-7 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-9 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-16 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.py-20 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-24 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.py-25 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-32 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.py-36 {
  padding-top: 144px;
  padding-bottom: 144px;
}

.py-40 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.py-44 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.py-48 {
  padding-top: 192px;
  padding-bottom: 192px;
}

.py-64 {
  padding-top: 256px;
  padding-bottom: 256px;
}

.py-80 {
  padding-top: 320px;
  padding-bottom: 320px;
}

.py-gutter {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-gutter-full {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 576px) {
  .py-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-sm-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .py-sm-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .py-sm-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .py-sm-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .py-sm-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-sm-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .py-sm-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .py-sm-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .py-sm-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .py-sm-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-sm-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .py-sm-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .py-sm-20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-sm-24 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .py-sm-25 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-sm-32 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .py-sm-36 {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .py-sm-40 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-sm-44 {
    padding-top: 176px;
    padding-bottom: 176px;
  }
  .py-sm-48 {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .py-sm-64 {
    padding-top: 256px;
    padding-bottom: 256px;
  }
  .py-sm-80 {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  .py-sm-gutter {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .py-sm-gutter-full {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-md-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .py-md-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .py-md-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .py-md-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .py-md-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-md-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .py-md-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .py-md-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .py-md-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .py-md-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-md-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .py-md-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .py-md-20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-md-24 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .py-md-25 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-md-32 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .py-md-36 {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .py-md-40 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-md-44 {
    padding-top: 176px;
    padding-bottom: 176px;
  }
  .py-md-48 {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .py-md-64 {
    padding-top: 256px;
    padding-bottom: 256px;
  }
  .py-md-80 {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  .py-md-gutter {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .py-md-gutter-full {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-lg-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .py-lg-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .py-lg-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .py-lg-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .py-lg-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-lg-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .py-lg-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .py-lg-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .py-lg-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .py-lg-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-lg-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .py-lg-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .py-lg-20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-lg-24 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .py-lg-25 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-lg-32 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .py-lg-36 {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .py-lg-40 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-lg-44 {
    padding-top: 176px;
    padding-bottom: 176px;
  }
  .py-lg-48 {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .py-lg-64 {
    padding-top: 256px;
    padding-bottom: 256px;
  }
  .py-lg-80 {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  .py-lg-gutter {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .py-lg-gutter-full {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .py-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xl-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .py-xl-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .py-xl-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .py-xl-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .py-xl-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-xl-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .py-xl-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .py-xl-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .py-xl-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .py-xl-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-xl-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .py-xl-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .py-xl-20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-xl-24 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .py-xl-25 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-xl-32 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .py-xl-36 {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .py-xl-40 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-xl-44 {
    padding-top: 176px;
    padding-bottom: 176px;
  }
  .py-xl-48 {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .py-xl-64 {
    padding-top: 256px;
    padding-bottom: 256px;
  }
  .py-xl-80 {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  .py-xl-gutter {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .py-xl-gutter-full {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-7 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.my-8 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.my-9 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.my-10 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-12 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.my-16 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.my-20 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.my-24 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.my-25 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-32 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.my-36 {
  margin-top: 144px;
  margin-bottom: 144px;
}

.my-40 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.my-44 {
  margin-top: 176px;
  margin-bottom: 176px;
}

.my-48 {
  margin-top: 192px;
  margin-bottom: 192px;
}

.my-64 {
  margin-top: 256px;
  margin-bottom: 256px;
}

.my-80 {
  margin-top: 320px;
  margin-bottom: 320px;
}

.my-gutter {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-gutter-full {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 576px) {
  .my-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-sm-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .my-sm-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .my-sm-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .my-sm-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .my-sm-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-sm-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .my-sm-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .my-sm-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .my-sm-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .my-sm-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-sm-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .my-sm-16 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .my-sm-20 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-sm-24 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .my-sm-25 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-sm-32 {
    margin-top: 128px;
    margin-bottom: 128px;
  }
  .my-sm-36 {
    margin-top: 144px;
    margin-bottom: 144px;
  }
  .my-sm-40 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-sm-44 {
    margin-top: 176px;
    margin-bottom: 176px;
  }
  .my-sm-48 {
    margin-top: 192px;
    margin-bottom: 192px;
  }
  .my-sm-64 {
    margin-top: 256px;
    margin-bottom: 256px;
  }
  .my-sm-80 {
    margin-top: 320px;
    margin-bottom: 320px;
  }
  .my-sm-gutter {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .my-sm-gutter-full {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-md-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .my-md-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .my-md-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .my-md-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .my-md-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-md-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .my-md-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .my-md-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .my-md-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .my-md-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-md-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .my-md-16 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .my-md-20 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-md-24 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .my-md-25 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-md-32 {
    margin-top: 128px;
    margin-bottom: 128px;
  }
  .my-md-36 {
    margin-top: 144px;
    margin-bottom: 144px;
  }
  .my-md-40 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-md-44 {
    margin-top: 176px;
    margin-bottom: 176px;
  }
  .my-md-48 {
    margin-top: 192px;
    margin-bottom: 192px;
  }
  .my-md-64 {
    margin-top: 256px;
    margin-bottom: 256px;
  }
  .my-md-80 {
    margin-top: 320px;
    margin-bottom: 320px;
  }
  .my-md-gutter {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .my-md-gutter-full {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-lg-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .my-lg-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .my-lg-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .my-lg-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .my-lg-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-lg-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .my-lg-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .my-lg-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .my-lg-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .my-lg-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-lg-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .my-lg-16 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .my-lg-20 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-lg-24 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .my-lg-25 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-lg-32 {
    margin-top: 128px;
    margin-bottom: 128px;
  }
  .my-lg-36 {
    margin-top: 144px;
    margin-bottom: 144px;
  }
  .my-lg-40 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-lg-44 {
    margin-top: 176px;
    margin-bottom: 176px;
  }
  .my-lg-48 {
    margin-top: 192px;
    margin-bottom: 192px;
  }
  .my-lg-64 {
    margin-top: 256px;
    margin-bottom: 256px;
  }
  .my-lg-80 {
    margin-top: 320px;
    margin-bottom: 320px;
  }
  .my-lg-gutter {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .my-lg-gutter-full {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .my-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xl-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .my-xl-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .my-xl-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .my-xl-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .my-xl-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-xl-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .my-xl-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .my-xl-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .my-xl-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .my-xl-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-xl-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .my-xl-16 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .my-xl-20 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-xl-24 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .my-xl-25 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-xl-32 {
    margin-top: 128px;
    margin-bottom: 128px;
  }
  .my-xl-36 {
    margin-top: 144px;
    margin-bottom: 144px;
  }
  .my-xl-40 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-xl-44 {
    margin-top: 176px;
    margin-bottom: 176px;
  }
  .my-xl-48 {
    margin-top: 192px;
    margin-bottom: 192px;
  }
  .my-xl-64 {
    margin-top: 256px;
    margin-bottom: 256px;
  }
  .my-xl-80 {
    margin-top: 320px;
    margin-bottom: 320px;
  }
  .my-xl-gutter {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .my-xl-gutter-full {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 4px;
}

.pt-2 {
  padding-top: 8px;
}

.pt-3 {
  padding-top: 12px;
}

.pt-4 {
  padding-top: 16px;
}

.pt-5 {
  padding-top: 20px;
}

.pt-6 {
  padding-top: 24px;
}

.pt-7 {
  padding-top: 28px;
}

.pt-8 {
  padding-top: 32px;
}

.pt-9 {
  padding-top: 36px;
}

.pt-10 {
  padding-top: 40px;
}

.pt-12 {
  padding-top: 48px;
}

.pt-16 {
  padding-top: 64px;
}

.pt-20 {
  padding-top: 80px;
}

.pt-24 {
  padding-top: 96px;
}

.pt-25 {
  padding-top: 100px;
}

.pt-32 {
  padding-top: 128px;
}

.pt-36 {
  padding-top: 144px;
}

.pt-40 {
  padding-top: 160px;
}

.pt-44 {
  padding-top: 176px;
}

.pt-48 {
  padding-top: 192px;
}

.pt-64 {
  padding-top: 256px;
}

.pt-80 {
  padding-top: 320px;
}

.pt-gutter {
  padding-top: 0.75rem;
}

.pt-gutter-full {
  padding-top: 1.5rem;
}

@media screen and (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-1 {
    padding-top: 4px;
  }
  .pt-sm-2 {
    padding-top: 8px;
  }
  .pt-sm-3 {
    padding-top: 12px;
  }
  .pt-sm-4 {
    padding-top: 16px;
  }
  .pt-sm-5 {
    padding-top: 20px;
  }
  .pt-sm-6 {
    padding-top: 24px;
  }
  .pt-sm-7 {
    padding-top: 28px;
  }
  .pt-sm-8 {
    padding-top: 32px;
  }
  .pt-sm-9 {
    padding-top: 36px;
  }
  .pt-sm-10 {
    padding-top: 40px;
  }
  .pt-sm-12 {
    padding-top: 48px;
  }
  .pt-sm-16 {
    padding-top: 64px;
  }
  .pt-sm-20 {
    padding-top: 80px;
  }
  .pt-sm-24 {
    padding-top: 96px;
  }
  .pt-sm-25 {
    padding-top: 100px;
  }
  .pt-sm-32 {
    padding-top: 128px;
  }
  .pt-sm-36 {
    padding-top: 144px;
  }
  .pt-sm-40 {
    padding-top: 160px;
  }
  .pt-sm-44 {
    padding-top: 176px;
  }
  .pt-sm-48 {
    padding-top: 192px;
  }
  .pt-sm-64 {
    padding-top: 256px;
  }
  .pt-sm-80 {
    padding-top: 320px;
  }
  .pt-sm-gutter {
    padding-top: 0.75rem;
  }
  .pt-sm-gutter-full {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-1 {
    padding-top: 4px;
  }
  .pt-md-2 {
    padding-top: 8px;
  }
  .pt-md-3 {
    padding-top: 12px;
  }
  .pt-md-4 {
    padding-top: 16px;
  }
  .pt-md-5 {
    padding-top: 20px;
  }
  .pt-md-6 {
    padding-top: 24px;
  }
  .pt-md-7 {
    padding-top: 28px;
  }
  .pt-md-8 {
    padding-top: 32px;
  }
  .pt-md-9 {
    padding-top: 36px;
  }
  .pt-md-10 {
    padding-top: 40px;
  }
  .pt-md-12 {
    padding-top: 48px;
  }
  .pt-md-16 {
    padding-top: 64px;
  }
  .pt-md-20 {
    padding-top: 80px;
  }
  .pt-md-24 {
    padding-top: 96px;
  }
  .pt-md-25 {
    padding-top: 100px;
  }
  .pt-md-32 {
    padding-top: 128px;
  }
  .pt-md-36 {
    padding-top: 144px;
  }
  .pt-md-40 {
    padding-top: 160px;
  }
  .pt-md-44 {
    padding-top: 176px;
  }
  .pt-md-48 {
    padding-top: 192px;
  }
  .pt-md-64 {
    padding-top: 256px;
  }
  .pt-md-80 {
    padding-top: 320px;
  }
  .pt-md-gutter {
    padding-top: 0.75rem;
  }
  .pt-md-gutter-full {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-1 {
    padding-top: 4px;
  }
  .pt-lg-2 {
    padding-top: 8px;
  }
  .pt-lg-3 {
    padding-top: 12px;
  }
  .pt-lg-4 {
    padding-top: 16px;
  }
  .pt-lg-5 {
    padding-top: 20px;
  }
  .pt-lg-6 {
    padding-top: 24px;
  }
  .pt-lg-7 {
    padding-top: 28px;
  }
  .pt-lg-8 {
    padding-top: 32px;
  }
  .pt-lg-9 {
    padding-top: 36px;
  }
  .pt-lg-10 {
    padding-top: 40px;
  }
  .pt-lg-12 {
    padding-top: 48px;
  }
  .pt-lg-16 {
    padding-top: 64px;
  }
  .pt-lg-20 {
    padding-top: 80px;
  }
  .pt-lg-24 {
    padding-top: 96px;
  }
  .pt-lg-25 {
    padding-top: 100px;
  }
  .pt-lg-32 {
    padding-top: 128px;
  }
  .pt-lg-36 {
    padding-top: 144px;
  }
  .pt-lg-40 {
    padding-top: 160px;
  }
  .pt-lg-44 {
    padding-top: 176px;
  }
  .pt-lg-48 {
    padding-top: 192px;
  }
  .pt-lg-64 {
    padding-top: 256px;
  }
  .pt-lg-80 {
    padding-top: 320px;
  }
  .pt-lg-gutter {
    padding-top: 0.75rem;
  }
  .pt-lg-gutter-full {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0;
  }
  .pt-xl-1 {
    padding-top: 4px;
  }
  .pt-xl-2 {
    padding-top: 8px;
  }
  .pt-xl-3 {
    padding-top: 12px;
  }
  .pt-xl-4 {
    padding-top: 16px;
  }
  .pt-xl-5 {
    padding-top: 20px;
  }
  .pt-xl-6 {
    padding-top: 24px;
  }
  .pt-xl-7 {
    padding-top: 28px;
  }
  .pt-xl-8 {
    padding-top: 32px;
  }
  .pt-xl-9 {
    padding-top: 36px;
  }
  .pt-xl-10 {
    padding-top: 40px;
  }
  .pt-xl-12 {
    padding-top: 48px;
  }
  .pt-xl-16 {
    padding-top: 64px;
  }
  .pt-xl-20 {
    padding-top: 80px;
  }
  .pt-xl-24 {
    padding-top: 96px;
  }
  .pt-xl-25 {
    padding-top: 100px;
  }
  .pt-xl-32 {
    padding-top: 128px;
  }
  .pt-xl-36 {
    padding-top: 144px;
  }
  .pt-xl-40 {
    padding-top: 160px;
  }
  .pt-xl-44 {
    padding-top: 176px;
  }
  .pt-xl-48 {
    padding-top: 192px;
  }
  .pt-xl-64 {
    padding-top: 256px;
  }
  .pt-xl-80 {
    padding-top: 320px;
  }
  .pt-xl-gutter {
    padding-top: 0.75rem;
  }
  .pt-xl-gutter-full {
    padding-top: 1.5rem;
  }
}
.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 4px;
}

.mt-2 {
  margin-top: 8px;
}

.mt-3 {
  margin-top: 12px;
}

.mt-4 {
  margin-top: 16px;
}

.mt-5 {
  margin-top: 20px;
}

.mt-6 {
  margin-top: 24px;
}

.mt-7 {
  margin-top: 28px;
}

.mt-8 {
  margin-top: 32px;
}

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

.mt-10 {
  margin-top: 40px;
}

.mt-12 {
  margin-top: 48px;
}

.mt-16 {
  margin-top: 64px;
}

.mt-20 {
  margin-top: 80px;
}

.mt-24 {
  margin-top: 96px;
}

.mt-25 {
  margin-top: 100px;
}

.mt-32 {
  margin-top: 128px;
}

.mt-36 {
  margin-top: 144px;
}

.mt-40 {
  margin-top: 160px;
}

.mt-44 {
  margin-top: 176px;
}

.mt-48 {
  margin-top: 192px;
}

.mt-64 {
  margin-top: 256px;
}

.mt-80 {
  margin-top: 320px;
}

.mt-gutter {
  margin-top: 0.75rem;
}

.mt-gutter-full {
  margin-top: 1.5rem;
}

@media screen and (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-1 {
    margin-top: 4px;
  }
  .mt-sm-2 {
    margin-top: 8px;
  }
  .mt-sm-3 {
    margin-top: 12px;
  }
  .mt-sm-4 {
    margin-top: 16px;
  }
  .mt-sm-5 {
    margin-top: 20px;
  }
  .mt-sm-6 {
    margin-top: 24px;
  }
  .mt-sm-7 {
    margin-top: 28px;
  }
  .mt-sm-8 {
    margin-top: 32px;
  }
  .mt-sm-9 {
    margin-top: 36px;
  }
  .mt-sm-10 {
    margin-top: 40px;
  }
  .mt-sm-12 {
    margin-top: 48px;
  }
  .mt-sm-16 {
    margin-top: 64px;
  }
  .mt-sm-20 {
    margin-top: 80px;
  }
  .mt-sm-24 {
    margin-top: 96px;
  }
  .mt-sm-25 {
    margin-top: 100px;
  }
  .mt-sm-32 {
    margin-top: 128px;
  }
  .mt-sm-36 {
    margin-top: 144px;
  }
  .mt-sm-40 {
    margin-top: 160px;
  }
  .mt-sm-44 {
    margin-top: 176px;
  }
  .mt-sm-48 {
    margin-top: 192px;
  }
  .mt-sm-64 {
    margin-top: 256px;
  }
  .mt-sm-80 {
    margin-top: 320px;
  }
  .mt-sm-gutter {
    margin-top: 0.75rem;
  }
  .mt-sm-gutter-full {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-1 {
    margin-top: 4px;
  }
  .mt-md-2 {
    margin-top: 8px;
  }
  .mt-md-3 {
    margin-top: 12px;
  }
  .mt-md-4 {
    margin-top: 16px;
  }
  .mt-md-5 {
    margin-top: 20px;
  }
  .mt-md-6 {
    margin-top: 24px;
  }
  .mt-md-7 {
    margin-top: 28px;
  }
  .mt-md-8 {
    margin-top: 32px;
  }
  .mt-md-9 {
    margin-top: 36px;
  }
  .mt-md-10 {
    margin-top: 40px;
  }
  .mt-md-12 {
    margin-top: 48px;
  }
  .mt-md-16 {
    margin-top: 64px;
  }
  .mt-md-20 {
    margin-top: 80px;
  }
  .mt-md-24 {
    margin-top: 96px;
  }
  .mt-md-25 {
    margin-top: 100px;
  }
  .mt-md-32 {
    margin-top: 128px;
  }
  .mt-md-36 {
    margin-top: 144px;
  }
  .mt-md-40 {
    margin-top: 160px;
  }
  .mt-md-44 {
    margin-top: 176px;
  }
  .mt-md-48 {
    margin-top: 192px;
  }
  .mt-md-64 {
    margin-top: 256px;
  }
  .mt-md-80 {
    margin-top: 320px;
  }
  .mt-md-gutter {
    margin-top: 0.75rem;
  }
  .mt-md-gutter-full {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-1 {
    margin-top: 4px;
  }
  .mt-lg-2 {
    margin-top: 8px;
  }
  .mt-lg-3 {
    margin-top: 12px;
  }
  .mt-lg-4 {
    margin-top: 16px;
  }
  .mt-lg-5 {
    margin-top: 20px;
  }
  .mt-lg-6 {
    margin-top: 24px;
  }
  .mt-lg-7 {
    margin-top: 28px;
  }
  .mt-lg-8 {
    margin-top: 32px;
  }
  .mt-lg-9 {
    margin-top: 36px;
  }
  .mt-lg-10 {
    margin-top: 40px;
  }
  .mt-lg-12 {
    margin-top: 48px;
  }
  .mt-lg-16 {
    margin-top: 64px;
  }
  .mt-lg-20 {
    margin-top: 80px;
  }
  .mt-lg-24 {
    margin-top: 96px;
  }
  .mt-lg-25 {
    margin-top: 100px;
  }
  .mt-lg-32 {
    margin-top: 128px;
  }
  .mt-lg-36 {
    margin-top: 144px;
  }
  .mt-lg-40 {
    margin-top: 160px;
  }
  .mt-lg-44 {
    margin-top: 176px;
  }
  .mt-lg-48 {
    margin-top: 192px;
  }
  .mt-lg-64 {
    margin-top: 256px;
  }
  .mt-lg-80 {
    margin-top: 320px;
  }
  .mt-lg-gutter {
    margin-top: 0.75rem;
  }
  .mt-lg-gutter-full {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0;
  }
  .mt-xl-1 {
    margin-top: 4px;
  }
  .mt-xl-2 {
    margin-top: 8px;
  }
  .mt-xl-3 {
    margin-top: 12px;
  }
  .mt-xl-4 {
    margin-top: 16px;
  }
  .mt-xl-5 {
    margin-top: 20px;
  }
  .mt-xl-6 {
    margin-top: 24px;
  }
  .mt-xl-7 {
    margin-top: 28px;
  }
  .mt-xl-8 {
    margin-top: 32px;
  }
  .mt-xl-9 {
    margin-top: 36px;
  }
  .mt-xl-10 {
    margin-top: 40px;
  }
  .mt-xl-12 {
    margin-top: 48px;
  }
  .mt-xl-16 {
    margin-top: 64px;
  }
  .mt-xl-20 {
    margin-top: 80px;
  }
  .mt-xl-24 {
    margin-top: 96px;
  }
  .mt-xl-25 {
    margin-top: 100px;
  }
  .mt-xl-32 {
    margin-top: 128px;
  }
  .mt-xl-36 {
    margin-top: 144px;
  }
  .mt-xl-40 {
    margin-top: 160px;
  }
  .mt-xl-44 {
    margin-top: 176px;
  }
  .mt-xl-48 {
    margin-top: 192px;
  }
  .mt-xl-64 {
    margin-top: 256px;
  }
  .mt-xl-80 {
    margin-top: 320px;
  }
  .mt-xl-gutter {
    margin-top: 0.75rem;
  }
  .mt-xl-gutter-full {
    margin-top: 1.5rem;
  }
}
.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 4px;
}

.pr-2 {
  padding-right: 8px;
}

.pr-3 {
  padding-right: 12px;
}

.pr-4 {
  padding-right: 16px;
}

.pr-5 {
  padding-right: 20px;
}

.pr-6 {
  padding-right: 24px;
}

.pr-7 {
  padding-right: 28px;
}

.pr-8 {
  padding-right: 32px;
}

.pr-9 {
  padding-right: 36px;
}

.pr-10 {
  padding-right: 40px;
}

.pr-12 {
  padding-right: 48px;
}

.pr-16 {
  padding-right: 64px;
}

.pr-20 {
  padding-right: 80px;
}

.pr-24 {
  padding-right: 96px;
}

.pr-25 {
  padding-right: 100px;
}

.pr-32 {
  padding-right: 128px;
}

.pr-36 {
  padding-right: 144px;
}

.pr-40 {
  padding-right: 160px;
}

.pr-44 {
  padding-right: 176px;
}

.pr-48 {
  padding-right: 192px;
}

.pr-64 {
  padding-right: 256px;
}

.pr-80 {
  padding-right: 320px;
}

.pr-gutter {
  padding-right: 0.75rem;
}

.pr-gutter-full {
  padding-right: 1.5rem;
}

@media screen and (min-width: 576px) {
  .pr-sm-0 {
    padding-right: 0;
  }
  .pr-sm-1 {
    padding-right: 4px;
  }
  .pr-sm-2 {
    padding-right: 8px;
  }
  .pr-sm-3 {
    padding-right: 12px;
  }
  .pr-sm-4 {
    padding-right: 16px;
  }
  .pr-sm-5 {
    padding-right: 20px;
  }
  .pr-sm-6 {
    padding-right: 24px;
  }
  .pr-sm-7 {
    padding-right: 28px;
  }
  .pr-sm-8 {
    padding-right: 32px;
  }
  .pr-sm-9 {
    padding-right: 36px;
  }
  .pr-sm-10 {
    padding-right: 40px;
  }
  .pr-sm-12 {
    padding-right: 48px;
  }
  .pr-sm-16 {
    padding-right: 64px;
  }
  .pr-sm-20 {
    padding-right: 80px;
  }
  .pr-sm-24 {
    padding-right: 96px;
  }
  .pr-sm-25 {
    padding-right: 100px;
  }
  .pr-sm-32 {
    padding-right: 128px;
  }
  .pr-sm-36 {
    padding-right: 144px;
  }
  .pr-sm-40 {
    padding-right: 160px;
  }
  .pr-sm-44 {
    padding-right: 176px;
  }
  .pr-sm-48 {
    padding-right: 192px;
  }
  .pr-sm-64 {
    padding-right: 256px;
  }
  .pr-sm-80 {
    padding-right: 320px;
  }
  .pr-sm-gutter {
    padding-right: 0.75rem;
  }
  .pr-sm-gutter-full {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pr-md-0 {
    padding-right: 0;
  }
  .pr-md-1 {
    padding-right: 4px;
  }
  .pr-md-2 {
    padding-right: 8px;
  }
  .pr-md-3 {
    padding-right: 12px;
  }
  .pr-md-4 {
    padding-right: 16px;
  }
  .pr-md-5 {
    padding-right: 20px;
  }
  .pr-md-6 {
    padding-right: 24px;
  }
  .pr-md-7 {
    padding-right: 28px;
  }
  .pr-md-8 {
    padding-right: 32px;
  }
  .pr-md-9 {
    padding-right: 36px;
  }
  .pr-md-10 {
    padding-right: 40px;
  }
  .pr-md-12 {
    padding-right: 48px;
  }
  .pr-md-16 {
    padding-right: 64px;
  }
  .pr-md-20 {
    padding-right: 80px;
  }
  .pr-md-24 {
    padding-right: 96px;
  }
  .pr-md-25 {
    padding-right: 100px;
  }
  .pr-md-32 {
    padding-right: 128px;
  }
  .pr-md-36 {
    padding-right: 144px;
  }
  .pr-md-40 {
    padding-right: 160px;
  }
  .pr-md-44 {
    padding-right: 176px;
  }
  .pr-md-48 {
    padding-right: 192px;
  }
  .pr-md-64 {
    padding-right: 256px;
  }
  .pr-md-80 {
    padding-right: 320px;
  }
  .pr-md-gutter {
    padding-right: 0.75rem;
  }
  .pr-md-gutter-full {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .pr-lg-0 {
    padding-right: 0;
  }
  .pr-lg-1 {
    padding-right: 4px;
  }
  .pr-lg-2 {
    padding-right: 8px;
  }
  .pr-lg-3 {
    padding-right: 12px;
  }
  .pr-lg-4 {
    padding-right: 16px;
  }
  .pr-lg-5 {
    padding-right: 20px;
  }
  .pr-lg-6 {
    padding-right: 24px;
  }
  .pr-lg-7 {
    padding-right: 28px;
  }
  .pr-lg-8 {
    padding-right: 32px;
  }
  .pr-lg-9 {
    padding-right: 36px;
  }
  .pr-lg-10 {
    padding-right: 40px;
  }
  .pr-lg-12 {
    padding-right: 48px;
  }
  .pr-lg-16 {
    padding-right: 64px;
  }
  .pr-lg-20 {
    padding-right: 80px;
  }
  .pr-lg-24 {
    padding-right: 96px;
  }
  .pr-lg-25 {
    padding-right: 100px;
  }
  .pr-lg-32 {
    padding-right: 128px;
  }
  .pr-lg-36 {
    padding-right: 144px;
  }
  .pr-lg-40 {
    padding-right: 160px;
  }
  .pr-lg-44 {
    padding-right: 176px;
  }
  .pr-lg-48 {
    padding-right: 192px;
  }
  .pr-lg-64 {
    padding-right: 256px;
  }
  .pr-lg-80 {
    padding-right: 320px;
  }
  .pr-lg-gutter {
    padding-right: 0.75rem;
  }
  .pr-lg-gutter-full {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pr-xl-0 {
    padding-right: 0;
  }
  .pr-xl-1 {
    padding-right: 4px;
  }
  .pr-xl-2 {
    padding-right: 8px;
  }
  .pr-xl-3 {
    padding-right: 12px;
  }
  .pr-xl-4 {
    padding-right: 16px;
  }
  .pr-xl-5 {
    padding-right: 20px;
  }
  .pr-xl-6 {
    padding-right: 24px;
  }
  .pr-xl-7 {
    padding-right: 28px;
  }
  .pr-xl-8 {
    padding-right: 32px;
  }
  .pr-xl-9 {
    padding-right: 36px;
  }
  .pr-xl-10 {
    padding-right: 40px;
  }
  .pr-xl-12 {
    padding-right: 48px;
  }
  .pr-xl-16 {
    padding-right: 64px;
  }
  .pr-xl-20 {
    padding-right: 80px;
  }
  .pr-xl-24 {
    padding-right: 96px;
  }
  .pr-xl-25 {
    padding-right: 100px;
  }
  .pr-xl-32 {
    padding-right: 128px;
  }
  .pr-xl-36 {
    padding-right: 144px;
  }
  .pr-xl-40 {
    padding-right: 160px;
  }
  .pr-xl-44 {
    padding-right: 176px;
  }
  .pr-xl-48 {
    padding-right: 192px;
  }
  .pr-xl-64 {
    padding-right: 256px;
  }
  .pr-xl-80 {
    padding-right: 320px;
  }
  .pr-xl-gutter {
    padding-right: 0.75rem;
  }
  .pr-xl-gutter-full {
    padding-right: 1.5rem;
  }
}
.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 4px;
}

.mr-2 {
  margin-right: 8px;
}

.mr-3 {
  margin-right: 12px;
}

.mr-4 {
  margin-right: 16px;
}

.mr-5 {
  margin-right: 20px;
}

.mr-6 {
  margin-right: 24px;
}

.mr-7 {
  margin-right: 28px;
}

.mr-8 {
  margin-right: 32px;
}

.mr-9 {
  margin-right: 36px;
}

.mr-10 {
  margin-right: 40px;
}

.mr-12 {
  margin-right: 48px;
}

.mr-16 {
  margin-right: 64px;
}

.mr-20 {
  margin-right: 80px;
}

.mr-24 {
  margin-right: 96px;
}

.mr-25 {
  margin-right: 100px;
}

.mr-32 {
  margin-right: 128px;
}

.mr-36 {
  margin-right: 144px;
}

.mr-40 {
  margin-right: 160px;
}

.mr-44 {
  margin-right: 176px;
}

.mr-48 {
  margin-right: 192px;
}

.mr-64 {
  margin-right: 256px;
}

.mr-80 {
  margin-right: 320px;
}

.mr-gutter {
  margin-right: 0.75rem;
}

.mr-gutter-full {
  margin-right: 1.5rem;
}

@media screen and (min-width: 576px) {
  .mr-sm-0 {
    margin-right: 0;
  }
  .mr-sm-1 {
    margin-right: 4px;
  }
  .mr-sm-2 {
    margin-right: 8px;
  }
  .mr-sm-3 {
    margin-right: 12px;
  }
  .mr-sm-4 {
    margin-right: 16px;
  }
  .mr-sm-5 {
    margin-right: 20px;
  }
  .mr-sm-6 {
    margin-right: 24px;
  }
  .mr-sm-7 {
    margin-right: 28px;
  }
  .mr-sm-8 {
    margin-right: 32px;
  }
  .mr-sm-9 {
    margin-right: 36px;
  }
  .mr-sm-10 {
    margin-right: 40px;
  }
  .mr-sm-12 {
    margin-right: 48px;
  }
  .mr-sm-16 {
    margin-right: 64px;
  }
  .mr-sm-20 {
    margin-right: 80px;
  }
  .mr-sm-24 {
    margin-right: 96px;
  }
  .mr-sm-25 {
    margin-right: 100px;
  }
  .mr-sm-32 {
    margin-right: 128px;
  }
  .mr-sm-36 {
    margin-right: 144px;
  }
  .mr-sm-40 {
    margin-right: 160px;
  }
  .mr-sm-44 {
    margin-right: 176px;
  }
  .mr-sm-48 {
    margin-right: 192px;
  }
  .mr-sm-64 {
    margin-right: 256px;
  }
  .mr-sm-80 {
    margin-right: 320px;
  }
  .mr-sm-gutter {
    margin-right: 0.75rem;
  }
  .mr-sm-gutter-full {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0;
  }
  .mr-md-1 {
    margin-right: 4px;
  }
  .mr-md-2 {
    margin-right: 8px;
  }
  .mr-md-3 {
    margin-right: 12px;
  }
  .mr-md-4 {
    margin-right: 16px;
  }
  .mr-md-5 {
    margin-right: 20px;
  }
  .mr-md-6 {
    margin-right: 24px;
  }
  .mr-md-7 {
    margin-right: 28px;
  }
  .mr-md-8 {
    margin-right: 32px;
  }
  .mr-md-9 {
    margin-right: 36px;
  }
  .mr-md-10 {
    margin-right: 40px;
  }
  .mr-md-12 {
    margin-right: 48px;
  }
  .mr-md-16 {
    margin-right: 64px;
  }
  .mr-md-20 {
    margin-right: 80px;
  }
  .mr-md-24 {
    margin-right: 96px;
  }
  .mr-md-25 {
    margin-right: 100px;
  }
  .mr-md-32 {
    margin-right: 128px;
  }
  .mr-md-36 {
    margin-right: 144px;
  }
  .mr-md-40 {
    margin-right: 160px;
  }
  .mr-md-44 {
    margin-right: 176px;
  }
  .mr-md-48 {
    margin-right: 192px;
  }
  .mr-md-64 {
    margin-right: 256px;
  }
  .mr-md-80 {
    margin-right: 320px;
  }
  .mr-md-gutter {
    margin-right: 0.75rem;
  }
  .mr-md-gutter-full {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .mr-lg-0 {
    margin-right: 0;
  }
  .mr-lg-1 {
    margin-right: 4px;
  }
  .mr-lg-2 {
    margin-right: 8px;
  }
  .mr-lg-3 {
    margin-right: 12px;
  }
  .mr-lg-4 {
    margin-right: 16px;
  }
  .mr-lg-5 {
    margin-right: 20px;
  }
  .mr-lg-6 {
    margin-right: 24px;
  }
  .mr-lg-7 {
    margin-right: 28px;
  }
  .mr-lg-8 {
    margin-right: 32px;
  }
  .mr-lg-9 {
    margin-right: 36px;
  }
  .mr-lg-10 {
    margin-right: 40px;
  }
  .mr-lg-12 {
    margin-right: 48px;
  }
  .mr-lg-16 {
    margin-right: 64px;
  }
  .mr-lg-20 {
    margin-right: 80px;
  }
  .mr-lg-24 {
    margin-right: 96px;
  }
  .mr-lg-25 {
    margin-right: 100px;
  }
  .mr-lg-32 {
    margin-right: 128px;
  }
  .mr-lg-36 {
    margin-right: 144px;
  }
  .mr-lg-40 {
    margin-right: 160px;
  }
  .mr-lg-44 {
    margin-right: 176px;
  }
  .mr-lg-48 {
    margin-right: 192px;
  }
  .mr-lg-64 {
    margin-right: 256px;
  }
  .mr-lg-80 {
    margin-right: 320px;
  }
  .mr-lg-gutter {
    margin-right: 0.75rem;
  }
  .mr-lg-gutter-full {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .mr-xl-0 {
    margin-right: 0;
  }
  .mr-xl-1 {
    margin-right: 4px;
  }
  .mr-xl-2 {
    margin-right: 8px;
  }
  .mr-xl-3 {
    margin-right: 12px;
  }
  .mr-xl-4 {
    margin-right: 16px;
  }
  .mr-xl-5 {
    margin-right: 20px;
  }
  .mr-xl-6 {
    margin-right: 24px;
  }
  .mr-xl-7 {
    margin-right: 28px;
  }
  .mr-xl-8 {
    margin-right: 32px;
  }
  .mr-xl-9 {
    margin-right: 36px;
  }
  .mr-xl-10 {
    margin-right: 40px;
  }
  .mr-xl-12 {
    margin-right: 48px;
  }
  .mr-xl-16 {
    margin-right: 64px;
  }
  .mr-xl-20 {
    margin-right: 80px;
  }
  .mr-xl-24 {
    margin-right: 96px;
  }
  .mr-xl-25 {
    margin-right: 100px;
  }
  .mr-xl-32 {
    margin-right: 128px;
  }
  .mr-xl-36 {
    margin-right: 144px;
  }
  .mr-xl-40 {
    margin-right: 160px;
  }
  .mr-xl-44 {
    margin-right: 176px;
  }
  .mr-xl-48 {
    margin-right: 192px;
  }
  .mr-xl-64 {
    margin-right: 256px;
  }
  .mr-xl-80 {
    margin-right: 320px;
  }
  .mr-xl-gutter {
    margin-right: 0.75rem;
  }
  .mr-xl-gutter-full {
    margin-right: 1.5rem;
  }
}
.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 4px;
}

.pb-2 {
  padding-bottom: 8px;
}

.pb-3 {
  padding-bottom: 12px;
}

.pb-4 {
  padding-bottom: 16px;
}

.pb-5 {
  padding-bottom: 20px;
}

.pb-6 {
  padding-bottom: 24px;
}

.pb-7 {
  padding-bottom: 28px;
}

.pb-8 {
  padding-bottom: 32px;
}

.pb-9 {
  padding-bottom: 36px;
}

.pb-10 {
  padding-bottom: 40px;
}

.pb-12 {
  padding-bottom: 48px;
}

.pb-16 {
  padding-bottom: 64px;
}

.pb-20 {
  padding-bottom: 80px;
}

.pb-24 {
  padding-bottom: 96px;
}

.pb-25 {
  padding-bottom: 100px;
}

.pb-32 {
  padding-bottom: 128px;
}

.pb-36 {
  padding-bottom: 144px;
}

.pb-40 {
  padding-bottom: 160px;
}

.pb-44 {
  padding-bottom: 176px;
}

.pb-48 {
  padding-bottom: 192px;
}

.pb-64 {
  padding-bottom: 256px;
}

.pb-80 {
  padding-bottom: 320px;
}

.pb-gutter {
  padding-bottom: 0.75rem;
}

.pb-gutter-full {
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-1 {
    padding-bottom: 4px;
  }
  .pb-sm-2 {
    padding-bottom: 8px;
  }
  .pb-sm-3 {
    padding-bottom: 12px;
  }
  .pb-sm-4 {
    padding-bottom: 16px;
  }
  .pb-sm-5 {
    padding-bottom: 20px;
  }
  .pb-sm-6 {
    padding-bottom: 24px;
  }
  .pb-sm-7 {
    padding-bottom: 28px;
  }
  .pb-sm-8 {
    padding-bottom: 32px;
  }
  .pb-sm-9 {
    padding-bottom: 36px;
  }
  .pb-sm-10 {
    padding-bottom: 40px;
  }
  .pb-sm-12 {
    padding-bottom: 48px;
  }
  .pb-sm-16 {
    padding-bottom: 64px;
  }
  .pb-sm-20 {
    padding-bottom: 80px;
  }
  .pb-sm-24 {
    padding-bottom: 96px;
  }
  .pb-sm-25 {
    padding-bottom: 100px;
  }
  .pb-sm-32 {
    padding-bottom: 128px;
  }
  .pb-sm-36 {
    padding-bottom: 144px;
  }
  .pb-sm-40 {
    padding-bottom: 160px;
  }
  .pb-sm-44 {
    padding-bottom: 176px;
  }
  .pb-sm-48 {
    padding-bottom: 192px;
  }
  .pb-sm-64 {
    padding-bottom: 256px;
  }
  .pb-sm-80 {
    padding-bottom: 320px;
  }
  .pb-sm-gutter {
    padding-bottom: 0.75rem;
  }
  .pb-sm-gutter-full {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-1 {
    padding-bottom: 4px;
  }
  .pb-md-2 {
    padding-bottom: 8px;
  }
  .pb-md-3 {
    padding-bottom: 12px;
  }
  .pb-md-4 {
    padding-bottom: 16px;
  }
  .pb-md-5 {
    padding-bottom: 20px;
  }
  .pb-md-6 {
    padding-bottom: 24px;
  }
  .pb-md-7 {
    padding-bottom: 28px;
  }
  .pb-md-8 {
    padding-bottom: 32px;
  }
  .pb-md-9 {
    padding-bottom: 36px;
  }
  .pb-md-10 {
    padding-bottom: 40px;
  }
  .pb-md-12 {
    padding-bottom: 48px;
  }
  .pb-md-16 {
    padding-bottom: 64px;
  }
  .pb-md-20 {
    padding-bottom: 80px;
  }
  .pb-md-24 {
    padding-bottom: 96px;
  }
  .pb-md-25 {
    padding-bottom: 100px;
  }
  .pb-md-32 {
    padding-bottom: 128px;
  }
  .pb-md-36 {
    padding-bottom: 144px;
  }
  .pb-md-40 {
    padding-bottom: 160px;
  }
  .pb-md-44 {
    padding-bottom: 176px;
  }
  .pb-md-48 {
    padding-bottom: 192px;
  }
  .pb-md-64 {
    padding-bottom: 256px;
  }
  .pb-md-80 {
    padding-bottom: 320px;
  }
  .pb-md-gutter {
    padding-bottom: 0.75rem;
  }
  .pb-md-gutter-full {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-1 {
    padding-bottom: 4px;
  }
  .pb-lg-2 {
    padding-bottom: 8px;
  }
  .pb-lg-3 {
    padding-bottom: 12px;
  }
  .pb-lg-4 {
    padding-bottom: 16px;
  }
  .pb-lg-5 {
    padding-bottom: 20px;
  }
  .pb-lg-6 {
    padding-bottom: 24px;
  }
  .pb-lg-7 {
    padding-bottom: 28px;
  }
  .pb-lg-8 {
    padding-bottom: 32px;
  }
  .pb-lg-9 {
    padding-bottom: 36px;
  }
  .pb-lg-10 {
    padding-bottom: 40px;
  }
  .pb-lg-12 {
    padding-bottom: 48px;
  }
  .pb-lg-16 {
    padding-bottom: 64px;
  }
  .pb-lg-20 {
    padding-bottom: 80px;
  }
  .pb-lg-24 {
    padding-bottom: 96px;
  }
  .pb-lg-25 {
    padding-bottom: 100px;
  }
  .pb-lg-32 {
    padding-bottom: 128px;
  }
  .pb-lg-36 {
    padding-bottom: 144px;
  }
  .pb-lg-40 {
    padding-bottom: 160px;
  }
  .pb-lg-44 {
    padding-bottom: 176px;
  }
  .pb-lg-48 {
    padding-bottom: 192px;
  }
  .pb-lg-64 {
    padding-bottom: 256px;
  }
  .pb-lg-80 {
    padding-bottom: 320px;
  }
  .pb-lg-gutter {
    padding-bottom: 0.75rem;
  }
  .pb-lg-gutter-full {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0;
  }
  .pb-xl-1 {
    padding-bottom: 4px;
  }
  .pb-xl-2 {
    padding-bottom: 8px;
  }
  .pb-xl-3 {
    padding-bottom: 12px;
  }
  .pb-xl-4 {
    padding-bottom: 16px;
  }
  .pb-xl-5 {
    padding-bottom: 20px;
  }
  .pb-xl-6 {
    padding-bottom: 24px;
  }
  .pb-xl-7 {
    padding-bottom: 28px;
  }
  .pb-xl-8 {
    padding-bottom: 32px;
  }
  .pb-xl-9 {
    padding-bottom: 36px;
  }
  .pb-xl-10 {
    padding-bottom: 40px;
  }
  .pb-xl-12 {
    padding-bottom: 48px;
  }
  .pb-xl-16 {
    padding-bottom: 64px;
  }
  .pb-xl-20 {
    padding-bottom: 80px;
  }
  .pb-xl-24 {
    padding-bottom: 96px;
  }
  .pb-xl-25 {
    padding-bottom: 100px;
  }
  .pb-xl-32 {
    padding-bottom: 128px;
  }
  .pb-xl-36 {
    padding-bottom: 144px;
  }
  .pb-xl-40 {
    padding-bottom: 160px;
  }
  .pb-xl-44 {
    padding-bottom: 176px;
  }
  .pb-xl-48 {
    padding-bottom: 192px;
  }
  .pb-xl-64 {
    padding-bottom: 256px;
  }
  .pb-xl-80 {
    padding-bottom: 320px;
  }
  .pb-xl-gutter {
    padding-bottom: 0.75rem;
  }
  .pb-xl-gutter-full {
    padding-bottom: 1.5rem;
  }
}
.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 4px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-5 {
  margin-bottom: 20px;
}

.mb-6 {
  margin-bottom: 24px;
}

.mb-7 {
  margin-bottom: 28px;
}

.mb-8 {
  margin-bottom: 32px;
}

.mb-9 {
  margin-bottom: 36px;
}

.mb-10 {
  margin-bottom: 40px;
}

.mb-12 {
  margin-bottom: 48px;
}

.mb-16 {
  margin-bottom: 64px;
}

.mb-20 {
  margin-bottom: 80px;
}

.mb-24 {
  margin-bottom: 96px;
}

.mb-25 {
  margin-bottom: 100px;
}

.mb-32 {
  margin-bottom: 128px;
}

.mb-36 {
  margin-bottom: 144px;
}

.mb-40 {
  margin-bottom: 160px;
}

.mb-44 {
  margin-bottom: 176px;
}

.mb-48 {
  margin-bottom: 192px;
}

.mb-64 {
  margin-bottom: 256px;
}

.mb-80 {
  margin-bottom: 320px;
}

.mb-gutter {
  margin-bottom: 0.75rem;
}

.mb-gutter-full {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-1 {
    margin-bottom: 4px;
  }
  .mb-sm-2 {
    margin-bottom: 8px;
  }
  .mb-sm-3 {
    margin-bottom: 12px;
  }
  .mb-sm-4 {
    margin-bottom: 16px;
  }
  .mb-sm-5 {
    margin-bottom: 20px;
  }
  .mb-sm-6 {
    margin-bottom: 24px;
  }
  .mb-sm-7 {
    margin-bottom: 28px;
  }
  .mb-sm-8 {
    margin-bottom: 32px;
  }
  .mb-sm-9 {
    margin-bottom: 36px;
  }
  .mb-sm-10 {
    margin-bottom: 40px;
  }
  .mb-sm-12 {
    margin-bottom: 48px;
  }
  .mb-sm-16 {
    margin-bottom: 64px;
  }
  .mb-sm-20 {
    margin-bottom: 80px;
  }
  .mb-sm-24 {
    margin-bottom: 96px;
  }
  .mb-sm-25 {
    margin-bottom: 100px;
  }
  .mb-sm-32 {
    margin-bottom: 128px;
  }
  .mb-sm-36 {
    margin-bottom: 144px;
  }
  .mb-sm-40 {
    margin-bottom: 160px;
  }
  .mb-sm-44 {
    margin-bottom: 176px;
  }
  .mb-sm-48 {
    margin-bottom: 192px;
  }
  .mb-sm-64 {
    margin-bottom: 256px;
  }
  .mb-sm-80 {
    margin-bottom: 320px;
  }
  .mb-sm-gutter {
    margin-bottom: 0.75rem;
  }
  .mb-sm-gutter-full {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-1 {
    margin-bottom: 4px;
  }
  .mb-md-2 {
    margin-bottom: 8px;
  }
  .mb-md-3 {
    margin-bottom: 12px;
  }
  .mb-md-4 {
    margin-bottom: 16px;
  }
  .mb-md-5 {
    margin-bottom: 20px;
  }
  .mb-md-6 {
    margin-bottom: 24px;
  }
  .mb-md-7 {
    margin-bottom: 28px;
  }
  .mb-md-8 {
    margin-bottom: 32px;
  }
  .mb-md-9 {
    margin-bottom: 36px;
  }
  .mb-md-10 {
    margin-bottom: 40px;
  }
  .mb-md-12 {
    margin-bottom: 48px;
  }
  .mb-md-16 {
    margin-bottom: 64px;
  }
  .mb-md-20 {
    margin-bottom: 80px;
  }
  .mb-md-24 {
    margin-bottom: 96px;
  }
  .mb-md-25 {
    margin-bottom: 100px;
  }
  .mb-md-32 {
    margin-bottom: 128px;
  }
  .mb-md-36 {
    margin-bottom: 144px;
  }
  .mb-md-40 {
    margin-bottom: 160px;
  }
  .mb-md-44 {
    margin-bottom: 176px;
  }
  .mb-md-48 {
    margin-bottom: 192px;
  }
  .mb-md-64 {
    margin-bottom: 256px;
  }
  .mb-md-80 {
    margin-bottom: 320px;
  }
  .mb-md-gutter {
    margin-bottom: 0.75rem;
  }
  .mb-md-gutter-full {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-1 {
    margin-bottom: 4px;
  }
  .mb-lg-2 {
    margin-bottom: 8px;
  }
  .mb-lg-3 {
    margin-bottom: 12px;
  }
  .mb-lg-4 {
    margin-bottom: 16px;
  }
  .mb-lg-5 {
    margin-bottom: 20px;
  }
  .mb-lg-6 {
    margin-bottom: 24px;
  }
  .mb-lg-7 {
    margin-bottom: 28px;
  }
  .mb-lg-8 {
    margin-bottom: 32px;
  }
  .mb-lg-9 {
    margin-bottom: 36px;
  }
  .mb-lg-10 {
    margin-bottom: 40px;
  }
  .mb-lg-12 {
    margin-bottom: 48px;
  }
  .mb-lg-16 {
    margin-bottom: 64px;
  }
  .mb-lg-20 {
    margin-bottom: 80px;
  }
  .mb-lg-24 {
    margin-bottom: 96px;
  }
  .mb-lg-25 {
    margin-bottom: 100px;
  }
  .mb-lg-32 {
    margin-bottom: 128px;
  }
  .mb-lg-36 {
    margin-bottom: 144px;
  }
  .mb-lg-40 {
    margin-bottom: 160px;
  }
  .mb-lg-44 {
    margin-bottom: 176px;
  }
  .mb-lg-48 {
    margin-bottom: 192px;
  }
  .mb-lg-64 {
    margin-bottom: 256px;
  }
  .mb-lg-80 {
    margin-bottom: 320px;
  }
  .mb-lg-gutter {
    margin-bottom: 0.75rem;
  }
  .mb-lg-gutter-full {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0;
  }
  .mb-xl-1 {
    margin-bottom: 4px;
  }
  .mb-xl-2 {
    margin-bottom: 8px;
  }
  .mb-xl-3 {
    margin-bottom: 12px;
  }
  .mb-xl-4 {
    margin-bottom: 16px;
  }
  .mb-xl-5 {
    margin-bottom: 20px;
  }
  .mb-xl-6 {
    margin-bottom: 24px;
  }
  .mb-xl-7 {
    margin-bottom: 28px;
  }
  .mb-xl-8 {
    margin-bottom: 32px;
  }
  .mb-xl-9 {
    margin-bottom: 36px;
  }
  .mb-xl-10 {
    margin-bottom: 40px;
  }
  .mb-xl-12 {
    margin-bottom: 48px;
  }
  .mb-xl-16 {
    margin-bottom: 64px;
  }
  .mb-xl-20 {
    margin-bottom: 80px;
  }
  .mb-xl-24 {
    margin-bottom: 96px;
  }
  .mb-xl-25 {
    margin-bottom: 100px;
  }
  .mb-xl-32 {
    margin-bottom: 128px;
  }
  .mb-xl-36 {
    margin-bottom: 144px;
  }
  .mb-xl-40 {
    margin-bottom: 160px;
  }
  .mb-xl-44 {
    margin-bottom: 176px;
  }
  .mb-xl-48 {
    margin-bottom: 192px;
  }
  .mb-xl-64 {
    margin-bottom: 256px;
  }
  .mb-xl-80 {
    margin-bottom: 320px;
  }
  .mb-xl-gutter {
    margin-bottom: 0.75rem;
  }
  .mb-xl-gutter-full {
    margin-bottom: 1.5rem;
  }
}
.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 4px;
}

.pl-2 {
  padding-left: 8px;
}

.pl-3 {
  padding-left: 12px;
}

.pl-4 {
  padding-left: 16px;
}

.pl-5 {
  padding-left: 20px;
}

.pl-6 {
  padding-left: 24px;
}

.pl-7 {
  padding-left: 28px;
}

.pl-8 {
  padding-left: 32px;
}

.pl-9 {
  padding-left: 36px;
}

.pl-10 {
  padding-left: 40px;
}

.pl-12 {
  padding-left: 48px;
}

.pl-16 {
  padding-left: 64px;
}

.pl-20 {
  padding-left: 80px;
}

.pl-24 {
  padding-left: 96px;
}

.pl-25 {
  padding-left: 100px;
}

.pl-32 {
  padding-left: 128px;
}

.pl-36 {
  padding-left: 144px;
}

.pl-40 {
  padding-left: 160px;
}

.pl-44 {
  padding-left: 176px;
}

.pl-48 {
  padding-left: 192px;
}

.pl-64 {
  padding-left: 256px;
}

.pl-80 {
  padding-left: 320px;
}

.pl-gutter {
  padding-left: 0.75rem;
}

.pl-gutter-full {
  padding-left: 1.5rem;
}

@media screen and (min-width: 576px) {
  .pl-sm-0 {
    padding-left: 0;
  }
  .pl-sm-1 {
    padding-left: 4px;
  }
  .pl-sm-2 {
    padding-left: 8px;
  }
  .pl-sm-3 {
    padding-left: 12px;
  }
  .pl-sm-4 {
    padding-left: 16px;
  }
  .pl-sm-5 {
    padding-left: 20px;
  }
  .pl-sm-6 {
    padding-left: 24px;
  }
  .pl-sm-7 {
    padding-left: 28px;
  }
  .pl-sm-8 {
    padding-left: 32px;
  }
  .pl-sm-9 {
    padding-left: 36px;
  }
  .pl-sm-10 {
    padding-left: 40px;
  }
  .pl-sm-12 {
    padding-left: 48px;
  }
  .pl-sm-16 {
    padding-left: 64px;
  }
  .pl-sm-20 {
    padding-left: 80px;
  }
  .pl-sm-24 {
    padding-left: 96px;
  }
  .pl-sm-25 {
    padding-left: 100px;
  }
  .pl-sm-32 {
    padding-left: 128px;
  }
  .pl-sm-36 {
    padding-left: 144px;
  }
  .pl-sm-40 {
    padding-left: 160px;
  }
  .pl-sm-44 {
    padding-left: 176px;
  }
  .pl-sm-48 {
    padding-left: 192px;
  }
  .pl-sm-64 {
    padding-left: 256px;
  }
  .pl-sm-80 {
    padding-left: 320px;
  }
  .pl-sm-gutter {
    padding-left: 0.75rem;
  }
  .pl-sm-gutter-full {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0;
  }
  .pl-md-1 {
    padding-left: 4px;
  }
  .pl-md-2 {
    padding-left: 8px;
  }
  .pl-md-3 {
    padding-left: 12px;
  }
  .pl-md-4 {
    padding-left: 16px;
  }
  .pl-md-5 {
    padding-left: 20px;
  }
  .pl-md-6 {
    padding-left: 24px;
  }
  .pl-md-7 {
    padding-left: 28px;
  }
  .pl-md-8 {
    padding-left: 32px;
  }
  .pl-md-9 {
    padding-left: 36px;
  }
  .pl-md-10 {
    padding-left: 40px;
  }
  .pl-md-12 {
    padding-left: 48px;
  }
  .pl-md-16 {
    padding-left: 64px;
  }
  .pl-md-20 {
    padding-left: 80px;
  }
  .pl-md-24 {
    padding-left: 96px;
  }
  .pl-md-25 {
    padding-left: 100px;
  }
  .pl-md-32 {
    padding-left: 128px;
  }
  .pl-md-36 {
    padding-left: 144px;
  }
  .pl-md-40 {
    padding-left: 160px;
  }
  .pl-md-44 {
    padding-left: 176px;
  }
  .pl-md-48 {
    padding-left: 192px;
  }
  .pl-md-64 {
    padding-left: 256px;
  }
  .pl-md-80 {
    padding-left: 320px;
  }
  .pl-md-gutter {
    padding-left: 0.75rem;
  }
  .pl-md-gutter-full {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .pl-lg-0 {
    padding-left: 0;
  }
  .pl-lg-1 {
    padding-left: 4px;
  }
  .pl-lg-2 {
    padding-left: 8px;
  }
  .pl-lg-3 {
    padding-left: 12px;
  }
  .pl-lg-4 {
    padding-left: 16px;
  }
  .pl-lg-5 {
    padding-left: 20px;
  }
  .pl-lg-6 {
    padding-left: 24px;
  }
  .pl-lg-7 {
    padding-left: 28px;
  }
  .pl-lg-8 {
    padding-left: 32px;
  }
  .pl-lg-9 {
    padding-left: 36px;
  }
  .pl-lg-10 {
    padding-left: 40px;
  }
  .pl-lg-12 {
    padding-left: 48px;
  }
  .pl-lg-16 {
    padding-left: 64px;
  }
  .pl-lg-20 {
    padding-left: 80px;
  }
  .pl-lg-24 {
    padding-left: 96px;
  }
  .pl-lg-25 {
    padding-left: 100px;
  }
  .pl-lg-32 {
    padding-left: 128px;
  }
  .pl-lg-36 {
    padding-left: 144px;
  }
  .pl-lg-40 {
    padding-left: 160px;
  }
  .pl-lg-44 {
    padding-left: 176px;
  }
  .pl-lg-48 {
    padding-left: 192px;
  }
  .pl-lg-64 {
    padding-left: 256px;
  }
  .pl-lg-80 {
    padding-left: 320px;
  }
  .pl-lg-gutter {
    padding-left: 0.75rem;
  }
  .pl-lg-gutter-full {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pl-xl-0 {
    padding-left: 0;
  }
  .pl-xl-1 {
    padding-left: 4px;
  }
  .pl-xl-2 {
    padding-left: 8px;
  }
  .pl-xl-3 {
    padding-left: 12px;
  }
  .pl-xl-4 {
    padding-left: 16px;
  }
  .pl-xl-5 {
    padding-left: 20px;
  }
  .pl-xl-6 {
    padding-left: 24px;
  }
  .pl-xl-7 {
    padding-left: 28px;
  }
  .pl-xl-8 {
    padding-left: 32px;
  }
  .pl-xl-9 {
    padding-left: 36px;
  }
  .pl-xl-10 {
    padding-left: 40px;
  }
  .pl-xl-12 {
    padding-left: 48px;
  }
  .pl-xl-16 {
    padding-left: 64px;
  }
  .pl-xl-20 {
    padding-left: 80px;
  }
  .pl-xl-24 {
    padding-left: 96px;
  }
  .pl-xl-25 {
    padding-left: 100px;
  }
  .pl-xl-32 {
    padding-left: 128px;
  }
  .pl-xl-36 {
    padding-left: 144px;
  }
  .pl-xl-40 {
    padding-left: 160px;
  }
  .pl-xl-44 {
    padding-left: 176px;
  }
  .pl-xl-48 {
    padding-left: 192px;
  }
  .pl-xl-64 {
    padding-left: 256px;
  }
  .pl-xl-80 {
    padding-left: 320px;
  }
  .pl-xl-gutter {
    padding-left: 0.75rem;
  }
  .pl-xl-gutter-full {
    padding-left: 1.5rem;
  }
}
.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 4px;
}

.ml-2 {
  margin-left: 8px;
}

.ml-3 {
  margin-left: 12px;
}

.ml-4 {
  margin-left: 16px;
}

.ml-5 {
  margin-left: 20px;
}

.ml-6 {
  margin-left: 24px;
}

.ml-7 {
  margin-left: 28px;
}

.ml-8 {
  margin-left: 32px;
}

.ml-9 {
  margin-left: 36px;
}

.ml-10 {
  margin-left: 40px;
}

.ml-12 {
  margin-left: 48px;
}

.ml-16 {
  margin-left: 64px;
}

.ml-20 {
  margin-left: 80px;
}

.ml-24 {
  margin-left: 96px;
}

.ml-25 {
  margin-left: 100px;
}

.ml-32 {
  margin-left: 128px;
}

.ml-36 {
  margin-left: 144px;
}

.ml-40 {
  margin-left: 160px;
}

.ml-44 {
  margin-left: 176px;
}

.ml-48 {
  margin-left: 192px;
}

.ml-64 {
  margin-left: 256px;
}

.ml-80 {
  margin-left: 320px;
}

.ml-gutter {
  margin-left: 0.75rem;
}

.ml-gutter-full {
  margin-left: 1.5rem;
}

@media screen and (min-width: 576px) {
  .ml-sm-0 {
    margin-left: 0;
  }
  .ml-sm-1 {
    margin-left: 4px;
  }
  .ml-sm-2 {
    margin-left: 8px;
  }
  .ml-sm-3 {
    margin-left: 12px;
  }
  .ml-sm-4 {
    margin-left: 16px;
  }
  .ml-sm-5 {
    margin-left: 20px;
  }
  .ml-sm-6 {
    margin-left: 24px;
  }
  .ml-sm-7 {
    margin-left: 28px;
  }
  .ml-sm-8 {
    margin-left: 32px;
  }
  .ml-sm-9 {
    margin-left: 36px;
  }
  .ml-sm-10 {
    margin-left: 40px;
  }
  .ml-sm-12 {
    margin-left: 48px;
  }
  .ml-sm-16 {
    margin-left: 64px;
  }
  .ml-sm-20 {
    margin-left: 80px;
  }
  .ml-sm-24 {
    margin-left: 96px;
  }
  .ml-sm-25 {
    margin-left: 100px;
  }
  .ml-sm-32 {
    margin-left: 128px;
  }
  .ml-sm-36 {
    margin-left: 144px;
  }
  .ml-sm-40 {
    margin-left: 160px;
  }
  .ml-sm-44 {
    margin-left: 176px;
  }
  .ml-sm-48 {
    margin-left: 192px;
  }
  .ml-sm-64 {
    margin-left: 256px;
  }
  .ml-sm-80 {
    margin-left: 320px;
  }
  .ml-sm-gutter {
    margin-left: 0.75rem;
  }
  .ml-sm-gutter-full {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0;
  }
  .ml-md-1 {
    margin-left: 4px;
  }
  .ml-md-2 {
    margin-left: 8px;
  }
  .ml-md-3 {
    margin-left: 12px;
  }
  .ml-md-4 {
    margin-left: 16px;
  }
  .ml-md-5 {
    margin-left: 20px;
  }
  .ml-md-6 {
    margin-left: 24px;
  }
  .ml-md-7 {
    margin-left: 28px;
  }
  .ml-md-8 {
    margin-left: 32px;
  }
  .ml-md-9 {
    margin-left: 36px;
  }
  .ml-md-10 {
    margin-left: 40px;
  }
  .ml-md-12 {
    margin-left: 48px;
  }
  .ml-md-16 {
    margin-left: 64px;
  }
  .ml-md-20 {
    margin-left: 80px;
  }
  .ml-md-24 {
    margin-left: 96px;
  }
  .ml-md-25 {
    margin-left: 100px;
  }
  .ml-md-32 {
    margin-left: 128px;
  }
  .ml-md-36 {
    margin-left: 144px;
  }
  .ml-md-40 {
    margin-left: 160px;
  }
  .ml-md-44 {
    margin-left: 176px;
  }
  .ml-md-48 {
    margin-left: 192px;
  }
  .ml-md-64 {
    margin-left: 256px;
  }
  .ml-md-80 {
    margin-left: 320px;
  }
  .ml-md-gutter {
    margin-left: 0.75rem;
  }
  .ml-md-gutter-full {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .ml-lg-0 {
    margin-left: 0;
  }
  .ml-lg-1 {
    margin-left: 4px;
  }
  .ml-lg-2 {
    margin-left: 8px;
  }
  .ml-lg-3 {
    margin-left: 12px;
  }
  .ml-lg-4 {
    margin-left: 16px;
  }
  .ml-lg-5 {
    margin-left: 20px;
  }
  .ml-lg-6 {
    margin-left: 24px;
  }
  .ml-lg-7 {
    margin-left: 28px;
  }
  .ml-lg-8 {
    margin-left: 32px;
  }
  .ml-lg-9 {
    margin-left: 36px;
  }
  .ml-lg-10 {
    margin-left: 40px;
  }
  .ml-lg-12 {
    margin-left: 48px;
  }
  .ml-lg-16 {
    margin-left: 64px;
  }
  .ml-lg-20 {
    margin-left: 80px;
  }
  .ml-lg-24 {
    margin-left: 96px;
  }
  .ml-lg-25 {
    margin-left: 100px;
  }
  .ml-lg-32 {
    margin-left: 128px;
  }
  .ml-lg-36 {
    margin-left: 144px;
  }
  .ml-lg-40 {
    margin-left: 160px;
  }
  .ml-lg-44 {
    margin-left: 176px;
  }
  .ml-lg-48 {
    margin-left: 192px;
  }
  .ml-lg-64 {
    margin-left: 256px;
  }
  .ml-lg-80 {
    margin-left: 320px;
  }
  .ml-lg-gutter {
    margin-left: 0.75rem;
  }
  .ml-lg-gutter-full {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .ml-xl-0 {
    margin-left: 0;
  }
  .ml-xl-1 {
    margin-left: 4px;
  }
  .ml-xl-2 {
    margin-left: 8px;
  }
  .ml-xl-3 {
    margin-left: 12px;
  }
  .ml-xl-4 {
    margin-left: 16px;
  }
  .ml-xl-5 {
    margin-left: 20px;
  }
  .ml-xl-6 {
    margin-left: 24px;
  }
  .ml-xl-7 {
    margin-left: 28px;
  }
  .ml-xl-8 {
    margin-left: 32px;
  }
  .ml-xl-9 {
    margin-left: 36px;
  }
  .ml-xl-10 {
    margin-left: 40px;
  }
  .ml-xl-12 {
    margin-left: 48px;
  }
  .ml-xl-16 {
    margin-left: 64px;
  }
  .ml-xl-20 {
    margin-left: 80px;
  }
  .ml-xl-24 {
    margin-left: 96px;
  }
  .ml-xl-25 {
    margin-left: 100px;
  }
  .ml-xl-32 {
    margin-left: 128px;
  }
  .ml-xl-36 {
    margin-left: 144px;
  }
  .ml-xl-40 {
    margin-left: 160px;
  }
  .ml-xl-44 {
    margin-left: 176px;
  }
  .ml-xl-48 {
    margin-left: 192px;
  }
  .ml-xl-64 {
    margin-left: 256px;
  }
  .ml-xl-80 {
    margin-left: 320px;
  }
  .ml-xl-gutter {
    margin-left: 0.75rem;
  }
  .ml-xl-gutter-full {
    margin-left: 1.5rem;
  }
}
.-m-0 {
  margin: 0 !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-0 {
    margin: 0 !important;
  }
}
.-m-1 {
  margin: -4px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-1 {
    margin: -4px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-1 {
    margin: -4px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-1 {
    margin: -4px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-1 {
    margin: -4px !important;
  }
}
.-m-2 {
  margin: -8px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-2 {
    margin: -8px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-2 {
    margin: -8px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-2 {
    margin: -8px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-2 {
    margin: -8px !important;
  }
}
.-m-3 {
  margin: -12px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-3 {
    margin: -12px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-3 {
    margin: -12px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-3 {
    margin: -12px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-3 {
    margin: -12px !important;
  }
}
.-m-4 {
  margin: -16px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-4 {
    margin: -16px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-4 {
    margin: -16px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-4 {
    margin: -16px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-4 {
    margin: -16px !important;
  }
}
.-m-5 {
  margin: -20px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-5 {
    margin: -20px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-5 {
    margin: -20px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-5 {
    margin: -20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-5 {
    margin: -20px !important;
  }
}
.-m-6 {
  margin: -24px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-6 {
    margin: -24px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-6 {
    margin: -24px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-6 {
    margin: -24px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-6 {
    margin: -24px !important;
  }
}
.-m-7 {
  margin: -28px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-7 {
    margin: -28px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-7 {
    margin: -28px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-7 {
    margin: -28px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-7 {
    margin: -28px !important;
  }
}
.-m-8 {
  margin: -32px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-8 {
    margin: -32px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-8 {
    margin: -32px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-8 {
    margin: -32px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-8 {
    margin: -32px !important;
  }
}
.-m-9 {
  margin: -36px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-9 {
    margin: -36px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-9 {
    margin: -36px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-9 {
    margin: -36px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-9 {
    margin: -36px !important;
  }
}
.-m-10 {
  margin: -40px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-10 {
    margin: -40px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-10 {
    margin: -40px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-10 {
    margin: -40px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-10 {
    margin: -40px !important;
  }
}
.-m-12 {
  margin: -48px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-12 {
    margin: -48px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-12 {
    margin: -48px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-12 {
    margin: -48px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-12 {
    margin: -48px !important;
  }
}
.-m-16 {
  margin: -64px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-16 {
    margin: -64px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-16 {
    margin: -64px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-16 {
    margin: -64px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-16 {
    margin: -64px !important;
  }
}
.-m-20 {
  margin: -80px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-20 {
    margin: -80px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-20 {
    margin: -80px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-20 {
    margin: -80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-20 {
    margin: -80px !important;
  }
}
.-m-24 {
  margin: -96px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-24 {
    margin: -96px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-24 {
    margin: -96px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-24 {
    margin: -96px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-24 {
    margin: -96px !important;
  }
}
.-m-25 {
  margin: -100px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-25 {
    margin: -100px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-25 {
    margin: -100px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-25 {
    margin: -100px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-25 {
    margin: -100px !important;
  }
}
.-m-32 {
  margin: -128px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-32 {
    margin: -128px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-32 {
    margin: -128px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-32 {
    margin: -128px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-32 {
    margin: -128px !important;
  }
}
.-m-36 {
  margin: -144px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-36 {
    margin: -144px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-36 {
    margin: -144px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-36 {
    margin: -144px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-36 {
    margin: -144px !important;
  }
}
.-m-40 {
  margin: -160px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-40 {
    margin: -160px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-40 {
    margin: -160px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-40 {
    margin: -160px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-40 {
    margin: -160px !important;
  }
}
.-m-44 {
  margin: -176px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-44 {
    margin: -176px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-44 {
    margin: -176px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-44 {
    margin: -176px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-44 {
    margin: -176px !important;
  }
}
.-m-48 {
  margin: -192px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-48 {
    margin: -192px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-48 {
    margin: -192px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-48 {
    margin: -192px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-48 {
    margin: -192px !important;
  }
}
.-m-64 {
  margin: -256px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-64 {
    margin: -256px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-64 {
    margin: -256px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-64 {
    margin: -256px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-64 {
    margin: -256px !important;
  }
}
.-m-80 {
  margin: -320px !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-80 {
    margin: -320px !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-80 {
    margin: -320px !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-80 {
    margin: -320px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-80 {
    margin: -320px !important;
  }
}
.-m-gutter {
  margin: -0.75rem !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-gutter {
    margin: -0.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-gutter {
    margin: -0.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-gutter {
    margin: -0.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-gutter {
    margin: -0.75rem !important;
  }
}
.-m-gutter-full {
  margin: -1.5rem !important;
}

@media screen and (min-width: 576px) {
  .-m-sm-gutter-full {
    margin: -1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .-m-md-gutter-full {
    margin: -1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .-m-lg-gutter-full {
    margin: -1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .-m-xl-gutter-full {
    margin: -1.5rem !important;
  }
}
.-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.-mx-1 {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
}
.-mx-2 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-2 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-2 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-2 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-2 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
}
.-mx-3 {
  margin-left: -12px !important;
  margin-right: -12px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-3 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-3 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-3 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-3 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
}
.-mx-4 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-4 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-4 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-4 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-4 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}
.-mx-5 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-5 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-5 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-5 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-5 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
.-mx-6 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-6 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-6 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-6 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-6 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
}
.-mx-7 {
  margin-left: -28px !important;
  margin-right: -28px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-7 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-7 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-7 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-7 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
}
.-mx-8 {
  margin-left: -32px !important;
  margin-right: -32px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-8 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-8 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-8 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-8 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
}
.-mx-9 {
  margin-left: -36px !important;
  margin-right: -36px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-9 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-9 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-9 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-9 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
}
.-mx-10 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-10 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-10 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-10 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-10 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
}
.-mx-12 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-12 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-12 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-12 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-12 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
}
.-mx-16 {
  margin-left: -64px !important;
  margin-right: -64px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-16 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-16 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-16 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-16 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
}
.-mx-20 {
  margin-left: -80px !important;
  margin-right: -80px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-20 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-20 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-20 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-20 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
}
.-mx-24 {
  margin-left: -96px !important;
  margin-right: -96px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-24 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-24 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-24 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-24 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
}
.-mx-25 {
  margin-left: -100px !important;
  margin-right: -100px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-25 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-25 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-25 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-25 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
}
.-mx-32 {
  margin-left: -128px !important;
  margin-right: -128px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-32 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-32 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-32 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-32 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }
}
.-mx-36 {
  margin-left: -144px !important;
  margin-right: -144px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-36 {
    margin-left: -144px !important;
    margin-right: -144px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-36 {
    margin-left: -144px !important;
    margin-right: -144px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-36 {
    margin-left: -144px !important;
    margin-right: -144px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-36 {
    margin-left: -144px !important;
    margin-right: -144px !important;
  }
}
.-mx-40 {
  margin-left: -160px !important;
  margin-right: -160px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-40 {
    margin-left: -160px !important;
    margin-right: -160px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-40 {
    margin-left: -160px !important;
    margin-right: -160px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-40 {
    margin-left: -160px !important;
    margin-right: -160px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-40 {
    margin-left: -160px !important;
    margin-right: -160px !important;
  }
}
.-mx-44 {
  margin-left: -176px !important;
  margin-right: -176px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-44 {
    margin-left: -176px !important;
    margin-right: -176px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-44 {
    margin-left: -176px !important;
    margin-right: -176px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-44 {
    margin-left: -176px !important;
    margin-right: -176px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-44 {
    margin-left: -176px !important;
    margin-right: -176px !important;
  }
}
.-mx-48 {
  margin-left: -192px !important;
  margin-right: -192px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-48 {
    margin-left: -192px !important;
    margin-right: -192px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-48 {
    margin-left: -192px !important;
    margin-right: -192px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-48 {
    margin-left: -192px !important;
    margin-right: -192px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-48 {
    margin-left: -192px !important;
    margin-right: -192px !important;
  }
}
.-mx-64 {
  margin-left: -256px !important;
  margin-right: -256px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-64 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-64 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-64 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-64 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }
}
.-mx-80 {
  margin-left: -320px !important;
  margin-right: -320px !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-80 {
    margin-left: -320px !important;
    margin-right: -320px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-80 {
    margin-left: -320px !important;
    margin-right: -320px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-80 {
    margin-left: -320px !important;
    margin-right: -320px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-80 {
    margin-left: -320px !important;
    margin-right: -320px !important;
  }
}
.-mx-gutter {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-gutter {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-gutter {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-gutter {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-gutter {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
}
.-mx-gutter-full {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

@media screen and (min-width: 576px) {
  .-mx-sm-gutter-full {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .-mx-md-gutter-full {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .-mx-lg-gutter-full {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mx-xl-gutter-full {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
}
.-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.-my-1 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
}
.-my-2 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
}
.-my-3 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
}
.-my-4 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
}
.-my-5 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
}
.-my-6 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
}
.-my-7 {
  margin-top: -28px !important;
  margin-bottom: -28px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
}
.-my-8 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
}
.-my-9 {
  margin-top: -36px !important;
  margin-bottom: -36px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
}
.-my-10 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
}
.-my-12 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
}
.-my-16 {
  margin-top: -64px !important;
  margin-bottom: -64px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
}
.-my-20 {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-20 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-20 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-20 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-20 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
}
.-my-24 {
  margin-top: -96px !important;
  margin-bottom: -96px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-24 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-24 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-24 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-24 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
}
.-my-25 {
  margin-top: -100px !important;
  margin-bottom: -100px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-25 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-25 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-25 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-25 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
}
.-my-32 {
  margin-top: -128px !important;
  margin-bottom: -128px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-32 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-32 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-32 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-32 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }
}
.-my-36 {
  margin-top: -144px !important;
  margin-bottom: -144px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-36 {
    margin-top: -144px !important;
    margin-bottom: -144px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-36 {
    margin-top: -144px !important;
    margin-bottom: -144px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-36 {
    margin-top: -144px !important;
    margin-bottom: -144px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-36 {
    margin-top: -144px !important;
    margin-bottom: -144px !important;
  }
}
.-my-40 {
  margin-top: -160px !important;
  margin-bottom: -160px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-40 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-40 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-40 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-40 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }
}
.-my-44 {
  margin-top: -176px !important;
  margin-bottom: -176px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-44 {
    margin-top: -176px !important;
    margin-bottom: -176px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-44 {
    margin-top: -176px !important;
    margin-bottom: -176px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-44 {
    margin-top: -176px !important;
    margin-bottom: -176px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-44 {
    margin-top: -176px !important;
    margin-bottom: -176px !important;
  }
}
.-my-48 {
  margin-top: -192px !important;
  margin-bottom: -192px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-48 {
    margin-top: -192px !important;
    margin-bottom: -192px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-48 {
    margin-top: -192px !important;
    margin-bottom: -192px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-48 {
    margin-top: -192px !important;
    margin-bottom: -192px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-48 {
    margin-top: -192px !important;
    margin-bottom: -192px !important;
  }
}
.-my-64 {
  margin-top: -256px !important;
  margin-bottom: -256px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-64 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-64 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-64 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-64 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }
}
.-my-80 {
  margin-top: -320px !important;
  margin-bottom: -320px !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-80 {
    margin-top: -320px !important;
    margin-bottom: -320px !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-80 {
    margin-top: -320px !important;
    margin-bottom: -320px !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-80 {
    margin-top: -320px !important;
    margin-bottom: -320px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-80 {
    margin-top: -320px !important;
    margin-bottom: -320px !important;
  }
}
.-my-gutter {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-gutter {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-gutter {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-gutter {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-gutter {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
}
.-my-gutter-full {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

@media screen and (min-width: 576px) {
  .-my-sm-gutter-full {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .-my-md-gutter-full {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .-my-lg-gutter-full {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .-my-xl-gutter-full {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
}
.-mt-0 {
  margin-top: 0 !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-0 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-0 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-0 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-0 {
    margin-top: 0 !important;
  }
}
.-mt-1 {
  margin-top: -4px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-1 {
    margin-top: -4px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-1 {
    margin-top: -4px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-1 {
    margin-top: -4px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-1 {
    margin-top: -4px !important;
  }
}
.-mt-2 {
  margin-top: -8px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-2 {
    margin-top: -8px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-2 {
    margin-top: -8px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-2 {
    margin-top: -8px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-2 {
    margin-top: -8px !important;
  }
}
.-mt-3 {
  margin-top: -12px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-3 {
    margin-top: -12px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-3 {
    margin-top: -12px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-3 {
    margin-top: -12px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-3 {
    margin-top: -12px !important;
  }
}
.-mt-4 {
  margin-top: -16px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-4 {
    margin-top: -16px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-4 {
    margin-top: -16px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-4 {
    margin-top: -16px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-4 {
    margin-top: -16px !important;
  }
}
.-mt-5 {
  margin-top: -20px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-5 {
    margin-top: -20px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-5 {
    margin-top: -20px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-5 {
    margin-top: -20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-5 {
    margin-top: -20px !important;
  }
}
.-mt-6 {
  margin-top: -24px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-6 {
    margin-top: -24px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-6 {
    margin-top: -24px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-6 {
    margin-top: -24px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-6 {
    margin-top: -24px !important;
  }
}
.-mt-7 {
  margin-top: -28px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-7 {
    margin-top: -28px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-7 {
    margin-top: -28px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-7 {
    margin-top: -28px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-7 {
    margin-top: -28px !important;
  }
}
.-mt-8 {
  margin-top: -32px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-8 {
    margin-top: -32px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-8 {
    margin-top: -32px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-8 {
    margin-top: -32px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-8 {
    margin-top: -32px !important;
  }
}
.-mt-9 {
  margin-top: -36px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-9 {
    margin-top: -36px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-9 {
    margin-top: -36px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-9 {
    margin-top: -36px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-9 {
    margin-top: -36px !important;
  }
}
.-mt-10 {
  margin-top: -40px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-10 {
    margin-top: -40px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-10 {
    margin-top: -40px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-10 {
    margin-top: -40px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-10 {
    margin-top: -40px !important;
  }
}
.-mt-12 {
  margin-top: -48px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-12 {
    margin-top: -48px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-12 {
    margin-top: -48px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-12 {
    margin-top: -48px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-12 {
    margin-top: -48px !important;
  }
}
.-mt-16 {
  margin-top: -64px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-16 {
    margin-top: -64px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-16 {
    margin-top: -64px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-16 {
    margin-top: -64px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-16 {
    margin-top: -64px !important;
  }
}
.-mt-20 {
  margin-top: -80px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-20 {
    margin-top: -80px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-20 {
    margin-top: -80px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-20 {
    margin-top: -80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-20 {
    margin-top: -80px !important;
  }
}
.-mt-24 {
  margin-top: -96px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-24 {
    margin-top: -96px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-24 {
    margin-top: -96px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-24 {
    margin-top: -96px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-24 {
    margin-top: -96px !important;
  }
}
.-mt-25 {
  margin-top: -100px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-25 {
    margin-top: -100px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-25 {
    margin-top: -100px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-25 {
    margin-top: -100px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-25 {
    margin-top: -100px !important;
  }
}
.-mt-32 {
  margin-top: -128px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-32 {
    margin-top: -128px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-32 {
    margin-top: -128px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-32 {
    margin-top: -128px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-32 {
    margin-top: -128px !important;
  }
}
.-mt-36 {
  margin-top: -144px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-36 {
    margin-top: -144px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-36 {
    margin-top: -144px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-36 {
    margin-top: -144px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-36 {
    margin-top: -144px !important;
  }
}
.-mt-40 {
  margin-top: -160px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-40 {
    margin-top: -160px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-40 {
    margin-top: -160px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-40 {
    margin-top: -160px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-40 {
    margin-top: -160px !important;
  }
}
.-mt-44 {
  margin-top: -176px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-44 {
    margin-top: -176px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-44 {
    margin-top: -176px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-44 {
    margin-top: -176px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-44 {
    margin-top: -176px !important;
  }
}
.-mt-48 {
  margin-top: -192px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-48 {
    margin-top: -192px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-48 {
    margin-top: -192px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-48 {
    margin-top: -192px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-48 {
    margin-top: -192px !important;
  }
}
.-mt-64 {
  margin-top: -256px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-64 {
    margin-top: -256px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-64 {
    margin-top: -256px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-64 {
    margin-top: -256px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-64 {
    margin-top: -256px !important;
  }
}
.-mt-80 {
  margin-top: -320px !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-80 {
    margin-top: -320px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-80 {
    margin-top: -320px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-80 {
    margin-top: -320px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-80 {
    margin-top: -320px !important;
  }
}
.-mt-gutter {
  margin-top: -0.75rem !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-gutter {
    margin-top: -0.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-gutter {
    margin-top: -0.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-gutter {
    margin-top: -0.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-gutter {
    margin-top: -0.75rem !important;
  }
}
.-mt-gutter-full {
  margin-top: -1.5rem !important;
}

@media screen and (min-width: 576px) {
  .-mt-sm-gutter-full {
    margin-top: -1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .-mt-md-gutter-full {
    margin-top: -1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .-mt-lg-gutter-full {
    margin-top: -1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mt-xl-gutter-full {
    margin-top: -1.5rem !important;
  }
}
.-mr-0 {
  margin-right: 0 !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-0 {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-0 {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-0 {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-0 {
    margin-right: 0 !important;
  }
}
.-mr-1 {
  margin-right: -4px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-1 {
    margin-right: -4px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-1 {
    margin-right: -4px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-1 {
    margin-right: -4px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-1 {
    margin-right: -4px !important;
  }
}
.-mr-2 {
  margin-right: -8px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-2 {
    margin-right: -8px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-2 {
    margin-right: -8px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-2 {
    margin-right: -8px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-2 {
    margin-right: -8px !important;
  }
}
.-mr-3 {
  margin-right: -12px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-3 {
    margin-right: -12px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-3 {
    margin-right: -12px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-3 {
    margin-right: -12px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-3 {
    margin-right: -12px !important;
  }
}
.-mr-4 {
  margin-right: -16px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-4 {
    margin-right: -16px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-4 {
    margin-right: -16px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-4 {
    margin-right: -16px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-4 {
    margin-right: -16px !important;
  }
}
.-mr-5 {
  margin-right: -20px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-5 {
    margin-right: -20px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-5 {
    margin-right: -20px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-5 {
    margin-right: -20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-5 {
    margin-right: -20px !important;
  }
}
.-mr-6 {
  margin-right: -24px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-6 {
    margin-right: -24px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-6 {
    margin-right: -24px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-6 {
    margin-right: -24px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-6 {
    margin-right: -24px !important;
  }
}
.-mr-7 {
  margin-right: -28px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-7 {
    margin-right: -28px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-7 {
    margin-right: -28px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-7 {
    margin-right: -28px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-7 {
    margin-right: -28px !important;
  }
}
.-mr-8 {
  margin-right: -32px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-8 {
    margin-right: -32px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-8 {
    margin-right: -32px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-8 {
    margin-right: -32px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-8 {
    margin-right: -32px !important;
  }
}
.-mr-9 {
  margin-right: -36px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-9 {
    margin-right: -36px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-9 {
    margin-right: -36px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-9 {
    margin-right: -36px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-9 {
    margin-right: -36px !important;
  }
}
.-mr-10 {
  margin-right: -40px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-10 {
    margin-right: -40px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-10 {
    margin-right: -40px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-10 {
    margin-right: -40px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-10 {
    margin-right: -40px !important;
  }
}
.-mr-12 {
  margin-right: -48px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-12 {
    margin-right: -48px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-12 {
    margin-right: -48px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-12 {
    margin-right: -48px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-12 {
    margin-right: -48px !important;
  }
}
.-mr-16 {
  margin-right: -64px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-16 {
    margin-right: -64px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-16 {
    margin-right: -64px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-16 {
    margin-right: -64px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-16 {
    margin-right: -64px !important;
  }
}
.-mr-20 {
  margin-right: -80px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-20 {
    margin-right: -80px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-20 {
    margin-right: -80px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-20 {
    margin-right: -80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-20 {
    margin-right: -80px !important;
  }
}
.-mr-24 {
  margin-right: -96px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-24 {
    margin-right: -96px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-24 {
    margin-right: -96px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-24 {
    margin-right: -96px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-24 {
    margin-right: -96px !important;
  }
}
.-mr-25 {
  margin-right: -100px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-25 {
    margin-right: -100px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-25 {
    margin-right: -100px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-25 {
    margin-right: -100px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-25 {
    margin-right: -100px !important;
  }
}
.-mr-32 {
  margin-right: -128px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-32 {
    margin-right: -128px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-32 {
    margin-right: -128px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-32 {
    margin-right: -128px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-32 {
    margin-right: -128px !important;
  }
}
.-mr-36 {
  margin-right: -144px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-36 {
    margin-right: -144px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-36 {
    margin-right: -144px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-36 {
    margin-right: -144px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-36 {
    margin-right: -144px !important;
  }
}
.-mr-40 {
  margin-right: -160px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-40 {
    margin-right: -160px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-40 {
    margin-right: -160px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-40 {
    margin-right: -160px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-40 {
    margin-right: -160px !important;
  }
}
.-mr-44 {
  margin-right: -176px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-44 {
    margin-right: -176px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-44 {
    margin-right: -176px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-44 {
    margin-right: -176px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-44 {
    margin-right: -176px !important;
  }
}
.-mr-48 {
  margin-right: -192px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-48 {
    margin-right: -192px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-48 {
    margin-right: -192px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-48 {
    margin-right: -192px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-48 {
    margin-right: -192px !important;
  }
}
.-mr-64 {
  margin-right: -256px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-64 {
    margin-right: -256px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-64 {
    margin-right: -256px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-64 {
    margin-right: -256px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-64 {
    margin-right: -256px !important;
  }
}
.-mr-80 {
  margin-right: -320px !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-80 {
    margin-right: -320px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-80 {
    margin-right: -320px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-80 {
    margin-right: -320px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-80 {
    margin-right: -320px !important;
  }
}
.-mr-gutter {
  margin-right: -0.75rem !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-gutter {
    margin-right: -0.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-gutter {
    margin-right: -0.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-gutter {
    margin-right: -0.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-gutter {
    margin-right: -0.75rem !important;
  }
}
.-mr-gutter-full {
  margin-right: -1.5rem !important;
}

@media screen and (min-width: 576px) {
  .-mr-sm-gutter-full {
    margin-right: -1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .-mr-md-gutter-full {
    margin-right: -1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .-mr-lg-gutter-full {
    margin-right: -1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mr-xl-gutter-full {
    margin-right: -1.5rem !important;
  }
}
.-mb-0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-0 {
    margin-bottom: 0 !important;
  }
}
.-mb-1 {
  margin-bottom: -4px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-1 {
    margin-bottom: -4px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-1 {
    margin-bottom: -4px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-1 {
    margin-bottom: -4px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-1 {
    margin-bottom: -4px !important;
  }
}
.-mb-2 {
  margin-bottom: -8px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-2 {
    margin-bottom: -8px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-2 {
    margin-bottom: -8px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-2 {
    margin-bottom: -8px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-2 {
    margin-bottom: -8px !important;
  }
}
.-mb-3 {
  margin-bottom: -12px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-3 {
    margin-bottom: -12px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-3 {
    margin-bottom: -12px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-3 {
    margin-bottom: -12px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-3 {
    margin-bottom: -12px !important;
  }
}
.-mb-4 {
  margin-bottom: -16px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-4 {
    margin-bottom: -16px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-4 {
    margin-bottom: -16px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-4 {
    margin-bottom: -16px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-4 {
    margin-bottom: -16px !important;
  }
}
.-mb-5 {
  margin-bottom: -20px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-5 {
    margin-bottom: -20px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-5 {
    margin-bottom: -20px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-5 {
    margin-bottom: -20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-5 {
    margin-bottom: -20px !important;
  }
}
.-mb-6 {
  margin-bottom: -24px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-6 {
    margin-bottom: -24px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-6 {
    margin-bottom: -24px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-6 {
    margin-bottom: -24px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-6 {
    margin-bottom: -24px !important;
  }
}
.-mb-7 {
  margin-bottom: -28px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-7 {
    margin-bottom: -28px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-7 {
    margin-bottom: -28px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-7 {
    margin-bottom: -28px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-7 {
    margin-bottom: -28px !important;
  }
}
.-mb-8 {
  margin-bottom: -32px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-8 {
    margin-bottom: -32px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-8 {
    margin-bottom: -32px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-8 {
    margin-bottom: -32px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-8 {
    margin-bottom: -32px !important;
  }
}
.-mb-9 {
  margin-bottom: -36px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-9 {
    margin-bottom: -36px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-9 {
    margin-bottom: -36px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-9 {
    margin-bottom: -36px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-9 {
    margin-bottom: -36px !important;
  }
}
.-mb-10 {
  margin-bottom: -40px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-10 {
    margin-bottom: -40px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-10 {
    margin-bottom: -40px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-10 {
    margin-bottom: -40px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-10 {
    margin-bottom: -40px !important;
  }
}
.-mb-12 {
  margin-bottom: -48px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-12 {
    margin-bottom: -48px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-12 {
    margin-bottom: -48px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-12 {
    margin-bottom: -48px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-12 {
    margin-bottom: -48px !important;
  }
}
.-mb-16 {
  margin-bottom: -64px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-16 {
    margin-bottom: -64px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-16 {
    margin-bottom: -64px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-16 {
    margin-bottom: -64px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-16 {
    margin-bottom: -64px !important;
  }
}
.-mb-20 {
  margin-bottom: -80px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-20 {
    margin-bottom: -80px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-20 {
    margin-bottom: -80px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-20 {
    margin-bottom: -80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-20 {
    margin-bottom: -80px !important;
  }
}
.-mb-24 {
  margin-bottom: -96px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-24 {
    margin-bottom: -96px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-24 {
    margin-bottom: -96px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-24 {
    margin-bottom: -96px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-24 {
    margin-bottom: -96px !important;
  }
}
.-mb-25 {
  margin-bottom: -100px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-25 {
    margin-bottom: -100px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-25 {
    margin-bottom: -100px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-25 {
    margin-bottom: -100px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-25 {
    margin-bottom: -100px !important;
  }
}
.-mb-32 {
  margin-bottom: -128px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-32 {
    margin-bottom: -128px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-32 {
    margin-bottom: -128px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-32 {
    margin-bottom: -128px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-32 {
    margin-bottom: -128px !important;
  }
}
.-mb-36 {
  margin-bottom: -144px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-36 {
    margin-bottom: -144px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-36 {
    margin-bottom: -144px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-36 {
    margin-bottom: -144px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-36 {
    margin-bottom: -144px !important;
  }
}
.-mb-40 {
  margin-bottom: -160px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-40 {
    margin-bottom: -160px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-40 {
    margin-bottom: -160px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-40 {
    margin-bottom: -160px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-40 {
    margin-bottom: -160px !important;
  }
}
.-mb-44 {
  margin-bottom: -176px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-44 {
    margin-bottom: -176px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-44 {
    margin-bottom: -176px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-44 {
    margin-bottom: -176px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-44 {
    margin-bottom: -176px !important;
  }
}
.-mb-48 {
  margin-bottom: -192px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-48 {
    margin-bottom: -192px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-48 {
    margin-bottom: -192px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-48 {
    margin-bottom: -192px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-48 {
    margin-bottom: -192px !important;
  }
}
.-mb-64 {
  margin-bottom: -256px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-64 {
    margin-bottom: -256px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-64 {
    margin-bottom: -256px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-64 {
    margin-bottom: -256px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-64 {
    margin-bottom: -256px !important;
  }
}
.-mb-80 {
  margin-bottom: -320px !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-80 {
    margin-bottom: -320px !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-80 {
    margin-bottom: -320px !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-80 {
    margin-bottom: -320px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-80 {
    margin-bottom: -320px !important;
  }
}
.-mb-gutter {
  margin-bottom: -0.75rem !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-gutter {
    margin-bottom: -0.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-gutter {
    margin-bottom: -0.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-gutter {
    margin-bottom: -0.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-gutter {
    margin-bottom: -0.75rem !important;
  }
}
.-mb-gutter-full {
  margin-bottom: -1.5rem !important;
}

@media screen and (min-width: 576px) {
  .-mb-sm-gutter-full {
    margin-bottom: -1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .-mb-md-gutter-full {
    margin-bottom: -1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .-mb-lg-gutter-full {
    margin-bottom: -1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .-mb-xl-gutter-full {
    margin-bottom: -1.5rem !important;
  }
}
.-ml-0 {
  margin-left: 0 !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-0 {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-0 {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-0 {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-0 {
    margin-left: 0 !important;
  }
}
.-ml-1 {
  margin-left: -4px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-1 {
    margin-left: -4px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-1 {
    margin-left: -4px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-1 {
    margin-left: -4px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-1 {
    margin-left: -4px !important;
  }
}
.-ml-2 {
  margin-left: -8px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-2 {
    margin-left: -8px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-2 {
    margin-left: -8px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-2 {
    margin-left: -8px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-2 {
    margin-left: -8px !important;
  }
}
.-ml-3 {
  margin-left: -12px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-3 {
    margin-left: -12px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-3 {
    margin-left: -12px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-3 {
    margin-left: -12px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-3 {
    margin-left: -12px !important;
  }
}
.-ml-4 {
  margin-left: -16px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-4 {
    margin-left: -16px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-4 {
    margin-left: -16px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-4 {
    margin-left: -16px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-4 {
    margin-left: -16px !important;
  }
}
.-ml-5 {
  margin-left: -20px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-5 {
    margin-left: -20px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-5 {
    margin-left: -20px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-5 {
    margin-left: -20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-5 {
    margin-left: -20px !important;
  }
}
.-ml-6 {
  margin-left: -24px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-6 {
    margin-left: -24px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-6 {
    margin-left: -24px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-6 {
    margin-left: -24px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-6 {
    margin-left: -24px !important;
  }
}
.-ml-7 {
  margin-left: -28px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-7 {
    margin-left: -28px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-7 {
    margin-left: -28px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-7 {
    margin-left: -28px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-7 {
    margin-left: -28px !important;
  }
}
.-ml-8 {
  margin-left: -32px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-8 {
    margin-left: -32px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-8 {
    margin-left: -32px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-8 {
    margin-left: -32px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-8 {
    margin-left: -32px !important;
  }
}
.-ml-9 {
  margin-left: -36px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-9 {
    margin-left: -36px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-9 {
    margin-left: -36px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-9 {
    margin-left: -36px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-9 {
    margin-left: -36px !important;
  }
}
.-ml-10 {
  margin-left: -40px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-10 {
    margin-left: -40px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-10 {
    margin-left: -40px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-10 {
    margin-left: -40px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-10 {
    margin-left: -40px !important;
  }
}
.-ml-12 {
  margin-left: -48px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-12 {
    margin-left: -48px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-12 {
    margin-left: -48px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-12 {
    margin-left: -48px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-12 {
    margin-left: -48px !important;
  }
}
.-ml-16 {
  margin-left: -64px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-16 {
    margin-left: -64px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-16 {
    margin-left: -64px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-16 {
    margin-left: -64px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-16 {
    margin-left: -64px !important;
  }
}
.-ml-20 {
  margin-left: -80px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-20 {
    margin-left: -80px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-20 {
    margin-left: -80px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-20 {
    margin-left: -80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-20 {
    margin-left: -80px !important;
  }
}
.-ml-24 {
  margin-left: -96px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-24 {
    margin-left: -96px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-24 {
    margin-left: -96px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-24 {
    margin-left: -96px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-24 {
    margin-left: -96px !important;
  }
}
.-ml-25 {
  margin-left: -100px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-25 {
    margin-left: -100px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-25 {
    margin-left: -100px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-25 {
    margin-left: -100px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-25 {
    margin-left: -100px !important;
  }
}
.-ml-32 {
  margin-left: -128px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-32 {
    margin-left: -128px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-32 {
    margin-left: -128px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-32 {
    margin-left: -128px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-32 {
    margin-left: -128px !important;
  }
}
.-ml-36 {
  margin-left: -144px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-36 {
    margin-left: -144px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-36 {
    margin-left: -144px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-36 {
    margin-left: -144px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-36 {
    margin-left: -144px !important;
  }
}
.-ml-40 {
  margin-left: -160px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-40 {
    margin-left: -160px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-40 {
    margin-left: -160px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-40 {
    margin-left: -160px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-40 {
    margin-left: -160px !important;
  }
}
.-ml-44 {
  margin-left: -176px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-44 {
    margin-left: -176px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-44 {
    margin-left: -176px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-44 {
    margin-left: -176px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-44 {
    margin-left: -176px !important;
  }
}
.-ml-48 {
  margin-left: -192px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-48 {
    margin-left: -192px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-48 {
    margin-left: -192px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-48 {
    margin-left: -192px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-48 {
    margin-left: -192px !important;
  }
}
.-ml-64 {
  margin-left: -256px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-64 {
    margin-left: -256px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-64 {
    margin-left: -256px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-64 {
    margin-left: -256px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-64 {
    margin-left: -256px !important;
  }
}
.-ml-80 {
  margin-left: -320px !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-80 {
    margin-left: -320px !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-80 {
    margin-left: -320px !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-80 {
    margin-left: -320px !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-80 {
    margin-left: -320px !important;
  }
}
.-ml-gutter {
  margin-left: -0.75rem !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-gutter {
    margin-left: -0.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-gutter {
    margin-left: -0.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-gutter {
    margin-left: -0.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-gutter {
    margin-left: -0.75rem !important;
  }
}
.-ml-gutter-full {
  margin-left: -1.5rem !important;
}

@media screen and (min-width: 576px) {
  .-ml-sm-gutter-full {
    margin-left: -1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .-ml-md-gutter-full {
    margin-left: -1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .-ml-lg-gutter-full {
    margin-left: -1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .-ml-xl-gutter-full {
    margin-left: -1.5rem !important;
  }
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

@media screen and (min-width: 576px) {
  .mx-sm-auto {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .mx-sm-auto {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .mx-sm-auto {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .mx-sm-auto {
    margin-right: auto;
    margin-left: auto;
  }
}
.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.wysiwyg .row img {
  width: 100%;
}
.wysiwyg figure {
  max-width: 100%;
}
.wysiwyg .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg a {
  text-decoration: none;
  color: #00A0C4;
  transition: 0.3s ease-out;
}
.wysiwyg a:hover {
  color: #888888;
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 20px;
}
.wysiwyg sup {
  line-height: 0;
}

.border-tl {
  border-radius: 50px 0 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .border-tl {
    border-radius: 80px 0 0 0;
  }
}
@media screen and (min-width: 992px) {
  .border-tl {
    border-radius: 110px 0 0 0;
  }
}

.border-tr {
  border-radius: 0 50px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .border-tr {
    border-radius: 0 80px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .border-tr {
    border-radius: 0 110px 0 0;
  }
}

.border-br {
  border-radius: 0 0 50px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .border-br {
    border-radius: 0 0 80px 0;
  }
}
@media screen and (min-width: 992px) {
  .border-br {
    border-radius: 0 0 110px 0;
  }
}

.border-bl {
  border-radius: 0 0 0 50px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .border-bl {
    border-radius: 0 0 0 80px;
  }
}
@media screen and (min-width: 992px) {
  .border-bl {
    border-radius: 0 0 0 110px;
  }
}

.border-right {
  border-radius: 0 50px 50px 0px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .border-right {
    border-radius: 0 80px 80px 0px;
  }
}
@media screen and (min-width: 992px) {
  .border-right {
    border-radius: 0 110px 110px 0px;
  }
}

.border-left {
  border-radius: 50px 0px 0px 50px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .border-left {
    border-radius: 80px 0px 0px 80px;
  }
}
@media screen and (min-width: 992px) {
  .border-left {
    border-radius: 110px 0px 0px 110px;
  }
}

.border-top {
  border-radius: 50px 50px 0px 0px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .border-top {
    border-radius: 80px 80px 0px 0px;
  }
}
@media screen and (min-width: 992px) {
  .border-top {
    border-radius: 110 110px 0px 0px;
  }
}

.border-bottom {
  border-radius: 0px 0px 50px 50px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .border-bottom {
    border-radius: 0px 0px 80px 80px;
  }
}
@media screen and (min-width: 992px) {
  .border-bottom {
    border-radius: 0px 0px 110px 110px;
  }
}

.border-all {
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .border-all {
    border-radius: 80px;
  }
}
@media screen and (min-width: 992px) {
  .border-all {
    border-radius: 110px;
  }
}

/* Import Layouts */
/* Import Components */
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.video-bg .video-loop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  appearance: none;
}

/* 

    ASPECT IMAGE STYLES 

    Needs a parent wrapper element with positioning set

*/
.aspect-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  border-radius: 0px;
  overflow: hidden;
}
.aspect-image.fit-contain, .aspect-image .fit-contain {
  background-size: contain;
}
.aspect-image.fit-cover, .aspect-image .fit-cover {
  background-size: cover;
}
.aspect-image.fit-fill, .aspect-image .fit-fill {
  background-size: 100%;
}
.aspect-image.fit-none, .aspect-image .fit-none {
  background-size: auto;
}
.aspect-image.fit-scale-down, .aspect-image .fit-scale-down {
  background-size: contain;
}
.aspect-image.position-bottom-center, .aspect-image .position-bottom-center {
  background-position: bottom center;
}
.aspect-image.position-center, .aspect-image .position-center {
  background-position: center center;
}
.aspect-image.position-center-left, .aspect-image .position-center-left {
  background-position: center left;
}
.aspect-image.position-bottom-left, .aspect-image .position-bottom-left {
  background-position: bottom left;
}
.aspect-image.position-top-left, .aspect-image .position-top-left {
  background-position: top left;
}
.aspect-image.position-center-right, .aspect-image .position-center-right {
  background-position: center right;
}
.aspect-image.position-bottom-right, .aspect-image .position-bottom-right {
  background-position: bottom right;
}
.aspect-image.position-top-right, .aspect-image .position-top-right {
  background-position: top right;
}
.aspect-image.position-top-center, .aspect-image .position-top-center {
  background-position: top center;
}
.aspect-image img {
  height: 100%;
  width: 100%;
}

.aspect-square::before,
.aspect-1\/1::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.aspect-1\/2::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.aspect-1\/3::before {
  content: "";
  display: block;
  padding-top: 33.33%;
}

.aspect-2\/3::before {
  content: "";
  display: block;
  padding-top: 66.666667%;
}

.aspect-1\/4::before {
  content: "";
  display: block;
  padding-top: 25%;
}

.aspect-3\/4::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.aspect-1\/5::before {
  content: "";
  display: block;
  padding-top: 20%;
}

.aspect-2\/5::before {
  content: "";
  display: block;
  padding-top: 40%;
}

.aspect-3\/5::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.aspect-4\/5::before {
  content: "";
  display: block;
  padding-top: 80%;
}

.aspect-9\/16::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.aspect-4\/3::before {
  content: "";
  display: block;
  padding-top: 133.33%;
}

.aspect-3\/2::before {
  content: "";
  display: block;
  padding-top: 150%;
}

.aspect-5\/3::before {
  content: "";
  display: block;
  padding-top: 166%;
}

.aspect-2\/1::before {
  content: "";
  display: block;
  padding-top: 200%;
}

.aspect-3\/1::before {
  content: "";
  display: block;
  padding-top: 300%;
}

.aspect-11\/20::before {
  content: "";
  display: block;
  padding-top: 55%;
}

.form {
  overflow: hidden;
}

.form_wrapper #gform_confirmation_wrapper_1 {
  opacity: 1;
}
.form_wrapper #gform_confirmation_wrapper_1 br {
  display: none;
}

.gform_wrapper .gform-body .gform_fields {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.gform_wrapper .gform-body .gform_fields .g-quarter {
  width: 24.3%;
}
@media screen and (max-width: 992px) {
  .gform_wrapper .gform-body .gform_fields .g-quarter {
    width: 49.5%;
  }
}
@media screen and (max-width: 576px) {
  .gform_wrapper .gform-body .gform_fields .g-quarter {
    width: 100%;
  }
}
.gform_wrapper .gform-body .gform_fields .g-third {
  width: 32.3%;
}
@media screen and (max-width: 768px) {
  .gform_wrapper .gform-body .gform_fields .g-third {
    width: 100%;
  }
}
.gform_wrapper .gform-body .gform_fields .g-half {
  width: 49.3%;
}
@media screen and (max-width: 768px) {
  .gform_wrapper .gform-body .gform_fields .g-half {
    width: 100%;
  }
}
.gform_wrapper .gform-body .gform_fields .mb-0 {
  margin-bottom: 0 !important;
}
.gform_wrapper .gform-body .gform_fields .g-full {
  width: 100%;
}
.gform_wrapper .gform-body .gform_fields .grecaptcha-badge {
  box-shadow: none !important;
}
.gform_wrapper .gform-body .gform_fields .gfield {
  margin-bottom: 30px;
}
.gform_wrapper .gform-body .gform_fields .gfield label {
  font-size: 1.25rem;
  font-weight: bold;
}
.gform_wrapper .gform-body .gform_fields .gfield label .gfield_required {
  display: none;
}
.gform_wrapper .gform-body .gform_fields .gfield input,
.gform_wrapper .gform-body .gform_fields .gfield textarea,
.gform_wrapper .gform-body .gform_fields .gfield select {
  height: 100%;
  padding: 24px 20px;
  font-size: 16px;
  border: 1px solid #cccccc;
  transition: 0.3s ease-out;
}
.gform_wrapper .gform-body .gform_fields .gfield input:focus,
.gform_wrapper .gform-body .gform_fields .gfield textarea:focus,
.gform_wrapper .gform-body .gform_fields .gfield select:focus {
  border-bottom: 2px solid #00355F;
}
.gform_wrapper .gform-body .gform_fields .gfield textarea {
  max-height: 200px;
}
.gform_wrapper .gform_footer .gform_button {
  font-family: "Montserrat", sans-serif !important;
  padding: 20px 30px !important;
  border-radius: 40px 0 !important;
  display: inline-block !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  color: white !important;
  background: #00355F !important;
  position: relative !important;
  border: none !important;
  text-transform: uppercase !important;
  line-height: 100% !important;
  cursor: pointer !important;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1) !important;
  text-decoration: none !important;
  overflow: hidden !important;
  margin: 0 auto !important;
}
.gform_wrapper .gform_footer .gform_button:after {
  background: rgb(255, 255, 255) !important;
  content: "" !important;
  height: 100% !important;
  left: -75px !important;
  opacity: 0.2 !important;
  position: absolute !important;
  top: 0px !important;
  transform: skewX(-25deg) !important;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) !important;
  width: 60px !important;
  z-index: 2 !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  border-radius: 40px !important;
}
.gform_wrapper .gform_footer .gform_button:hover:after {
  left: 120% !important;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .gform_footer .gform_button {
    margin: unset !important;
  }
}

/*# sourceMappingURL=main.min.css.map */