@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Ubuntu:wght@700&family=Caveat&display=swap);
/*!
Theme Name: Bobix
Theme URI: https://bobix.nl
Author: Bobix Digital
Author URI: https://bobix.nl
Description: Custom theme for Bobix
Version: 1.0.0
Text Domain: bobix
Tags: Maatwerk, Bobix

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

The bootstap grid is provided by a great partner J.v.K.
and is based on Bootstrap 4 https://getbootstrap.com/

--------------------------------------------------------------*/
:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background: #29ABE2;
}

::selection {
  color: #fff;
  background: #29ABE2;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*----------------------------------------------------------------------------*\
    Framework setup
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/* Font setup */
/* breakpoints */
/* helpers */
/* amount = * 5 */
/*----------------------------------------------------------------------------*\
    MIXINS
    Default mixins
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Functions
\*----------------------------------------------------------------------------*/
/*  Mixins
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    HELPERS
    Default classes almost always
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
.text-left {
  text-align: left;
}

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

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

.list-clean {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nowrap {
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .text-left--md {
    text-align: left;
  }
  .text-center--md {
    text-align: center;
  }
  .text-right--md {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .text-left--lg {
    text-align: left;
  }
  .text-center--lg {
    text-align: center;
  }
  .text-right--lg {
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) {
  .text-left--xl {
    text-align: left;
  }
  .text-center--xl {
    text-align: center;
  }
  .text-right--xl {
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .text-left--lap {
    text-align: left;
  }
  .text-center--lap {
    text-align: center;
  }
  .text-right--lap {
    text-align: right;
  }
}
/*  COLORS
\*----------------------------------------------------------------------------*/
.bg--white {
  background-color: #FFFFFF !important;
}

.color--white {
  color: #FFFFFF !important;
}

.fill--white {
  fill: #FFFFFF !important;
}

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

.color--black {
  color: #000000 !important;
}

.fill--black {
  fill: #000000 !important;
}

.bg--brand-primary {
  background-color: #29ABE2 !important;
}

.color--brand-primary {
  color: #29ABE2 !important;
}

.fill--brand-primary {
  fill: #29ABE2 !important;
}

.bg--brand-secondary {
  background-color: #0071BC !important;
}

.color--brand-secondary {
  color: #0071BC !important;
}

.fill--brand-secondary {
  fill: #0071BC !important;
}

.bg--brand-alt-one {
  background-color: #5BBEE8 !important;
}

.color--brand-alt-one {
  color: #5BBEE8 !important;
}

.fill--brand-alt-one {
  fill: #5BBEE8 !important;
}

.bg--brand-alt-two {
  background-color: #1E87CC !important;
}

.color--brand-alt-two {
  color: #1E87CC !important;
}

.fill--brand-alt-two {
  fill: #1E87CC !important;
}

/*  SPACING
\*----------------------------------------------------------------------------*/
.m-t-0 {
  margin-top: 0rem !important;
}

.m-r-0 {
  margin-right: 0rem !important;
}

.m-l-0 {
  margin-left: 0rem !important;
}

.m-b-0 {
  margin-bottom: 0rem !important;
}

.m-t-5 {
  margin-top: 0.5rem !important;
}

.m-r-5 {
  margin-right: 0.5rem !important;
}

.m-l-5 {
  margin-left: 0.5rem !important;
}

.m-b-5 {
  margin-bottom: 0.5rem !important;
}

.m-t-10 {
  margin-top: 1rem !important;
}

.m-r-10 {
  margin-right: 1rem !important;
}

.m-l-10 {
  margin-left: 1rem !important;
}

.m-b-10 {
  margin-bottom: 1rem !important;
}

.m-t-15 {
  margin-top: 1.5rem !important;
}

.m-r-15 {
  margin-right: 1.5rem !important;
}

.m-l-15 {
  margin-left: 1.5rem !important;
}

.m-b-15 {
  margin-bottom: 1.5rem !important;
}

.m-t-20 {
  margin-top: 2rem !important;
}

.m-r-20 {
  margin-right: 2rem !important;
}

.m-l-20 {
  margin-left: 2rem !important;
}

.m-b-20 {
  margin-bottom: 2rem !important;
}

.m-t-25 {
  margin-top: 2.5rem !important;
}

.m-r-25 {
  margin-right: 2.5rem !important;
}

.m-l-25 {
  margin-left: 2.5rem !important;
}

.m-b-25 {
  margin-bottom: 2.5rem !important;
}

.m-t-30 {
  margin-top: 3rem !important;
}

.m-r-30 {
  margin-right: 3rem !important;
}

.m-l-30 {
  margin-left: 3rem !important;
}

.m-b-30 {
  margin-bottom: 3rem !important;
}

.m-t-35 {
  margin-top: 3.5rem !important;
}

.m-r-35 {
  margin-right: 3.5rem !important;
}

.m-l-35 {
  margin-left: 3.5rem !important;
}

.m-b-35 {
  margin-bottom: 3.5rem !important;
}

.m-t-40 {
  margin-top: 4rem !important;
}

.m-r-40 {
  margin-right: 4rem !important;
}

.m-l-40 {
  margin-left: 4rem !important;
}

.m-b-40 {
  margin-bottom: 4rem !important;
}

.m-t-45 {
  margin-top: 4.5rem !important;
}

.m-r-45 {
  margin-right: 4.5rem !important;
}

.m-l-45 {
  margin-left: 4.5rem !important;
}

.m-b-45 {
  margin-bottom: 4.5rem !important;
}

.m-t-50 {
  margin-top: 5rem !important;
}

.m-r-50 {
  margin-right: 5rem !important;
}

.m-l-50 {
  margin-left: 5rem !important;
}

.m-b-50 {
  margin-bottom: 5rem !important;
}

.m-t-55 {
  margin-top: 5.5rem !important;
}

.m-r-55 {
  margin-right: 5.5rem !important;
}

.m-l-55 {
  margin-left: 5.5rem !important;
}

.m-b-55 {
  margin-bottom: 5.5rem !important;
}

.m-t-60 {
  margin-top: 6rem !important;
}

.m-r-60 {
  margin-right: 6rem !important;
}

.m-l-60 {
  margin-left: 6rem !important;
}

.m-b-60 {
  margin-bottom: 6rem !important;
}

.m-t-65 {
  margin-top: 6.5rem !important;
}

.m-r-65 {
  margin-right: 6.5rem !important;
}

.m-l-65 {
  margin-left: 6.5rem !important;
}

.m-b-65 {
  margin-bottom: 6.5rem !important;
}

.m-t-70 {
  margin-top: 7rem !important;
}

.m-r-70 {
  margin-right: 7rem !important;
}

.m-l-70 {
  margin-left: 7rem !important;
}

.m-b-70 {
  margin-bottom: 7rem !important;
}

.m-t-75 {
  margin-top: 7.5rem !important;
}

.m-r-75 {
  margin-right: 7.5rem !important;
}

.m-l-75 {
  margin-left: 7.5rem !important;
}

.m-b-75 {
  margin-bottom: 7.5rem !important;
}

.m-t-80 {
  margin-top: 8rem !important;
}

.m-r-80 {
  margin-right: 8rem !important;
}

.m-l-80 {
  margin-left: 8rem !important;
}

.m-b-80 {
  margin-bottom: 8rem !important;
}

.m-t-85 {
  margin-top: 8.5rem !important;
}

.m-r-85 {
  margin-right: 8.5rem !important;
}

.m-l-85 {
  margin-left: 8.5rem !important;
}

.m-b-85 {
  margin-bottom: 8.5rem !important;
}

.m-t-90 {
  margin-top: 9rem !important;
}

.m-r-90 {
  margin-right: 9rem !important;
}

.m-l-90 {
  margin-left: 9rem !important;
}

.m-b-90 {
  margin-bottom: 9rem !important;
}

.m-t-95 {
  margin-top: 9.5rem !important;
}

.m-r-95 {
  margin-right: 9.5rem !important;
}

.m-l-95 {
  margin-left: 9.5rem !important;
}

.m-b-95 {
  margin-bottom: 9.5rem !important;
}

.m-t-100 {
  margin-top: 10rem !important;
}

.m-r-100 {
  margin-right: 10rem !important;
}

.m-l-100 {
  margin-left: 10rem !important;
}

.m-b-100 {
  margin-bottom: 10rem !important;
}

.m-t-105 {
  margin-top: 10.5rem !important;
}

.m-r-105 {
  margin-right: 10.5rem !important;
}

.m-l-105 {
  margin-left: 10.5rem !important;
}

.m-b-105 {
  margin-bottom: 10.5rem !important;
}

.m-t-110 {
  margin-top: 11rem !important;
}

.m-r-110 {
  margin-right: 11rem !important;
}

.m-l-110 {
  margin-left: 11rem !important;
}

.m-b-110 {
  margin-bottom: 11rem !important;
}

.m-t-115 {
  margin-top: 11.5rem !important;
}

.m-r-115 {
  margin-right: 11.5rem !important;
}

.m-l-115 {
  margin-left: 11.5rem !important;
}

.m-b-115 {
  margin-bottom: 11.5rem !important;
}

.m-t-120 {
  margin-top: 12rem !important;
}

.m-r-120 {
  margin-right: 12rem !important;
}

.m-l-120 {
  margin-left: 12rem !important;
}

.m-b-120 {
  margin-bottom: 12rem !important;
}

.m-t-125 {
  margin-top: 12.5rem !important;
}

.m-r-125 {
  margin-right: 12.5rem !important;
}

.m-l-125 {
  margin-left: 12.5rem !important;
}

.m-b-125 {
  margin-bottom: 12.5rem !important;
}

.m-t-130 {
  margin-top: 13rem !important;
}

.m-r-130 {
  margin-right: 13rem !important;
}

.m-l-130 {
  margin-left: 13rem !important;
}

.m-b-130 {
  margin-bottom: 13rem !important;
}

.m-t-135 {
  margin-top: 13.5rem !important;
}

.m-r-135 {
  margin-right: 13.5rem !important;
}

.m-l-135 {
  margin-left: 13.5rem !important;
}

.m-b-135 {
  margin-bottom: 13.5rem !important;
}

.m-t-140 {
  margin-top: 14rem !important;
}

.m-r-140 {
  margin-right: 14rem !important;
}

.m-l-140 {
  margin-left: 14rem !important;
}

.m-b-140 {
  margin-bottom: 14rem !important;
}

.m-t-145 {
  margin-top: 14.5rem !important;
}

.m-r-145 {
  margin-right: 14.5rem !important;
}

.m-l-145 {
  margin-left: 14.5rem !important;
}

.m-b-145 {
  margin-bottom: 14.5rem !important;
}

.m-t-150 {
  margin-top: 15rem !important;
}

.m-r-150 {
  margin-right: 15rem !important;
}

.m-l-150 {
  margin-left: 15rem !important;
}

.m-b-150 {
  margin-bottom: 15rem !important;
}

.m-t-155 {
  margin-top: 15.5rem !important;
}

.m-r-155 {
  margin-right: 15.5rem !important;
}

.m-l-155 {
  margin-left: 15.5rem !important;
}

.m-b-155 {
  margin-bottom: 15.5rem !important;
}

.m-t-160 {
  margin-top: 16rem !important;
}

.m-r-160 {
  margin-right: 16rem !important;
}

.m-l-160 {
  margin-left: 16rem !important;
}

.m-b-160 {
  margin-bottom: 16rem !important;
}

.m-t-165 {
  margin-top: 16.5rem !important;
}

.m-r-165 {
  margin-right: 16.5rem !important;
}

.m-l-165 {
  margin-left: 16.5rem !important;
}

.m-b-165 {
  margin-bottom: 16.5rem !important;
}

.m-t-170 {
  margin-top: 17rem !important;
}

.m-r-170 {
  margin-right: 17rem !important;
}

.m-l-170 {
  margin-left: 17rem !important;
}

.m-b-170 {
  margin-bottom: 17rem !important;
}

.m-t-175 {
  margin-top: 17.5rem !important;
}

.m-r-175 {
  margin-right: 17.5rem !important;
}

.m-l-175 {
  margin-left: 17.5rem !important;
}

.m-b-175 {
  margin-bottom: 17.5rem !important;
}

.m-t-180 {
  margin-top: 18rem !important;
}

.m-r-180 {
  margin-right: 18rem !important;
}

.m-l-180 {
  margin-left: 18rem !important;
}

.m-b-180 {
  margin-bottom: 18rem !important;
}

.m-t-185 {
  margin-top: 18.5rem !important;
}

.m-r-185 {
  margin-right: 18.5rem !important;
}

.m-l-185 {
  margin-left: 18.5rem !important;
}

.m-b-185 {
  margin-bottom: 18.5rem !important;
}

.m-t-190 {
  margin-top: 19rem !important;
}

.m-r-190 {
  margin-right: 19rem !important;
}

.m-l-190 {
  margin-left: 19rem !important;
}

.m-b-190 {
  margin-bottom: 19rem !important;
}

.m-t-195 {
  margin-top: 19.5rem !important;
}

.m-r-195 {
  margin-right: 19.5rem !important;
}

.m-l-195 {
  margin-left: 19.5rem !important;
}

.m-b-195 {
  margin-bottom: 19.5rem !important;
}

.m-t-200 {
  margin-top: 20rem !important;
}

.m-r-200 {
  margin-right: 20rem !important;
}

.m-l-200 {
  margin-left: 20rem !important;
}

.m-b-200 {
  margin-bottom: 20rem !important;
}

.m-t-205 {
  margin-top: 20.5rem !important;
}

.m-r-205 {
  margin-right: 20.5rem !important;
}

.m-l-205 {
  margin-left: 20.5rem !important;
}

.m-b-205 {
  margin-bottom: 20.5rem !important;
}

.m-t-210 {
  margin-top: 21rem !important;
}

.m-r-210 {
  margin-right: 21rem !important;
}

.m-l-210 {
  margin-left: 21rem !important;
}

.m-b-210 {
  margin-bottom: 21rem !important;
}

.m-t-215 {
  margin-top: 21.5rem !important;
}

.m-r-215 {
  margin-right: 21.5rem !important;
}

.m-l-215 {
  margin-left: 21.5rem !important;
}

.m-b-215 {
  margin-bottom: 21.5rem !important;
}

.m-t-220 {
  margin-top: 22rem !important;
}

.m-r-220 {
  margin-right: 22rem !important;
}

.m-l-220 {
  margin-left: 22rem !important;
}

.m-b-220 {
  margin-bottom: 22rem !important;
}

.m-t-225 {
  margin-top: 22.5rem !important;
}

.m-r-225 {
  margin-right: 22.5rem !important;
}

.m-l-225 {
  margin-left: 22.5rem !important;
}

.m-b-225 {
  margin-bottom: 22.5rem !important;
}

.m-t-230 {
  margin-top: 23rem !important;
}

.m-r-230 {
  margin-right: 23rem !important;
}

.m-l-230 {
  margin-left: 23rem !important;
}

.m-b-230 {
  margin-bottom: 23rem !important;
}

.m-t-235 {
  margin-top: 23.5rem !important;
}

.m-r-235 {
  margin-right: 23.5rem !important;
}

.m-l-235 {
  margin-left: 23.5rem !important;
}

.m-b-235 {
  margin-bottom: 23.5rem !important;
}

.m-t-240 {
  margin-top: 24rem !important;
}

.m-r-240 {
  margin-right: 24rem !important;
}

.m-l-240 {
  margin-left: 24rem !important;
}

.m-b-240 {
  margin-bottom: 24rem !important;
}

.m-t-245 {
  margin-top: 24.5rem !important;
}

.m-r-245 {
  margin-right: 24.5rem !important;
}

.m-l-245 {
  margin-left: 24.5rem !important;
}

.m-b-245 {
  margin-bottom: 24.5rem !important;
}

.m-t-250 {
  margin-top: 25rem !important;
}

.m-r-250 {
  margin-right: 25rem !important;
}

.m-l-250 {
  margin-left: 25rem !important;
}

.m-b-250 {
  margin-bottom: 25rem !important;
}

.m-t-negative-0 {
  margin-top: 0rem !important;
}

.m-r-negative-0 {
  margin-right: 0rem !important;
}

.m-l-negative-0 {
  margin-left: 0rem !important;
}

.m-b-negative-0 {
  margin-bottom: 0rem !important;
}

.m-t-negative-5 {
  margin-top: -0.5rem !important;
}

.m-r-negative-5 {
  margin-right: -0.5rem !important;
}

.m-l-negative-5 {
  margin-left: -0.5rem !important;
}

.m-b-negative-5 {
  margin-bottom: -0.5rem !important;
}

.m-t-negative-10 {
  margin-top: -1rem !important;
}

.m-r-negative-10 {
  margin-right: -1rem !important;
}

.m-l-negative-10 {
  margin-left: -1rem !important;
}

.m-b-negative-10 {
  margin-bottom: -1rem !important;
}

.m-t-negative-15 {
  margin-top: -1.5rem !important;
}

.m-r-negative-15 {
  margin-right: -1.5rem !important;
}

.m-l-negative-15 {
  margin-left: -1.5rem !important;
}

.m-b-negative-15 {
  margin-bottom: -1.5rem !important;
}

.m-t-negative-20 {
  margin-top: -2rem !important;
}

.m-r-negative-20 {
  margin-right: -2rem !important;
}

.m-l-negative-20 {
  margin-left: -2rem !important;
}

.m-b-negative-20 {
  margin-bottom: -2rem !important;
}

.m-t-negative-25 {
  margin-top: -2.5rem !important;
}

.m-r-negative-25 {
  margin-right: -2.5rem !important;
}

.m-l-negative-25 {
  margin-left: -2.5rem !important;
}

.m-b-negative-25 {
  margin-bottom: -2.5rem !important;
}

.m-t-negative-30 {
  margin-top: -3rem !important;
}

.m-r-negative-30 {
  margin-right: -3rem !important;
}

.m-l-negative-30 {
  margin-left: -3rem !important;
}

.m-b-negative-30 {
  margin-bottom: -3rem !important;
}

.m-t-negative-35 {
  margin-top: -3.5rem !important;
}

.m-r-negative-35 {
  margin-right: -3.5rem !important;
}

.m-l-negative-35 {
  margin-left: -3.5rem !important;
}

.m-b-negative-35 {
  margin-bottom: -3.5rem !important;
}

.m-t-negative-40 {
  margin-top: -4rem !important;
}

.m-r-negative-40 {
  margin-right: -4rem !important;
}

.m-l-negative-40 {
  margin-left: -4rem !important;
}

.m-b-negative-40 {
  margin-bottom: -4rem !important;
}

.m-t-negative-45 {
  margin-top: -4.5rem !important;
}

.m-r-negative-45 {
  margin-right: -4.5rem !important;
}

.m-l-negative-45 {
  margin-left: -4.5rem !important;
}

.m-b-negative-45 {
  margin-bottom: -4.5rem !important;
}

.m-t-negative-50 {
  margin-top: -5rem !important;
}

.m-r-negative-50 {
  margin-right: -5rem !important;
}

.m-l-negative-50 {
  margin-left: -5rem !important;
}

.m-b-negative-50 {
  margin-bottom: -5rem !important;
}

.m-t-negative-55 {
  margin-top: -5.5rem !important;
}

.m-r-negative-55 {
  margin-right: -5.5rem !important;
}

.m-l-negative-55 {
  margin-left: -5.5rem !important;
}

.m-b-negative-55 {
  margin-bottom: -5.5rem !important;
}

.m-t-negative-60 {
  margin-top: -6rem !important;
}

.m-r-negative-60 {
  margin-right: -6rem !important;
}

.m-l-negative-60 {
  margin-left: -6rem !important;
}

.m-b-negative-60 {
  margin-bottom: -6rem !important;
}

.m-t-negative-65 {
  margin-top: -6.5rem !important;
}

.m-r-negative-65 {
  margin-right: -6.5rem !important;
}

.m-l-negative-65 {
  margin-left: -6.5rem !important;
}

.m-b-negative-65 {
  margin-bottom: -6.5rem !important;
}

.m-t-negative-70 {
  margin-top: -7rem !important;
}

.m-r-negative-70 {
  margin-right: -7rem !important;
}

.m-l-negative-70 {
  margin-left: -7rem !important;
}

.m-b-negative-70 {
  margin-bottom: -7rem !important;
}

.m-t-negative-75 {
  margin-top: -7.5rem !important;
}

.m-r-negative-75 {
  margin-right: -7.5rem !important;
}

.m-l-negative-75 {
  margin-left: -7.5rem !important;
}

.m-b-negative-75 {
  margin-bottom: -7.5rem !important;
}

.m-t-negative-80 {
  margin-top: -8rem !important;
}

.m-r-negative-80 {
  margin-right: -8rem !important;
}

.m-l-negative-80 {
  margin-left: -8rem !important;
}

.m-b-negative-80 {
  margin-bottom: -8rem !important;
}

.m-t-negative-85 {
  margin-top: -8.5rem !important;
}

.m-r-negative-85 {
  margin-right: -8.5rem !important;
}

.m-l-negative-85 {
  margin-left: -8.5rem !important;
}

.m-b-negative-85 {
  margin-bottom: -8.5rem !important;
}

.m-t-negative-90 {
  margin-top: -9rem !important;
}

.m-r-negative-90 {
  margin-right: -9rem !important;
}

.m-l-negative-90 {
  margin-left: -9rem !important;
}

.m-b-negative-90 {
  margin-bottom: -9rem !important;
}

.m-t-negative-95 {
  margin-top: -9.5rem !important;
}

.m-r-negative-95 {
  margin-right: -9.5rem !important;
}

.m-l-negative-95 {
  margin-left: -9.5rem !important;
}

.m-b-negative-95 {
  margin-bottom: -9.5rem !important;
}

.m-t-negative-100 {
  margin-top: -10rem !important;
}

.m-r-negative-100 {
  margin-right: -10rem !important;
}

.m-l-negative-100 {
  margin-left: -10rem !important;
}

.m-b-negative-100 {
  margin-bottom: -10rem !important;
}

.m-t-negative-105 {
  margin-top: -10.5rem !important;
}

.m-r-negative-105 {
  margin-right: -10.5rem !important;
}

.m-l-negative-105 {
  margin-left: -10.5rem !important;
}

.m-b-negative-105 {
  margin-bottom: -10.5rem !important;
}

.m-t-negative-110 {
  margin-top: -11rem !important;
}

.m-r-negative-110 {
  margin-right: -11rem !important;
}

.m-l-negative-110 {
  margin-left: -11rem !important;
}

.m-b-negative-110 {
  margin-bottom: -11rem !important;
}

.m-t-negative-115 {
  margin-top: -11.5rem !important;
}

.m-r-negative-115 {
  margin-right: -11.5rem !important;
}

.m-l-negative-115 {
  margin-left: -11.5rem !important;
}

.m-b-negative-115 {
  margin-bottom: -11.5rem !important;
}

.m-t-negative-120 {
  margin-top: -12rem !important;
}

.m-r-negative-120 {
  margin-right: -12rem !important;
}

.m-l-negative-120 {
  margin-left: -12rem !important;
}

.m-b-negative-120 {
  margin-bottom: -12rem !important;
}

.m-t-negative-125 {
  margin-top: -12.5rem !important;
}

.m-r-negative-125 {
  margin-right: -12.5rem !important;
}

.m-l-negative-125 {
  margin-left: -12.5rem !important;
}

.m-b-negative-125 {
  margin-bottom: -12.5rem !important;
}

.m-t-negative-130 {
  margin-top: -13rem !important;
}

.m-r-negative-130 {
  margin-right: -13rem !important;
}

.m-l-negative-130 {
  margin-left: -13rem !important;
}

.m-b-negative-130 {
  margin-bottom: -13rem !important;
}

.m-t-negative-135 {
  margin-top: -13.5rem !important;
}

.m-r-negative-135 {
  margin-right: -13.5rem !important;
}

.m-l-negative-135 {
  margin-left: -13.5rem !important;
}

.m-b-negative-135 {
  margin-bottom: -13.5rem !important;
}

.m-t-negative-140 {
  margin-top: -14rem !important;
}

.m-r-negative-140 {
  margin-right: -14rem !important;
}

.m-l-negative-140 {
  margin-left: -14rem !important;
}

.m-b-negative-140 {
  margin-bottom: -14rem !important;
}

.m-t-negative-145 {
  margin-top: -14.5rem !important;
}

.m-r-negative-145 {
  margin-right: -14.5rem !important;
}

.m-l-negative-145 {
  margin-left: -14.5rem !important;
}

.m-b-negative-145 {
  margin-bottom: -14.5rem !important;
}

.m-t-negative-150 {
  margin-top: -15rem !important;
}

.m-r-negative-150 {
  margin-right: -15rem !important;
}

.m-l-negative-150 {
  margin-left: -15rem !important;
}

.m-b-negative-150 {
  margin-bottom: -15rem !important;
}

.m-t-negative-155 {
  margin-top: -15.5rem !important;
}

.m-r-negative-155 {
  margin-right: -15.5rem !important;
}

.m-l-negative-155 {
  margin-left: -15.5rem !important;
}

.m-b-negative-155 {
  margin-bottom: -15.5rem !important;
}

.m-t-negative-160 {
  margin-top: -16rem !important;
}

.m-r-negative-160 {
  margin-right: -16rem !important;
}

.m-l-negative-160 {
  margin-left: -16rem !important;
}

.m-b-negative-160 {
  margin-bottom: -16rem !important;
}

.m-t-negative-165 {
  margin-top: -16.5rem !important;
}

.m-r-negative-165 {
  margin-right: -16.5rem !important;
}

.m-l-negative-165 {
  margin-left: -16.5rem !important;
}

.m-b-negative-165 {
  margin-bottom: -16.5rem !important;
}

.m-t-negative-170 {
  margin-top: -17rem !important;
}

.m-r-negative-170 {
  margin-right: -17rem !important;
}

.m-l-negative-170 {
  margin-left: -17rem !important;
}

.m-b-negative-170 {
  margin-bottom: -17rem !important;
}

.m-t-negative-175 {
  margin-top: -17.5rem !important;
}

.m-r-negative-175 {
  margin-right: -17.5rem !important;
}

.m-l-negative-175 {
  margin-left: -17.5rem !important;
}

.m-b-negative-175 {
  margin-bottom: -17.5rem !important;
}

.m-t-negative-180 {
  margin-top: -18rem !important;
}

.m-r-negative-180 {
  margin-right: -18rem !important;
}

.m-l-negative-180 {
  margin-left: -18rem !important;
}

.m-b-negative-180 {
  margin-bottom: -18rem !important;
}

.m-t-negative-185 {
  margin-top: -18.5rem !important;
}

.m-r-negative-185 {
  margin-right: -18.5rem !important;
}

.m-l-negative-185 {
  margin-left: -18.5rem !important;
}

.m-b-negative-185 {
  margin-bottom: -18.5rem !important;
}

.m-t-negative-190 {
  margin-top: -19rem !important;
}

.m-r-negative-190 {
  margin-right: -19rem !important;
}

.m-l-negative-190 {
  margin-left: -19rem !important;
}

.m-b-negative-190 {
  margin-bottom: -19rem !important;
}

.m-t-negative-195 {
  margin-top: -19.5rem !important;
}

.m-r-negative-195 {
  margin-right: -19.5rem !important;
}

.m-l-negative-195 {
  margin-left: -19.5rem !important;
}

.m-b-negative-195 {
  margin-bottom: -19.5rem !important;
}

.m-t-negative-200 {
  margin-top: -20rem !important;
}

.m-r-negative-200 {
  margin-right: -20rem !important;
}

.m-l-negative-200 {
  margin-left: -20rem !important;
}

.m-b-negative-200 {
  margin-bottom: -20rem !important;
}

.m-t-negative-205 {
  margin-top: -20.5rem !important;
}

.m-r-negative-205 {
  margin-right: -20.5rem !important;
}

.m-l-negative-205 {
  margin-left: -20.5rem !important;
}

.m-b-negative-205 {
  margin-bottom: -20.5rem !important;
}

.m-t-negative-210 {
  margin-top: -21rem !important;
}

.m-r-negative-210 {
  margin-right: -21rem !important;
}

.m-l-negative-210 {
  margin-left: -21rem !important;
}

.m-b-negative-210 {
  margin-bottom: -21rem !important;
}

.m-t-negative-215 {
  margin-top: -21.5rem !important;
}

.m-r-negative-215 {
  margin-right: -21.5rem !important;
}

.m-l-negative-215 {
  margin-left: -21.5rem !important;
}

.m-b-negative-215 {
  margin-bottom: -21.5rem !important;
}

.m-t-negative-220 {
  margin-top: -22rem !important;
}

.m-r-negative-220 {
  margin-right: -22rem !important;
}

.m-l-negative-220 {
  margin-left: -22rem !important;
}

.m-b-negative-220 {
  margin-bottom: -22rem !important;
}

.m-t-negative-225 {
  margin-top: -22.5rem !important;
}

.m-r-negative-225 {
  margin-right: -22.5rem !important;
}

.m-l-negative-225 {
  margin-left: -22.5rem !important;
}

.m-b-negative-225 {
  margin-bottom: -22.5rem !important;
}

.m-t-negative-230 {
  margin-top: -23rem !important;
}

.m-r-negative-230 {
  margin-right: -23rem !important;
}

.m-l-negative-230 {
  margin-left: -23rem !important;
}

.m-b-negative-230 {
  margin-bottom: -23rem !important;
}

.m-t-negative-235 {
  margin-top: -23.5rem !important;
}

.m-r-negative-235 {
  margin-right: -23.5rem !important;
}

.m-l-negative-235 {
  margin-left: -23.5rem !important;
}

.m-b-negative-235 {
  margin-bottom: -23.5rem !important;
}

.m-t-negative-240 {
  margin-top: -24rem !important;
}

.m-r-negative-240 {
  margin-right: -24rem !important;
}

.m-l-negative-240 {
  margin-left: -24rem !important;
}

.m-b-negative-240 {
  margin-bottom: -24rem !important;
}

.m-t-negative-245 {
  margin-top: -24.5rem !important;
}

.m-r-negative-245 {
  margin-right: -24.5rem !important;
}

.m-l-negative-245 {
  margin-left: -24.5rem !important;
}

.m-b-negative-245 {
  margin-bottom: -24.5rem !important;
}

.m-t-negative-250 {
  margin-top: -25rem !important;
}

.m-r-negative-250 {
  margin-right: -25rem !important;
}

.m-l-negative-250 {
  margin-left: -25rem !important;
}

.m-b-negative-250 {
  margin-bottom: -25rem !important;
}

.p-t-0 {
  padding-top: 0rem !important;
}

.p-r-0 {
  padding-right: 0rem !important;
}

.p-l-0 {
  padding-left: 0rem !important;
}

.p-b-0 {
  padding-bottom: 0rem !important;
}

.p-t-5 {
  padding-top: 0.5rem !important;
}

.p-r-5 {
  padding-right: 0.5rem !important;
}

.p-l-5 {
  padding-left: 0.5rem !important;
}

.p-b-5 {
  padding-bottom: 0.5rem !important;
}

.p-t-10 {
  padding-top: 1rem !important;
}

.p-r-10 {
  padding-right: 1rem !important;
}

.p-l-10 {
  padding-left: 1rem !important;
}

.p-b-10 {
  padding-bottom: 1rem !important;
}

.p-t-15 {
  padding-top: 1.5rem !important;
}

.p-r-15 {
  padding-right: 1.5rem !important;
}

.p-l-15 {
  padding-left: 1.5rem !important;
}

.p-b-15 {
  padding-bottom: 1.5rem !important;
}

.p-t-20 {
  padding-top: 2rem !important;
}

.p-r-20 {
  padding-right: 2rem !important;
}

.p-l-20 {
  padding-left: 2rem !important;
}

.p-b-20 {
  padding-bottom: 2rem !important;
}

.p-t-25 {
  padding-top: 2.5rem !important;
}

.p-r-25 {
  padding-right: 2.5rem !important;
}

.p-l-25 {
  padding-left: 2.5rem !important;
}

.p-b-25 {
  padding-bottom: 2.5rem !important;
}

.p-t-30 {
  padding-top: 3rem !important;
}

.p-r-30 {
  padding-right: 3rem !important;
}

.p-l-30 {
  padding-left: 3rem !important;
}

.p-b-30 {
  padding-bottom: 3rem !important;
}

.p-t-35 {
  padding-top: 3.5rem !important;
}

.p-r-35 {
  padding-right: 3.5rem !important;
}

.p-l-35 {
  padding-left: 3.5rem !important;
}

.p-b-35 {
  padding-bottom: 3.5rem !important;
}

.p-t-40 {
  padding-top: 4rem !important;
}

.p-r-40 {
  padding-right: 4rem !important;
}

.p-l-40 {
  padding-left: 4rem !important;
}

.p-b-40 {
  padding-bottom: 4rem !important;
}

.p-t-45 {
  padding-top: 4.5rem !important;
}

.p-r-45 {
  padding-right: 4.5rem !important;
}

.p-l-45 {
  padding-left: 4.5rem !important;
}

.p-b-45 {
  padding-bottom: 4.5rem !important;
}

.p-t-50 {
  padding-top: 5rem !important;
}

.p-r-50 {
  padding-right: 5rem !important;
}

.p-l-50 {
  padding-left: 5rem !important;
}

.p-b-50 {
  padding-bottom: 5rem !important;
}

.p-t-55 {
  padding-top: 5.5rem !important;
}

.p-r-55 {
  padding-right: 5.5rem !important;
}

.p-l-55 {
  padding-left: 5.5rem !important;
}

.p-b-55 {
  padding-bottom: 5.5rem !important;
}

.p-t-60 {
  padding-top: 6rem !important;
}

.p-r-60 {
  padding-right: 6rem !important;
}

.p-l-60 {
  padding-left: 6rem !important;
}

.p-b-60 {
  padding-bottom: 6rem !important;
}

.p-t-65 {
  padding-top: 6.5rem !important;
}

.p-r-65 {
  padding-right: 6.5rem !important;
}

.p-l-65 {
  padding-left: 6.5rem !important;
}

.p-b-65 {
  padding-bottom: 6.5rem !important;
}

.p-t-70 {
  padding-top: 7rem !important;
}

.p-r-70 {
  padding-right: 7rem !important;
}

.p-l-70 {
  padding-left: 7rem !important;
}

.p-b-70 {
  padding-bottom: 7rem !important;
}

.p-t-75 {
  padding-top: 7.5rem !important;
}

.p-r-75 {
  padding-right: 7.5rem !important;
}

.p-l-75 {
  padding-left: 7.5rem !important;
}

.p-b-75 {
  padding-bottom: 7.5rem !important;
}

.p-t-80 {
  padding-top: 8rem !important;
}

.p-r-80 {
  padding-right: 8rem !important;
}

.p-l-80 {
  padding-left: 8rem !important;
}

.p-b-80 {
  padding-bottom: 8rem !important;
}

.p-t-85 {
  padding-top: 8.5rem !important;
}

.p-r-85 {
  padding-right: 8.5rem !important;
}

.p-l-85 {
  padding-left: 8.5rem !important;
}

.p-b-85 {
  padding-bottom: 8.5rem !important;
}

.p-t-90 {
  padding-top: 9rem !important;
}

.p-r-90 {
  padding-right: 9rem !important;
}

.p-l-90 {
  padding-left: 9rem !important;
}

.p-b-90 {
  padding-bottom: 9rem !important;
}

.p-t-95 {
  padding-top: 9.5rem !important;
}

.p-r-95 {
  padding-right: 9.5rem !important;
}

.p-l-95 {
  padding-left: 9.5rem !important;
}

.p-b-95 {
  padding-bottom: 9.5rem !important;
}

.p-t-100 {
  padding-top: 10rem !important;
}

.p-r-100 {
  padding-right: 10rem !important;
}

.p-l-100 {
  padding-left: 10rem !important;
}

.p-b-100 {
  padding-bottom: 10rem !important;
}

.p-t-105 {
  padding-top: 10.5rem !important;
}

.p-r-105 {
  padding-right: 10.5rem !important;
}

.p-l-105 {
  padding-left: 10.5rem !important;
}

.p-b-105 {
  padding-bottom: 10.5rem !important;
}

.p-t-110 {
  padding-top: 11rem !important;
}

.p-r-110 {
  padding-right: 11rem !important;
}

.p-l-110 {
  padding-left: 11rem !important;
}

.p-b-110 {
  padding-bottom: 11rem !important;
}

.p-t-115 {
  padding-top: 11.5rem !important;
}

.p-r-115 {
  padding-right: 11.5rem !important;
}

.p-l-115 {
  padding-left: 11.5rem !important;
}

.p-b-115 {
  padding-bottom: 11.5rem !important;
}

.p-t-120 {
  padding-top: 12rem !important;
}

.p-r-120 {
  padding-right: 12rem !important;
}

.p-l-120 {
  padding-left: 12rem !important;
}

.p-b-120 {
  padding-bottom: 12rem !important;
}

.p-t-125 {
  padding-top: 12.5rem !important;
}

.p-r-125 {
  padding-right: 12.5rem !important;
}

.p-l-125 {
  padding-left: 12.5rem !important;
}

.p-b-125 {
  padding-bottom: 12.5rem !important;
}

.p-t-130 {
  padding-top: 13rem !important;
}

.p-r-130 {
  padding-right: 13rem !important;
}

.p-l-130 {
  padding-left: 13rem !important;
}

.p-b-130 {
  padding-bottom: 13rem !important;
}

.p-t-135 {
  padding-top: 13.5rem !important;
}

.p-r-135 {
  padding-right: 13.5rem !important;
}

.p-l-135 {
  padding-left: 13.5rem !important;
}

.p-b-135 {
  padding-bottom: 13.5rem !important;
}

.p-t-140 {
  padding-top: 14rem !important;
}

.p-r-140 {
  padding-right: 14rem !important;
}

.p-l-140 {
  padding-left: 14rem !important;
}

.p-b-140 {
  padding-bottom: 14rem !important;
}

.p-t-145 {
  padding-top: 14.5rem !important;
}

.p-r-145 {
  padding-right: 14.5rem !important;
}

.p-l-145 {
  padding-left: 14.5rem !important;
}

.p-b-145 {
  padding-bottom: 14.5rem !important;
}

.p-t-150 {
  padding-top: 15rem !important;
}

.p-r-150 {
  padding-right: 15rem !important;
}

.p-l-150 {
  padding-left: 15rem !important;
}

.p-b-150 {
  padding-bottom: 15rem !important;
}

.p-t-155 {
  padding-top: 15.5rem !important;
}

.p-r-155 {
  padding-right: 15.5rem !important;
}

.p-l-155 {
  padding-left: 15.5rem !important;
}

.p-b-155 {
  padding-bottom: 15.5rem !important;
}

.p-t-160 {
  padding-top: 16rem !important;
}

.p-r-160 {
  padding-right: 16rem !important;
}

.p-l-160 {
  padding-left: 16rem !important;
}

.p-b-160 {
  padding-bottom: 16rem !important;
}

.p-t-165 {
  padding-top: 16.5rem !important;
}

.p-r-165 {
  padding-right: 16.5rem !important;
}

.p-l-165 {
  padding-left: 16.5rem !important;
}

.p-b-165 {
  padding-bottom: 16.5rem !important;
}

.p-t-170 {
  padding-top: 17rem !important;
}

.p-r-170 {
  padding-right: 17rem !important;
}

.p-l-170 {
  padding-left: 17rem !important;
}

.p-b-170 {
  padding-bottom: 17rem !important;
}

.p-t-175 {
  padding-top: 17.5rem !important;
}

.p-r-175 {
  padding-right: 17.5rem !important;
}

.p-l-175 {
  padding-left: 17.5rem !important;
}

.p-b-175 {
  padding-bottom: 17.5rem !important;
}

.p-t-180 {
  padding-top: 18rem !important;
}

.p-r-180 {
  padding-right: 18rem !important;
}

.p-l-180 {
  padding-left: 18rem !important;
}

.p-b-180 {
  padding-bottom: 18rem !important;
}

.p-t-185 {
  padding-top: 18.5rem !important;
}

.p-r-185 {
  padding-right: 18.5rem !important;
}

.p-l-185 {
  padding-left: 18.5rem !important;
}

.p-b-185 {
  padding-bottom: 18.5rem !important;
}

.p-t-190 {
  padding-top: 19rem !important;
}

.p-r-190 {
  padding-right: 19rem !important;
}

.p-l-190 {
  padding-left: 19rem !important;
}

.p-b-190 {
  padding-bottom: 19rem !important;
}

.p-t-195 {
  padding-top: 19.5rem !important;
}

.p-r-195 {
  padding-right: 19.5rem !important;
}

.p-l-195 {
  padding-left: 19.5rem !important;
}

.p-b-195 {
  padding-bottom: 19.5rem !important;
}

.p-t-200 {
  padding-top: 20rem !important;
}

.p-r-200 {
  padding-right: 20rem !important;
}

.p-l-200 {
  padding-left: 20rem !important;
}

.p-b-200 {
  padding-bottom: 20rem !important;
}

.p-t-205 {
  padding-top: 20.5rem !important;
}

.p-r-205 {
  padding-right: 20.5rem !important;
}

.p-l-205 {
  padding-left: 20.5rem !important;
}

.p-b-205 {
  padding-bottom: 20.5rem !important;
}

.p-t-210 {
  padding-top: 21rem !important;
}

.p-r-210 {
  padding-right: 21rem !important;
}

.p-l-210 {
  padding-left: 21rem !important;
}

.p-b-210 {
  padding-bottom: 21rem !important;
}

.p-t-215 {
  padding-top: 21.5rem !important;
}

.p-r-215 {
  padding-right: 21.5rem !important;
}

.p-l-215 {
  padding-left: 21.5rem !important;
}

.p-b-215 {
  padding-bottom: 21.5rem !important;
}

.p-t-220 {
  padding-top: 22rem !important;
}

.p-r-220 {
  padding-right: 22rem !important;
}

.p-l-220 {
  padding-left: 22rem !important;
}

.p-b-220 {
  padding-bottom: 22rem !important;
}

.p-t-225 {
  padding-top: 22.5rem !important;
}

.p-r-225 {
  padding-right: 22.5rem !important;
}

.p-l-225 {
  padding-left: 22.5rem !important;
}

.p-b-225 {
  padding-bottom: 22.5rem !important;
}

.p-t-230 {
  padding-top: 23rem !important;
}

.p-r-230 {
  padding-right: 23rem !important;
}

.p-l-230 {
  padding-left: 23rem !important;
}

.p-b-230 {
  padding-bottom: 23rem !important;
}

.p-t-235 {
  padding-top: 23.5rem !important;
}

.p-r-235 {
  padding-right: 23.5rem !important;
}

.p-l-235 {
  padding-left: 23.5rem !important;
}

.p-b-235 {
  padding-bottom: 23.5rem !important;
}

.p-t-240 {
  padding-top: 24rem !important;
}

.p-r-240 {
  padding-right: 24rem !important;
}

.p-l-240 {
  padding-left: 24rem !important;
}

.p-b-240 {
  padding-bottom: 24rem !important;
}

.p-t-245 {
  padding-top: 24.5rem !important;
}

.p-r-245 {
  padding-right: 24.5rem !important;
}

.p-l-245 {
  padding-left: 24.5rem !important;
}

.p-b-245 {
  padding-bottom: 24.5rem !important;
}

.p-t-250 {
  padding-top: 25rem !important;
}

.p-r-250 {
  padding-right: 25rem !important;
}

.p-l-250 {
  padding-left: 25rem !important;
}

.p-b-250 {
  padding-bottom: 25rem !important;
}

@media only screen and (min-width: 768px) {
  .m-t-0--md {
    margin-top: 0rem !important;
  }
  .m-r-0--md {
    margin-right: 0rem !important;
  }
  .m-l-0--md {
    margin-left: 0rem !important;
  }
  .m-b-0--md {
    margin-bottom: 0rem !important;
  }
  .m-t-5--md {
    margin-top: 0.5rem !important;
  }
  .m-r-5--md {
    margin-right: 0.5rem !important;
  }
  .m-l-5--md {
    margin-left: 0.5rem !important;
  }
  .m-b-5--md {
    margin-bottom: 0.5rem !important;
  }
  .m-t-10--md {
    margin-top: 1rem !important;
  }
  .m-r-10--md {
    margin-right: 1rem !important;
  }
  .m-l-10--md {
    margin-left: 1rem !important;
  }
  .m-b-10--md {
    margin-bottom: 1rem !important;
  }
  .m-t-15--md {
    margin-top: 1.5rem !important;
  }
  .m-r-15--md {
    margin-right: 1.5rem !important;
  }
  .m-l-15--md {
    margin-left: 1.5rem !important;
  }
  .m-b-15--md {
    margin-bottom: 1.5rem !important;
  }
  .m-t-20--md {
    margin-top: 2rem !important;
  }
  .m-r-20--md {
    margin-right: 2rem !important;
  }
  .m-l-20--md {
    margin-left: 2rem !important;
  }
  .m-b-20--md {
    margin-bottom: 2rem !important;
  }
  .m-t-25--md {
    margin-top: 2.5rem !important;
  }
  .m-r-25--md {
    margin-right: 2.5rem !important;
  }
  .m-l-25--md {
    margin-left: 2.5rem !important;
  }
  .m-b-25--md {
    margin-bottom: 2.5rem !important;
  }
  .m-t-30--md {
    margin-top: 3rem !important;
  }
  .m-r-30--md {
    margin-right: 3rem !important;
  }
  .m-l-30--md {
    margin-left: 3rem !important;
  }
  .m-b-30--md {
    margin-bottom: 3rem !important;
  }
  .m-t-35--md {
    margin-top: 3.5rem !important;
  }
  .m-r-35--md {
    margin-right: 3.5rem !important;
  }
  .m-l-35--md {
    margin-left: 3.5rem !important;
  }
  .m-b-35--md {
    margin-bottom: 3.5rem !important;
  }
  .m-t-40--md {
    margin-top: 4rem !important;
  }
  .m-r-40--md {
    margin-right: 4rem !important;
  }
  .m-l-40--md {
    margin-left: 4rem !important;
  }
  .m-b-40--md {
    margin-bottom: 4rem !important;
  }
  .m-t-45--md {
    margin-top: 4.5rem !important;
  }
  .m-r-45--md {
    margin-right: 4.5rem !important;
  }
  .m-l-45--md {
    margin-left: 4.5rem !important;
  }
  .m-b-45--md {
    margin-bottom: 4.5rem !important;
  }
  .m-t-50--md {
    margin-top: 5rem !important;
  }
  .m-r-50--md {
    margin-right: 5rem !important;
  }
  .m-l-50--md {
    margin-left: 5rem !important;
  }
  .m-b-50--md {
    margin-bottom: 5rem !important;
  }
  .m-t-55--md {
    margin-top: 5.5rem !important;
  }
  .m-r-55--md {
    margin-right: 5.5rem !important;
  }
  .m-l-55--md {
    margin-left: 5.5rem !important;
  }
  .m-b-55--md {
    margin-bottom: 5.5rem !important;
  }
  .m-t-60--md {
    margin-top: 6rem !important;
  }
  .m-r-60--md {
    margin-right: 6rem !important;
  }
  .m-l-60--md {
    margin-left: 6rem !important;
  }
  .m-b-60--md {
    margin-bottom: 6rem !important;
  }
  .m-t-65--md {
    margin-top: 6.5rem !important;
  }
  .m-r-65--md {
    margin-right: 6.5rem !important;
  }
  .m-l-65--md {
    margin-left: 6.5rem !important;
  }
  .m-b-65--md {
    margin-bottom: 6.5rem !important;
  }
  .m-t-70--md {
    margin-top: 7rem !important;
  }
  .m-r-70--md {
    margin-right: 7rem !important;
  }
  .m-l-70--md {
    margin-left: 7rem !important;
  }
  .m-b-70--md {
    margin-bottom: 7rem !important;
  }
  .m-t-75--md {
    margin-top: 7.5rem !important;
  }
  .m-r-75--md {
    margin-right: 7.5rem !important;
  }
  .m-l-75--md {
    margin-left: 7.5rem !important;
  }
  .m-b-75--md {
    margin-bottom: 7.5rem !important;
  }
  .m-t-80--md {
    margin-top: 8rem !important;
  }
  .m-r-80--md {
    margin-right: 8rem !important;
  }
  .m-l-80--md {
    margin-left: 8rem !important;
  }
  .m-b-80--md {
    margin-bottom: 8rem !important;
  }
  .m-t-85--md {
    margin-top: 8.5rem !important;
  }
  .m-r-85--md {
    margin-right: 8.5rem !important;
  }
  .m-l-85--md {
    margin-left: 8.5rem !important;
  }
  .m-b-85--md {
    margin-bottom: 8.5rem !important;
  }
  .m-t-90--md {
    margin-top: 9rem !important;
  }
  .m-r-90--md {
    margin-right: 9rem !important;
  }
  .m-l-90--md {
    margin-left: 9rem !important;
  }
  .m-b-90--md {
    margin-bottom: 9rem !important;
  }
  .m-t-95--md {
    margin-top: 9.5rem !important;
  }
  .m-r-95--md {
    margin-right: 9.5rem !important;
  }
  .m-l-95--md {
    margin-left: 9.5rem !important;
  }
  .m-b-95--md {
    margin-bottom: 9.5rem !important;
  }
  .m-t-100--md {
    margin-top: 10rem !important;
  }
  .m-r-100--md {
    margin-right: 10rem !important;
  }
  .m-l-100--md {
    margin-left: 10rem !important;
  }
  .m-b-100--md {
    margin-bottom: 10rem !important;
  }
  .m-t-105--md {
    margin-top: 10.5rem !important;
  }
  .m-r-105--md {
    margin-right: 10.5rem !important;
  }
  .m-l-105--md {
    margin-left: 10.5rem !important;
  }
  .m-b-105--md {
    margin-bottom: 10.5rem !important;
  }
  .m-t-110--md {
    margin-top: 11rem !important;
  }
  .m-r-110--md {
    margin-right: 11rem !important;
  }
  .m-l-110--md {
    margin-left: 11rem !important;
  }
  .m-b-110--md {
    margin-bottom: 11rem !important;
  }
  .m-t-115--md {
    margin-top: 11.5rem !important;
  }
  .m-r-115--md {
    margin-right: 11.5rem !important;
  }
  .m-l-115--md {
    margin-left: 11.5rem !important;
  }
  .m-b-115--md {
    margin-bottom: 11.5rem !important;
  }
  .m-t-120--md {
    margin-top: 12rem !important;
  }
  .m-r-120--md {
    margin-right: 12rem !important;
  }
  .m-l-120--md {
    margin-left: 12rem !important;
  }
  .m-b-120--md {
    margin-bottom: 12rem !important;
  }
  .m-t-125--md {
    margin-top: 12.5rem !important;
  }
  .m-r-125--md {
    margin-right: 12.5rem !important;
  }
  .m-l-125--md {
    margin-left: 12.5rem !important;
  }
  .m-b-125--md {
    margin-bottom: 12.5rem !important;
  }
  .m-t-130--md {
    margin-top: 13rem !important;
  }
  .m-r-130--md {
    margin-right: 13rem !important;
  }
  .m-l-130--md {
    margin-left: 13rem !important;
  }
  .m-b-130--md {
    margin-bottom: 13rem !important;
  }
  .m-t-135--md {
    margin-top: 13.5rem !important;
  }
  .m-r-135--md {
    margin-right: 13.5rem !important;
  }
  .m-l-135--md {
    margin-left: 13.5rem !important;
  }
  .m-b-135--md {
    margin-bottom: 13.5rem !important;
  }
  .m-t-140--md {
    margin-top: 14rem !important;
  }
  .m-r-140--md {
    margin-right: 14rem !important;
  }
  .m-l-140--md {
    margin-left: 14rem !important;
  }
  .m-b-140--md {
    margin-bottom: 14rem !important;
  }
  .m-t-145--md {
    margin-top: 14.5rem !important;
  }
  .m-r-145--md {
    margin-right: 14.5rem !important;
  }
  .m-l-145--md {
    margin-left: 14.5rem !important;
  }
  .m-b-145--md {
    margin-bottom: 14.5rem !important;
  }
  .m-t-150--md {
    margin-top: 15rem !important;
  }
  .m-r-150--md {
    margin-right: 15rem !important;
  }
  .m-l-150--md {
    margin-left: 15rem !important;
  }
  .m-b-150--md {
    margin-bottom: 15rem !important;
  }
  .m-t-155--md {
    margin-top: 15.5rem !important;
  }
  .m-r-155--md {
    margin-right: 15.5rem !important;
  }
  .m-l-155--md {
    margin-left: 15.5rem !important;
  }
  .m-b-155--md {
    margin-bottom: 15.5rem !important;
  }
  .m-t-160--md {
    margin-top: 16rem !important;
  }
  .m-r-160--md {
    margin-right: 16rem !important;
  }
  .m-l-160--md {
    margin-left: 16rem !important;
  }
  .m-b-160--md {
    margin-bottom: 16rem !important;
  }
  .m-t-165--md {
    margin-top: 16.5rem !important;
  }
  .m-r-165--md {
    margin-right: 16.5rem !important;
  }
  .m-l-165--md {
    margin-left: 16.5rem !important;
  }
  .m-b-165--md {
    margin-bottom: 16.5rem !important;
  }
  .m-t-170--md {
    margin-top: 17rem !important;
  }
  .m-r-170--md {
    margin-right: 17rem !important;
  }
  .m-l-170--md {
    margin-left: 17rem !important;
  }
  .m-b-170--md {
    margin-bottom: 17rem !important;
  }
  .m-t-175--md {
    margin-top: 17.5rem !important;
  }
  .m-r-175--md {
    margin-right: 17.5rem !important;
  }
  .m-l-175--md {
    margin-left: 17.5rem !important;
  }
  .m-b-175--md {
    margin-bottom: 17.5rem !important;
  }
  .m-t-180--md {
    margin-top: 18rem !important;
  }
  .m-r-180--md {
    margin-right: 18rem !important;
  }
  .m-l-180--md {
    margin-left: 18rem !important;
  }
  .m-b-180--md {
    margin-bottom: 18rem !important;
  }
  .m-t-185--md {
    margin-top: 18.5rem !important;
  }
  .m-r-185--md {
    margin-right: 18.5rem !important;
  }
  .m-l-185--md {
    margin-left: 18.5rem !important;
  }
  .m-b-185--md {
    margin-bottom: 18.5rem !important;
  }
  .m-t-190--md {
    margin-top: 19rem !important;
  }
  .m-r-190--md {
    margin-right: 19rem !important;
  }
  .m-l-190--md {
    margin-left: 19rem !important;
  }
  .m-b-190--md {
    margin-bottom: 19rem !important;
  }
  .m-t-195--md {
    margin-top: 19.5rem !important;
  }
  .m-r-195--md {
    margin-right: 19.5rem !important;
  }
  .m-l-195--md {
    margin-left: 19.5rem !important;
  }
  .m-b-195--md {
    margin-bottom: 19.5rem !important;
  }
  .m-t-200--md {
    margin-top: 20rem !important;
  }
  .m-r-200--md {
    margin-right: 20rem !important;
  }
  .m-l-200--md {
    margin-left: 20rem !important;
  }
  .m-b-200--md {
    margin-bottom: 20rem !important;
  }
  .m-t-205--md {
    margin-top: 20.5rem !important;
  }
  .m-r-205--md {
    margin-right: 20.5rem !important;
  }
  .m-l-205--md {
    margin-left: 20.5rem !important;
  }
  .m-b-205--md {
    margin-bottom: 20.5rem !important;
  }
  .m-t-210--md {
    margin-top: 21rem !important;
  }
  .m-r-210--md {
    margin-right: 21rem !important;
  }
  .m-l-210--md {
    margin-left: 21rem !important;
  }
  .m-b-210--md {
    margin-bottom: 21rem !important;
  }
  .m-t-215--md {
    margin-top: 21.5rem !important;
  }
  .m-r-215--md {
    margin-right: 21.5rem !important;
  }
  .m-l-215--md {
    margin-left: 21.5rem !important;
  }
  .m-b-215--md {
    margin-bottom: 21.5rem !important;
  }
  .m-t-220--md {
    margin-top: 22rem !important;
  }
  .m-r-220--md {
    margin-right: 22rem !important;
  }
  .m-l-220--md {
    margin-left: 22rem !important;
  }
  .m-b-220--md {
    margin-bottom: 22rem !important;
  }
  .m-t-225--md {
    margin-top: 22.5rem !important;
  }
  .m-r-225--md {
    margin-right: 22.5rem !important;
  }
  .m-l-225--md {
    margin-left: 22.5rem !important;
  }
  .m-b-225--md {
    margin-bottom: 22.5rem !important;
  }
  .m-t-230--md {
    margin-top: 23rem !important;
  }
  .m-r-230--md {
    margin-right: 23rem !important;
  }
  .m-l-230--md {
    margin-left: 23rem !important;
  }
  .m-b-230--md {
    margin-bottom: 23rem !important;
  }
  .m-t-235--md {
    margin-top: 23.5rem !important;
  }
  .m-r-235--md {
    margin-right: 23.5rem !important;
  }
  .m-l-235--md {
    margin-left: 23.5rem !important;
  }
  .m-b-235--md {
    margin-bottom: 23.5rem !important;
  }
  .m-t-240--md {
    margin-top: 24rem !important;
  }
  .m-r-240--md {
    margin-right: 24rem !important;
  }
  .m-l-240--md {
    margin-left: 24rem !important;
  }
  .m-b-240--md {
    margin-bottom: 24rem !important;
  }
  .m-t-245--md {
    margin-top: 24.5rem !important;
  }
  .m-r-245--md {
    margin-right: 24.5rem !important;
  }
  .m-l-245--md {
    margin-left: 24.5rem !important;
  }
  .m-b-245--md {
    margin-bottom: 24.5rem !important;
  }
  .m-t-250--md {
    margin-top: 25rem !important;
  }
  .m-r-250--md {
    margin-right: 25rem !important;
  }
  .m-l-250--md {
    margin-left: 25rem !important;
  }
  .m-b-250--md {
    margin-bottom: 25rem !important;
  }
  .m-t-negative-0--md {
    margin-top: 0rem !important;
  }
  .m-r-negative-0--md {
    margin-right: 0rem !important;
  }
  .m-l-negative-0--md {
    margin-left: 0rem !important;
  }
  .m-b-negative-0--md {
    margin-bottom: 0rem !important;
  }
  .m-t-negative-5--md {
    margin-top: -0.5rem !important;
  }
  .m-r-negative-5--md {
    margin-right: -0.5rem !important;
  }
  .m-l-negative-5--md {
    margin-left: -0.5rem !important;
  }
  .m-b-negative-5--md {
    margin-bottom: -0.5rem !important;
  }
  .m-t-negative-10--md {
    margin-top: -1rem !important;
  }
  .m-r-negative-10--md {
    margin-right: -1rem !important;
  }
  .m-l-negative-10--md {
    margin-left: -1rem !important;
  }
  .m-b-negative-10--md {
    margin-bottom: -1rem !important;
  }
  .m-t-negative-15--md {
    margin-top: -1.5rem !important;
  }
  .m-r-negative-15--md {
    margin-right: -1.5rem !important;
  }
  .m-l-negative-15--md {
    margin-left: -1.5rem !important;
  }
  .m-b-negative-15--md {
    margin-bottom: -1.5rem !important;
  }
  .m-t-negative-20--md {
    margin-top: -2rem !important;
  }
  .m-r-negative-20--md {
    margin-right: -2rem !important;
  }
  .m-l-negative-20--md {
    margin-left: -2rem !important;
  }
  .m-b-negative-20--md {
    margin-bottom: -2rem !important;
  }
  .m-t-negative-25--md {
    margin-top: -2.5rem !important;
  }
  .m-r-negative-25--md {
    margin-right: -2.5rem !important;
  }
  .m-l-negative-25--md {
    margin-left: -2.5rem !important;
  }
  .m-b-negative-25--md {
    margin-bottom: -2.5rem !important;
  }
  .m-t-negative-30--md {
    margin-top: -3rem !important;
  }
  .m-r-negative-30--md {
    margin-right: -3rem !important;
  }
  .m-l-negative-30--md {
    margin-left: -3rem !important;
  }
  .m-b-negative-30--md {
    margin-bottom: -3rem !important;
  }
  .m-t-negative-35--md {
    margin-top: -3.5rem !important;
  }
  .m-r-negative-35--md {
    margin-right: -3.5rem !important;
  }
  .m-l-negative-35--md {
    margin-left: -3.5rem !important;
  }
  .m-b-negative-35--md {
    margin-bottom: -3.5rem !important;
  }
  .m-t-negative-40--md {
    margin-top: -4rem !important;
  }
  .m-r-negative-40--md {
    margin-right: -4rem !important;
  }
  .m-l-negative-40--md {
    margin-left: -4rem !important;
  }
  .m-b-negative-40--md {
    margin-bottom: -4rem !important;
  }
  .m-t-negative-45--md {
    margin-top: -4.5rem !important;
  }
  .m-r-negative-45--md {
    margin-right: -4.5rem !important;
  }
  .m-l-negative-45--md {
    margin-left: -4.5rem !important;
  }
  .m-b-negative-45--md {
    margin-bottom: -4.5rem !important;
  }
  .m-t-negative-50--md {
    margin-top: -5rem !important;
  }
  .m-r-negative-50--md {
    margin-right: -5rem !important;
  }
  .m-l-negative-50--md {
    margin-left: -5rem !important;
  }
  .m-b-negative-50--md {
    margin-bottom: -5rem !important;
  }
  .m-t-negative-55--md {
    margin-top: -5.5rem !important;
  }
  .m-r-negative-55--md {
    margin-right: -5.5rem !important;
  }
  .m-l-negative-55--md {
    margin-left: -5.5rem !important;
  }
  .m-b-negative-55--md {
    margin-bottom: -5.5rem !important;
  }
  .m-t-negative-60--md {
    margin-top: -6rem !important;
  }
  .m-r-negative-60--md {
    margin-right: -6rem !important;
  }
  .m-l-negative-60--md {
    margin-left: -6rem !important;
  }
  .m-b-negative-60--md {
    margin-bottom: -6rem !important;
  }
  .m-t-negative-65--md {
    margin-top: -6.5rem !important;
  }
  .m-r-negative-65--md {
    margin-right: -6.5rem !important;
  }
  .m-l-negative-65--md {
    margin-left: -6.5rem !important;
  }
  .m-b-negative-65--md {
    margin-bottom: -6.5rem !important;
  }
  .m-t-negative-70--md {
    margin-top: -7rem !important;
  }
  .m-r-negative-70--md {
    margin-right: -7rem !important;
  }
  .m-l-negative-70--md {
    margin-left: -7rem !important;
  }
  .m-b-negative-70--md {
    margin-bottom: -7rem !important;
  }
  .m-t-negative-75--md {
    margin-top: -7.5rem !important;
  }
  .m-r-negative-75--md {
    margin-right: -7.5rem !important;
  }
  .m-l-negative-75--md {
    margin-left: -7.5rem !important;
  }
  .m-b-negative-75--md {
    margin-bottom: -7.5rem !important;
  }
  .m-t-negative-80--md {
    margin-top: -8rem !important;
  }
  .m-r-negative-80--md {
    margin-right: -8rem !important;
  }
  .m-l-negative-80--md {
    margin-left: -8rem !important;
  }
  .m-b-negative-80--md {
    margin-bottom: -8rem !important;
  }
  .m-t-negative-85--md {
    margin-top: -8.5rem !important;
  }
  .m-r-negative-85--md {
    margin-right: -8.5rem !important;
  }
  .m-l-negative-85--md {
    margin-left: -8.5rem !important;
  }
  .m-b-negative-85--md {
    margin-bottom: -8.5rem !important;
  }
  .m-t-negative-90--md {
    margin-top: -9rem !important;
  }
  .m-r-negative-90--md {
    margin-right: -9rem !important;
  }
  .m-l-negative-90--md {
    margin-left: -9rem !important;
  }
  .m-b-negative-90--md {
    margin-bottom: -9rem !important;
  }
  .m-t-negative-95--md {
    margin-top: -9.5rem !important;
  }
  .m-r-negative-95--md {
    margin-right: -9.5rem !important;
  }
  .m-l-negative-95--md {
    margin-left: -9.5rem !important;
  }
  .m-b-negative-95--md {
    margin-bottom: -9.5rem !important;
  }
  .m-t-negative-100--md {
    margin-top: -10rem !important;
  }
  .m-r-negative-100--md {
    margin-right: -10rem !important;
  }
  .m-l-negative-100--md {
    margin-left: -10rem !important;
  }
  .m-b-negative-100--md {
    margin-bottom: -10rem !important;
  }
  .m-t-negative-105--md {
    margin-top: -10.5rem !important;
  }
  .m-r-negative-105--md {
    margin-right: -10.5rem !important;
  }
  .m-l-negative-105--md {
    margin-left: -10.5rem !important;
  }
  .m-b-negative-105--md {
    margin-bottom: -10.5rem !important;
  }
  .m-t-negative-110--md {
    margin-top: -11rem !important;
  }
  .m-r-negative-110--md {
    margin-right: -11rem !important;
  }
  .m-l-negative-110--md {
    margin-left: -11rem !important;
  }
  .m-b-negative-110--md {
    margin-bottom: -11rem !important;
  }
  .m-t-negative-115--md {
    margin-top: -11.5rem !important;
  }
  .m-r-negative-115--md {
    margin-right: -11.5rem !important;
  }
  .m-l-negative-115--md {
    margin-left: -11.5rem !important;
  }
  .m-b-negative-115--md {
    margin-bottom: -11.5rem !important;
  }
  .m-t-negative-120--md {
    margin-top: -12rem !important;
  }
  .m-r-negative-120--md {
    margin-right: -12rem !important;
  }
  .m-l-negative-120--md {
    margin-left: -12rem !important;
  }
  .m-b-negative-120--md {
    margin-bottom: -12rem !important;
  }
  .m-t-negative-125--md {
    margin-top: -12.5rem !important;
  }
  .m-r-negative-125--md {
    margin-right: -12.5rem !important;
  }
  .m-l-negative-125--md {
    margin-left: -12.5rem !important;
  }
  .m-b-negative-125--md {
    margin-bottom: -12.5rem !important;
  }
  .m-t-negative-130--md {
    margin-top: -13rem !important;
  }
  .m-r-negative-130--md {
    margin-right: -13rem !important;
  }
  .m-l-negative-130--md {
    margin-left: -13rem !important;
  }
  .m-b-negative-130--md {
    margin-bottom: -13rem !important;
  }
  .m-t-negative-135--md {
    margin-top: -13.5rem !important;
  }
  .m-r-negative-135--md {
    margin-right: -13.5rem !important;
  }
  .m-l-negative-135--md {
    margin-left: -13.5rem !important;
  }
  .m-b-negative-135--md {
    margin-bottom: -13.5rem !important;
  }
  .m-t-negative-140--md {
    margin-top: -14rem !important;
  }
  .m-r-negative-140--md {
    margin-right: -14rem !important;
  }
  .m-l-negative-140--md {
    margin-left: -14rem !important;
  }
  .m-b-negative-140--md {
    margin-bottom: -14rem !important;
  }
  .m-t-negative-145--md {
    margin-top: -14.5rem !important;
  }
  .m-r-negative-145--md {
    margin-right: -14.5rem !important;
  }
  .m-l-negative-145--md {
    margin-left: -14.5rem !important;
  }
  .m-b-negative-145--md {
    margin-bottom: -14.5rem !important;
  }
  .m-t-negative-150--md {
    margin-top: -15rem !important;
  }
  .m-r-negative-150--md {
    margin-right: -15rem !important;
  }
  .m-l-negative-150--md {
    margin-left: -15rem !important;
  }
  .m-b-negative-150--md {
    margin-bottom: -15rem !important;
  }
  .m-t-negative-155--md {
    margin-top: -15.5rem !important;
  }
  .m-r-negative-155--md {
    margin-right: -15.5rem !important;
  }
  .m-l-negative-155--md {
    margin-left: -15.5rem !important;
  }
  .m-b-negative-155--md {
    margin-bottom: -15.5rem !important;
  }
  .m-t-negative-160--md {
    margin-top: -16rem !important;
  }
  .m-r-negative-160--md {
    margin-right: -16rem !important;
  }
  .m-l-negative-160--md {
    margin-left: -16rem !important;
  }
  .m-b-negative-160--md {
    margin-bottom: -16rem !important;
  }
  .m-t-negative-165--md {
    margin-top: -16.5rem !important;
  }
  .m-r-negative-165--md {
    margin-right: -16.5rem !important;
  }
  .m-l-negative-165--md {
    margin-left: -16.5rem !important;
  }
  .m-b-negative-165--md {
    margin-bottom: -16.5rem !important;
  }
  .m-t-negative-170--md {
    margin-top: -17rem !important;
  }
  .m-r-negative-170--md {
    margin-right: -17rem !important;
  }
  .m-l-negative-170--md {
    margin-left: -17rem !important;
  }
  .m-b-negative-170--md {
    margin-bottom: -17rem !important;
  }
  .m-t-negative-175--md {
    margin-top: -17.5rem !important;
  }
  .m-r-negative-175--md {
    margin-right: -17.5rem !important;
  }
  .m-l-negative-175--md {
    margin-left: -17.5rem !important;
  }
  .m-b-negative-175--md {
    margin-bottom: -17.5rem !important;
  }
  .m-t-negative-180--md {
    margin-top: -18rem !important;
  }
  .m-r-negative-180--md {
    margin-right: -18rem !important;
  }
  .m-l-negative-180--md {
    margin-left: -18rem !important;
  }
  .m-b-negative-180--md {
    margin-bottom: -18rem !important;
  }
  .m-t-negative-185--md {
    margin-top: -18.5rem !important;
  }
  .m-r-negative-185--md {
    margin-right: -18.5rem !important;
  }
  .m-l-negative-185--md {
    margin-left: -18.5rem !important;
  }
  .m-b-negative-185--md {
    margin-bottom: -18.5rem !important;
  }
  .m-t-negative-190--md {
    margin-top: -19rem !important;
  }
  .m-r-negative-190--md {
    margin-right: -19rem !important;
  }
  .m-l-negative-190--md {
    margin-left: -19rem !important;
  }
  .m-b-negative-190--md {
    margin-bottom: -19rem !important;
  }
  .m-t-negative-195--md {
    margin-top: -19.5rem !important;
  }
  .m-r-negative-195--md {
    margin-right: -19.5rem !important;
  }
  .m-l-negative-195--md {
    margin-left: -19.5rem !important;
  }
  .m-b-negative-195--md {
    margin-bottom: -19.5rem !important;
  }
  .m-t-negative-200--md {
    margin-top: -20rem !important;
  }
  .m-r-negative-200--md {
    margin-right: -20rem !important;
  }
  .m-l-negative-200--md {
    margin-left: -20rem !important;
  }
  .m-b-negative-200--md {
    margin-bottom: -20rem !important;
  }
  .m-t-negative-205--md {
    margin-top: -20.5rem !important;
  }
  .m-r-negative-205--md {
    margin-right: -20.5rem !important;
  }
  .m-l-negative-205--md {
    margin-left: -20.5rem !important;
  }
  .m-b-negative-205--md {
    margin-bottom: -20.5rem !important;
  }
  .m-t-negative-210--md {
    margin-top: -21rem !important;
  }
  .m-r-negative-210--md {
    margin-right: -21rem !important;
  }
  .m-l-negative-210--md {
    margin-left: -21rem !important;
  }
  .m-b-negative-210--md {
    margin-bottom: -21rem !important;
  }
  .m-t-negative-215--md {
    margin-top: -21.5rem !important;
  }
  .m-r-negative-215--md {
    margin-right: -21.5rem !important;
  }
  .m-l-negative-215--md {
    margin-left: -21.5rem !important;
  }
  .m-b-negative-215--md {
    margin-bottom: -21.5rem !important;
  }
  .m-t-negative-220--md {
    margin-top: -22rem !important;
  }
  .m-r-negative-220--md {
    margin-right: -22rem !important;
  }
  .m-l-negative-220--md {
    margin-left: -22rem !important;
  }
  .m-b-negative-220--md {
    margin-bottom: -22rem !important;
  }
  .m-t-negative-225--md {
    margin-top: -22.5rem !important;
  }
  .m-r-negative-225--md {
    margin-right: -22.5rem !important;
  }
  .m-l-negative-225--md {
    margin-left: -22.5rem !important;
  }
  .m-b-negative-225--md {
    margin-bottom: -22.5rem !important;
  }
  .m-t-negative-230--md {
    margin-top: -23rem !important;
  }
  .m-r-negative-230--md {
    margin-right: -23rem !important;
  }
  .m-l-negative-230--md {
    margin-left: -23rem !important;
  }
  .m-b-negative-230--md {
    margin-bottom: -23rem !important;
  }
  .m-t-negative-235--md {
    margin-top: -23.5rem !important;
  }
  .m-r-negative-235--md {
    margin-right: -23.5rem !important;
  }
  .m-l-negative-235--md {
    margin-left: -23.5rem !important;
  }
  .m-b-negative-235--md {
    margin-bottom: -23.5rem !important;
  }
  .m-t-negative-240--md {
    margin-top: -24rem !important;
  }
  .m-r-negative-240--md {
    margin-right: -24rem !important;
  }
  .m-l-negative-240--md {
    margin-left: -24rem !important;
  }
  .m-b-negative-240--md {
    margin-bottom: -24rem !important;
  }
  .m-t-negative-245--md {
    margin-top: -24.5rem !important;
  }
  .m-r-negative-245--md {
    margin-right: -24.5rem !important;
  }
  .m-l-negative-245--md {
    margin-left: -24.5rem !important;
  }
  .m-b-negative-245--md {
    margin-bottom: -24.5rem !important;
  }
  .m-t-negative-250--md {
    margin-top: -25rem !important;
  }
  .m-r-negative-250--md {
    margin-right: -25rem !important;
  }
  .m-l-negative-250--md {
    margin-left: -25rem !important;
  }
  .m-b-negative-250--md {
    margin-bottom: -25rem !important;
  }
  .p-t-0--md {
    padding-top: 0rem !important;
  }
  .p-r-0--md {
    padding-right: 0rem !important;
  }
  .p-l-0--md {
    padding-left: 0rem !important;
  }
  .p-b-0--md {
    padding-bottom: 0rem !important;
  }
  .p-t-5--md {
    padding-top: 0.5rem !important;
  }
  .p-r-5--md {
    padding-right: 0.5rem !important;
  }
  .p-l-5--md {
    padding-left: 0.5rem !important;
  }
  .p-b-5--md {
    padding-bottom: 0.5rem !important;
  }
  .p-t-10--md {
    padding-top: 1rem !important;
  }
  .p-r-10--md {
    padding-right: 1rem !important;
  }
  .p-l-10--md {
    padding-left: 1rem !important;
  }
  .p-b-10--md {
    padding-bottom: 1rem !important;
  }
  .p-t-15--md {
    padding-top: 1.5rem !important;
  }
  .p-r-15--md {
    padding-right: 1.5rem !important;
  }
  .p-l-15--md {
    padding-left: 1.5rem !important;
  }
  .p-b-15--md {
    padding-bottom: 1.5rem !important;
  }
  .p-t-20--md {
    padding-top: 2rem !important;
  }
  .p-r-20--md {
    padding-right: 2rem !important;
  }
  .p-l-20--md {
    padding-left: 2rem !important;
  }
  .p-b-20--md {
    padding-bottom: 2rem !important;
  }
  .p-t-25--md {
    padding-top: 2.5rem !important;
  }
  .p-r-25--md {
    padding-right: 2.5rem !important;
  }
  .p-l-25--md {
    padding-left: 2.5rem !important;
  }
  .p-b-25--md {
    padding-bottom: 2.5rem !important;
  }
  .p-t-30--md {
    padding-top: 3rem !important;
  }
  .p-r-30--md {
    padding-right: 3rem !important;
  }
  .p-l-30--md {
    padding-left: 3rem !important;
  }
  .p-b-30--md {
    padding-bottom: 3rem !important;
  }
  .p-t-35--md {
    padding-top: 3.5rem !important;
  }
  .p-r-35--md {
    padding-right: 3.5rem !important;
  }
  .p-l-35--md {
    padding-left: 3.5rem !important;
  }
  .p-b-35--md {
    padding-bottom: 3.5rem !important;
  }
  .p-t-40--md {
    padding-top: 4rem !important;
  }
  .p-r-40--md {
    padding-right: 4rem !important;
  }
  .p-l-40--md {
    padding-left: 4rem !important;
  }
  .p-b-40--md {
    padding-bottom: 4rem !important;
  }
  .p-t-45--md {
    padding-top: 4.5rem !important;
  }
  .p-r-45--md {
    padding-right: 4.5rem !important;
  }
  .p-l-45--md {
    padding-left: 4.5rem !important;
  }
  .p-b-45--md {
    padding-bottom: 4.5rem !important;
  }
  .p-t-50--md {
    padding-top: 5rem !important;
  }
  .p-r-50--md {
    padding-right: 5rem !important;
  }
  .p-l-50--md {
    padding-left: 5rem !important;
  }
  .p-b-50--md {
    padding-bottom: 5rem !important;
  }
  .p-t-55--md {
    padding-top: 5.5rem !important;
  }
  .p-r-55--md {
    padding-right: 5.5rem !important;
  }
  .p-l-55--md {
    padding-left: 5.5rem !important;
  }
  .p-b-55--md {
    padding-bottom: 5.5rem !important;
  }
  .p-t-60--md {
    padding-top: 6rem !important;
  }
  .p-r-60--md {
    padding-right: 6rem !important;
  }
  .p-l-60--md {
    padding-left: 6rem !important;
  }
  .p-b-60--md {
    padding-bottom: 6rem !important;
  }
  .p-t-65--md {
    padding-top: 6.5rem !important;
  }
  .p-r-65--md {
    padding-right: 6.5rem !important;
  }
  .p-l-65--md {
    padding-left: 6.5rem !important;
  }
  .p-b-65--md {
    padding-bottom: 6.5rem !important;
  }
  .p-t-70--md {
    padding-top: 7rem !important;
  }
  .p-r-70--md {
    padding-right: 7rem !important;
  }
  .p-l-70--md {
    padding-left: 7rem !important;
  }
  .p-b-70--md {
    padding-bottom: 7rem !important;
  }
  .p-t-75--md {
    padding-top: 7.5rem !important;
  }
  .p-r-75--md {
    padding-right: 7.5rem !important;
  }
  .p-l-75--md {
    padding-left: 7.5rem !important;
  }
  .p-b-75--md {
    padding-bottom: 7.5rem !important;
  }
  .p-t-80--md {
    padding-top: 8rem !important;
  }
  .p-r-80--md {
    padding-right: 8rem !important;
  }
  .p-l-80--md {
    padding-left: 8rem !important;
  }
  .p-b-80--md {
    padding-bottom: 8rem !important;
  }
  .p-t-85--md {
    padding-top: 8.5rem !important;
  }
  .p-r-85--md {
    padding-right: 8.5rem !important;
  }
  .p-l-85--md {
    padding-left: 8.5rem !important;
  }
  .p-b-85--md {
    padding-bottom: 8.5rem !important;
  }
  .p-t-90--md {
    padding-top: 9rem !important;
  }
  .p-r-90--md {
    padding-right: 9rem !important;
  }
  .p-l-90--md {
    padding-left: 9rem !important;
  }
  .p-b-90--md {
    padding-bottom: 9rem !important;
  }
  .p-t-95--md {
    padding-top: 9.5rem !important;
  }
  .p-r-95--md {
    padding-right: 9.5rem !important;
  }
  .p-l-95--md {
    padding-left: 9.5rem !important;
  }
  .p-b-95--md {
    padding-bottom: 9.5rem !important;
  }
  .p-t-100--md {
    padding-top: 10rem !important;
  }
  .p-r-100--md {
    padding-right: 10rem !important;
  }
  .p-l-100--md {
    padding-left: 10rem !important;
  }
  .p-b-100--md {
    padding-bottom: 10rem !important;
  }
  .p-t-105--md {
    padding-top: 10.5rem !important;
  }
  .p-r-105--md {
    padding-right: 10.5rem !important;
  }
  .p-l-105--md {
    padding-left: 10.5rem !important;
  }
  .p-b-105--md {
    padding-bottom: 10.5rem !important;
  }
  .p-t-110--md {
    padding-top: 11rem !important;
  }
  .p-r-110--md {
    padding-right: 11rem !important;
  }
  .p-l-110--md {
    padding-left: 11rem !important;
  }
  .p-b-110--md {
    padding-bottom: 11rem !important;
  }
  .p-t-115--md {
    padding-top: 11.5rem !important;
  }
  .p-r-115--md {
    padding-right: 11.5rem !important;
  }
  .p-l-115--md {
    padding-left: 11.5rem !important;
  }
  .p-b-115--md {
    padding-bottom: 11.5rem !important;
  }
  .p-t-120--md {
    padding-top: 12rem !important;
  }
  .p-r-120--md {
    padding-right: 12rem !important;
  }
  .p-l-120--md {
    padding-left: 12rem !important;
  }
  .p-b-120--md {
    padding-bottom: 12rem !important;
  }
  .p-t-125--md {
    padding-top: 12.5rem !important;
  }
  .p-r-125--md {
    padding-right: 12.5rem !important;
  }
  .p-l-125--md {
    padding-left: 12.5rem !important;
  }
  .p-b-125--md {
    padding-bottom: 12.5rem !important;
  }
  .p-t-130--md {
    padding-top: 13rem !important;
  }
  .p-r-130--md {
    padding-right: 13rem !important;
  }
  .p-l-130--md {
    padding-left: 13rem !important;
  }
  .p-b-130--md {
    padding-bottom: 13rem !important;
  }
  .p-t-135--md {
    padding-top: 13.5rem !important;
  }
  .p-r-135--md {
    padding-right: 13.5rem !important;
  }
  .p-l-135--md {
    padding-left: 13.5rem !important;
  }
  .p-b-135--md {
    padding-bottom: 13.5rem !important;
  }
  .p-t-140--md {
    padding-top: 14rem !important;
  }
  .p-r-140--md {
    padding-right: 14rem !important;
  }
  .p-l-140--md {
    padding-left: 14rem !important;
  }
  .p-b-140--md {
    padding-bottom: 14rem !important;
  }
  .p-t-145--md {
    padding-top: 14.5rem !important;
  }
  .p-r-145--md {
    padding-right: 14.5rem !important;
  }
  .p-l-145--md {
    padding-left: 14.5rem !important;
  }
  .p-b-145--md {
    padding-bottom: 14.5rem !important;
  }
  .p-t-150--md {
    padding-top: 15rem !important;
  }
  .p-r-150--md {
    padding-right: 15rem !important;
  }
  .p-l-150--md {
    padding-left: 15rem !important;
  }
  .p-b-150--md {
    padding-bottom: 15rem !important;
  }
  .p-t-155--md {
    padding-top: 15.5rem !important;
  }
  .p-r-155--md {
    padding-right: 15.5rem !important;
  }
  .p-l-155--md {
    padding-left: 15.5rem !important;
  }
  .p-b-155--md {
    padding-bottom: 15.5rem !important;
  }
  .p-t-160--md {
    padding-top: 16rem !important;
  }
  .p-r-160--md {
    padding-right: 16rem !important;
  }
  .p-l-160--md {
    padding-left: 16rem !important;
  }
  .p-b-160--md {
    padding-bottom: 16rem !important;
  }
  .p-t-165--md {
    padding-top: 16.5rem !important;
  }
  .p-r-165--md {
    padding-right: 16.5rem !important;
  }
  .p-l-165--md {
    padding-left: 16.5rem !important;
  }
  .p-b-165--md {
    padding-bottom: 16.5rem !important;
  }
  .p-t-170--md {
    padding-top: 17rem !important;
  }
  .p-r-170--md {
    padding-right: 17rem !important;
  }
  .p-l-170--md {
    padding-left: 17rem !important;
  }
  .p-b-170--md {
    padding-bottom: 17rem !important;
  }
  .p-t-175--md {
    padding-top: 17.5rem !important;
  }
  .p-r-175--md {
    padding-right: 17.5rem !important;
  }
  .p-l-175--md {
    padding-left: 17.5rem !important;
  }
  .p-b-175--md {
    padding-bottom: 17.5rem !important;
  }
  .p-t-180--md {
    padding-top: 18rem !important;
  }
  .p-r-180--md {
    padding-right: 18rem !important;
  }
  .p-l-180--md {
    padding-left: 18rem !important;
  }
  .p-b-180--md {
    padding-bottom: 18rem !important;
  }
  .p-t-185--md {
    padding-top: 18.5rem !important;
  }
  .p-r-185--md {
    padding-right: 18.5rem !important;
  }
  .p-l-185--md {
    padding-left: 18.5rem !important;
  }
  .p-b-185--md {
    padding-bottom: 18.5rem !important;
  }
  .p-t-190--md {
    padding-top: 19rem !important;
  }
  .p-r-190--md {
    padding-right: 19rem !important;
  }
  .p-l-190--md {
    padding-left: 19rem !important;
  }
  .p-b-190--md {
    padding-bottom: 19rem !important;
  }
  .p-t-195--md {
    padding-top: 19.5rem !important;
  }
  .p-r-195--md {
    padding-right: 19.5rem !important;
  }
  .p-l-195--md {
    padding-left: 19.5rem !important;
  }
  .p-b-195--md {
    padding-bottom: 19.5rem !important;
  }
  .p-t-200--md {
    padding-top: 20rem !important;
  }
  .p-r-200--md {
    padding-right: 20rem !important;
  }
  .p-l-200--md {
    padding-left: 20rem !important;
  }
  .p-b-200--md {
    padding-bottom: 20rem !important;
  }
  .p-t-205--md {
    padding-top: 20.5rem !important;
  }
  .p-r-205--md {
    padding-right: 20.5rem !important;
  }
  .p-l-205--md {
    padding-left: 20.5rem !important;
  }
  .p-b-205--md {
    padding-bottom: 20.5rem !important;
  }
  .p-t-210--md {
    padding-top: 21rem !important;
  }
  .p-r-210--md {
    padding-right: 21rem !important;
  }
  .p-l-210--md {
    padding-left: 21rem !important;
  }
  .p-b-210--md {
    padding-bottom: 21rem !important;
  }
  .p-t-215--md {
    padding-top: 21.5rem !important;
  }
  .p-r-215--md {
    padding-right: 21.5rem !important;
  }
  .p-l-215--md {
    padding-left: 21.5rem !important;
  }
  .p-b-215--md {
    padding-bottom: 21.5rem !important;
  }
  .p-t-220--md {
    padding-top: 22rem !important;
  }
  .p-r-220--md {
    padding-right: 22rem !important;
  }
  .p-l-220--md {
    padding-left: 22rem !important;
  }
  .p-b-220--md {
    padding-bottom: 22rem !important;
  }
  .p-t-225--md {
    padding-top: 22.5rem !important;
  }
  .p-r-225--md {
    padding-right: 22.5rem !important;
  }
  .p-l-225--md {
    padding-left: 22.5rem !important;
  }
  .p-b-225--md {
    padding-bottom: 22.5rem !important;
  }
  .p-t-230--md {
    padding-top: 23rem !important;
  }
  .p-r-230--md {
    padding-right: 23rem !important;
  }
  .p-l-230--md {
    padding-left: 23rem !important;
  }
  .p-b-230--md {
    padding-bottom: 23rem !important;
  }
  .p-t-235--md {
    padding-top: 23.5rem !important;
  }
  .p-r-235--md {
    padding-right: 23.5rem !important;
  }
  .p-l-235--md {
    padding-left: 23.5rem !important;
  }
  .p-b-235--md {
    padding-bottom: 23.5rem !important;
  }
  .p-t-240--md {
    padding-top: 24rem !important;
  }
  .p-r-240--md {
    padding-right: 24rem !important;
  }
  .p-l-240--md {
    padding-left: 24rem !important;
  }
  .p-b-240--md {
    padding-bottom: 24rem !important;
  }
  .p-t-245--md {
    padding-top: 24.5rem !important;
  }
  .p-r-245--md {
    padding-right: 24.5rem !important;
  }
  .p-l-245--md {
    padding-left: 24.5rem !important;
  }
  .p-b-245--md {
    padding-bottom: 24.5rem !important;
  }
  .p-t-250--md {
    padding-top: 25rem !important;
  }
  .p-r-250--md {
    padding-right: 25rem !important;
  }
  .p-l-250--md {
    padding-left: 25rem !important;
  }
  .p-b-250--md {
    padding-bottom: 25rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .m-t-0--lg {
    margin-top: 0rem !important;
  }
  .m-r-0--lg {
    margin-right: 0rem !important;
  }
  .m-l-0--lg {
    margin-left: 0rem !important;
  }
  .m-b-0--lg {
    margin-bottom: 0rem !important;
  }
  .m-t-5--lg {
    margin-top: 0.5rem !important;
  }
  .m-r-5--lg {
    margin-right: 0.5rem !important;
  }
  .m-l-5--lg {
    margin-left: 0.5rem !important;
  }
  .m-b-5--lg {
    margin-bottom: 0.5rem !important;
  }
  .m-t-10--lg {
    margin-top: 1rem !important;
  }
  .m-r-10--lg {
    margin-right: 1rem !important;
  }
  .m-l-10--lg {
    margin-left: 1rem !important;
  }
  .m-b-10--lg {
    margin-bottom: 1rem !important;
  }
  .m-t-15--lg {
    margin-top: 1.5rem !important;
  }
  .m-r-15--lg {
    margin-right: 1.5rem !important;
  }
  .m-l-15--lg {
    margin-left: 1.5rem !important;
  }
  .m-b-15--lg {
    margin-bottom: 1.5rem !important;
  }
  .m-t-20--lg {
    margin-top: 2rem !important;
  }
  .m-r-20--lg {
    margin-right: 2rem !important;
  }
  .m-l-20--lg {
    margin-left: 2rem !important;
  }
  .m-b-20--lg {
    margin-bottom: 2rem !important;
  }
  .m-t-25--lg {
    margin-top: 2.5rem !important;
  }
  .m-r-25--lg {
    margin-right: 2.5rem !important;
  }
  .m-l-25--lg {
    margin-left: 2.5rem !important;
  }
  .m-b-25--lg {
    margin-bottom: 2.5rem !important;
  }
  .m-t-30--lg {
    margin-top: 3rem !important;
  }
  .m-r-30--lg {
    margin-right: 3rem !important;
  }
  .m-l-30--lg {
    margin-left: 3rem !important;
  }
  .m-b-30--lg {
    margin-bottom: 3rem !important;
  }
  .m-t-35--lg {
    margin-top: 3.5rem !important;
  }
  .m-r-35--lg {
    margin-right: 3.5rem !important;
  }
  .m-l-35--lg {
    margin-left: 3.5rem !important;
  }
  .m-b-35--lg {
    margin-bottom: 3.5rem !important;
  }
  .m-t-40--lg {
    margin-top: 4rem !important;
  }
  .m-r-40--lg {
    margin-right: 4rem !important;
  }
  .m-l-40--lg {
    margin-left: 4rem !important;
  }
  .m-b-40--lg {
    margin-bottom: 4rem !important;
  }
  .m-t-45--lg {
    margin-top: 4.5rem !important;
  }
  .m-r-45--lg {
    margin-right: 4.5rem !important;
  }
  .m-l-45--lg {
    margin-left: 4.5rem !important;
  }
  .m-b-45--lg {
    margin-bottom: 4.5rem !important;
  }
  .m-t-50--lg {
    margin-top: 5rem !important;
  }
  .m-r-50--lg {
    margin-right: 5rem !important;
  }
  .m-l-50--lg {
    margin-left: 5rem !important;
  }
  .m-b-50--lg {
    margin-bottom: 5rem !important;
  }
  .m-t-55--lg {
    margin-top: 5.5rem !important;
  }
  .m-r-55--lg {
    margin-right: 5.5rem !important;
  }
  .m-l-55--lg {
    margin-left: 5.5rem !important;
  }
  .m-b-55--lg {
    margin-bottom: 5.5rem !important;
  }
  .m-t-60--lg {
    margin-top: 6rem !important;
  }
  .m-r-60--lg {
    margin-right: 6rem !important;
  }
  .m-l-60--lg {
    margin-left: 6rem !important;
  }
  .m-b-60--lg {
    margin-bottom: 6rem !important;
  }
  .m-t-65--lg {
    margin-top: 6.5rem !important;
  }
  .m-r-65--lg {
    margin-right: 6.5rem !important;
  }
  .m-l-65--lg {
    margin-left: 6.5rem !important;
  }
  .m-b-65--lg {
    margin-bottom: 6.5rem !important;
  }
  .m-t-70--lg {
    margin-top: 7rem !important;
  }
  .m-r-70--lg {
    margin-right: 7rem !important;
  }
  .m-l-70--lg {
    margin-left: 7rem !important;
  }
  .m-b-70--lg {
    margin-bottom: 7rem !important;
  }
  .m-t-75--lg {
    margin-top: 7.5rem !important;
  }
  .m-r-75--lg {
    margin-right: 7.5rem !important;
  }
  .m-l-75--lg {
    margin-left: 7.5rem !important;
  }
  .m-b-75--lg {
    margin-bottom: 7.5rem !important;
  }
  .m-t-80--lg {
    margin-top: 8rem !important;
  }
  .m-r-80--lg {
    margin-right: 8rem !important;
  }
  .m-l-80--lg {
    margin-left: 8rem !important;
  }
  .m-b-80--lg {
    margin-bottom: 8rem !important;
  }
  .m-t-85--lg {
    margin-top: 8.5rem !important;
  }
  .m-r-85--lg {
    margin-right: 8.5rem !important;
  }
  .m-l-85--lg {
    margin-left: 8.5rem !important;
  }
  .m-b-85--lg {
    margin-bottom: 8.5rem !important;
  }
  .m-t-90--lg {
    margin-top: 9rem !important;
  }
  .m-r-90--lg {
    margin-right: 9rem !important;
  }
  .m-l-90--lg {
    margin-left: 9rem !important;
  }
  .m-b-90--lg {
    margin-bottom: 9rem !important;
  }
  .m-t-95--lg {
    margin-top: 9.5rem !important;
  }
  .m-r-95--lg {
    margin-right: 9.5rem !important;
  }
  .m-l-95--lg {
    margin-left: 9.5rem !important;
  }
  .m-b-95--lg {
    margin-bottom: 9.5rem !important;
  }
  .m-t-100--lg {
    margin-top: 10rem !important;
  }
  .m-r-100--lg {
    margin-right: 10rem !important;
  }
  .m-l-100--lg {
    margin-left: 10rem !important;
  }
  .m-b-100--lg {
    margin-bottom: 10rem !important;
  }
  .m-t-105--lg {
    margin-top: 10.5rem !important;
  }
  .m-r-105--lg {
    margin-right: 10.5rem !important;
  }
  .m-l-105--lg {
    margin-left: 10.5rem !important;
  }
  .m-b-105--lg {
    margin-bottom: 10.5rem !important;
  }
  .m-t-110--lg {
    margin-top: 11rem !important;
  }
  .m-r-110--lg {
    margin-right: 11rem !important;
  }
  .m-l-110--lg {
    margin-left: 11rem !important;
  }
  .m-b-110--lg {
    margin-bottom: 11rem !important;
  }
  .m-t-115--lg {
    margin-top: 11.5rem !important;
  }
  .m-r-115--lg {
    margin-right: 11.5rem !important;
  }
  .m-l-115--lg {
    margin-left: 11.5rem !important;
  }
  .m-b-115--lg {
    margin-bottom: 11.5rem !important;
  }
  .m-t-120--lg {
    margin-top: 12rem !important;
  }
  .m-r-120--lg {
    margin-right: 12rem !important;
  }
  .m-l-120--lg {
    margin-left: 12rem !important;
  }
  .m-b-120--lg {
    margin-bottom: 12rem !important;
  }
  .m-t-125--lg {
    margin-top: 12.5rem !important;
  }
  .m-r-125--lg {
    margin-right: 12.5rem !important;
  }
  .m-l-125--lg {
    margin-left: 12.5rem !important;
  }
  .m-b-125--lg {
    margin-bottom: 12.5rem !important;
  }
  .m-t-130--lg {
    margin-top: 13rem !important;
  }
  .m-r-130--lg {
    margin-right: 13rem !important;
  }
  .m-l-130--lg {
    margin-left: 13rem !important;
  }
  .m-b-130--lg {
    margin-bottom: 13rem !important;
  }
  .m-t-135--lg {
    margin-top: 13.5rem !important;
  }
  .m-r-135--lg {
    margin-right: 13.5rem !important;
  }
  .m-l-135--lg {
    margin-left: 13.5rem !important;
  }
  .m-b-135--lg {
    margin-bottom: 13.5rem !important;
  }
  .m-t-140--lg {
    margin-top: 14rem !important;
  }
  .m-r-140--lg {
    margin-right: 14rem !important;
  }
  .m-l-140--lg {
    margin-left: 14rem !important;
  }
  .m-b-140--lg {
    margin-bottom: 14rem !important;
  }
  .m-t-145--lg {
    margin-top: 14.5rem !important;
  }
  .m-r-145--lg {
    margin-right: 14.5rem !important;
  }
  .m-l-145--lg {
    margin-left: 14.5rem !important;
  }
  .m-b-145--lg {
    margin-bottom: 14.5rem !important;
  }
  .m-t-150--lg {
    margin-top: 15rem !important;
  }
  .m-r-150--lg {
    margin-right: 15rem !important;
  }
  .m-l-150--lg {
    margin-left: 15rem !important;
  }
  .m-b-150--lg {
    margin-bottom: 15rem !important;
  }
  .m-t-155--lg {
    margin-top: 15.5rem !important;
  }
  .m-r-155--lg {
    margin-right: 15.5rem !important;
  }
  .m-l-155--lg {
    margin-left: 15.5rem !important;
  }
  .m-b-155--lg {
    margin-bottom: 15.5rem !important;
  }
  .m-t-160--lg {
    margin-top: 16rem !important;
  }
  .m-r-160--lg {
    margin-right: 16rem !important;
  }
  .m-l-160--lg {
    margin-left: 16rem !important;
  }
  .m-b-160--lg {
    margin-bottom: 16rem !important;
  }
  .m-t-165--lg {
    margin-top: 16.5rem !important;
  }
  .m-r-165--lg {
    margin-right: 16.5rem !important;
  }
  .m-l-165--lg {
    margin-left: 16.5rem !important;
  }
  .m-b-165--lg {
    margin-bottom: 16.5rem !important;
  }
  .m-t-170--lg {
    margin-top: 17rem !important;
  }
  .m-r-170--lg {
    margin-right: 17rem !important;
  }
  .m-l-170--lg {
    margin-left: 17rem !important;
  }
  .m-b-170--lg {
    margin-bottom: 17rem !important;
  }
  .m-t-175--lg {
    margin-top: 17.5rem !important;
  }
  .m-r-175--lg {
    margin-right: 17.5rem !important;
  }
  .m-l-175--lg {
    margin-left: 17.5rem !important;
  }
  .m-b-175--lg {
    margin-bottom: 17.5rem !important;
  }
  .m-t-180--lg {
    margin-top: 18rem !important;
  }
  .m-r-180--lg {
    margin-right: 18rem !important;
  }
  .m-l-180--lg {
    margin-left: 18rem !important;
  }
  .m-b-180--lg {
    margin-bottom: 18rem !important;
  }
  .m-t-185--lg {
    margin-top: 18.5rem !important;
  }
  .m-r-185--lg {
    margin-right: 18.5rem !important;
  }
  .m-l-185--lg {
    margin-left: 18.5rem !important;
  }
  .m-b-185--lg {
    margin-bottom: 18.5rem !important;
  }
  .m-t-190--lg {
    margin-top: 19rem !important;
  }
  .m-r-190--lg {
    margin-right: 19rem !important;
  }
  .m-l-190--lg {
    margin-left: 19rem !important;
  }
  .m-b-190--lg {
    margin-bottom: 19rem !important;
  }
  .m-t-195--lg {
    margin-top: 19.5rem !important;
  }
  .m-r-195--lg {
    margin-right: 19.5rem !important;
  }
  .m-l-195--lg {
    margin-left: 19.5rem !important;
  }
  .m-b-195--lg {
    margin-bottom: 19.5rem !important;
  }
  .m-t-200--lg {
    margin-top: 20rem !important;
  }
  .m-r-200--lg {
    margin-right: 20rem !important;
  }
  .m-l-200--lg {
    margin-left: 20rem !important;
  }
  .m-b-200--lg {
    margin-bottom: 20rem !important;
  }
  .m-t-205--lg {
    margin-top: 20.5rem !important;
  }
  .m-r-205--lg {
    margin-right: 20.5rem !important;
  }
  .m-l-205--lg {
    margin-left: 20.5rem !important;
  }
  .m-b-205--lg {
    margin-bottom: 20.5rem !important;
  }
  .m-t-210--lg {
    margin-top: 21rem !important;
  }
  .m-r-210--lg {
    margin-right: 21rem !important;
  }
  .m-l-210--lg {
    margin-left: 21rem !important;
  }
  .m-b-210--lg {
    margin-bottom: 21rem !important;
  }
  .m-t-215--lg {
    margin-top: 21.5rem !important;
  }
  .m-r-215--lg {
    margin-right: 21.5rem !important;
  }
  .m-l-215--lg {
    margin-left: 21.5rem !important;
  }
  .m-b-215--lg {
    margin-bottom: 21.5rem !important;
  }
  .m-t-220--lg {
    margin-top: 22rem !important;
  }
  .m-r-220--lg {
    margin-right: 22rem !important;
  }
  .m-l-220--lg {
    margin-left: 22rem !important;
  }
  .m-b-220--lg {
    margin-bottom: 22rem !important;
  }
  .m-t-225--lg {
    margin-top: 22.5rem !important;
  }
  .m-r-225--lg {
    margin-right: 22.5rem !important;
  }
  .m-l-225--lg {
    margin-left: 22.5rem !important;
  }
  .m-b-225--lg {
    margin-bottom: 22.5rem !important;
  }
  .m-t-230--lg {
    margin-top: 23rem !important;
  }
  .m-r-230--lg {
    margin-right: 23rem !important;
  }
  .m-l-230--lg {
    margin-left: 23rem !important;
  }
  .m-b-230--lg {
    margin-bottom: 23rem !important;
  }
  .m-t-235--lg {
    margin-top: 23.5rem !important;
  }
  .m-r-235--lg {
    margin-right: 23.5rem !important;
  }
  .m-l-235--lg {
    margin-left: 23.5rem !important;
  }
  .m-b-235--lg {
    margin-bottom: 23.5rem !important;
  }
  .m-t-240--lg {
    margin-top: 24rem !important;
  }
  .m-r-240--lg {
    margin-right: 24rem !important;
  }
  .m-l-240--lg {
    margin-left: 24rem !important;
  }
  .m-b-240--lg {
    margin-bottom: 24rem !important;
  }
  .m-t-245--lg {
    margin-top: 24.5rem !important;
  }
  .m-r-245--lg {
    margin-right: 24.5rem !important;
  }
  .m-l-245--lg {
    margin-left: 24.5rem !important;
  }
  .m-b-245--lg {
    margin-bottom: 24.5rem !important;
  }
  .m-t-250--lg {
    margin-top: 25rem !important;
  }
  .m-r-250--lg {
    margin-right: 25rem !important;
  }
  .m-l-250--lg {
    margin-left: 25rem !important;
  }
  .m-b-250--lg {
    margin-bottom: 25rem !important;
  }
  .m-t-negative-0--lg {
    margin-top: 0rem !important;
  }
  .m-r-negative-0--lg {
    margin-right: 0rem !important;
  }
  .m-l-negative-0--lg {
    margin-left: 0rem !important;
  }
  .m-b-negative-0--lg {
    margin-bottom: 0rem !important;
  }
  .m-t-negative-5--lg {
    margin-top: -0.5rem !important;
  }
  .m-r-negative-5--lg {
    margin-right: -0.5rem !important;
  }
  .m-l-negative-5--lg {
    margin-left: -0.5rem !important;
  }
  .m-b-negative-5--lg {
    margin-bottom: -0.5rem !important;
  }
  .m-t-negative-10--lg {
    margin-top: -1rem !important;
  }
  .m-r-negative-10--lg {
    margin-right: -1rem !important;
  }
  .m-l-negative-10--lg {
    margin-left: -1rem !important;
  }
  .m-b-negative-10--lg {
    margin-bottom: -1rem !important;
  }
  .m-t-negative-15--lg {
    margin-top: -1.5rem !important;
  }
  .m-r-negative-15--lg {
    margin-right: -1.5rem !important;
  }
  .m-l-negative-15--lg {
    margin-left: -1.5rem !important;
  }
  .m-b-negative-15--lg {
    margin-bottom: -1.5rem !important;
  }
  .m-t-negative-20--lg {
    margin-top: -2rem !important;
  }
  .m-r-negative-20--lg {
    margin-right: -2rem !important;
  }
  .m-l-negative-20--lg {
    margin-left: -2rem !important;
  }
  .m-b-negative-20--lg {
    margin-bottom: -2rem !important;
  }
  .m-t-negative-25--lg {
    margin-top: -2.5rem !important;
  }
  .m-r-negative-25--lg {
    margin-right: -2.5rem !important;
  }
  .m-l-negative-25--lg {
    margin-left: -2.5rem !important;
  }
  .m-b-negative-25--lg {
    margin-bottom: -2.5rem !important;
  }
  .m-t-negative-30--lg {
    margin-top: -3rem !important;
  }
  .m-r-negative-30--lg {
    margin-right: -3rem !important;
  }
  .m-l-negative-30--lg {
    margin-left: -3rem !important;
  }
  .m-b-negative-30--lg {
    margin-bottom: -3rem !important;
  }
  .m-t-negative-35--lg {
    margin-top: -3.5rem !important;
  }
  .m-r-negative-35--lg {
    margin-right: -3.5rem !important;
  }
  .m-l-negative-35--lg {
    margin-left: -3.5rem !important;
  }
  .m-b-negative-35--lg {
    margin-bottom: -3.5rem !important;
  }
  .m-t-negative-40--lg {
    margin-top: -4rem !important;
  }
  .m-r-negative-40--lg {
    margin-right: -4rem !important;
  }
  .m-l-negative-40--lg {
    margin-left: -4rem !important;
  }
  .m-b-negative-40--lg {
    margin-bottom: -4rem !important;
  }
  .m-t-negative-45--lg {
    margin-top: -4.5rem !important;
  }
  .m-r-negative-45--lg {
    margin-right: -4.5rem !important;
  }
  .m-l-negative-45--lg {
    margin-left: -4.5rem !important;
  }
  .m-b-negative-45--lg {
    margin-bottom: -4.5rem !important;
  }
  .m-t-negative-50--lg {
    margin-top: -5rem !important;
  }
  .m-r-negative-50--lg {
    margin-right: -5rem !important;
  }
  .m-l-negative-50--lg {
    margin-left: -5rem !important;
  }
  .m-b-negative-50--lg {
    margin-bottom: -5rem !important;
  }
  .m-t-negative-55--lg {
    margin-top: -5.5rem !important;
  }
  .m-r-negative-55--lg {
    margin-right: -5.5rem !important;
  }
  .m-l-negative-55--lg {
    margin-left: -5.5rem !important;
  }
  .m-b-negative-55--lg {
    margin-bottom: -5.5rem !important;
  }
  .m-t-negative-60--lg {
    margin-top: -6rem !important;
  }
  .m-r-negative-60--lg {
    margin-right: -6rem !important;
  }
  .m-l-negative-60--lg {
    margin-left: -6rem !important;
  }
  .m-b-negative-60--lg {
    margin-bottom: -6rem !important;
  }
  .m-t-negative-65--lg {
    margin-top: -6.5rem !important;
  }
  .m-r-negative-65--lg {
    margin-right: -6.5rem !important;
  }
  .m-l-negative-65--lg {
    margin-left: -6.5rem !important;
  }
  .m-b-negative-65--lg {
    margin-bottom: -6.5rem !important;
  }
  .m-t-negative-70--lg {
    margin-top: -7rem !important;
  }
  .m-r-negative-70--lg {
    margin-right: -7rem !important;
  }
  .m-l-negative-70--lg {
    margin-left: -7rem !important;
  }
  .m-b-negative-70--lg {
    margin-bottom: -7rem !important;
  }
  .m-t-negative-75--lg {
    margin-top: -7.5rem !important;
  }
  .m-r-negative-75--lg {
    margin-right: -7.5rem !important;
  }
  .m-l-negative-75--lg {
    margin-left: -7.5rem !important;
  }
  .m-b-negative-75--lg {
    margin-bottom: -7.5rem !important;
  }
  .m-t-negative-80--lg {
    margin-top: -8rem !important;
  }
  .m-r-negative-80--lg {
    margin-right: -8rem !important;
  }
  .m-l-negative-80--lg {
    margin-left: -8rem !important;
  }
  .m-b-negative-80--lg {
    margin-bottom: -8rem !important;
  }
  .m-t-negative-85--lg {
    margin-top: -8.5rem !important;
  }
  .m-r-negative-85--lg {
    margin-right: -8.5rem !important;
  }
  .m-l-negative-85--lg {
    margin-left: -8.5rem !important;
  }
  .m-b-negative-85--lg {
    margin-bottom: -8.5rem !important;
  }
  .m-t-negative-90--lg {
    margin-top: -9rem !important;
  }
  .m-r-negative-90--lg {
    margin-right: -9rem !important;
  }
  .m-l-negative-90--lg {
    margin-left: -9rem !important;
  }
  .m-b-negative-90--lg {
    margin-bottom: -9rem !important;
  }
  .m-t-negative-95--lg {
    margin-top: -9.5rem !important;
  }
  .m-r-negative-95--lg {
    margin-right: -9.5rem !important;
  }
  .m-l-negative-95--lg {
    margin-left: -9.5rem !important;
  }
  .m-b-negative-95--lg {
    margin-bottom: -9.5rem !important;
  }
  .m-t-negative-100--lg {
    margin-top: -10rem !important;
  }
  .m-r-negative-100--lg {
    margin-right: -10rem !important;
  }
  .m-l-negative-100--lg {
    margin-left: -10rem !important;
  }
  .m-b-negative-100--lg {
    margin-bottom: -10rem !important;
  }
  .m-t-negative-105--lg {
    margin-top: -10.5rem !important;
  }
  .m-r-negative-105--lg {
    margin-right: -10.5rem !important;
  }
  .m-l-negative-105--lg {
    margin-left: -10.5rem !important;
  }
  .m-b-negative-105--lg {
    margin-bottom: -10.5rem !important;
  }
  .m-t-negative-110--lg {
    margin-top: -11rem !important;
  }
  .m-r-negative-110--lg {
    margin-right: -11rem !important;
  }
  .m-l-negative-110--lg {
    margin-left: -11rem !important;
  }
  .m-b-negative-110--lg {
    margin-bottom: -11rem !important;
  }
  .m-t-negative-115--lg {
    margin-top: -11.5rem !important;
  }
  .m-r-negative-115--lg {
    margin-right: -11.5rem !important;
  }
  .m-l-negative-115--lg {
    margin-left: -11.5rem !important;
  }
  .m-b-negative-115--lg {
    margin-bottom: -11.5rem !important;
  }
  .m-t-negative-120--lg {
    margin-top: -12rem !important;
  }
  .m-r-negative-120--lg {
    margin-right: -12rem !important;
  }
  .m-l-negative-120--lg {
    margin-left: -12rem !important;
  }
  .m-b-negative-120--lg {
    margin-bottom: -12rem !important;
  }
  .m-t-negative-125--lg {
    margin-top: -12.5rem !important;
  }
  .m-r-negative-125--lg {
    margin-right: -12.5rem !important;
  }
  .m-l-negative-125--lg {
    margin-left: -12.5rem !important;
  }
  .m-b-negative-125--lg {
    margin-bottom: -12.5rem !important;
  }
  .m-t-negative-130--lg {
    margin-top: -13rem !important;
  }
  .m-r-negative-130--lg {
    margin-right: -13rem !important;
  }
  .m-l-negative-130--lg {
    margin-left: -13rem !important;
  }
  .m-b-negative-130--lg {
    margin-bottom: -13rem !important;
  }
  .m-t-negative-135--lg {
    margin-top: -13.5rem !important;
  }
  .m-r-negative-135--lg {
    margin-right: -13.5rem !important;
  }
  .m-l-negative-135--lg {
    margin-left: -13.5rem !important;
  }
  .m-b-negative-135--lg {
    margin-bottom: -13.5rem !important;
  }
  .m-t-negative-140--lg {
    margin-top: -14rem !important;
  }
  .m-r-negative-140--lg {
    margin-right: -14rem !important;
  }
  .m-l-negative-140--lg {
    margin-left: -14rem !important;
  }
  .m-b-negative-140--lg {
    margin-bottom: -14rem !important;
  }
  .m-t-negative-145--lg {
    margin-top: -14.5rem !important;
  }
  .m-r-negative-145--lg {
    margin-right: -14.5rem !important;
  }
  .m-l-negative-145--lg {
    margin-left: -14.5rem !important;
  }
  .m-b-negative-145--lg {
    margin-bottom: -14.5rem !important;
  }
  .m-t-negative-150--lg {
    margin-top: -15rem !important;
  }
  .m-r-negative-150--lg {
    margin-right: -15rem !important;
  }
  .m-l-negative-150--lg {
    margin-left: -15rem !important;
  }
  .m-b-negative-150--lg {
    margin-bottom: -15rem !important;
  }
  .m-t-negative-155--lg {
    margin-top: -15.5rem !important;
  }
  .m-r-negative-155--lg {
    margin-right: -15.5rem !important;
  }
  .m-l-negative-155--lg {
    margin-left: -15.5rem !important;
  }
  .m-b-negative-155--lg {
    margin-bottom: -15.5rem !important;
  }
  .m-t-negative-160--lg {
    margin-top: -16rem !important;
  }
  .m-r-negative-160--lg {
    margin-right: -16rem !important;
  }
  .m-l-negative-160--lg {
    margin-left: -16rem !important;
  }
  .m-b-negative-160--lg {
    margin-bottom: -16rem !important;
  }
  .m-t-negative-165--lg {
    margin-top: -16.5rem !important;
  }
  .m-r-negative-165--lg {
    margin-right: -16.5rem !important;
  }
  .m-l-negative-165--lg {
    margin-left: -16.5rem !important;
  }
  .m-b-negative-165--lg {
    margin-bottom: -16.5rem !important;
  }
  .m-t-negative-170--lg {
    margin-top: -17rem !important;
  }
  .m-r-negative-170--lg {
    margin-right: -17rem !important;
  }
  .m-l-negative-170--lg {
    margin-left: -17rem !important;
  }
  .m-b-negative-170--lg {
    margin-bottom: -17rem !important;
  }
  .m-t-negative-175--lg {
    margin-top: -17.5rem !important;
  }
  .m-r-negative-175--lg {
    margin-right: -17.5rem !important;
  }
  .m-l-negative-175--lg {
    margin-left: -17.5rem !important;
  }
  .m-b-negative-175--lg {
    margin-bottom: -17.5rem !important;
  }
  .m-t-negative-180--lg {
    margin-top: -18rem !important;
  }
  .m-r-negative-180--lg {
    margin-right: -18rem !important;
  }
  .m-l-negative-180--lg {
    margin-left: -18rem !important;
  }
  .m-b-negative-180--lg {
    margin-bottom: -18rem !important;
  }
  .m-t-negative-185--lg {
    margin-top: -18.5rem !important;
  }
  .m-r-negative-185--lg {
    margin-right: -18.5rem !important;
  }
  .m-l-negative-185--lg {
    margin-left: -18.5rem !important;
  }
  .m-b-negative-185--lg {
    margin-bottom: -18.5rem !important;
  }
  .m-t-negative-190--lg {
    margin-top: -19rem !important;
  }
  .m-r-negative-190--lg {
    margin-right: -19rem !important;
  }
  .m-l-negative-190--lg {
    margin-left: -19rem !important;
  }
  .m-b-negative-190--lg {
    margin-bottom: -19rem !important;
  }
  .m-t-negative-195--lg {
    margin-top: -19.5rem !important;
  }
  .m-r-negative-195--lg {
    margin-right: -19.5rem !important;
  }
  .m-l-negative-195--lg {
    margin-left: -19.5rem !important;
  }
  .m-b-negative-195--lg {
    margin-bottom: -19.5rem !important;
  }
  .m-t-negative-200--lg {
    margin-top: -20rem !important;
  }
  .m-r-negative-200--lg {
    margin-right: -20rem !important;
  }
  .m-l-negative-200--lg {
    margin-left: -20rem !important;
  }
  .m-b-negative-200--lg {
    margin-bottom: -20rem !important;
  }
  .m-t-negative-205--lg {
    margin-top: -20.5rem !important;
  }
  .m-r-negative-205--lg {
    margin-right: -20.5rem !important;
  }
  .m-l-negative-205--lg {
    margin-left: -20.5rem !important;
  }
  .m-b-negative-205--lg {
    margin-bottom: -20.5rem !important;
  }
  .m-t-negative-210--lg {
    margin-top: -21rem !important;
  }
  .m-r-negative-210--lg {
    margin-right: -21rem !important;
  }
  .m-l-negative-210--lg {
    margin-left: -21rem !important;
  }
  .m-b-negative-210--lg {
    margin-bottom: -21rem !important;
  }
  .m-t-negative-215--lg {
    margin-top: -21.5rem !important;
  }
  .m-r-negative-215--lg {
    margin-right: -21.5rem !important;
  }
  .m-l-negative-215--lg {
    margin-left: -21.5rem !important;
  }
  .m-b-negative-215--lg {
    margin-bottom: -21.5rem !important;
  }
  .m-t-negative-220--lg {
    margin-top: -22rem !important;
  }
  .m-r-negative-220--lg {
    margin-right: -22rem !important;
  }
  .m-l-negative-220--lg {
    margin-left: -22rem !important;
  }
  .m-b-negative-220--lg {
    margin-bottom: -22rem !important;
  }
  .m-t-negative-225--lg {
    margin-top: -22.5rem !important;
  }
  .m-r-negative-225--lg {
    margin-right: -22.5rem !important;
  }
  .m-l-negative-225--lg {
    margin-left: -22.5rem !important;
  }
  .m-b-negative-225--lg {
    margin-bottom: -22.5rem !important;
  }
  .m-t-negative-230--lg {
    margin-top: -23rem !important;
  }
  .m-r-negative-230--lg {
    margin-right: -23rem !important;
  }
  .m-l-negative-230--lg {
    margin-left: -23rem !important;
  }
  .m-b-negative-230--lg {
    margin-bottom: -23rem !important;
  }
  .m-t-negative-235--lg {
    margin-top: -23.5rem !important;
  }
  .m-r-negative-235--lg {
    margin-right: -23.5rem !important;
  }
  .m-l-negative-235--lg {
    margin-left: -23.5rem !important;
  }
  .m-b-negative-235--lg {
    margin-bottom: -23.5rem !important;
  }
  .m-t-negative-240--lg {
    margin-top: -24rem !important;
  }
  .m-r-negative-240--lg {
    margin-right: -24rem !important;
  }
  .m-l-negative-240--lg {
    margin-left: -24rem !important;
  }
  .m-b-negative-240--lg {
    margin-bottom: -24rem !important;
  }
  .m-t-negative-245--lg {
    margin-top: -24.5rem !important;
  }
  .m-r-negative-245--lg {
    margin-right: -24.5rem !important;
  }
  .m-l-negative-245--lg {
    margin-left: -24.5rem !important;
  }
  .m-b-negative-245--lg {
    margin-bottom: -24.5rem !important;
  }
  .m-t-negative-250--lg {
    margin-top: -25rem !important;
  }
  .m-r-negative-250--lg {
    margin-right: -25rem !important;
  }
  .m-l-negative-250--lg {
    margin-left: -25rem !important;
  }
  .m-b-negative-250--lg {
    margin-bottom: -25rem !important;
  }
  .p-t-0--lg {
    padding-top: 0rem !important;
  }
  .p-r-0--lg {
    padding-right: 0rem !important;
  }
  .p-l-0--lg {
    padding-left: 0rem !important;
  }
  .p-b-0--lg {
    padding-bottom: 0rem !important;
  }
  .p-t-5--lg {
    padding-top: 0.5rem !important;
  }
  .p-r-5--lg {
    padding-right: 0.5rem !important;
  }
  .p-l-5--lg {
    padding-left: 0.5rem !important;
  }
  .p-b-5--lg {
    padding-bottom: 0.5rem !important;
  }
  .p-t-10--lg {
    padding-top: 1rem !important;
  }
  .p-r-10--lg {
    padding-right: 1rem !important;
  }
  .p-l-10--lg {
    padding-left: 1rem !important;
  }
  .p-b-10--lg {
    padding-bottom: 1rem !important;
  }
  .p-t-15--lg {
    padding-top: 1.5rem !important;
  }
  .p-r-15--lg {
    padding-right: 1.5rem !important;
  }
  .p-l-15--lg {
    padding-left: 1.5rem !important;
  }
  .p-b-15--lg {
    padding-bottom: 1.5rem !important;
  }
  .p-t-20--lg {
    padding-top: 2rem !important;
  }
  .p-r-20--lg {
    padding-right: 2rem !important;
  }
  .p-l-20--lg {
    padding-left: 2rem !important;
  }
  .p-b-20--lg {
    padding-bottom: 2rem !important;
  }
  .p-t-25--lg {
    padding-top: 2.5rem !important;
  }
  .p-r-25--lg {
    padding-right: 2.5rem !important;
  }
  .p-l-25--lg {
    padding-left: 2.5rem !important;
  }
  .p-b-25--lg {
    padding-bottom: 2.5rem !important;
  }
  .p-t-30--lg {
    padding-top: 3rem !important;
  }
  .p-r-30--lg {
    padding-right: 3rem !important;
  }
  .p-l-30--lg {
    padding-left: 3rem !important;
  }
  .p-b-30--lg {
    padding-bottom: 3rem !important;
  }
  .p-t-35--lg {
    padding-top: 3.5rem !important;
  }
  .p-r-35--lg {
    padding-right: 3.5rem !important;
  }
  .p-l-35--lg {
    padding-left: 3.5rem !important;
  }
  .p-b-35--lg {
    padding-bottom: 3.5rem !important;
  }
  .p-t-40--lg {
    padding-top: 4rem !important;
  }
  .p-r-40--lg {
    padding-right: 4rem !important;
  }
  .p-l-40--lg {
    padding-left: 4rem !important;
  }
  .p-b-40--lg {
    padding-bottom: 4rem !important;
  }
  .p-t-45--lg {
    padding-top: 4.5rem !important;
  }
  .p-r-45--lg {
    padding-right: 4.5rem !important;
  }
  .p-l-45--lg {
    padding-left: 4.5rem !important;
  }
  .p-b-45--lg {
    padding-bottom: 4.5rem !important;
  }
  .p-t-50--lg {
    padding-top: 5rem !important;
  }
  .p-r-50--lg {
    padding-right: 5rem !important;
  }
  .p-l-50--lg {
    padding-left: 5rem !important;
  }
  .p-b-50--lg {
    padding-bottom: 5rem !important;
  }
  .p-t-55--lg {
    padding-top: 5.5rem !important;
  }
  .p-r-55--lg {
    padding-right: 5.5rem !important;
  }
  .p-l-55--lg {
    padding-left: 5.5rem !important;
  }
  .p-b-55--lg {
    padding-bottom: 5.5rem !important;
  }
  .p-t-60--lg {
    padding-top: 6rem !important;
  }
  .p-r-60--lg {
    padding-right: 6rem !important;
  }
  .p-l-60--lg {
    padding-left: 6rem !important;
  }
  .p-b-60--lg {
    padding-bottom: 6rem !important;
  }
  .p-t-65--lg {
    padding-top: 6.5rem !important;
  }
  .p-r-65--lg {
    padding-right: 6.5rem !important;
  }
  .p-l-65--lg {
    padding-left: 6.5rem !important;
  }
  .p-b-65--lg {
    padding-bottom: 6.5rem !important;
  }
  .p-t-70--lg {
    padding-top: 7rem !important;
  }
  .p-r-70--lg {
    padding-right: 7rem !important;
  }
  .p-l-70--lg {
    padding-left: 7rem !important;
  }
  .p-b-70--lg {
    padding-bottom: 7rem !important;
  }
  .p-t-75--lg {
    padding-top: 7.5rem !important;
  }
  .p-r-75--lg {
    padding-right: 7.5rem !important;
  }
  .p-l-75--lg {
    padding-left: 7.5rem !important;
  }
  .p-b-75--lg {
    padding-bottom: 7.5rem !important;
  }
  .p-t-80--lg {
    padding-top: 8rem !important;
  }
  .p-r-80--lg {
    padding-right: 8rem !important;
  }
  .p-l-80--lg {
    padding-left: 8rem !important;
  }
  .p-b-80--lg {
    padding-bottom: 8rem !important;
  }
  .p-t-85--lg {
    padding-top: 8.5rem !important;
  }
  .p-r-85--lg {
    padding-right: 8.5rem !important;
  }
  .p-l-85--lg {
    padding-left: 8.5rem !important;
  }
  .p-b-85--lg {
    padding-bottom: 8.5rem !important;
  }
  .p-t-90--lg {
    padding-top: 9rem !important;
  }
  .p-r-90--lg {
    padding-right: 9rem !important;
  }
  .p-l-90--lg {
    padding-left: 9rem !important;
  }
  .p-b-90--lg {
    padding-bottom: 9rem !important;
  }
  .p-t-95--lg {
    padding-top: 9.5rem !important;
  }
  .p-r-95--lg {
    padding-right: 9.5rem !important;
  }
  .p-l-95--lg {
    padding-left: 9.5rem !important;
  }
  .p-b-95--lg {
    padding-bottom: 9.5rem !important;
  }
  .p-t-100--lg {
    padding-top: 10rem !important;
  }
  .p-r-100--lg {
    padding-right: 10rem !important;
  }
  .p-l-100--lg {
    padding-left: 10rem !important;
  }
  .p-b-100--lg {
    padding-bottom: 10rem !important;
  }
  .p-t-105--lg {
    padding-top: 10.5rem !important;
  }
  .p-r-105--lg {
    padding-right: 10.5rem !important;
  }
  .p-l-105--lg {
    padding-left: 10.5rem !important;
  }
  .p-b-105--lg {
    padding-bottom: 10.5rem !important;
  }
  .p-t-110--lg {
    padding-top: 11rem !important;
  }
  .p-r-110--lg {
    padding-right: 11rem !important;
  }
  .p-l-110--lg {
    padding-left: 11rem !important;
  }
  .p-b-110--lg {
    padding-bottom: 11rem !important;
  }
  .p-t-115--lg {
    padding-top: 11.5rem !important;
  }
  .p-r-115--lg {
    padding-right: 11.5rem !important;
  }
  .p-l-115--lg {
    padding-left: 11.5rem !important;
  }
  .p-b-115--lg {
    padding-bottom: 11.5rem !important;
  }
  .p-t-120--lg {
    padding-top: 12rem !important;
  }
  .p-r-120--lg {
    padding-right: 12rem !important;
  }
  .p-l-120--lg {
    padding-left: 12rem !important;
  }
  .p-b-120--lg {
    padding-bottom: 12rem !important;
  }
  .p-t-125--lg {
    padding-top: 12.5rem !important;
  }
  .p-r-125--lg {
    padding-right: 12.5rem !important;
  }
  .p-l-125--lg {
    padding-left: 12.5rem !important;
  }
  .p-b-125--lg {
    padding-bottom: 12.5rem !important;
  }
  .p-t-130--lg {
    padding-top: 13rem !important;
  }
  .p-r-130--lg {
    padding-right: 13rem !important;
  }
  .p-l-130--lg {
    padding-left: 13rem !important;
  }
  .p-b-130--lg {
    padding-bottom: 13rem !important;
  }
  .p-t-135--lg {
    padding-top: 13.5rem !important;
  }
  .p-r-135--lg {
    padding-right: 13.5rem !important;
  }
  .p-l-135--lg {
    padding-left: 13.5rem !important;
  }
  .p-b-135--lg {
    padding-bottom: 13.5rem !important;
  }
  .p-t-140--lg {
    padding-top: 14rem !important;
  }
  .p-r-140--lg {
    padding-right: 14rem !important;
  }
  .p-l-140--lg {
    padding-left: 14rem !important;
  }
  .p-b-140--lg {
    padding-bottom: 14rem !important;
  }
  .p-t-145--lg {
    padding-top: 14.5rem !important;
  }
  .p-r-145--lg {
    padding-right: 14.5rem !important;
  }
  .p-l-145--lg {
    padding-left: 14.5rem !important;
  }
  .p-b-145--lg {
    padding-bottom: 14.5rem !important;
  }
  .p-t-150--lg {
    padding-top: 15rem !important;
  }
  .p-r-150--lg {
    padding-right: 15rem !important;
  }
  .p-l-150--lg {
    padding-left: 15rem !important;
  }
  .p-b-150--lg {
    padding-bottom: 15rem !important;
  }
  .p-t-155--lg {
    padding-top: 15.5rem !important;
  }
  .p-r-155--lg {
    padding-right: 15.5rem !important;
  }
  .p-l-155--lg {
    padding-left: 15.5rem !important;
  }
  .p-b-155--lg {
    padding-bottom: 15.5rem !important;
  }
  .p-t-160--lg {
    padding-top: 16rem !important;
  }
  .p-r-160--lg {
    padding-right: 16rem !important;
  }
  .p-l-160--lg {
    padding-left: 16rem !important;
  }
  .p-b-160--lg {
    padding-bottom: 16rem !important;
  }
  .p-t-165--lg {
    padding-top: 16.5rem !important;
  }
  .p-r-165--lg {
    padding-right: 16.5rem !important;
  }
  .p-l-165--lg {
    padding-left: 16.5rem !important;
  }
  .p-b-165--lg {
    padding-bottom: 16.5rem !important;
  }
  .p-t-170--lg {
    padding-top: 17rem !important;
  }
  .p-r-170--lg {
    padding-right: 17rem !important;
  }
  .p-l-170--lg {
    padding-left: 17rem !important;
  }
  .p-b-170--lg {
    padding-bottom: 17rem !important;
  }
  .p-t-175--lg {
    padding-top: 17.5rem !important;
  }
  .p-r-175--lg {
    padding-right: 17.5rem !important;
  }
  .p-l-175--lg {
    padding-left: 17.5rem !important;
  }
  .p-b-175--lg {
    padding-bottom: 17.5rem !important;
  }
  .p-t-180--lg {
    padding-top: 18rem !important;
  }
  .p-r-180--lg {
    padding-right: 18rem !important;
  }
  .p-l-180--lg {
    padding-left: 18rem !important;
  }
  .p-b-180--lg {
    padding-bottom: 18rem !important;
  }
  .p-t-185--lg {
    padding-top: 18.5rem !important;
  }
  .p-r-185--lg {
    padding-right: 18.5rem !important;
  }
  .p-l-185--lg {
    padding-left: 18.5rem !important;
  }
  .p-b-185--lg {
    padding-bottom: 18.5rem !important;
  }
  .p-t-190--lg {
    padding-top: 19rem !important;
  }
  .p-r-190--lg {
    padding-right: 19rem !important;
  }
  .p-l-190--lg {
    padding-left: 19rem !important;
  }
  .p-b-190--lg {
    padding-bottom: 19rem !important;
  }
  .p-t-195--lg {
    padding-top: 19.5rem !important;
  }
  .p-r-195--lg {
    padding-right: 19.5rem !important;
  }
  .p-l-195--lg {
    padding-left: 19.5rem !important;
  }
  .p-b-195--lg {
    padding-bottom: 19.5rem !important;
  }
  .p-t-200--lg {
    padding-top: 20rem !important;
  }
  .p-r-200--lg {
    padding-right: 20rem !important;
  }
  .p-l-200--lg {
    padding-left: 20rem !important;
  }
  .p-b-200--lg {
    padding-bottom: 20rem !important;
  }
  .p-t-205--lg {
    padding-top: 20.5rem !important;
  }
  .p-r-205--lg {
    padding-right: 20.5rem !important;
  }
  .p-l-205--lg {
    padding-left: 20.5rem !important;
  }
  .p-b-205--lg {
    padding-bottom: 20.5rem !important;
  }
  .p-t-210--lg {
    padding-top: 21rem !important;
  }
  .p-r-210--lg {
    padding-right: 21rem !important;
  }
  .p-l-210--lg {
    padding-left: 21rem !important;
  }
  .p-b-210--lg {
    padding-bottom: 21rem !important;
  }
  .p-t-215--lg {
    padding-top: 21.5rem !important;
  }
  .p-r-215--lg {
    padding-right: 21.5rem !important;
  }
  .p-l-215--lg {
    padding-left: 21.5rem !important;
  }
  .p-b-215--lg {
    padding-bottom: 21.5rem !important;
  }
  .p-t-220--lg {
    padding-top: 22rem !important;
  }
  .p-r-220--lg {
    padding-right: 22rem !important;
  }
  .p-l-220--lg {
    padding-left: 22rem !important;
  }
  .p-b-220--lg {
    padding-bottom: 22rem !important;
  }
  .p-t-225--lg {
    padding-top: 22.5rem !important;
  }
  .p-r-225--lg {
    padding-right: 22.5rem !important;
  }
  .p-l-225--lg {
    padding-left: 22.5rem !important;
  }
  .p-b-225--lg {
    padding-bottom: 22.5rem !important;
  }
  .p-t-230--lg {
    padding-top: 23rem !important;
  }
  .p-r-230--lg {
    padding-right: 23rem !important;
  }
  .p-l-230--lg {
    padding-left: 23rem !important;
  }
  .p-b-230--lg {
    padding-bottom: 23rem !important;
  }
  .p-t-235--lg {
    padding-top: 23.5rem !important;
  }
  .p-r-235--lg {
    padding-right: 23.5rem !important;
  }
  .p-l-235--lg {
    padding-left: 23.5rem !important;
  }
  .p-b-235--lg {
    padding-bottom: 23.5rem !important;
  }
  .p-t-240--lg {
    padding-top: 24rem !important;
  }
  .p-r-240--lg {
    padding-right: 24rem !important;
  }
  .p-l-240--lg {
    padding-left: 24rem !important;
  }
  .p-b-240--lg {
    padding-bottom: 24rem !important;
  }
  .p-t-245--lg {
    padding-top: 24.5rem !important;
  }
  .p-r-245--lg {
    padding-right: 24.5rem !important;
  }
  .p-l-245--lg {
    padding-left: 24.5rem !important;
  }
  .p-b-245--lg {
    padding-bottom: 24.5rem !important;
  }
  .p-t-250--lg {
    padding-top: 25rem !important;
  }
  .p-r-250--lg {
    padding-right: 25rem !important;
  }
  .p-l-250--lg {
    padding-left: 25rem !important;
  }
  .p-b-250--lg {
    padding-bottom: 25rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .m-t-0--xl {
    margin-top: 0rem !important;
  }
  .m-r-0--xl {
    margin-right: 0rem !important;
  }
  .m-l-0--xl {
    margin-left: 0rem !important;
  }
  .m-b-0--xl {
    margin-bottom: 0rem !important;
  }
  .m-t-5--xl {
    margin-top: 0.5rem !important;
  }
  .m-r-5--xl {
    margin-right: 0.5rem !important;
  }
  .m-l-5--xl {
    margin-left: 0.5rem !important;
  }
  .m-b-5--xl {
    margin-bottom: 0.5rem !important;
  }
  .m-t-10--xl {
    margin-top: 1rem !important;
  }
  .m-r-10--xl {
    margin-right: 1rem !important;
  }
  .m-l-10--xl {
    margin-left: 1rem !important;
  }
  .m-b-10--xl {
    margin-bottom: 1rem !important;
  }
  .m-t-15--xl {
    margin-top: 1.5rem !important;
  }
  .m-r-15--xl {
    margin-right: 1.5rem !important;
  }
  .m-l-15--xl {
    margin-left: 1.5rem !important;
  }
  .m-b-15--xl {
    margin-bottom: 1.5rem !important;
  }
  .m-t-20--xl {
    margin-top: 2rem !important;
  }
  .m-r-20--xl {
    margin-right: 2rem !important;
  }
  .m-l-20--xl {
    margin-left: 2rem !important;
  }
  .m-b-20--xl {
    margin-bottom: 2rem !important;
  }
  .m-t-25--xl {
    margin-top: 2.5rem !important;
  }
  .m-r-25--xl {
    margin-right: 2.5rem !important;
  }
  .m-l-25--xl {
    margin-left: 2.5rem !important;
  }
  .m-b-25--xl {
    margin-bottom: 2.5rem !important;
  }
  .m-t-30--xl {
    margin-top: 3rem !important;
  }
  .m-r-30--xl {
    margin-right: 3rem !important;
  }
  .m-l-30--xl {
    margin-left: 3rem !important;
  }
  .m-b-30--xl {
    margin-bottom: 3rem !important;
  }
  .m-t-35--xl {
    margin-top: 3.5rem !important;
  }
  .m-r-35--xl {
    margin-right: 3.5rem !important;
  }
  .m-l-35--xl {
    margin-left: 3.5rem !important;
  }
  .m-b-35--xl {
    margin-bottom: 3.5rem !important;
  }
  .m-t-40--xl {
    margin-top: 4rem !important;
  }
  .m-r-40--xl {
    margin-right: 4rem !important;
  }
  .m-l-40--xl {
    margin-left: 4rem !important;
  }
  .m-b-40--xl {
    margin-bottom: 4rem !important;
  }
  .m-t-45--xl {
    margin-top: 4.5rem !important;
  }
  .m-r-45--xl {
    margin-right: 4.5rem !important;
  }
  .m-l-45--xl {
    margin-left: 4.5rem !important;
  }
  .m-b-45--xl {
    margin-bottom: 4.5rem !important;
  }
  .m-t-50--xl {
    margin-top: 5rem !important;
  }
  .m-r-50--xl {
    margin-right: 5rem !important;
  }
  .m-l-50--xl {
    margin-left: 5rem !important;
  }
  .m-b-50--xl {
    margin-bottom: 5rem !important;
  }
  .m-t-55--xl {
    margin-top: 5.5rem !important;
  }
  .m-r-55--xl {
    margin-right: 5.5rem !important;
  }
  .m-l-55--xl {
    margin-left: 5.5rem !important;
  }
  .m-b-55--xl {
    margin-bottom: 5.5rem !important;
  }
  .m-t-60--xl {
    margin-top: 6rem !important;
  }
  .m-r-60--xl {
    margin-right: 6rem !important;
  }
  .m-l-60--xl {
    margin-left: 6rem !important;
  }
  .m-b-60--xl {
    margin-bottom: 6rem !important;
  }
  .m-t-65--xl {
    margin-top: 6.5rem !important;
  }
  .m-r-65--xl {
    margin-right: 6.5rem !important;
  }
  .m-l-65--xl {
    margin-left: 6.5rem !important;
  }
  .m-b-65--xl {
    margin-bottom: 6.5rem !important;
  }
  .m-t-70--xl {
    margin-top: 7rem !important;
  }
  .m-r-70--xl {
    margin-right: 7rem !important;
  }
  .m-l-70--xl {
    margin-left: 7rem !important;
  }
  .m-b-70--xl {
    margin-bottom: 7rem !important;
  }
  .m-t-75--xl {
    margin-top: 7.5rem !important;
  }
  .m-r-75--xl {
    margin-right: 7.5rem !important;
  }
  .m-l-75--xl {
    margin-left: 7.5rem !important;
  }
  .m-b-75--xl {
    margin-bottom: 7.5rem !important;
  }
  .m-t-80--xl {
    margin-top: 8rem !important;
  }
  .m-r-80--xl {
    margin-right: 8rem !important;
  }
  .m-l-80--xl {
    margin-left: 8rem !important;
  }
  .m-b-80--xl {
    margin-bottom: 8rem !important;
  }
  .m-t-85--xl {
    margin-top: 8.5rem !important;
  }
  .m-r-85--xl {
    margin-right: 8.5rem !important;
  }
  .m-l-85--xl {
    margin-left: 8.5rem !important;
  }
  .m-b-85--xl {
    margin-bottom: 8.5rem !important;
  }
  .m-t-90--xl {
    margin-top: 9rem !important;
  }
  .m-r-90--xl {
    margin-right: 9rem !important;
  }
  .m-l-90--xl {
    margin-left: 9rem !important;
  }
  .m-b-90--xl {
    margin-bottom: 9rem !important;
  }
  .m-t-95--xl {
    margin-top: 9.5rem !important;
  }
  .m-r-95--xl {
    margin-right: 9.5rem !important;
  }
  .m-l-95--xl {
    margin-left: 9.5rem !important;
  }
  .m-b-95--xl {
    margin-bottom: 9.5rem !important;
  }
  .m-t-100--xl {
    margin-top: 10rem !important;
  }
  .m-r-100--xl {
    margin-right: 10rem !important;
  }
  .m-l-100--xl {
    margin-left: 10rem !important;
  }
  .m-b-100--xl {
    margin-bottom: 10rem !important;
  }
  .m-t-105--xl {
    margin-top: 10.5rem !important;
  }
  .m-r-105--xl {
    margin-right: 10.5rem !important;
  }
  .m-l-105--xl {
    margin-left: 10.5rem !important;
  }
  .m-b-105--xl {
    margin-bottom: 10.5rem !important;
  }
  .m-t-110--xl {
    margin-top: 11rem !important;
  }
  .m-r-110--xl {
    margin-right: 11rem !important;
  }
  .m-l-110--xl {
    margin-left: 11rem !important;
  }
  .m-b-110--xl {
    margin-bottom: 11rem !important;
  }
  .m-t-115--xl {
    margin-top: 11.5rem !important;
  }
  .m-r-115--xl {
    margin-right: 11.5rem !important;
  }
  .m-l-115--xl {
    margin-left: 11.5rem !important;
  }
  .m-b-115--xl {
    margin-bottom: 11.5rem !important;
  }
  .m-t-120--xl {
    margin-top: 12rem !important;
  }
  .m-r-120--xl {
    margin-right: 12rem !important;
  }
  .m-l-120--xl {
    margin-left: 12rem !important;
  }
  .m-b-120--xl {
    margin-bottom: 12rem !important;
  }
  .m-t-125--xl {
    margin-top: 12.5rem !important;
  }
  .m-r-125--xl {
    margin-right: 12.5rem !important;
  }
  .m-l-125--xl {
    margin-left: 12.5rem !important;
  }
  .m-b-125--xl {
    margin-bottom: 12.5rem !important;
  }
  .m-t-130--xl {
    margin-top: 13rem !important;
  }
  .m-r-130--xl {
    margin-right: 13rem !important;
  }
  .m-l-130--xl {
    margin-left: 13rem !important;
  }
  .m-b-130--xl {
    margin-bottom: 13rem !important;
  }
  .m-t-135--xl {
    margin-top: 13.5rem !important;
  }
  .m-r-135--xl {
    margin-right: 13.5rem !important;
  }
  .m-l-135--xl {
    margin-left: 13.5rem !important;
  }
  .m-b-135--xl {
    margin-bottom: 13.5rem !important;
  }
  .m-t-140--xl {
    margin-top: 14rem !important;
  }
  .m-r-140--xl {
    margin-right: 14rem !important;
  }
  .m-l-140--xl {
    margin-left: 14rem !important;
  }
  .m-b-140--xl {
    margin-bottom: 14rem !important;
  }
  .m-t-145--xl {
    margin-top: 14.5rem !important;
  }
  .m-r-145--xl {
    margin-right: 14.5rem !important;
  }
  .m-l-145--xl {
    margin-left: 14.5rem !important;
  }
  .m-b-145--xl {
    margin-bottom: 14.5rem !important;
  }
  .m-t-150--xl {
    margin-top: 15rem !important;
  }
  .m-r-150--xl {
    margin-right: 15rem !important;
  }
  .m-l-150--xl {
    margin-left: 15rem !important;
  }
  .m-b-150--xl {
    margin-bottom: 15rem !important;
  }
  .m-t-155--xl {
    margin-top: 15.5rem !important;
  }
  .m-r-155--xl {
    margin-right: 15.5rem !important;
  }
  .m-l-155--xl {
    margin-left: 15.5rem !important;
  }
  .m-b-155--xl {
    margin-bottom: 15.5rem !important;
  }
  .m-t-160--xl {
    margin-top: 16rem !important;
  }
  .m-r-160--xl {
    margin-right: 16rem !important;
  }
  .m-l-160--xl {
    margin-left: 16rem !important;
  }
  .m-b-160--xl {
    margin-bottom: 16rem !important;
  }
  .m-t-165--xl {
    margin-top: 16.5rem !important;
  }
  .m-r-165--xl {
    margin-right: 16.5rem !important;
  }
  .m-l-165--xl {
    margin-left: 16.5rem !important;
  }
  .m-b-165--xl {
    margin-bottom: 16.5rem !important;
  }
  .m-t-170--xl {
    margin-top: 17rem !important;
  }
  .m-r-170--xl {
    margin-right: 17rem !important;
  }
  .m-l-170--xl {
    margin-left: 17rem !important;
  }
  .m-b-170--xl {
    margin-bottom: 17rem !important;
  }
  .m-t-175--xl {
    margin-top: 17.5rem !important;
  }
  .m-r-175--xl {
    margin-right: 17.5rem !important;
  }
  .m-l-175--xl {
    margin-left: 17.5rem !important;
  }
  .m-b-175--xl {
    margin-bottom: 17.5rem !important;
  }
  .m-t-180--xl {
    margin-top: 18rem !important;
  }
  .m-r-180--xl {
    margin-right: 18rem !important;
  }
  .m-l-180--xl {
    margin-left: 18rem !important;
  }
  .m-b-180--xl {
    margin-bottom: 18rem !important;
  }
  .m-t-185--xl {
    margin-top: 18.5rem !important;
  }
  .m-r-185--xl {
    margin-right: 18.5rem !important;
  }
  .m-l-185--xl {
    margin-left: 18.5rem !important;
  }
  .m-b-185--xl {
    margin-bottom: 18.5rem !important;
  }
  .m-t-190--xl {
    margin-top: 19rem !important;
  }
  .m-r-190--xl {
    margin-right: 19rem !important;
  }
  .m-l-190--xl {
    margin-left: 19rem !important;
  }
  .m-b-190--xl {
    margin-bottom: 19rem !important;
  }
  .m-t-195--xl {
    margin-top: 19.5rem !important;
  }
  .m-r-195--xl {
    margin-right: 19.5rem !important;
  }
  .m-l-195--xl {
    margin-left: 19.5rem !important;
  }
  .m-b-195--xl {
    margin-bottom: 19.5rem !important;
  }
  .m-t-200--xl {
    margin-top: 20rem !important;
  }
  .m-r-200--xl {
    margin-right: 20rem !important;
  }
  .m-l-200--xl {
    margin-left: 20rem !important;
  }
  .m-b-200--xl {
    margin-bottom: 20rem !important;
  }
  .m-t-205--xl {
    margin-top: 20.5rem !important;
  }
  .m-r-205--xl {
    margin-right: 20.5rem !important;
  }
  .m-l-205--xl {
    margin-left: 20.5rem !important;
  }
  .m-b-205--xl {
    margin-bottom: 20.5rem !important;
  }
  .m-t-210--xl {
    margin-top: 21rem !important;
  }
  .m-r-210--xl {
    margin-right: 21rem !important;
  }
  .m-l-210--xl {
    margin-left: 21rem !important;
  }
  .m-b-210--xl {
    margin-bottom: 21rem !important;
  }
  .m-t-215--xl {
    margin-top: 21.5rem !important;
  }
  .m-r-215--xl {
    margin-right: 21.5rem !important;
  }
  .m-l-215--xl {
    margin-left: 21.5rem !important;
  }
  .m-b-215--xl {
    margin-bottom: 21.5rem !important;
  }
  .m-t-220--xl {
    margin-top: 22rem !important;
  }
  .m-r-220--xl {
    margin-right: 22rem !important;
  }
  .m-l-220--xl {
    margin-left: 22rem !important;
  }
  .m-b-220--xl {
    margin-bottom: 22rem !important;
  }
  .m-t-225--xl {
    margin-top: 22.5rem !important;
  }
  .m-r-225--xl {
    margin-right: 22.5rem !important;
  }
  .m-l-225--xl {
    margin-left: 22.5rem !important;
  }
  .m-b-225--xl {
    margin-bottom: 22.5rem !important;
  }
  .m-t-230--xl {
    margin-top: 23rem !important;
  }
  .m-r-230--xl {
    margin-right: 23rem !important;
  }
  .m-l-230--xl {
    margin-left: 23rem !important;
  }
  .m-b-230--xl {
    margin-bottom: 23rem !important;
  }
  .m-t-235--xl {
    margin-top: 23.5rem !important;
  }
  .m-r-235--xl {
    margin-right: 23.5rem !important;
  }
  .m-l-235--xl {
    margin-left: 23.5rem !important;
  }
  .m-b-235--xl {
    margin-bottom: 23.5rem !important;
  }
  .m-t-240--xl {
    margin-top: 24rem !important;
  }
  .m-r-240--xl {
    margin-right: 24rem !important;
  }
  .m-l-240--xl {
    margin-left: 24rem !important;
  }
  .m-b-240--xl {
    margin-bottom: 24rem !important;
  }
  .m-t-245--xl {
    margin-top: 24.5rem !important;
  }
  .m-r-245--xl {
    margin-right: 24.5rem !important;
  }
  .m-l-245--xl {
    margin-left: 24.5rem !important;
  }
  .m-b-245--xl {
    margin-bottom: 24.5rem !important;
  }
  .m-t-250--xl {
    margin-top: 25rem !important;
  }
  .m-r-250--xl {
    margin-right: 25rem !important;
  }
  .m-l-250--xl {
    margin-left: 25rem !important;
  }
  .m-b-250--xl {
    margin-bottom: 25rem !important;
  }
  .m-t-negative-0--xl {
    margin-top: 0rem !important;
  }
  .m-r-negative-0--xl {
    margin-right: 0rem !important;
  }
  .m-l-negative-0--xl {
    margin-left: 0rem !important;
  }
  .m-b-negative-0--xl {
    margin-bottom: 0rem !important;
  }
  .m-t-negative-5--xl {
    margin-top: -0.5rem !important;
  }
  .m-r-negative-5--xl {
    margin-right: -0.5rem !important;
  }
  .m-l-negative-5--xl {
    margin-left: -0.5rem !important;
  }
  .m-b-negative-5--xl {
    margin-bottom: -0.5rem !important;
  }
  .m-t-negative-10--xl {
    margin-top: -1rem !important;
  }
  .m-r-negative-10--xl {
    margin-right: -1rem !important;
  }
  .m-l-negative-10--xl {
    margin-left: -1rem !important;
  }
  .m-b-negative-10--xl {
    margin-bottom: -1rem !important;
  }
  .m-t-negative-15--xl {
    margin-top: -1.5rem !important;
  }
  .m-r-negative-15--xl {
    margin-right: -1.5rem !important;
  }
  .m-l-negative-15--xl {
    margin-left: -1.5rem !important;
  }
  .m-b-negative-15--xl {
    margin-bottom: -1.5rem !important;
  }
  .m-t-negative-20--xl {
    margin-top: -2rem !important;
  }
  .m-r-negative-20--xl {
    margin-right: -2rem !important;
  }
  .m-l-negative-20--xl {
    margin-left: -2rem !important;
  }
  .m-b-negative-20--xl {
    margin-bottom: -2rem !important;
  }
  .m-t-negative-25--xl {
    margin-top: -2.5rem !important;
  }
  .m-r-negative-25--xl {
    margin-right: -2.5rem !important;
  }
  .m-l-negative-25--xl {
    margin-left: -2.5rem !important;
  }
  .m-b-negative-25--xl {
    margin-bottom: -2.5rem !important;
  }
  .m-t-negative-30--xl {
    margin-top: -3rem !important;
  }
  .m-r-negative-30--xl {
    margin-right: -3rem !important;
  }
  .m-l-negative-30--xl {
    margin-left: -3rem !important;
  }
  .m-b-negative-30--xl {
    margin-bottom: -3rem !important;
  }
  .m-t-negative-35--xl {
    margin-top: -3.5rem !important;
  }
  .m-r-negative-35--xl {
    margin-right: -3.5rem !important;
  }
  .m-l-negative-35--xl {
    margin-left: -3.5rem !important;
  }
  .m-b-negative-35--xl {
    margin-bottom: -3.5rem !important;
  }
  .m-t-negative-40--xl {
    margin-top: -4rem !important;
  }
  .m-r-negative-40--xl {
    margin-right: -4rem !important;
  }
  .m-l-negative-40--xl {
    margin-left: -4rem !important;
  }
  .m-b-negative-40--xl {
    margin-bottom: -4rem !important;
  }
  .m-t-negative-45--xl {
    margin-top: -4.5rem !important;
  }
  .m-r-negative-45--xl {
    margin-right: -4.5rem !important;
  }
  .m-l-negative-45--xl {
    margin-left: -4.5rem !important;
  }
  .m-b-negative-45--xl {
    margin-bottom: -4.5rem !important;
  }
  .m-t-negative-50--xl {
    margin-top: -5rem !important;
  }
  .m-r-negative-50--xl {
    margin-right: -5rem !important;
  }
  .m-l-negative-50--xl {
    margin-left: -5rem !important;
  }
  .m-b-negative-50--xl {
    margin-bottom: -5rem !important;
  }
  .m-t-negative-55--xl {
    margin-top: -5.5rem !important;
  }
  .m-r-negative-55--xl {
    margin-right: -5.5rem !important;
  }
  .m-l-negative-55--xl {
    margin-left: -5.5rem !important;
  }
  .m-b-negative-55--xl {
    margin-bottom: -5.5rem !important;
  }
  .m-t-negative-60--xl {
    margin-top: -6rem !important;
  }
  .m-r-negative-60--xl {
    margin-right: -6rem !important;
  }
  .m-l-negative-60--xl {
    margin-left: -6rem !important;
  }
  .m-b-negative-60--xl {
    margin-bottom: -6rem !important;
  }
  .m-t-negative-65--xl {
    margin-top: -6.5rem !important;
  }
  .m-r-negative-65--xl {
    margin-right: -6.5rem !important;
  }
  .m-l-negative-65--xl {
    margin-left: -6.5rem !important;
  }
  .m-b-negative-65--xl {
    margin-bottom: -6.5rem !important;
  }
  .m-t-negative-70--xl {
    margin-top: -7rem !important;
  }
  .m-r-negative-70--xl {
    margin-right: -7rem !important;
  }
  .m-l-negative-70--xl {
    margin-left: -7rem !important;
  }
  .m-b-negative-70--xl {
    margin-bottom: -7rem !important;
  }
  .m-t-negative-75--xl {
    margin-top: -7.5rem !important;
  }
  .m-r-negative-75--xl {
    margin-right: -7.5rem !important;
  }
  .m-l-negative-75--xl {
    margin-left: -7.5rem !important;
  }
  .m-b-negative-75--xl {
    margin-bottom: -7.5rem !important;
  }
  .m-t-negative-80--xl {
    margin-top: -8rem !important;
  }
  .m-r-negative-80--xl {
    margin-right: -8rem !important;
  }
  .m-l-negative-80--xl {
    margin-left: -8rem !important;
  }
  .m-b-negative-80--xl {
    margin-bottom: -8rem !important;
  }
  .m-t-negative-85--xl {
    margin-top: -8.5rem !important;
  }
  .m-r-negative-85--xl {
    margin-right: -8.5rem !important;
  }
  .m-l-negative-85--xl {
    margin-left: -8.5rem !important;
  }
  .m-b-negative-85--xl {
    margin-bottom: -8.5rem !important;
  }
  .m-t-negative-90--xl {
    margin-top: -9rem !important;
  }
  .m-r-negative-90--xl {
    margin-right: -9rem !important;
  }
  .m-l-negative-90--xl {
    margin-left: -9rem !important;
  }
  .m-b-negative-90--xl {
    margin-bottom: -9rem !important;
  }
  .m-t-negative-95--xl {
    margin-top: -9.5rem !important;
  }
  .m-r-negative-95--xl {
    margin-right: -9.5rem !important;
  }
  .m-l-negative-95--xl {
    margin-left: -9.5rem !important;
  }
  .m-b-negative-95--xl {
    margin-bottom: -9.5rem !important;
  }
  .m-t-negative-100--xl {
    margin-top: -10rem !important;
  }
  .m-r-negative-100--xl {
    margin-right: -10rem !important;
  }
  .m-l-negative-100--xl {
    margin-left: -10rem !important;
  }
  .m-b-negative-100--xl {
    margin-bottom: -10rem !important;
  }
  .m-t-negative-105--xl {
    margin-top: -10.5rem !important;
  }
  .m-r-negative-105--xl {
    margin-right: -10.5rem !important;
  }
  .m-l-negative-105--xl {
    margin-left: -10.5rem !important;
  }
  .m-b-negative-105--xl {
    margin-bottom: -10.5rem !important;
  }
  .m-t-negative-110--xl {
    margin-top: -11rem !important;
  }
  .m-r-negative-110--xl {
    margin-right: -11rem !important;
  }
  .m-l-negative-110--xl {
    margin-left: -11rem !important;
  }
  .m-b-negative-110--xl {
    margin-bottom: -11rem !important;
  }
  .m-t-negative-115--xl {
    margin-top: -11.5rem !important;
  }
  .m-r-negative-115--xl {
    margin-right: -11.5rem !important;
  }
  .m-l-negative-115--xl {
    margin-left: -11.5rem !important;
  }
  .m-b-negative-115--xl {
    margin-bottom: -11.5rem !important;
  }
  .m-t-negative-120--xl {
    margin-top: -12rem !important;
  }
  .m-r-negative-120--xl {
    margin-right: -12rem !important;
  }
  .m-l-negative-120--xl {
    margin-left: -12rem !important;
  }
  .m-b-negative-120--xl {
    margin-bottom: -12rem !important;
  }
  .m-t-negative-125--xl {
    margin-top: -12.5rem !important;
  }
  .m-r-negative-125--xl {
    margin-right: -12.5rem !important;
  }
  .m-l-negative-125--xl {
    margin-left: -12.5rem !important;
  }
  .m-b-negative-125--xl {
    margin-bottom: -12.5rem !important;
  }
  .m-t-negative-130--xl {
    margin-top: -13rem !important;
  }
  .m-r-negative-130--xl {
    margin-right: -13rem !important;
  }
  .m-l-negative-130--xl {
    margin-left: -13rem !important;
  }
  .m-b-negative-130--xl {
    margin-bottom: -13rem !important;
  }
  .m-t-negative-135--xl {
    margin-top: -13.5rem !important;
  }
  .m-r-negative-135--xl {
    margin-right: -13.5rem !important;
  }
  .m-l-negative-135--xl {
    margin-left: -13.5rem !important;
  }
  .m-b-negative-135--xl {
    margin-bottom: -13.5rem !important;
  }
  .m-t-negative-140--xl {
    margin-top: -14rem !important;
  }
  .m-r-negative-140--xl {
    margin-right: -14rem !important;
  }
  .m-l-negative-140--xl {
    margin-left: -14rem !important;
  }
  .m-b-negative-140--xl {
    margin-bottom: -14rem !important;
  }
  .m-t-negative-145--xl {
    margin-top: -14.5rem !important;
  }
  .m-r-negative-145--xl {
    margin-right: -14.5rem !important;
  }
  .m-l-negative-145--xl {
    margin-left: -14.5rem !important;
  }
  .m-b-negative-145--xl {
    margin-bottom: -14.5rem !important;
  }
  .m-t-negative-150--xl {
    margin-top: -15rem !important;
  }
  .m-r-negative-150--xl {
    margin-right: -15rem !important;
  }
  .m-l-negative-150--xl {
    margin-left: -15rem !important;
  }
  .m-b-negative-150--xl {
    margin-bottom: -15rem !important;
  }
  .m-t-negative-155--xl {
    margin-top: -15.5rem !important;
  }
  .m-r-negative-155--xl {
    margin-right: -15.5rem !important;
  }
  .m-l-negative-155--xl {
    margin-left: -15.5rem !important;
  }
  .m-b-negative-155--xl {
    margin-bottom: -15.5rem !important;
  }
  .m-t-negative-160--xl {
    margin-top: -16rem !important;
  }
  .m-r-negative-160--xl {
    margin-right: -16rem !important;
  }
  .m-l-negative-160--xl {
    margin-left: -16rem !important;
  }
  .m-b-negative-160--xl {
    margin-bottom: -16rem !important;
  }
  .m-t-negative-165--xl {
    margin-top: -16.5rem !important;
  }
  .m-r-negative-165--xl {
    margin-right: -16.5rem !important;
  }
  .m-l-negative-165--xl {
    margin-left: -16.5rem !important;
  }
  .m-b-negative-165--xl {
    margin-bottom: -16.5rem !important;
  }
  .m-t-negative-170--xl {
    margin-top: -17rem !important;
  }
  .m-r-negative-170--xl {
    margin-right: -17rem !important;
  }
  .m-l-negative-170--xl {
    margin-left: -17rem !important;
  }
  .m-b-negative-170--xl {
    margin-bottom: -17rem !important;
  }
  .m-t-negative-175--xl {
    margin-top: -17.5rem !important;
  }
  .m-r-negative-175--xl {
    margin-right: -17.5rem !important;
  }
  .m-l-negative-175--xl {
    margin-left: -17.5rem !important;
  }
  .m-b-negative-175--xl {
    margin-bottom: -17.5rem !important;
  }
  .m-t-negative-180--xl {
    margin-top: -18rem !important;
  }
  .m-r-negative-180--xl {
    margin-right: -18rem !important;
  }
  .m-l-negative-180--xl {
    margin-left: -18rem !important;
  }
  .m-b-negative-180--xl {
    margin-bottom: -18rem !important;
  }
  .m-t-negative-185--xl {
    margin-top: -18.5rem !important;
  }
  .m-r-negative-185--xl {
    margin-right: -18.5rem !important;
  }
  .m-l-negative-185--xl {
    margin-left: -18.5rem !important;
  }
  .m-b-negative-185--xl {
    margin-bottom: -18.5rem !important;
  }
  .m-t-negative-190--xl {
    margin-top: -19rem !important;
  }
  .m-r-negative-190--xl {
    margin-right: -19rem !important;
  }
  .m-l-negative-190--xl {
    margin-left: -19rem !important;
  }
  .m-b-negative-190--xl {
    margin-bottom: -19rem !important;
  }
  .m-t-negative-195--xl {
    margin-top: -19.5rem !important;
  }
  .m-r-negative-195--xl {
    margin-right: -19.5rem !important;
  }
  .m-l-negative-195--xl {
    margin-left: -19.5rem !important;
  }
  .m-b-negative-195--xl {
    margin-bottom: -19.5rem !important;
  }
  .m-t-negative-200--xl {
    margin-top: -20rem !important;
  }
  .m-r-negative-200--xl {
    margin-right: -20rem !important;
  }
  .m-l-negative-200--xl {
    margin-left: -20rem !important;
  }
  .m-b-negative-200--xl {
    margin-bottom: -20rem !important;
  }
  .m-t-negative-205--xl {
    margin-top: -20.5rem !important;
  }
  .m-r-negative-205--xl {
    margin-right: -20.5rem !important;
  }
  .m-l-negative-205--xl {
    margin-left: -20.5rem !important;
  }
  .m-b-negative-205--xl {
    margin-bottom: -20.5rem !important;
  }
  .m-t-negative-210--xl {
    margin-top: -21rem !important;
  }
  .m-r-negative-210--xl {
    margin-right: -21rem !important;
  }
  .m-l-negative-210--xl {
    margin-left: -21rem !important;
  }
  .m-b-negative-210--xl {
    margin-bottom: -21rem !important;
  }
  .m-t-negative-215--xl {
    margin-top: -21.5rem !important;
  }
  .m-r-negative-215--xl {
    margin-right: -21.5rem !important;
  }
  .m-l-negative-215--xl {
    margin-left: -21.5rem !important;
  }
  .m-b-negative-215--xl {
    margin-bottom: -21.5rem !important;
  }
  .m-t-negative-220--xl {
    margin-top: -22rem !important;
  }
  .m-r-negative-220--xl {
    margin-right: -22rem !important;
  }
  .m-l-negative-220--xl {
    margin-left: -22rem !important;
  }
  .m-b-negative-220--xl {
    margin-bottom: -22rem !important;
  }
  .m-t-negative-225--xl {
    margin-top: -22.5rem !important;
  }
  .m-r-negative-225--xl {
    margin-right: -22.5rem !important;
  }
  .m-l-negative-225--xl {
    margin-left: -22.5rem !important;
  }
  .m-b-negative-225--xl {
    margin-bottom: -22.5rem !important;
  }
  .m-t-negative-230--xl {
    margin-top: -23rem !important;
  }
  .m-r-negative-230--xl {
    margin-right: -23rem !important;
  }
  .m-l-negative-230--xl {
    margin-left: -23rem !important;
  }
  .m-b-negative-230--xl {
    margin-bottom: -23rem !important;
  }
  .m-t-negative-235--xl {
    margin-top: -23.5rem !important;
  }
  .m-r-negative-235--xl {
    margin-right: -23.5rem !important;
  }
  .m-l-negative-235--xl {
    margin-left: -23.5rem !important;
  }
  .m-b-negative-235--xl {
    margin-bottom: -23.5rem !important;
  }
  .m-t-negative-240--xl {
    margin-top: -24rem !important;
  }
  .m-r-negative-240--xl {
    margin-right: -24rem !important;
  }
  .m-l-negative-240--xl {
    margin-left: -24rem !important;
  }
  .m-b-negative-240--xl {
    margin-bottom: -24rem !important;
  }
  .m-t-negative-245--xl {
    margin-top: -24.5rem !important;
  }
  .m-r-negative-245--xl {
    margin-right: -24.5rem !important;
  }
  .m-l-negative-245--xl {
    margin-left: -24.5rem !important;
  }
  .m-b-negative-245--xl {
    margin-bottom: -24.5rem !important;
  }
  .m-t-negative-250--xl {
    margin-top: -25rem !important;
  }
  .m-r-negative-250--xl {
    margin-right: -25rem !important;
  }
  .m-l-negative-250--xl {
    margin-left: -25rem !important;
  }
  .m-b-negative-250--xl {
    margin-bottom: -25rem !important;
  }
  .p-t-0--xl {
    padding-top: 0rem !important;
  }
  .p-r-0--xl {
    padding-right: 0rem !important;
  }
  .p-l-0--xl {
    padding-left: 0rem !important;
  }
  .p-b-0--xl {
    padding-bottom: 0rem !important;
  }
  .p-t-5--xl {
    padding-top: 0.5rem !important;
  }
  .p-r-5--xl {
    padding-right: 0.5rem !important;
  }
  .p-l-5--xl {
    padding-left: 0.5rem !important;
  }
  .p-b-5--xl {
    padding-bottom: 0.5rem !important;
  }
  .p-t-10--xl {
    padding-top: 1rem !important;
  }
  .p-r-10--xl {
    padding-right: 1rem !important;
  }
  .p-l-10--xl {
    padding-left: 1rem !important;
  }
  .p-b-10--xl {
    padding-bottom: 1rem !important;
  }
  .p-t-15--xl {
    padding-top: 1.5rem !important;
  }
  .p-r-15--xl {
    padding-right: 1.5rem !important;
  }
  .p-l-15--xl {
    padding-left: 1.5rem !important;
  }
  .p-b-15--xl {
    padding-bottom: 1.5rem !important;
  }
  .p-t-20--xl {
    padding-top: 2rem !important;
  }
  .p-r-20--xl {
    padding-right: 2rem !important;
  }
  .p-l-20--xl {
    padding-left: 2rem !important;
  }
  .p-b-20--xl {
    padding-bottom: 2rem !important;
  }
  .p-t-25--xl {
    padding-top: 2.5rem !important;
  }
  .p-r-25--xl {
    padding-right: 2.5rem !important;
  }
  .p-l-25--xl {
    padding-left: 2.5rem !important;
  }
  .p-b-25--xl {
    padding-bottom: 2.5rem !important;
  }
  .p-t-30--xl {
    padding-top: 3rem !important;
  }
  .p-r-30--xl {
    padding-right: 3rem !important;
  }
  .p-l-30--xl {
    padding-left: 3rem !important;
  }
  .p-b-30--xl {
    padding-bottom: 3rem !important;
  }
  .p-t-35--xl {
    padding-top: 3.5rem !important;
  }
  .p-r-35--xl {
    padding-right: 3.5rem !important;
  }
  .p-l-35--xl {
    padding-left: 3.5rem !important;
  }
  .p-b-35--xl {
    padding-bottom: 3.5rem !important;
  }
  .p-t-40--xl {
    padding-top: 4rem !important;
  }
  .p-r-40--xl {
    padding-right: 4rem !important;
  }
  .p-l-40--xl {
    padding-left: 4rem !important;
  }
  .p-b-40--xl {
    padding-bottom: 4rem !important;
  }
  .p-t-45--xl {
    padding-top: 4.5rem !important;
  }
  .p-r-45--xl {
    padding-right: 4.5rem !important;
  }
  .p-l-45--xl {
    padding-left: 4.5rem !important;
  }
  .p-b-45--xl {
    padding-bottom: 4.5rem !important;
  }
  .p-t-50--xl {
    padding-top: 5rem !important;
  }
  .p-r-50--xl {
    padding-right: 5rem !important;
  }
  .p-l-50--xl {
    padding-left: 5rem !important;
  }
  .p-b-50--xl {
    padding-bottom: 5rem !important;
  }
  .p-t-55--xl {
    padding-top: 5.5rem !important;
  }
  .p-r-55--xl {
    padding-right: 5.5rem !important;
  }
  .p-l-55--xl {
    padding-left: 5.5rem !important;
  }
  .p-b-55--xl {
    padding-bottom: 5.5rem !important;
  }
  .p-t-60--xl {
    padding-top: 6rem !important;
  }
  .p-r-60--xl {
    padding-right: 6rem !important;
  }
  .p-l-60--xl {
    padding-left: 6rem !important;
  }
  .p-b-60--xl {
    padding-bottom: 6rem !important;
  }
  .p-t-65--xl {
    padding-top: 6.5rem !important;
  }
  .p-r-65--xl {
    padding-right: 6.5rem !important;
  }
  .p-l-65--xl {
    padding-left: 6.5rem !important;
  }
  .p-b-65--xl {
    padding-bottom: 6.5rem !important;
  }
  .p-t-70--xl {
    padding-top: 7rem !important;
  }
  .p-r-70--xl {
    padding-right: 7rem !important;
  }
  .p-l-70--xl {
    padding-left: 7rem !important;
  }
  .p-b-70--xl {
    padding-bottom: 7rem !important;
  }
  .p-t-75--xl {
    padding-top: 7.5rem !important;
  }
  .p-r-75--xl {
    padding-right: 7.5rem !important;
  }
  .p-l-75--xl {
    padding-left: 7.5rem !important;
  }
  .p-b-75--xl {
    padding-bottom: 7.5rem !important;
  }
  .p-t-80--xl {
    padding-top: 8rem !important;
  }
  .p-r-80--xl {
    padding-right: 8rem !important;
  }
  .p-l-80--xl {
    padding-left: 8rem !important;
  }
  .p-b-80--xl {
    padding-bottom: 8rem !important;
  }
  .p-t-85--xl {
    padding-top: 8.5rem !important;
  }
  .p-r-85--xl {
    padding-right: 8.5rem !important;
  }
  .p-l-85--xl {
    padding-left: 8.5rem !important;
  }
  .p-b-85--xl {
    padding-bottom: 8.5rem !important;
  }
  .p-t-90--xl {
    padding-top: 9rem !important;
  }
  .p-r-90--xl {
    padding-right: 9rem !important;
  }
  .p-l-90--xl {
    padding-left: 9rem !important;
  }
  .p-b-90--xl {
    padding-bottom: 9rem !important;
  }
  .p-t-95--xl {
    padding-top: 9.5rem !important;
  }
  .p-r-95--xl {
    padding-right: 9.5rem !important;
  }
  .p-l-95--xl {
    padding-left: 9.5rem !important;
  }
  .p-b-95--xl {
    padding-bottom: 9.5rem !important;
  }
  .p-t-100--xl {
    padding-top: 10rem !important;
  }
  .p-r-100--xl {
    padding-right: 10rem !important;
  }
  .p-l-100--xl {
    padding-left: 10rem !important;
  }
  .p-b-100--xl {
    padding-bottom: 10rem !important;
  }
  .p-t-105--xl {
    padding-top: 10.5rem !important;
  }
  .p-r-105--xl {
    padding-right: 10.5rem !important;
  }
  .p-l-105--xl {
    padding-left: 10.5rem !important;
  }
  .p-b-105--xl {
    padding-bottom: 10.5rem !important;
  }
  .p-t-110--xl {
    padding-top: 11rem !important;
  }
  .p-r-110--xl {
    padding-right: 11rem !important;
  }
  .p-l-110--xl {
    padding-left: 11rem !important;
  }
  .p-b-110--xl {
    padding-bottom: 11rem !important;
  }
  .p-t-115--xl {
    padding-top: 11.5rem !important;
  }
  .p-r-115--xl {
    padding-right: 11.5rem !important;
  }
  .p-l-115--xl {
    padding-left: 11.5rem !important;
  }
  .p-b-115--xl {
    padding-bottom: 11.5rem !important;
  }
  .p-t-120--xl {
    padding-top: 12rem !important;
  }
  .p-r-120--xl {
    padding-right: 12rem !important;
  }
  .p-l-120--xl {
    padding-left: 12rem !important;
  }
  .p-b-120--xl {
    padding-bottom: 12rem !important;
  }
  .p-t-125--xl {
    padding-top: 12.5rem !important;
  }
  .p-r-125--xl {
    padding-right: 12.5rem !important;
  }
  .p-l-125--xl {
    padding-left: 12.5rem !important;
  }
  .p-b-125--xl {
    padding-bottom: 12.5rem !important;
  }
  .p-t-130--xl {
    padding-top: 13rem !important;
  }
  .p-r-130--xl {
    padding-right: 13rem !important;
  }
  .p-l-130--xl {
    padding-left: 13rem !important;
  }
  .p-b-130--xl {
    padding-bottom: 13rem !important;
  }
  .p-t-135--xl {
    padding-top: 13.5rem !important;
  }
  .p-r-135--xl {
    padding-right: 13.5rem !important;
  }
  .p-l-135--xl {
    padding-left: 13.5rem !important;
  }
  .p-b-135--xl {
    padding-bottom: 13.5rem !important;
  }
  .p-t-140--xl {
    padding-top: 14rem !important;
  }
  .p-r-140--xl {
    padding-right: 14rem !important;
  }
  .p-l-140--xl {
    padding-left: 14rem !important;
  }
  .p-b-140--xl {
    padding-bottom: 14rem !important;
  }
  .p-t-145--xl {
    padding-top: 14.5rem !important;
  }
  .p-r-145--xl {
    padding-right: 14.5rem !important;
  }
  .p-l-145--xl {
    padding-left: 14.5rem !important;
  }
  .p-b-145--xl {
    padding-bottom: 14.5rem !important;
  }
  .p-t-150--xl {
    padding-top: 15rem !important;
  }
  .p-r-150--xl {
    padding-right: 15rem !important;
  }
  .p-l-150--xl {
    padding-left: 15rem !important;
  }
  .p-b-150--xl {
    padding-bottom: 15rem !important;
  }
  .p-t-155--xl {
    padding-top: 15.5rem !important;
  }
  .p-r-155--xl {
    padding-right: 15.5rem !important;
  }
  .p-l-155--xl {
    padding-left: 15.5rem !important;
  }
  .p-b-155--xl {
    padding-bottom: 15.5rem !important;
  }
  .p-t-160--xl {
    padding-top: 16rem !important;
  }
  .p-r-160--xl {
    padding-right: 16rem !important;
  }
  .p-l-160--xl {
    padding-left: 16rem !important;
  }
  .p-b-160--xl {
    padding-bottom: 16rem !important;
  }
  .p-t-165--xl {
    padding-top: 16.5rem !important;
  }
  .p-r-165--xl {
    padding-right: 16.5rem !important;
  }
  .p-l-165--xl {
    padding-left: 16.5rem !important;
  }
  .p-b-165--xl {
    padding-bottom: 16.5rem !important;
  }
  .p-t-170--xl {
    padding-top: 17rem !important;
  }
  .p-r-170--xl {
    padding-right: 17rem !important;
  }
  .p-l-170--xl {
    padding-left: 17rem !important;
  }
  .p-b-170--xl {
    padding-bottom: 17rem !important;
  }
  .p-t-175--xl {
    padding-top: 17.5rem !important;
  }
  .p-r-175--xl {
    padding-right: 17.5rem !important;
  }
  .p-l-175--xl {
    padding-left: 17.5rem !important;
  }
  .p-b-175--xl {
    padding-bottom: 17.5rem !important;
  }
  .p-t-180--xl {
    padding-top: 18rem !important;
  }
  .p-r-180--xl {
    padding-right: 18rem !important;
  }
  .p-l-180--xl {
    padding-left: 18rem !important;
  }
  .p-b-180--xl {
    padding-bottom: 18rem !important;
  }
  .p-t-185--xl {
    padding-top: 18.5rem !important;
  }
  .p-r-185--xl {
    padding-right: 18.5rem !important;
  }
  .p-l-185--xl {
    padding-left: 18.5rem !important;
  }
  .p-b-185--xl {
    padding-bottom: 18.5rem !important;
  }
  .p-t-190--xl {
    padding-top: 19rem !important;
  }
  .p-r-190--xl {
    padding-right: 19rem !important;
  }
  .p-l-190--xl {
    padding-left: 19rem !important;
  }
  .p-b-190--xl {
    padding-bottom: 19rem !important;
  }
  .p-t-195--xl {
    padding-top: 19.5rem !important;
  }
  .p-r-195--xl {
    padding-right: 19.5rem !important;
  }
  .p-l-195--xl {
    padding-left: 19.5rem !important;
  }
  .p-b-195--xl {
    padding-bottom: 19.5rem !important;
  }
  .p-t-200--xl {
    padding-top: 20rem !important;
  }
  .p-r-200--xl {
    padding-right: 20rem !important;
  }
  .p-l-200--xl {
    padding-left: 20rem !important;
  }
  .p-b-200--xl {
    padding-bottom: 20rem !important;
  }
  .p-t-205--xl {
    padding-top: 20.5rem !important;
  }
  .p-r-205--xl {
    padding-right: 20.5rem !important;
  }
  .p-l-205--xl {
    padding-left: 20.5rem !important;
  }
  .p-b-205--xl {
    padding-bottom: 20.5rem !important;
  }
  .p-t-210--xl {
    padding-top: 21rem !important;
  }
  .p-r-210--xl {
    padding-right: 21rem !important;
  }
  .p-l-210--xl {
    padding-left: 21rem !important;
  }
  .p-b-210--xl {
    padding-bottom: 21rem !important;
  }
  .p-t-215--xl {
    padding-top: 21.5rem !important;
  }
  .p-r-215--xl {
    padding-right: 21.5rem !important;
  }
  .p-l-215--xl {
    padding-left: 21.5rem !important;
  }
  .p-b-215--xl {
    padding-bottom: 21.5rem !important;
  }
  .p-t-220--xl {
    padding-top: 22rem !important;
  }
  .p-r-220--xl {
    padding-right: 22rem !important;
  }
  .p-l-220--xl {
    padding-left: 22rem !important;
  }
  .p-b-220--xl {
    padding-bottom: 22rem !important;
  }
  .p-t-225--xl {
    padding-top: 22.5rem !important;
  }
  .p-r-225--xl {
    padding-right: 22.5rem !important;
  }
  .p-l-225--xl {
    padding-left: 22.5rem !important;
  }
  .p-b-225--xl {
    padding-bottom: 22.5rem !important;
  }
  .p-t-230--xl {
    padding-top: 23rem !important;
  }
  .p-r-230--xl {
    padding-right: 23rem !important;
  }
  .p-l-230--xl {
    padding-left: 23rem !important;
  }
  .p-b-230--xl {
    padding-bottom: 23rem !important;
  }
  .p-t-235--xl {
    padding-top: 23.5rem !important;
  }
  .p-r-235--xl {
    padding-right: 23.5rem !important;
  }
  .p-l-235--xl {
    padding-left: 23.5rem !important;
  }
  .p-b-235--xl {
    padding-bottom: 23.5rem !important;
  }
  .p-t-240--xl {
    padding-top: 24rem !important;
  }
  .p-r-240--xl {
    padding-right: 24rem !important;
  }
  .p-l-240--xl {
    padding-left: 24rem !important;
  }
  .p-b-240--xl {
    padding-bottom: 24rem !important;
  }
  .p-t-245--xl {
    padding-top: 24.5rem !important;
  }
  .p-r-245--xl {
    padding-right: 24.5rem !important;
  }
  .p-l-245--xl {
    padding-left: 24.5rem !important;
  }
  .p-b-245--xl {
    padding-bottom: 24.5rem !important;
  }
  .p-t-250--xl {
    padding-top: 25rem !important;
  }
  .p-r-250--xl {
    padding-right: 25rem !important;
  }
  .p-l-250--xl {
    padding-left: 25rem !important;
  }
  .p-b-250--xl {
    padding-bottom: 25rem !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .m-t-0--lap {
    margin-top: 0rem !important;
  }
  .m-r-0--lap {
    margin-right: 0rem !important;
  }
  .m-l-0--lap {
    margin-left: 0rem !important;
  }
  .m-b-0--lap {
    margin-bottom: 0rem !important;
  }
  .m-t-5--lap {
    margin-top: 0.5rem !important;
  }
  .m-r-5--lap {
    margin-right: 0.5rem !important;
  }
  .m-l-5--lap {
    margin-left: 0.5rem !important;
  }
  .m-b-5--lap {
    margin-bottom: 0.5rem !important;
  }
  .m-t-10--lap {
    margin-top: 1rem !important;
  }
  .m-r-10--lap {
    margin-right: 1rem !important;
  }
  .m-l-10--lap {
    margin-left: 1rem !important;
  }
  .m-b-10--lap {
    margin-bottom: 1rem !important;
  }
  .m-t-15--lap {
    margin-top: 1.5rem !important;
  }
  .m-r-15--lap {
    margin-right: 1.5rem !important;
  }
  .m-l-15--lap {
    margin-left: 1.5rem !important;
  }
  .m-b-15--lap {
    margin-bottom: 1.5rem !important;
  }
  .m-t-20--lap {
    margin-top: 2rem !important;
  }
  .m-r-20--lap {
    margin-right: 2rem !important;
  }
  .m-l-20--lap {
    margin-left: 2rem !important;
  }
  .m-b-20--lap {
    margin-bottom: 2rem !important;
  }
  .m-t-25--lap {
    margin-top: 2.5rem !important;
  }
  .m-r-25--lap {
    margin-right: 2.5rem !important;
  }
  .m-l-25--lap {
    margin-left: 2.5rem !important;
  }
  .m-b-25--lap {
    margin-bottom: 2.5rem !important;
  }
  .m-t-30--lap {
    margin-top: 3rem !important;
  }
  .m-r-30--lap {
    margin-right: 3rem !important;
  }
  .m-l-30--lap {
    margin-left: 3rem !important;
  }
  .m-b-30--lap {
    margin-bottom: 3rem !important;
  }
  .m-t-35--lap {
    margin-top: 3.5rem !important;
  }
  .m-r-35--lap {
    margin-right: 3.5rem !important;
  }
  .m-l-35--lap {
    margin-left: 3.5rem !important;
  }
  .m-b-35--lap {
    margin-bottom: 3.5rem !important;
  }
  .m-t-40--lap {
    margin-top: 4rem !important;
  }
  .m-r-40--lap {
    margin-right: 4rem !important;
  }
  .m-l-40--lap {
    margin-left: 4rem !important;
  }
  .m-b-40--lap {
    margin-bottom: 4rem !important;
  }
  .m-t-45--lap {
    margin-top: 4.5rem !important;
  }
  .m-r-45--lap {
    margin-right: 4.5rem !important;
  }
  .m-l-45--lap {
    margin-left: 4.5rem !important;
  }
  .m-b-45--lap {
    margin-bottom: 4.5rem !important;
  }
  .m-t-50--lap {
    margin-top: 5rem !important;
  }
  .m-r-50--lap {
    margin-right: 5rem !important;
  }
  .m-l-50--lap {
    margin-left: 5rem !important;
  }
  .m-b-50--lap {
    margin-bottom: 5rem !important;
  }
  .m-t-55--lap {
    margin-top: 5.5rem !important;
  }
  .m-r-55--lap {
    margin-right: 5.5rem !important;
  }
  .m-l-55--lap {
    margin-left: 5.5rem !important;
  }
  .m-b-55--lap {
    margin-bottom: 5.5rem !important;
  }
  .m-t-60--lap {
    margin-top: 6rem !important;
  }
  .m-r-60--lap {
    margin-right: 6rem !important;
  }
  .m-l-60--lap {
    margin-left: 6rem !important;
  }
  .m-b-60--lap {
    margin-bottom: 6rem !important;
  }
  .m-t-65--lap {
    margin-top: 6.5rem !important;
  }
  .m-r-65--lap {
    margin-right: 6.5rem !important;
  }
  .m-l-65--lap {
    margin-left: 6.5rem !important;
  }
  .m-b-65--lap {
    margin-bottom: 6.5rem !important;
  }
  .m-t-70--lap {
    margin-top: 7rem !important;
  }
  .m-r-70--lap {
    margin-right: 7rem !important;
  }
  .m-l-70--lap {
    margin-left: 7rem !important;
  }
  .m-b-70--lap {
    margin-bottom: 7rem !important;
  }
  .m-t-75--lap {
    margin-top: 7.5rem !important;
  }
  .m-r-75--lap {
    margin-right: 7.5rem !important;
  }
  .m-l-75--lap {
    margin-left: 7.5rem !important;
  }
  .m-b-75--lap {
    margin-bottom: 7.5rem !important;
  }
  .m-t-80--lap {
    margin-top: 8rem !important;
  }
  .m-r-80--lap {
    margin-right: 8rem !important;
  }
  .m-l-80--lap {
    margin-left: 8rem !important;
  }
  .m-b-80--lap {
    margin-bottom: 8rem !important;
  }
  .m-t-85--lap {
    margin-top: 8.5rem !important;
  }
  .m-r-85--lap {
    margin-right: 8.5rem !important;
  }
  .m-l-85--lap {
    margin-left: 8.5rem !important;
  }
  .m-b-85--lap {
    margin-bottom: 8.5rem !important;
  }
  .m-t-90--lap {
    margin-top: 9rem !important;
  }
  .m-r-90--lap {
    margin-right: 9rem !important;
  }
  .m-l-90--lap {
    margin-left: 9rem !important;
  }
  .m-b-90--lap {
    margin-bottom: 9rem !important;
  }
  .m-t-95--lap {
    margin-top: 9.5rem !important;
  }
  .m-r-95--lap {
    margin-right: 9.5rem !important;
  }
  .m-l-95--lap {
    margin-left: 9.5rem !important;
  }
  .m-b-95--lap {
    margin-bottom: 9.5rem !important;
  }
  .m-t-100--lap {
    margin-top: 10rem !important;
  }
  .m-r-100--lap {
    margin-right: 10rem !important;
  }
  .m-l-100--lap {
    margin-left: 10rem !important;
  }
  .m-b-100--lap {
    margin-bottom: 10rem !important;
  }
  .m-t-105--lap {
    margin-top: 10.5rem !important;
  }
  .m-r-105--lap {
    margin-right: 10.5rem !important;
  }
  .m-l-105--lap {
    margin-left: 10.5rem !important;
  }
  .m-b-105--lap {
    margin-bottom: 10.5rem !important;
  }
  .m-t-110--lap {
    margin-top: 11rem !important;
  }
  .m-r-110--lap {
    margin-right: 11rem !important;
  }
  .m-l-110--lap {
    margin-left: 11rem !important;
  }
  .m-b-110--lap {
    margin-bottom: 11rem !important;
  }
  .m-t-115--lap {
    margin-top: 11.5rem !important;
  }
  .m-r-115--lap {
    margin-right: 11.5rem !important;
  }
  .m-l-115--lap {
    margin-left: 11.5rem !important;
  }
  .m-b-115--lap {
    margin-bottom: 11.5rem !important;
  }
  .m-t-120--lap {
    margin-top: 12rem !important;
  }
  .m-r-120--lap {
    margin-right: 12rem !important;
  }
  .m-l-120--lap {
    margin-left: 12rem !important;
  }
  .m-b-120--lap {
    margin-bottom: 12rem !important;
  }
  .m-t-125--lap {
    margin-top: 12.5rem !important;
  }
  .m-r-125--lap {
    margin-right: 12.5rem !important;
  }
  .m-l-125--lap {
    margin-left: 12.5rem !important;
  }
  .m-b-125--lap {
    margin-bottom: 12.5rem !important;
  }
  .m-t-130--lap {
    margin-top: 13rem !important;
  }
  .m-r-130--lap {
    margin-right: 13rem !important;
  }
  .m-l-130--lap {
    margin-left: 13rem !important;
  }
  .m-b-130--lap {
    margin-bottom: 13rem !important;
  }
  .m-t-135--lap {
    margin-top: 13.5rem !important;
  }
  .m-r-135--lap {
    margin-right: 13.5rem !important;
  }
  .m-l-135--lap {
    margin-left: 13.5rem !important;
  }
  .m-b-135--lap {
    margin-bottom: 13.5rem !important;
  }
  .m-t-140--lap {
    margin-top: 14rem !important;
  }
  .m-r-140--lap {
    margin-right: 14rem !important;
  }
  .m-l-140--lap {
    margin-left: 14rem !important;
  }
  .m-b-140--lap {
    margin-bottom: 14rem !important;
  }
  .m-t-145--lap {
    margin-top: 14.5rem !important;
  }
  .m-r-145--lap {
    margin-right: 14.5rem !important;
  }
  .m-l-145--lap {
    margin-left: 14.5rem !important;
  }
  .m-b-145--lap {
    margin-bottom: 14.5rem !important;
  }
  .m-t-150--lap {
    margin-top: 15rem !important;
  }
  .m-r-150--lap {
    margin-right: 15rem !important;
  }
  .m-l-150--lap {
    margin-left: 15rem !important;
  }
  .m-b-150--lap {
    margin-bottom: 15rem !important;
  }
  .m-t-155--lap {
    margin-top: 15.5rem !important;
  }
  .m-r-155--lap {
    margin-right: 15.5rem !important;
  }
  .m-l-155--lap {
    margin-left: 15.5rem !important;
  }
  .m-b-155--lap {
    margin-bottom: 15.5rem !important;
  }
  .m-t-160--lap {
    margin-top: 16rem !important;
  }
  .m-r-160--lap {
    margin-right: 16rem !important;
  }
  .m-l-160--lap {
    margin-left: 16rem !important;
  }
  .m-b-160--lap {
    margin-bottom: 16rem !important;
  }
  .m-t-165--lap {
    margin-top: 16.5rem !important;
  }
  .m-r-165--lap {
    margin-right: 16.5rem !important;
  }
  .m-l-165--lap {
    margin-left: 16.5rem !important;
  }
  .m-b-165--lap {
    margin-bottom: 16.5rem !important;
  }
  .m-t-170--lap {
    margin-top: 17rem !important;
  }
  .m-r-170--lap {
    margin-right: 17rem !important;
  }
  .m-l-170--lap {
    margin-left: 17rem !important;
  }
  .m-b-170--lap {
    margin-bottom: 17rem !important;
  }
  .m-t-175--lap {
    margin-top: 17.5rem !important;
  }
  .m-r-175--lap {
    margin-right: 17.5rem !important;
  }
  .m-l-175--lap {
    margin-left: 17.5rem !important;
  }
  .m-b-175--lap {
    margin-bottom: 17.5rem !important;
  }
  .m-t-180--lap {
    margin-top: 18rem !important;
  }
  .m-r-180--lap {
    margin-right: 18rem !important;
  }
  .m-l-180--lap {
    margin-left: 18rem !important;
  }
  .m-b-180--lap {
    margin-bottom: 18rem !important;
  }
  .m-t-185--lap {
    margin-top: 18.5rem !important;
  }
  .m-r-185--lap {
    margin-right: 18.5rem !important;
  }
  .m-l-185--lap {
    margin-left: 18.5rem !important;
  }
  .m-b-185--lap {
    margin-bottom: 18.5rem !important;
  }
  .m-t-190--lap {
    margin-top: 19rem !important;
  }
  .m-r-190--lap {
    margin-right: 19rem !important;
  }
  .m-l-190--lap {
    margin-left: 19rem !important;
  }
  .m-b-190--lap {
    margin-bottom: 19rem !important;
  }
  .m-t-195--lap {
    margin-top: 19.5rem !important;
  }
  .m-r-195--lap {
    margin-right: 19.5rem !important;
  }
  .m-l-195--lap {
    margin-left: 19.5rem !important;
  }
  .m-b-195--lap {
    margin-bottom: 19.5rem !important;
  }
  .m-t-200--lap {
    margin-top: 20rem !important;
  }
  .m-r-200--lap {
    margin-right: 20rem !important;
  }
  .m-l-200--lap {
    margin-left: 20rem !important;
  }
  .m-b-200--lap {
    margin-bottom: 20rem !important;
  }
  .m-t-205--lap {
    margin-top: 20.5rem !important;
  }
  .m-r-205--lap {
    margin-right: 20.5rem !important;
  }
  .m-l-205--lap {
    margin-left: 20.5rem !important;
  }
  .m-b-205--lap {
    margin-bottom: 20.5rem !important;
  }
  .m-t-210--lap {
    margin-top: 21rem !important;
  }
  .m-r-210--lap {
    margin-right: 21rem !important;
  }
  .m-l-210--lap {
    margin-left: 21rem !important;
  }
  .m-b-210--lap {
    margin-bottom: 21rem !important;
  }
  .m-t-215--lap {
    margin-top: 21.5rem !important;
  }
  .m-r-215--lap {
    margin-right: 21.5rem !important;
  }
  .m-l-215--lap {
    margin-left: 21.5rem !important;
  }
  .m-b-215--lap {
    margin-bottom: 21.5rem !important;
  }
  .m-t-220--lap {
    margin-top: 22rem !important;
  }
  .m-r-220--lap {
    margin-right: 22rem !important;
  }
  .m-l-220--lap {
    margin-left: 22rem !important;
  }
  .m-b-220--lap {
    margin-bottom: 22rem !important;
  }
  .m-t-225--lap {
    margin-top: 22.5rem !important;
  }
  .m-r-225--lap {
    margin-right: 22.5rem !important;
  }
  .m-l-225--lap {
    margin-left: 22.5rem !important;
  }
  .m-b-225--lap {
    margin-bottom: 22.5rem !important;
  }
  .m-t-230--lap {
    margin-top: 23rem !important;
  }
  .m-r-230--lap {
    margin-right: 23rem !important;
  }
  .m-l-230--lap {
    margin-left: 23rem !important;
  }
  .m-b-230--lap {
    margin-bottom: 23rem !important;
  }
  .m-t-235--lap {
    margin-top: 23.5rem !important;
  }
  .m-r-235--lap {
    margin-right: 23.5rem !important;
  }
  .m-l-235--lap {
    margin-left: 23.5rem !important;
  }
  .m-b-235--lap {
    margin-bottom: 23.5rem !important;
  }
  .m-t-240--lap {
    margin-top: 24rem !important;
  }
  .m-r-240--lap {
    margin-right: 24rem !important;
  }
  .m-l-240--lap {
    margin-left: 24rem !important;
  }
  .m-b-240--lap {
    margin-bottom: 24rem !important;
  }
  .m-t-245--lap {
    margin-top: 24.5rem !important;
  }
  .m-r-245--lap {
    margin-right: 24.5rem !important;
  }
  .m-l-245--lap {
    margin-left: 24.5rem !important;
  }
  .m-b-245--lap {
    margin-bottom: 24.5rem !important;
  }
  .m-t-250--lap {
    margin-top: 25rem !important;
  }
  .m-r-250--lap {
    margin-right: 25rem !important;
  }
  .m-l-250--lap {
    margin-left: 25rem !important;
  }
  .m-b-250--lap {
    margin-bottom: 25rem !important;
  }
  .m-t-negative-0--lap {
    margin-top: 0rem !important;
  }
  .m-r-negative-0--lap {
    margin-right: 0rem !important;
  }
  .m-l-negative-0--lap {
    margin-left: 0rem !important;
  }
  .m-b-negative-0--lap {
    margin-bottom: 0rem !important;
  }
  .m-t-negative-5--lap {
    margin-top: -0.5rem !important;
  }
  .m-r-negative-5--lap {
    margin-right: -0.5rem !important;
  }
  .m-l-negative-5--lap {
    margin-left: -0.5rem !important;
  }
  .m-b-negative-5--lap {
    margin-bottom: -0.5rem !important;
  }
  .m-t-negative-10--lap {
    margin-top: -1rem !important;
  }
  .m-r-negative-10--lap {
    margin-right: -1rem !important;
  }
  .m-l-negative-10--lap {
    margin-left: -1rem !important;
  }
  .m-b-negative-10--lap {
    margin-bottom: -1rem !important;
  }
  .m-t-negative-15--lap {
    margin-top: -1.5rem !important;
  }
  .m-r-negative-15--lap {
    margin-right: -1.5rem !important;
  }
  .m-l-negative-15--lap {
    margin-left: -1.5rem !important;
  }
  .m-b-negative-15--lap {
    margin-bottom: -1.5rem !important;
  }
  .m-t-negative-20--lap {
    margin-top: -2rem !important;
  }
  .m-r-negative-20--lap {
    margin-right: -2rem !important;
  }
  .m-l-negative-20--lap {
    margin-left: -2rem !important;
  }
  .m-b-negative-20--lap {
    margin-bottom: -2rem !important;
  }
  .m-t-negative-25--lap {
    margin-top: -2.5rem !important;
  }
  .m-r-negative-25--lap {
    margin-right: -2.5rem !important;
  }
  .m-l-negative-25--lap {
    margin-left: -2.5rem !important;
  }
  .m-b-negative-25--lap {
    margin-bottom: -2.5rem !important;
  }
  .m-t-negative-30--lap {
    margin-top: -3rem !important;
  }
  .m-r-negative-30--lap {
    margin-right: -3rem !important;
  }
  .m-l-negative-30--lap {
    margin-left: -3rem !important;
  }
  .m-b-negative-30--lap {
    margin-bottom: -3rem !important;
  }
  .m-t-negative-35--lap {
    margin-top: -3.5rem !important;
  }
  .m-r-negative-35--lap {
    margin-right: -3.5rem !important;
  }
  .m-l-negative-35--lap {
    margin-left: -3.5rem !important;
  }
  .m-b-negative-35--lap {
    margin-bottom: -3.5rem !important;
  }
  .m-t-negative-40--lap {
    margin-top: -4rem !important;
  }
  .m-r-negative-40--lap {
    margin-right: -4rem !important;
  }
  .m-l-negative-40--lap {
    margin-left: -4rem !important;
  }
  .m-b-negative-40--lap {
    margin-bottom: -4rem !important;
  }
  .m-t-negative-45--lap {
    margin-top: -4.5rem !important;
  }
  .m-r-negative-45--lap {
    margin-right: -4.5rem !important;
  }
  .m-l-negative-45--lap {
    margin-left: -4.5rem !important;
  }
  .m-b-negative-45--lap {
    margin-bottom: -4.5rem !important;
  }
  .m-t-negative-50--lap {
    margin-top: -5rem !important;
  }
  .m-r-negative-50--lap {
    margin-right: -5rem !important;
  }
  .m-l-negative-50--lap {
    margin-left: -5rem !important;
  }
  .m-b-negative-50--lap {
    margin-bottom: -5rem !important;
  }
  .m-t-negative-55--lap {
    margin-top: -5.5rem !important;
  }
  .m-r-negative-55--lap {
    margin-right: -5.5rem !important;
  }
  .m-l-negative-55--lap {
    margin-left: -5.5rem !important;
  }
  .m-b-negative-55--lap {
    margin-bottom: -5.5rem !important;
  }
  .m-t-negative-60--lap {
    margin-top: -6rem !important;
  }
  .m-r-negative-60--lap {
    margin-right: -6rem !important;
  }
  .m-l-negative-60--lap {
    margin-left: -6rem !important;
  }
  .m-b-negative-60--lap {
    margin-bottom: -6rem !important;
  }
  .m-t-negative-65--lap {
    margin-top: -6.5rem !important;
  }
  .m-r-negative-65--lap {
    margin-right: -6.5rem !important;
  }
  .m-l-negative-65--lap {
    margin-left: -6.5rem !important;
  }
  .m-b-negative-65--lap {
    margin-bottom: -6.5rem !important;
  }
  .m-t-negative-70--lap {
    margin-top: -7rem !important;
  }
  .m-r-negative-70--lap {
    margin-right: -7rem !important;
  }
  .m-l-negative-70--lap {
    margin-left: -7rem !important;
  }
  .m-b-negative-70--lap {
    margin-bottom: -7rem !important;
  }
  .m-t-negative-75--lap {
    margin-top: -7.5rem !important;
  }
  .m-r-negative-75--lap {
    margin-right: -7.5rem !important;
  }
  .m-l-negative-75--lap {
    margin-left: -7.5rem !important;
  }
  .m-b-negative-75--lap {
    margin-bottom: -7.5rem !important;
  }
  .m-t-negative-80--lap {
    margin-top: -8rem !important;
  }
  .m-r-negative-80--lap {
    margin-right: -8rem !important;
  }
  .m-l-negative-80--lap {
    margin-left: -8rem !important;
  }
  .m-b-negative-80--lap {
    margin-bottom: -8rem !important;
  }
  .m-t-negative-85--lap {
    margin-top: -8.5rem !important;
  }
  .m-r-negative-85--lap {
    margin-right: -8.5rem !important;
  }
  .m-l-negative-85--lap {
    margin-left: -8.5rem !important;
  }
  .m-b-negative-85--lap {
    margin-bottom: -8.5rem !important;
  }
  .m-t-negative-90--lap {
    margin-top: -9rem !important;
  }
  .m-r-negative-90--lap {
    margin-right: -9rem !important;
  }
  .m-l-negative-90--lap {
    margin-left: -9rem !important;
  }
  .m-b-negative-90--lap {
    margin-bottom: -9rem !important;
  }
  .m-t-negative-95--lap {
    margin-top: -9.5rem !important;
  }
  .m-r-negative-95--lap {
    margin-right: -9.5rem !important;
  }
  .m-l-negative-95--lap {
    margin-left: -9.5rem !important;
  }
  .m-b-negative-95--lap {
    margin-bottom: -9.5rem !important;
  }
  .m-t-negative-100--lap {
    margin-top: -10rem !important;
  }
  .m-r-negative-100--lap {
    margin-right: -10rem !important;
  }
  .m-l-negative-100--lap {
    margin-left: -10rem !important;
  }
  .m-b-negative-100--lap {
    margin-bottom: -10rem !important;
  }
  .m-t-negative-105--lap {
    margin-top: -10.5rem !important;
  }
  .m-r-negative-105--lap {
    margin-right: -10.5rem !important;
  }
  .m-l-negative-105--lap {
    margin-left: -10.5rem !important;
  }
  .m-b-negative-105--lap {
    margin-bottom: -10.5rem !important;
  }
  .m-t-negative-110--lap {
    margin-top: -11rem !important;
  }
  .m-r-negative-110--lap {
    margin-right: -11rem !important;
  }
  .m-l-negative-110--lap {
    margin-left: -11rem !important;
  }
  .m-b-negative-110--lap {
    margin-bottom: -11rem !important;
  }
  .m-t-negative-115--lap {
    margin-top: -11.5rem !important;
  }
  .m-r-negative-115--lap {
    margin-right: -11.5rem !important;
  }
  .m-l-negative-115--lap {
    margin-left: -11.5rem !important;
  }
  .m-b-negative-115--lap {
    margin-bottom: -11.5rem !important;
  }
  .m-t-negative-120--lap {
    margin-top: -12rem !important;
  }
  .m-r-negative-120--lap {
    margin-right: -12rem !important;
  }
  .m-l-negative-120--lap {
    margin-left: -12rem !important;
  }
  .m-b-negative-120--lap {
    margin-bottom: -12rem !important;
  }
  .m-t-negative-125--lap {
    margin-top: -12.5rem !important;
  }
  .m-r-negative-125--lap {
    margin-right: -12.5rem !important;
  }
  .m-l-negative-125--lap {
    margin-left: -12.5rem !important;
  }
  .m-b-negative-125--lap {
    margin-bottom: -12.5rem !important;
  }
  .m-t-negative-130--lap {
    margin-top: -13rem !important;
  }
  .m-r-negative-130--lap {
    margin-right: -13rem !important;
  }
  .m-l-negative-130--lap {
    margin-left: -13rem !important;
  }
  .m-b-negative-130--lap {
    margin-bottom: -13rem !important;
  }
  .m-t-negative-135--lap {
    margin-top: -13.5rem !important;
  }
  .m-r-negative-135--lap {
    margin-right: -13.5rem !important;
  }
  .m-l-negative-135--lap {
    margin-left: -13.5rem !important;
  }
  .m-b-negative-135--lap {
    margin-bottom: -13.5rem !important;
  }
  .m-t-negative-140--lap {
    margin-top: -14rem !important;
  }
  .m-r-negative-140--lap {
    margin-right: -14rem !important;
  }
  .m-l-negative-140--lap {
    margin-left: -14rem !important;
  }
  .m-b-negative-140--lap {
    margin-bottom: -14rem !important;
  }
  .m-t-negative-145--lap {
    margin-top: -14.5rem !important;
  }
  .m-r-negative-145--lap {
    margin-right: -14.5rem !important;
  }
  .m-l-negative-145--lap {
    margin-left: -14.5rem !important;
  }
  .m-b-negative-145--lap {
    margin-bottom: -14.5rem !important;
  }
  .m-t-negative-150--lap {
    margin-top: -15rem !important;
  }
  .m-r-negative-150--lap {
    margin-right: -15rem !important;
  }
  .m-l-negative-150--lap {
    margin-left: -15rem !important;
  }
  .m-b-negative-150--lap {
    margin-bottom: -15rem !important;
  }
  .m-t-negative-155--lap {
    margin-top: -15.5rem !important;
  }
  .m-r-negative-155--lap {
    margin-right: -15.5rem !important;
  }
  .m-l-negative-155--lap {
    margin-left: -15.5rem !important;
  }
  .m-b-negative-155--lap {
    margin-bottom: -15.5rem !important;
  }
  .m-t-negative-160--lap {
    margin-top: -16rem !important;
  }
  .m-r-negative-160--lap {
    margin-right: -16rem !important;
  }
  .m-l-negative-160--lap {
    margin-left: -16rem !important;
  }
  .m-b-negative-160--lap {
    margin-bottom: -16rem !important;
  }
  .m-t-negative-165--lap {
    margin-top: -16.5rem !important;
  }
  .m-r-negative-165--lap {
    margin-right: -16.5rem !important;
  }
  .m-l-negative-165--lap {
    margin-left: -16.5rem !important;
  }
  .m-b-negative-165--lap {
    margin-bottom: -16.5rem !important;
  }
  .m-t-negative-170--lap {
    margin-top: -17rem !important;
  }
  .m-r-negative-170--lap {
    margin-right: -17rem !important;
  }
  .m-l-negative-170--lap {
    margin-left: -17rem !important;
  }
  .m-b-negative-170--lap {
    margin-bottom: -17rem !important;
  }
  .m-t-negative-175--lap {
    margin-top: -17.5rem !important;
  }
  .m-r-negative-175--lap {
    margin-right: -17.5rem !important;
  }
  .m-l-negative-175--lap {
    margin-left: -17.5rem !important;
  }
  .m-b-negative-175--lap {
    margin-bottom: -17.5rem !important;
  }
  .m-t-negative-180--lap {
    margin-top: -18rem !important;
  }
  .m-r-negative-180--lap {
    margin-right: -18rem !important;
  }
  .m-l-negative-180--lap {
    margin-left: -18rem !important;
  }
  .m-b-negative-180--lap {
    margin-bottom: -18rem !important;
  }
  .m-t-negative-185--lap {
    margin-top: -18.5rem !important;
  }
  .m-r-negative-185--lap {
    margin-right: -18.5rem !important;
  }
  .m-l-negative-185--lap {
    margin-left: -18.5rem !important;
  }
  .m-b-negative-185--lap {
    margin-bottom: -18.5rem !important;
  }
  .m-t-negative-190--lap {
    margin-top: -19rem !important;
  }
  .m-r-negative-190--lap {
    margin-right: -19rem !important;
  }
  .m-l-negative-190--lap {
    margin-left: -19rem !important;
  }
  .m-b-negative-190--lap {
    margin-bottom: -19rem !important;
  }
  .m-t-negative-195--lap {
    margin-top: -19.5rem !important;
  }
  .m-r-negative-195--lap {
    margin-right: -19.5rem !important;
  }
  .m-l-negative-195--lap {
    margin-left: -19.5rem !important;
  }
  .m-b-negative-195--lap {
    margin-bottom: -19.5rem !important;
  }
  .m-t-negative-200--lap {
    margin-top: -20rem !important;
  }
  .m-r-negative-200--lap {
    margin-right: -20rem !important;
  }
  .m-l-negative-200--lap {
    margin-left: -20rem !important;
  }
  .m-b-negative-200--lap {
    margin-bottom: -20rem !important;
  }
  .m-t-negative-205--lap {
    margin-top: -20.5rem !important;
  }
  .m-r-negative-205--lap {
    margin-right: -20.5rem !important;
  }
  .m-l-negative-205--lap {
    margin-left: -20.5rem !important;
  }
  .m-b-negative-205--lap {
    margin-bottom: -20.5rem !important;
  }
  .m-t-negative-210--lap {
    margin-top: -21rem !important;
  }
  .m-r-negative-210--lap {
    margin-right: -21rem !important;
  }
  .m-l-negative-210--lap {
    margin-left: -21rem !important;
  }
  .m-b-negative-210--lap {
    margin-bottom: -21rem !important;
  }
  .m-t-negative-215--lap {
    margin-top: -21.5rem !important;
  }
  .m-r-negative-215--lap {
    margin-right: -21.5rem !important;
  }
  .m-l-negative-215--lap {
    margin-left: -21.5rem !important;
  }
  .m-b-negative-215--lap {
    margin-bottom: -21.5rem !important;
  }
  .m-t-negative-220--lap {
    margin-top: -22rem !important;
  }
  .m-r-negative-220--lap {
    margin-right: -22rem !important;
  }
  .m-l-negative-220--lap {
    margin-left: -22rem !important;
  }
  .m-b-negative-220--lap {
    margin-bottom: -22rem !important;
  }
  .m-t-negative-225--lap {
    margin-top: -22.5rem !important;
  }
  .m-r-negative-225--lap {
    margin-right: -22.5rem !important;
  }
  .m-l-negative-225--lap {
    margin-left: -22.5rem !important;
  }
  .m-b-negative-225--lap {
    margin-bottom: -22.5rem !important;
  }
  .m-t-negative-230--lap {
    margin-top: -23rem !important;
  }
  .m-r-negative-230--lap {
    margin-right: -23rem !important;
  }
  .m-l-negative-230--lap {
    margin-left: -23rem !important;
  }
  .m-b-negative-230--lap {
    margin-bottom: -23rem !important;
  }
  .m-t-negative-235--lap {
    margin-top: -23.5rem !important;
  }
  .m-r-negative-235--lap {
    margin-right: -23.5rem !important;
  }
  .m-l-negative-235--lap {
    margin-left: -23.5rem !important;
  }
  .m-b-negative-235--lap {
    margin-bottom: -23.5rem !important;
  }
  .m-t-negative-240--lap {
    margin-top: -24rem !important;
  }
  .m-r-negative-240--lap {
    margin-right: -24rem !important;
  }
  .m-l-negative-240--lap {
    margin-left: -24rem !important;
  }
  .m-b-negative-240--lap {
    margin-bottom: -24rem !important;
  }
  .m-t-negative-245--lap {
    margin-top: -24.5rem !important;
  }
  .m-r-negative-245--lap {
    margin-right: -24.5rem !important;
  }
  .m-l-negative-245--lap {
    margin-left: -24.5rem !important;
  }
  .m-b-negative-245--lap {
    margin-bottom: -24.5rem !important;
  }
  .m-t-negative-250--lap {
    margin-top: -25rem !important;
  }
  .m-r-negative-250--lap {
    margin-right: -25rem !important;
  }
  .m-l-negative-250--lap {
    margin-left: -25rem !important;
  }
  .m-b-negative-250--lap {
    margin-bottom: -25rem !important;
  }
  .p-t-0--lap {
    padding-top: 0rem !important;
  }
  .p-r-0--lap {
    padding-right: 0rem !important;
  }
  .p-l-0--lap {
    padding-left: 0rem !important;
  }
  .p-b-0--lap {
    padding-bottom: 0rem !important;
  }
  .p-t-5--lap {
    padding-top: 0.5rem !important;
  }
  .p-r-5--lap {
    padding-right: 0.5rem !important;
  }
  .p-l-5--lap {
    padding-left: 0.5rem !important;
  }
  .p-b-5--lap {
    padding-bottom: 0.5rem !important;
  }
  .p-t-10--lap {
    padding-top: 1rem !important;
  }
  .p-r-10--lap {
    padding-right: 1rem !important;
  }
  .p-l-10--lap {
    padding-left: 1rem !important;
  }
  .p-b-10--lap {
    padding-bottom: 1rem !important;
  }
  .p-t-15--lap {
    padding-top: 1.5rem !important;
  }
  .p-r-15--lap {
    padding-right: 1.5rem !important;
  }
  .p-l-15--lap {
    padding-left: 1.5rem !important;
  }
  .p-b-15--lap {
    padding-bottom: 1.5rem !important;
  }
  .p-t-20--lap {
    padding-top: 2rem !important;
  }
  .p-r-20--lap {
    padding-right: 2rem !important;
  }
  .p-l-20--lap {
    padding-left: 2rem !important;
  }
  .p-b-20--lap {
    padding-bottom: 2rem !important;
  }
  .p-t-25--lap {
    padding-top: 2.5rem !important;
  }
  .p-r-25--lap {
    padding-right: 2.5rem !important;
  }
  .p-l-25--lap {
    padding-left: 2.5rem !important;
  }
  .p-b-25--lap {
    padding-bottom: 2.5rem !important;
  }
  .p-t-30--lap {
    padding-top: 3rem !important;
  }
  .p-r-30--lap {
    padding-right: 3rem !important;
  }
  .p-l-30--lap {
    padding-left: 3rem !important;
  }
  .p-b-30--lap {
    padding-bottom: 3rem !important;
  }
  .p-t-35--lap {
    padding-top: 3.5rem !important;
  }
  .p-r-35--lap {
    padding-right: 3.5rem !important;
  }
  .p-l-35--lap {
    padding-left: 3.5rem !important;
  }
  .p-b-35--lap {
    padding-bottom: 3.5rem !important;
  }
  .p-t-40--lap {
    padding-top: 4rem !important;
  }
  .p-r-40--lap {
    padding-right: 4rem !important;
  }
  .p-l-40--lap {
    padding-left: 4rem !important;
  }
  .p-b-40--lap {
    padding-bottom: 4rem !important;
  }
  .p-t-45--lap {
    padding-top: 4.5rem !important;
  }
  .p-r-45--lap {
    padding-right: 4.5rem !important;
  }
  .p-l-45--lap {
    padding-left: 4.5rem !important;
  }
  .p-b-45--lap {
    padding-bottom: 4.5rem !important;
  }
  .p-t-50--lap {
    padding-top: 5rem !important;
  }
  .p-r-50--lap {
    padding-right: 5rem !important;
  }
  .p-l-50--lap {
    padding-left: 5rem !important;
  }
  .p-b-50--lap {
    padding-bottom: 5rem !important;
  }
  .p-t-55--lap {
    padding-top: 5.5rem !important;
  }
  .p-r-55--lap {
    padding-right: 5.5rem !important;
  }
  .p-l-55--lap {
    padding-left: 5.5rem !important;
  }
  .p-b-55--lap {
    padding-bottom: 5.5rem !important;
  }
  .p-t-60--lap {
    padding-top: 6rem !important;
  }
  .p-r-60--lap {
    padding-right: 6rem !important;
  }
  .p-l-60--lap {
    padding-left: 6rem !important;
  }
  .p-b-60--lap {
    padding-bottom: 6rem !important;
  }
  .p-t-65--lap {
    padding-top: 6.5rem !important;
  }
  .p-r-65--lap {
    padding-right: 6.5rem !important;
  }
  .p-l-65--lap {
    padding-left: 6.5rem !important;
  }
  .p-b-65--lap {
    padding-bottom: 6.5rem !important;
  }
  .p-t-70--lap {
    padding-top: 7rem !important;
  }
  .p-r-70--lap {
    padding-right: 7rem !important;
  }
  .p-l-70--lap {
    padding-left: 7rem !important;
  }
  .p-b-70--lap {
    padding-bottom: 7rem !important;
  }
  .p-t-75--lap {
    padding-top: 7.5rem !important;
  }
  .p-r-75--lap {
    padding-right: 7.5rem !important;
  }
  .p-l-75--lap {
    padding-left: 7.5rem !important;
  }
  .p-b-75--lap {
    padding-bottom: 7.5rem !important;
  }
  .p-t-80--lap {
    padding-top: 8rem !important;
  }
  .p-r-80--lap {
    padding-right: 8rem !important;
  }
  .p-l-80--lap {
    padding-left: 8rem !important;
  }
  .p-b-80--lap {
    padding-bottom: 8rem !important;
  }
  .p-t-85--lap {
    padding-top: 8.5rem !important;
  }
  .p-r-85--lap {
    padding-right: 8.5rem !important;
  }
  .p-l-85--lap {
    padding-left: 8.5rem !important;
  }
  .p-b-85--lap {
    padding-bottom: 8.5rem !important;
  }
  .p-t-90--lap {
    padding-top: 9rem !important;
  }
  .p-r-90--lap {
    padding-right: 9rem !important;
  }
  .p-l-90--lap {
    padding-left: 9rem !important;
  }
  .p-b-90--lap {
    padding-bottom: 9rem !important;
  }
  .p-t-95--lap {
    padding-top: 9.5rem !important;
  }
  .p-r-95--lap {
    padding-right: 9.5rem !important;
  }
  .p-l-95--lap {
    padding-left: 9.5rem !important;
  }
  .p-b-95--lap {
    padding-bottom: 9.5rem !important;
  }
  .p-t-100--lap {
    padding-top: 10rem !important;
  }
  .p-r-100--lap {
    padding-right: 10rem !important;
  }
  .p-l-100--lap {
    padding-left: 10rem !important;
  }
  .p-b-100--lap {
    padding-bottom: 10rem !important;
  }
  .p-t-105--lap {
    padding-top: 10.5rem !important;
  }
  .p-r-105--lap {
    padding-right: 10.5rem !important;
  }
  .p-l-105--lap {
    padding-left: 10.5rem !important;
  }
  .p-b-105--lap {
    padding-bottom: 10.5rem !important;
  }
  .p-t-110--lap {
    padding-top: 11rem !important;
  }
  .p-r-110--lap {
    padding-right: 11rem !important;
  }
  .p-l-110--lap {
    padding-left: 11rem !important;
  }
  .p-b-110--lap {
    padding-bottom: 11rem !important;
  }
  .p-t-115--lap {
    padding-top: 11.5rem !important;
  }
  .p-r-115--lap {
    padding-right: 11.5rem !important;
  }
  .p-l-115--lap {
    padding-left: 11.5rem !important;
  }
  .p-b-115--lap {
    padding-bottom: 11.5rem !important;
  }
  .p-t-120--lap {
    padding-top: 12rem !important;
  }
  .p-r-120--lap {
    padding-right: 12rem !important;
  }
  .p-l-120--lap {
    padding-left: 12rem !important;
  }
  .p-b-120--lap {
    padding-bottom: 12rem !important;
  }
  .p-t-125--lap {
    padding-top: 12.5rem !important;
  }
  .p-r-125--lap {
    padding-right: 12.5rem !important;
  }
  .p-l-125--lap {
    padding-left: 12.5rem !important;
  }
  .p-b-125--lap {
    padding-bottom: 12.5rem !important;
  }
  .p-t-130--lap {
    padding-top: 13rem !important;
  }
  .p-r-130--lap {
    padding-right: 13rem !important;
  }
  .p-l-130--lap {
    padding-left: 13rem !important;
  }
  .p-b-130--lap {
    padding-bottom: 13rem !important;
  }
  .p-t-135--lap {
    padding-top: 13.5rem !important;
  }
  .p-r-135--lap {
    padding-right: 13.5rem !important;
  }
  .p-l-135--lap {
    padding-left: 13.5rem !important;
  }
  .p-b-135--lap {
    padding-bottom: 13.5rem !important;
  }
  .p-t-140--lap {
    padding-top: 14rem !important;
  }
  .p-r-140--lap {
    padding-right: 14rem !important;
  }
  .p-l-140--lap {
    padding-left: 14rem !important;
  }
  .p-b-140--lap {
    padding-bottom: 14rem !important;
  }
  .p-t-145--lap {
    padding-top: 14.5rem !important;
  }
  .p-r-145--lap {
    padding-right: 14.5rem !important;
  }
  .p-l-145--lap {
    padding-left: 14.5rem !important;
  }
  .p-b-145--lap {
    padding-bottom: 14.5rem !important;
  }
  .p-t-150--lap {
    padding-top: 15rem !important;
  }
  .p-r-150--lap {
    padding-right: 15rem !important;
  }
  .p-l-150--lap {
    padding-left: 15rem !important;
  }
  .p-b-150--lap {
    padding-bottom: 15rem !important;
  }
  .p-t-155--lap {
    padding-top: 15.5rem !important;
  }
  .p-r-155--lap {
    padding-right: 15.5rem !important;
  }
  .p-l-155--lap {
    padding-left: 15.5rem !important;
  }
  .p-b-155--lap {
    padding-bottom: 15.5rem !important;
  }
  .p-t-160--lap {
    padding-top: 16rem !important;
  }
  .p-r-160--lap {
    padding-right: 16rem !important;
  }
  .p-l-160--lap {
    padding-left: 16rem !important;
  }
  .p-b-160--lap {
    padding-bottom: 16rem !important;
  }
  .p-t-165--lap {
    padding-top: 16.5rem !important;
  }
  .p-r-165--lap {
    padding-right: 16.5rem !important;
  }
  .p-l-165--lap {
    padding-left: 16.5rem !important;
  }
  .p-b-165--lap {
    padding-bottom: 16.5rem !important;
  }
  .p-t-170--lap {
    padding-top: 17rem !important;
  }
  .p-r-170--lap {
    padding-right: 17rem !important;
  }
  .p-l-170--lap {
    padding-left: 17rem !important;
  }
  .p-b-170--lap {
    padding-bottom: 17rem !important;
  }
  .p-t-175--lap {
    padding-top: 17.5rem !important;
  }
  .p-r-175--lap {
    padding-right: 17.5rem !important;
  }
  .p-l-175--lap {
    padding-left: 17.5rem !important;
  }
  .p-b-175--lap {
    padding-bottom: 17.5rem !important;
  }
  .p-t-180--lap {
    padding-top: 18rem !important;
  }
  .p-r-180--lap {
    padding-right: 18rem !important;
  }
  .p-l-180--lap {
    padding-left: 18rem !important;
  }
  .p-b-180--lap {
    padding-bottom: 18rem !important;
  }
  .p-t-185--lap {
    padding-top: 18.5rem !important;
  }
  .p-r-185--lap {
    padding-right: 18.5rem !important;
  }
  .p-l-185--lap {
    padding-left: 18.5rem !important;
  }
  .p-b-185--lap {
    padding-bottom: 18.5rem !important;
  }
  .p-t-190--lap {
    padding-top: 19rem !important;
  }
  .p-r-190--lap {
    padding-right: 19rem !important;
  }
  .p-l-190--lap {
    padding-left: 19rem !important;
  }
  .p-b-190--lap {
    padding-bottom: 19rem !important;
  }
  .p-t-195--lap {
    padding-top: 19.5rem !important;
  }
  .p-r-195--lap {
    padding-right: 19.5rem !important;
  }
  .p-l-195--lap {
    padding-left: 19.5rem !important;
  }
  .p-b-195--lap {
    padding-bottom: 19.5rem !important;
  }
  .p-t-200--lap {
    padding-top: 20rem !important;
  }
  .p-r-200--lap {
    padding-right: 20rem !important;
  }
  .p-l-200--lap {
    padding-left: 20rem !important;
  }
  .p-b-200--lap {
    padding-bottom: 20rem !important;
  }
  .p-t-205--lap {
    padding-top: 20.5rem !important;
  }
  .p-r-205--lap {
    padding-right: 20.5rem !important;
  }
  .p-l-205--lap {
    padding-left: 20.5rem !important;
  }
  .p-b-205--lap {
    padding-bottom: 20.5rem !important;
  }
  .p-t-210--lap {
    padding-top: 21rem !important;
  }
  .p-r-210--lap {
    padding-right: 21rem !important;
  }
  .p-l-210--lap {
    padding-left: 21rem !important;
  }
  .p-b-210--lap {
    padding-bottom: 21rem !important;
  }
  .p-t-215--lap {
    padding-top: 21.5rem !important;
  }
  .p-r-215--lap {
    padding-right: 21.5rem !important;
  }
  .p-l-215--lap {
    padding-left: 21.5rem !important;
  }
  .p-b-215--lap {
    padding-bottom: 21.5rem !important;
  }
  .p-t-220--lap {
    padding-top: 22rem !important;
  }
  .p-r-220--lap {
    padding-right: 22rem !important;
  }
  .p-l-220--lap {
    padding-left: 22rem !important;
  }
  .p-b-220--lap {
    padding-bottom: 22rem !important;
  }
  .p-t-225--lap {
    padding-top: 22.5rem !important;
  }
  .p-r-225--lap {
    padding-right: 22.5rem !important;
  }
  .p-l-225--lap {
    padding-left: 22.5rem !important;
  }
  .p-b-225--lap {
    padding-bottom: 22.5rem !important;
  }
  .p-t-230--lap {
    padding-top: 23rem !important;
  }
  .p-r-230--lap {
    padding-right: 23rem !important;
  }
  .p-l-230--lap {
    padding-left: 23rem !important;
  }
  .p-b-230--lap {
    padding-bottom: 23rem !important;
  }
  .p-t-235--lap {
    padding-top: 23.5rem !important;
  }
  .p-r-235--lap {
    padding-right: 23.5rem !important;
  }
  .p-l-235--lap {
    padding-left: 23.5rem !important;
  }
  .p-b-235--lap {
    padding-bottom: 23.5rem !important;
  }
  .p-t-240--lap {
    padding-top: 24rem !important;
  }
  .p-r-240--lap {
    padding-right: 24rem !important;
  }
  .p-l-240--lap {
    padding-left: 24rem !important;
  }
  .p-b-240--lap {
    padding-bottom: 24rem !important;
  }
  .p-t-245--lap {
    padding-top: 24.5rem !important;
  }
  .p-r-245--lap {
    padding-right: 24.5rem !important;
  }
  .p-l-245--lap {
    padding-left: 24.5rem !important;
  }
  .p-b-245--lap {
    padding-bottom: 24.5rem !important;
  }
  .p-t-250--lap {
    padding-top: 25rem !important;
  }
  .p-r-250--lap {
    padding-right: 25rem !important;
  }
  .p-l-250--lap {
    padding-left: 25rem !important;
  }
  .p-b-250--lap {
    padding-bottom: 25rem !important;
  }
}
/*----------------------------------------------------------------------------*\
    Grid (bootstrap)
\*----------------------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 117rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 114rem;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 114rem;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.flex-all-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Reset
--------------------------------------------- */
/*----------------------------------------------------------------------------*\
    Reset
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

/**
* The usual resetting of margins, paddings, borders etc.
*/
blockquote,
dl,
dd,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
fieldset,
hr {
  margin: 0;
}

fieldset,
ol,
ul {
  padding: 0;
}

iframe,
fieldset {
  border: 0;
}

/**
* Remove extra vertical spacing when nesting lists.
*/
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
* 1. Fix an odd quirk whereby, without this, code blocks are rendered at a
*    font-size smaller than 1em.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
}

/**
* Suppress the focus outline on links that cannot be accessed via keyboard.
* This prevents an unwanted focus outline from appearing around elements that
* might still respond to pointer events.
*/
[tabindex="-1"]:focus {
  outline: none !important;
}

/**
* Image
*
* 1. By default all images are fluid
* 2. Render `alt` visually offset when images don't load
*/
img {
  max-width: 100%; /* 1 */
  font-style: italic; /* 2 */
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #6F6F6F;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 1.2;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  color: #3E3E3E;
}

h1 {
  font-size: 3.2rem;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 3.6rem;
    line-height: 1.6;
  }
}

h3 {
  font-size: 2.2rem;
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 2.6rem;
  }
}

h4 {
  font-size: 2rem;
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 2.2rem;
  }
}

