/*!
  Theme Name: The Endodontic Practice
  Version: 1.0
  Author: Dental Design
  Author URI: https://dental-design.marketing/
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1
  }
  25%,
  75% {
    opacity: 0
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1
  }
  25%,
  75% {
    opacity: 0
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg)
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  10%,
  20% {
    -webkit-transform: scale(.9) rotate(-3deg);
    transform: scale(.9) rotate(-3deg)
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg)
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  10%,
  20% {
    -webkit-transform: scale(.9) rotate(-3deg);
    -ms-transform: scale(.9) rotate(-3deg);
    transform: scale(.9) rotate(-3deg)
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg)
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg)
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg)
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg)
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg)
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg)
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg)
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg)
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg)
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg)
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }
  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px)
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg)
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg)
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  -ms-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg)
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg)
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  -ms-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  -ms-backface-visibility: visible!important;
  backface-visibility: visible!important
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  -ms-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    -ms-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}
:root {
  --white: #ffffff;
  --black: #202020;
  --grey: #888888;
  --grey-dark: #505050;
  --grey-light: #F1F1F1;
  --blue-alt: #5881AB;
  --blue-light: #CAD6E1;
  --blue: #456C8D;
  --blue-dark: #355C7D;
  --danger: #b81c23;
  --youtube: #ff0000;
  --instagram: #E1306C;
  --twitter: #1DA1F2;
  --body-font: "Metropolis";
  --body-bg: var(--white);
  --main-bg: var(--white);
  --light: 300;
  --regular: 400;
  --medium: 500;
  --bold: 600
}
@font-face {
  font-family: Metropolis;
  src: url(../the-endodontic-practice/assets/fonts/metropolis/Metropolis-Light.woff2) format("woff2"),url(../the-endodontic-practice/assets/fonts/metropolis/Metropolis-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Metropolis;
  src: url(../the-endodontic-practice/assets/fonts/metropolis/Metropolis-LightItalic.woff2) format("woff2"),url(../the-endodontic-practice/assets/fonts/metropolis/Metropolis-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap
}
@font-face {
  font-family: Metropolis;
  src: url(../the-endodontic-practice/assets/fonts/metropolis/Metropolis-Regular.woff2) format("woff2"),url(../the-endodontic-practice/assets/fonts/metropolis/Metropolis-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Metropolis;
  src: url(../the-endodontic-practice/assets/fonts/metropolis/Metropolis-RegularItalic.woff2) format("woff2"),url(../the-endodontic-practice/assets/fonts/metropolis/Metropolis-RegularItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap
}
@font-face {
  font-family: Metropolis;
  src: url(../the-endodontic-practice/assets/fonts/metropolis/Metropolis-Medium.woff2) format("woff2"),url(../the-endodontic-practice/assets/fonts/metropolis/Metropolis-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Metropolis;
  src: url(../the-endodontic-practice/assets/fonts/metropolis/Metropolis-MediumItalic.woff2) format("woff2"),url(../the-endodontic-practice/assets/fonts/metropolis/Metropolis-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap
}
@font-face {
  font-family: Metropolis;
  src: url(../the-endodontic-practice/assets/fonts/metropolis/Metropolis-SemiBold.woff2) format("woff2"),url(../the-endodontic-practice/assets/fonts/metropolis/Metropolis-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Metropolis;
  src: url(../the-endodontic-practice/assets/fonts/metropolis/Metropolis-SemiBoldItalic.woff2) format("woff2"),url(../the-endodontic-practice/assets/fonts/metropolis/Metropolis-SemiBoldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap
}
.block-m,
.block-m-t,
.block-m-y {
  margin-top: 2rem
}
@media (min-width:768px) {
  .block-m,
  .block-m-t,
  .block-m-y {
    margin-top: 4rem
  }
}
@media (min-width:1280px) {
  .block-m,
  .block-m-t,
  .block-m-y {
    margin-top: 6rem
  }
}
@media (min-width:1550px) {
  .block-m,
  .block-m-t,
  .block-m-y {
    margin-top: 8rem
  }
}
.block-m,
.block-m-b,
.block-m-y {
  margin-bottom: 2rem
}
@media (min-width:768px) {
  .block-m,
  .block-m-b,
  .block-m-y {
    margin-bottom: 4rem
  }
}
@media (min-width:1280px) {
  .block-m,
  .block-m-b,
  .block-m-y {
    margin-bottom: 6rem
  }
}
@media (min-width:1550px) {
  .block-m,
  .block-m-b,
  .block-m-y {
    margin-bottom: 8rem
  }
}
.block-m,
.block-m-l,
.block-m-x {
  margin-left: 2rem
}
@media (min-width:768px) {
  .block-m,
  .block-m-l,
  .block-m-x {
    margin-left: 4rem
  }
}
@media (min-width:1280px) {
  .block-m,
  .block-m-l,
  .block-m-x {
    margin-left: 6rem
  }
}
@media (min-width:1550px) {
  .block-m,
  .block-m-l,
  .block-m-x {
    margin-left: 8rem
  }
}
.block-m,
.block-m-r,
.block-m-x {
  margin-right: 2rem
}
@media (min-width:768px) {
  .block-m,
  .block-m-r,
  .block-m-x {
    margin-right: 4rem
  }
}
@media (min-width:1280px) {
  .block-m,
  .block-m-r,
  .block-m-x {
    margin-right: 6rem
  }
}
@media (min-width:1550px) {
  .block-m,
  .block-m-r,
  .block-m-x {
    margin-right: 8rem
  }
}
.block-m,
.block-m-t,
.block-m-y {
  margin-top: 2rem
}
@media (min-width:768px) {
  .block-m,
  .block-m-t,
  .block-m-y {
    margin-top: 4rem
  }
}
@media (min-width:1280px) {
  .block-m,
  .block-m-t,
  .block-m-y {
    margin-top: 6rem
  }
}
@media (min-width:1550px) {
  .block-m,
  .block-m-t,
  .block-m-y {
    margin-top: 8rem
  }
}
.block-m,
.block-m-b,
.block-m-y {
  margin-bottom: 2rem
}
@media (min-width:768px) {
  .block-m,
  .block-m-b,
  .block-m-y {
    margin-bottom: 4rem
  }
}
@media (min-width:1280px) {
  .block-m,
  .block-m-b,
  .block-m-y {
    margin-bottom: 6rem
  }
}
@media (min-width:1550px) {
  .block-m,
  .block-m-b,
  .block-m-y {
    margin-bottom: 8rem
  }
}
.block-m,
.block-m-l,
.block-m-x {
  margin-left: 2rem
}
@media (min-width:768px) {
  .block-m,
  .block-m-l,
  .block-m-x {
    margin-left: 4rem
  }
}
@media (min-width:1280px) {
  .block-m,
  .block-m-l,
  .block-m-x {
    margin-left: 6rem
  }
}
@media (min-width:1550px) {
  .block-m,
  .block-m-l,
  .block-m-x {
    margin-left: 8rem
  }
}
.block-m,
.block-m-r,
.block-m-x {
  margin-right: 2rem
}
@media (min-width:768px) {
  .block-m,
  .block-m-r,
  .block-m-x {
    margin-right: 4rem
  }
}
@media (min-width:1280px) {
  .block-m,
  .block-m-r,
  .block-m-x {
    margin-right: 6rem
  }
}
@media (min-width:1550px) {
  .block-m,
  .block-m-r,
  .block-m-x {
    margin-right: 8rem
  }
}
.block-m,
.block-m-t,
.block-m-y {
  margin-top: 2rem
}
@media (min-width:768px) {
  .block-m,
  .block-m-t,
  .block-m-y {
    margin-top: 4rem
  }
}
@media (min-width:1280px) {
  .block-m,
  .block-m-t,
  .block-m-y {
    margin-top: 6rem
  }
}
@media (min-width:1550px) {
  .block-m,
  .block-m-t,
  .block-m-y {
    margin-top: 8rem
  }
}
.block-m,
.block-m-b,
.block-m-y {
  margin-bottom: 2rem
}
@media (min-width:768px) {
  .block-m,
  .block-m-b,
  .block-m-y {
    margin-bottom: 4rem
  }
}
@media (min-width:1280px) {
  .block-m,
  .block-m-b,
  .block-m-y {
    margin-bottom: 6rem
  }
}
@media (min-width:1550px) {
  .block-m,
  .block-m-b,
  .block-m-y {
    margin-bottom: 8rem
  }
}
.block-m,
.block-m-l,
.block-m-x {
  margin-left: 2rem
}
@media (min-width:768px) {
  .block-m,
  .block-m-l,
  .block-m-x {
    margin-left: 4rem
  }
}
@media (min-width:1280px) {
  .block-m,
  .block-m-l,
  .block-m-x {
    margin-left: 6rem
  }
}
@media (min-width:1550px) {
  .block-m,
  .block-m-l,
  .block-m-x {
    margin-left: 8rem
  }
}
.block-m,
.block-m-r,
.block-m-x {
  margin-right: 2rem
}
@media (min-width:768px) {
  .block-m,
  .block-m-r,
  .block-m-x {
    margin-right: 4rem
  }
}
@media (min-width:1280px) {
  .block-m,
  .block-m-r,
  .block-m-x {
    margin-right: 6rem
  }
}
@media (min-width:1550px) {
  .block-m,
  .block-m-r,
  .block-m-x {
    margin-right: 8rem
  }
}
.block-m,
.block-m-t,
.block-m-y {
  margin-top: 2rem
}
@media (min-width:768px) {
  .block-m,
  .block-m-t,
  .block-m-y {
    margin-top: 4rem
  }
}
@media (min-width:1280px) {
  .block-m,
  .block-m-t,
  .block-m-y {
    margin-top: 6rem
  }
}
@media (min-width:1550px) {
  .block-m,
  .block-m-t,
  .block-m-y {
    margin-top: 8rem
  }
}
.block-m,
.block-m-b,
.block-m-y {
  margin-bottom: 2rem
}
@media (min-width:768px) {
  .block-m,
  .block-m-b,
  .block-m-y {
    margin-bottom: 4rem
  }
}
@media (min-width:1280px) {
  .block-m,
  .block-m-b,
  .block-m-y {
    margin-bottom: 6rem
  }
}
@media (min-width:1550px) {
  .block-m,
  .block-m-b,
  .block-m-y {
    margin-bottom: 8rem
  }
}
.block-m,
.block-m-l,
.block-m-x {
  margin-left: 2rem
}
@media (min-width:768px) {
  .block-m,
  .block-m-l,
  .block-m-x {
    margin-left: 4rem
  }
}
@media (min-width:1280px) {
  .block-m,
  .block-m-l,
  .block-m-x {
    margin-left: 6rem
  }
}
@media (min-width:1550px) {
  .block-m,
  .block-m-l,
  .block-m-x {
    margin-left: 8rem
  }
}
.block-m,
.block-m-r,
.block-m-x {
  margin-right: 2rem
}
@media (min-width:768px) {
  .block-m,
  .block-m-r,
  .block-m-x {
    margin-right: 4rem
  }
}
@media (min-width:1280px) {
  .block-m,
  .block-m-r,
  .block-m-x {
    margin-right: 6rem
  }
}
@media (min-width:1550px) {
  .block-m,
  .block-m-r,
  .block-m-x {
    margin-right: 8rem
  }
}
.block-p,
.block-p-t,
.block-p-y {
  padding-top: 2rem
}
@media (min-width:768px) {
  .block-p,
  .block-p-t,
  .block-p-y {
    padding-top: 4rem
  }
}
@media (min-width:1280px) {
  .block-p,
  .block-p-t,
  .block-p-y {
    padding-top: 6rem
  }
}
@media (min-width:1550px) {
  .block-p,
  .block-p-t,
  .block-p-y {
    padding-top: 8rem
  }
}
.block-p,
.block-p-b,
.block-p-y {
  padding-bottom: 2rem
}
@media (min-width:768px) {
  .block-p,
  .block-p-b,
  .block-p-y {
    padding-bottom: 4rem
  }
}
@media (min-width:1280px) {
  .block-p,
  .block-p-b,
  .block-p-y {
    padding-bottom: 6rem
  }
}
@media (min-width:1550px) {
  .block-p,
  .block-p-b,
  .block-p-y {
    padding-bottom: 8rem
  }
}
.block-p,
.block-p-l,
.block-p-x {
  padding-left: 2rem
}
@media (min-width:768px) {
  .block-p,
  .block-p-l,
  .block-p-x {
    padding-left: 4rem
  }
}
@media (min-width:1280px) {
  .block-p,
  .block-p-l,
  .block-p-x {
    padding-left: 6rem
  }
}
@media (min-width:1550px) {
  .block-p,
  .block-p-l,
  .block-p-x {
    padding-left: 8rem
  }
}
.block-p,
.block-p-r,
.block-p-x {
  padding-right: 2rem
}
@media (min-width:768px) {
  .block-p,
  .block-p-r,
  .block-p-x {
    padding-right: 4rem
  }
}
@media (min-width:1280px) {
  .block-p,
  .block-p-r,
  .block-p-x {
    padding-right: 6rem
  }
}
@media (min-width:1550px) {
  .block-p,
  .block-p-r,
  .block-p-x {
    padding-right: 8rem
  }
}
.block-p,
.block-p-t,
.block-p-y {
  padding-top: 2rem
}
@media (min-width:768px) {
  .block-p,
  .block-p-t,
  .block-p-y {
    padding-top: 4rem
  }
}
@media (min-width:1280px) {
  .block-p,
  .block-p-t,
  .block-p-y {
    padding-top: 6rem
  }
}
@media (min-width:1550px) {
  .block-p,
  .block-p-t,
  .block-p-y {
    padding-top: 8rem
  }
}
.block-p,
.block-p-b,
.block-p-y {
  padding-bottom: 2rem
}
@media (min-width:768px) {
  .block-p,
  .block-p-b,
  .block-p-y {
    padding-bottom: 4rem
  }
}
@media (min-width:1280px) {
  .block-p,
  .block-p-b,
  .block-p-y {
    padding-bottom: 6rem
  }
}
@media (min-width:1550px) {
  .block-p,
  .block-p-b,
  .block-p-y {
    padding-bottom: 8rem
  }
}
.block-p,
.block-p-l,
.block-p-x {
  padding-left: 2rem
}
@media (min-width:768px) {
  .block-p,
  .block-p-l,
  .block-p-x {
    padding-left: 4rem
  }
}
@media (min-width:1280px) {
  .block-p,
  .block-p-l,
  .block-p-x {
    padding-left: 6rem
  }
}
@media (min-width:1550px) {
  .block-p,
  .block-p-l,
  .block-p-x {
    padding-left: 8rem
  }
}
.block-p,
.block-p-r,
.block-p-x {
  padding-right: 2rem
}
@media (min-width:768px) {
  .block-p,
  .block-p-r,
  .block-p-x {
    padding-right: 4rem
  }
}
@media (min-width:1280px) {
  .block-p,
  .block-p-r,
  .block-p-x {
    padding-right: 6rem
  }
}
@media (min-width:1550px) {
  .block-p,
  .block-p-r,
  .block-p-x {
    padding-right: 8rem
  }
}
.block-p,
.block-p-t,
.block-p-y {
  padding-top: 2rem
}
@media (min-width:768px) {
  .block-p,
  .block-p-t,
  .block-p-y {
    padding-top: 4rem
  }
}
@media (min-width:1280px) {
  .block-p,
  .block-p-t,
  .block-p-y {
    padding-top: 6rem
  }
}
@media (min-width:1550px) {
  .block-p,
  .block-p-t,
  .block-p-y {
    padding-top: 8rem
  }
}
.block-p,
.block-p-b,
.block-p-y {
  padding-bottom: 2rem
}
@media (min-width:768px) {
  .block-p,
  .block-p-b,
  .block-p-y {
    padding-bottom: 4rem
  }
}
@media (min-width:1280px) {
  .block-p,
  .block-p-b,
  .block-p-y {
    padding-bottom: 6rem
  }
}
@media (min-width:1550px) {
  .block-p,
  .block-p-b,
  .block-p-y {
    padding-bottom: 8rem
  }
}
.block-p,
.block-p-l,
.block-p-x {
  padding-left: 2rem
}
@media (min-width:768px) {
  .block-p,
  .block-p-l,
  .block-p-x {
    padding-left: 4rem
  }
}
@media (min-width:1280px) {
  .block-p,
  .block-p-l,
  .block-p-x {
    padding-left: 6rem
  }
}
@media (min-width:1550px) {
  .block-p,
  .block-p-l,
  .block-p-x {
    padding-left: 8rem
  }
}
.block-p,
.block-p-r,
.block-p-x {
  padding-right: 2rem
}
@media (min-width:768px) {
  .block-p,
  .block-p-r,
  .block-p-x {
    padding-right: 4rem
  }
}
@media (min-width:1280px) {
  .block-p,
  .block-p-r,
  .block-p-x {
    padding-right: 6rem
  }
}
@media (min-width:1550px) {
  .block-p,
  .block-p-r,
  .block-p-x {
    padding-right: 8rem
  }
}
.block-p,
.block-p-t,
.block-p-y {
  padding-top: 2rem
}
@media (min-width:768px) {
  .block-p,
  .block-p-t,
  .block-p-y {
    padding-top: 4rem
  }
}
@media (min-width:1280px) {
  .block-p,
  .block-p-t,
  .block-p-y {
    padding-top: 6rem
  }
}
@media (min-width:1550px) {
  .block-p,
  .block-p-t,
  .block-p-y {
    padding-top: 8rem
  }
}
.block-p,
.block-p-b,
.block-p-y {
  padding-bottom: 2rem
}
@media (min-width:768px) {
  .block-p,
  .block-p-b,
  .block-p-y {
    padding-bottom: 4rem
  }
}
@media (min-width:1280px) {
  .block-p,
  .block-p-b,
  .block-p-y {
    padding-bottom: 6rem
  }
}
@media (min-width:1550px) {
  .block-p,
  .block-p-b,
  .block-p-y {
    padding-bottom: 8rem
  }
}
.block-p,
.block-p-l,
.block-p-x {
  padding-left: 2rem
}
@media (min-width:768px) {
  .block-p,
  .block-p-l,
  .block-p-x {
    padding-left: 4rem
  }
}
@media (min-width:1280px) {
  .block-p,
  .block-p-l,
  .block-p-x {
    padding-left: 6rem
  }
}
@media (min-width:1550px) {
  .block-p,
  .block-p-l,
  .block-p-x {
    padding-left: 8rem
  }
}
.block-p,
.block-p-r,
.block-p-x {
  padding-right: 2rem
}
@media (min-width:768px) {
  .block-p,
  .block-p-r,
  .block-p-x {
    padding-right: 4rem
  }
}
@media (min-width:1280px) {
  .block-p,
  .block-p-r,
  .block-p-x {
    padding-right: 6rem
  }
}
@media (min-width:1550px) {
  .block-p,
  .block-p-r,
  .block-p-x {
    padding-right: 8rem
  }
}
.d-flex {
  display: flex
}
.bg-white {
  background: #fff
}
.bg-black {
  background: #202020
}
.bg-grey {
  background: #888
}
.bg-grey-dark {
  background: #505050
}
.bg-grey-light {
  background: #f1f1f1
}
.bg-blue {
  background: #456c8d
}
.bg-blue-light {
  background: #cad6e1
}
.bg-blue-dark {
  background: #355c7d
}
.bg-blue-alt {
  background: #5881ab
}
.bg-danger {
  background: #b81c23
}
.color-white {
  color: #fff
}
.color-black {
  color: #202020
}
.color-grey {
  color: #888
}
.color-grey-dark {
  color: #505050
}
.color-grey-light {
  color: #f1f1f1
}
.color-blue {
  color: #456c8d
}
.color-blue-light {
  color: #cad6e1
}
.color-blue-dark {
  color: #355c7d
}
.color-blue-alt {
  color: #5881ab
}
.color-danger {
  color: #b81c23
}
.m-0,
.mt-0,
.my-0 {
  margin-top: 0!important
}
.m-0,
.mr-0,
.mx-0 {
  margin-right: 0!important
}
.m-0,
.mb-0,
.my-0 {
  margin-bottom: 0!important
}
.m-0,
.ml-0,
.mx-0 {
  margin-left: 0!important
}
.m-1,
.mt-1,
.my-1 {
  margin-top: .25rem!important
}
.m-1,
.mr-1,
.mx-1 {
  margin-right: .25rem!important
}
.m-1,
.mb-1,
.my-1 {
  margin-bottom: .25rem!important
}
.m-1,
.ml-1,
.mx-1 {
  margin-left: .25rem!important
}
.m-2,
.mt-2,
.my-2 {
  margin-top: .5rem!important
}
.m-2,
.mr-2,
.mx-2 {
  margin-right: .5rem!important
}
.m-2,
.mb-2,
.my-2 {
  margin-bottom: .5rem!important
}
.m-2,
.ml-2,
.mx-2 {
  margin-left: .5rem!important
}
.m-3,
.mt-3,
.my-3 {
  margin-top: 1rem!important
}
.m-3,
.mr-3,
.mx-3 {
  margin-right: 1rem!important
}
.m-3,
.mb-3,
.my-3 {
  margin-bottom: 1rem!important
}
.m-3,
.ml-3,
.mx-3 {
  margin-left: 1rem!important
}
.m-4,
.mt-4,
.my-4 {
  margin-top: 1.5rem!important
}
.m-4,
.mr-4,
.mx-4 {
  margin-right: 1.5rem!important
}
.m-4,
.mb-4,
.my-4 {
  margin-bottom: 1.5rem!important
}
.m-4,
.ml-4,
.mx-4 {
  margin-left: 1.5rem!important
}
.m-5,
.mt-5,
.my-5 {
  margin-top: 2rem!important
}
.m-5,
.mr-5,
.mx-5 {
  margin-right: 2rem!important
}
.m-5,
.mb-5,
.my-5 {
  margin-bottom: 2rem!important
}
.m-5,
.ml-5,
.mx-5 {
  margin-left: 2rem!important
}
.m-6,
.mt-6,
.my-6 {
  margin-top: 2.5rem!important
}
.m-6,
.mr-6,
.mx-6 {
  margin-right: 2.5rem!important
}
.m-6,
.mb-6,
.my-6 {
  margin-bottom: 2.5rem!important
}
.m-6,
.ml-6,
.mx-6 {
  margin-left: 2.5rem!important
}
.m-7,
.mt-7,
.my-7 {
  margin-top: 3rem!important
}
.m-7,
.mr-7,
.mx-7 {
  margin-right: 3rem!important
}
.m-7,
.mb-7,
.my-7 {
  margin-bottom: 3rem!important
}
.m-7,
.ml-7,
.mx-7 {
  margin-left: 3rem!important
}
.m-8,
.mt-8,
.my-8 {
  margin-top: 3.5rem!important
}
.m-8,
.mr-8,
.mx-8 {
  margin-right: 3.5rem!important
}
.m-8,
.mb-8,
.my-8 {
  margin-bottom: 3.5rem!important
}
.m-8,
.ml-8,
.mx-8 {
  margin-left: 3.5rem!important
}
.m-9,
.mt-9,
.my-9 {
  margin-top: 4rem!important
}
.m-9,
.mr-9,
.mx-9 {
  margin-right: 4rem!important
}
.m-9,
.mb-9,
.my-9 {
  margin-bottom: 4rem!important
}
.m-9,
.ml-9,
.mx-9 {
  margin-left: 4rem!important
}
.m-10,
.mt-10,
.my-10 {
  margin-top: 4.5rem!important
}
.m-10,
.mr-10,
.mx-10 {
  margin-right: 4.5rem!important
}
.m-10,
.mb-10,
.my-10 {
  margin-bottom: 4.5rem!important
}
.m-10,
.ml-10,
.mx-10 {
  margin-left: 4.5rem!important
}
.m-11,
.mt-11,
.my-11 {
  margin-top: 5rem!important
}
.m-11,
.mr-11,
.mx-11 {
  margin-right: 5rem!important
}
.m-11,
.mb-11,
.my-11 {
  margin-bottom: 5rem!important
}
.m-11,
.ml-11,
.mx-11 {
  margin-left: 5rem!important
}
.m-12,
.mt-12,
.my-12 {
  margin-top: 5.5rem!important
}
.m-12,
.mr-12,
.mx-12 {
  margin-right: 5.5rem!important
}
.m-12,
.mb-12,
.my-12 {
  margin-bottom: 5.5rem!important
}
.m-12,
.ml-12,
.mx-12 {
  margin-left: 5.5rem!important
}
.m-13,
.mt-13,
.my-13 {
  margin-top: 6rem!important
}
.m-13,
.mr-13,
.mx-13 {
  margin-right: 6rem!important
}
.m-13,
.mb-13,
.my-13 {
  margin-bottom: 6rem!important
}
.m-13,
.ml-13,
.mx-13 {
  margin-left: 6rem!important
}
.m-14,
.mt-14,
.my-14 {
  margin-top: 6.5rem!important
}
.m-14,
.mr-14,
.mx-14 {
  margin-right: 6.5rem!important
}
.m-14,
.mb-14,
.my-14 {
  margin-bottom: 6.5rem!important
}
.m-14,
.ml-14,
.mx-14 {
  margin-left: 6.5rem!important
}
.m-15,
.mt-15,
.my-15 {
  margin-top: 7rem!important
}
.m-15,
.mr-15,
.mx-15 {
  margin-right: 7rem!important
}
.m-15,
.mb-15,
.my-15 {
  margin-bottom: 7rem!important
}
.m-15,
.ml-15,
.mx-15 {
  margin-left: 7rem!important
}
.m-16,
.mt-16,
.my-16 {
  margin-top: 7.5rem!important
}
.m-16,
.mr-16,
.mx-16 {
  margin-right: 7.5rem!important
}
.m-16,
.mb-16,
.my-16 {
  margin-bottom: 7.5rem!important
}
.m-16,
.ml-16,
.mx-16 {
  margin-left: 7.5rem!important
}
.m-17,
.mt-17,
.my-17 {
  margin-top: 8rem!important
}
.m-17,
.mr-17,
.mx-17 {
  margin-right: 8rem!important
}
.m-17,
.mb-17,
.my-17 {
  margin-bottom: 8rem!important
}
.m-17,
.ml-17,
.mx-17 {
  margin-left: 8rem!important
}
.m-18,
.mt-18,
.my-18 {
  margin-top: 8.5rem!important
}
.m-18,
.mr-18,
.mx-18 {
  margin-right: 8.5rem!important
}
.m-18,
.mb-18,
.my-18 {
  margin-bottom: 8.5rem!important
}
.m-18,
.ml-18,
.mx-18 {
  margin-left: 8.5rem!important
}
.m-19,
.mt-19,
.my-19 {
  margin-top: 9rem!important
}
.m-19,
.mr-19,
.mx-19 {
  margin-right: 9rem!important
}
.m-19,
.mb-19,
.my-19 {
  margin-bottom: 9rem!important
}
.m-19,
.ml-19,
.mx-19 {
  margin-left: 9rem!important
}
.m-20,
.mt-20,
.my-20 {
  margin-top: 9.5rem!important
}
.m-20,
.mr-20,
.mx-20 {
  margin-right: 9.5rem!important
}
.m-20,
.mb-20,
.my-20 {
  margin-bottom: 9.5rem!important
}
.m-20,
.ml-20,
.mx-20 {
  margin-left: 9.5rem!important
}
.m-21,
.mt-21,
.my-21 {
  margin-top: 10rem!important
}
.m-21,
.mr-21,
.mx-21 {
  margin-right: 10rem!important
}
.m-21,
.mb-21,
.my-21 {
  margin-bottom: 10rem!important
}
.m-21,
.ml-21,
.mx-21 {
  margin-left: 10rem!important
}
.m-22,
.mt-22,
.my-22 {
  margin-top: 10.5rem!important
}
.m-22,
.mr-22,
.mx-22 {
  margin-right: 10.5rem!important
}
.m-22,
.mb-22,
.my-22 {
  margin-bottom: 10.5rem!important
}
.m-22,
.ml-22,
.mx-22 {
  margin-left: 10.5rem!important
}
.m-23,
.mt-23,
.my-23 {
  margin-top: 11rem!important
}
.m-23,
.mr-23,
.mx-23 {
  margin-right: 11rem!important
}
.m-23,
.mb-23,
.my-23 {
  margin-bottom: 11rem!important
}
.m-23,
.ml-23,
.mx-23 {
  margin-left: 11rem!important
}
.m-24,
.mt-24,
.my-24 {
  margin-top: 11.5rem!important
}
.m-24,
.mr-24,
.mx-24 {
  margin-right: 11.5rem!important
}
.m-24,
.mb-24,
.my-24 {
  margin-bottom: 11.5rem!important
}
.m-24,
.ml-24,
.mx-24 {
  margin-left: 11.5rem!important
}
.m-25,
.mt-25,
.my-25 {
  margin-top: 12rem!important
}
.m-25,
.mr-25,
.mx-25 {
  margin-right: 12rem!important
}
.m-25,
.mb-25,
.my-25 {
  margin-bottom: 12rem!important
}
.m-25,
.ml-25,
.mx-25 {
  margin-left: 12rem!important
}
.m-26,
.mt-26,
.my-26 {
  margin-top: 12.5rem!important
}
.m-26,
.mr-26,
.mx-26 {
  margin-right: 12.5rem!important
}
.m-26,
.mb-26,
.my-26 {
  margin-bottom: 12.5rem!important
}
.m-26,
.ml-26,
.mx-26 {
  margin-left: 12.5rem!important
}
.m-27,
.mt-27,
.my-27 {
  margin-top: 13rem!important
}
.m-27,
.mr-27,
.mx-27 {
  margin-right: 13rem!important
}
.m-27,
.mb-27,
.my-27 {
  margin-bottom: 13rem!important
}
.m-27,
.ml-27,
.mx-27 {
  margin-left: 13rem!important
}
.m-28,
.mt-28,
.my-28 {
  margin-top: 13.5rem!important
}
.m-28,
.mr-28,
.mx-28 {
  margin-right: 13.5rem!important
}
.m-28,
.mb-28,
.my-28 {
  margin-bottom: 13.5rem!important
}
.m-28,
.ml-28,
.mx-28 {
  margin-left: 13.5rem!important
}
.m-29,
.mt-29,
.my-29 {
  margin-top: 14rem!important
}
.m-29,
.mr-29,
.mx-29 {
  margin-right: 14rem!important
}
.m-29,
.mb-29,
.my-29 {
  margin-bottom: 14rem!important
}
.m-29,
.ml-29,
.mx-29 {
  margin-left: 14rem!important
}
.m-30,
.mt-30,
.my-30 {
  margin-top: 14.5rem!important
}
.m-30,
.mr-30,
.mx-30 {
  margin-right: 14.5rem!important
}
.m-30,
.mb-30,
.my-30 {
  margin-bottom: 14.5rem!important
}
.m-30,
.ml-30,
.mx-30 {
  margin-left: 14.5rem!important
}
.m-31,
.mt-31,
.my-31 {
  margin-top: 15rem!important
}
.m-31,
.mr-31,
.mx-31 {
  margin-right: 15rem!important
}
.m-31,
.mb-31,
.my-31 {
  margin-bottom: 15rem!important
}
.m-31,
.ml-31,
.mx-31 {
  margin-left: 15rem!important
}
.m-32,
.mt-32,
.my-32 {
  margin-top: 15.5rem!important
}
.m-32,
.mr-32,
.mx-32 {
  margin-right: 15.5rem!important
}
.m-32,
.mb-32,
.my-32 {
  margin-bottom: 15.5rem!important
}
.m-32,
.ml-32,
.mx-32 {
  margin-left: 15.5rem!important
}
.m-33,
.mt-33,
.my-33 {
  margin-top: 16rem!important
}
.m-33,
.mr-33,
.mx-33 {
  margin-right: 16rem!important
}
.m-33,
.mb-33,
.my-33 {
  margin-bottom: 16rem!important
}
.m-33,
.ml-33,
.mx-33 {
  margin-left: 16rem!important
}
.m-34,
.mt-34,
.my-34 {
  margin-top: 16.5rem!important
}
.m-34,
.mr-34,
.mx-34 {
  margin-right: 16.5rem!important
}
.m-34,
.mb-34,
.my-34 {
  margin-bottom: 16.5rem!important
}
.m-34,
.ml-34,
.mx-34 {
  margin-left: 16.5rem!important
}
.m-35,
.mt-35,
.my-35 {
  margin-top: 17rem!important
}
.m-35,
.mr-35,
.mx-35 {
  margin-right: 17rem!important
}
.m-35,
.mb-35,
.my-35 {
  margin-bottom: 17rem!important
}
.m-35,
.ml-35,
.mx-35 {
  margin-left: 17rem!important
}
.m-36,
.mt-36,
.my-36 {
  margin-top: 17.5rem!important
}
.m-36,
.mr-36,
.mx-36 {
  margin-right: 17.5rem!important
}
.m-36,
.mb-36,
.my-36 {
  margin-bottom: 17.5rem!important
}
.m-36,
.ml-36,
.mx-36 {
  margin-left: 17.5rem!important
}
.m-37,
.mt-37,
.my-37 {
  margin-top: 18rem!important
}
.m-37,
.mr-37,
.mx-37 {
  margin-right: 18rem!important
}
.m-37,
.mb-37,
.my-37 {
  margin-bottom: 18rem!important
}
.m-37,
.ml-37,
.mx-37 {
  margin-left: 18rem!important
}
.m-38,
.mt-38,
.my-38 {
  margin-top: 18.5rem!important
}
.m-38,
.mr-38,
.mx-38 {
  margin-right: 18.5rem!important
}
.m-38,
.mb-38,
.my-38 {
  margin-bottom: 18.5rem!important
}
.m-38,
.ml-38,
.mx-38 {
  margin-left: 18.5rem!important
}
.m-39,
.mt-39,
.my-39 {
  margin-top: 19rem!important
}
.m-39,
.mr-39,
.mx-39 {
  margin-right: 19rem!important
}
.m-39,
.mb-39,
.my-39 {
  margin-bottom: 19rem!important
}
.m-39,
.ml-39,
.mx-39 {
  margin-left: 19rem!important
}
.m-40,
.mt-40,
.my-40 {
  margin-top: 19.5rem!important
}
.m-40,
.mr-40,
.mx-40 {
  margin-right: 19.5rem!important
}
.m-40,
.mb-40,
.my-40 {
  margin-bottom: 19.5rem!important
}
.m-40,
.ml-40,
.mx-40 {
  margin-left: 19.5rem!important
}
.m-41,
.mt-41,
.my-41 {
  margin-top: 20rem!important
}
.m-41,
.mr-41,
.mx-41 {
  margin-right: 20rem!important
}
.m-41,
.mb-41,
.my-41 {
  margin-bottom: 20rem!important
}
.m-41,
.ml-41,
.mx-41 {
  margin-left: 20rem!important
}
.p-0,
.pt-0,
.py-0 {
  padding-top: 0!important
}
.p-0,
.pr-0,
.px-0 {
  padding-right: 0!important
}
.p-0,
.pb-0,
.py-0 {
  padding-bottom: 0!important
}
.p-0,
.pl-0,
.px-0 {
  padding-left: 0!important
}
.p-1,
.pt-1,
.py-1 {
  padding-top: .25rem!important
}
.p-1,
.pr-1,
.px-1 {
  padding-right: .25rem!important
}
.p-1,
.pb-1,
.py-1 {
  padding-bottom: .25rem!important
}
.p-1,
.pl-1,
.px-1 {
  padding-left: .25rem!important
}
.p-2,
.pt-2,
.py-2 {
  padding-top: .5rem!important
}
.p-2,
.pr-2,
.px-2 {
  padding-right: .5rem!important
}
.p-2,
.pb-2,
.py-2 {
  padding-bottom: .5rem!important
}
.p-2,
.pl-2,
.px-2 {
  padding-left: .5rem!important
}
.p-3,
.pt-3,
.py-3 {
  padding-top: 1rem!important
}
.p-3,
.pr-3,
.px-3 {
  padding-right: 1rem!important
}
.p-3,
.pb-3,
.py-3 {
  padding-bottom: 1rem!important
}
.p-3,
.pl-3,
.px-3 {
  padding-left: 1rem!important
}
.p-4,
.pt-4,
.py-4 {
  padding-top: 1.5rem!important
}
.p-4,
.pr-4,
.px-4 {
  padding-right: 1.5rem!important
}
.p-4,
.pb-4,
.py-4 {
  padding-bottom: 1.5rem!important
}
.p-4,
.pl-4,
.px-4 {
  padding-left: 1.5rem!important
}
.p-5,
.pt-5,
.py-5 {
  padding-top: 2rem!important
}
.p-5,
.pr-5,
.px-5 {
  padding-right: 2rem!important
}
.p-5,
.pb-5,
.py-5 {
  padding-bottom: 2rem!important
}
.p-5,
.pl-5,
.px-5 {
  padding-left: 2rem!important
}
.p-6,
.pt-6,
.py-6 {
  padding-top: 2.5rem!important
}
.p-6,
.pr-6,
.px-6 {
  padding-right: 2.5rem!important
}
.p-6,
.pb-6,
.py-6 {
  padding-bottom: 2.5rem!important
}
.p-6,
.pl-6,
.px-6 {
  padding-left: 2.5rem!important
}
.p-7,
.pt-7,
.py-7 {
  padding-top: 3rem!important
}
.p-7,
.pr-7,
.px-7 {
  padding-right: 3rem!important
}
.p-7,
.pb-7,
.py-7 {
  padding-bottom: 3rem!important
}
.p-7,
.pl-7,
.px-7 {
  padding-left: 3rem!important
}
.p-8,
.pt-8,
.py-8 {
  padding-top: 3.5rem!important
}
.p-8,
.pr-8,
.px-8 {
  padding-right: 3.5rem!important
}
.p-8,
.pb-8,
.py-8 {
  padding-bottom: 3.5rem!important
}
.p-8,
.pl-8,
.px-8 {
  padding-left: 3.5rem!important
}
.p-9,
.pt-9,
.py-9 {
  padding-top: 4rem!important
}
.p-9,
.pr-9,
.px-9 {
  padding-right: 4rem!important
}
.p-9,
.pb-9,
.py-9 {
  padding-bottom: 4rem!important
}
.p-9,
.pl-9,
.px-9 {
  padding-left: 4rem!important
}
.p-10,
.pt-10,
.py-10 {
  padding-top: 4.5rem!important
}
.p-10,
.pr-10,
.px-10 {
  padding-right: 4.5rem!important
}
.p-10,
.pb-10,
.py-10 {
  padding-bottom: 4.5rem!important
}
.p-10,
.pl-10,
.px-10 {
  padding-left: 4.5rem!important
}
.p-11,
.pt-11,
.py-11 {
  padding-top: 5rem!important
}
.p-11,
.pr-11,
.px-11 {
  padding-right: 5rem!important
}
.p-11,
.pb-11,
.py-11 {
  padding-bottom: 5rem!important
}
.p-11,
.pl-11,
.px-11 {
  padding-left: 5rem!important
}
.p-12,
.pt-12,
.py-12 {
  padding-top: 5.5rem!important
}
.p-12,
.pr-12,
.px-12 {
  padding-right: 5.5rem!important
}
.p-12,
.pb-12,
.py-12 {
  padding-bottom: 5.5rem!important
}
.p-12,
.pl-12,
.px-12 {
  padding-left: 5.5rem!important
}
.p-13,
.pt-13,
.py-13 {
  padding-top: 6rem!important
}
.p-13,
.pr-13,
.px-13 {
  padding-right: 6rem!important
}
.p-13,
.pb-13,
.py-13 {
  padding-bottom: 6rem!important
}
.p-13,
.pl-13,
.px-13 {
  padding-left: 6rem!important
}
.p-14,
.pt-14,
.py-14 {
  padding-top: 6.5rem!important
}
.p-14,
.pr-14,
.px-14 {
  padding-right: 6.5rem!important
}
.p-14,
.pb-14,
.py-14 {
  padding-bottom: 6.5rem!important
}
.p-14,
.pl-14,
.px-14 {
  padding-left: 6.5rem!important
}
.p-15,
.pt-15,
.py-15 {
  padding-top: 7rem!important
}
.p-15,
.pr-15,
.px-15 {
  padding-right: 7rem!important
}
.p-15,
.pb-15,
.py-15 {
  padding-bottom: 7rem!important
}
.p-15,
.pl-15,
.px-15 {
  padding-left: 7rem!important
}
.p-16,
.pt-16,
.py-16 {
  padding-top: 7.5rem!important
}
.p-16,
.pr-16,
.px-16 {
  padding-right: 7.5rem!important
}
.p-16,
.pb-16,
.py-16 {
  padding-bottom: 7.5rem!important
}
.p-16,
.pl-16,
.px-16 {
  padding-left: 7.5rem!important
}
.p-17,
.pt-17,
.py-17 {
  padding-top: 8rem!important
}
.p-17,
.pr-17,
.px-17 {
  padding-right: 8rem!important
}
.p-17,
.pb-17,
.py-17 {
  padding-bottom: 8rem!important
}
.p-17,
.pl-17,
.px-17 {
  padding-left: 8rem!important
}
.p-18,
.pt-18,
.py-18 {
  padding-top: 8.5rem!important
}
.p-18,
.pr-18,
.px-18 {
  padding-right: 8.5rem!important
}
.p-18,
.pb-18,
.py-18 {
  padding-bottom: 8.5rem!important
}
.p-18,
.pl-18,
.px-18 {
  padding-left: 8.5rem!important
}
.p-19,
.pt-19,
.py-19 {
  padding-top: 9rem!important
}
.p-19,
.pr-19,
.px-19 {
  padding-right: 9rem!important
}
.p-19,
.pb-19,
.py-19 {
  padding-bottom: 9rem!important
}
.p-19,
.pl-19,
.px-19 {
  padding-left: 9rem!important
}
.p-20,
.pt-20,
.py-20 {
  padding-top: 9.5rem!important
}
.p-20,
.pr-20,
.px-20 {
  padding-right: 9.5rem!important
}
.p-20,
.pb-20,
.py-20 {
  padding-bottom: 9.5rem!important
}
.p-20,
.pl-20,
.px-20 {
  padding-left: 9.5rem!important
}
.p-21,
.pt-21,
.py-21 {
  padding-top: 10rem!important
}
.p-21,
.pr-21,
.px-21 {
  padding-right: 10rem!important
}
.p-21,
.pb-21,
.py-21 {
  padding-bottom: 10rem!important
}
.p-21,
.pl-21,
.px-21 {
  padding-left: 10rem!important
}
.p-22,
.pt-22,
.py-22 {
  padding-top: 10.5rem!important
}
.p-22,
.pr-22,
.px-22 {
  padding-right: 10.5rem!important
}
.p-22,
.pb-22,
.py-22 {
  padding-bottom: 10.5rem!important
}
.p-22,
.pl-22,
.px-22 {
  padding-left: 10.5rem!important
}
.p-23,
.pt-23,
.py-23 {
  padding-top: 11rem!important
}
.p-23,
.pr-23,
.px-23 {
  padding-right: 11rem!important
}
.p-23,
.pb-23,
.py-23 {
  padding-bottom: 11rem!important
}
.p-23,
.pl-23,
.px-23 {
  padding-left: 11rem!important
}
.p-24,
.pt-24,
.py-24 {
  padding-top: 11.5rem!important
}
.p-24,
.pr-24,
.px-24 {
  padding-right: 11.5rem!important
}
.p-24,
.pb-24,
.py-24 {
  padding-bottom: 11.5rem!important
}
.p-24,
.pl-24,
.px-24 {
  padding-left: 11.5rem!important
}
.p-25,
.pt-25,
.py-25 {
  padding-top: 12rem!important
}
.p-25,
.pr-25,
.px-25 {
  padding-right: 12rem!important
}
.p-25,
.pb-25,
.py-25 {
  padding-bottom: 12rem!important
}
.p-25,
.pl-25,
.px-25 {
  padding-left: 12rem!important
}
.p-26,
.pt-26,
.py-26 {
  padding-top: 12.5rem!important
}
.p-26,
.pr-26,
.px-26 {
  padding-right: 12.5rem!important
}
.p-26,
.pb-26,
.py-26 {
  padding-bottom: 12.5rem!important
}
.p-26,
.pl-26,
.px-26 {
  padding-left: 12.5rem!important
}
.p-27,
.pt-27,
.py-27 {
  padding-top: 13rem!important
}
.p-27,
.pr-27,
.px-27 {
  padding-right: 13rem!important
}
.p-27,
.pb-27,
.py-27 {
  padding-bottom: 13rem!important
}
.p-27,
.pl-27,
.px-27 {
  padding-left: 13rem!important
}
.p-28,
.pt-28,
.py-28 {
  padding-top: 13.5rem!important
}
.p-28,
.pr-28,
.px-28 {
  padding-right: 13.5rem!important
}
.p-28,
.pb-28,
.py-28 {
  padding-bottom: 13.5rem!important
}
.p-28,
.pl-28,
.px-28 {
  padding-left: 13.5rem!important
}
.p-29,
.pt-29,
.py-29 {
  padding-top: 14rem!important
}
.p-29,
.pr-29,
.px-29 {
  padding-right: 14rem!important
}
.p-29,
.pb-29,
.py-29 {
  padding-bottom: 14rem!important
}
.p-29,
.pl-29,
.px-29 {
  padding-left: 14rem!important
}
.p-30,
.pt-30,
.py-30 {
  padding-top: 14.5rem!important
}
.p-30,
.pr-30,
.px-30 {
  padding-right: 14.5rem!important
}
.p-30,
.pb-30,
.py-30 {
  padding-bottom: 14.5rem!important
}
.p-30,
.pl-30,
.px-30 {
  padding-left: 14.5rem!important
}
.p-31,
.pt-31,
.py-31 {
  padding-top: 15rem!important
}
.p-31,
.pr-31,
.px-31 {
  padding-right: 15rem!important
}
.p-31,
.pb-31,
.py-31 {
  padding-bottom: 15rem!important
}
.p-31,
.pl-31,
.px-31 {
  padding-left: 15rem!important
}
.p-32,
.pt-32,
.py-32 {
  padding-top: 15.5rem!important
}
.p-32,
.pr-32,
.px-32 {
  padding-right: 15.5rem!important
}
.p-32,
.pb-32,
.py-32 {
  padding-bottom: 15.5rem!important
}
.p-32,
.pl-32,
.px-32 {
  padding-left: 15.5rem!important
}
.p-33,
.pt-33,
.py-33 {
  padding-top: 16rem!important
}
.p-33,
.pr-33,
.px-33 {
  padding-right: 16rem!important
}
.p-33,
.pb-33,
.py-33 {
  padding-bottom: 16rem!important
}
.p-33,
.pl-33,
.px-33 {
  padding-left: 16rem!important
}
.p-34,
.pt-34,
.py-34 {
  padding-top: 16.5rem!important
}
.p-34,
.pr-34,
.px-34 {
  padding-right: 16.5rem!important
}
.p-34,
.pb-34,
.py-34 {
  padding-bottom: 16.5rem!important
}
.p-34,
.pl-34,
.px-34 {
  padding-left: 16.5rem!important
}
.p-35,
.pt-35,
.py-35 {
  padding-top: 17rem!important
}
.p-35,
.pr-35,
.px-35 {
  padding-right: 17rem!important
}
.p-35,
.pb-35,
.py-35 {
  padding-bottom: 17rem!important
}
.p-35,
.pl-35,
.px-35 {
  padding-left: 17rem!important
}
.p-36,
.pt-36,
.py-36 {
  padding-top: 17.5rem!important
}
.p-36,
.pr-36,
.px-36 {
  padding-right: 17.5rem!important
}
.p-36,
.pb-36,
.py-36 {
  padding-bottom: 17.5rem!important
}
.p-36,
.pl-36,
.px-36 {
  padding-left: 17.5rem!important
}
.p-37,
.pt-37,
.py-37 {
  padding-top: 18rem!important
}
.p-37,
.pr-37,
.px-37 {
  padding-right: 18rem!important
}
.p-37,
.pb-37,
.py-37 {
  padding-bottom: 18rem!important
}
.p-37,
.pl-37,
.px-37 {
  padding-left: 18rem!important
}
.p-38,
.pt-38,
.py-38 {
  padding-top: 18.5rem!important
}
.p-38,
.pr-38,
.px-38 {
  padding-right: 18.5rem!important
}
.p-38,
.pb-38,
.py-38 {
  padding-bottom: 18.5rem!important
}
.p-38,
.pl-38,
.px-38 {
  padding-left: 18.5rem!important
}
.p-39,
.pt-39,
.py-39 {
  padding-top: 19rem!important
}
.p-39,
.pr-39,
.px-39 {
  padding-right: 19rem!important
}
.p-39,
.pb-39,
.py-39 {
  padding-bottom: 19rem!important
}
.p-39,
.pl-39,
.px-39 {
  padding-left: 19rem!important
}
.p-40,
.pt-40,
.py-40 {
  padding-top: 19.5rem!important
}
.p-40,
.pr-40,
.px-40 {
  padding-right: 19.5rem!important
}
.p-40,
.pb-40,
.py-40 {
  padding-bottom: 19.5rem!important
}
.p-40,
.pl-40,
.px-40 {
  padding-left: 19.5rem!important
}
.p-41,
.pt-41,
.py-41 {
  padding-top: 20rem!important
}
.p-41,
.pr-41,
.px-41 {
  padding-right: 20rem!important
}
.p-41,
.pb-41,
.py-41 {
  padding-bottom: 20rem!important
}
.p-41,
.pl-41,
.px-41 {
  padding-left: 20rem!important
}
@media (min-width:576px) {
  .m-xs-0 {
    margin: 0!important
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0!important
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0!important
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0!important
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0!important
  }
  .m-xs-1 {
    margin: .25rem!important
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: .25rem!important
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: .25rem!important
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: .25rem!important
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: .25rem!important
  }
  .m-xs-2 {
    margin: .5rem!important
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: .5rem!important
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: .5rem!important
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: .5rem!important
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: .5rem!important
  }
  .m-xs-3 {
    margin: 1rem!important
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem!important
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem!important
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem!important
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem!important
  }
  .m-xs-4 {
    margin: 1.5rem!important
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem!important
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem!important
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem!important
  }
  .m-xs-5 {
    margin: 2rem!important
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 2rem!important
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 2rem!important
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 2rem!important
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 2rem!important
  }
  .m-xs-6 {
    margin: 2.5rem!important
  }
  .mt-xs-6,
  .my-xs-6 {
    margin-top: 2.5rem!important
  }
  .mr-xs-6,
  .mx-xs-6 {
    margin-right: 2.5rem!important
  }
  .mb-xs-6,
  .my-xs-6 {
    margin-bottom: 2.5rem!important
  }
  .ml-xs-6,
  .mx-xs-6 {
    margin-left: 2.5rem!important
  }
  .m-xs-7 {
    margin: 3rem!important
  }
  .mt-xs-7,
  .my-xs-7 {
    margin-top: 3rem!important
  }
  .mr-xs-7,
  .mx-xs-7 {
    margin-right: 3rem!important
  }
  .mb-xs-7,
  .my-xs-7 {
    margin-bottom: 3rem!important
  }
  .ml-xs-7,
  .mx-xs-7 {
    margin-left: 3rem!important
  }
  .m-xs-8 {
    margin: 3.5rem!important
  }
  .mt-xs-8,
  .my-xs-8 {
    margin-top: 3.5rem!important
  }
  .mr-xs-8,
  .mx-xs-8 {
    margin-right: 3.5rem!important
  }
  .mb-xs-8,
  .my-xs-8 {
    margin-bottom: 3.5rem!important
  }
  .ml-xs-8,
  .mx-xs-8 {
    margin-left: 3.5rem!important
  }
  .m-xs-9 {
    margin: 4rem!important
  }
  .mt-xs-9,
  .my-xs-9 {
    margin-top: 4rem!important
  }
  .mr-xs-9,
  .mx-xs-9 {
    margin-right: 4rem!important
  }
  .mb-xs-9,
  .my-xs-9 {
    margin-bottom: 4rem!important
  }
  .ml-xs-9,
  .mx-xs-9 {
    margin-left: 4rem!important
  }
  .m-xs-10 {
    margin: 4.5rem!important
  }
  .mt-xs-10,
  .my-xs-10 {
    margin-top: 4.5rem!important
  }
  .mr-xs-10,
  .mx-xs-10 {
    margin-right: 4.5rem!important
  }
  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 4.5rem!important
  }
  .ml-xs-10,
  .mx-xs-10 {
    margin-left: 4.5rem!important
  }
  .m-xs-11 {
    margin: 5rem!important
  }
  .mt-xs-11,
  .my-xs-11 {
    margin-top: 5rem!important
  }
  .mr-xs-11,
  .mx-xs-11 {
    margin-right: 5rem!important
  }
  .mb-xs-11,
  .my-xs-11 {
    margin-bottom: 5rem!important
  }
  .ml-xs-11,
  .mx-xs-11 {
    margin-left: 5rem!important
  }
  .m-xs-12 {
    margin: 5.5rem!important
  }
  .mt-xs-12,
  .my-xs-12 {
    margin-top: 5.5rem!important
  }
  .mr-xs-12,
  .mx-xs-12 {
    margin-right: 5.5rem!important
  }
  .mb-xs-12,
  .my-xs-12 {
    margin-bottom: 5.5rem!important
  }
  .ml-xs-12,
  .mx-xs-12 {
    margin-left: 5.5rem!important
  }
  .m-xs-13 {
    margin: 6rem!important
  }
  .mt-xs-13,
  .my-xs-13 {
    margin-top: 6rem!important
  }
  .mr-xs-13,
  .mx-xs-13 {
    margin-right: 6rem!important
  }
  .mb-xs-13,
  .my-xs-13 {
    margin-bottom: 6rem!important
  }
  .ml-xs-13,
  .mx-xs-13 {
    margin-left: 6rem!important
  }
  .m-xs-14 {
    margin: 6.5rem!important
  }
  .mt-xs-14,
  .my-xs-14 {
    margin-top: 6.5rem!important
  }
  .mr-xs-14,
  .mx-xs-14 {
    margin-right: 6.5rem!important
  }
  .mb-xs-14,
  .my-xs-14 {
    margin-bottom: 6.5rem!important
  }
  .ml-xs-14,
  .mx-xs-14 {
    margin-left: 6.5rem!important
  }
  .m-xs-15 {
    margin: 7rem!important
  }
  .mt-xs-15,
  .my-xs-15 {
    margin-top: 7rem!important
  }
  .mr-xs-15,
  .mx-xs-15 {
    margin-right: 7rem!important
  }
  .mb-xs-15,
  .my-xs-15 {
    margin-bottom: 7rem!important
  }
  .ml-xs-15,
  .mx-xs-15 {
    margin-left: 7rem!important
  }
  .m-xs-16 {
    margin: 7.5rem!important
  }
  .mt-xs-16,
  .my-xs-16 {
    margin-top: 7.5rem!important
  }
  .mr-xs-16,
  .mx-xs-16 {
    margin-right: 7.5rem!important
  }
  .mb-xs-16,
  .my-xs-16 {
    margin-bottom: 7.5rem!important
  }
  .ml-xs-16,
  .mx-xs-16 {
    margin-left: 7.5rem!important
  }
  .m-xs-17 {
    margin: 8rem!important
  }
  .mt-xs-17,
  .my-xs-17 {
    margin-top: 8rem!important
  }
  .mr-xs-17,
  .mx-xs-17 {
    margin-right: 8rem!important
  }
  .mb-xs-17,
  .my-xs-17 {
    margin-bottom: 8rem!important
  }
  .ml-xs-17,
  .mx-xs-17 {
    margin-left: 8rem!important
  }
  .m-xs-18 {
    margin: 8.5rem!important
  }
  .mt-xs-18,
  .my-xs-18 {
    margin-top: 8.5rem!important
  }
  .mr-xs-18,
  .mx-xs-18 {
    margin-right: 8.5rem!important
  }
  .mb-xs-18,
  .my-xs-18 {
    margin-bottom: 8.5rem!important
  }
  .ml-xs-18,
  .mx-xs-18 {
    margin-left: 8.5rem!important
  }
  .m-xs-19 {
    margin: 9rem!important
  }
  .mt-xs-19,
  .my-xs-19 {
    margin-top: 9rem!important
  }
  .mr-xs-19,
  .mx-xs-19 {
    margin-right: 9rem!important
  }
  .mb-xs-19,
  .my-xs-19 {
    margin-bottom: 9rem!important
  }
  .ml-xs-19,
  .mx-xs-19 {
    margin-left: 9rem!important
  }
  .m-xs-20 {
    margin: 9.5rem!important
  }
  .mt-xs-20,
  .my-xs-20 {
    margin-top: 9.5rem!important
  }
  .mr-xs-20,
  .mx-xs-20 {
    margin-right: 9.5rem!important
  }
  .mb-xs-20,
  .my-xs-20 {
    margin-bottom: 9.5rem!important
  }
  .ml-xs-20,
  .mx-xs-20 {
    margin-left: 9.5rem!important
  }
  .m-xs-21 {
    margin: 10rem!important
  }
  .mt-xs-21,
  .my-xs-21 {
    margin-top: 10rem!important
  }
  .mr-xs-21,
  .mx-xs-21 {
    margin-right: 10rem!important
  }
  .mb-xs-21,
  .my-xs-21 {
    margin-bottom: 10rem!important
  }
  .ml-xs-21,
  .mx-xs-21 {
    margin-left: 10rem!important
  }
  .m-xs-22 {
    margin: 10.5rem!important
  }
  .mt-xs-22,
  .my-xs-22 {
    margin-top: 10.5rem!important
  }
  .mr-xs-22,
  .mx-xs-22 {
    margin-right: 10.5rem!important
  }
  .mb-xs-22,
  .my-xs-22 {
    margin-bottom: 10.5rem!important
  }
  .ml-xs-22,
  .mx-xs-22 {
    margin-left: 10.5rem!important
  }
  .m-xs-23 {
    margin: 11rem!important
  }
  .mt-xs-23,
  .my-xs-23 {
    margin-top: 11rem!important
  }
  .mr-xs-23,
  .mx-xs-23 {
    margin-right: 11rem!important
  }
  .mb-xs-23,
  .my-xs-23 {
    margin-bottom: 11rem!important
  }
  .ml-xs-23,
  .mx-xs-23 {
    margin-left: 11rem!important
  }
  .m-xs-24 {
    margin: 11.5rem!important
  }
  .mt-xs-24,
  .my-xs-24 {
    margin-top: 11.5rem!important
  }
  .mr-xs-24,
  .mx-xs-24 {
    margin-right: 11.5rem!important
  }
  .mb-xs-24,
  .my-xs-24 {
    margin-bottom: 11.5rem!important
  }
  .ml-xs-24,
  .mx-xs-24 {
    margin-left: 11.5rem!important
  }
  .m-xs-25 {
    margin: 12rem!important
  }
  .mt-xs-25,
  .my-xs-25 {
    margin-top: 12rem!important
  }
  .mr-xs-25,
  .mx-xs-25 {
    margin-right: 12rem!important
  }
  .mb-xs-25,
  .my-xs-25 {
    margin-bottom: 12rem!important
  }
  .ml-xs-25,
  .mx-xs-25 {
    margin-left: 12rem!important
  }
  .m-xs-26 {
    margin: 12.5rem!important
  }
  .mt-xs-26,
  .my-xs-26 {
    margin-top: 12.5rem!important
  }
  .mr-xs-26,
  .mx-xs-26 {
    margin-right: 12.5rem!important
  }
  .mb-xs-26,
  .my-xs-26 {
    margin-bottom: 12.5rem!important
  }
  .ml-xs-26,
  .mx-xs-26 {
    margin-left: 12.5rem!important
  }
  .m-xs-27 {
    margin: 13rem!important
  }
  .mt-xs-27,
  .my-xs-27 {
    margin-top: 13rem!important
  }
  .mr-xs-27,
  .mx-xs-27 {
    margin-right: 13rem!important
  }
  .mb-xs-27,
  .my-xs-27 {
    margin-bottom: 13rem!important
  }
  .ml-xs-27,
  .mx-xs-27 {
    margin-left: 13rem!important
  }
  .m-xs-28 {
    margin: 13.5rem!important
  }
  .mt-xs-28,
  .my-xs-28 {
    margin-top: 13.5rem!important
  }
  .mr-xs-28,
  .mx-xs-28 {
    margin-right: 13.5rem!important
  }
  .mb-xs-28,
  .my-xs-28 {
    margin-bottom: 13.5rem!important
  }
  .ml-xs-28,
  .mx-xs-28 {
    margin-left: 13.5rem!important
  }
  .m-xs-29 {
    margin: 14rem!important
  }
  .mt-xs-29,
  .my-xs-29 {
    margin-top: 14rem!important
  }
  .mr-xs-29,
  .mx-xs-29 {
    margin-right: 14rem!important
  }
  .mb-xs-29,
  .my-xs-29 {
    margin-bottom: 14rem!important
  }
  .ml-xs-29,
  .mx-xs-29 {
    margin-left: 14rem!important
  }
  .m-xs-30 {
    margin: 14.5rem!important
  }
  .mt-xs-30,
  .my-xs-30 {
    margin-top: 14.5rem!important
  }
  .mr-xs-30,
  .mx-xs-30 {
    margin-right: 14.5rem!important
  }
  .mb-xs-30,
  .my-xs-30 {
    margin-bottom: 14.5rem!important
  }
  .ml-xs-30,
  .mx-xs-30 {
    margin-left: 14.5rem!important
  }
  .m-xs-31 {
    margin: 15rem!important
  }
  .mt-xs-31,
  .my-xs-31 {
    margin-top: 15rem!important
  }
  .mr-xs-31,
  .mx-xs-31 {
    margin-right: 15rem!important
  }
  .mb-xs-31,
  .my-xs-31 {
    margin-bottom: 15rem!important
  }
  .ml-xs-31,
  .mx-xs-31 {
    margin-left: 15rem!important
  }
  .m-xs-32 {
    margin: 15.5rem!important
  }
  .mt-xs-32,
  .my-xs-32 {
    margin-top: 15.5rem!important
  }
  .mr-xs-32,
  .mx-xs-32 {
    margin-right: 15.5rem!important
  }
  .mb-xs-32,
  .my-xs-32 {
    margin-bottom: 15.5rem!important
  }
  .ml-xs-32,
  .mx-xs-32 {
    margin-left: 15.5rem!important
  }
  .m-xs-33 {
    margin: 16rem!important
  }
  .mt-xs-33,
  .my-xs-33 {
    margin-top: 16rem!important
  }
  .mr-xs-33,
  .mx-xs-33 {
    margin-right: 16rem!important
  }
  .mb-xs-33,
  .my-xs-33 {
    margin-bottom: 16rem!important
  }
  .ml-xs-33,
  .mx-xs-33 {
    margin-left: 16rem!important
  }
  .m-xs-34 {
    margin: 16.5rem!important
  }
  .mt-xs-34,
  .my-xs-34 {
    margin-top: 16.5rem!important
  }
  .mr-xs-34,
  .mx-xs-34 {
    margin-right: 16.5rem!important
  }
  .mb-xs-34,
  .my-xs-34 {
    margin-bottom: 16.5rem!important
  }
  .ml-xs-34,
  .mx-xs-34 {
    margin-left: 16.5rem!important
  }
  .m-xs-35 {
    margin: 17rem!important
  }
  .mt-xs-35,
  .my-xs-35 {
    margin-top: 17rem!important
  }
  .mr-xs-35,
  .mx-xs-35 {
    margin-right: 17rem!important
  }
  .mb-xs-35,
  .my-xs-35 {
    margin-bottom: 17rem!important
  }
  .ml-xs-35,
  .mx-xs-35 {
    margin-left: 17rem!important
  }
  .m-xs-36 {
    margin: 17.5rem!important
  }
  .mt-xs-36,
  .my-xs-36 {
    margin-top: 17.5rem!important
  }
  .mr-xs-36,
  .mx-xs-36 {
    margin-right: 17.5rem!important
  }
  .mb-xs-36,
  .my-xs-36 {
    margin-bottom: 17.5rem!important
  }
  .ml-xs-36,
  .mx-xs-36 {
    margin-left: 17.5rem!important
  }
  .m-xs-37 {
    margin: 18rem!important
  }
  .mt-xs-37,
  .my-xs-37 {
    margin-top: 18rem!important
  }
  .mr-xs-37,
  .mx-xs-37 {
    margin-right: 18rem!important
  }
  .mb-xs-37,
  .my-xs-37 {
    margin-bottom: 18rem!important
  }
  .ml-xs-37,
  .mx-xs-37 {
    margin-left: 18rem!important
  }
  .m-xs-38 {
    margin: 18.5rem!important
  }
  .mt-xs-38,
  .my-xs-38 {
    margin-top: 18.5rem!important
  }
  .mr-xs-38,
  .mx-xs-38 {
    margin-right: 18.5rem!important
  }
  .mb-xs-38,
  .my-xs-38 {
    margin-bottom: 18.5rem!important
  }
  .ml-xs-38,
  .mx-xs-38 {
    margin-left: 18.5rem!important
  }
  .m-xs-39 {
    margin: 19rem!important
  }
  .mt-xs-39,
  .my-xs-39 {
    margin-top: 19rem!important
  }
  .mr-xs-39,
  .mx-xs-39 {
    margin-right: 19rem!important
  }
  .mb-xs-39,
  .my-xs-39 {
    margin-bottom: 19rem!important
  }
  .ml-xs-39,
  .mx-xs-39 {
    margin-left: 19rem!important
  }
  .m-xs-40 {
    margin: 19.5rem!important
  }
  .mt-xs-40,
  .my-xs-40 {
    margin-top: 19.5rem!important
  }
  .mr-xs-40,
  .mx-xs-40 {
    margin-right: 19.5rem!important
  }
  .mb-xs-40,
  .my-xs-40 {
    margin-bottom: 19.5rem!important
  }
  .ml-xs-40,
  .mx-xs-40 {
    margin-left: 19.5rem!important
  }
  .m-xs-41 {
    margin: 20rem!important
  }
  .mt-xs-41,
  .my-xs-41 {
    margin-top: 20rem!important
  }
  .mr-xs-41,
  .mx-xs-41 {
    margin-right: 20rem!important
  }
  .mb-xs-41,
  .my-xs-41 {
    margin-bottom: 20rem!important
  }
  .ml-xs-41,
  .mx-xs-41 {
    margin-left: 20rem!important
  }
  .p-xs-0 {
    padding: 0!important
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0!important
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0!important
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0!important
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0!important
  }
  .p-xs-1 {
    padding: .25rem!important
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: .25rem!important
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: .25rem!important
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: .25rem!important
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: .25rem!important
  }
  .p-xs-2 {
    padding: .5rem!important
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: .5rem!important
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: .5rem!important
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: .5rem!important
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: .5rem!important
  }
  .p-xs-3 {
    padding: 1rem!important
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem!important
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem!important
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem!important
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem!important
  }
  .p-xs-4 {
    padding: 1.5rem!important
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem!important
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem!important
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem!important
  }
  .p-xs-5 {
    padding: 2rem!important
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 2rem!important
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 2rem!important
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 2rem!important
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 2rem!important
  }
  .p-xs-6 {
    padding: 2.5rem!important
  }
  .pt-xs-6,
  .py-xs-6 {
    padding-top: 2.5rem!important
  }
  .pr-xs-6,
  .px-xs-6 {
    padding-right: 2.5rem!important
  }
  .pb-xs-6,
  .py-xs-6 {
    padding-bottom: 2.5rem!important
  }
  .pl-xs-6,
  .px-xs-6 {
    padding-left: 2.5rem!important
  }
  .p-xs-7 {
    padding: 3rem!important
  }
  .pt-xs-7,
  .py-xs-7 {
    padding-top: 3rem!important
  }
  .pr-xs-7,
  .px-xs-7 {
    padding-right: 3rem!important
  }
  .pb-xs-7,
  .py-xs-7 {
    padding-bottom: 3rem!important
  }
  .pl-xs-7,
  .px-xs-7 {
    padding-left: 3rem!important
  }
  .p-xs-8 {
    padding: 3.5rem!important
  }
  .pt-xs-8,
  .py-xs-8 {
    padding-top: 3.5rem!important
  }
  .pr-xs-8,
  .px-xs-8 {
    padding-right: 3.5rem!important
  }
  .pb-xs-8,
  .py-xs-8 {
    padding-bottom: 3.5rem!important
  }
  .pl-xs-8,
  .px-xs-8 {
    padding-left: 3.5rem!important
  }
  .p-xs-9 {
    padding: 4rem!important
  }
  .pt-xs-9,
  .py-xs-9 {
    padding-top: 4rem!important
  }
  .pr-xs-9,
  .px-xs-9 {
    padding-right: 4rem!important
  }
  .pb-xs-9,
  .py-xs-9 {
    padding-bottom: 4rem!important
  }
  .pl-xs-9,
  .px-xs-9 {
    padding-left: 4rem!important
  }
  .p-xs-10 {
    padding: 4.5rem!important
  }
  .pt-xs-10,
  .py-xs-10 {
    padding-top: 4.5rem!important
  }
  .pr-xs-10,
  .px-xs-10 {
    padding-right: 4.5rem!important
  }
  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 4.5rem!important
  }
  .pl-xs-10,
  .px-xs-10 {
    padding-left: 4.5rem!important
  }
  .p-xs-11 {
    padding: 5rem!important
  }
  .pt-xs-11,
  .py-xs-11 {
    padding-top: 5rem!important
  }
  .pr-xs-11,
  .px-xs-11 {
    padding-right: 5rem!important
  }
  .pb-xs-11,
  .py-xs-11 {
    padding-bottom: 5rem!important
  }
  .pl-xs-11,
  .px-xs-11 {
    padding-left: 5rem!important
  }
  .p-xs-12 {
    padding: 5.5rem!important
  }
  .pt-xs-12,
  .py-xs-12 {
    padding-top: 5.5rem!important
  }
  .pr-xs-12,
  .px-xs-12 {
    padding-right: 5.5rem!important
  }
  .pb-xs-12,
  .py-xs-12 {
    padding-bottom: 5.5rem!important
  }
  .pl-xs-12,
  .px-xs-12 {
    padding-left: 5.5rem!important
  }
  .p-xs-13 {
    padding: 6rem!important
  }
  .pt-xs-13,
  .py-xs-13 {
    padding-top: 6rem!important
  }
  .pr-xs-13,
  .px-xs-13 {
    padding-right: 6rem!important
  }
  .pb-xs-13,
  .py-xs-13 {
    padding-bottom: 6rem!important
  }
  .pl-xs-13,
  .px-xs-13 {
    padding-left: 6rem!important
  }
  .p-xs-14 {
    padding: 6.5rem!important
  }
  .pt-xs-14,
  .py-xs-14 {
    padding-top: 6.5rem!important
  }
  .pr-xs-14,
  .px-xs-14 {
    padding-right: 6.5rem!important
  }
  .pb-xs-14,
  .py-xs-14 {
    padding-bottom: 6.5rem!important
  }
  .pl-xs-14,
  .px-xs-14 {
    padding-left: 6.5rem!important
  }
  .p-xs-15 {
    padding: 7rem!important
  }
  .pt-xs-15,
  .py-xs-15 {
    padding-top: 7rem!important
  }
  .pr-xs-15,
  .px-xs-15 {
    padding-right: 7rem!important
  }
  .pb-xs-15,
  .py-xs-15 {
    padding-bottom: 7rem!important
  }
  .pl-xs-15,
  .px-xs-15 {
    padding-left: 7rem!important
  }
  .p-xs-16 {
    padding: 7.5rem!important
  }
  .pt-xs-16,
  .py-xs-16 {
    padding-top: 7.5rem!important
  }
  .pr-xs-16,
  .px-xs-16 {
    padding-right: 7.5rem!important
  }
  .pb-xs-16,
  .py-xs-16 {
    padding-bottom: 7.5rem!important
  }
  .pl-xs-16,
  .px-xs-16 {
    padding-left: 7.5rem!important
  }
  .p-xs-17 {
    padding: 8rem!important
  }
  .pt-xs-17,
  .py-xs-17 {
    padding-top: 8rem!important
  }
  .pr-xs-17,
  .px-xs-17 {
    padding-right: 8rem!important
  }
  .pb-xs-17,
  .py-xs-17 {
    padding-bottom: 8rem!important
  }
  .pl-xs-17,
  .px-xs-17 {
    padding-left: 8rem!important
  }
  .p-xs-18 {
    padding: 8.5rem!important
  }
  .pt-xs-18,
  .py-xs-18 {
    padding-top: 8.5rem!important
  }
  .pr-xs-18,
  .px-xs-18 {
    padding-right: 8.5rem!important
  }
  .pb-xs-18,
  .py-xs-18 {
    padding-bottom: 8.5rem!important
  }
  .pl-xs-18,
  .px-xs-18 {
    padding-left: 8.5rem!important
  }
  .p-xs-19 {
    padding: 9rem!important
  }
  .pt-xs-19,
  .py-xs-19 {
    padding-top: 9rem!important
  }
  .pr-xs-19,
  .px-xs-19 {
    padding-right: 9rem!important
  }
  .pb-xs-19,
  .py-xs-19 {
    padding-bottom: 9rem!important
  }
  .pl-xs-19,
  .px-xs-19 {
    padding-left: 9rem!important
  }
  .p-xs-20 {
    padding: 9.5rem!important
  }
  .pt-xs-20,
  .py-xs-20 {
    padding-top: 9.5rem!important
  }
  .pr-xs-20,
  .px-xs-20 {
    padding-right: 9.5rem!important
  }
  .pb-xs-20,
  .py-xs-20 {
    padding-bottom: 9.5rem!important
  }
  .pl-xs-20,
  .px-xs-20 {
    padding-left: 9.5rem!important
  }
  .p-xs-21 {
    padding: 10rem!important
  }
  .pt-xs-21,
  .py-xs-21 {
    padding-top: 10rem!important
  }
  .pr-xs-21,
  .px-xs-21 {
    padding-right: 10rem!important
  }
  .pb-xs-21,
  .py-xs-21 {
    padding-bottom: 10rem!important
  }
  .pl-xs-21,
  .px-xs-21 {
    padding-left: 10rem!important
  }
  .p-xs-22 {
    padding: 10.5rem!important
  }
  .pt-xs-22,
  .py-xs-22 {
    padding-top: 10.5rem!important
  }
  .pr-xs-22,
  .px-xs-22 {
    padding-right: 10.5rem!important
  }
  .pb-xs-22,
  .py-xs-22 {
    padding-bottom: 10.5rem!important
  }
  .pl-xs-22,
  .px-xs-22 {
    padding-left: 10.5rem!important
  }
  .p-xs-23 {
    padding: 11rem!important
  }
  .pt-xs-23,
  .py-xs-23 {
    padding-top: 11rem!important
  }
  .pr-xs-23,
  .px-xs-23 {
    padding-right: 11rem!important
  }
  .pb-xs-23,
  .py-xs-23 {
    padding-bottom: 11rem!important
  }
  .pl-xs-23,
  .px-xs-23 {
    padding-left: 11rem!important
  }
  .p-xs-24 {
    padding: 11.5rem!important
  }
  .pt-xs-24,
  .py-xs-24 {
    padding-top: 11.5rem!important
  }
  .pr-xs-24,
  .px-xs-24 {
    padding-right: 11.5rem!important
  }
  .pb-xs-24,
  .py-xs-24 {
    padding-bottom: 11.5rem!important
  }
  .pl-xs-24,
  .px-xs-24 {
    padding-left: 11.5rem!important
  }
  .p-xs-25 {
    padding: 12rem!important
  }
  .pt-xs-25,
  .py-xs-25 {
    padding-top: 12rem!important
  }
  .pr-xs-25,
  .px-xs-25 {
    padding-right: 12rem!important
  }
  .pb-xs-25,
  .py-xs-25 {
    padding-bottom: 12rem!important
  }
  .pl-xs-25,
  .px-xs-25 {
    padding-left: 12rem!important
  }
  .p-xs-26 {
    padding: 12.5rem!important
  }
  .pt-xs-26,
  .py-xs-26 {
    padding-top: 12.5rem!important
  }
  .pr-xs-26,
  .px-xs-26 {
    padding-right: 12.5rem!important
  }
  .pb-xs-26,
  .py-xs-26 {
    padding-bottom: 12.5rem!important
  }
  .pl-xs-26,
  .px-xs-26 {
    padding-left: 12.5rem!important
  }
  .p-xs-27 {
    padding: 13rem!important
  }
  .pt-xs-27,
  .py-xs-27 {
    padding-top: 13rem!important
  }
  .pr-xs-27,
  .px-xs-27 {
    padding-right: 13rem!important
  }
  .pb-xs-27,
  .py-xs-27 {
    padding-bottom: 13rem!important
  }
  .pl-xs-27,
  .px-xs-27 {
    padding-left: 13rem!important
  }
  .p-xs-28 {
    padding: 13.5rem!important
  }
  .pt-xs-28,
  .py-xs-28 {
    padding-top: 13.5rem!important
  }
  .pr-xs-28,
  .px-xs-28 {
    padding-right: 13.5rem!important
  }
  .pb-xs-28,
  .py-xs-28 {
    padding-bottom: 13.5rem!important
  }
  .pl-xs-28,
  .px-xs-28 {
    padding-left: 13.5rem!important
  }
  .p-xs-29 {
    padding: 14rem!important
  }
  .pt-xs-29,
  .py-xs-29 {
    padding-top: 14rem!important
  }
  .pr-xs-29,
  .px-xs-29 {
    padding-right: 14rem!important
  }
  .pb-xs-29,
  .py-xs-29 {
    padding-bottom: 14rem!important
  }
  .pl-xs-29,
  .px-xs-29 {
    padding-left: 14rem!important
  }
  .p-xs-30 {
    padding: 14.5rem!important
  }
  .pt-xs-30,
  .py-xs-30 {
    padding-top: 14.5rem!important
  }
  .pr-xs-30,
  .px-xs-30 {
    padding-right: 14.5rem!important
  }
  .pb-xs-30,
  .py-xs-30 {
    padding-bottom: 14.5rem!important
  }
  .pl-xs-30,
  .px-xs-30 {
    padding-left: 14.5rem!important
  }
  .p-xs-31 {
    padding: 15rem!important
  }
  .pt-xs-31,
  .py-xs-31 {
    padding-top: 15rem!important
  }
  .pr-xs-31,
  .px-xs-31 {
    padding-right: 15rem!important
  }
  .pb-xs-31,
  .py-xs-31 {
    padding-bottom: 15rem!important
  }
  .pl-xs-31,
  .px-xs-31 {
    padding-left: 15rem!important
  }
  .p-xs-32 {
    padding: 15.5rem!important
  }
  .pt-xs-32,
  .py-xs-32 {
    padding-top: 15.5rem!important
  }
  .pr-xs-32,
  .px-xs-32 {
    padding-right: 15.5rem!important
  }
  .pb-xs-32,
  .py-xs-32 {
    padding-bottom: 15.5rem!important
  }
  .pl-xs-32,
  .px-xs-32 {
    padding-left: 15.5rem!important
  }
  .p-xs-33 {
    padding: 16rem!important
  }
  .pt-xs-33,
  .py-xs-33 {
    padding-top: 16rem!important
  }
  .pr-xs-33,
  .px-xs-33 {
    padding-right: 16rem!important
  }
  .pb-xs-33,
  .py-xs-33 {
    padding-bottom: 16rem!important
  }
  .pl-xs-33,
  .px-xs-33 {
    padding-left: 16rem!important
  }
  .p-xs-34 {
    padding: 16.5rem!important
  }
  .pt-xs-34,
  .py-xs-34 {
    padding-top: 16.5rem!important
  }
  .pr-xs-34,
  .px-xs-34 {
    padding-right: 16.5rem!important
  }
  .pb-xs-34,
  .py-xs-34 {
    padding-bottom: 16.5rem!important
  }
  .pl-xs-34,
  .px-xs-34 {
    padding-left: 16.5rem!important
  }
  .p-xs-35 {
    padding: 17rem!important
  }
  .pt-xs-35,
  .py-xs-35 {
    padding-top: 17rem!important
  }
  .pr-xs-35,
  .px-xs-35 {
    padding-right: 17rem!important
  }
  .pb-xs-35,
  .py-xs-35 {
    padding-bottom: 17rem!important
  }
  .pl-xs-35,
  .px-xs-35 {
    padding-left: 17rem!important
  }
  .p-xs-36 {
    padding: 17.5rem!important
  }
  .pt-xs-36,
  .py-xs-36 {
    padding-top: 17.5rem!important
  }
  .pr-xs-36,
  .px-xs-36 {
    padding-right: 17.5rem!important
  }
  .pb-xs-36,
  .py-xs-36 {
    padding-bottom: 17.5rem!important
  }
  .pl-xs-36,
  .px-xs-36 {
    padding-left: 17.5rem!important
  }
  .p-xs-37 {
    padding: 18rem!important
  }
  .pt-xs-37,
  .py-xs-37 {
    padding-top: 18rem!important
  }
  .pr-xs-37,
  .px-xs-37 {
    padding-right: 18rem!important
  }
  .pb-xs-37,
  .py-xs-37 {
    padding-bottom: 18rem!important
  }
  .pl-xs-37,
  .px-xs-37 {
    padding-left: 18rem!important
  }
  .p-xs-38 {
    padding: 18.5rem!important
  }
  .pt-xs-38,
  .py-xs-38 {
    padding-top: 18.5rem!important
  }
  .pr-xs-38,
  .px-xs-38 {
    padding-right: 18.5rem!important
  }
  .pb-xs-38,
  .py-xs-38 {
    padding-bottom: 18.5rem!important
  }
  .pl-xs-38,
  .px-xs-38 {
    padding-left: 18.5rem!important
  }
  .p-xs-39 {
    padding: 19rem!important
  }
  .pt-xs-39,
  .py-xs-39 {
    padding-top: 19rem!important
  }
  .pr-xs-39,
  .px-xs-39 {
    padding-right: 19rem!important
  }
  .pb-xs-39,
  .py-xs-39 {
    padding-bottom: 19rem!important
  }
  .pl-xs-39,
  .px-xs-39 {
    padding-left: 19rem!important
  }
  .p-xs-40 {
    padding: 19.5rem!important
  }
  .pt-xs-40,
  .py-xs-40 {
    padding-top: 19.5rem!important
  }
  .pr-xs-40,
  .px-xs-40 {
    padding-right: 19.5rem!important
  }
  .pb-xs-40,
  .py-xs-40 {
    padding-bottom: 19.5rem!important
  }
  .pl-xs-40,
  .px-xs-40 {
    padding-left: 19.5rem!important
  }
  .p-xs-41 {
    padding: 20rem!important
  }
  .pt-xs-41,
  .py-xs-41 {
    padding-top: 20rem!important
  }
  .pr-xs-41,
  .px-xs-41 {
    padding-right: 20rem!important
  }
  .pb-xs-41,
  .py-xs-41 {
    padding-bottom: 20rem!important
  }
  .pl-xs-41,
  .px-xs-41 {
    padding-left: 20rem!important
  }
}
@media (min-width:768px) {
  .m-sm-0 {
    margin: 0!important
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0!important
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0!important
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0!important
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0!important
  }
  .m-sm-1 {
    margin: .25rem!important
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem!important
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem!important
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem!important
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem!important
  }
  .m-sm-2 {
    margin: .5rem!important
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem!important
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem!important
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem!important
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem!important
  }
  .m-sm-3 {
    margin: 1rem!important
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem!important
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem!important
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem!important
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem!important
  }
  .m-sm-4 {
    margin: 1.5rem!important
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem!important
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem!important
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem!important
  }
  .m-sm-5 {
    margin: 2rem!important
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem!important
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem!important
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem!important
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem!important
  }
  .m-sm-6 {
    margin: 2.5rem!important
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2.5rem!important
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2.5rem!important
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2.5rem!important
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2.5rem!important
  }
  .m-sm-7 {
    margin: 3rem!important
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3rem!important
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3rem!important
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3rem!important
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3rem!important
  }
  .m-sm-8 {
    margin: 3.5rem!important
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 3.5rem!important
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 3.5rem!important
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 3.5rem!important
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 3.5rem!important
  }
  .m-sm-9 {
    margin: 4rem!important
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4rem!important
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4rem!important
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4rem!important
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4rem!important
  }
  .m-sm-10 {
    margin: 4.5rem!important
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 4.5rem!important
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 4.5rem!important
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 4.5rem!important
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 4.5rem!important
  }
  .m-sm-11 {
    margin: 5rem!important
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 5rem!important
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 5rem!important
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 5rem!important
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 5rem!important
  }
  .m-sm-12 {
    margin: 5.5rem!important
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 5.5rem!important
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 5.5rem!important
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 5.5rem!important
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 5.5rem!important
  }
  .m-sm-13 {
    margin: 6rem!important
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 6rem!important
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 6rem!important
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 6rem!important
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 6rem!important
  }
  .m-sm-14 {
    margin: 6.5rem!important
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 6.5rem!important
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 6.5rem!important
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 6.5rem!important
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 6.5rem!important
  }
  .m-sm-15 {
    margin: 7rem!important
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 7rem!important
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 7rem!important
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 7rem!important
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 7rem!important
  }
  .m-sm-16 {
    margin: 7.5rem!important
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 7.5rem!important
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 7.5rem!important
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 7.5rem!important
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 7.5rem!important
  }
  .m-sm-17 {
    margin: 8rem!important
  }
  .mt-sm-17,
  .my-sm-17 {
    margin-top: 8rem!important
  }
  .mr-sm-17,
  .mx-sm-17 {
    margin-right: 8rem!important
  }
  .mb-sm-17,
  .my-sm-17 {
    margin-bottom: 8rem!important
  }
  .ml-sm-17,
  .mx-sm-17 {
    margin-left: 8rem!important
  }
  .m-sm-18 {
    margin: 8.5rem!important
  }
  .mt-sm-18,
  .my-sm-18 {
    margin-top: 8.5rem!important
  }
  .mr-sm-18,
  .mx-sm-18 {
    margin-right: 8.5rem!important
  }
  .mb-sm-18,
  .my-sm-18 {
    margin-bottom: 8.5rem!important
  }
  .ml-sm-18,
  .mx-sm-18 {
    margin-left: 8.5rem!important
  }
  .m-sm-19 {
    margin: 9rem!important
  }
  .mt-sm-19,
  .my-sm-19 {
    margin-top: 9rem!important
  }
  .mr-sm-19,
  .mx-sm-19 {
    margin-right: 9rem!important
  }
  .mb-sm-19,
  .my-sm-19 {
    margin-bottom: 9rem!important
  }
  .ml-sm-19,
  .mx-sm-19 {
    margin-left: 9rem!important
  }
  .m-sm-20 {
    margin: 9.5rem!important
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 9.5rem!important
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 9.5rem!important
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 9.5rem!important
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 9.5rem!important
  }
  .m-sm-21 {
    margin: 10rem!important
  }
  .mt-sm-21,
  .my-sm-21 {
    margin-top: 10rem!important
  }
  .mr-sm-21,
  .mx-sm-21 {
    margin-right: 10rem!important
  }
  .mb-sm-21,
  .my-sm-21 {
    margin-bottom: 10rem!important
  }
  .ml-sm-21,
  .mx-sm-21 {
    margin-left: 10rem!important
  }
  .m-sm-22 {
    margin: 10.5rem!important
  }
  .mt-sm-22,
  .my-sm-22 {
    margin-top: 10.5rem!important
  }
  .mr-sm-22,
  .mx-sm-22 {
    margin-right: 10.5rem!important
  }
  .mb-sm-22,
  .my-sm-22 {
    margin-bottom: 10.5rem!important
  }
  .ml-sm-22,
  .mx-sm-22 {
    margin-left: 10.5rem!important
  }
  .m-sm-23 {
    margin: 11rem!important
  }
  .mt-sm-23,
  .my-sm-23 {
    margin-top: 11rem!important
  }
  .mr-sm-23,
  .mx-sm-23 {
    margin-right: 11rem!important
  }
  .mb-sm-23,
  .my-sm-23 {
    margin-bottom: 11rem!important
  }
  .ml-sm-23,
  .mx-sm-23 {
    margin-left: 11rem!important
  }
  .m-sm-24 {
    margin: 11.5rem!important
  }
  .mt-sm-24,
  .my-sm-24 {
    margin-top: 11.5rem!important
  }
  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 11.5rem!important
  }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 11.5rem!important
  }
  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 11.5rem!important
  }
  .m-sm-25 {
    margin: 12rem!important
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 12rem!important
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 12rem!important
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 12rem!important
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 12rem!important
  }
  .m-sm-26 {
    margin: 12.5rem!important
  }
  .mt-sm-26,
  .my-sm-26 {
    margin-top: 12.5rem!important
  }
  .mr-sm-26,
  .mx-sm-26 {
    margin-right: 12.5rem!important
  }
  .mb-sm-26,
  .my-sm-26 {
    margin-bottom: 12.5rem!important
  }
  .ml-sm-26,
  .mx-sm-26 {
    margin-left: 12.5rem!important
  }
  .m-sm-27 {
    margin: 13rem!important
  }
  .mt-sm-27,
  .my-sm-27 {
    margin-top: 13rem!important
  }
  .mr-sm-27,
  .mx-sm-27 {
    margin-right: 13rem!important
  }
  .mb-sm-27,
  .my-sm-27 {
    margin-bottom: 13rem!important
  }
  .ml-sm-27,
  .mx-sm-27 {
    margin-left: 13rem!important
  }
  .m-sm-28 {
    margin: 13.5rem!important
  }
  .mt-sm-28,
  .my-sm-28 {
    margin-top: 13.5rem!important
  }
  .mr-sm-28,
  .mx-sm-28 {
    margin-right: 13.5rem!important
  }
  .mb-sm-28,
  .my-sm-28 {
    margin-bottom: 13.5rem!important
  }
  .ml-sm-28,
  .mx-sm-28 {
    margin-left: 13.5rem!important
  }
  .m-sm-29 {
    margin: 14rem!important
  }
  .mt-sm-29,
  .my-sm-29 {
    margin-top: 14rem!important
  }
  .mr-sm-29,
  .mx-sm-29 {
    margin-right: 14rem!important
  }
  .mb-sm-29,
  .my-sm-29 {
    margin-bottom: 14rem!important
  }
  .ml-sm-29,
  .mx-sm-29 {
    margin-left: 14rem!important
  }
  .m-sm-30 {
    margin: 14.5rem!important
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 14.5rem!important
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 14.5rem!important
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 14.5rem!important
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 14.5rem!important
  }
  .m-sm-31 {
    margin: 15rem!important
  }
  .mt-sm-31,
  .my-sm-31 {
    margin-top: 15rem!important
  }
  .mr-sm-31,
  .mx-sm-31 {
    margin-right: 15rem!important
  }
  .mb-sm-31,
  .my-sm-31 {
    margin-bottom: 15rem!important
  }
  .ml-sm-31,
  .mx-sm-31 {
    margin-left: 15rem!important
  }
  .m-sm-32 {
    margin: 15.5rem!important
  }
  .mt-sm-32,
  .my-sm-32 {
    margin-top: 15.5rem!important
  }
  .mr-sm-32,
  .mx-sm-32 {
    margin-right: 15.5rem!important
  }
  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 15.5rem!important
  }
  .ml-sm-32,
  .mx-sm-32 {
    margin-left: 15.5rem!important
  }
  .m-sm-33 {
    margin: 16rem!important
  }
  .mt-sm-33,
  .my-sm-33 {
    margin-top: 16rem!important
  }
  .mr-sm-33,
  .mx-sm-33 {
    margin-right: 16rem!important
  }
  .mb-sm-33,
  .my-sm-33 {
    margin-bottom: 16rem!important
  }
  .ml-sm-33,
  .mx-sm-33 {
    margin-left: 16rem!important
  }
  .m-sm-34 {
    margin: 16.5rem!important
  }
  .mt-sm-34,
  .my-sm-34 {
    margin-top: 16.5rem!important
  }
  .mr-sm-34,
  .mx-sm-34 {
    margin-right: 16.5rem!important
  }
  .mb-sm-34,
  .my-sm-34 {
    margin-bottom: 16.5rem!important
  }
  .ml-sm-34,
  .mx-sm-34 {
    margin-left: 16.5rem!important
  }
  .m-sm-35 {
    margin: 17rem!important
  }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 17rem!important
  }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 17rem!important
  }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 17rem!important
  }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 17rem!important
  }
  .m-sm-36 {
    margin: 17.5rem!important
  }
  .mt-sm-36,
  .my-sm-36 {
    margin-top: 17.5rem!important
  }
  .mr-sm-36,
  .mx-sm-36 {
    margin-right: 17.5rem!important
  }
  .mb-sm-36,
  .my-sm-36 {
    margin-bottom: 17.5rem!important
  }
  .ml-sm-36,
  .mx-sm-36 {
    margin-left: 17.5rem!important
  }
  .m-sm-37 {
    margin: 18rem!important
  }
  .mt-sm-37,
  .my-sm-37 {
    margin-top: 18rem!important
  }
  .mr-sm-37,
  .mx-sm-37 {
    margin-right: 18rem!important
  }
  .mb-sm-37,
  .my-sm-37 {
    margin-bottom: 18rem!important
  }
  .ml-sm-37,
  .mx-sm-37 {
    margin-left: 18rem!important
  }
  .m-sm-38 {
    margin: 18.5rem!important
  }
  .mt-sm-38,
  .my-sm-38 {
    margin-top: 18.5rem!important
  }
  .mr-sm-38,
  .mx-sm-38 {
    margin-right: 18.5rem!important
  }
  .mb-sm-38,
  .my-sm-38 {
    margin-bottom: 18.5rem!important
  }
  .ml-sm-38,
  .mx-sm-38 {
    margin-left: 18.5rem!important
  }
  .m-sm-39 {
    margin: 19rem!important
  }
  .mt-sm-39,
  .my-sm-39 {
    margin-top: 19rem!important
  }
  .mr-sm-39,
  .mx-sm-39 {
    margin-right: 19rem!important
  }
  .mb-sm-39,
  .my-sm-39 {
    margin-bottom: 19rem!important
  }
  .ml-sm-39,
  .mx-sm-39 {
    margin-left: 19rem!important
  }
  .m-sm-40 {
    margin: 19.5rem!important
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 19.5rem!important
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 19.5rem!important
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 19.5rem!important
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 19.5rem!important
  }
  .m-sm-41 {
    margin: 20rem!important
  }
  .mt-sm-41,
  .my-sm-41 {
    margin-top: 20rem!important
  }
  .mr-sm-41,
  .mx-sm-41 {
    margin-right: 20rem!important
  }
  .mb-sm-41,
  .my-sm-41 {
    margin-bottom: 20rem!important
  }
  .ml-sm-41,
  .mx-sm-41 {
    margin-left: 20rem!important
  }
  .p-sm-0 {
    padding: 0!important
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0!important
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0!important
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0!important
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0!important
  }
  .p-sm-1 {
    padding: .25rem!important
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem!important
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem!important
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem!important
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem!important
  }
  .p-sm-2 {
    padding: .5rem!important
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem!important
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem!important
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem!important
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem!important
  }
  .p-sm-3 {
    padding: 1rem!important
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem!important
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem!important
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem!important
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem!important
  }
  .p-sm-4 {
    padding: 1.5rem!important
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem!important
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem!important
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem!important
  }
  .p-sm-5 {
    padding: 2rem!important
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem!important
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem!important
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem!important
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem!important
  }
  .p-sm-6 {
    padding: 2.5rem!important
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2.5rem!important
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2.5rem!important
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2.5rem!important
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2.5rem!important
  }
  .p-sm-7 {
    padding: 3rem!important
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3rem!important
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3rem!important
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3rem!important
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3rem!important
  }
  .p-sm-8 {
    padding: 3.5rem!important
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3.5rem!important
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 3.5rem!important
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3.5rem!important
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 3.5rem!important
  }
  .p-sm-9 {
    padding: 4rem!important
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4rem!important
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4rem!important
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4rem!important
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4rem!important
  }
  .p-sm-10 {
    padding: 4.5rem!important
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 4.5rem!important
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 4.5rem!important
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 4.5rem!important
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 4.5rem!important
  }
  .p-sm-11 {
    padding: 5rem!important
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 5rem!important
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 5rem!important
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 5rem!important
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 5rem!important
  }
  .p-sm-12 {
    padding: 5.5rem!important
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 5.5rem!important
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 5.5rem!important
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 5.5rem!important
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 5.5rem!important
  }
  .p-sm-13 {
    padding: 6rem!important
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 6rem!important
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 6rem!important
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 6rem!important
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 6rem!important
  }
  .p-sm-14 {
    padding: 6.5rem!important
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 6.5rem!important
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 6.5rem!important
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 6.5rem!important
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 6.5rem!important
  }
  .p-sm-15 {
    padding: 7rem!important
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 7rem!important
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 7rem!important
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 7rem!important
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 7rem!important
  }
  .p-sm-16 {
    padding: 7.5rem!important
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 7.5rem!important
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 7.5rem!important
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 7.5rem!important
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 7.5rem!important
  }
  .p-sm-17 {
    padding: 8rem!important
  }
  .pt-sm-17,
  .py-sm-17 {
    padding-top: 8rem!important
  }
  .pr-sm-17,
  .px-sm-17 {
    padding-right: 8rem!important
  }
  .pb-sm-17,
  .py-sm-17 {
    padding-bottom: 8rem!important
  }
  .pl-sm-17,
  .px-sm-17 {
    padding-left: 8rem!important
  }
  .p-sm-18 {
    padding: 8.5rem!important
  }
  .pt-sm-18,
  .py-sm-18 {
    padding-top: 8.5rem!important
  }
  .pr-sm-18,
  .px-sm-18 {
    padding-right: 8.5rem!important
  }
  .pb-sm-18,
  .py-sm-18 {
    padding-bottom: 8.5rem!important
  }
  .pl-sm-18,
  .px-sm-18 {
    padding-left: 8.5rem!important
  }
  .p-sm-19 {
    padding: 9rem!important
  }
  .pt-sm-19,
  .py-sm-19 {
    padding-top: 9rem!important
  }
  .pr-sm-19,
  .px-sm-19 {
    padding-right: 9rem!important
  }
  .pb-sm-19,
  .py-sm-19 {
    padding-bottom: 9rem!important
  }
  .pl-sm-19,
  .px-sm-19 {
    padding-left: 9rem!important
  }
  .p-sm-20 {
    padding: 9.5rem!important
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 9.5rem!important
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 9.5rem!important
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 9.5rem!important
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 9.5rem!important
  }
  .p-sm-21 {
    padding: 10rem!important
  }
  .pt-sm-21,
  .py-sm-21 {
    padding-top: 10rem!important
  }
  .pr-sm-21,
  .px-sm-21 {
    padding-right: 10rem!important
  }
  .pb-sm-21,
  .py-sm-21 {
    padding-bottom: 10rem!important
  }
  .pl-sm-21,
  .px-sm-21 {
    padding-left: 10rem!important
  }
  .p-sm-22 {
    padding: 10.5rem!important
  }
  .pt-sm-22,
  .py-sm-22 {
    padding-top: 10.5rem!important
  }
  .pr-sm-22,
  .px-sm-22 {
    padding-right: 10.5rem!important
  }
  .pb-sm-22,
  .py-sm-22 {
    padding-bottom: 10.5rem!important
  }
  .pl-sm-22,
  .px-sm-22 {
    padding-left: 10.5rem!important
  }
  .p-sm-23 {
    padding: 11rem!important
  }
  .pt-sm-23,
  .py-sm-23 {
    padding-top: 11rem!important
  }
  .pr-sm-23,
  .px-sm-23 {
    padding-right: 11rem!important
  }
  .pb-sm-23,
  .py-sm-23 {
    padding-bottom: 11rem!important
  }
  .pl-sm-23,
  .px-sm-23 {
    padding-left: 11rem!important
  }
  .p-sm-24 {
    padding: 11.5rem!important
  }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 11.5rem!important
  }
  .pr-sm-24,
  .px-sm-24 {
    padding-right: 11.5rem!important
  }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 11.5rem!important
  }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 11.5rem!important
  }
  .p-sm-25 {
    padding: 12rem!important
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 12rem!important
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 12rem!important
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 12rem!important
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 12rem!important
  }
  .p-sm-26 {
    padding: 12.5rem!important
  }
  .pt-sm-26,
  .py-sm-26 {
    padding-top: 12.5rem!important
  }
  .pr-sm-26,
  .px-sm-26 {
    padding-right: 12.5rem!important
  }
  .pb-sm-26,
  .py-sm-26 {
    padding-bottom: 12.5rem!important
  }
  .pl-sm-26,
  .px-sm-26 {
    padding-left: 12.5rem!important
  }
  .p-sm-27 {
    padding: 13rem!important
  }
  .pt-sm-27,
  .py-sm-27 {
    padding-top: 13rem!important
  }
  .pr-sm-27,
  .px-sm-27 {
    padding-right: 13rem!important
  }
  .pb-sm-27,
  .py-sm-27 {
    padding-bottom: 13rem!important
  }
  .pl-sm-27,
  .px-sm-27 {
    padding-left: 13rem!important
  }
  .p-sm-28 {
    padding: 13.5rem!important
  }
  .pt-sm-28,
  .py-sm-28 {
    padding-top: 13.5rem!important
  }
  .pr-sm-28,
  .px-sm-28 {
    padding-right: 13.5rem!important
  }
  .pb-sm-28,
  .py-sm-28 {
    padding-bottom: 13.5rem!important
  }
  .pl-sm-28,
  .px-sm-28 {
    padding-left: 13.5rem!important
  }
  .p-sm-29 {
    padding: 14rem!important
  }
  .pt-sm-29,
  .py-sm-29 {
    padding-top: 14rem!important
  }
  .pr-sm-29,
  .px-sm-29 {
    padding-right: 14rem!important
  }
  .pb-sm-29,
  .py-sm-29 {
    padding-bottom: 14rem!important
  }
  .pl-sm-29,
  .px-sm-29 {
    padding-left: 14rem!important
  }
  .p-sm-30 {
    padding: 14.5rem!important
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 14.5rem!important
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 14.5rem!important
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 14.5rem!important
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 14.5rem!important
  }
  .p-sm-31 {
    padding: 15rem!important
  }
  .pt-sm-31,
  .py-sm-31 {
    padding-top: 15rem!important
  }
  .pr-sm-31,
  .px-sm-31 {
    padding-right: 15rem!important
  }
  .pb-sm-31,
  .py-sm-31 {
    padding-bottom: 15rem!important
  }
  .pl-sm-31,
  .px-sm-31 {
    padding-left: 15rem!important
  }
  .p-sm-32 {
    padding: 15.5rem!important
  }
  .pt-sm-32,
  .py-sm-32 {
    padding-top: 15.5rem!important
  }
  .pr-sm-32,
  .px-sm-32 {
    padding-right: 15.5rem!important
  }
  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 15.5rem!important
  }
  .pl-sm-32,
  .px-sm-32 {
    padding-left: 15.5rem!important
  }
  .p-sm-33 {
    padding: 16rem!important
  }
  .pt-sm-33,
  .py-sm-33 {
    padding-top: 16rem!important
  }
  .pr-sm-33,
  .px-sm-33 {
    padding-right: 16rem!important
  }
  .pb-sm-33,
  .py-sm-33 {
    padding-bottom: 16rem!important
  }
  .pl-sm-33,
  .px-sm-33 {
    padding-left: 16rem!important
  }
  .p-sm-34 {
    padding: 16.5rem!important
  }
  .pt-sm-34,
  .py-sm-34 {
    padding-top: 16.5rem!important
  }
  .pr-sm-34,
  .px-sm-34 {
    padding-right: 16.5rem!important
  }
  .pb-sm-34,
  .py-sm-34 {
    padding-bottom: 16.5rem!important
  }
  .pl-sm-34,
  .px-sm-34 {
    padding-left: 16.5rem!important
  }
  .p-sm-35 {
    padding: 17rem!important
  }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 17rem!important
  }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 17rem!important
  }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 17rem!important
  }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 17rem!important
  }
  .p-sm-36 {
    padding: 17.5rem!important
  }
  .pt-sm-36,
  .py-sm-36 {
    padding-top: 17.5rem!important
  }
  .pr-sm-36,
  .px-sm-36 {
    padding-right: 17.5rem!important
  }
  .pb-sm-36,
  .py-sm-36 {
    padding-bottom: 17.5rem!important
  }
  .pl-sm-36,
  .px-sm-36 {
    padding-left: 17.5rem!important
  }
  .p-sm-37 {
    padding: 18rem!important
  }
  .pt-sm-37,
  .py-sm-37 {
    padding-top: 18rem!important
  }
  .pr-sm-37,
  .px-sm-37 {
    padding-right: 18rem!important
  }
  .pb-sm-37,
  .py-sm-37 {
    padding-bottom: 18rem!important
  }
  .pl-sm-37,
  .px-sm-37 {
    padding-left: 18rem!important
  }
  .p-sm-38 {
    padding: 18.5rem!important
  }
  .pt-sm-38,
  .py-sm-38 {
    padding-top: 18.5rem!important
  }
  .pr-sm-38,
  .px-sm-38 {
    padding-right: 18.5rem!important
  }
  .pb-sm-38,
  .py-sm-38 {
    padding-bottom: 18.5rem!important
  }
  .pl-sm-38,
  .px-sm-38 {
    padding-left: 18.5rem!important
  }
  .p-sm-39 {
    padding: 19rem!important
  }
  .pt-sm-39,
  .py-sm-39 {
    padding-top: 19rem!important
  }
  .pr-sm-39,
  .px-sm-39 {
    padding-right: 19rem!important
  }
  .pb-sm-39,
  .py-sm-39 {
    padding-bottom: 19rem!important
  }
  .pl-sm-39,
  .px-sm-39 {
    padding-left: 19rem!important
  }
  .p-sm-40 {
    padding: 19.5rem!important
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 19.5rem!important
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 19.5rem!important
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 19.5rem!important
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 19.5rem!important
  }
  .p-sm-41 {
    padding: 20rem!important
  }
  .pt-sm-41,
  .py-sm-41 {
    padding-top: 20rem!important
  }
  .pr-sm-41,
  .px-sm-41 {
    padding-right: 20rem!important
  }
  .pb-sm-41,
  .py-sm-41 {
    padding-bottom: 20rem!important
  }
  .pl-sm-41,
  .px-sm-41 {
    padding-left: 20rem!important
  }
}
@media (min-width:992px) {
  .m-md-0 {
    margin: 0!important
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0!important
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0!important
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0!important
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0!important
  }
  .m-md-1 {
    margin: .25rem!important
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem!important
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem!important
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem!important
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem!important
  }
  .m-md-2 {
    margin: .5rem!important
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem!important
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem!important
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem!important
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem!important
  }
  .m-md-3 {
    margin: 1rem!important
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem!important
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem!important
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem!important
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem!important
  }
  .m-md-4 {
    margin: 1.5rem!important
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem!important
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem!important
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem!important
  }
  .m-md-5 {
    margin: 2rem!important
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem!important
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem!important
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem!important
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem!important
  }
  .m-md-6 {
    margin: 2.5rem!important
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2.5rem!important
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2.5rem!important
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.5rem!important
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2.5rem!important
  }
  .m-md-7 {
    margin: 3rem!important
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem!important
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem!important
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem!important
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3rem!important
  }
  .m-md-8 {
    margin: 3.5rem!important
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3.5rem!important
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 3.5rem!important
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3.5rem!important
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 3.5rem!important
  }
  .m-md-9 {
    margin: 4rem!important
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 4rem!important
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 4rem!important
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4rem!important
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 4rem!important
  }
  .m-md-10 {
    margin: 4.5rem!important
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 4.5rem!important
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 4.5rem!important
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 4.5rem!important
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 4.5rem!important
  }
  .m-md-11 {
    margin: 5rem!important
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 5rem!important
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 5rem!important
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 5rem!important
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 5rem!important
  }
  .m-md-12 {
    margin: 5.5rem!important
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 5.5rem!important
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 5.5rem!important
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 5.5rem!important
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 5.5rem!important
  }
  .m-md-13 {
    margin: 6rem!important
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 6rem!important
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 6rem!important
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 6rem!important
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 6rem!important
  }
  .m-md-14 {
    margin: 6.5rem!important
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 6.5rem!important
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 6.5rem!important
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 6.5rem!important
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 6.5rem!important
  }
  .m-md-15 {
    margin: 7rem!important
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 7rem!important
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 7rem!important
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 7rem!important
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 7rem!important
  }
  .m-md-16 {
    margin: 7.5rem!important
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 7.5rem!important
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 7.5rem!important
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 7.5rem!important
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 7.5rem!important
  }
  .m-md-17 {
    margin: 8rem!important
  }
  .mt-md-17,
  .my-md-17 {
    margin-top: 8rem!important
  }
  .mr-md-17,
  .mx-md-17 {
    margin-right: 8rem!important
  }
  .mb-md-17,
  .my-md-17 {
    margin-bottom: 8rem!important
  }
  .ml-md-17,
  .mx-md-17 {
    margin-left: 8rem!important
  }
  .m-md-18 {
    margin: 8.5rem!important
  }
  .mt-md-18,
  .my-md-18 {
    margin-top: 8.5rem!important
  }
  .mr-md-18,
  .mx-md-18 {
    margin-right: 8.5rem!important
  }
  .mb-md-18,
  .my-md-18 {
    margin-bottom: 8.5rem!important
  }
  .ml-md-18,
  .mx-md-18 {
    margin-left: 8.5rem!important
  }
  .m-md-19 {
    margin: 9rem!important
  }
  .mt-md-19,
  .my-md-19 {
    margin-top: 9rem!important
  }
  .mr-md-19,
  .mx-md-19 {
    margin-right: 9rem!important
  }
  .mb-md-19,
  .my-md-19 {
    margin-bottom: 9rem!important
  }
  .ml-md-19,
  .mx-md-19 {
    margin-left: 9rem!important
  }
  .m-md-20 {
    margin: 9.5rem!important
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 9.5rem!important
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 9.5rem!important
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 9.5rem!important
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 9.5rem!important
  }
  .m-md-21 {
    margin: 10rem!important
  }
  .mt-md-21,
  .my-md-21 {
    margin-top: 10rem!important
  }
  .mr-md-21,
  .mx-md-21 {
    margin-right: 10rem!important
  }
  .mb-md-21,
  .my-md-21 {
    margin-bottom: 10rem!important
  }
  .ml-md-21,
  .mx-md-21 {
    margin-left: 10rem!important
  }
  .m-md-22 {
    margin: 10.5rem!important
  }
  .mt-md-22,
  .my-md-22 {
    margin-top: 10.5rem!important
  }
  .mr-md-22,
  .mx-md-22 {
    margin-right: 10.5rem!important
  }
  .mb-md-22,
  .my-md-22 {
    margin-bottom: 10.5rem!important
  }
  .ml-md-22,
  .mx-md-22 {
    margin-left: 10.5rem!important
  }
  .m-md-23 {
    margin: 11rem!important
  }
  .mt-md-23,
  .my-md-23 {
    margin-top: 11rem!important
  }
  .mr-md-23,
  .mx-md-23 {
    margin-right: 11rem!important
  }
  .mb-md-23,
  .my-md-23 {
    margin-bottom: 11rem!important
  }
  .ml-md-23,
  .mx-md-23 {
    margin-left: 11rem!important
  }
  .m-md-24 {
    margin: 11.5rem!important
  }
  .mt-md-24,
  .my-md-24 {
    margin-top: 11.5rem!important
  }
  .mr-md-24,
  .mx-md-24 {
    margin-right: 11.5rem!important
  }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 11.5rem!important
  }
  .ml-md-24,
  .mx-md-24 {
    margin-left: 11.5rem!important
  }
  .m-md-25 {
    margin: 12rem!important
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 12rem!important
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 12rem!important
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 12rem!important
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 12rem!important
  }
  .m-md-26 {
    margin: 12.5rem!important
  }
  .mt-md-26,
  .my-md-26 {
    margin-top: 12.5rem!important
  }
  .mr-md-26,
  .mx-md-26 {
    margin-right: 12.5rem!important
  }
  .mb-md-26,
  .my-md-26 {
    margin-bottom: 12.5rem!important
  }
  .ml-md-26,
  .mx-md-26 {
    margin-left: 12.5rem!important
  }
  .m-md-27 {
    margin: 13rem!important
  }
  .mt-md-27,
  .my-md-27 {
    margin-top: 13rem!important
  }
  .mr-md-27,
  .mx-md-27 {
    margin-right: 13rem!important
  }
  .mb-md-27,
  .my-md-27 {
    margin-bottom: 13rem!important
  }
  .ml-md-27,
  .mx-md-27 {
    margin-left: 13rem!important
  }
  .m-md-28 {
    margin: 13.5rem!important
  }
  .mt-md-28,
  .my-md-28 {
    margin-top: 13.5rem!important
  }
  .mr-md-28,
  .mx-md-28 {
    margin-right: 13.5rem!important
  }
  .mb-md-28,
  .my-md-28 {
    margin-bottom: 13.5rem!important
  }
  .ml-md-28,
  .mx-md-28 {
    margin-left: 13.5rem!important
  }
  .m-md-29 {
    margin: 14rem!important
  }
  .mt-md-29,
  .my-md-29 {
    margin-top: 14rem!important
  }
  .mr-md-29,
  .mx-md-29 {
    margin-right: 14rem!important
  }
  .mb-md-29,
  .my-md-29 {
    margin-bottom: 14rem!important
  }
  .ml-md-29,
  .mx-md-29 {
    margin-left: 14rem!important
  }
  .m-md-30 {
    margin: 14.5rem!important
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 14.5rem!important
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 14.5rem!important
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 14.5rem!important
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 14.5rem!important
  }
  .m-md-31 {
    margin: 15rem!important
  }
  .mt-md-31,
  .my-md-31 {
    margin-top: 15rem!important
  }
  .mr-md-31,
  .mx-md-31 {
    margin-right: 15rem!important
  }
  .mb-md-31,
  .my-md-31 {
    margin-bottom: 15rem!important
  }
  .ml-md-31,
  .mx-md-31 {
    margin-left: 15rem!important
  }
  .m-md-32 {
    margin: 15.5rem!important
  }
  .mt-md-32,
  .my-md-32 {
    margin-top: 15.5rem!important
  }
  .mr-md-32,
  .mx-md-32 {
    margin-right: 15.5rem!important
  }
  .mb-md-32,
  .my-md-32 {
    margin-bottom: 15.5rem!important
  }
  .ml-md-32,
  .mx-md-32 {
    margin-left: 15.5rem!important
  }
  .m-md-33 {
    margin: 16rem!important
  }
  .mt-md-33,
  .my-md-33 {
    margin-top: 16rem!important
  }
  .mr-md-33,
  .mx-md-33 {
    margin-right: 16rem!important
  }
  .mb-md-33,
  .my-md-33 {
    margin-bottom: 16rem!important
  }
  .ml-md-33,
  .mx-md-33 {
    margin-left: 16rem!important
  }
  .m-md-34 {
    margin: 16.5rem!important
  }
  .mt-md-34,
  .my-md-34 {
    margin-top: 16.5rem!important
  }
  .mr-md-34,
  .mx-md-34 {
    margin-right: 16.5rem!important
  }
  .mb-md-34,
  .my-md-34 {
    margin-bottom: 16.5rem!important
  }
  .ml-md-34,
  .mx-md-34 {
    margin-left: 16.5rem!important
  }
  .m-md-35 {
    margin: 17rem!important
  }
  .mt-md-35,
  .my-md-35 {
    margin-top: 17rem!important
  }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 17rem!important
  }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 17rem!important
  }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 17rem!important
  }
  .m-md-36 {
    margin: 17.5rem!important
  }
  .mt-md-36,
  .my-md-36 {
    margin-top: 17.5rem!important
  }
  .mr-md-36,
  .mx-md-36 {
    margin-right: 17.5rem!important
  }
  .mb-md-36,
  .my-md-36 {
    margin-bottom: 17.5rem!important
  }
  .ml-md-36,
  .mx-md-36 {
    margin-left: 17.5rem!important
  }
  .m-md-37 {
    margin: 18rem!important
  }
  .mt-md-37,
  .my-md-37 {
    margin-top: 18rem!important
  }
  .mr-md-37,
  .mx-md-37 {
    margin-right: 18rem!important
  }
  .mb-md-37,
  .my-md-37 {
    margin-bottom: 18rem!important
  }
  .ml-md-37,
  .mx-md-37 {
    margin-left: 18rem!important
  }
  .m-md-38 {
    margin: 18.5rem!important
  }
  .mt-md-38,
  .my-md-38 {
    margin-top: 18.5rem!important
  }
  .mr-md-38,
  .mx-md-38 {
    margin-right: 18.5rem!important
  }
  .mb-md-38,
  .my-md-38 {
    margin-bottom: 18.5rem!important
  }
  .ml-md-38,
  .mx-md-38 {
    margin-left: 18.5rem!important
  }
  .m-md-39 {
    margin: 19rem!important
  }
  .mt-md-39,
  .my-md-39 {
    margin-top: 19rem!important
  }
  .mr-md-39,
  .mx-md-39 {
    margin-right: 19rem!important
  }
  .mb-md-39,
  .my-md-39 {
    margin-bottom: 19rem!important
  }
  .ml-md-39,
  .mx-md-39 {
    margin-left: 19rem!important
  }
  .m-md-40 {
    margin: 19.5rem!important
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 19.5rem!important
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 19.5rem!important
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 19.5rem!important
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 19.5rem!important
  }
  .m-md-41 {
    margin: 20rem!important
  }
  .mt-md-41,
  .my-md-41 {
    margin-top: 20rem!important
  }
  .mr-md-41,
  .mx-md-41 {
    margin-right: 20rem!important
  }
  .mb-md-41,
  .my-md-41 {
    margin-bottom: 20rem!important
  }
  .ml-md-41,
  .mx-md-41 {
    margin-left: 20rem!important
  }
  .p-md-0 {
    padding: 0!important
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0!important
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0!important
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0!important
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0!important
  }
  .p-md-1 {
    padding: .25rem!important
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem!important
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem!important
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem!important
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem!important
  }
  .p-md-2 {
    padding: .5rem!important
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem!important
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem!important
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem!important
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem!important
  }
  .p-md-3 {
    padding: 1rem!important
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem!important
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem!important
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem!important
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem!important
  }
  .p-md-4 {
    padding: 1.5rem!important
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem!important
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem!important
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem!important
  }
  .p-md-5 {
    padding: 2rem!important
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem!important
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem!important
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem!important
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem!important
  }
  .p-md-6 {
    padding: 2.5rem!important
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2.5rem!important
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2.5rem!important
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2.5rem!important
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2.5rem!important
  }
  .p-md-7 {
    padding: 3rem!important
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem!important
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3rem!important
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem!important
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3rem!important
  }
  .p-md-8 {
    padding: 3.5rem!important
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3.5rem!important
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 3.5rem!important
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3.5rem!important
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 3.5rem!important
  }
  .p-md-9 {
    padding: 4rem!important
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 4rem!important
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 4rem!important
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4rem!important
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 4rem!important
  }
  .p-md-10 {
    padding: 4.5rem!important
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 4.5rem!important
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 4.5rem!important
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 4.5rem!important
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 4.5rem!important
  }
  .p-md-11 {
    padding: 5rem!important
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 5rem!important
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 5rem!important
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 5rem!important
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 5rem!important
  }
  .p-md-12 {
    padding: 5.5rem!important
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 5.5rem!important
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 5.5rem!important
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 5.5rem!important
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 5.5rem!important
  }
  .p-md-13 {
    padding: 6rem!important
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 6rem!important
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 6rem!important
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 6rem!important
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 6rem!important
  }
  .p-md-14 {
    padding: 6.5rem!important
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 6.5rem!important
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 6.5rem!important
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 6.5rem!important
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 6.5rem!important
  }
  .p-md-15 {
    padding: 7rem!important
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 7rem!important
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 7rem!important
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 7rem!important
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 7rem!important
  }
  .p-md-16 {
    padding: 7.5rem!important
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 7.5rem!important
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 7.5rem!important
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 7.5rem!important
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 7.5rem!important
  }
  .p-md-17 {
    padding: 8rem!important
  }
  .pt-md-17,
  .py-md-17 {
    padding-top: 8rem!important
  }
  .pr-md-17,
  .px-md-17 {
    padding-right: 8rem!important
  }
  .pb-md-17,
  .py-md-17 {
    padding-bottom: 8rem!important
  }
  .pl-md-17,
  .px-md-17 {
    padding-left: 8rem!important
  }
  .p-md-18 {
    padding: 8.5rem!important
  }
  .pt-md-18,
  .py-md-18 {
    padding-top: 8.5rem!important
  }
  .pr-md-18,
  .px-md-18 {
    padding-right: 8.5rem!important
  }
  .pb-md-18,
  .py-md-18 {
    padding-bottom: 8.5rem!important
  }
  .pl-md-18,
  .px-md-18 {
    padding-left: 8.5rem!important
  }
  .p-md-19 {
    padding: 9rem!important
  }
  .pt-md-19,
  .py-md-19 {
    padding-top: 9rem!important
  }
  .pr-md-19,
  .px-md-19 {
    padding-right: 9rem!important
  }
  .pb-md-19,
  .py-md-19 {
    padding-bottom: 9rem!important
  }
  .pl-md-19,
  .px-md-19 {
    padding-left: 9rem!important
  }
  .p-md-20 {
    padding: 9.5rem!important
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 9.5rem!important
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 9.5rem!important
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 9.5rem!important
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 9.5rem!important
  }
  .p-md-21 {
    padding: 10rem!important
  }
  .pt-md-21,
  .py-md-21 {
    padding-top: 10rem!important
  }
  .pr-md-21,
  .px-md-21 {
    padding-right: 10rem!important
  }
  .pb-md-21,
  .py-md-21 {
    padding-bottom: 10rem!important
  }
  .pl-md-21,
  .px-md-21 {
    padding-left: 10rem!important
  }
  .p-md-22 {
    padding: 10.5rem!important
  }
  .pt-md-22,
  .py-md-22 {
    padding-top: 10.5rem!important
  }
  .pr-md-22,
  .px-md-22 {
    padding-right: 10.5rem!important
  }
  .pb-md-22,
  .py-md-22 {
    padding-bottom: 10.5rem!important
  }
  .pl-md-22,
  .px-md-22 {
    padding-left: 10.5rem!important
  }
  .p-md-23 {
    padding: 11rem!important
  }
  .pt-md-23,
  .py-md-23 {
    padding-top: 11rem!important
  }
  .pr-md-23,
  .px-md-23 {
    padding-right: 11rem!important
  }
  .pb-md-23,
  .py-md-23 {
    padding-bottom: 11rem!important
  }
  .pl-md-23,
  .px-md-23 {
    padding-left: 11rem!important
  }
  .p-md-24 {
    padding: 11.5rem!important
  }
  .pt-md-24,
  .py-md-24 {
    padding-top: 11.5rem!important
  }
  .pr-md-24,
  .px-md-24 {
    padding-right: 11.5rem!important
  }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 11.5rem!important
  }
  .pl-md-24,
  .px-md-24 {
    padding-left: 11.5rem!important
  }
  .p-md-25 {
    padding: 12rem!important
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 12rem!important
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 12rem!important
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 12rem!important
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 12rem!important
  }
  .p-md-26 {
    padding: 12.5rem!important
  }
  .pt-md-26,
  .py-md-26 {
    padding-top: 12.5rem!important
  }
  .pr-md-26,
  .px-md-26 {
    padding-right: 12.5rem!important
  }
  .pb-md-26,
  .py-md-26 {
    padding-bottom: 12.5rem!important
  }
  .pl-md-26,
  .px-md-26 {
    padding-left: 12.5rem!important
  }
  .p-md-27 {
    padding: 13rem!important
  }
  .pt-md-27,
  .py-md-27 {
    padding-top: 13rem!important
  }
  .pr-md-27,
  .px-md-27 {
    padding-right: 13rem!important
  }
  .pb-md-27,
  .py-md-27 {
    padding-bottom: 13rem!important
  }
  .pl-md-27,
  .px-md-27 {
    padding-left: 13rem!important
  }
  .p-md-28 {
    padding: 13.5rem!important
  }
  .pt-md-28,
  .py-md-28 {
    padding-top: 13.5rem!important
  }
  .pr-md-28,
  .px-md-28 {
    padding-right: 13.5rem!important
  }
  .pb-md-28,
  .py-md-28 {
    padding-bottom: 13.5rem!important
  }
  .pl-md-28,
  .px-md-28 {
    padding-left: 13.5rem!important
  }
  .p-md-29 {
    padding: 14rem!important
  }
  .pt-md-29,
  .py-md-29 {
    padding-top: 14rem!important
  }
  .pr-md-29,
  .px-md-29 {
    padding-right: 14rem!important
  }
  .pb-md-29,
  .py-md-29 {
    padding-bottom: 14rem!important
  }
  .pl-md-29,
  .px-md-29 {
    padding-left: 14rem!important
  }
  .p-md-30 {
    padding: 14.5rem!important
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 14.5rem!important
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 14.5rem!important
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 14.5rem!important
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 14.5rem!important
  }
  .p-md-31 {
    padding: 15rem!important
  }
  .pt-md-31,
  .py-md-31 {
    padding-top: 15rem!important
  }
  .pr-md-31,
  .px-md-31 {
    padding-right: 15rem!important
  }
  .pb-md-31,
  .py-md-31 {
    padding-bottom: 15rem!important
  }
  .pl-md-31,
  .px-md-31 {
    padding-left: 15rem!important
  }
  .p-md-32 {
    padding: 15.5rem!important
  }
  .pt-md-32,
  .py-md-32 {
    padding-top: 15.5rem!important
  }
  .pr-md-32,
  .px-md-32 {
    padding-right: 15.5rem!important
  }
  .pb-md-32,
  .py-md-32 {
    padding-bottom: 15.5rem!important
  }
  .pl-md-32,
  .px-md-32 {
    padding-left: 15.5rem!important
  }
  .p-md-33 {
    padding: 16rem!important
  }
  .pt-md-33,
  .py-md-33 {
    padding-top: 16rem!important
  }
  .pr-md-33,
  .px-md-33 {
    padding-right: 16rem!important
  }
  .pb-md-33,
  .py-md-33 {
    padding-bottom: 16rem!important
  }
  .pl-md-33,
  .px-md-33 {
    padding-left: 16rem!important
  }
  .p-md-34 {
    padding: 16.5rem!important
  }
  .pt-md-34,
  .py-md-34 {
    padding-top: 16.5rem!important
  }
  .pr-md-34,
  .px-md-34 {
    padding-right: 16.5rem!important
  }
  .pb-md-34,
  .py-md-34 {
    padding-bottom: 16.5rem!important
  }
  .pl-md-34,
  .px-md-34 {
    padding-left: 16.5rem!important
  }
  .p-md-35 {
    padding: 17rem!important
  }
  .pt-md-35,
  .py-md-35 {
    padding-top: 17rem!important
  }
  .pr-md-35,
  .px-md-35 {
    padding-right: 17rem!important
  }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 17rem!important
  }
  .pl-md-35,
  .px-md-35 {
    padding-left: 17rem!important
  }
  .p-md-36 {
    padding: 17.5rem!important
  }
  .pt-md-36,
  .py-md-36 {
    padding-top: 17.5rem!important
  }
  .pr-md-36,
  .px-md-36 {
    padding-right: 17.5rem!important
  }
  .pb-md-36,
  .py-md-36 {
    padding-bottom: 17.5rem!important
  }
  .pl-md-36,
  .px-md-36 {
    padding-left: 17.5rem!important
  }
  .p-md-37 {
    padding: 18rem!important
  }
  .pt-md-37,
  .py-md-37 {
    padding-top: 18rem!important
  }
  .pr-md-37,
  .px-md-37 {
    padding-right: 18rem!important
  }
  .pb-md-37,
  .py-md-37 {
    padding-bottom: 18rem!important
  }
  .pl-md-37,
  .px-md-37 {
    padding-left: 18rem!important
  }
  .p-md-38 {
    padding: 18.5rem!important
  }
  .pt-md-38,
  .py-md-38 {
    padding-top: 18.5rem!important
  }
  .pr-md-38,
  .px-md-38 {
    padding-right: 18.5rem!important
  }
  .pb-md-38,
  .py-md-38 {
    padding-bottom: 18.5rem!important
  }
  .pl-md-38,
  .px-md-38 {
    padding-left: 18.5rem!important
  }
  .p-md-39 {
    padding: 19rem!important
  }
  .pt-md-39,
  .py-md-39 {
    padding-top: 19rem!important
  }
  .pr-md-39,
  .px-md-39 {
    padding-right: 19rem!important
  }
  .pb-md-39,
  .py-md-39 {
    padding-bottom: 19rem!important
  }
  .pl-md-39,
  .px-md-39 {
    padding-left: 19rem!important
  }
  .p-md-40 {
    padding: 19.5rem!important
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 19.5rem!important
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 19.5rem!important
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 19.5rem!important
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 19.5rem!important
  }
  .p-md-41 {
    padding: 20rem!important
  }
  .pt-md-41,
  .py-md-41 {
    padding-top: 20rem!important
  }
  .pr-md-41,
  .px-md-41 {
    padding-right: 20rem!important
  }
  .pb-md-41,
  .py-md-41 {
    padding-bottom: 20rem!important
  }
  .pl-md-41,
  .px-md-41 {
    padding-left: 20rem!important
  }
}
@media (min-width:1190px) {
  .m-lg-0 {
    margin: 0!important
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0!important
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0!important
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0!important
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0!important
  }
  .m-lg-1 {
    margin: .25rem!important
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem!important
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem!important
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem!important
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem!important
  }
  .m-lg-2 {
    margin: .5rem!important
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem!important
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem!important
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem!important
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem!important
  }
  .m-lg-3 {
    margin: 1rem!important
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem!important
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem!important
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem!important
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem!important
  }
  .m-lg-4 {
    margin: 1.5rem!important
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem!important
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem!important
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem!important
  }
  .m-lg-5 {
    margin: 2rem!important
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem!important
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem!important
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem!important
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem!important
  }
  .m-lg-6 {
    margin: 2.5rem!important
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.5rem!important
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2.5rem!important
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.5rem!important
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2.5rem!important
  }
  .m-lg-7 {
    margin: 3rem!important
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem!important
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3rem!important
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem!important
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3rem!important
  }
  .m-lg-8 {
    margin: 3.5rem!important
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3.5rem!important
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3.5rem!important
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3.5rem!important
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3.5rem!important
  }
  .m-lg-9 {
    margin: 4rem!important
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4rem!important
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4rem!important
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4rem!important
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4rem!important
  }
  .m-lg-10 {
    margin: 4.5rem!important
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 4.5rem!important
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 4.5rem!important
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 4.5rem!important
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 4.5rem!important
  }
  .m-lg-11 {
    margin: 5rem!important
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 5rem!important
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 5rem!important
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 5rem!important
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 5rem!important
  }
  .m-lg-12 {
    margin: 5.5rem!important
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 5.5rem!important
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 5.5rem!important
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 5.5rem!important
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 5.5rem!important
  }
  .m-lg-13 {
    margin: 6rem!important
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 6rem!important
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 6rem!important
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 6rem!important
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 6rem!important
  }
  .m-lg-14 {
    margin: 6.5rem!important
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 6.5rem!important
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 6.5rem!important
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 6.5rem!important
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 6.5rem!important
  }
  .m-lg-15 {
    margin: 7rem!important
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 7rem!important
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 7rem!important
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 7rem!important
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 7rem!important
  }
  .m-lg-16 {
    margin: 7.5rem!important
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 7.5rem!important
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 7.5rem!important
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 7.5rem!important
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 7.5rem!important
  }
  .m-lg-17 {
    margin: 8rem!important
  }
  .mt-lg-17,
  .my-lg-17 {
    margin-top: 8rem!important
  }
  .mr-lg-17,
  .mx-lg-17 {
    margin-right: 8rem!important
  }
  .mb-lg-17,
  .my-lg-17 {
    margin-bottom: 8rem!important
  }
  .ml-lg-17,
  .mx-lg-17 {
    margin-left: 8rem!important
  }
  .m-lg-18 {
    margin: 8.5rem!important
  }
  .mt-lg-18,
  .my-lg-18 {
    margin-top: 8.5rem!important
  }
  .mr-lg-18,
  .mx-lg-18 {
    margin-right: 8.5rem!important
  }
  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 8.5rem!important
  }
  .ml-lg-18,
  .mx-lg-18 {
    margin-left: 8.5rem!important
  }
  .m-lg-19 {
    margin: 9rem!important
  }
  .mt-lg-19,
  .my-lg-19 {
    margin-top: 9rem!important
  }
  .mr-lg-19,
  .mx-lg-19 {
    margin-right: 9rem!important
  }
  .mb-lg-19,
  .my-lg-19 {
    margin-bottom: 9rem!important
  }
  .ml-lg-19,
  .mx-lg-19 {
    margin-left: 9rem!important
  }
  .m-lg-20 {
    margin: 9.5rem!important
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 9.5rem!important
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 9.5rem!important
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 9.5rem!important
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 9.5rem!important
  }
  .m-lg-21 {
    margin: 10rem!important
  }
  .mt-lg-21,
  .my-lg-21 {
    margin-top: 10rem!important
  }
  .mr-lg-21,
  .mx-lg-21 {
    margin-right: 10rem!important
  }
  .mb-lg-21,
  .my-lg-21 {
    margin-bottom: 10rem!important
  }
  .ml-lg-21,
  .mx-lg-21 {
    margin-left: 10rem!important
  }
  .m-lg-22 {
    margin: 10.5rem!important
  }
  .mt-lg-22,
  .my-lg-22 {
    margin-top: 10.5rem!important
  }
  .mr-lg-22,
  .mx-lg-22 {
    margin-right: 10.5rem!important
  }
  .mb-lg-22,
  .my-lg-22 {
    margin-bottom: 10.5rem!important
  }
  .ml-lg-22,
  .mx-lg-22 {
    margin-left: 10.5rem!important
  }
  .m-lg-23 {
    margin: 11rem!important
  }
  .mt-lg-23,
  .my-lg-23 {
    margin-top: 11rem!important
  }
  .mr-lg-23,
  .mx-lg-23 {
    margin-right: 11rem!important
  }
  .mb-lg-23,
  .my-lg-23 {
    margin-bottom: 11rem!important
  }
  .ml-lg-23,
  .mx-lg-23 {
    margin-left: 11rem!important
  }
  .m-lg-24 {
    margin: 11.5rem!important
  }
  .mt-lg-24,
  .my-lg-24 {
    margin-top: 11.5rem!important
  }
  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 11.5rem!important
  }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 11.5rem!important
  }
  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 11.5rem!important
  }
  .m-lg-25 {
    margin: 12rem!important
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 12rem!important
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 12rem!important
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 12rem!important
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 12rem!important
  }
  .m-lg-26 {
    margin: 12.5rem!important
  }
  .mt-lg-26,
  .my-lg-26 {
    margin-top: 12.5rem!important
  }
  .mr-lg-26,
  .mx-lg-26 {
    margin-right: 12.5rem!important
  }
  .mb-lg-26,
  .my-lg-26 {
    margin-bottom: 12.5rem!important
  }
  .ml-lg-26,
  .mx-lg-26 {
    margin-left: 12.5rem!important
  }
  .m-lg-27 {
    margin: 13rem!important
  }
  .mt-lg-27,
  .my-lg-27 {
    margin-top: 13rem!important
  }
  .mr-lg-27,
  .mx-lg-27 {
    margin-right: 13rem!important
  }
  .mb-lg-27,
  .my-lg-27 {
    margin-bottom: 13rem!important
  }
  .ml-lg-27,
  .mx-lg-27 {
    margin-left: 13rem!important
  }
  .m-lg-28 {
    margin: 13.5rem!important
  }
  .mt-lg-28,
  .my-lg-28 {
    margin-top: 13.5rem!important
  }
  .mr-lg-28,
  .mx-lg-28 {
    margin-right: 13.5rem!important
  }
  .mb-lg-28,
  .my-lg-28 {
    margin-bottom: 13.5rem!important
  }
  .ml-lg-28,
  .mx-lg-28 {
    margin-left: 13.5rem!important
  }
  .m-lg-29 {
    margin: 14rem!important
  }
  .mt-lg-29,
  .my-lg-29 {
    margin-top: 14rem!important
  }
  .mr-lg-29,
  .mx-lg-29 {
    margin-right: 14rem!important
  }
  .mb-lg-29,
  .my-lg-29 {
    margin-bottom: 14rem!important
  }
  .ml-lg-29,
  .mx-lg-29 {
    margin-left: 14rem!important
  }
  .m-lg-30 {
    margin: 14.5rem!important
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 14.5rem!important
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 14.5rem!important
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 14.5rem!important
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 14.5rem!important
  }
  .m-lg-31 {
    margin: 15rem!important
  }
  .mt-lg-31,
  .my-lg-31 {
    margin-top: 15rem!important
  }
  .mr-lg-31,
  .mx-lg-31 {
    margin-right: 15rem!important
  }
  .mb-lg-31,
  .my-lg-31 {
    margin-bottom: 15rem!important
  }
  .ml-lg-31,
  .mx-lg-31 {
    margin-left: 15rem!important
  }
  .m-lg-32 {
    margin: 15.5rem!important
  }
  .mt-lg-32,
  .my-lg-32 {
    margin-top: 15.5rem!important
  }
  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 15.5rem!important
  }
  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 15.5rem!important
  }
  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 15.5rem!important
  }
  .m-lg-33 {
    margin: 16rem!important
  }
  .mt-lg-33,
  .my-lg-33 {
    margin-top: 16rem!important
  }
  .mr-lg-33,
  .mx-lg-33 {
    margin-right: 16rem!important
  }
  .mb-lg-33,
  .my-lg-33 {
    margin-bottom: 16rem!important
  }
  .ml-lg-33,
  .mx-lg-33 {
    margin-left: 16rem!important
  }
  .m-lg-34 {
    margin: 16.5rem!important
  }
  .mt-lg-34,
  .my-lg-34 {
    margin-top: 16.5rem!important
  }
  .mr-lg-34,
  .mx-lg-34 {
    margin-right: 16.5rem!important
  }
  .mb-lg-34,
  .my-lg-34 {
    margin-bottom: 16.5rem!important
  }
  .ml-lg-34,
  .mx-lg-34 {
    margin-left: 16.5rem!important
  }
  .m-lg-35 {
    margin: 17rem!important
  }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 17rem!important
  }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 17rem!important
  }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 17rem!important
  }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 17rem!important
  }
  .m-lg-36 {
    margin: 17.5rem!important
  }
  .mt-lg-36,
  .my-lg-36 {
    margin-top: 17.5rem!important
  }
  .mr-lg-36,
  .mx-lg-36 {
    margin-right: 17.5rem!important
  }
  .mb-lg-36,
  .my-lg-36 {
    margin-bottom: 17.5rem!important
  }
  .ml-lg-36,
  .mx-lg-36 {
    margin-left: 17.5rem!important
  }
  .m-lg-37 {
    margin: 18rem!important
  }
  .mt-lg-37,
  .my-lg-37 {
    margin-top: 18rem!important
  }
  .mr-lg-37,
  .mx-lg-37 {
    margin-right: 18rem!important
  }
  .mb-lg-37,
  .my-lg-37 {
    margin-bottom: 18rem!important
  }
  .ml-lg-37,
  .mx-lg-37 {
    margin-left: 18rem!important
  }
  .m-lg-38 {
    margin: 18.5rem!important
  }
  .mt-lg-38,
  .my-lg-38 {
    margin-top: 18.5rem!important
  }
  .mr-lg-38,
  .mx-lg-38 {
    margin-right: 18.5rem!important
  }
  .mb-lg-38,
  .my-lg-38 {
    margin-bottom: 18.5rem!important
  }
  .ml-lg-38,
  .mx-lg-38 {
    margin-left: 18.5rem!important
  }
  .m-lg-39 {
    margin: 19rem!important
  }
  .mt-lg-39,
  .my-lg-39 {
    margin-top: 19rem!important
  }
  .mr-lg-39,
  .mx-lg-39 {
    margin-right: 19rem!important
  }
  .mb-lg-39,
  .my-lg-39 {
    margin-bottom: 19rem!important
  }
  .ml-lg-39,
  .mx-lg-39 {
    margin-left: 19rem!important
  }
  .m-lg-40 {
    margin: 19.5rem!important
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 19.5rem!important
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 19.5rem!important
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 19.5rem!important
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 19.5rem!important
  }
  .m-lg-41 {
    margin: 20rem!important
  }
  .mt-lg-41,
  .my-lg-41 {
    margin-top: 20rem!important
  }
  .mr-lg-41,
  .mx-lg-41 {
    margin-right: 20rem!important
  }
  .mb-lg-41,
  .my-lg-41 {
    margin-bottom: 20rem!important
  }
  .ml-lg-41,
  .mx-lg-41 {
    margin-left: 20rem!important
  }
  .p-lg-0 {
    padding: 0!important
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0!important
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0!important
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0!important
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0!important
  }
  .p-lg-1 {
    padding: .25rem!important
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem!important
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem!important
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem!important
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem!important
  }
  .p-lg-2 {
    padding: .5rem!important
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem!important
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem!important
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem!important
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem!important
  }
  .p-lg-3 {
    padding: 1rem!important
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem!important
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem!important
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem!important
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem!important
  }
  .p-lg-4 {
    padding: 1.5rem!important
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem!important
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem!important
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem!important
  }
  .p-lg-5 {
    padding: 2rem!important
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem!important
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem!important
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem!important
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem!important
  }
  .p-lg-6 {
    padding: 2.5rem!important
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2.5rem!important
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2.5rem!important
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2.5rem!important
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2.5rem!important
  }
  .p-lg-7 {
    padding: 3rem!important
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3rem!important
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3rem!important
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3rem!important
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3rem!important
  }
  .p-lg-8 {
    padding: 3.5rem!important
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3.5rem!important
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 3.5rem!important
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3.5rem!important
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 3.5rem!important
  }
  .p-lg-9 {
    padding: 4rem!important
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4rem!important
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4rem!important
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4rem!important
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4rem!important
  }
  .p-lg-10 {
    padding: 4.5rem!important
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 4.5rem!important
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 4.5rem!important
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 4.5rem!important
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 4.5rem!important
  }
  .p-lg-11 {
    padding: 5rem!important
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 5rem!important
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 5rem!important
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 5rem!important
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 5rem!important
  }
  .p-lg-12 {
    padding: 5.5rem!important
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 5.5rem!important
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 5.5rem!important
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 5.5rem!important
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 5.5rem!important
  }
  .p-lg-13 {
    padding: 6rem!important
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 6rem!important
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 6rem!important
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 6rem!important
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 6rem!important
  }
  .p-lg-14 {
    padding: 6.5rem!important
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 6.5rem!important
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 6.5rem!important
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 6.5rem!important
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 6.5rem!important
  }
  .p-lg-15 {
    padding: 7rem!important
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 7rem!important
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 7rem!important
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 7rem!important
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 7rem!important
  }
  .p-lg-16 {
    padding: 7.5rem!important
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 7.5rem!important
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 7.5rem!important
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 7.5rem!important
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 7.5rem!important
  }
  .p-lg-17 {
    padding: 8rem!important
  }
  .pt-lg-17,
  .py-lg-17 {
    padding-top: 8rem!important
  }
  .pr-lg-17,
  .px-lg-17 {
    padding-right: 8rem!important
  }
  .pb-lg-17,
  .py-lg-17 {
    padding-bottom: 8rem!important
  }
  .pl-lg-17,
  .px-lg-17 {
    padding-left: 8rem!important
  }
  .p-lg-18 {
    padding: 8.5rem!important
  }
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 8.5rem!important
  }
  .pr-lg-18,
  .px-lg-18 {
    padding-right: 8.5rem!important
  }
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 8.5rem!important
  }
  .pl-lg-18,
  .px-lg-18 {
    padding-left: 8.5rem!important
  }
  .p-lg-19 {
    padding: 9rem!important
  }
  .pt-lg-19,
  .py-lg-19 {
    padding-top: 9rem!important
  }
  .pr-lg-19,
  .px-lg-19 {
    padding-right: 9rem!important
  }
  .pb-lg-19,
  .py-lg-19 {
    padding-bottom: 9rem!important
  }
  .pl-lg-19,
  .px-lg-19 {
    padding-left: 9rem!important
  }
  .p-lg-20 {
    padding: 9.5rem!important
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 9.5rem!important
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 9.5rem!important
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 9.5rem!important
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 9.5rem!important
  }
  .p-lg-21 {
    padding: 10rem!important
  }
  .pt-lg-21,
  .py-lg-21 {
    padding-top: 10rem!important
  }
  .pr-lg-21,
  .px-lg-21 {
    padding-right: 10rem!important
  }
  .pb-lg-21,
  .py-lg-21 {
    padding-bottom: 10rem!important
  }
  .pl-lg-21,
  .px-lg-21 {
    padding-left: 10rem!important
  }
  .p-lg-22 {
    padding: 10.5rem!important
  }
  .pt-lg-22,
  .py-lg-22 {
    padding-top: 10.5rem!important
  }
  .pr-lg-22,
  .px-lg-22 {
    padding-right: 10.5rem!important
  }
  .pb-lg-22,
  .py-lg-22 {
    padding-bottom: 10.5rem!important
  }
  .pl-lg-22,
  .px-lg-22 {
    padding-left: 10.5rem!important
  }
  .p-lg-23 {
    padding: 11rem!important
  }
  .pt-lg-23,
  .py-lg-23 {
    padding-top: 11rem!important
  }
  .pr-lg-23,
  .px-lg-23 {
    padding-right: 11rem!important
  }
  .pb-lg-23,
  .py-lg-23 {
    padding-bottom: 11rem!important
  }
  .pl-lg-23,
  .px-lg-23 {
    padding-left: 11rem!important
  }
  .p-lg-24 {
    padding: 11.5rem!important
  }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 11.5rem!important
  }
  .pr-lg-24,
  .px-lg-24 {
    padding-right: 11.5rem!important
  }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 11.5rem!important
  }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 11.5rem!important
  }
  .p-lg-25 {
    padding: 12rem!important
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 12rem!important
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 12rem!important
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 12rem!important
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 12rem!important
  }
  .p-lg-26 {
    padding: 12.5rem!important
  }
  .pt-lg-26,
  .py-lg-26 {
    padding-top: 12.5rem!important
  }
  .pr-lg-26,
  .px-lg-26 {
    padding-right: 12.5rem!important
  }
  .pb-lg-26,
  .py-lg-26 {
    padding-bottom: 12.5rem!important
  }
  .pl-lg-26,
  .px-lg-26 {
    padding-left: 12.5rem!important
  }
  .p-lg-27 {
    padding: 13rem!important
  }
  .pt-lg-27,
  .py-lg-27 {
    padding-top: 13rem!important
  }
  .pr-lg-27,
  .px-lg-27 {
    padding-right: 13rem!important
  }
  .pb-lg-27,
  .py-lg-27 {
    padding-bottom: 13rem!important
  }
  .pl-lg-27,
  .px-lg-27 {
    padding-left: 13rem!important
  }
  .p-lg-28 {
    padding: 13.5rem!important
  }
  .pt-lg-28,
  .py-lg-28 {
    padding-top: 13.5rem!important
  }
  .pr-lg-28,
  .px-lg-28 {
    padding-right: 13.5rem!important
  }
  .pb-lg-28,
  .py-lg-28 {
    padding-bottom: 13.5rem!important
  }
  .pl-lg-28,
  .px-lg-28 {
    padding-left: 13.5rem!important
  }
  .p-lg-29 {
    padding: 14rem!important
  }
  .pt-lg-29,
  .py-lg-29 {
    padding-top: 14rem!important
  }
  .pr-lg-29,
  .px-lg-29 {
    padding-right: 14rem!important
  }
  .pb-lg-29,
  .py-lg-29 {
    padding-bottom: 14rem!important
  }
  .pl-lg-29,
  .px-lg-29 {
    padding-left: 14rem!important
  }
  .p-lg-30 {
    padding: 14.5rem!important
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 14.5rem!important
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 14.5rem!important
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 14.5rem!important
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 14.5rem!important
  }
  .p-lg-31 {
    padding: 15rem!important
  }
  .pt-lg-31,
  .py-lg-31 {
    padding-top: 15rem!important
  }
  .pr-lg-31,
  .px-lg-31 {
    padding-right: 15rem!important
  }
  .pb-lg-31,
  .py-lg-31 {
    padding-bottom: 15rem!important
  }
  .pl-lg-31,
  .px-lg-31 {
    padding-left: 15rem!important
  }
  .p-lg-32 {
    padding: 15.5rem!important
  }
  .pt-lg-32,
  .py-lg-32 {
    padding-top: 15.5rem!important
  }
  .pr-lg-32,
  .px-lg-32 {
    padding-right: 15.5rem!important
  }
  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 15.5rem!important
  }
  .pl-lg-32,
  .px-lg-32 {
    padding-left: 15.5rem!important
  }
  .p-lg-33 {
    padding: 16rem!important
  }
  .pt-lg-33,
  .py-lg-33 {
    padding-top: 16rem!important
  }
  .pr-lg-33,
  .px-lg-33 {
    padding-right: 16rem!important
  }
  .pb-lg-33,
  .py-lg-33 {
    padding-bottom: 16rem!important
  }
  .pl-lg-33,
  .px-lg-33 {
    padding-left: 16rem!important
  }
  .p-lg-34 {
    padding: 16.5rem!important
  }
  .pt-lg-34,
  .py-lg-34 {
    padding-top: 16.5rem!important
  }
  .pr-lg-34,
  .px-lg-34 {
    padding-right: 16.5rem!important
  }
  .pb-lg-34,
  .py-lg-34 {
    padding-bottom: 16.5rem!important
  }
  .pl-lg-34,
  .px-lg-34 {
    padding-left: 16.5rem!important
  }
  .p-lg-35 {
    padding: 17rem!important
  }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 17rem!important
  }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 17rem!important
  }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 17rem!important
  }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 17rem!important
  }
  .p-lg-36 {
    padding: 17.5rem!important
  }
  .pt-lg-36,
  .py-lg-36 {
    padding-top: 17.5rem!important
  }
  .pr-lg-36,
  .px-lg-36 {
    padding-right: 17.5rem!important
  }
  .pb-lg-36,
  .py-lg-36 {
    padding-bottom: 17.5rem!important
  }
  .pl-lg-36,
  .px-lg-36 {
    padding-left: 17.5rem!important
  }
  .p-lg-37 {
    padding: 18rem!important
  }
  .pt-lg-37,
  .py-lg-37 {
    padding-top: 18rem!important
  }
  .pr-lg-37,
  .px-lg-37 {
    padding-right: 18rem!important
  }
  .pb-lg-37,
  .py-lg-37 {
    padding-bottom: 18rem!important
  }
  .pl-lg-37,
  .px-lg-37 {
    padding-left: 18rem!important
  }
  .p-lg-38 {
    padding: 18.5rem!important
  }
  .pt-lg-38,
  .py-lg-38 {
    padding-top: 18.5rem!important
  }
  .pr-lg-38,
  .px-lg-38 {
    padding-right: 18.5rem!important
  }
  .pb-lg-38,
  .py-lg-38 {
    padding-bottom: 18.5rem!important
  }
  .pl-lg-38,
  .px-lg-38 {
    padding-left: 18.5rem!important
  }
  .p-lg-39 {
    padding: 19rem!important
  }
  .pt-lg-39,
  .py-lg-39 {
    padding-top: 19rem!important
  }
  .pr-lg-39,
  .px-lg-39 {
    padding-right: 19rem!important
  }
  .pb-lg-39,
  .py-lg-39 {
    padding-bottom: 19rem!important
  }
  .pl-lg-39,
  .px-lg-39 {
    padding-left: 19rem!important
  }
  .p-lg-40 {
    padding: 19.5rem!important
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 19.5rem!important
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 19.5rem!important
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 19.5rem!important
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 19.5rem!important
  }
  .p-lg-41 {
    padding: 20rem!important
  }
  .pt-lg-41,
  .py-lg-41 {
    padding-top: 20rem!important
  }
  .pr-lg-41,
  .px-lg-41 {
    padding-right: 20rem!important
  }
  .pb-lg-41,
  .py-lg-41 {
    padding-bottom: 20rem!important
  }
  .pl-lg-41,
  .px-lg-41 {
    padding-left: 20rem!important
  }
}
@media (min-width:1280px) {
  .m-xl-0 {
    margin: 0!important
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0!important
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0!important
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0!important
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0!important
  }
  .m-xl-1 {
    margin: .25rem!important
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem!important
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem!important
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem!important
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem!important
  }
  .m-xl-2 {
    margin: .5rem!important
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem!important
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem!important
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem!important
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem!important
  }
  .m-xl-3 {
    margin: 1rem!important
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem!important
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem!important
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem!important
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem!important
  }
  .m-xl-4 {
    margin: 1.5rem!important
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem!important
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem!important
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem!important
  }
  .m-xl-5 {
    margin: 2rem!important
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem!important
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem!important
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem!important
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem!important
  }
  .m-xl-6 {
    margin: 2.5rem!important
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2.5rem!important
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2.5rem!important
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2.5rem!important
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2.5rem!important
  }
  .m-xl-7 {
    margin: 3rem!important
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3rem!important
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3rem!important
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3rem!important
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3rem!important
  }
  .m-xl-8 {
    margin: 3.5rem!important
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 3.5rem!important
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 3.5rem!important
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 3.5rem!important
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 3.5rem!important
  }
  .m-xl-9 {
    margin: 4rem!important
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4rem!important
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4rem!important
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4rem!important
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4rem!important
  }
  .m-xl-10 {
    margin: 4.5rem!important
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 4.5rem!important
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 4.5rem!important
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 4.5rem!important
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 4.5rem!important
  }
  .m-xl-11 {
    margin: 5rem!important
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 5rem!important
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 5rem!important
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 5rem!important
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 5rem!important
  }
  .m-xl-12 {
    margin: 5.5rem!important
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 5.5rem!important
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 5.5rem!important
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 5.5rem!important
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 5.5rem!important
  }
  .m-xl-13 {
    margin: 6rem!important
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 6rem!important
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 6rem!important
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 6rem!important
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 6rem!important
  }
  .m-xl-14 {
    margin: 6.5rem!important
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 6.5rem!important
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 6.5rem!important
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 6.5rem!important
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 6.5rem!important
  }
  .m-xl-15 {
    margin: 7rem!important
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 7rem!important
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 7rem!important
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 7rem!important
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 7rem!important
  }
  .m-xl-16 {
    margin: 7.5rem!important
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 7.5rem!important
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 7.5rem!important
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 7.5rem!important
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 7.5rem!important
  }
  .m-xl-17 {
    margin: 8rem!important
  }
  .mt-xl-17,
  .my-xl-17 {
    margin-top: 8rem!important
  }
  .mr-xl-17,
  .mx-xl-17 {
    margin-right: 8rem!important
  }
  .mb-xl-17,
  .my-xl-17 {
    margin-bottom: 8rem!important
  }
  .ml-xl-17,
  .mx-xl-17 {
    margin-left: 8rem!important
  }
  .m-xl-18 {
    margin: 8.5rem!important
  }
  .mt-xl-18,
  .my-xl-18 {
    margin-top: 8.5rem!important
  }
  .mr-xl-18,
  .mx-xl-18 {
    margin-right: 8.5rem!important
  }
  .mb-xl-18,
  .my-xl-18 {
    margin-bottom: 8.5rem!important
  }
  .ml-xl-18,
  .mx-xl-18 {
    margin-left: 8.5rem!important
  }
  .m-xl-19 {
    margin: 9rem!important
  }
  .mt-xl-19,
  .my-xl-19 {
    margin-top: 9rem!important
  }
  .mr-xl-19,
  .mx-xl-19 {
    margin-right: 9rem!important
  }
  .mb-xl-19,
  .my-xl-19 {
    margin-bottom: 9rem!important
  }
  .ml-xl-19,
  .mx-xl-19 {
    margin-left: 9rem!important
  }
  .m-xl-20 {
    margin: 9.5rem!important
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 9.5rem!important
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 9.5rem!important
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 9.5rem!important
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 9.5rem!important
  }
  .m-xl-21 {
    margin: 10rem!important
  }
  .mt-xl-21,
  .my-xl-21 {
    margin-top: 10rem!important
  }
  .mr-xl-21,
  .mx-xl-21 {
    margin-right: 10rem!important
  }
  .mb-xl-21,
  .my-xl-21 {
    margin-bottom: 10rem!important
  }
  .ml-xl-21,
  .mx-xl-21 {
    margin-left: 10rem!important
  }
  .m-xl-22 {
    margin: 10.5rem!important
  }
  .mt-xl-22,
  .my-xl-22 {
    margin-top: 10.5rem!important
  }
  .mr-xl-22,
  .mx-xl-22 {
    margin-right: 10.5rem!important
  }
  .mb-xl-22,
  .my-xl-22 {
    margin-bottom: 10.5rem!important
  }
  .ml-xl-22,
  .mx-xl-22 {
    margin-left: 10.5rem!important
  }
  .m-xl-23 {
    margin: 11rem!important
  }
  .mt-xl-23,
  .my-xl-23 {
    margin-top: 11rem!important
  }
  .mr-xl-23,
  .mx-xl-23 {
    margin-right: 11rem!important
  }
  .mb-xl-23,
  .my-xl-23 {
    margin-bottom: 11rem!important
  }
  .ml-xl-23,
  .mx-xl-23 {
    margin-left: 11rem!important
  }
  .m-xl-24 {
    margin: 11.5rem!important
  }
  .mt-xl-24,
  .my-xl-24 {
    margin-top: 11.5rem!important
  }
  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 11.5rem!important
  }
  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 11.5rem!important
  }
  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 11.5rem!important
  }
  .m-xl-25 {
    margin: 12rem!important
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 12rem!important
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 12rem!important
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 12rem!important
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 12rem!important
  }
  .m-xl-26 {
    margin: 12.5rem!important
  }
  .mt-xl-26,
  .my-xl-26 {
    margin-top: 12.5rem!important
  }
  .mr-xl-26,
  .mx-xl-26 {
    margin-right: 12.5rem!important
  }
  .mb-xl-26,
  .my-xl-26 {
    margin-bottom: 12.5rem!important
  }
  .ml-xl-26,
  .mx-xl-26 {
    margin-left: 12.5rem!important
  }
  .m-xl-27 {
    margin: 13rem!important
  }
  .mt-xl-27,
  .my-xl-27 {
    margin-top: 13rem!important
  }
  .mr-xl-27,
  .mx-xl-27 {
    margin-right: 13rem!important
  }
  .mb-xl-27,
  .my-xl-27 {
    margin-bottom: 13rem!important
  }
  .ml-xl-27,
  .mx-xl-27 {
    margin-left: 13rem!important
  }
  .m-xl-28 {
    margin: 13.5rem!important
  }
  .mt-xl-28,
  .my-xl-28 {
    margin-top: 13.5rem!important
  }
  .mr-xl-28,
  .mx-xl-28 {
    margin-right: 13.5rem!important
  }
  .mb-xl-28,
  .my-xl-28 {
    margin-bottom: 13.5rem!important
  }
  .ml-xl-28,
  .mx-xl-28 {
    margin-left: 13.5rem!important
  }
  .m-xl-29 {
    margin: 14rem!important
  }
  .mt-xl-29,
  .my-xl-29 {
    margin-top: 14rem!important
  }
  .mr-xl-29,
  .mx-xl-29 {
    margin-right: 14rem!important
  }
  .mb-xl-29,
  .my-xl-29 {
    margin-bottom: 14rem!important
  }
  .ml-xl-29,
  .mx-xl-29 {
    margin-left: 14rem!important
  }
  .m-xl-30 {
    margin: 14.5rem!important
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 14.5rem!important
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 14.5rem!important
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 14.5rem!important
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 14.5rem!important
  }
  .m-xl-31 {
    margin: 15rem!important
  }
  .mt-xl-31,
  .my-xl-31 {
    margin-top: 15rem!important
  }
  .mr-xl-31,
  .mx-xl-31 {
    margin-right: 15rem!important
  }
  .mb-xl-31,
  .my-xl-31 {
    margin-bottom: 15rem!important
  }
  .ml-xl-31,
  .mx-xl-31 {
    margin-left: 15rem!important
  }
  .m-xl-32 {
    margin: 15.5rem!important
  }
  .mt-xl-32,
  .my-xl-32 {
    margin-top: 15.5rem!important
  }
  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 15.5rem!important
  }
  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 15.5rem!important
  }
  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 15.5rem!important
  }
  .m-xl-33 {
    margin: 16rem!important
  }
  .mt-xl-33,
  .my-xl-33 {
    margin-top: 16rem!important
  }
  .mr-xl-33,
  .mx-xl-33 {
    margin-right: 16rem!important
  }
  .mb-xl-33,
  .my-xl-33 {
    margin-bottom: 16rem!important
  }
  .ml-xl-33,
  .mx-xl-33 {
    margin-left: 16rem!important
  }
  .m-xl-34 {
    margin: 16.5rem!important
  }
  .mt-xl-34,
  .my-xl-34 {
    margin-top: 16.5rem!important
  }
  .mr-xl-34,
  .mx-xl-34 {
    margin-right: 16.5rem!important
  }
  .mb-xl-34,
  .my-xl-34 {
    margin-bottom: 16.5rem!important
  }
  .ml-xl-34,
  .mx-xl-34 {
    margin-left: 16.5rem!important
  }
  .m-xl-35 {
    margin: 17rem!important
  }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 17rem!important
  }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 17rem!important
  }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 17rem!important
  }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 17rem!important
  }
  .m-xl-36 {
    margin: 17.5rem!important
  }
  .mt-xl-36,
  .my-xl-36 {
    margin-top: 17.5rem!important
  }
  .mr-xl-36,
  .mx-xl-36 {
    margin-right: 17.5rem!important
  }
  .mb-xl-36,
  .my-xl-36 {
    margin-bottom: 17.5rem!important
  }
  .ml-xl-36,
  .mx-xl-36 {
    margin-left: 17.5rem!important
  }
  .m-xl-37 {
    margin: 18rem!important
  }
  .mt-xl-37,
  .my-xl-37 {
    margin-top: 18rem!important
  }
  .mr-xl-37,
  .mx-xl-37 {
    margin-right: 18rem!important
  }
  .mb-xl-37,
  .my-xl-37 {
    margin-bottom: 18rem!important
  }
  .ml-xl-37,
  .mx-xl-37 {
    margin-left: 18rem!important
  }
  .m-xl-38 {
    margin: 18.5rem!important
  }
  .mt-xl-38,
  .my-xl-38 {
    margin-top: 18.5rem!important
  }
  .mr-xl-38,
  .mx-xl-38 {
    margin-right: 18.5rem!important
  }
  .mb-xl-38,
  .my-xl-38 {
    margin-bottom: 18.5rem!important
  }
  .ml-xl-38,
  .mx-xl-38 {
    margin-left: 18.5rem!important
  }
  .m-xl-39 {
    margin: 19rem!important
  }
  .mt-xl-39,
  .my-xl-39 {
    margin-top: 19rem!important
  }
  .mr-xl-39,
  .mx-xl-39 {
    margin-right: 19rem!important
  }
  .mb-xl-39,
  .my-xl-39 {
    margin-bottom: 19rem!important
  }
  .ml-xl-39,
  .mx-xl-39 {
    margin-left: 19rem!important
  }
  .m-xl-40 {
    margin: 19.5rem!important
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 19.5rem!important
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 19.5rem!important
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 19.5rem!important
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 19.5rem!important
  }
  .m-xl-41 {
    margin: 20rem!important
  }
  .mt-xl-41,
  .my-xl-41 {
    margin-top: 20rem!important
  }
  .mr-xl-41,
  .mx-xl-41 {
    margin-right: 20rem!important
  }
  .mb-xl-41,
  .my-xl-41 {
    margin-bottom: 20rem!important
  }
  .ml-xl-41,
  .mx-xl-41 {
    margin-left: 20rem!important
  }
  .p-xl-0 {
    padding: 0!important
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0!important
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0!important
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0!important
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0!important
  }
  .p-xl-1 {
    padding: .25rem!important
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem!important
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem!important
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem!important
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem!important
  }
  .p-xl-2 {
    padding: .5rem!important
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem!important
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem!important
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem!important
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem!important
  }
  .p-xl-3 {
    padding: 1rem!important
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem!important
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem!important
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem!important
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem!important
  }
  .p-xl-4 {
    padding: 1.5rem!important
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem!important
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem!important
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem!important
  }
  .p-xl-5 {
    padding: 2rem!important
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem!important
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem!important
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem!important
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem!important
  }
  .p-xl-6 {
    padding: 2.5rem!important
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2.5rem!important
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2.5rem!important
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2.5rem!important
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2.5rem!important
  }
  .p-xl-7 {
    padding: 3rem!important
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3rem!important
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3rem!important
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3rem!important
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3rem!important
  }
  .p-xl-8 {
    padding: 3.5rem!important
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 3.5rem!important
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 3.5rem!important
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 3.5rem!important
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 3.5rem!important
  }
  .p-xl-9 {
    padding: 4rem!important
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4rem!important
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4rem!important
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4rem!important
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4rem!important
  }
  .p-xl-10 {
    padding: 4.5rem!important
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 4.5rem!important
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 4.5rem!important
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 4.5rem!important
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 4.5rem!important
  }
  .p-xl-11 {
    padding: 5rem!important
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 5rem!important
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 5rem!important
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 5rem!important
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 5rem!important
  }
  .p-xl-12 {
    padding: 5.5rem!important
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 5.5rem!important
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 5.5rem!important
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 5.5rem!important
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 5.5rem!important
  }
  .p-xl-13 {
    padding: 6rem!important
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 6rem!important
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 6rem!important
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 6rem!important
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 6rem!important
  }
  .p-xl-14 {
    padding: 6.5rem!important
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 6.5rem!important
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 6.5rem!important
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 6.5rem!important
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 6.5rem!important
  }
  .p-xl-15 {
    padding: 7rem!important
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 7rem!important
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 7rem!important
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 7rem!important
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 7rem!important
  }
  .p-xl-16 {
    padding: 7.5rem!important
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 7.5rem!important
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 7.5rem!important
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 7.5rem!important
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 7.5rem!important
  }
  .p-xl-17 {
    padding: 8rem!important
  }
  .pt-xl-17,
  .py-xl-17 {
    padding-top: 8rem!important
  }
  .pr-xl-17,
  .px-xl-17 {
    padding-right: 8rem!important
  }
  .pb-xl-17,
  .py-xl-17 {
    padding-bottom: 8rem!important
  }
  .pl-xl-17,
  .px-xl-17 {
    padding-left: 8rem!important
  }
  .p-xl-18 {
    padding: 8.5rem!important
  }
  .pt-xl-18,
  .py-xl-18 {
    padding-top: 8.5rem!important
  }
  .pr-xl-18,
  .px-xl-18 {
    padding-right: 8.5rem!important
  }
  .pb-xl-18,
  .py-xl-18 {
    padding-bottom: 8.5rem!important
  }
  .pl-xl-18,
  .px-xl-18 {
    padding-left: 8.5rem!important
  }
  .p-xl-19 {
    padding: 9rem!important
  }
  .pt-xl-19,
  .py-xl-19 {
    padding-top: 9rem!important
  }
  .pr-xl-19,
  .px-xl-19 {
    padding-right: 9rem!important
  }
  .pb-xl-19,
  .py-xl-19 {
    padding-bottom: 9rem!important
  }
  .pl-xl-19,
  .px-xl-19 {
    padding-left: 9rem!important
  }
  .p-xl-20 {
    padding: 9.5rem!important
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 9.5rem!important
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 9.5rem!important
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 9.5rem!important
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 9.5rem!important
  }
  .p-xl-21 {
    padding: 10rem!important
  }
  .pt-xl-21,
  .py-xl-21 {
    padding-top: 10rem!important
  }
  .pr-xl-21,
  .px-xl-21 {
    padding-right: 10rem!important
  }
  .pb-xl-21,
  .py-xl-21 {
    padding-bottom: 10rem!important
  }
  .pl-xl-21,
  .px-xl-21 {
    padding-left: 10rem!important
  }
  .p-xl-22 {
    padding: 10.5rem!important
  }
  .pt-xl-22,
  .py-xl-22 {
    padding-top: 10.5rem!important
  }
  .pr-xl-22,
  .px-xl-22 {
    padding-right: 10.5rem!important
  }
  .pb-xl-22,
  .py-xl-22 {
    padding-bottom: 10.5rem!important
  }
  .pl-xl-22,
  .px-xl-22 {
    padding-left: 10.5rem!important
  }
  .p-xl-23 {
    padding: 11rem!important
  }
  .pt-xl-23,
  .py-xl-23 {
    padding-top: 11rem!important
  }
  .pr-xl-23,
  .px-xl-23 {
    padding-right: 11rem!important
  }
  .pb-xl-23,
  .py-xl-23 {
    padding-bottom: 11rem!important
  }
  .pl-xl-23,
  .px-xl-23 {
    padding-left: 11rem!important
  }
  .p-xl-24 {
    padding: 11.5rem!important
  }
  .pt-xl-24,
  .py-xl-24 {
    padding-top: 11.5rem!important
  }
  .pr-xl-24,
  .px-xl-24 {
    padding-right: 11.5rem!important
  }
  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 11.5rem!important
  }
  .pl-xl-24,
  .px-xl-24 {
    padding-left: 11.5rem!important
  }
  .p-xl-25 {
    padding: 12rem!important
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 12rem!important
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 12rem!important
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 12rem!important
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 12rem!important
  }
  .p-xl-26 {
    padding: 12.5rem!important
  }
  .pt-xl-26,
  .py-xl-26 {
    padding-top: 12.5rem!important
  }
  .pr-xl-26,
  .px-xl-26 {
    padding-right: 12.5rem!important
  }
  .pb-xl-26,
  .py-xl-26 {
    padding-bottom: 12.5rem!important
  }
  .pl-xl-26,
  .px-xl-26 {
    padding-left: 12.5rem!important
  }
  .p-xl-27 {
    padding: 13rem!important
  }
  .pt-xl-27,
  .py-xl-27 {
    padding-top: 13rem!important
  }
  .pr-xl-27,
  .px-xl-27 {
    padding-right: 13rem!important
  }
  .pb-xl-27,
  .py-xl-27 {
    padding-bottom: 13rem!important
  }
  .pl-xl-27,
  .px-xl-27 {
    padding-left: 13rem!important
  }
  .p-xl-28 {
    padding: 13.5rem!important
  }
  .pt-xl-28,
  .py-xl-28 {
    padding-top: 13.5rem!important
  }
  .pr-xl-28,
  .px-xl-28 {
    padding-right: 13.5rem!important
  }
  .pb-xl-28,
  .py-xl-28 {
    padding-bottom: 13.5rem!important
  }
  .pl-xl-28,
  .px-xl-28 {
    padding-left: 13.5rem!important
  }
  .p-xl-29 {
    padding: 14rem!important
  }
  .pt-xl-29,
  .py-xl-29 {
    padding-top: 14rem!important
  }
  .pr-xl-29,
  .px-xl-29 {
    padding-right: 14rem!important
  }
  .pb-xl-29,
  .py-xl-29 {
    padding-bottom: 14rem!important
  }
  .pl-xl-29,
  .px-xl-29 {
    padding-left: 14rem!important
  }
  .p-xl-30 {
    padding: 14.5rem!important
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 14.5rem!important
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 14.5rem!important
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 14.5rem!important
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 14.5rem!important
  }
  .p-xl-31 {
    padding: 15rem!important
  }
  .pt-xl-31,
  .py-xl-31 {
    padding-top: 15rem!important
  }
  .pr-xl-31,
  .px-xl-31 {
    padding-right: 15rem!important
  }
  .pb-xl-31,
  .py-xl-31 {
    padding-bottom: 15rem!important
  }
  .pl-xl-31,
  .px-xl-31 {
    padding-left: 15rem!important
  }
  .p-xl-32 {
    padding: 15.5rem!important
  }
  .pt-xl-32,
  .py-xl-32 {
    padding-top: 15.5rem!important
  }
  .pr-xl-32,
  .px-xl-32 {
    padding-right: 15.5rem!important
  }
  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 15.5rem!important
  }
  .pl-xl-32,
  .px-xl-32 {
    padding-left: 15.5rem!important
  }
  .p-xl-33 {
    padding: 16rem!important
  }
  .pt-xl-33,
  .py-xl-33 {
    padding-top: 16rem!important
  }
  .pr-xl-33,
  .px-xl-33 {
    padding-right: 16rem!important
  }
  .pb-xl-33,
  .py-xl-33 {
    padding-bottom: 16rem!important
  }
  .pl-xl-33,
  .px-xl-33 {
    padding-left: 16rem!important
  }
  .p-xl-34 {
    padding: 16.5rem!important
  }
  .pt-xl-34,
  .py-xl-34 {
    padding-top: 16.5rem!important
  }
  .pr-xl-34,
  .px-xl-34 {
    padding-right: 16.5rem!important
  }
  .pb-xl-34,
  .py-xl-34 {
    padding-bottom: 16.5rem!important
  }
  .pl-xl-34,
  .px-xl-34 {
    padding-left: 16.5rem!important
  }
  .p-xl-35 {
    padding: 17rem!important
  }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 17rem!important
  }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 17rem!important
  }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 17rem!important
  }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 17rem!important
  }
  .p-xl-36 {
    padding: 17.5rem!important
  }
  .pt-xl-36,
  .py-xl-36 {
    padding-top: 17.5rem!important
  }
  .pr-xl-36,
  .px-xl-36 {
    padding-right: 17.5rem!important
  }
  .pb-xl-36,
  .py-xl-36 {
    padding-bottom: 17.5rem!important
  }
  .pl-xl-36,
  .px-xl-36 {
    padding-left: 17.5rem!important
  }
  .p-xl-37 {
    padding: 18rem!important
  }
  .pt-xl-37,
  .py-xl-37 {
    padding-top: 18rem!important
  }
  .pr-xl-37,
  .px-xl-37 {
    padding-right: 18rem!important
  }
  .pb-xl-37,
  .py-xl-37 {
    padding-bottom: 18rem!important
  }
  .pl-xl-37,
  .px-xl-37 {
    padding-left: 18rem!important
  }
  .p-xl-38 {
    padding: 18.5rem!important
  }
  .pt-xl-38,
  .py-xl-38 {
    padding-top: 18.5rem!important
  }
  .pr-xl-38,
  .px-xl-38 {
    padding-right: 18.5rem!important
  }
  .pb-xl-38,
  .py-xl-38 {
    padding-bottom: 18.5rem!important
  }
  .pl-xl-38,
  .px-xl-38 {
    padding-left: 18.5rem!important
  }
  .p-xl-39 {
    padding: 19rem!important
  }
  .pt-xl-39,
  .py-xl-39 {
    padding-top: 19rem!important
  }
  .pr-xl-39,
  .px-xl-39 {
    padding-right: 19rem!important
  }
  .pb-xl-39,
  .py-xl-39 {
    padding-bottom: 19rem!important
  }
  .pl-xl-39,
  .px-xl-39 {
    padding-left: 19rem!important
  }
  .p-xl-40 {
    padding: 19.5rem!important
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 19.5rem!important
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 19.5rem!important
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 19.5rem!important
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 19.5rem!important
  }
  .p-xl-41 {
    padding: 20rem!important
  }
  .pt-xl-41,
  .py-xl-41 {
    padding-top: 20rem!important
  }
  .pr-xl-41,
  .px-xl-41 {
    padding-right: 20rem!important
  }
  .pb-xl-41,
  .py-xl-41 {
    padding-bottom: 20rem!important
  }
  .pl-xl-41,
  .px-xl-41 {
    padding-left: 20rem!important
  }
}
@media (min-width:1550px) {
  .m-xxl-0 {
    margin: 0!important
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0!important
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0!important
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0!important
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0!important
  }
  .m-xxl-1 {
    margin: .25rem!important
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: .25rem!important
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: .25rem!important
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: .25rem!important
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: .25rem!important
  }
  .m-xxl-2 {
    margin: .5rem!important
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: .5rem!important
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: .5rem!important
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: .5rem!important
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: .5rem!important
  }
  .m-xxl-3 {
    margin: 1rem!important
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem!important
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem!important
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem!important
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem!important
  }
  .m-xxl-4 {
    margin: 1.5rem!important
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem!important
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem!important
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem!important
  }
  .m-xxl-5 {
    margin: 2rem!important
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 2rem!important
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 2rem!important
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 2rem!important
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 2rem!important
  }
  .m-xxl-6 {
    margin: 2.5rem!important
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 2.5rem!important
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 2.5rem!important
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 2.5rem!important
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 2.5rem!important
  }
  .m-xxl-7 {
    margin: 3rem!important
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 3rem!important
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 3rem!important
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 3rem!important
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 3rem!important
  }
  .m-xxl-8 {
    margin: 3.5rem!important
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 3.5rem!important
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 3.5rem!important
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 3.5rem!important
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 3.5rem!important
  }
  .m-xxl-9 {
    margin: 4rem!important
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 4rem!important
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 4rem!important
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 4rem!important
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 4rem!important
  }
  .m-xxl-10 {
    margin: 4.5rem!important
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 4.5rem!important
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 4.5rem!important
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 4.5rem!important
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 4.5rem!important
  }
  .m-xxl-11 {
    margin: 5rem!important
  }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 5rem!important
  }
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 5rem!important
  }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 5rem!important
  }
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 5rem!important
  }
  .m-xxl-12 {
    margin: 5.5rem!important
  }
  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 5.5rem!important
  }
  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 5.5rem!important
  }
  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 5.5rem!important
  }
  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 5.5rem!important
  }
  .m-xxl-13 {
    margin: 6rem!important
  }
  .mt-xxl-13,
  .my-xxl-13 {
    margin-top: 6rem!important
  }
  .mr-xxl-13,
  .mx-xxl-13 {
    margin-right: 6rem!important
  }
  .mb-xxl-13,
  .my-xxl-13 {
    margin-bottom: 6rem!important
  }
  .ml-xxl-13,
  .mx-xxl-13 {
    margin-left: 6rem!important
  }
  .m-xxl-14 {
    margin: 6.5rem!important
  }
  .mt-xxl-14,
  .my-xxl-14 {
    margin-top: 6.5rem!important
  }
  .mr-xxl-14,
  .mx-xxl-14 {
    margin-right: 6.5rem!important
  }
  .mb-xxl-14,
  .my-xxl-14 {
    margin-bottom: 6.5rem!important
  }
  .ml-xxl-14,
  .mx-xxl-14 {
    margin-left: 6.5rem!important
  }
  .m-xxl-15 {
    margin: 7rem!important
  }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 7rem!important
  }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 7rem!important
  }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 7rem!important
  }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 7rem!important
  }
  .m-xxl-16 {
    margin: 7.5rem!important
  }
  .mt-xxl-16,
  .my-xxl-16 {
    margin-top: 7.5rem!important
  }
  .mr-xxl-16,
  .mx-xxl-16 {
    margin-right: 7.5rem!important
  }
  .mb-xxl-16,
  .my-xxl-16 {
    margin-bottom: 7.5rem!important
  }
  .ml-xxl-16,
  .mx-xxl-16 {
    margin-left: 7.5rem!important
  }
  .m-xxl-17 {
    margin: 8rem!important
  }
  .mt-xxl-17,
  .my-xxl-17 {
    margin-top: 8rem!important
  }
  .mr-xxl-17,
  .mx-xxl-17 {
    margin-right: 8rem!important
  }
  .mb-xxl-17,
  .my-xxl-17 {
    margin-bottom: 8rem!important
  }
  .ml-xxl-17,
  .mx-xxl-17 {
    margin-left: 8rem!important
  }
  .m-xxl-18 {
    margin: 8.5rem!important
  }
  .mt-xxl-18,
  .my-xxl-18 {
    margin-top: 8.5rem!important
  }
  .mr-xxl-18,
  .mx-xxl-18 {
    margin-right: 8.5rem!important
  }
  .mb-xxl-18,
  .my-xxl-18 {
    margin-bottom: 8.5rem!important
  }
  .ml-xxl-18,
  .mx-xxl-18 {
    margin-left: 8.5rem!important
  }
  .m-xxl-19 {
    margin: 9rem!important
  }
  .mt-xxl-19,
  .my-xxl-19 {
    margin-top: 9rem!important
  }
  .mr-xxl-19,
  .mx-xxl-19 {
    margin-right: 9rem!important
  }
  .mb-xxl-19,
  .my-xxl-19 {
    margin-bottom: 9rem!important
  }
  .ml-xxl-19,
  .mx-xxl-19 {
    margin-left: 9rem!important
  }
  .m-xxl-20 {
    margin: 9.5rem!important
  }
  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 9.5rem!important
  }
  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 9.5rem!important
  }
  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 9.5rem!important
  }
  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 9.5rem!important
  }
  .m-xxl-21 {
    margin: 10rem!important
  }
  .mt-xxl-21,
  .my-xxl-21 {
    margin-top: 10rem!important
  }
  .mr-xxl-21,
  .mx-xxl-21 {
    margin-right: 10rem!important
  }
  .mb-xxl-21,
  .my-xxl-21 {
    margin-bottom: 10rem!important
  }
  .ml-xxl-21,
  .mx-xxl-21 {
    margin-left: 10rem!important
  }
  .m-xxl-22 {
    margin: 10.5rem!important
  }
  .mt-xxl-22,
  .my-xxl-22 {
    margin-top: 10.5rem!important
  }
  .mr-xxl-22,
  .mx-xxl-22 {
    margin-right: 10.5rem!important
  }
  .mb-xxl-22,
  .my-xxl-22 {
    margin-bottom: 10.5rem!important
  }
  .ml-xxl-22,
  .mx-xxl-22 {
    margin-left: 10.5rem!important
  }
  .m-xxl-23 {
    margin: 11rem!important
  }
  .mt-xxl-23,
  .my-xxl-23 {
    margin-top: 11rem!important
  }
  .mr-xxl-23,
  .mx-xxl-23 {
    margin-right: 11rem!important
  }
  .mb-xxl-23,
  .my-xxl-23 {
    margin-bottom: 11rem!important
  }
  .ml-xxl-23,
  .mx-xxl-23 {
    margin-left: 11rem!important
  }
  .m-xxl-24 {
    margin: 11.5rem!important
  }
  .mt-xxl-24,
  .my-xxl-24 {
    margin-top: 11.5rem!important
  }
  .mr-xxl-24,
  .mx-xxl-24 {
    margin-right: 11.5rem!important
  }
  .mb-xxl-24,
  .my-xxl-24 {
    margin-bottom: 11.5rem!important
  }
  .ml-xxl-24,
  .mx-xxl-24 {
    margin-left: 11.5rem!important
  }
  .m-xxl-25 {
    margin: 12rem!important
  }
  .mt-xxl-25,
  .my-xxl-25 {
    margin-top: 12rem!important
  }
  .mr-xxl-25,
  .mx-xxl-25 {
    margin-right: 12rem!important
  }
  .mb-xxl-25,
  .my-xxl-25 {
    margin-bottom: 12rem!important
  }
  .ml-xxl-25,
  .mx-xxl-25 {
    margin-left: 12rem!important
  }
  .m-xxl-26 {
    margin: 12.5rem!important
  }
  .mt-xxl-26,
  .my-xxl-26 {
    margin-top: 12.5rem!important
  }
  .mr-xxl-26,
  .mx-xxl-26 {
    margin-right: 12.5rem!important
  }
  .mb-xxl-26,
  .my-xxl-26 {
    margin-bottom: 12.5rem!important
  }
  .ml-xxl-26,
  .mx-xxl-26 {
    margin-left: 12.5rem!important
  }
  .m-xxl-27 {
    margin: 13rem!important
  }
  .mt-xxl-27,
  .my-xxl-27 {
    margin-top: 13rem!important
  }
  .mr-xxl-27,
  .mx-xxl-27 {
    margin-right: 13rem!important
  }
  .mb-xxl-27,
  .my-xxl-27 {
    margin-bottom: 13rem!important
  }
  .ml-xxl-27,
  .mx-xxl-27 {
    margin-left: 13rem!important
  }
  .m-xxl-28 {
    margin: 13.5rem!important
  }
  .mt-xxl-28,
  .my-xxl-28 {
    margin-top: 13.5rem!important
  }
  .mr-xxl-28,
  .mx-xxl-28 {
    margin-right: 13.5rem!important
  }
  .mb-xxl-28,
  .my-xxl-28 {
    margin-bottom: 13.5rem!important
  }
  .ml-xxl-28,
  .mx-xxl-28 {
    margin-left: 13.5rem!important
  }
  .m-xxl-29 {
    margin: 14rem!important
  }
  .mt-xxl-29,
  .my-xxl-29 {
    margin-top: 14rem!important
  }
  .mr-xxl-29,
  .mx-xxl-29 {
    margin-right: 14rem!important
  }
  .mb-xxl-29,
  .my-xxl-29 {
    margin-bottom: 14rem!important
  }
  .ml-xxl-29,
  .mx-xxl-29 {
    margin-left: 14rem!important
  }
  .m-xxl-30 {
    margin: 14.5rem!important
  }
  .mt-xxl-30,
  .my-xxl-30 {
    margin-top: 14.5rem!important
  }
  .mr-xxl-30,
  .mx-xxl-30 {
    margin-right: 14.5rem!important
  }
  .mb-xxl-30,
  .my-xxl-30 {
    margin-bottom: 14.5rem!important
  }
  .ml-xxl-30,
  .mx-xxl-30 {
    margin-left: 14.5rem!important
  }
  .m-xxl-31 {
    margin: 15rem!important
  }
  .mt-xxl-31,
  .my-xxl-31 {
    margin-top: 15rem!important
  }
  .mr-xxl-31,
  .mx-xxl-31 {
    margin-right: 15rem!important
  }
  .mb-xxl-31,
  .my-xxl-31 {
    margin-bottom: 15rem!important
  }
  .ml-xxl-31,
  .mx-xxl-31 {
    margin-left: 15rem!important
  }
  .m-xxl-32 {
    margin: 15.5rem!important
  }
  .mt-xxl-32,
  .my-xxl-32 {
    margin-top: 15.5rem!important
  }
  .mr-xxl-32,
  .mx-xxl-32 {
    margin-right: 15.5rem!important
  }
  .mb-xxl-32,
  .my-xxl-32 {
    margin-bottom: 15.5rem!important
  }
  .ml-xxl-32,
  .mx-xxl-32 {
    margin-left: 15.5rem!important
  }
  .m-xxl-33 {
    margin: 16rem!important
  }
  .mt-xxl-33,
  .my-xxl-33 {
    margin-top: 16rem!important
  }
  .mr-xxl-33,
  .mx-xxl-33 {
    margin-right: 16rem!important
  }
  .mb-xxl-33,
  .my-xxl-33 {
    margin-bottom: 16rem!important
  }
  .ml-xxl-33,
  .mx-xxl-33 {
    margin-left: 16rem!important
  }
  .m-xxl-34 {
    margin: 16.5rem!important
  }
  .mt-xxl-34,
  .my-xxl-34 {
    margin-top: 16.5rem!important
  }
  .mr-xxl-34,
  .mx-xxl-34 {
    margin-right: 16.5rem!important
  }
  .mb-xxl-34,
  .my-xxl-34 {
    margin-bottom: 16.5rem!important
  }
  .ml-xxl-34,
  .mx-xxl-34 {
    margin-left: 16.5rem!important
  }
  .m-xxl-35 {
    margin: 17rem!important
  }
  .mt-xxl-35,
  .my-xxl-35 {
    margin-top: 17rem!important
  }
  .mr-xxl-35,
  .mx-xxl-35 {
    margin-right: 17rem!important
  }
  .mb-xxl-35,
  .my-xxl-35 {
    margin-bottom: 17rem!important
  }
  .ml-xxl-35,
  .mx-xxl-35 {
    margin-left: 17rem!important
  }
  .m-xxl-36 {
    margin: 17.5rem!important
  }
  .mt-xxl-36,
  .my-xxl-36 {
    margin-top: 17.5rem!important
  }
  .mr-xxl-36,
  .mx-xxl-36 {
    margin-right: 17.5rem!important
  }
  .mb-xxl-36,
  .my-xxl-36 {
    margin-bottom: 17.5rem!important
  }
  .ml-xxl-36,
  .mx-xxl-36 {
    margin-left: 17.5rem!important
  }
  .m-xxl-37 {
    margin: 18rem!important
  }
  .mt-xxl-37,
  .my-xxl-37 {
    margin-top: 18rem!important
  }
  .mr-xxl-37,
  .mx-xxl-37 {
    margin-right: 18rem!important
  }
  .mb-xxl-37,
  .my-xxl-37 {
    margin-bottom: 18rem!important
  }
  .ml-xxl-37,
  .mx-xxl-37 {
    margin-left: 18rem!important
  }
  .m-xxl-38 {
    margin: 18.5rem!important
  }
  .mt-xxl-38,
  .my-xxl-38 {
    margin-top: 18.5rem!important
  }
  .mr-xxl-38,
  .mx-xxl-38 {
    margin-right: 18.5rem!important
  }
  .mb-xxl-38,
  .my-xxl-38 {
    margin-bottom: 18.5rem!important
  }
  .ml-xxl-38,
  .mx-xxl-38 {
    margin-left: 18.5rem!important
  }
  .m-xxl-39 {
    margin: 19rem!important
  }
  .mt-xxl-39,
  .my-xxl-39 {
    margin-top: 19rem!important
  }
  .mr-xxl-39,
  .mx-xxl-39 {
    margin-right: 19rem!important
  }
  .mb-xxl-39,
  .my-xxl-39 {
    margin-bottom: 19rem!important
  }
  .ml-xxl-39,
  .mx-xxl-39 {
    margin-left: 19rem!important
  }
  .m-xxl-40 {
    margin: 19.5rem!important
  }
  .mt-xxl-40,
  .my-xxl-40 {
    margin-top: 19.5rem!important
  }
  .mr-xxl-40,
  .mx-xxl-40 {
    margin-right: 19.5rem!important
  }
  .mb-xxl-40,
  .my-xxl-40 {
    margin-bottom: 19.5rem!important
  }
  .ml-xxl-40,
  .mx-xxl-40 {
    margin-left: 19.5rem!important
  }
  .m-xxl-41 {
    margin: 20rem!important
  }
  .mt-xxl-41,
  .my-xxl-41 {
    margin-top: 20rem!important
  }
  .mr-xxl-41,
  .mx-xxl-41 {
    margin-right: 20rem!important
  }
  .mb-xxl-41,
  .my-xxl-41 {
    margin-bottom: 20rem!important
  }
  .ml-xxl-41,
  .mx-xxl-41 {
    margin-left: 20rem!important
  }
  .p-xxl-0 {
    padding: 0!important
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0!important
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0!important
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0!important
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0!important
  }
  .p-xxl-1 {
    padding: .25rem!important
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: .25rem!important
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: .25rem!important
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: .25rem!important
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: .25rem!important
  }
  .p-xxl-2 {
    padding: .5rem!important
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: .5rem!important
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: .5rem!important
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: .5rem!important
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: .5rem!important
  }
  .p-xxl-3 {
    padding: 1rem!important
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem!important
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem!important
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem!important
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem!important
  }
  .p-xxl-4 {
    padding: 1.5rem!important
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem!important
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem!important
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem!important
  }
  .p-xxl-5 {
    padding: 2rem!important
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 2rem!important
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 2rem!important
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 2rem!important
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 2rem!important
  }
  .p-xxl-6 {
    padding: 2.5rem!important
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 2.5rem!important
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 2.5rem!important
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 2.5rem!important
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 2.5rem!important
  }
  .p-xxl-7 {
    padding: 3rem!important
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 3rem!important
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 3rem!important
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 3rem!important
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 3rem!important
  }
  .p-xxl-8 {
    padding: 3.5rem!important
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 3.5rem!important
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 3.5rem!important
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 3.5rem!important
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 3.5rem!important
  }
  .p-xxl-9 {
    padding: 4rem!important
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 4rem!important
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 4rem!important
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 4rem!important
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 4rem!important
  }
  .p-xxl-10 {
    padding: 4.5rem!important
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 4.5rem!important
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 4.5rem!important
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 4.5rem!important
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 4.5rem!important
  }
  .p-xxl-11 {
    padding: 5rem!important
  }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 5rem!important
  }
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 5rem!important
  }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 5rem!important
  }
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 5rem!important
  }
  .p-xxl-12 {
    padding: 5.5rem!important
  }
  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 5.5rem!important
  }
  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 5.5rem!important
  }
  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 5.5rem!important
  }
  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 5.5rem!important
  }
  .p-xxl-13 {
    padding: 6rem!important
  }
  .pt-xxl-13,
  .py-xxl-13 {
    padding-top: 6rem!important
  }
  .pr-xxl-13,
  .px-xxl-13 {
    padding-right: 6rem!important
  }
  .pb-xxl-13,
  .py-xxl-13 {
    padding-bottom: 6rem!important
  }
  .pl-xxl-13,
  .px-xxl-13 {
    padding-left: 6rem!important
  }
  .p-xxl-14 {
    padding: 6.5rem!important
  }
  .pt-xxl-14,
  .py-xxl-14 {
    padding-top: 6.5rem!important
  }
  .pr-xxl-14,
  .px-xxl-14 {
    padding-right: 6.5rem!important
  }
  .pb-xxl-14,
  .py-xxl-14 {
    padding-bottom: 6.5rem!important
  }
  .pl-xxl-14,
  .px-xxl-14 {
    padding-left: 6.5rem!important
  }
  .p-xxl-15 {
    padding: 7rem!important
  }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 7rem!important
  }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 7rem!important
  }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 7rem!important
  }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 7rem!important
  }
  .p-xxl-16 {
    padding: 7.5rem!important
  }
  .pt-xxl-16,
  .py-xxl-16 {
    padding-top: 7.5rem!important
  }
  .pr-xxl-16,
  .px-xxl-16 {
    padding-right: 7.5rem!important
  }
  .pb-xxl-16,
  .py-xxl-16 {
    padding-bottom: 7.5rem!important
  }
  .pl-xxl-16,
  .px-xxl-16 {
    padding-left: 7.5rem!important
  }
  .p-xxl-17 {
    padding: 8rem!important
  }
  .pt-xxl-17,
  .py-xxl-17 {
    padding-top: 8rem!important
  }
  .pr-xxl-17,
  .px-xxl-17 {
    padding-right: 8rem!important
  }
  .pb-xxl-17,
  .py-xxl-17 {
    padding-bottom: 8rem!important
  }
  .pl-xxl-17,
  .px-xxl-17 {
    padding-left: 8rem!important
  }
  .p-xxl-18 {
    padding: 8.5rem!important
  }
  .pt-xxl-18,
  .py-xxl-18 {
    padding-top: 8.5rem!important
  }
  .pr-xxl-18,
  .px-xxl-18 {
    padding-right: 8.5rem!important
  }
  .pb-xxl-18,
  .py-xxl-18 {
    padding-bottom: 8.5rem!important
  }
  .pl-xxl-18,
  .px-xxl-18 {
    padding-left: 8.5rem!important
  }
  .p-xxl-19 {
    padding: 9rem!important
  }
  .pt-xxl-19,
  .py-xxl-19 {
    padding-top: 9rem!important
  }
  .pr-xxl-19,
  .px-xxl-19 {
    padding-right: 9rem!important
  }
  .pb-xxl-19,
  .py-xxl-19 {
    padding-bottom: 9rem!important
  }
  .pl-xxl-19,
  .px-xxl-19 {
    padding-left: 9rem!important
  }
  .p-xxl-20 {
    padding: 9.5rem!important
  }
  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 9.5rem!important
  }
  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 9.5rem!important
  }
  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 9.5rem!important
  }
  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 9.5rem!important
  }
  .p-xxl-21 {
    padding: 10rem!important
  }
  .pt-xxl-21,
  .py-xxl-21 {
    padding-top: 10rem!important
  }
  .pr-xxl-21,
  .px-xxl-21 {
    padding-right: 10rem!important
  }
  .pb-xxl-21,
  .py-xxl-21 {
    padding-bottom: 10rem!important
  }
  .pl-xxl-21,
  .px-xxl-21 {
    padding-left: 10rem!important
  }
  .p-xxl-22 {
    padding: 10.5rem!important
  }
  .pt-xxl-22,
  .py-xxl-22 {
    padding-top: 10.5rem!important
  }
  .pr-xxl-22,
  .px-xxl-22 {
    padding-right: 10.5rem!important
  }
  .pb-xxl-22,
  .py-xxl-22 {
    padding-bottom: 10.5rem!important
  }
  .pl-xxl-22,
  .px-xxl-22 {
    padding-left: 10.5rem!important
  }
  .p-xxl-23 {
    padding: 11rem!important
  }
  .pt-xxl-23,
  .py-xxl-23 {
    padding-top: 11rem!important
  }
  .pr-xxl-23,
  .px-xxl-23 {
    padding-right: 11rem!important
  }
  .pb-xxl-23,
  .py-xxl-23 {
    padding-bottom: 11rem!important
  }
  .pl-xxl-23,
  .px-xxl-23 {
    padding-left: 11rem!important
  }
  .p-xxl-24 {
    padding: 11.5rem!important
  }
  .pt-xxl-24,
  .py-xxl-24 {
    padding-top: 11.5rem!important
  }
  .pr-xxl-24,
  .px-xxl-24 {
    padding-right: 11.5rem!important
  }
  .pb-xxl-24,
  .py-xxl-24 {
    padding-bottom: 11.5rem!important
  }
  .pl-xxl-24,
  .px-xxl-24 {
    padding-left: 11.5rem!important
  }
  .p-xxl-25 {
    padding: 12rem!important
  }
  .pt-xxl-25,
  .py-xxl-25 {
    padding-top: 12rem!important
  }
  .pr-xxl-25,
  .px-xxl-25 {
    padding-right: 12rem!important
  }
  .pb-xxl-25,
  .py-xxl-25 {
    padding-bottom: 12rem!important
  }
  .pl-xxl-25,
  .px-xxl-25 {
    padding-left: 12rem!important
  }
  .p-xxl-26 {
    padding: 12.5rem!important
  }
  .pt-xxl-26,
  .py-xxl-26 {
    padding-top: 12.5rem!important
  }
  .pr-xxl-26,
  .px-xxl-26 {
    padding-right: 12.5rem!important
  }
  .pb-xxl-26,
  .py-xxl-26 {
    padding-bottom: 12.5rem!important
  }
  .pl-xxl-26,
  .px-xxl-26 {
    padding-left: 12.5rem!important
  }
  .p-xxl-27 {
    padding: 13rem!important
  }
  .pt-xxl-27,
  .py-xxl-27 {
    padding-top: 13rem!important
  }
  .pr-xxl-27,
  .px-xxl-27 {
    padding-right: 13rem!important
  }
  .pb-xxl-27,
  .py-xxl-27 {
    padding-bottom: 13rem!important
  }
  .pl-xxl-27,
  .px-xxl-27 {
    padding-left: 13rem!important
  }
  .p-xxl-28 {
    padding: 13.5rem!important
  }
  .pt-xxl-28,
  .py-xxl-28 {
    padding-top: 13.5rem!important
  }
  .pr-xxl-28,
  .px-xxl-28 {
    padding-right: 13.5rem!important
  }
  .pb-xxl-28,
  .py-xxl-28 {
    padding-bottom: 13.5rem!important
  }
  .pl-xxl-28,
  .px-xxl-28 {
    padding-left: 13.5rem!important
  }
  .p-xxl-29 {
    padding: 14rem!important
  }
  .pt-xxl-29,
  .py-xxl-29 {
    padding-top: 14rem!important
  }
  .pr-xxl-29,
  .px-xxl-29 {
    padding-right: 14rem!important
  }
  .pb-xxl-29,
  .py-xxl-29 {
    padding-bottom: 14rem!important
  }
  .pl-xxl-29,
  .px-xxl-29 {
    padding-left: 14rem!important
  }
  .p-xxl-30 {
    padding: 14.5rem!important
  }
  .pt-xxl-30,
  .py-xxl-30 {
    padding-top: 14.5rem!important
  }
  .pr-xxl-30,
  .px-xxl-30 {
    padding-right: 14.5rem!important
  }
  .pb-xxl-30,
  .py-xxl-30 {
    padding-bottom: 14.5rem!important
  }
  .pl-xxl-30,
  .px-xxl-30 {
    padding-left: 14.5rem!important
  }
  .p-xxl-31 {
    padding: 15rem!important
  }
  .pt-xxl-31,
  .py-xxl-31 {
    padding-top: 15rem!important
  }
  .pr-xxl-31,
  .px-xxl-31 {
    padding-right: 15rem!important
  }
  .pb-xxl-31,
  .py-xxl-31 {
    padding-bottom: 15rem!important
  }
  .pl-xxl-31,
  .px-xxl-31 {
    padding-left: 15rem!important
  }
  .p-xxl-32 {
    padding: 15.5rem!important
  }
  .pt-xxl-32,
  .py-xxl-32 {
    padding-top: 15.5rem!important
  }
  .pr-xxl-32,
  .px-xxl-32 {
    padding-right: 15.5rem!important
  }
  .pb-xxl-32,
  .py-xxl-32 {
    padding-bottom: 15.5rem!important
  }
  .pl-xxl-32,
  .px-xxl-32 {
    padding-left: 15.5rem!important
  }
  .p-xxl-33 {
    padding: 16rem!important
  }
  .pt-xxl-33,
  .py-xxl-33 {
    padding-top: 16rem!important
  }
  .pr-xxl-33,
  .px-xxl-33 {
    padding-right: 16rem!important
  }
  .pb-xxl-33,
  .py-xxl-33 {
    padding-bottom: 16rem!important
  }
  .pl-xxl-33,
  .px-xxl-33 {
    padding-left: 16rem!important
  }
  .p-xxl-34 {
    padding: 16.5rem!important
  }
  .pt-xxl-34,
  .py-xxl-34 {
    padding-top: 16.5rem!important
  }
  .pr-xxl-34,
  .px-xxl-34 {
    padding-right: 16.5rem!important
  }
  .pb-xxl-34,
  .py-xxl-34 {
    padding-bottom: 16.5rem!important
  }
  .pl-xxl-34,
  .px-xxl-34 {
    padding-left: 16.5rem!important
  }
  .p-xxl-35 {
    padding: 17rem!important
  }
  .pt-xxl-35,
  .py-xxl-35 {
    padding-top: 17rem!important
  }
  .pr-xxl-35,
  .px-xxl-35 {
    padding-right: 17rem!important
  }
  .pb-xxl-35,
  .py-xxl-35 {
    padding-bottom: 17rem!important
  }
  .pl-xxl-35,
  .px-xxl-35 {
    padding-left: 17rem!important
  }
  .p-xxl-36 {
    padding: 17.5rem!important
  }
  .pt-xxl-36,
  .py-xxl-36 {
    padding-top: 17.5rem!important
  }
  .pr-xxl-36,
  .px-xxl-36 {
    padding-right: 17.5rem!important
  }
  .pb-xxl-36,
  .py-xxl-36 {
    padding-bottom: 17.5rem!important
  }
  .pl-xxl-36,
  .px-xxl-36 {
    padding-left: 17.5rem!important
  }
  .p-xxl-37 {
    padding: 18rem!important
  }
  .pt-xxl-37,
  .py-xxl-37 {
    padding-top: 18rem!important
  }
  .pr-xxl-37,
  .px-xxl-37 {
    padding-right: 18rem!important
  }
  .pb-xxl-37,
  .py-xxl-37 {
    padding-bottom: 18rem!important
  }
  .pl-xxl-37,
  .px-xxl-37 {
    padding-left: 18rem!important
  }
  .p-xxl-38 {
    padding: 18.5rem!important
  }
  .pt-xxl-38,
  .py-xxl-38 {
    padding-top: 18.5rem!important
  }
  .pr-xxl-38,
  .px-xxl-38 {
    padding-right: 18.5rem!important
  }
  .pb-xxl-38,
  .py-xxl-38 {
    padding-bottom: 18.5rem!important
  }
  .pl-xxl-38,
  .px-xxl-38 {
    padding-left: 18.5rem!important
  }
  .p-xxl-39 {
    padding: 19rem!important
  }
  .pt-xxl-39,
  .py-xxl-39 {
    padding-top: 19rem!important
  }
  .pr-xxl-39,
  .px-xxl-39 {
    padding-right: 19rem!important
  }
  .pb-xxl-39,
  .py-xxl-39 {
    padding-bottom: 19rem!important
  }
  .pl-xxl-39,
  .px-xxl-39 {
    padding-left: 19rem!important
  }
  .p-xxl-40 {
    padding: 19.5rem!important
  }
  .pt-xxl-40,
  .py-xxl-40 {
    padding-top: 19.5rem!important
  }
  .pr-xxl-40,
  .px-xxl-40 {
    padding-right: 19.5rem!important
  }
  .pb-xxl-40,
  .py-xxl-40 {
    padding-bottom: 19.5rem!important
  }
  .pl-xxl-40,
  .px-xxl-40 {
    padding-left: 19.5rem!important
  }
  .p-xxl-41 {
    padding: 20rem!important
  }
  .pt-xxl-41,
  .py-xxl-41 {
    padding-top: 20rem!important
  }
  .pr-xxl-41,
  .px-xxl-41 {
    padding-right: 20rem!important
  }
  .pb-xxl-41,
  .py-xxl-41 {
    padding-bottom: 20rem!important
  }
  .pl-xxl-41,
  .px-xxl-41 {
    padding-left: 20rem!important
  }
}
.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important
}
.text-center {
  text-align: center!important
}
.text-right {
  text-align: right!important
}
.text-left {
  text-align: left!important
}
@media (min-width:576px) {
  .text-xs-left {
    text-align: left!important
  }
  .text-xs-right {
    text-align: right!important
  }
  .text-xs-center {
    text-align: center!important
  }
}
@media (min-width:768px) {
  .text-sm-left {
    text-align: left!important
  }
  .text-sm-right {
    text-align: right!important
  }
  .text-sm-center {
    text-align: center!important
  }
}
@media (min-width:992px) {
  .text-md-left {
    text-align: left!important
  }
  .text-md-right {
    text-align: right!important
  }
  .text-md-center {
    text-align: center!important
  }
}
@media (min-width:1190px) {
  .text-lg-left {
    text-align: left!important
  }
  .text-lg-right {
    text-align: right!important
  }
  .text-lg-center {
    text-align: center!important
  }
}
@media (min-width:1280px) {
  .text-xl-left {
    text-align: left!important
  }
  .text-xl-right {
    text-align: right!important
  }
  .text-xl-center {
    text-align: center!important
  }
}
@media (min-width:1550px) {
  .text-xxl-left {
    text-align: left!important
  }
  .text-xxl-right {
    text-align: right!important
  }
  .text-xxl-center {
    text-align: center!important
  }
}
.h-100 {
  height: 100%!important
}
@media (min-width:576px) {
  .h-xs-100 {
    height: 100%!important
  }
}
@media (min-width:768px) {
  .h-sm-100 {
    height: 100%!important
  }
}
@media (min-width:992px) {
  .h-md-100 {
    height: 100%!important
  }
}
@media (min-width:1190px) {
  .h-lg-100 {
    height: 100%!important
  }
}
@media (min-width:1280px) {
  .h-xl-100 {
    height: 100%!important
  }
}
@media (min-width:1550px) {
  .h-xxl-100 {
    height: 100%!important
  }
}
.w-100 {
  width: 100%!important
}
@media (min-width:576px) {
  .w-xs-100 {
    width: 100%!important
  }
}
@media (min-width:768px) {
  .w-sm-100 {
    width: 100%!important
  }
}
@media (min-width:992px) {
  .w-md-100 {
    width: 100%!important
  }
}
@media (min-width:1190px) {
  .w-lg-100 {
    width: 100%!important
  }
}
@media (min-width:1280px) {
  .w-xl-100 {
    width: 100%!important
  }
}
@media (min-width:1550px) {
  .w-xxl-100 {
    width: 100%!important
  }
}
.cell-align-start {
  align-items: flex-start
}
.cell-align-end {
  align-items: flex-end
}
.cell-align-center {
  align-items: center
}
.cell-align-stretch {
  align-items: stretch
}
.cell-align-baseline {
  align-items: baseline
}
.cell-justify-start {
  justify-content: flex-start
}
.cell-justify-end {
  justify-content: flex-end
}
.cell-justify-center {
  justify-content: center
}
.cell-justify-around {
  justify-content: space-around
}
.cell-justify-between {
  justify-content: space-between
}
.cell-justify-evenly {
  justify-content: space-evenly
}
@media (min-width:576px) {
  .hidden-xs {
    display: none!important
  }
}
@media (min-width:768px) {
  .hidden-sm {
    display: none!important
  }
}
@media (min-width:992px) {
  .hidden-md {
    display: none!important
  }
}
@media (min-width:1190px) {
  .hidden-lg {
    display: none!important
  }
}
@media (min-width:1280px) {
  .hidden-xl {
    display: none!important
  }
}
@media (min-width:1550px) {
  .hidden-xxl {
    display: none!important
  }
}
@media (max-width:575px) {
  .visible-xs {
    display: none!important
  }
}
@media (max-width:767px) {
  .visible-sm {
    display: none!important
  }
}
@media (max-width:991px) {
  .visible-md {
    display: none!important
  }
}
@media (max-width:1189px) {
  .visible-lg {
    display: none!important
  }
}
@media (max-width:1279px) {
  .visible-xl {
    display: none!important
  }
}
@media (max-width:1549px) {
  .visible-xxl {
    display: none!important
  }
}
.hidden {
  display: none
}
.cell-row {
  display: flex;
  flex-wrap: wrap
}
.cell-row > * {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%
}
.cell-row-gutter-x {
  margin-right: -2rem;
  margin-left: -2rem
}
.cell-row-gutter-x-sm {
  margin-right: -1rem;
  margin-left: -1rem
}
.cell-row-gutter-y {
  margin-top: -2rem;
  margin-bottom: -2rem
}
.cell-row-gutter-y {
  margin-top: -1rem;
  margin-bottom: -1rem
}
.cell-1 {
  flex: 0 0 auto;
  width: 8.3333333333%
}
.cell-2 {
  flex: 0 0 auto;
  width: 16.6666666667%
}
.cell-3 {
  flex: 0 0 auto;
  width: 25%
}
.cell-4 {
  flex: 0 0 auto;
  width: 33.3333333333%
}
.cell-5 {
  flex: 0 0 auto;
  width: 41.6666666667%
}
.cell-6 {
  flex: 0 0 auto;
  width: 50%
}
.cell-7 {
  flex: 0 0 auto;
  width: 58.3333333333%
}
.cell-8 {
  flex: 0 0 auto;
  width: 66.6666666667%
}
.cell-9 {
  flex: 0 0 auto;
  width: 75%
}
.cell-10 {
  flex: 0 0 auto;
  width: 83.3333333333%
}
.cell-11 {
  flex: 0 0 auto;
  width: 91.6666666667%
}
.cell-12 {
  flex: 0 0 auto;
  width: 100%
}
.cell-0 {
  flex: 1 0 0%
}
.cell-auto {
  flex: 0 0 auto;
  width: auto
}
@media (min-width:576px) {
  .cell-xs-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }
  .cell-xs-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .cell-xs-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .cell-xs-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .cell-xs-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }
  .cell-xs-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .cell-xs-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }
  .cell-xs-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }
  .cell-xs-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .cell-xs-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }
  .cell-xs-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
  }
  .cell-xs-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .cell-xs-0 {
    flex: 1 0 0%
  }
  .cell-xs-auto {
    flex: 0 0 auto;
    width: auto
  }
}
@media (min-width:768px) {
  .cell-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }
  .cell-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .cell-sm-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .cell-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .cell-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }
  .cell-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .cell-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }
  .cell-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }
  .cell-sm-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .cell-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }
  .cell-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
  }
  .cell-sm-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .cell-sm-0 {
    flex: 1 0 0%
  }
  .cell-sm-auto {
    flex: 0 0 auto;
    width: auto
  }
}
@media (min-width:992px) {
  .cell-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }
  .cell-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .cell-md-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .cell-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .cell-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }
  .cell-md-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .cell-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }
  .cell-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }
  .cell-md-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .cell-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }
  .cell-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
  }
  .cell-md-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .cell-md-0 {
    flex: 1 0 0%
  }
  .cell-md-auto {
    flex: 0 0 auto;
    width: auto
  }
}
@media (min-width:1190px) {
  .cell-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }
  .cell-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .cell-lg-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .cell-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .cell-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }
  .cell-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .cell-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }
  .cell-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }
  .cell-lg-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .cell-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }
  .cell-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
  }
  .cell-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .cell-lg-0 {
    flex: 1 0 0%
  }
  .cell-lg-auto {
    flex: 0 0 auto;
    width: auto
  }
}
@media (min-width:1280px) {
  .cell-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }
  .cell-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .cell-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .cell-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .cell-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }
  .cell-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .cell-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }
  .cell-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }
  .cell-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .cell-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }
  .cell-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
  }
  .cell-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .cell-xl-0 {
    flex: 1 0 0%
  }
  .cell-xl-auto {
    flex: 0 0 auto;
    width: auto
  }
}
@media (min-width:1550px) {
  .cell-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }
  .cell-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .cell-xxl-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .cell-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .cell-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }
  .cell-xxl-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .cell-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }
  .cell-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }
  .cell-xxl-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .cell-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }
  .cell-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
  }
  .cell-xxl-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .cell-xxl-0 {
    flex: 1 0 0%
  }
  .cell-xxl-auto {
    flex: 0 0 auto;
    width: auto
  }
}
.cell-gutter-x {
  padding-right: 2rem;
  padding-left: 2rem
}
.cell-gutter-x-sm {
  padding-right: 1rem;
  padding-left: 1rem
}
.cell-gutter-y {
  padding-top: 2rem;
  padding-bottom: 2rem
}
.cell-gutter-y-sm {
  padding-top: 1rem;
  padding-bottom: 1rem
}
.cell-fixed {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  max-width: 144rem;
  margin-right: auto;
  margin-left: auto
}
html {
  font-size: 62.5%;
  line-height: 1.5;
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
*,
:after,
:before {
  box-sizing: inherit
}
* {
  padding: 0;
  margin: 0
}
@-ms-viewport {
  width: device-width
}
a,
b,
blockquote,
canvas,
caption,
code,
em,
embed,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
iframe,
img,
label,
li,
object,
ol,
p,
pre,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
video {
  border: 0;
  font: inherit;
  vertical-align: baseline
}
body {
  font-family: sans-serif;
  font-family: var(--body-font);
  line-height: 1.6;
  font-weight: var(--light);
  color: var(--blue-dark);
  background: var(--body-bg);
  text-align: left;
  overflow-x: hidden;
  font-size: 1.6rem
}
@media (min-width:992px) {
  body {
    font-size: 1.8rem
  }
}
@media (min-width:1550px) {
  body {
    font-size: 1.9rem
  }
}
:focus {
  outline: 0;
  outline: 0;
  outline: -webkit-focus-ring-color 0;
  border-color: inherit;
  box-shadow: none
}
[tabindex="-1"]:focus {
  outline: 0!important
}
:focus:not(:focus-visable) {
  outline: 0
}
[hidden] {
  display: none!important
}
article,
aside,
dialog,
div,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}
blockquote {
  margin: 0
}
blockquote,
q {
  quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
th {
  text-align: inherit
}
caption {
  display: table-caption;
  text-align: inherit
}
small {
  font-size: 80%;
  display: inline-block
}
em {
  font-style: italic
}
a:active,
a:hover {
  outline-width: 0
}
[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace
}
input {
  -webkit-appearance: none;
  border-radius: 0
}
[disabled] {
  cursor: default
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
textarea {
  overflow: auto;
  resize: vertical
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button {
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: 0;
  border: 0;
  background: 0 0
}
[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none
}
select {
  -moz-appearance: none;
  -webkit-appearance: none
}
select::-ms-expand {
  display: none
}
select::-ms-value {
  color: currentColor
}
output {
  display: inline-block
}
summary {
  display: list-item
}
template {
  display: none
}
strong {
  font-weight: var(--bold)
}
strong > a {
  font-weight: var(--bold)
}
address {
  font-style: normal
}
ul {
  list-style: disc
}
ol,
ul {
  list-style-position: inside
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}
li {
  margin: 0
}
dt {
  font-weight: var(--bold)
}
dd,
dl {
  margin: 0
}
dl dd + dt {
  margin-top: 1rem
}
i {
  font-style: normal
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  max-width: 100%;
  height: auto
}
@media screen {
  [hidden~=screen] {
    display: inherit
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute!important;
    clip: rect(0 0 0 0)!important
  }
}
[aria-busy=true] {
  cursor: progress
}
[aria-controls] {
  cursor: pointer
}
[aria-disabled] {
  cursor: default
}
::selection {
  background-color: var(--grey-dark);
  color: var(--white)
}
a,
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:focus-within,
a:hover,
a:not([href]):not([tabindex]):focus-within,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
  outline-width: 0;
  background-color: transparent
}
a:focus,
a:not([href]):not([tabindex]):focus {
  outline: 0
}
a[x-apple-data-detectors] {
  color: inherit!important;
  text-decoration: none!important;
  font-size: inherit!important;
  font-family: inherit!important;
  font-weight: inherit!important;
  line-height: inherit!important
}
a[href^=tel] {
  color: inherit;
  text-decoration: none
}
a:not([class]) {
  text-decoration-skip-ink: auto
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: .1rem dotted var(--grey-dark);
  text-decoration: none;
  outline-offset: .1rem
}
p {
  margin-top: 2rem;
  margin-bottom: 2rem
}
@media (min-width:992px) {
  p {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }
}
p:first-child {
  margin-top: 0
}
p:last-child {
  margin-bottom: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--light);
  line-height: 1.2;
  color: inherit;
  margin-top: 3rem;
  margin-bottom: 2rem
}
@media (min-width:992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 5rem;
    margin-bottom: 4rem
  }
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: var(--bold)
}
h1 {
  font-size: 3.2rem
}
@media (min-width:992px) {
  h1 {
    font-size: 4rem
  }
}
@media (min-width:1550px) {
  h1 {
    font-size: 4.8rem
  }
}
h2 {
  font-size: 2.5rem
}
@media (min-width:992px) {
  h2 {
    font-size: 3.6rem
  }
}
@media (min-width:1550px) {
  h2 {
    font-size: 4rem
  }
}
h3 {
  font-size: 2.3rem
}
@media (min-width:992px) {
  h3 {
    font-size: 3.2rem
  }
}
@media (min-width:1550px) {
  h3 {
    font-size: 3.6rem
  }
}
h4 {
  font-size: 1.9rem;
  line-height: 1.4
}
@media (min-width:992px) {
  h4 {
    font-size: 2rem
  }
}
@media (min-width:1550px) {
  h4 {
    font-size: 2.3rem
  }
}
h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: var(--bold);
  margin-top: 2rem;
  margin-bottom: 2rem
}
@media (min-width:992px) {
  h5 {
    font-size: 1.8rem
  }
}
@media (min-width:1550px) {
  h5 {
    font-size: 1.9rem
  }
}
@media (min-width:992px) {
  h5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }
}
h5:first-child {
  margin-top: 0
}
h5:last-child {
  margin-bottom: 0
}
.lead::after {
  display: block;
  content: "";
  width: 4rem;
  height: .4rem;
  background: var(--blue-light);
  margin-top: 2rem
}
@media (min-width:992px) {
  .lead::after {
    width: 5.2rem;
    height: .7rem;
    margin-top: 3rem
  }
}
a:not(.btn) {
  color: var(--blue);
  font-weight: var(--medium);
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
a:not(.btn):hover {
  color: var(--blue-light)
}
ol,
ul {
  margin-top: 2rem;
  margin-bottom: 2rem
}
@media (min-width:768px) {
  ol,
  ul {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }
}
ol:first-child,
ul:first-child {
  margin-top: 0
}
ol:last-child,
ul:last-child {
  margin-bottom: 0
}
ol li::marker,
ul li::marker {
  color: var(--blue-alt)
}
.list--bullet {
  list-style: none;
  padding-left: 2rem
}
@media (min-width:992px) {
  .list--bullet {
    padding-left: 4rem
  }
}
.list--bullet li {
  position: relative;
  margin: 0
}
.list--bullet li::marker {
  display: none
}
.list--bullet li:not(:last-child) {
  margin-bottom: 1.5rem
}
.list--bullet li::before {
  position: absolute;
  left: -2rem;
  top: 1.1rem;
  display: block;
  content: "";
  width: .6rem;
  height: .6rem;
  background: var(--blue-alt);
  border-radius: 50%
}
@media (min-width:992px) {
  .list--bullet li::before {
    top: 1.2rem;
    left: -4rem;
    width: .8rem;
    height: .8rem
  }
}
.list--number {
  padding-left: 6rem;
  counter-reset: custom-counter;
  list-style: none
}
@media (min-width:992px) {
  .list--number {
    padding-left: 4rem
  }
}
.list--number li {
  position: relative;
  margin: 0;
  counter-increment: custom-counter
}
.list--number li::marker {
  display: none
}
.list--number li:not(:last-child) {
  margin-bottom: 1.5rem
}
.list--number li::before {
  position: absolute;
  left: -6rem;
  top: 0;
  display: block;
  content: counter(custom-counter) ".";
  font-weight: var(--bold);
  color: var(--blue-alt)
}
@media (min-width:992px) {
  .list--number li::before {
    left: -4rem
  }
}
.list--inline {
  list-style: none;
  padding: 0;
  margin: 0
}
.list--inline li {
  display: inline-block
}
.list--inline li:not(:first-child) {
  margin-left: 4rem
}
.list--unstyled {
  list-style: none;
  padding: 0;
  margin: 0
}
.list--unstyled li {
  display: block
}
blockquote {
  border-left: .5rem solid var(--blue);
  padding-left: 4rem;
  margin-left: 0;
  margin-top: 2rem;
  margin-bottom: 2rem
}
@media (min-width:768px) {
  blockquote {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }
}
blockquote:first-child {
  margin-top: 0
}
blockquote:last-child {
  margin-bottom: 0
}
figure.quote {
  border-left: .5rem solid var(--blue);
  padding-left: 4rem;
  margin-left: 0;
  margin-top: 2rem;
  margin-bottom: 2rem
}
@media (min-width:768px) {
  figure.quote {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }
}
figure.quote:first-child {
  margin-top: 0
}
figure.quote:last-child {
  margin-bottom: 0
}
figure.quote blockquote {
  border: 0;
  padding: 0;
  margin: 0
}
figure.quote figcaption {
  margin-top: 1rem
}
.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative
}
.icon svg {
  width: 100%;
  height: 100%
}
.icon--close {
  width: 1.1rem;
  height: 1.1rem;
  vertical-align: baseline
}
.icon--arrow {
  width: 1.7rem;
  height: 1rem
}
.icon--heart {
  width: 1.9rem;
  height: 1.9rem
}
.icon--facebook {
  width: 1.1rem;
  height: 1.8rem
}
@media (min-width:576px) {
  .icon--facebook {
    width: 1.5rem;
    height: 2.5rem
  }
}
.icon--instagram {
  width: 3rem;
  height: 3.3rem
}
.icon--youtube {
  width: 3.3rem;
  height: 3rem
}
.icon--tiktok {
  width: 1.9rem;
  height: 2.1rem
}
.icon--whatsapp {
  width: 3rem;
  height: 3.5rem
}
.icon--twitter {
  width: 2.7rem;
  height: 2.7rem
}
@media (min-width:576px) {
  .icon--twitter {
    width: 3rem;
    height: 3rem
  }
}
.icon--tel {
  width: 1.6rem;
  height: 1.6rem
}
@media (min-width:576px) {
  .icon--tel {
    width: 1.8rem;
    height: 1.8rem
  }
}
.icon--mail {
  width: 2rem;
  height: 1.4rem
}
@media (min-width:576px) {
  .icon--mail {
    width: 2.2rem;
    height: 1.6rem
  }
}
.icon--calendar {
  width: 3rem;
  height: 3.1rem
}
.icon--marker {
  width: 1.4rem;
  height: 1.8rem
}
.icon--clock {
  width: 1.7rem;
  height: 1.7rem
}
.icon--burger {
  width: 2.5rem;
  height: 2.2rem
}
img {
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem
}
@media (min-width:992px) {
  img {
    margin-top: 4rem;
    margin-bottom: 4rem
  }
}
img:first-child {
  margin-top: 0
}
img:last-child {
  margin-bottom: 0
}
.img--fluid {
  width: 100%
}
.img--fit {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%
}
@media (min-width:992px) {
  .alignright {
    float: right;
    margin-left: 4rem;
    margin-top: 0;
    margin-bottom: 0
  }
}
@media (min-width:992px) {
  .alignleft {
    float: left;
    margin-right: 4rem;
    margin-top: 0;
    margin-bottom: 0
  }
}
.aligncenter {
  margin-left: auto;
  margin-right: auto
}
.btn {
  display: block;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: var(--medium);
  line-height: 1.1;
  appearance: none;
  background-color: transparent;
  border-width: .2rem;
  border-style: solid;
  border-color: transparent;
  border-radius: 2rem 0 2rem 0;
  padding: 1.6rem 2.5rem;
  width: 100%;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
@media (min-width:992px) {
  .btn {
    font-size: 1.6rem
  }
}
@media (min-width:1550px) {
  .btn {
    font-size: 1.7rem
  }
}
@media (min-width:576px) {
  .btn {
    width: fit-content
  }
}
@media (min-width:1190px) {
  .btn {
    padding: 1.5rem 3rem;
    border-radius: 3rem 0 3rem 0
  }
}
.btn--sm {
  padding: 1.3rem 2.5rem;
  font-size: 1.4rem
}
@media (min-width:992px) {
  .btn--sm {
    font-size: 1.5rem
  }
}
@media (min-width:1550px) {
  .btn--sm {
    font-size: 1.6rem
  }
}
.btn--lg {
  font-size: 1.6rem
}
@media (min-width:992px) {
  .btn--lg {
    font-size: 1.7rem
  }
}
@media (min-width:1550px) {
  .btn--lg {
    font-size: 1.8rem
  }
}
.btn--edit {
  color: var(--white);
  background: var(--grey-dark);
  border-color: var(--grey-dark);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding: 2rem 2.5rem 1.5rem;
  border-radius: 0 2rem 0 0
}
.btn--edit:focus-within,
.btn--edit:hover {
  color: var(--grey-dark);
  background: var(--white);
  border-color: var(--grey-dark)
}
.btn--white {
  color: var(--blue);
  background: var(--white);
  border-color: var(--white)
}
.btn--white:focus-within,
.btn--white:hover {
  color: var(--blue-dark);
  background: var(--blue-light);
  border-color: var(--blue-light)
}
.btn--blue {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue)
}
.btn--blue:focus-within,
.btn--blue:hover {
  color: var(--blue-dark);
  background: var(--blue-light);
  border-color: var(--blue-light)
}
.btn--blue-alt {
  color: var(--white);
  background: var(--blue-alt);
  border-color: var(--blue-alt)
}
.btn--blue-alt:focus-within,
.btn--blue-alt:hover {
  color: var(--blue-dark);
  background: var(--blue-light);
  border-color: var(--blue-light)
}
.btn--blue-outline {
  color: var(--white);
  background: 0 0;
  border-color: var(--blue-alt)
}
.btn--blue-outline:focus-within,
.btn--blue-outline:hover {
  color: var(--blue-dark);
  background: var(--blue-light);
  border-color: var(--blue-light)
}
.btn--youtube {
  display: flex;
  align-items: center;
  color: var(--white);
  background: var(--youtube);
  border-color: var(--youtube)
}
.btn--youtube:focus-within,
.btn--youtube:hover {
  color: var(--white);
  background: var(--youtube);
  border-color: var(--youtube);
  opacity: .6
}
.btn--youtube::before {
  display: block;
  width: 2.5rem;
  height: 2.2rem;
  margin-right: 1.5rem;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 576 512' style='enable-background:new 0 0 576 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M549.7,124.1c-6.3-23.7-24.8-42.3-48.3-48.6C458.8,64,288,64,288,64S117.2,64,74.6,75.5 c-23.5,6.3-42,24.9-48.3,48.6c-11.4,42.9-11.4,132.3-11.4,132.3s0,89.4,11.4,132.3c6.3,23.6,24.8,41.5,48.3,47.8 C117.2,448,288,448,288,448s170.8,0,213.4-11.5c23.5-6.3,42-24.2,48.3-47.8c11.4-42.9,11.4-132.3,11.4-132.3 S561.1,166.9,549.7,124.1z M232.1,337.6V175.2l142.7,81.2L232.1,337.6L232.1,337.6z'/%3E%3C/svg%3E")
}
.btn--youtube .icon {
  display: none;
  margin-right: 1.5rem
}
.btn--youtube .icon svg {
  fill: var(--white)
}
.btn--instagram {
  display: flex;
  align-items: center;
  color: var(--white);
  background: var(--instagram);
  border-color: var(--instagram)
}
.btn--instagram:focus-within,
.btn--instagram:hover {
  color: var(--white);
  background: var(--instagram);
  border-color: var(--instagram);
  opacity: .6
}
.btn--instagram::before {
  display: block;
  width: 2.2rem;
  height: 2.4rem;
  margin-right: 1.5rem;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 512' style='enable-background:new 0 0 448 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M224.1,141c-63.6,0-114.9,51.3-114.9,114.9s51.3,114.9,114.9,114.9S339,319.5,339,255.9S287.7,141,224.1,141z M224.1,330.6c-41.1,0-74.7-33.5-74.7-74.7s33.5-74.7,74.7-74.7s74.7,33.5,74.7,74.7S265.2,330.6,224.1,330.6L224.1,330.6z M370.5,136.3c0,14.9-12,26.8-26.8,26.8c-14.9,0-26.8-12-26.8-26.8s12-26.8,26.8-26.8S370.5,121.5,370.5,136.3z M446.6,163.5 c-1.7-35.9-9.9-67.7-36.2-93.9c-26.2-26.2-58-34.4-93.9-36.2c-37-2.1-147.9-2.1-184.9,0C95.8,35.1,64,43.3,37.7,69.5 s-34.4,58-36.2,93.9c-2.1,37-2.1,147.9,0,184.9c1.7,35.9,9.9,67.7,36.2,93.9s58,34.4,93.9,36.2c37,2.1,147.9,2.1,184.9,0 c35.9-1.7,67.7-9.9,93.9-36.2c26.2-26.2,34.4-58,36.2-93.9C448.7,311.3,448.7,200.5,446.6,163.5L446.6,163.5z M398.8,388 c-7.8,19.6-22.9,34.7-42.6,42.6c-29.5,11.7-99.5,9-132.1,9s-102.7,2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6 c-11.7-29.5-9-99.5-9-132.1s-2.6-102.7,9-132.1c7.8-19.6,22.9-34.7,42.6-42.6c29.5-11.7,99.5-9,132.1-9s102.7-2.6,132.1,9 c19.6,7.8,34.7,22.9,42.6,42.6c11.7,29.5,9,99.5,9,132.1S410.5,358.6,398.8,388z'/%3E%3C/svg%3E%0A")
}
.btn--instagram .icon {
  display: none;
  margin-right: 1.5rem
}
.btn--instagram .icon svg {
  fill: var(--white)
}
.btn--twitter {
  display: flex;
  align-items: center;
  color: var(--white);
  background: var(--black);
  border-color: var(--black)
}
.btn--twitter:focus-within,
.btn--twitter:hover {
  opacity: .6;
  color: var(--white);
  background: var(--black);
  border-color: var(--black)
}
.btn--twitter::before {
  display: block;
  width: 2.2rem;
  height: 2.4rem;
  margin-right: 1.5rem;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='svg5' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 595.9 557.7' style='enable-background:new 0 0 595.9 557.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cg%3E%3Cg id='layer1' transform='translate(52.390088,-25.058597)'%3E%3Cpath id='path1009' class='st0' d='M-50.9,25.1l230.1,307.6L-52.4,582.8h52.1l202.7-219l163.8,219h177.3l-243-324.9L516,25.1 h-52.1L277.2,226.7L126.4,25.1H-50.9z M25.7,63.4h81.5l359.7,481h-81.5L25.7,63.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}
.btn--twitter .icon {
  display: none;
  margin-right: 1.5rem
}
.btn--twitter .icon svg {
  fill: var(--white)
}
.btn--block {
  margin-top: 2rem;
  margin-bottom: 2rem
}
@media (min-width:992px) {
  .btn--block {
    margin-top: 5rem;
    margin-bottom: 4rem
  }
}
.btn--block:first-child {
  margin-top: 0
}
.btn--block:last-child {
  margin-bottom: 0
}
.btn--inline {
  display: inline-block;
  margin-top: 2rem
}
@media (min-width:992px) {
  .btn--inline {
    margin-top: 4rem
  }
}
.btn--inline:not(:last-child) {
  margin-right: 1rem
}
@media (min-width:768px) {
  .btn--inline:not(:last-child) {
    margin-right: 2rem
  }
}
.form {
  margin-top: 2rem;
  margin-bottom: 2rem
}
@media (min-width:992px) {
  .form {
    margin-top: 4rem;
    margin-bottom: 4rem
  }
}
.form:first-child {
  margin-top: 0
}
.form:last-child {
  margin-bottom: 0
}
.form__input {
  position: relative;
  margin-bottom: 2rem
}
.form__input--textarea {
  height: 100%
}
.form__input--flex {
  display: flex
}
.form__input--note {
  font-size: 1.3rem
}
input:not([type=submit]),
textarea:not([type=submit]) {
  display: block;
  width: 100%;
  padding: 2.4rem 1.8rem .8rem;
  font-size: 1.5rem;
  font-weight: var(--regular);
  line-height: 1.4;
  color: var(--blue-dark);
  background-color: #ebeff3;
  background-clip: padding-box;
  border-width: .1rem;
  border-style: solid;
  border-color: var(--blue-light);
  border-radius: 0;
  transition: border .3s ease-in-out,background-color .3s ease-in-out
}
@media (min-width:992px) {
  input:not([type=submit]),
  textarea:not([type=submit]) {
    font-size: 1.8rem
  }
}
@media (min-width:1550px) {
  input:not([type=submit]),
  textarea:not([type=submit]) {
    font-size: 1.9rem
  }
}
@media (min-width:1280px) {
  input:not([type=submit]),
  textarea:not([type=submit]) {
    padding: 2.5rem 2rem 1rem
  }
}
input:not([type=submit]):focus,
input:not([type=submit]):focus:active,
textarea:not([type=submit]):focus,
textarea:not([type=submit]):focus:active {
  border-color: var(--blue-dark)
}
textarea {
  min-height: 18rem;
  height: 100%;
  overflow: auto;
  resize: vertical
}
legend {
  font-size: 2.4rem;
  line-height: 1.4;
  font-family: var(--heading-font);
  font-weight: var(--regular);
  margin-top: 3rem;
  margin-bottom: 2rem
}
@media (min-width:992px) {
  legend {
    font-size: 2.8rem
  }
}
@media (min-width:1550px) {
  legend {
    font-size: 3rem
  }
}
@media (min-width:992px) {
  legend {
    margin-top: 5rem;
    margin-bottom: 4rem
  }
}
legend:first-child {
  margin-top: 0
}
legend:last-child {
  margin-bottom: 0
}
fieldset:not(:last-child) {
  margin-bottom: 2rem;
  border-bottom: .3rem solid var(--blue-light);
  padding-bottom: 2rem
}
@media (min-width:992px) {
  fieldset:not(:last-child) {
    margin-bottom: 4rem;
    padding-bottom: 5rem
  }
}
.label,
label:not(.error) {
  display: block;
  font-size: 1.1rem;
  font-weight: var(--regular);
  position: absolute;
  top: .4rem;
  left: .8rem;
  opacity: .6;
  z-index: 2;
  transition: all .3s ease-in-out
}
@media (min-width:1550px) {
  .label,
  label:not(.error) {
    top: .5rem;
    font-size: 1.2rem
  }
}
.label--sm,
label--sm {
  position: relative;
  top: 0;
  left: 0;
  flex: 1 0 0%;
  font-size: 1rem
}
@media (min-width:992px) {
  .label--sm,
  label--sm {
    font-size: 1.2rem
  }
}
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 1;
  transition: all .2s;
  color: var(--blue)
}
input[type=email]:placeholder-shown:not(:focus),
input[type=number]:placeholder-shown:not(:focus),
input[type=tel]:placeholder-shown:not(:focus),
input[type=text]:placeholder-shown:not(:focus),
select:placeholder-shown:not(:focus),
textarea:placeholder-shown:not(:focus) {
  background-color: #ebeff3
}
input[type=email]:placeholder-shown:not(:focus)::placeholder,
input[type=number]:placeholder-shown:not(:focus)::placeholder,
input[type=tel]:placeholder-shown:not(:focus)::placeholder,
input[type=text]:placeholder-shown:not(:focus)::placeholder,
select:placeholder-shown:not(:focus)::placeholder,
textarea:placeholder-shown:not(:focus)::placeholder {
  opacity: 0
}
input[type=email]:placeholder-shown:not(:focus) + label:not(.error),
input[type=number]:placeholder-shown:not(:focus) + label:not(.error),
input[type=tel]:placeholder-shown:not(:focus) + label:not(.error),
input[type=text]:placeholder-shown:not(:focus) + label:not(.error),
select:placeholder-shown:not(:focus) + label:not(.error),
textarea:placeholder-shown:not(:focus) + label:not(.error) {
  left: 2rem;
  color: var(--blue-dark);
  opacity: 1;
  font-weight: var(--regular);
  font-size: 1.5rem
}
@media (min-width:992px) {
  input[type=email]:placeholder-shown:not(:focus) + label:not(.error),
  input[type=number]:placeholder-shown:not(:focus) + label:not(.error),
  input[type=tel]:placeholder-shown:not(:focus) + label:not(.error),
  input[type=text]:placeholder-shown:not(:focus) + label:not(.error),
  select:placeholder-shown:not(:focus) + label:not(.error),
  textarea:placeholder-shown:not(:focus) + label:not(.error) {
    font-size: 1.8rem
  }
}
@media (min-width:1550px) {
  input[type=email]:placeholder-shown:not(:focus) + label:not(.error),
  input[type=number]:placeholder-shown:not(:focus) + label:not(.error),
  input[type=tel]:placeholder-shown:not(:focus) + label:not(.error),
  input[type=text]:placeholder-shown:not(:focus) + label:not(.error),
  select:placeholder-shown:not(:focus) + label:not(.error),
  textarea:placeholder-shown:not(:focus) + label:not(.error) {
    font-size: 1.9rem
  }
}
@media (min-width:1550px) {
  input[type=email]:placeholder-shown:not(:focus) + label:not(.error),
  input[type=number]:placeholder-shown:not(:focus) + label:not(.error),
  input[type=tel]:placeholder-shown:not(:focus) + label:not(.error),
  input[type=text]:placeholder-shown:not(:focus) + label:not(.error),
  select:placeholder-shown:not(:focus) + label:not(.error),
  textarea:placeholder-shown:not(:focus) + label:not(.error) {
    left: 2rem
  }
}
input[type=email]:placeholder-shown:not(:focus) + label:not(.error),
input[type=number]:placeholder-shown:not(:focus) + label:not(.error),
input[type=tel]:placeholder-shown:not(:focus) + label:not(.error),
input[type=text]:placeholder-shown:not(:focus) + label:not(.error),
select:placeholder-shown:not(:focus) + label:not(.error),
textarea:placeholder-shown:not(:focus) + label:not(.error) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
textarea:placeholder-shown:not(:focus) + label:not(.error) {
  top: 2.7rem
}
input[type=checkbox],
input[type=radio] {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  height: 2.3rem;
  width: 2.3rem;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 1rem;
  padding: 0;
  border: 0;
  border-radius: 0
}
input[type=checkbox]::after,
input[type=radio]::after {
  position: relative;
  content: "";
  display: block;
  background-color: #ebeff3;
  background-clip: padding-box;
  border-width: .1rem;
  border-style: solid;
  border-color: var(--blue-light);
  border-radius: 0;
  transition: border .3s ease-in-out,background-color .3s ease-in-out;
  height: 2.3rem;
  width: 2.3rem
}
input[type=checkbox]::before,
input[type=radio]::before {
  position: absolute;
  top: .5rem;
  left: .5rem;
  content: url("data:image/svg+xml,%3Csvg version='1.1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23444444;%7D%0A%3C/style%3E%3Cpath class='st0' d='M173.9,439.4L7.5,273c-10-10-10-26.2,0-36.2l36.2-36.2c10-10,26.2-10,36.2,0L192,312.7L432.1,72.6 c10-10,26.2-10,36.2,0l36.2,36.2c10,10,10,26.2,0,36.2L210.1,439.4C200.1,449.4,183.9,449.4,173.9,439.4L173.9,439.4z'/%3E%3C/svg%3E");
  display: block;
  height: 1.4rem;
  width: 1.4rem;
  color: transparent;
  z-index: 1;
  opacity: 0
}
@media (min-width:1190px) {
  input[type=checkbox]::before,
  input[type=radio]::before {
    top: .2rem
  }
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: 0;
  outline-offset: 0
}
input[type=checkbox]:focus::after,
input[type=radio]:focus::after {
  border-color: var(--blue-dark)
}
input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  opacity: 1
}
input[type=checkbox] + label,
input[type=radio] + label {
  font-size: 1.5rem;
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: inline
}
@media (min-width:992px) {
  input[type=checkbox] + label,
  input[type=radio] + label {
    font-size: 1.8rem
  }
}
@media (min-width:1550px) {
  input[type=checkbox] + label,
  input[type=radio] + label {
    font-size: 1.9rem
  }
}
.form__input--flex input[type=checkbox],
.form__input--flex input[type=radio] {
  flex: 0 0 auto;
  width: auto;
  display: block
}
.form__input--flex input[type=checkbox] + label,
.form__input--flex input[type=radio] + label {
  flex: 1 0 0%;
  width: auto;
  font-size: 1.5rem
}
.form__input--flex input[type=checkbox] + label a,
.form__input--flex input[type=radio] + label a {
  text-decoration: underline
}
.form__input--upload .upload {
  width: .01rem;
  height: .01rem;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1
}
.form__input--upload .upload + label {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  overflow: hidden;
  font-weight: var(--regular);
  line-height: 1.4;
  color: var(--blue-dark);
  background-color: #ebeff3;
  background-clip: padding-box;
  border-width: .1rem;
  border-style: solid;
  border-color: var(--blue-light);
  border-radius: 0;
  transition: border .3s ease-in-out,background-color .3s ease-in-out;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column
}
.form__input--upload .upload + label * {
  pointer-events: none
}
@media (min-width:768px) {
  .form__input--upload .upload + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-direction: row
  }
}
.form__input--upload .upload + label .upload__file {
  flex: 1 0 0%;
  min-height: .1rem;
  display: block;
  overflow: hidden;
  text-align: left;
  font-size: 1.5rem;
  padding: 1.8rem 2rem
}
@media (min-width:992px) {
  .form__input--upload .upload + label .upload__file {
    font-size: 1.8rem
  }
}
@media (min-width:1550px) {
  .form__input--upload .upload + label .upload__file {
    font-size: 1.9rem
  }
}
@media (min-width:768px) {
  .form__input--upload .upload + label .upload__file {
    text-overflow: ellipsis;
    white-space: nowrap
  }
}
.form__input--upload .upload + label .upload__button {
  flex: 0 0 auto;
  width: auto;
  text-align: center;
  padding: 1rem 2rem;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: var(--medium);
  line-height: 1.3;
  transition: all .3s ease-out;
  border-radius: 0;
  color: var(--white);
  background: var(--black)
}
@media (min-width:992px) {
  .form__input--upload .upload + label .upload__button {
    font-size: 1.8rem
  }
}
@media (min-width:1550px) {
  .form__input--upload .upload + label .upload__button {
    font-size: 1.9rem
  }
}
.form__input--upload .upload + label .upload__button:focus-within,
.form__input--upload .upload + label .upload__button:hover {
  color: var(--white);
  background: var(--black)
}
@media (min-width:768px) {
  .form__input--upload .upload + label .upload__button {
    padding: 1.8rem 4rem
  }
}
.form__input--upload .upload:focus + label,
.form__input--upload .upload:focus:active + label {
  border-color: var(--black)
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
input[type=number] {
  -moz-appearance: textfield
}
.select2-container.error,
input[type=email].error,
input[type=number].error,
input[type=tel].error,
input[type=text].error,
select.error,
textarea.error {
  border-color: var(--danger);
  margin-bottom: 3.5rem
}
.select2-container.error .select2-selection--single,
input[type=email].error .select2-selection--single,
input[type=number].error .select2-selection--single,
input[type=tel].error .select2-selection--single,
input[type=text].error .select2-selection--single,
select.error .select2-selection--single,
textarea.error .select2-selection--single {
  border-color: var(--danger)
}
strong.error,
label.error {
  display: block;
  font-size: 1.3rem !important;
  color: var(--white) !important;
  background: var(--danger);
  font-weight: var(--regular);
  position: absolute;
  left: 0;
  top: 5.5rem;
  z-index: 1;
  left: 0;
  width: 100%;
  padding: .3rem .8rem !important;
  text-align: left
}
@media (min-width:1280px) {
  strong.error,
  label.error {
    top: 6.3rem
  }
}
strong.error::before,
label.error::before {
  display: inline-block;
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M256,32c14.2,0,27.3,7.5,34.5,19.8l216,368c7.3,12.4,7.3,27.7,0.2,40.1S486.3,480,472,480H40 c-14.3,0-27.6-7.7-34.7-20.1s-7-27.8,0.2-40.1l216-368C228.7,39.5,241.8,32,256,32z M256,160c-13.3,0-24,10.7-24,24v112 c0,13.3,10.7,24,24,24c13.3,0,24-10.7,24-24V184C280,170.7,269.3,160,256,160z M288,384c0-17.7-14.3-32-32-32s-32,14.3-32,32 s14.3,32,32,32S288,401.7,288,384z'/%3E%3C/svg%3E%0A");
  margin-right: .8rem;
  height: 1.4rem;
  width: 1.4rem;
  vertical-align: middle
}
table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  margin-top: 2rem;
  margin-bottom: 2rem
}
@media (min-width:992px) {
  table {
    margin-top: 4rem;
    margin-bottom: 4rem
  }
}
table:first-child {
  margin-top: 0
}
table:last-child {
  margin-bottom: 0
}
table thead th {
  text-align: left
}
table thead th:nth-child(even) {
  text-align: left
}
table tbody td {
  text-align: left
}
table tbody td:nth-child(even) {
  text-align: left
}
table td,
table th {
  vertical-align: top;
  padding: 1.3rem 1.3rem 1.3rem 1.3rem
}
@media (min-width:768px) {
  table td,
  table th {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem
  }
}
table tbody td,
table tbody th {
  border-width: .1rem;
  border-style: solid;
  border-color: var(--blue)
}
table thead th {
  vertical-align: top;
  border-width: .1rem;
  border-style: solid;
  border-color: var(--blue-dark) var(--blue);
  font-weight: var(--bold);
  background: var(--blue-dark);
  color: var(--white);
  line-height: 1.2
}
table thead th:nth-child(1) {
  width: 30%
}
table thead th:nth-child(2),
table thead th:nth-child(3) {
  width: 20%
}
table thead th:first-child {
  border-color: var(--blue-dark) var(--blue) var(--blue-dark) var(--blue-dark)
}
table thead th:last-child {
  border-color: var(--blue-dark) var(--blue-dark) var(--blue-dark) var(--blue)
}
table td {
  color: var(--blue-dark)
}
.table-responsive {
  margin-top: 4rem;
  margin-bottom: 4rem
}
@media (max-width:767px) {
  .table-responsive {
    margin-top: 2rem;
    margin-bottom: 2rem
  }
  .table-responsive table {
    margin: 0
  }
  .table-responsive caption,
  .table-responsive table,
  .table-responsive tbody,
  .table-responsive td,
  .table-responsive th,
  .table-responsive thead,
  .table-responsive tr {
    display: block
  }
  .table-responsive thead tr {
    position: absolute;
    top: -999.9rem;
    left: -999.9rem
  }
  .table-responsive tbody {
    border-top: .1rem solid var(--blue)
  }
  .table-responsive tbody td,
  .table-responsive tbody th {
    border-width: 0 .1rem .1rem;
    border-style: solid;
    border-color: var(--blue);
    position: relative;
    white-space: normal;
    text-align: left;
    padding: 1.3rem 1.3rem
  }
  .table-responsive tbody td:before,
  .table-responsive tbody th:before {
    top: 1.3rem;
    left: 1.3rem;
    width: 100%;
    display: block;
    white-space: nowrap;
    font-weight: var(--bold);
    content: attr(data-title)
  }
  .table-responsive tbody td:first-child {
    font-weight: var(--bold);
    background: var(--blue-dark);
    color: var(--white)
  }
}
hr {
  display: block;
  border-width: .2rem 0 0;
  border-style: solid;
  border-color: var(--blue-light);
  margin-top: 3rem;
  margin-bottom: 3rem
}
@media (min-width:992px) {
  hr {
    margin-top: 5rem;
    margin-bottom: 5rem
  }
}
.accordion {
  list-style: none;
  margin: 0 auto;
  padding: 0!important
}
.accordion__item:not(:last-child) {
  margin-bottom: 1.5rem
}
.accordion__item:before {
  display: none!important
}
.accordion__term {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0
}
.accordion dt {
  flex: 1 0 0%;
  margin: 0
}
.accordion__title {
  text-align: left;
  margin: 0;
  flex: 1 0 0%;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 0 1.5rem 0 0;
  font-weight: var(--medium);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
@media (min-width:992px) {
  .accordion__title {
    font-size: 1.6rem
  }
}
@media (min-width:1550px) {
  .accordion__title {
    font-size: 1.8rem
  }
}
@media (min-width:768px) {
  .accordion__title {
    padding: 0 2.5rem 0 0
  }
}
.accordion__title::after {
  display: block;
  width: 1.5rem;
  height: 1.5rem
}
@media (min-width:768px) {
  .accordion__title::after {
    width: 2rem;
    height: 2rem
  }
}
.accordion__heading {
  display: block;
  flex: 1 0 0;
  padding: 1rem 1.5rem
}
@media (min-width:768px) {
  .accordion__heading {
    padding: 1.5rem 2.5rem
  }
}
.accordion .icon {
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.accordion .icon svg {
  fill: var(--white);
  position: absolute;
  top: 0;
  left: 0
}
.accordion__desc {
  flex: 0 0 auto;
  width: auto;
  display: none;
  padding: 1.5rem;
  font-size: 1.4rem;
  color: var(--white);
  background: var(--blue-dark)
}
@media (min-width:992px) {
  .accordion__desc {
    font-size: 1.6rem
  }
}
@media (min-width:1550px) {
  .accordion__desc {
    font-size: 1.7rem
  }
}
@media (min-width:768px) {
  .accordion__desc {
    padding: 3rem
  }
}
.accordion__desc p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}
.accordion__desc p:first-child {
  margin-top: 0
}
.accordion__desc p:last-child {
  margin-bottom: 0
}
.accordion__term .accordion__title {
  color: var(--blue-dark);
  background: var(--grey-light)
}
.accordion__term .accordion__title::after {
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 512' style='enable-background:new 0 0 448 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23355C7D;%7D%0A%3C/style%3E%3Cpath class='st0' d='M240,32c0-17.7-14.3-32-32-32s-32,14.3-32,32v144H32c-17.7,0-32,14.3-32,32s14.3,32,32,32h144v144 c0,17.7,14.3,32,32,32s32-14.3,32-32V240h144c17.7,0,32-14.3,32-32s-14.3-32-32-32H240V32z'/%3E%3C/svg%3E")
}
.accordion__term:focus-within .accordion__title,
.accordion__term:hover .accordion__title {
  color: var(--white);
  background: var(--blue-alt)
}
.accordion__term:focus-within .accordion__title::after,
.accordion__term:hover .accordion__title::after {
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 512' style='enable-background:new 0 0 448 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M240,32c0-17.7-14.3-32-32-32s-32,14.3-32,32v144H32c-17.7,0-32,14.3-32,32s14.3,32,32,32h144v144 c0,17.7,14.3,32,32,32s32-14.3,32-32V240h144c17.7,0,32-14.3,32-32s-14.3-32-32-32H240V32z'/%3E%3C/svg%3E")
}
.accordion__term.open .accordion__title {
  color: var(--white);
  background: var(--blue-alt)
}
.accordion__term.open .accordion__title::after {
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 512' style='enable-background:new 0 0 448 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M432,256c0,17.7-14.3,32-32,32H48c-17.7,0-32-14.3-32-32s14.3-32,32-32h352C417.7,224,432,238.3,432,256z'/%3E%3C/svg%3E%0A")
}
.accordion--numbered {
  counter-reset: custom-counter
}
.accordion--numbered .accordion__term {
  counter-increment: custom-counter
}
.accordion--numbered .accordion__term .accordion__title::before {
  content: counter(custom-counter) "";
  color: var(--blue-alt);
  background: #e4e4e4;
  padding: 1.3rem;
  width: 5rem;
  height: 5rem;
  text-align: center;
  font-weight: var(--bold);
  transition: all .3s cubic-bezier(.5,0,.5,1);
  font-size: 1.9rem
}
@media (min-width:992px) {
  .accordion--numbered .accordion__term .accordion__title::before {
    font-size: 2rem
  }
}
@media (min-width:1550px) {
  .accordion--numbered .accordion__term .accordion__title::before {
    font-size: 2.1rem
  }
}
@media (min-width:768px) {
  .accordion--numbered .accordion__term .accordion__title::before {
    padding: 1.5rem;
    width: 6rem;
    height: 6rem
  }
}
.accordion--numbered .accordion__term:focus-within .accordion__title::before,
.accordion--numbered .accordion__term:hover .accordion__title::before {
  color: var(--white);
  background: var(--blue)
}
.accordion--numbered .accordion__term.open .accordion__title::before {
  color: var(--white);
  background: var(--blue)
}
.select2-hidden-accessible {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  height: .1rem!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: .1rem!important;
  white-space: nowrap!important
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%!important
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  padding: 1.6rem 2rem;
  font-size: 1.5rem;
  font-weight: var(--regular);
  line-height: 1.4;
  color: var(--blue-dark);
  background-color: #ebeff3;
  background-clip: padding-box;
  border-width: .1rem;
  border-style: solid;
  border-color: var(--blue-light);
  transition: border .3s ease-in-out,background-color .3s ease-in-out
}
@media (min-width:992px) {
  .select2-container--default .select2-selection--single {
    font-size: 1.8rem
  }
}
@media (min-width:1550px) {
  .select2-container--default .select2-selection--single {
    font-size: 1.9rem
  }
}
@media (min-width:1280px) {
  .select2-container--default .select2-selection--single {
    padding: 1.8rem 2rem
  }
}
.select2-container--default .select2-selection--single:focus {
  border-color: var(--blue-dark)
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.4rem;
  height: 100%
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 100%;
  display: block;
  position: relative
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 1.7rem;
  height: 1.7rem;
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36.1 20.8' style='enable-background:new 0 0 36.1 20.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23456C8D;%7D%0A%3C/style%3E%3Cpath class='st0' d='M16.2,20c1,1,2.6,1,3.7,0L35.4,4.5c1-1,1-2.6,0-3.7c-1-1-2.6-1-3.7,0L18.1,14.5L4.4,0.9c-1-1-2.6-1-3.7,0 s-1,2.6,0,3.7L16.2,20L16.2,20z'/%3E%3C/svg%3E%0A")
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36.1 20.8' style='enable-background:new 0 0 36.1 20.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23456C8D;%7D%0A%3C/style%3E%3Cpath class='st0' d='M19.9,0.8c-1-1-2.6-1-3.7,0L0.8,16.3c-1,1-1,2.6,0,3.7c1,1,2.6,1,3.7,0L18.1,6.3L31.7,20c1,1,2.6,1,3.7,0 c1-1,1-2.6,0-3.7L19.9,0.8L19.9,0.8z'/%3E%3C/svg%3E")
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-dropdown {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100rem;
  width: 100%;
  z-index: 5000;
  font-size: 1.5rem;
  font-weight: var(--regular);
  line-height: 1.4;
  color: var(--white);
  background-color: var(--blue);
  background-clip: padding-box;
  border-width: .1rem;
  border-style: solid;
  border-color: var(--blue-light);
  transition: border .3s ease-in-out,background-color .3s ease-in-out;
  box-shadow: 0 .2rem .3rem rgba(var(--grey-dark),.2)
}
@media (min-width:992px) {
  .select2-dropdown {
    font-size: 1.8rem
  }
}
@media (min-width:1550px) {
  .select2-dropdown {
    font-size: 1.9rem
  }
}
.select2-container--open .select2-dropdown {
  left: 0
}
.select2-search--dropdown {
  display: block;
  padding: .4rem
}
.select2-search--dropdown.select2-search--hide {
  display: none
}
.select2-container--open .select2-dropdown--below {
  margin-top: -.2rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--open .select2-dropdown--above {
  margin-bottom: .2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-results {
  display: block
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 20rem;
  overflow-y: auto
}
.select2-results__option {
  padding: .8rem 1.5rem;
  user-select: none;
  -webkit-user-select: none
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0
}
.select2-results__option[aria-selected] {
  cursor: pointer
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--blue)
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--blue-dark);
  color: var(--white)
}
.currency-select {
  position: relative;
  z-index: 10
}
.currency-select .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-width: 0;
  color: var(--white);
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-weight: var(--regular)
}
@media (min-width:992px) {
  .currency-select .select2-container--default .select2-selection--single {
    font-size: 1.3rem
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 999;
  width: 100%;
  background: var(--blue);
  font-size: 1.6rem;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
@media (min-width:992px) {
  .header {
    font-size: 1.8rem
  }
}
@media (min-width:1550px) {
  .header {
    font-size: 2rem
  }
}
.header--sticky {
  -webkit-box-shadow: 0 0 2.5rem rgba(32,32,32,.4);
  -moz-box-shadow: 0 0 2.5rem rgba(32,32,32,.4);
  box-shadow: 0 0 2.5rem rgba(32,32,32,.4)
}
.header__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.header__one,
.header__three,
.header__two {
  padding: 1.8rem 2rem
}
@media (min-width:768px) {
  .header__one,
  .header__three,
  .header__two {
    padding: 2.5rem 4rem
  }
}
.header__one {
  flex: 0 0 auto;
  width: auto;
  background: var(--blue-dark)
}
.header__two {
  flex: 1 0 0%;
  display: flex;
  align-items: center
}
@media (min-width:768px) {
  .header__two {
    padding-right: 2rem
  }
}
@media (min-width:992px) {
  .header__two {
    padding-right: 0
  }
}
.header__three {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: center;
  padding-left: 0
}
@media (min-width:1280px) {
  .header__three {
    padding-left: 2.5rem
  }
}
@media (min-width:1550px) {
  .header__three {
    padding-left: 3.5rem
  }
}
.header__list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0
}
@media (max-width:991px) {
  .header__list {
    width: 100%
  }
}
.header__list li {
  display: block;
  flex: 0 0 auto
}
.header__list li:not(:first-child) {
  margin-left: 1.5rem
}
@media (min-width:576px) {
  .header__list li:not(:first-child) {
    margin-left: 2rem
  }
}
@media (min-width:768px) {
  .header__list li:not(:first-child) {
    margin-left: 2.3rem
  }
}
@media (min-width:1280px) {
  .header__list li:not(:first-child) {
    margin-left: 2.5rem
  }
}
@media (min-width:1550px) {
  .header__list li:not(:first-child) {
    margin-left: 3.5rem
  }
}
.header__list li:first-child {
  flex: 1 0 0
}
.header__list li a,
.header__list li button {
  white-space: nowrap
}
@media (max-width:991px) {
  .header__list li a:not(.btn,button) {
    display: flex;
    background: var(--blue-dark);
    width: 4.5rem;
    height: 4.5rem;
    justify-content: center;
    align-items: center
  }
  .header__list li a:not(.btn,button) svg {
    position: absolute;
    fill: var(--white);
    transition: all .3s cubic-bezier(.5,0,.5,1)
  }
  .header__list li a:not(.btn,button):hover {
    background: var(--white);
    opacity: 1
  }
  .header__list li a:not(.btn,button):hover svg {
    fill: var(--blue-dark)
  }
}
@media (max-width:575px) {
  .header__list li a:not(.btn,button) {
    width: 3.5rem;
    height: 3.5rem
  }
}
.header a:not(.btn) {
  color: var(--white)
}
.header a:not(.btn):hover {
  color: var(--white);
  opacity: .6
}
.logo {
  display: block;
  transition: all .3s cubic-bezier(.5,0,.5,1);
  width: 10rem
}
@media (min-width:768px) {
  .logo {
    width: 13rem
  }
}
@media (min-width:1280px) {
  .logo {
    width: 16rem
  }
}
.logo img {
  width: 100%
}
.header--sticky .logo {
  width: 10rem
}
@media (min-width:768px) {
  .header--sticky .logo {
    width: 13rem
  }
}
.main {
  position: relative;
  background: var(--main-bg);
  padding-top: 8.8rem
}
@media (min-width:768px) {
  .main {
    padding-top: 11.8rem
  }
}
@media (min-width:1280px) {
  .main {
    padding-top: 13.3rem
  }
}
.main__overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: #0f1a23;
  z-index: 99999;
  transition: all .5s ease-out
}
.home .main {
  padding: 0
}
html.js-nav-active .main__overlay {
  opacity: .8;
  visibility: visible
}
.footer {
  position: relative;
  background: var(--body-bg);
  color: var(--grey);
  padding: 4rem;
  font-size: 1.2rem;
  font-weight: var(--medium)
}
@media (min-width:992px) {
  .footer {
    font-size: 1.3rem
  }
}
@media (min-width:1550px) {
  .footer {
    font-size: 1.4rem
  }
}
.footer__one {
  flex: 0 0 auto;
  width: 100%
}
@media (min-width:992px) {
  .footer__one {
    text-align: center
  }
}
.footer__two {
  flex: 0 0 auto;
  width: 100%
}
@media (max-width:991px) {
  .footer__two {
    margin-top: 2rem
  }
}
.footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem
}
@media (min-width:992px) {
  .footer ul {
    font-size: 1.5rem
  }
}
@media (min-width:1550px) {
  .footer ul {
    font-size: 1.6rem
  }
}
.footer ul li {
  display: block;
  font-weight: var(--medium)
}
@media (max-width:991px) {
  .footer ul li {
    display: block
  }
  .footer ul li:not(:last-child) {
    margin-bottom: 1rem
  }
}
@media (min-width:992px) {
  .footer ul li {
    display: inline-block
  }
  .footer ul li:not(:last-child) {
    margin-right: 1.6rem;
    margin-bottom: .5rem;
    margin-top: .5rem
  }
  .footer ul li:not(:last-child)::after {
    margin-left: 2rem;
    content: "|";
    color: var(--blue)
  }
}
.footer a {
  color: var(--grey);
  font-weight: var(--medium)
}
.footer a:focus-within,
.footer a:hover {
  opacity: .8
}
.footer .icon svg {
  fill: var(--blue)
}
@-webkit-keyframes navFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    visibility: hidden;
    display: none
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    display: block
  }
}
@-moz-keyframes navFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    visibility: hidden;
    display: none
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    display: block
  }
}
@-o-keyframes navFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    visibility: hidden;
    display: none
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    display: block
  }
}
@keyframes navFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    visibility: hidden;
    display: none
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    display: block
  }
}
@-webkit-keyframes navFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    display: block
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    visibility: hidden;
    display: none
  }
}
@-moz-keyframes navFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    display: block
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    visibility: hidden;
    display: none
  }
}
@-o-keyframes navFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    display: block
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    visibility: hidden;
    display: none
  }
}
@keyframes navFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    display: block
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    visibility: hidden;
    display: none
  }
}
html.js-nav-active {
  overflow: hidden
}
@media (max-width:991px) {
  html {
    scrollbar-width: none;
    -ms-overflow-style: none
  }
  html::-webkit-scrollbar {
    width: 0
  }
}
.navigation {
  position: fixed!important;
  left: -50rem;
  width: 50rem;
  max-width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  padding: 2rem;
  z-index: 999999;
  background-color: var(--blue-dark);
  transition: all .5s cubic-bezier(.5,0,.5,1)
}
@media (min-width:576px) {
  .navigation {
    padding: 4rem
  }
}
.navigation.opened {
  left: 0
}
.navigation__frame {
  position: relative;
  width: 100%;
  border-width: .2rem;
  border-style: solid;
  border-color: var(--blue-light);
  padding: 3.5rem;
  z-index: 2
}
@media (min-width:576px) {
  .navigation__frame {
    padding: 5rem
  }
}
.navigation__close {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 2rem;
  background: var(--blue-light);
  border-color: var(--blue-light);
  width: fit-content
}
.navigation__close:hover {
  opacity: .8
}
.navigation__scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none
}
.navigation__scroll::-webkit-scrollbar {
  display: none
}
.navigation ul {
  display: block;
  list-style: none;
  margin: 0
}
.navigation ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: left;
  align-items: center
}
.navigation ul li:before {
  display: none
}
.navigation ul li:not(:last-child) {
  margin-bottom: 2rem
}
.navigation ul li .dropdown-toggle {
  display: block;
  margin: 0 0 0 2rem
}
.navigation ul li a {
  display: block;
  font-weight: var(--regular);
  color: var(--white);
  line-height: 1.3
}
.navigation ul li ul {
  display: none;
  width: 100%;
  padding: 2.5rem 0 2rem
}
.navigation ul li ul.toggled {
  display: block
}
.navigation ul > li > a {
  font-size: 2.2rem
}
@media (min-width:992px) {
  .navigation ul > li > a {
    font-size: 2.5rem
  }
}
@media (min-width:1550px) {
  .navigation ul > li > a {
    font-size: 2.7rem
  }
}
.navigation ul > li.current-menu-item > a {
  color: var(--white)
}
.navigation ul > li.current-menu-ancestor > a {
  color: var(--white)
}
.navigation ul > li > ul > li > a {
  font-size: 1.7rem
}
@media (min-width:992px) {
  .navigation ul > li > ul > li > a {
    font-size: 1.8rem
  }
}
@media (min-width:1550px) {
  .navigation ul > li > ul > li > a {
    font-size: 1.9rem
  }
}
.navigation ul > li > ul > li.current-menu-item > a {
  color: var(--white)
}
.navigation ul > li > ul > li > ul > li > a {
  font-size: 1.3rem
}
@media (min-width:992px) {
  .navigation ul > li > ul > li > ul > li > a {
    font-size: 1.4rem
  }
}
@media (min-width:1550px) {
  .navigation ul > li > ul > li > ul > li > a {
    font-size: 1.5rem
  }
}
.navigation ul > li > ul > li > ul.current-menu-item > a {
  color: var(--white)
}
.dropdown-toggle {
  content: "";
  height: 3rem;
  width: 3rem;
  border: 0;
  color: var(--grey-light);
  background-color: var(--blue);
  padding: 0;
  margin: 0;
  font-style: normal;
  line-height: 1;
  transition: all .3s cubic-bezier(.5,0,.5,1);
  border-radius: .5rem;
  cursor: pointer;
  outline: 0
}
.dropdown-toggle::after {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 512' style='enable-background:new 0 0 448 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M240,32c0-17.7-14.3-32-32-32s-32,14.3-32,32v144H32c-17.7,0-32,14.3-32,32s14.3,32,32,32h144v144 c0,17.7,14.3,32,32,32s32-14.3,32-32V240h144c17.7,0,32-14.3,32-32s-14.3-32-32-32H240V32z'/%3E%3C/svg%3E")
}
.dropdown-toggle.toggled::after {
  width: 1.4rem;
  height: 1.4rem;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 512' style='enable-background:new 0 0 448 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M432,256c0,17.7-14.3,32-32,32H48c-17.7,0-32-14.3-32-32s14.3-32,32-32h352C417.7,224,432,238.3,432,256z'/%3E%3C/svg%3E%0A")
}
.burger {
  position: relative;
  display: inline-block;
  border: 0;
  cursor: pointer;
  transition: opacity .3s cubic-bezier(.5,0,.5,1)
}
.burger:hover {
  opacity: .6
}
.burger .icon {
  margin: -.8rem 0 0 1rem
}
.burger .icon svg {
  fill: var(--white)
}
.burger__inner,
.burger__inner::after,
.burger__inner::before {
  position: absolute;
  display: block;
  width: 2.7rem;
  height: .3rem;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: var(--white)
}
.burger__inner {
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-duration: 75ms
}
.burger__inner::after,
.burger__inner::before {
  display: block;
  content: ""
}
.burger__inner::before {
  top: -10px;
  transition: top 75ms ease .12s,opacity 75ms ease
}
.burger__inner::after {
  bottom: -10px;
  transition: bottom 75ms ease .12s;
  -webkit-transform: 75ms cubic-bezier(.55,.055,.675,.19);
  -ms-transform: 75ms cubic-bezier(.55,.055,.675,.19);
  transform: 75ms cubic-bezier(.55,.055,.675,.19)
}
.banner {
  position: relative;
  padding: 2rem 2rem 0
}
@media (min-width:768px) {
  .banner {
    padding: 4rem 4rem 0
  }
}
.banner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: var(--grey-light);
  opacity: .9;
  z-index: 0
}
@media (min-width:992px) {
  .banner::after {
    width: calc(50% + 8rem + 8rem)
  }
}
.banner__frame {
  position: relative;
  border-width: .2rem .2rem 0;
  border-style: solid;
  border-color: var(--blue-alt);
  z-index: 1
}
@media (min-width:992px) {
  .banner__frame {
    padding-bottom: 2rem
  }
}
@media (min-width:992px) and (min-width:768px) {
  .banner__frame {
    padding-bottom: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .banner__frame {
    padding-bottom: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .banner__frame {
    padding-bottom: 8rem
  }
}
.banner__row {
  display: flex;
  flex-wrap: wrap
}
.banner__one {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  flex: 0 0 auto;
  width: 100%;
  align-self: center
}
@media (min-width:768px) {
  .banner__one {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem
  }
}
@media (min-width:992px) {
  .banner__one {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    flex: 0 0 auto;
    width: 58.3333333333%
  }
}
@media (min-width:992px) and (min-width:768px) {
  .banner__one {
    padding-top: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .banner__one {
    padding-top: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .banner__one {
    padding-top: 8rem
  }
}
@media (min-width:992px) and (min-width:768px) {
  .banner__one {
    padding-left: 4rem;
    padding-right: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .banner__one {
    padding-left: 6rem;
    padding-right: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .banner__one {
    padding-left: 8rem;
    padding-right: 8rem
  }
}
@media (min-width:1190px) {
  .banner__one {
    flex: 0 0 auto;
    width: 50%
  }
}
.banner__two {
  flex: 0 0 auto;
  width: 100%
}
@media (min-width:992px) {
  .banner__two {
    flex: 1 0 0%
  }
}
@media (max-width:991px) {
  .banner__two {
    padding-top: 4rem
  }
}
@media (max-width:767px) {
  .banner__two {
    padding-top: 3rem
  }
}
.banner__media {
  position: relative;
  height: 50vw;
  min-height: 20rem;
  overflow: hidden;
  padding: 0 3rem 3rem
}
@media (max-width:767px) {
  .banner__media {
    padding: 0 2rem 3rem
  }
}
@media (min-width:992px) {
  .banner__media {
    height: 100%;
    min-height: 25vw;
    padding: 0;
    border-radius: 0 0 0 7rem
  }
}
.banner__media img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%
}
@media (max-width:991px) {
  .banner__media img {
    border-radius: 0 0 0 4rem
  }
}
@media (min-width:1280px) {
  .banner__media img {
    position: absolute;
    top: 0;
    left: 0
  }
}
.banner__title {
  color: var(--blue-dark);
  margin-top: 0
}
.banner__title::after {
  display: block;
  content: "";
  width: 4rem;
  height: .4rem;
  background: var(--blue-light);
  margin-top: 2rem
}
@media (min-width:992px) {
  .banner__title::after {
    width: 5.2rem;
    height: .7rem;
    margin-top: 3rem
  }
}
.banner__intro {
  font-size: 1.7rem;
  margin: 2.5rem 0 0;
  color: var(--blue-dark);
  font-weight: var(--regular)
}
@media (min-width:992px) {
  .banner__intro {
    font-size: 1.9rem
  }
}
@media (min-width:1550px) {
  .banner__intro {
    font-size: 2.1rem
  }
}
@media (min-width:576px) {
  .banner__intro {
    margin: 4rem 0 0
  }
}
.banner__meta {
  list-style: none;
  margin: 0 0 3.5rem 0
}
.banner__categories {
  list-style: none;
  margin: 0
}
.banner__categories li a {
  background: var(--blue-light);
  padding: 1rem 1.8rem;
  font-size: 1.1rem;
  border-radius: 0 1.5rem 0 0
}
@media (min-width:992px) {
  .banner__categories li a {
    font-size: 1.3rem
  }
}
@media (min-width:1550px) {
  .banner__categories li a {
    font-size: 1.5rem
  }
}
.banner__categories li a:hover {
  background: var(--blue);
  color: var(--white)
}
.banner__date {
  font-size: 85%;
  display: none
}
.breadcrumb {
  color: #7a9bbc;
  font-weight: var(--medium);
  font-size: 1.6rem
}
@media (min-width:992px) {
  .breadcrumb {
    font-size: 1.7rem
  }
}
@media (min-width:1550px) {
  .breadcrumb {
    font-size: 1.8rem
  }
}
.breadcrumb .icon--arrow {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 228 389' style='enable-background:new 0 0 228 389;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CAD6E1;%7D%0A%3C/style%3E%3Cpath class='st0' d='M216.6,171.9c12.5,12.5,12.5,32.8,0,45.3l-160,160c-12.5,12.5-32.8,12.5-45.3,0s-12.5-32.8,0-45.3l137.4-137.4 L11.4,57.1c-12.5-12.5-12.5-32.8,0-45.3s32.8-12.5,45.3,0l160,160L216.6,171.9z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1rem;
  display: inline-block;
  margin: 0 .8rem;
  vertical-align: baseline;
  position: relative;
  top: .2rem
}
.article {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem
}
@media (min-width:768px) {
  .article {
    padding-left: 4rem;
    padding-right: 4rem
  }
}
.article--grey {
  background: var(--grey-light)
}
.article--blue {
  background: var(--blue)
}
.article--accordion .cell-row {
  border-radius: 0 0 4rem 0
}
@media (min-width:992px) {
  .article--accordion .cell-row {
    border-radius: 7rem 0 7rem 0
  }
}
.article__frame {
  border-width: 0 .2rem;
  border-style: solid;
  border-color: var(--blue-alt);
  padding: 3rem 2rem
}
@media (min-width:768px) {
  .article__frame {
    padding: 3rem
  }
}
@media (min-width:992px) {
  .article__frame {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem
  }
}
@media (min-width:992px) and (min-width:768px) {
  .article__frame {
    padding-left: 4rem;
    padding-right: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .article__frame {
    padding-left: 6rem;
    padding-right: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .article__frame {
    padding-left: 8rem;
    padding-right: 8rem
  }
}
@media (min-width:992px) and (min-width:768px) {
  .article__frame {
    padding-top: 4rem;
    padding-bottom: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .article__frame {
    padding-top: 6rem;
    padding-bottom: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .article__frame {
    padding-top: 8rem;
    padding-bottom: 8rem
  }
}
.article h1::after,
.article h2::after,
.article h3::after {
  display: block;
  content: "";
  width: 4rem;
  height: .4rem;
  background: var(--blue-light);
  margin-top: 2rem
}
@media (min-width:992px) {
  .article h1::after,
  .article h2::after,
  .article h3::after {
    width: 5.2rem;
    height: .7rem;
    margin-top: 3rem
  }
}
.article h1,
.article h2,
.article h3,
.article h5 {
  color: var(--blue-dark)
}
.article ul {
  list-style: none;
  padding-left: 2rem
}
@media (min-width:992px) {
  .article ul {
    padding-left: 4rem
  }
}
.article ul li {
  position: relative;
  margin: 0
}
.article ul li::marker {
  display: none
}
.article ul li:not(:last-child) {
  margin-bottom: 1.5rem
}
.article ul li::before {
  position: absolute;
  left: -2rem;
  top: 1.1rem;
  display: block;
  content: "";
  width: .6rem;
  height: .6rem;
  background: var(--blue-alt);
  border-radius: 50%
}
@media (min-width:992px) {
  .article ul li::before {
    top: 1.2rem;
    left: -4rem;
    width: .8rem;
    height: .8rem
  }
}
.article ol {
  padding-left: 6rem;
  counter-reset: custom-counter;
  list-style: none
}
@media (min-width:992px) {
  .article ol {
    padding-left: 4rem
  }
}
.article ol li {
  position: relative;
  margin: 0;
  counter-increment: custom-counter
}
.article ol li::marker {
  display: none
}
.article ol li:not(:last-child) {
  margin-bottom: 1.5rem
}
.article ol li::before {
  position: absolute;
  left: -6rem;
  top: 0;
  display: block;
  content: counter(custom-counter) ".";
  font-weight: var(--bold);
  color: var(--blue-alt)
}
@media (min-width:992px) {
  .article ol li::before {
    left: -4rem
  }
}
.loop {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-top: -4rem!important
}
@media (min-width:992px) {
  .loop {
    margin-right: -2rem;
    margin-left: -2rem
  }
}
.loop__item {
  flex: 0 0 auto;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 4rem
}
@media (min-width:680px) {
  .loop__item {
    flex: 0 0 auto;
    width: 50%
  }
}
@media (min-width:992px) {
  .loop__item {
    padding-right: 2rem;
    padding-left: 2rem
  }
}
.post {
  display: block;
  background: var(--grey-light);
  color: var(--blue);
  font-weight: var(--light);
  height: 100%;
  transition: all .5s cubic-bezier(.5,0,.5,1)
}
.post__row {
  display: flex;
  flex-wrap: wrap;
  height: 100%
}
@media (max-width:1279px) {
  .post__row {
    flex-direction: column
  }
}
.post__one {
  flex: 0 0 auto;
  width: 100%
}
@media (max-width:1279px) {
  .post__one {
    max-height: 24vw
  }
}
@media (max-width:991px) {
  .post__one {
    max-height: 40vw
  }
}
@media (max-width:767px) {
  .post__one {
    max-height: 55vw
  }
}
@media (min-width:1280px) {
  .post__one {
    flex: 0 0 auto;
    width: 41.6666666667%
  }
}
.post__two {
  flex: 1 0 0%
}
.post img {
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.post .btn {
  margin-top: 0;
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue)
}
.post__body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}
@media (min-width:992px) {
  .post__body {
    padding: 4rem
  }
}
.post__link {
  margin-bottom: 1rem;
  display: inline-block
}
.post__heading {
  line-height: 1.2;
  margin-bottom: 2rem;
  font-size: 2.3rem;
  font-weight: var(--regular)
}
@media (min-width:992px) {
  .post__heading {
    font-size: 2.8rem
  }
}
@media (min-width:1550px) {
  .post__heading {
    font-size: 3rem
  }
}
.post:is(a):focus-within,
.post:is(a):hover {
  color: var(--white);
  background: var(--blue)
}
.post:is(a):focus-within .btn,
.post:is(a):hover .btn {
  color: var(--blue);
  background: var(--blue-light);
  border-color: var(--blue-light)
}
.post:is(a):focus-within .btn:focus-within,
.post:is(a):focus-within .btn:hover,
.post:is(a):hover .btn:focus-within,
.post:is(a):hover .btn:hover {
  color: var(--blue);
  background: var(--white);
  border-color: var(--white)
}
.post__categories {
  list-style: none;
  margin: 0 0 3rem 0
}
.post__categories li a {
  background: var(--blue-light);
  padding: 1rem 1.5rem;
  font-size: 1rem;
  border-radius: 0 1.5rem 0 0
}
@media (min-width:992px) {
  .post__categories li a {
    font-size: 1.2rem
  }
}
@media (min-width:1550px) {
  .post__categories li a {
    font-size: 1.3rem
  }
}
.post__categories li a:hover {
  background: var(--blue);
  color: var(--white)
}
.post__summary {
  font-size: 1.6rem;
  font-weight: var(--regular);
  line-height: 1.4
}
@media (min-width:992px) {
  .post__summary {
    font-size: 1.7rem
  }
}
@media (min-width:1550px) {
  .post__summary {
    font-size: 1.9rem
  }
}
.post .btn {
  margin-top: 3rem
}
.post .btn:focus-within,
.post .btn:hover {
  color: var(--blue);
  background: var(--blue-light);
  border-color: var(--blue-light)
}
.split {
  position: relative;
  background: var(--white);
  padding: 0 2rem
}
@media (min-width:768px) {
  .split {
    padding: 0 4rem
  }
}
.split::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: var(--grey-light);
  opacity: .9;
  z-index: 0
}
@media (min-width:1190px) {
  .split::after {
    width: calc(50% + 8rem + 8rem)
  }
}
.split__frame {
  position: relative;
  border-width: 0 .2rem;
  border-style: solid;
  border-color: var(--blue-alt);
  z-index: 1
}
.split--frame-top {
  padding-top: 3rem
}
@media (min-width:768px) {
  .split--frame-top {
    padding-top: 3rem
  }
}
@media (min-width:992px) {
  .split--frame-top {
    padding-top: 4rem
  }
}
.split--frame-top .split__frame {
  border-top: .2rem solid var(--blue-alt)
}
.split--frame-bottom {
  padding-bottom: 3rem
}
@media (min-width:768px) {
  .split--frame-bottom {
    padding-bottom: 3rem
  }
}
@media (min-width:992px) {
  .split--frame-bottom {
    padding-bottom: 4rem
  }
}
.split--frame-bottom .split__frame {
  border-bottom: .2rem solid var(--blue-alt)
}
@media (min-width:1190px) {
  .split--top .split__frame {
    padding-top: 2rem
  }
}
@media (min-width:1190px) and (min-width:768px) {
  .split--top .split__frame {
    padding-top: 4rem
  }
}
@media (min-width:1190px) and (min-width:1280px) {
  .split--top .split__frame {
    padding-top: 6rem
  }
}
@media (min-width:1190px) and (min-width:1550px) {
  .split--top .split__frame {
    padding-top: 8rem
  }
}
.split--bottom .split__frame {
  padding-bottom: 3rem
}
@media (min-width:992px) {
  .split--bottom .split__frame {
    padding-bottom: 2rem
  }
}
@media (min-width:992px) and (min-width:768px) {
  .split--bottom .split__frame {
    padding-bottom: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .split--bottom .split__frame {
    padding-bottom: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .split--bottom .split__frame {
    padding-bottom: 8rem
  }
}
.split--left::after {
  left: 0
}
.split--left .split__one {
  order: 2
}
.split--left .split__two {
  order: 1
}
@media (min-width:1190px) {
  .split--left .split__media {
    border-radius: 0 0 0 7rem
  }
}
.split--right::after {
  right: 0
}
.split--right .split__one {
  order: 2
}
@media (min-width:1190px) {
  .split--right .split__one {
    order: 1
  }
}
.split--right .split__two {
  order: 1
}
@media (min-width:1190px) {
  .split--right .split__two {
    order: 2
  }
}
@media (min-width:1190px) {
  .split--right .split__media {
    border-radius: 0 0 7rem 0
  }
}
.split__row {
  display: flex;
  flex-wrap: wrap
}
.split__one {
  flex: 0 0 auto;
  width: 100%
}
@media (min-width:1190px) {
  .split__one {
    flex: 1 0 0%
  }
}
.split__two {
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  flex: 0 0 auto;
  width: 100%;
  align-self: center
}
@media (min-width:768px) {
  .split__two {
    padding-left: 3rem;
    padding-right: 3rem
  }
}
@media (min-width:992px) {
  .split__two {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem
  }
}
@media (min-width:992px) and (min-width:768px) {
  .split__two {
    padding-left: 4rem;
    padding-right: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .split__two {
    padding-left: 6rem;
    padding-right: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .split__two {
    padding-left: 8rem;
    padding-right: 8rem
  }
}
@media (min-width:992px) and (min-width:768px) {
  .split__two {
    padding-bottom: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .split__two {
    padding-bottom: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .split__two {
    padding-bottom: 8rem
  }
}
@media (min-width:1190px) {
  .split__two {
    flex: 0 0 auto;
    width: 50%;
    padding-top: 2rem
  }
}
@media (min-width:1190px) and (min-width:768px) {
  .split__two {
    padding-top: 4rem
  }
}
@media (min-width:1190px) and (min-width:1280px) {
  .split__two {
    padding-top: 6rem
  }
}
@media (min-width:1190px) and (min-width:1550px) {
  .split__two {
    padding-top: 8rem
  }
}
.split__content {
  padding: 3rem 0 0
}
@media (min-width:768px) {
  .split__content {
    padding: 3rem 0 0
  }
}
@media (min-width:992px) {
  .split__content {
    padding: 6rem 3rem 3rem
  }
}
@media (min-width:1190px) {
  .split__content {
    padding: 4rem
  }
}
.split__media {
  position: relative;
  height: 50vw;
  min-height: 20rem;
  overflow: hidden;
  padding: 0 2rem
}
@media (min-width:768px) {
  .split__media {
    padding: 0 3rem
  }
}
@media (min-width:1190px) {
  .split__media {
    height: 100%;
    min-height: 25vw;
    padding: 0;
    border-radius: 0 0 0 7rem
  }
}
.split__media img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 4rem
}
@media (min-width:992px) {
  .split__media img {
    border-radius: 0 0 0 7rem
  }
}
@media (min-width:1190px) {
  .split__media img {
    border-radius: 0
  }
}
@media (min-width:1280px) {
  .split__media img {
    position: absolute;
    top: 0;
    left: 0
  }
}
.split h1::after,
.split h2::after,
.split h3::after {
  display: block;
  content: "";
  width: 4rem;
  height: .4rem;
  background: var(--blue-light);
  margin-top: 2rem
}
@media (min-width:992px) {
  .split h1::after,
  .split h2::after,
  .split h3::after {
    width: 5.2rem;
    height: .7rem;
    margin-top: 3rem
  }
}
.split h1,
.split h2,
.split h3,
.split h5 {
  color: var(--blue-dark)
}
.split--accordion::after {
  display: none
}
.split--accordion .split__one {
  align-self: center
}
.split.split--left.split--accordion .split__one {
  padding: 0 2rem
}
@media (min-width:768px) {
  .split.split--left.split--accordion .split__one {
    padding: 0 3rem
  }
}
@media (min-width:1190px) {
  .split.split--left.split--accordion .split__one {
    padding: 0 4rem
  }
}
@media (min-width:1190px) {
  .split.split--left.split--accordion .split__one {
    padding-left: 0;
    padding-right: 2rem
  }
}
@media (min-width:1190px) and (min-width:768px) {
  .split.split--left.split--accordion .split__one {
    padding-right: 4rem
  }
}
@media (min-width:1190px) and (min-width:1280px) {
  .split.split--left.split--accordion .split__one {
    padding-right: 6rem
  }
}
@media (min-width:1190px) and (min-width:1550px) {
  .split.split--left.split--accordion .split__one {
    padding-right: 8rem
  }
}
.split.split--left.split--accordion .split__accordion {
  padding: 0 0 3rem
}
@media (min-width:768px) {
  .split.split--left.split--accordion .split__accordion {
    padding: 0 0 4rem
  }
}
@media (min-width:992px) {
  .split.split--left.split--accordion .split__accordion {
    padding: 0 0 7rem
  }
}
@media (min-width:1190px) {
  .split.split--left.split--accordion .split__accordion {
    padding: 0 5rem 0 0
  }
}
.split.split--right.split--accordion .split__one {
  padding-left: 2rem
}
@media (min-width:768px) {
  .split.split--right.split--accordion .split__one {
    padding-left: 4rem
  }
}
@media (min-width:1280px) {
  .split.split--right.split--accordion .split__one {
    padding-left: 6rem
  }
}
@media (min-width:1550px) {
  .split.split--right.split--accordion .split__one {
    padding-left: 8rem
  }
}
@media (max-width:1189px) {
  .split.split--right.split--accordion .split__one {
    padding-right: 2rem
  }
}
@media (max-width:1189px) and (min-width:768px) {
  .split.split--right.split--accordion .split__one {
    padding-right: 4rem
  }
}
@media (max-width:1189px) and (min-width:1280px) {
  .split.split--right.split--accordion .split__one {
    padding-right: 6rem
  }
}
@media (max-width:1189px) and (min-width:1550px) {
  .split.split--right.split--accordion .split__one {
    padding-right: 8rem
  }
}
@media (min-width:1190px) {
  .split.split--right.split--accordion .split__accordion {
    padding-left: 5rem
  }
}
.team {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem
}
@media (min-width:768px) {
  .team {
    padding-left: 4rem;
    padding-right: 4rem
  }
}
.team__frame {
  border-width: 0 .2rem;
  border-style: solid;
  border-color: var(--blue-alt);
  padding: 2rem 3rem
}
@media (min-width:768px) {
  .team__frame {
    padding: 3rem
  }
}
@media (min-width:992px) {
  .team__frame {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem
  }
}
@media (min-width:992px) and (min-width:768px) {
  .team__frame {
    padding-left: 4rem;
    padding-right: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .team__frame {
    padding-left: 6rem;
    padding-right: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .team__frame {
    padding-left: 8rem;
    padding-right: 8rem
  }
}
@media (min-width:992px) and (min-width:768px) {
  .team__frame {
    padding-top: 4rem;
    padding-bottom: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .team__frame {
    padding-top: 6rem;
    padding-bottom: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .team__frame {
    padding-top: 8rem;
    padding-bottom: 8rem
  }
}
.team__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-right: -1rem;
  margin-left: -1rem
}
@media (min-width:992px) {
  .team__row {
    margin-top: -2rem;
    margin-bottom: -2rem;
    margin-right: -2rem;
    margin-left: -2rem
  }
}
.team__heading {
  margin-bottom: 2rem;
  color: var(--blue)
}
@media (min-width:768px) {
  .team__heading {
    margin-bottom: 3rem
  }
}
@media (min-width:992px) {
  .team__heading {
    margin-bottom: 4rem
  }
}
@media (min-width:1190px) {
  .team__heading {
    margin-bottom: 5rem
  }
}
.team__heading:not(:first-of-type) {
  border-top: .3rem solid var(--blue-light);
  padding-top: 2rem
}
@media (min-width:768px) {
  .team__heading:not(:first-of-type) {
    margin-top: 3rem
  }
}
@media (min-width:992px) {
  .team__heading:not(:first-of-type) {
    margin-top: 4rem
  }
}
@media (min-width:1190px) {
  .team__heading:not(:first-of-type) {
    margin-top: 5rem
  }
}
.member {
  flex: 0 0 auto;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 1rem
}
@media (min-width:576px) {
  .member {
    flex: 0 0 auto;
    width: 50%
  }
}
@media (min-width:992px) {
  .member {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
    padding-left: 2rem
  }
}
@media (min-width:1190px) {
  .member {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
}
@media (min-width:1550px) {
  .member {
    flex: 0 0 auto;
    width: 25%
  }
}
.member__body {
  background: var(--blue-dark);
  color: var(--white);
  padding: 2rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.6rem;
  line-height: 1.4
}
@media (min-width:992px) {
  .member__body {
    font-size: 1.7rem
  }
}
@media (min-width:1550px) {
  .member__body {
    font-size: 1.8rem
  }
}
@media (min-width:375px) {
  .member__body {
    padding: 3rem
  }
}
@media (min-width:992px) {
  .member__body {
    padding: 4rem
  }
}
.member [data-open] {
  cursor: pointer
}
.member__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.member__edit {
  display: block;
  margin-top: 2rem;
  width: fit-content
}
.member__heading {
  margin-bottom: 1.5rem;
  font-size: 2.3rem;
  font-weight: var(--regular)
}
@media (min-width:992px) {
  .member__heading {
    font-size: 2.6rem
  }
}
@media (min-width:1550px) {
  .member__heading {
    font-size: 2.9rem
  }
}
.member__job {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem
}
.member__gdc {
  margin-top: 1.2rem
}
.member a:not(.btn) {
  color: var(--blue-light)
}
.member a:not(.btn):focus-within,
.member a:not(.btn):hover {
  opacity: .6
}
html.slideout-active {
  overflow: hidden
}
.slideout {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  visibility: hidden;
  opacity: 0;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.slideout__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background: #0f1a23;
  visibility: hidden;
  opacity: 0;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.slideout__row {
  display: flex;
  height: 100%;
  justify-content: flex-end
}
.slideout__body {
  position: relative;
  display: block;
  width: 100%;
  max-width: 60rem;
  overflow-y: scroll;
  background: var(--white);
  padding: 2rem 3rem 8rem;
  margin: 0 0 0 2rem;
  z-index: 2;
  right: -100%;
  font-size: 1.6rem;
  transition: right .7s cubic-bezier(.5,0,.5,1)
}
@media (min-width:992px) {
  .slideout__body {
    font-size: 1.7rem
  }
}
@media (min-width:1550px) {
  .slideout__body {
    font-size: 1.8rem
  }
}
@media (min-width:768px) {
  .slideout__body {
    padding: 4rem
  }
}
.slideout__media {
  max-width: 28rem;
  width: 100%;
  overflow: hidden;
  margin: 0 auto
}
@media (min-width:992px) {
  .slideout__media {
    max-width: 35rem
  }
}
.slideout__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.slideout__meta {
  font-size: 1.4rem;
  border-top: .3rem solid var(--blue-light);
  border-bottom: .3rem solid var(--blue-light);
  padding: 3rem 0;
  margin: 3rem 0
}
@media (min-width:992px) {
  .slideout__meta {
    font-size: 1.5rem
  }
}
@media (min-width:1550px) {
  .slideout__meta {
    font-size: 1.6rem
  }
}
.slideout__heading {
  margin-bottom: 1.2rem;
  font-weight: var(--regular);
  color: var(--blue)
}
.slideout__job {
  color: var(--blue);
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  font-size: 1.7rem;
  font-weight: var(--medium)
}
@media (min-width:992px) {
  .slideout__job {
    font-size: 1.8rem
  }
}
@media (min-width:1550px) {
  .slideout__job {
    font-size: 1.9rem
  }
}
.slideout__gdc {
  margin-top: 1.2rem
}
.slideout a:not(.btn) {
  color: var(--blue)
}
.slideout a:not(.btn):focus-within,
.slideout a:not(.btn):hover {
  opacity: .6
}
.slideout__close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: var(--blue-dark);
  line-height: 1;
  padding: 1rem 1.4rem 1.2rem;
  z-index: 1;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.slideout__close svg {
  fill: var(--white);
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.slideout__close:focus-within,
.slideout__close:hover {
  background: var(--blue-light)
}
.slideout__close:focus-within svg,
.slideout__close:hover svg {
  fill: var(--blue-dark)
}
.slideout.active {
  visibility: visible;
  opacity: 1
}
.slideout.active .slideout__backdrop {
  visibility: visible;
  opacity: .8
}
.slideout.active .slideout__body {
  right: 0
}
html.js-dialog-active {
  overflow: hidden
}
#videoToggle {
  cursor: pointer
}
.dialog {
  position: fixed;
  padding: 2rem;
  height: 100vh;
  width: 100%;
  display: flex;
  left: 0;
  top: 0;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.dialog__overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--black);
  opacity: 0;
  cursor: pointer
}
.dialog__inner {
  position: relative;
  width: 100rem;
  max-width: 100%;
  z-index: 5
}
.dialog iframe,
.dialog video {
  position: relative;
  z-index: 10;
  box-shadow: 0 0 19px rgba(0,0,0,.16);
  width: 100%;
  height: auto;
  max-height: 85vh;
  display: block
}
.dialog video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.dialog__close {
  background-color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  border-radius: 100%;
  border: .3rem solid var(--black);
  padding: 0;
  transition: all .3s cubic-bezier(.5,0,.5,1);
  z-index: 150
}
.dialog__close .icon svg {
  display: block;
  fill: var(--black);
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.dialog__close:focus-within,
.dialog__close:hover {
  background-color: var(--black)
}
.dialog__close:focus-within .icon svg,
.dialog__close:hover .icon svg {
  fill: var(--white)
}
.dialog--active {
  opacity: 1;
  visibility: visible
}
.dialog--active .dialog__overlay {
  opacity: .9
}
.location {
  padding: 0 2rem 2rem;
  background: var(--blue-dark);
  color: var(--white)
}
@media (min-width:768px) {
  .location {
    padding: 0 4rem 4rem
  }
}
.location__frame {
  border-width: 0 .2rem .2rem;
  border-style: solid;
  border-color: var(--blue-alt)
}
.location__row {
  display: flex;
  flex-wrap: wrap
}
.location__one {
  padding: 3rem 2rem;
  flex: 0 0 auto;
  width: 100%
}
@media (min-width:768px) {
  .location__one {
    padding: 3rem
  }
}
@media (min-width:992px) {
  .location__one {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    flex: 0 0 auto;
    width: 50%
  }
}
@media (min-width:992px) and (min-width:768px) {
  .location__one {
    padding-left: 4rem;
    padding-right: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .location__one {
    padding-left: 6rem;
    padding-right: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .location__one {
    padding-left: 8rem;
    padding-right: 8rem
  }
}
@media (min-width:992px) and (min-width:768px) {
  .location__one {
    padding-top: 4rem;
    padding-bottom: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .location__one {
    padding-top: 6rem;
    padding-bottom: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .location__one {
    padding-top: 8rem;
    padding-bottom: 8rem
  }
}
@media (min-width:1190px) {
  .location__one {
    flex: 0 0 auto;
    width: 50%
  }
}
.location__two {
  flex: 0 0 auto;
  width: 100%;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem
}
@media (min-width:768px) {
  .location__two {
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem
  }
}
@media (min-width:992px) {
  .location__two {
    padding-left: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
    flex: 1 0 0%
  }
}
@media (min-width:992px) and (min-width:768px) {
  .location__two {
    padding-top: 4rem;
    padding-bottom: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .location__two {
    padding-top: 6rem;
    padding-bottom: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .location__two {
    padding-top: 8rem;
    padding-bottom: 8rem
  }
}
@media (min-width:992px) and (min-width:768px) {
  .location__two {
    padding-right: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .location__two {
    padding-right: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .location__two {
    padding-right: 8rem
  }
}
.location ul:not(.location__social) {
  margin: 2.5rem 0
}
.location ul:not(.location__social):first-child {
  margin-top: 0
}
.location ul:not(.location__social):last-child {
  margin-bottom: 0
}
.location address {
  display: inline-block;
  font-weight: var(--light)
}
.location a:not(.location__icon,.btn) {
  color: var(--white)
}
.location a:not(.location__icon,.btn):hover {
  color: var(--white);
  opacity: .6
}
.location__icon {
  display: flex;
  background: var(--blue-alt);
  width: 5rem;
  height: 5rem;
  justify-content: center;
  align-items: center
}
.location__icon svg {
  fill: var(--white)
}
.location__icon:hover {
  background: var(--blue-alt);
  opacity: .6
}
.location__affiliated {
  display: flex;
  flex-direction: column;
  align-items: flex-end
}
@media (max-width:575px) {
  .location__affiliated {
    padding-top: 2rem;
    flex-direction: row
  }
}
@media (min-width:1190px) {
  .location__affiliated {
    justify-content: space-between
  }
}
.location__social {
  list-style: none;
  padding: 2rem 0 0;
  margin: 0;
  display: flex
}
@media (min-width:576px) {
  .location__social {
    padding: 0
  }
}
@media (min-width:576px) {
  .location__social {
    justify-content: flex-end
  }
}
.location__social li {
  display: block
}
.location__social li:not(:last-child) {
  margin-right: 2rem
}
.location__media img {
  margin: 0;
  width: 8rem;
  height: auto
}
@media (min-width:576px) {
  .location__media img {
    width: 9rem
  }
}
@media (min-width:1190px) {
  .location__media img {
    width: 11.5rem
  }
}
.location__map {
  height: 50vw;
  min-height: 30rem;
  border-radius: 4rem 0 0 0
}
@media (min-width:992px) {
  .location__map {
    height: 100%;
    border-radius: 7rem 0 0 0
  }
}
.landing {
  position: relative;
  z-index: 9999;
  padding: 2rem;
  color: var(--white);
  background-color: var(--blue-dark);
  font-size: 1.6rem
}
@media (min-width:992px) {
  .landing {
    font-size: 1.7rem
  }
}
@media (min-width:1550px) {
  .landing {
    font-size: 2rem
  }
}
@media (min-width:768px) {
  .landing {
    padding: 4rem
  }
}
.landing video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0
}
.landing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: var(--blue-dark);
  opacity: .9;
  z-index: 1
}
.landing__frame {
  position: relative;
  border-width: .2rem;
  border-style: solid;
  border-color: var(--blue-light);
  z-index: 2
}
.landing__row {
  display: flex;
  justify-content: space-between
}
@media (max-width:1179px) {
  .landing__row {
    flex-wrap: wrap
  }
}
.landing__one,
.landing__three,
.landing__two {
  display: flex
}
.landing__one,
.landing__three {
  flex: 0 0 auto;
  width: 100%
}
@media (min-width:576px) {
  .landing__one,
  .landing__three {
    width: auto
  }
}
@media (min-width:1180px) {
  .landing__one,
  .landing__three {
    width: 25vw
  }
}
.landing__one {
  flex-direction: column-reverse;
  order: 2
}
@media (min-width:1180px) {
  .landing__one {
    order: 1;
    min-height: 100vh
  }
}
.landing__one .landing__media {
  border-radius: 0 0 7rem 0
}
.landing__one .landing__text {
  padding: 0 3rem 0
}
@media (min-width:576px) {
  .landing__one .landing__text {
    padding: 4rem 4rem 0 0
  }
}
@media (min-width:768px) {
  .landing__one .landing__text {
    padding: 8rem 8rem 0 0
  }
}
@media (min-width:1180px) {
  .landing__one .landing__text {
    padding: 8rem 0 4rem 4rem
  }
}
.landing__two {
  flex: 0 0 auto;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  order: 3
}
@media (min-width:1180px) {
  .landing__two {
    width: 38vw;
    min-height: 100vh;
    order: 2
  }
}
@media (min-width:1550px) {
  .landing__two {
    width: 35vw
  }
}
.landing__two .landing__text {
  padding: 4rem 3rem
}
@media (min-width:576px) {
  .landing__two .landing__text {
    padding: 5rem 4rem 4rem
  }
}
@media (min-width:768px) {
  .landing__two .landing__text {
    padding: 8rem
  }
}
@media (min-width:1180px) {
  .landing__two .landing__text {
    padding: 4rem
  }
}
@media (min-width:1280px) {
  .landing__two .landing__text {
    padding: 6rem
  }
}
@media (min-width:1550px) {
  .landing__two .landing__text {
    padding: 8rem
  }
}
.landing__two .btn {
  width: 100%;
  border-radius: 3rem 0 0 0;
  margin-bottom: 1rem;
}
.landing__two .btn:nth-of-type(3) {
  margin: 1rem 0 1rem 0;
  border-radius: 0;
}
.landing__two .btn:nth-of-type(4) {
  margin: 1rem 0 1rem 0;
  border-radius: 0 0 3rem 0;
}
.landing__three {
  flex-direction: column;
  order: 1
}
@media (min-width:1180px) {
  .landing__three {
    order: 3;
    text-align: right
  }
}
.landing__three .landing__media {
  border-radius: 7rem 0 0 0
}
.landing__three .landing__text {
  padding: 4rem 3rem 0
}
@media (min-width:576px) {
  .landing__three .landing__text {
    padding: 4rem 0 0 4rem
  }
}
@media (min-width:768px) {
  .landing__three .landing__text {
    padding: 8rem 0 0 8rem
  }
}
@media (min-width:1180px) {
  .landing__three .landing__text {
    padding: 4rem 4rem 8rem 0
  }
}
.landing__media {
  position: relative;
  flex: 1 0 0;
  overflow: hidden
}
@media (max-width:1179px) {
  .landing__media {
    display: none
  }
}
.landing__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.landing__picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  margin: 0
}
.landing__logo {
  display: block;
  width: 21rem
}
.landing__logo::after {
  display: block;
  content: "";
  width: 4rem;
  height: .4rem;
  background: var(--blue-light);
  margin-top: 2rem
}
@media (min-width:992px) {
  .landing__logo::after {
    width: 5.2rem;
    height: .7rem;
    margin-top: 3rem
  }
}
@media (min-width:576px) {
  .landing__logo {
    width: 25rem
  }
}
@media (min-width:768px) {
  .landing__logo {
    width: 32vw;
    min-width: 28rem
  }
}
@media (min-width:1180px) {
  .landing__logo {
    width: 24vw;
    min-width: 19rem
  }
}
@media (min-width:1280px) {
  .landing__logo {
    width: 20vw;
    max-width: 36rem
  }
}
.landing__logo::after {
  background: var(--blue-alt);
  margin-top: 4rem
}
.landing__logo img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%
}
.landing__intro {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: var(--regular);
  margin: 4rem 0
}
@media (min-width:992px) {
  .landing__intro {
    font-size: 2rem
  }
}
@media (min-width:1550px) {
  .landing__intro {
    font-size: 2.1rem
  }
}
.landing__directions {
  display: flex;
  align-items: center
}
.landing__directions .icon {
  margin: -.8rem 1rem 0 0;
  display: block
}
.landing__directions .icon svg {
  fill: var(--white)
}
.landing a:not(.btn) {
  color: var(--white)
}
.landing a:not(.btn):hover {
  color: var(--white);
  opacity: .6
}
.procedures {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem
}
@media (min-width:768px) {
  .procedures {
    padding-left: 4rem;
    padding-right: 4rem
  }
}
.procedures__frame {
  border-width: 0 .2rem;
  border-style: solid;
  border-color: var(--blue-alt);
  padding: 2rem
}
@media (min-width:768px) {
  .procedures__frame {
    padding: 3rem
  }
}
@media (min-width:992px) {
  .procedures__frame {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem
  }
}
@media (min-width:992px) and (min-width:768px) {
  .procedures__frame {
    padding-left: 4rem;
    padding-right: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .procedures__frame {
    padding-left: 6rem;
    padding-right: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .procedures__frame {
    padding-left: 8rem;
    padding-right: 8rem
  }
}
@media (min-width:992px) and (min-width:768px) {
  .procedures__frame {
    padding-top: 4rem;
    padding-bottom: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .procedures__frame {
    padding-top: 6rem;
    padding-bottom: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .procedures__frame {
    padding-top: 8rem;
    padding-bottom: 8rem
  }
}
.news {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem
}
@media (min-width:768px) {
  .news {
    padding-left: 4rem;
    padding-right: 4rem
  }
}
.news__frame {
  border-width: 0 .2rem;
  border-style: solid;
  border-color: var(--blue-alt);
  padding: 2rem
}
@media (min-width:768px) {
  .news__frame {
    padding: 3rem
  }
}
@media (min-width:992px) {
  .news__frame {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem
  }
}
@media (min-width:992px) and (min-width:768px) {
  .news__frame {
    padding-left: 4rem;
    padding-right: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .news__frame {
    padding-left: 6rem;
    padding-right: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .news__frame {
    padding-left: 8rem;
    padding-right: 8rem
  }
}
@media (min-width:992px) and (min-width:768px) {
  .news__frame {
    padding-top: 4rem;
    padding-bottom: 4rem
  }
}
@media (min-width:992px) and (min-width:1280px) {
  .news__frame {
    padding-top: 6rem;
    padding-bottom: 6rem
  }
}
@media (min-width:992px) and (min-width:1550px) {
  .news__frame {
    padding-top: 8rem;
    padding-bottom: 8rem
  }
}
.feature {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem
}
@media (min-width:768px) {
  .feature {
    padding-left: 4rem;
    padding-right: 4rem
  }
}
.feature--top .feature__frame {
  padding-top: 2rem
}
@media (min-width:768px) {
  .feature--top .feature__frame {
    padding-top: 4rem
  }
}
@media (min-width:1280px) {
  .feature--top .feature__frame {
    padding-top: 6rem
  }
}
@media (min-width:1550px) {
  .feature--top .feature__frame {
    padding-top: 8rem
  }
}
.feature--bottom .feature__frame {
  padding-bottom: 2rem
}
@media (min-width:768px) {
  .feature--bottom .feature__frame {
    padding-bottom: 3rem
  }
}
@media (min-width:992px) {
  .feature--bottom .feature__frame {
    padding-bottom: 4rem
  }
}
@media (min-width:1190px) {
  .feature--bottom .feature__frame {
    padding-bottom: 2rem
  }
}
@media (min-width:1190px) and (min-width:768px) {
  .feature--bottom .feature__frame {
    padding-bottom: 4rem
  }
}
@media (min-width:1190px) and (min-width:1280px) {
  .feature--bottom .feature__frame {
    padding-bottom: 6rem
  }
}
@media (min-width:1190px) and (min-width:1550px) {
  .feature--bottom .feature__frame {
    padding-bottom: 8rem
  }
}
.feature__frame {
  border-width: 0 .2rem;
  border-style: solid;
  border-color: var(--blue-alt);
  padding: 0 2rem
}
@media (min-width:768px) {
  .feature__frame {
    padding: 0 3rem
  }
}
@media (min-width:1190px) {
  .feature__frame {
    padding-left: 2rem;
    padding-right: 2rem
  }
}
@media (min-width:1190px) and (min-width:768px) {
  .feature__frame {
    padding-left: 4rem;
    padding-right: 4rem
  }
}
@media (min-width:1190px) and (min-width:1280px) {
  .feature__frame {
    padding-left: 6rem;
    padding-right: 6rem
  }
}
@media (min-width:1190px) and (min-width:1550px) {
  .feature__frame {
    padding-left: 8rem;
    padding-right: 8rem
  }
}
.feature__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 0 0 4rem 0
}
@media (min-width:992px) {
  .feature__row {
    border-radius: 7rem 0 7rem 0
  }
}
.feature h1::after,
.feature h2::after,
.feature h3::after {
  display: block;
  content: "";
  width: 4rem;
  height: .4rem;
  background: var(--blue-light);
  margin-top: 2rem
}
@media (min-width:992px) {
  .feature h1::after,
  .feature h2::after,
  .feature h3::after {
    width: 5.2rem;
    height: .7rem;
    margin-top: 3rem
  }
}
.feature h1,
.feature h2,
.feature h3,
.feature h5 {
  color: var(--blue-dark)
}
.feature ul {
  list-style: none;
  padding-left: 2rem
}
@media (min-width:992px) {
  .feature ul {
    padding-left: 4rem
  }
}
.feature ul li {
  position: relative;
  margin: 0
}
.feature ul li::marker {
  display: none
}
.feature ul li:not(:last-child) {
  margin-bottom: 1.5rem
}
.feature ul li::before {
  position: absolute;
  left: -2rem;
  top: 1.1rem;
  display: block;
  content: "";
  width: .6rem;
  height: .6rem;
  background: var(--blue-alt);
  border-radius: 50%
}
@media (min-width:992px) {
  .feature ul li::before {
    top: 1.2rem;
    left: -4rem;
    width: .8rem;
    height: .8rem
  }
}
.feature ol {
  padding-left: 6rem;
  counter-reset: custom-counter;
  list-style: none
}
@media (min-width:992px) {
  .feature ol {
    padding-left: 4rem
  }
}
.feature ol li {
  position: relative;
  margin: 0;
  counter-increment: custom-counter
}
.feature ol li::marker {
  display: none
}
.feature ol li:not(:last-child) {
  margin-bottom: 1.5rem
}
.feature ol li::before {
  position: absolute;
  left: -6rem;
  top: 0;
  display: block;
  content: counter(custom-counter) ".";
  font-weight: var(--bold);
  color: var(--blue-alt)
}
@media (min-width:992px) {
  .feature ol li::before {
    left: -4rem
  }
}
.feature--grey .feature__row {
  background: var(--grey-light)
}
.feature--blue {
  color: var(--white)
}
.feature--blue .feature__row {
  background: var(--blue)
}
.feature--blue h1,
.feature--blue h2,
.feature--blue h3,
.feature--blue h5 {
  color: var(--white)
}
.feature--blue ul li::before {
  background: var(--blue-light)
}
.feature--blue a:not(.btn) {
  color: var(--white);
  font-weight: var(--bold)
}
.feature--blue a:not(.btn):hover {
  color: var(--white);
  opacity: .6
}

.wpcf7-response-output {
  display: none;
  padding: 2rem 3rem;
  background: var(--grey-dark);
  color: var(--white);
  margin: 3rem 0 0 0;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: block;
  background: var(--danger);
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
  /* background: #70cda8; */
}