p {
  font-size: 1.8rem;
  line-height: 1.9;
  font-weight: 400;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 2rem;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  overflow-x: clip;
  min-height: 3000px;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 2rem;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1.5rem 0;
}

.embed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.embed-container .iframe-responsive {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

table {
  margin: 0 0 2.5rem;
  width: 100%;
}

.wrapper {
  max-width: 100%;
  margin: 0 1.5rem;
  box-shadow: 0 0 1rem 0.2rem rgba(0, 0, 0, 0.07);
  border-radius: 1.5rem;
}
@media only screen and (min-width: 576px) {
  .wrapper {
    margin: 0 3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .wrapper {
    margin: 0 auto;
    max-width: 122.8rem;
  }
}
.wrapper--bg-gradient {
  opacity: 0.97;
  background-image: linear-gradient(127deg, #1789D6 6%, #29ABE2 100%);
}

/* Links
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.5rem 1rem;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.button {
  position: relative;
  display: inline-block;
  padding: 1.4rem 1.8rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 1rem;
  background-color: #1E87CC;
}
.button:hover {
  color: #fff;
  background-color: #3ba0e2;
}
.button--animated {
  background-color: none;
  overflow: hidden;
}
.button--animated:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1E87CC;
  border-radius: 1rem;
  z-index: -2;
}
.button--animated:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #176aa0;
  transition: all 0.3s;
  border-radius: 1rem;
  z-index: -1;
}
.button--animated:hover:before {
  width: 100%;
}
.button--gradient {
  background: linear-gradient(71deg, #29ABE2 1%, #138BCD 45%, #0071BC 100%);
  opacity: 0.9;
  transition: all 0.16s;
}
.button--gradient:hover {
  opacity: 1;
}
.button--outline {
  background-color: transparent;
  color: #1E87CC;
  border: 0.2rem solid #1E87CC;
}
.button--outline:hover {
  color: #fff;
  background-color: #1E87CC;
}

a, .link {
  display: inline-block;
  color: #6F6F6F;
  transition: color 0.22s;
  text-decoration: underline;
}
a:hover, a:focus, a:active, .link:hover, .link:focus, .link:active {
  outline: 0;
  color: #0071BC;
  text-decoration: none;
}
a:focus, .link:focus {
  outline: thin dotted;
}
a--white, .link--white {
  color: #fff;
}
a--white:visited, .link--white:visited {
  color: #fff;
}
a--white:hover, a--white:focus, a--white:active, .link--white:hover, .link--white:focus, .link--white:active {
  outline: 0;
  color: #3E3E3E;
}
a--white:focus, .link--white:focus {
  outline: thin dotted;
}

/* Forms
--------------------------------------------- */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #6F6F6F;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.site-header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2rem 1rem;
  background: none;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
  .site-header .container {
    padding: 3rem 0;
  }
}
.site-header.header--scroll {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.22);
  transition: all 0.3s;
}
.site-header.header--scroll .container {
  padding: 1rem;
}
@media only screen and (min-width: 992px) {
  .site-header.header--scroll .container {
    padding: 1rem 0;
  }
}

.site-branding {
  max-width: 5rem;
  width: 100%;
}
.site-branding .logo {
  width: 100%;
}

.site-cta {
  margin-left: auto;
}

.main-navigation {
  padding: 0 6rem;
}
@media only screen and (min-width: 992px) {
  .main-navigation {
    display: block;
  }
}
.main-navigation ul {
  list-style-type: none;
  display: flex;
}
.main-navigation ul li {
  margin-right: 2rem;
}
@media only screen and (min-width: 992px) {
  .main-navigation ul li {
    margin-right: 4rem;
  }
}
.main-navigation ul li:last-of-type {
  margin-right: 0;
}
.main-navigation ul li a {
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 600;
  color: #545454;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  font-size: 1.7rem;
  color: #29ABE2;
  font-weight: 800;
}
.main-navigation .menu-item-has-children:hover .sub-menu {
  visibility: visible;
}

.has-mega-menu > .sub-menu {
  position: absolute;
  display: flex;
  margin: 0rem 0 0 -3rem;
  padding-top: 2rem;
}
.has-mega-menu > .sub-menu > li {
  box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, 0.13);
  border-radius: 1rem;
}
.has-mega-menu > .sub-menu .mega-menu-column {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 3rem;
}
.has-mega-menu > .sub-menu .mega-menu-column > a:first-of-type {
  margin-bottom: 1rem;
}
.has-mega-menu > .sub-menu .mega-menu-column .sub-menu {
  display: flex;
  flex-direction: column;
}
.has-mega-menu > .sub-menu .mega-menu-column .sub-menu li {
  width: 100%;
}
.has-mega-menu > .sub-menu .mega-menu-column--main {
  max-width: 50rem;
  background-color: #fff;
}
.has-mega-menu > .sub-menu .mega-menu-column--main > a:first-of-type {
  display: none;
}
.has-mega-menu > .sub-menu .mega-menu-column--main li {
  margin-bottom: 2.5rem;
}
.has-mega-menu > .sub-menu .mega-menu-column--main li:last-child {
  margin-bottom: 0;
}
.has-mega-menu > .sub-menu .mega-menu-column--main li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.has-mega-menu > .sub-menu .mega-menu-column--main li a .icon {
  margin-right: 2rem;
}
.has-mega-menu > .sub-menu .mega-menu-column--sub {
  max-width: 30rem;
  background-color: #252525;
}
.has-mega-menu > .sub-menu .mega-menu-column--sub > a:first-of-type {
  cursor: none;
  pointer-events: none;
}

.nav-toggle {
  display: block;
  width: 4.5rem;
  margin-left: 1rem;
}
@media only screen and (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle:after, .nav-toggle:before,
.nav-toggle span {
  display: block;
  height: 0.5rem;
  margin: 0.5rem;
  content: "";
  background-color: #1E87CC;
  border-radius: 0.3rem;
  transition: all 0.2s ease-in-out;
}
.nav-toggle.nav-toggle--active:before {
  transform: translateY(8px) rotate(135deg);
  background-color: #5BBEE8;
}
.nav-toggle.nav-toggle--active:after {
  transform: translateY(-12px) rotate(-135deg);
  background-color: #5BBEE8;
}
.nav-toggle.nav-toggle--active span {
  transform: scale(0);
}

/* Components
--------------------------------------------- */
.heading {
  line-height: 1;
}
.heading h1, .heading h2 {
  line-height: 1.2;
}
.heading span {
  display: block;
  font-size: 1.8rem;
  font-family: "Ubuntu", sans-serif;
  color: #A9A9A9;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .heading span {
    font-size: 2rem;
  }
}
.heading__text {
  max-width: 63.5rem;
}
.heading__text p {
  margin-bottom: 0;
  line-height: 1.5;
}
.heading__icon {
  width: 6rem;
}
@media only screen and (min-width: 992px) {
  .heading--smaller span {
    font-size: 1.8rem;
  }
}
.heading--smaller h2 {
  font-size: 2.8rem;
}
@media only screen and (min-width: 992px) {
  .heading--smaller h2 {
    font-size: 3.2rem;
  }
}
.heading--page .heading__text {
  max-width: 82.5rem;
}