.screen-reader-response {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

.wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

@keyframes rotation {

  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }

}

.wpcf7-form .form__loader {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  background: rgba(53, 92, 125, 0.9);
  justify-content: center;
  align-items: center;
}

.wpcf7-form .form__spinner {
  width: 4.8rem;
  height: 4.8rem;
  border: 0.5rem solid var(--white);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.wpcf7-form.submitting .form__loader {
  display: flex;
}
.schedule {
    display: flex;
    flex-wrap: wrap;
    max-width: 860px;
}
.schedule-time {
    width: 165px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}
.schedule-event {
    width: calc(100% - 165px);
    margin-bottom: 10px;
}

@media(max-width: 400px){
    .schedule-time, .schedule-event {
        width: 100%;
    }
    .schedule-time{
        font-weight: bold;
    }
}

img.alignright {
    margin: 0 0 3rem 3rem;
    float: right;
}

@media(max-width: 800px){
    img.alignright {
        margin: 3rem auto;
        float: none;
        display:block;
    }
}

.small-border {
  border: 5px solid #f2f2f2;
}

/* Referrals Dropdown */

.header__row {z-index: 100; 
  position: relative; 
  background-color: var(--blue);
}

.header__list li a.referclick {
  background: var(--white);
}
.header__list li a.referclick:hover {
  background: var(--blue-light);
}

.referdd {
  position: fixed; 
  width: 500px; 
  background-color: #fff; 
  padding: 30px; 
  box-shadow: 0 0 2.5rem rgba(32, 32, 32, .4); 
  transition: all .3s cubic-bezier(.5,0,.5,1); 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  flex-wrap: wrap;
  opacity: 0; 
  top: 0%;
  z-index: 99;
  right: 2%;
}

.referdd.clicked {
  opacity: 1;
  top: 133.83px;
}
.header--sticky .referdd.clicked {
  top: 118.11px;
}

@media only screen and (max-width: 1279px) {
  .referdd.clicked {top: 118.11px;}
}

@media only screen and (max-width: 1189px) {
  .referdd {width: 450px;}
}

@media only screen and (max-width: 767px) {
  .referdd {display: none;}
}

/* Referrals Dropdown End */