.cta-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #6F6F6F;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cta-links {
    flex-direction: row;
    font-size: 2rem;
  }
}
.cta-links--smaller {
  font-size: 1.8rem;
}
.cta-links__spacer {
  margin: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .cta-links__spacer {
    margin: 0 0.5rem;
  }
}

.personal {
  display: flex;
  flex-direction: column;
  max-width: 30rem;
}
.personal__photo {
  margin-left: auto;
  max-width: 14rem;
  width: 100%;
  border-radius: 1rem;
}
@media only screen and (min-width: 992px) {
  .personal__photo {
    max-width: 18rem;
  }
}
.personal__text {
  max-width: 25rem;
  width: 100%;
  margin-top: 2rem;
  margin-right: 3rem;
}

.splide-clients .slide-client__logo-box {
  width: 100%;
  height: 100%;
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -1.5rem;
  transition: all 0.4s cubic-bezier(0.1, 0.73, 0.86, 0.61);
  opacity: 0;
}
.splide-clients .slide-client__logo-box img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.splide-clients .is-active .slide-client__logo-box {
  margin-top: 0;
  opacity: 1;
}

.splide-reviews .slide-review__logo {
  width: 100%;
  max-width: 15rem;
  filter: brightness(0) invert(1);
  opacity: 1;
}
.splide-reviews .slide-review__content {
  margin: 2rem 0 4rem 0;
}
.splide-reviews .slide-review__content p {
  margin: 0;
  font-family: "Caveat", cursive;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #fff;
}
.splide-reviews .slide-review__details {
  font-size: 1.8rem;
  color: #fff;
}
.splide-reviews .slide-review__details__name {
  font-weight: 300;
}
.splide-reviews .slide-review__details__company {
  font-weight: 600;
}
/* Sections
--------------------------------------------- */
.section-cta-contact .contact-tiles {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-cta-contact .contact-tiles {
    flex-direction: row;
    justify-content: space-between;
  }
}
.section-cta-contact .contact-tiles__tile {
  width: 100%;
  min-height: 18.7rem;
  margin: 0 0 2rem 0;
  padding: 3rem 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 0.3rem solid rgba(208, 208, 208, 0.5019607843);
  border-radius: 1.5rem;
  text-align: center;
  transition: all 0.22s;
}
@media only screen and (min-width: 768px) {
  .section-cta-contact .contact-tiles__tile {
    margin: 0 2rem;
    padding: 0;
  }
}
.section-cta-contact .contact-tiles__tile__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 5.5rem;
  height: 100%;
  margin-bottom: 2rem;
  opacity: 0.8;
}
.section-cta-contact .contact-tiles__tile__icon img {
  width: 100%;
}
.section-cta-contact .contact-tiles__tile__title {
  font-size: 2.2rem;
  color: #545454;
}
.section-cta-contact .contact-tiles__tile__info {
  font-size: 2rem;
  color: #828282;
}
.section-cta-contact .contact-tiles__tile::hover {
  border: 0.3rem solid #D0D0D0;
}
.section-cta-contact .contact-tiles__tile::hover > .section-cta-contact .contact-tiles__info {
  display: none;
}

.section-service-item .service-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-service-item .service-content__icon {
  max-width: 4rem;
  width: auto;
}
.section-service-item .service-content h2 {
  color: #545454;
}
.section-service-item .service-content p {
  margin: 0.5rem 0 0 0;
  font-size: 1.8rem;
  line-height: 1.6;
}
.section-service-item .service-content__actions {
  color: #3E3E3E;
}
.section-service-item .service-content__actions a {
  font-size: 1.7rem;
  font-weight: 400;
}
.section-service-item .service-content__actions .link {
  color: #3E3E3E;
}
.section-service-item .service-content__actions .button {
  font-weight: 700;
}
.section-service-item .service-content__actions__subchoice {
  display: inline-block;
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-service-item .service-content__actions__subchoice {
    min-width: 0;
  }
}
.section-service-item .service-visual__image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-service-item .service-visual__image__img {
  width: 100%;
}
.section-service-item .service-visual__icon {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 32rem;
}
@media only screen and (min-width: 768px) {
  .section-service-item .service-visual__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.section-service-item .service-visual__icon__img {
  position: relative;
  max-width: 6rem;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .section-service-item .service-visual__icon__img {
    position: absolute;
    max-width: 100%;
  }
}
.section-service-item .service-visual__icon__background {
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-service-item .service-visual__icon__background {
    display: block;
  }
}
.section-service-item .service-visual__slider .slide-service__image {
  width: 100%;
}
/* Theme
--------------------------------------------- */
.pattern-bobix {
  width: 40rem;
  height: 43rem;
  position: absolute;
  z-index: 9;
  transform: scale(0.8);
}
@media only screen and (min-width: 992px) {
  .pattern-bobix {
    transform: scale(1);
  }
}
.pattern-bobix--primary__block {
  position: absolute;
  border-radius: 8%;
}
.pattern-bobix--primary__block--one {
  border-radius: 8%;
  width: 19rem;
  height: 19rem;
  top: 0;
  right: 2rem;
  background-color: #29ABE2;
  opacity: 0.5;
}
.pattern-bobix--primary__block--two {
  width: 15rem;
  height: 15rem;
  top: 20%;
  left: 0;
  background-color: #0071BC;
  opacity: 0.2;
}
.pattern-bobix--primary__block--three {
  width: 5.5rem;
  height: 5.5rem;
  bottom: 25%;
  left: 40%;
  background-color: #29ABE2;
  opacity: 0.3;
}
.pattern-bobix--primary__block--four {
  width: 12rem;
  height: 12rem;
  bottom: 20%;
  right: 0rem;
  background-color: #0071BC;
  opacity: 0.35;
}
.pattern-bobix--primary__block--five {
  width: 4.2rem;
  height: 4.2rem;
  bottom: 0%;
  left: 55%;
  background-color: #29ABE2;
  opacity: 0.15;
}

/* Posts and pages
--------------------------------------------- */
.page {
  overflow-x: hidden;
}

.page-hero {
  width: 100%;
  height: 32rem;
  position: relative;
}
.page-hero::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  opacity: 0.2;
  background-image: linear-gradient(180deg, #29ABE2 0%, #9FDBEE 62%, #FFFFFF 100%);
  z-index: 0;
}
.page-hero__bg::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.78) 77%, #FFFFFF 96%);
  z-index: 2;
}
.page-hero__pattern .pattern-bobix {
  right: -6rem;
  opacity: 0.65;
  z-index: 4;
}
@media only screen and (min-width: 992px) {
  .page-hero__pattern .pattern-bobix {
    right: -3rem;
    bottom: -30rem;
  }
}

.section-page-heading {
  z-index: 9;
  position: relative;
}

footer {
  display: none;
  margin-top: 2000px;
  background: #272727;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.front-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.front-hero::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  opacity: 0.2;
  background-image: linear-gradient(180deg, #29ABE2 0%, #9FDBEE 62%, #FFFFFF 100%);
  z-index: 0;
}
.front-hero__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}
.front-hero__bg::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.78) 77%, #FFFFFF 96%);
  z-index: 2;
}
.front-hero__pattern .pattern-bobix {
  right: -6rem;
  top: 15%;
  opacity: 0.65;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .front-hero__pattern .pattern-bobix {
    right: -3rem;
    top: 25%;
  }
}
.front-hero__content {
  position: relative;
  z-index: 9;
  color: #1E87CC;
  line-height: 1.1;
}
.front-hero__content h1 {
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #1E87CC;
}
@media only screen and (min-width: 768px) {
  .front-hero__content h1 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .front-hero__content h1 {
    font-size: 4.6rem;
  }
}
.front-hero__content h2 {
  max-width: 45rem;
  margin-bottom: 4.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  color: #1E87CC;
}
@media only screen and (min-width: 992px) {
  .front-hero__content h2 {
    font-size: 2.8rem;
  }
}

.section-services .service-cards__card {
  position: relative;
  display: flex;
  height: 100%;
  padding: 3rem;
  background-image: linear-gradient(130deg, #29ABE2 18%, #0071BC 100%);
  box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.15);
  border-radius: 1.5rem;
  overflow: hidden;
}
.section-services .service-cards__card__bg {
  width: 70%;
  position: absolute;
  right: -10%;
  bottom: -15%;
  z-index: 1;
  opacity: 0.05;
}
.section-services .service-cards__card__content {
  margin-top: auto;
  position: relative;
  z-index: 2;
}
.section-services .service-cards__card__content__icon {
  margin-bottom: 1.5rem;
}
.section-services .service-cards__card__content__title {
  margin-bottom: 1rem;
  line-height: 1;
  color: #fff;
}
.section-services .service-cards__card__content__description {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.5;
  opacity: 0.8;
}
.section-services .service-cards__card__content__link {
  font-size: 1.7rem;
  color: #fff;
}

.section-projects .projects__item {
  position: relative;
  height: 100%;
  min-height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-projects .projects__item {
    min-height: 28rem;
  }
}
.section-projects .projects__item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s;
}
.section-projects .projects__item__content {
  position: relative;
  padding: 1rem;
  text-align: center;
  transition: all 0.26s;
  opacity: 1;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .section-projects .projects__item__content {
    top: -3rem;
    opacity: 0;
  }
}
.section-projects .projects__item__content h4 {
  color: #fff;
}
.section-projects .projects__item__arrow {
  position: absolute;
  width: 2.5rem;
  bottom: 0;
  transform: rotate(180deg);
  transition: all 0.18s;
  opacity: 0;
  z-index: 4;
}
.section-projects .projects__item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  background-image: linear-gradient(135deg, #29ABE2 9%, #0071BC 89%);
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .section-projects .projects__item::after {
    opacity: 0;
    transition: opacity 0.22s;
  }
}
@media only screen and (min-width: 992px) {
  .section-projects .projects__item:hover::after {
    opacity: 0.82;
  }
  .section-projects .projects__item:hover .projects__item__bg {
    transform: scale(1.1);
  }
  .section-projects .projects__item:hover .projects__item__content {
    top: 0;
    opacity: 1;
  }
  .section-projects .projects__item:hover .projects__item__arrow {
    bottom: 3rem;
    opacity: 1;
  }
  .section-projects .projects__item.m-h-31 {
    min-height: 31rem;
  }
  .section-projects .projects__item.m-h-46 {
    min-height: 46rem;
  }
}

.section-clients .clients-overview {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.section-clients .clients-overview .splide-clients {
  width: 100%;
  margin: 6rem 0;
}
.section-clients .clients-overview__cta {
  max-width: 32rem;
}
.section-clients .clients-overview__cta * {
  font-size: 1.8rem;
  line-height: 1.3;
}
.section-clients .seperator {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-clients .seperator::after {
  position: absolute;
  width: 0.1rem;
  top: 6rem;
  bottom: 6rem;
  content: " ";
  background-color: #fff;
  opacity: 0.6;
}
.section-clients .clients-reviews {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-lab-articles .lab-article {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .section-lab-articles .lab-article {
    flex-direction: row;
  }
}
.section-lab-articles .lab-article__image {
  position: relative;
  width: 100%;
  height: 22rem;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  flex-shrink: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-lab-articles .lab-article__image {
    margin-bottom: 0;
    width: 25rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-lab-articles .lab-article__image {
    width: 35rem;
  }
}
.section-lab-articles .lab-article__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-lab-articles .lab-article__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-lab-articles .lab-article__content p {
  font-size: 1.7rem;
  line-height: 1.3;
}
.section-lab-articles .lab-article__content a {
  font-weight: bold;
  color: #6F6F6F;
}
.section-lab-articles .lab-article__content a:hover {
  color: #0071BC;
}
@media only screen and (min-width: 768px) {
  .section-lab-articles .lab-article__content {
    margin-left: 3rem;
  }
}
.section-lab-articles hr {
  width: 100%;
  max-width: 20rem;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide {
  width: 100%;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #6F6F6F;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
