@charset "UTF-8";
/* Race School Styles */ /* Bootstrap Overrides */ /* Mixins */ /* Helper Mixins */
/* classes to remove padding from columns */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  margin-top: 0 !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body,
html {
  max-width: 100%;
}

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

body {
  background: #fff;
  margin: 0;
  font-family: "Montserrat Regular";
  font-size: 1.4rem;
  line-height: 1.55;
  color: #000000;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1024px;
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
  margin: 0 auto;
}
.container.sm {
  max-width: 700px;
}
.container.md {
  max-width: 900px;
}
.container.lg {
  max-width: 1400px;
}

.container .row,
.container-fluid .row {
  margin-left: -2.4rem !important;
  margin-right: -2.4rem !important;
}
.container .row [class^=col-],
.container .row > *,
.container-fluid .row [class^=col-],
.container-fluid .row > * {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.page_content_wrap {
  background: #EDEDED;
  position: relative;
  z-index: 1;
}

.full-height {
  height: 100vh;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

b,
strong {
  font-weight: normal;
  font-family: "Montserrat Bold";
}

a {
  display: inline-block;
  text-decoration: underline;
  color: #E32127;
  transition: 0.25s ease-in-out;
}
a.arrow {
  font-family: "Montserrat Bold";
}
a.arrow:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #E32127;
  transition: 0.25s ease-in-out;
}

a:focus,
a:hover {
  color: #999;
}

.paragraph,
p {
  line-height: 1.55;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.paragraph.lg,
p.lg {
  font-size: 2rem;
}

.wp-block-image img,
img {
  max-width: 100% !important;
  height: auto;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}

.wp-block-image .aligncenter {
  text-align: center;
}

.wp-block-video .aligncenter {
  text-align: center;
}
.wp-block-video.alignfull video {
  width: 100%;
}

sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5rem;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.skip-links {
  position: absolute;
  top: 0;
  left: 0;
}
.skip-links a {
  opacity: 0;
  visibility: hidden;
}
.skip-links a:focus {
  opacity: 1;
  visibility: visible;
}

p#breadcrumbs {
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  p#breadcrumbs {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  p#breadcrumbs {
    font-size: 1.8rem;
  }
}
p#breadcrumbs a {
  color: #000000;
  text-decoration: none;
}
p#breadcrumbs a:hover {
  color: #E32127;
}

hr {
  margin-bottom: 20px;
  color: #999;
  opacity: 1;
}
@media (min-width: 768px) {
  hr {
    margin-bottom: 30px;
  }
}
hr.alignwide {
  max-width: calc(1024px - 4.8rem);
  margin: 0 auto;
}

/** Montserrat Light **/
@font-face {
  font-family: "Montserrat Light";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
}
/** Montserrat Light-Italic **/
@font-face {
  font-family: "Montserrat Light Italic";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/Montserrat-LightItalic.woff2") format("woff2"), url("../fonts/Montserrat-LightItalic.woff") format("woff");
}
/** Montserrat Regular **/
@font-face {
  font-family: "Montserrat Regular";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
}
/** Montserrat Medium **/
@font-face {
  font-family: "Montserrat Medium";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
}
/** Montserrat Medium-Italic **/
@font-face {
  font-family: "Montserrat Medium Italic";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff") format("woff");
}
/** Montserrat Bold **/
@font-face {
  font-family: "Montserrat Bold";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
}
/** Montserrat Bold Italic **/
@font-face {
  font-family: "Montserrat Bold Italic";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-BoldItalic.woff") format("woff");
}
/** Montserrat Semi Bold **/
@font-face {
  font-family: "Montserrat Semi Bold";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
}
/** Montserrat ExtraBold **/
@font-face {
  font-family: "Montserrat Extra Bold";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
}
/** Montserrat Black **/
@font-face {
  font-family: "Montserrat Black";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
}
/** Montserrat Black-Italic **/
@font-face {
  font-family: "Montserrat Black Italic";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/Montserrat-BlackItalic.woff2") format("woff2"), url("../fonts/Montserrat-BlackItalic.woff") format("woff");
}
/* Headers and Page Headers */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "Montserrat Bold";
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

h1,
.h1 {
  font-size: 3.6rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 4.2rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  h1,
.h1 {
    font-size: 4.8rem;
    margin-bottom: 30px;
  }
}

h2,
.h2 {
  font-family: "Montserrat Extra Bold";
  font-size: 2.2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  h2,
.h2 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
h2.sm,
.h2.sm {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h2.sm,
.h2.sm {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  h2.sm,
.h2.sm {
    font-size: 2.4rem;
  }
}
h2.md,
.h2.md {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h2.md,
.h2.md {
    font-size: 3.4rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  h2.md,
.h2.md {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
h2.lg,
.h2.lg {
  font-size: 3.8rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h2.lg,
.h2.lg {
    font-size: 4.4rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  h2.lg,
.h2.lg {
    font-size: 5rem;
    margin-bottom: 30px;
  }
}
h2.lt,
.h2.lt {
  font-family: "Montserrat Light";
  font-weight: 300;
}

h3,
.h3 {
  font-size: 2rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h3,
.h3 {
    font-size: 2.2rem;
    margin-bottom: 22px;
  }
}
@media (min-width: 992px) {
  h3,
.h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

h4,
.h4 {
  font-size: 2rem;
  margin-bottom: 15px;
  text-transform: none;
}

.section-title {
  text-align: center;
  position: relative !important;
  margin-bottom: 40px;
}
.section-title.left {
  text-align: left;
}
.section-title .section-title,
.section-title .section-title-text {
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  padding: 10px 4px;
}
@media (min-width: 992px) {
  .section-title .section-title,
.section-title .section-title-text {
    font-size: 2rem;
    text-transform: uppercase;
    padding: 10px 20px;
  }
}
.section-title .section-title.has-text-align-left, .section-title .section-title.text-left,
.section-title .section-title-text.has-text-align-left,
.section-title .section-title-text.text-left {
  margin: 0 auto 0 0;
}
.section-title .section-title.has-text-align-right, .section-title .section-title.text-right,
.section-title .section-title-text.has-text-align-right,
.section-title .section-title-text.text-right {
  margin: 0 0 0 auto;
}
.section-title .section-title:after, .section-title .section-title:before,
.section-title .section-title-text:after,
.section-title .section-title-text:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background-color: #000000;
  transition: 0.25s ease-in-out;
}
.section-title .section-title:before,
.section-title .section-title-text:before {
  top: 0;
}
.section-title .section-title:after,
.section-title .section-title-text:after {
  bottom: 0;
}
.section-title.has-white-color .section-title-text:after, .section-title.has-white-color .section-title-text:before, .section-title.text-white .section-title-text:after, .section-title.text-white .section-title-text:before {
  background-color: #FFFFFF;
}

.section-header {
  margin-bottom: 40px;
}
.section-header h3 {
  font-size: 3rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .section-header h3 {
    font-size: 3.8rem;
  }
}
@media (min-width: 992px) {
  .section-header h3 {
    font-size: 4.2rem;
  }
}

header.page-header {
  position: relative;
}
@media (min-width: 992px) {
  header.page-header {
    position: relative;
  }
  header.page-header:before {
    display: block;
    content: " ";
    width: 100%;
    padding-bottom: 33.9583333333%;
  }
}
header.page-header .first-read {
  background-size: cover;
  padding: 60px 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  header.page-header .first-read {
    padding: 60px 0 40px;
  }
}
@media (min-width: 992px) {
  header.page-header .first-read {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
header.page-header .first-read .page-title {
  color: #FFFFFF;
}
header.page-header .first-read .page-title h1 span {
  font-family: kings-caslon, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 3rem;
  display: block;
}
@media (min-width: 768px) {
  header.page-header .first-read .page-title h1 span {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  header.page-header .first-read .page-title h1 span {
    font-size: 4.5rem;
  }
}

.blog-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-title-wrap .back-link a {
  font-family: "Montserrat Bold";
  text-decoration: none;
  text-transform: uppercase;
}
.blog-title-wrap .back-link a:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #E32127;
  transition: 0.25s ease-in-out;
}

/* Forms Styles */
/* Active campaign */
._form ._form-content {
  margin-bottom: 40px;
}
._form ._form-content ._x57313999,
._form ._form-content ._x81872574,
._form ._form-content label {
  display: none;
}
._form ._form-content input[type=text] {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none;
  margin: 0;
  line-height: 1;
  padding: 15px 0 13px 20px;
  height: 50px;
  width: 100%;
}
._form ._form-content input[type=text]::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #737575;
}
._form ._form-content input[type=text]::-moz-placeholder {
  font-size: 1.6rem;
  color: #737575;
}
._form ._form-content input[type=text]:-moz-placeholder {
  font-size: 1.6rem;
  color: #737575;
}
._form ._form-content input[type=text]:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #737575;
}
._form ._form-content ._submit {
  display: inline-block;
  --height: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  padding: 15px 20px !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s ease-in-out;
  white-space: nowrap;
  background-color: #000000;
  background-color: rgb(0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=argb(rgb(0, 0, 0)), endColorstr=argb(rgb(0, 0, 0)));
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=argb(rgb(0, 0, 0)), endColorstr=argb(rgb(0, 0, 0)));
  border: 1px solid #000000 !important;
  color: #FFFFFF !important;
  background-color: #000000 !important;
  height: 50px;
}
._form ._form-content ._submit.sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
._form ._form-content ._submit:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFFFFF;
  transition: 0.25s ease-in-out;
}
._form ._form-content ._submit:hover {
  color: #000000 !important;
  background-color: #FFFFFF !important;
  border: 1px solid #000000 !important;
  text-decoration: none;
}
._form ._form-content ._submit:hover:after {
  border-left-color: #000000;
}
._form ._form-content ._clear-element {
  display: none;
}
@media (min-width: 992px) {
  ._form ._form-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  ._form ._form-content ._form_element {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 100%;
    -ms-flexbox: 1 1 100%;
    flex: 1 1 100%;
  }
}
._form ._form-branding {
  display: none;
}
._form ._form_element,
._form ._button-wrapper {
  margin-bottom: 20px;
  position: relative;
}
._form ._form_element ._error._below,
._form ._button-wrapper ._error._below {
  position: absolute;
  bottom: -25px;
  left: 5px;
  z-index: 20;
  font-weight: 700;
}

.wp-block-columns.col-full-height .wp-block-column > .wp-block-group {
  height: 100%;
}

.wp-block-group__inner-container {
  width: 100%;
}
.wp-block-group__inner-container:after, .wp-block-group__inner-container:before {
  display: block;
  content: "";
  clear: both;
}

/* Site Header Styles */
header.global-header {
  position: relative;
  z-index: 1000;
}
header.global-header .site-header .header.desktop {
  display: none;
}
@media (min-width: 1200px) {
  header.global-header .site-header .header.desktop {
    display: block;
  }
}
header.global-header .site-header .header.desktop .primary-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
header.global-header .site-header .header.desktop .primary-menu-wrapper .logo {
  width: 277px;
  background-image: url("../images/logo-mobile.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
header.global-header .site-header .header.desktop .primary-menu-wrapper .logo:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 14.440433213%;
}
header.global-header .site-header .header.desktop .primary-menu-wrapper .logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
header.global-header .site-header .header.desktop .primary-menu-wrapper .primary-nav .primary-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}
header.global-header .site-header .header.desktop .primary-menu-wrapper .primary-nav .primary-menu > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.global-header .site-header .header.desktop .primary-menu-wrapper .primary-nav .primary-menu > li > a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat Medium";
  font-size: 1.4rem;
  padding: 0 12px;
  line-height: 1;
}
header.global-header .site-header .header.desktop .primary-menu-wrapper .primary-nav .primary-menu > li > a:hover {
  color: #E32127;
}
header.global-header .site-header .header.desktop .primary-menu-wrapper .primary-nav .primary-menu > li:after {
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  background-image: url("../images/divider-nav.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  transition: 0.25s ease-in-out;
}
header.global-header .site-header .header.desktop .primary-menu-wrapper .primary-nav .primary-menu > li.tel a {
  color: #E32127;
  font-family: "Montserrat Bold";
  padding-right: 0;
}
header.global-header .site-header .header.desktop .primary-menu-wrapper .primary-nav .primary-menu > li.tel:after {
  display: none;
}
header.global-header .site-header .header.desktop .main-menu-wrapper {
  background-color: #E32127;
  position: relative;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav {
  padding: 0 !important;
  max-width: 1060px;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 60px;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li {
  height: 100%;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flexbox: 1 1 auto;
  flex: 1 1 auto;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat Bold";
  font-size: 1.4rem;
  line-height: 1;
  height: 100%;
  transition: 0.2s ease-in-out;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li > a:after {
  display: none;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li.current-menu-parent > a {
  background-color: #000000;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li .item-summary {
  display: none;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #000000;
  color: #FFFFFF;
  z-index: 2;
  font-family: "Montserrat Medium";
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  min-height: 360px;
  transition: 0.2s ease-in-out;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li .mega-menu .container {
  display: flex;
  justify-content: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li .mega-menu .container .desc {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 300px;
  -ms-flexbox: 0 0 300px;
  flex: 0 0 300px;
  color: #CCCCCC;
  font-family: "Montserrat Medium";
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li .mega-menu .container .desc-divider {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 1px;
  -ms-flexbox: 0 0 1px;
  flex: 0 0 1px;
  background-color: #707070;
  margin: 0 40px;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li .mega-menu .container .mega-dropdown-menu {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 290px;
  -ms-flexbox: 0 0 290px;
  flex: 0 0 290px;
  list-style: none;
  margin: 0;
  padding: 0;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li .mega-menu .container .mega-dropdown-menu li {
  margin: 0;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li .mega-menu .container .mega-dropdown-menu li.mobile-only {
  display: none;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li .mega-menu .container .mega-dropdown-menu li a {
  padding-bottom: 10px;
  color: #FFFFFF;
  font-family: "Montserrat Medium";
  text-decoration: none;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li .mega-menu .container .mega-dropdown-menu li a:hover {
  font-family: "Montserrat Bold";
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li .mega-menu .container .mega-dropdown-menu li .item-summary {
  display: block;
  max-width: 300px;
  position: absolute;
  top: 40px;
  right: 2.4rem;
  opacity: 0;
  transition: 0.25s ease-in-out;
  color: #CCCCCC;
  font-size: 1.2rem;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li .mega-menu .container .mega-dropdown-menu li .item-summary .item-image {
  padding-bottom: 12px;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li .mega-menu .container .mega-dropdown-menu li:hover .item-summary {
  opacity: 1;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li:hover {
  background-color: #000000;
}
header.global-header .site-header .header.desktop .main-menu-wrapper .main-nav .main-menu > li:hover > .mega-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
header.global-header .site-header .header.mobile {
  position: relative;
}
@media (min-width: 1200px) {
  header.global-header .site-header .header.mobile {
    display: none;
  }
}
header.global-header .site-header .header.mobile .mobile-header {
  position: relative;
  height: 80px;
  padding: 0 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.global-header .site-header .header.mobile .mobile-header .logo {
  width: 277px;
  background-image: url("../images/logo-mobile.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
header.global-header .site-header .header.mobile .mobile-header .logo:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 14.440433213%;
}
header.global-header .site-header .header.mobile .mobile-header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger {
  /***** Animated Hamburger *****/
  /* Icon 1 */
  width: 40px;
  height: 30px;
  position: relative;
  z-index: 100;
}
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon1,
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon2,
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon3 {
  width: 40px;
  height: 30px;
  margin: 0 auto;
  cursor: pointer;
}
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon1 span,
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon2 span,
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon3 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #000000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon1 span:nth-child(1),
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon2 span:nth-child(1),
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon3 span:nth-child(1) {
  top: 0px;
}
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon1 span:nth-child(2),
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon2 span:nth-child(2),
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon3 span:nth-child(2) {
  top: 12px;
}
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon1 span:nth-child(3) {
  top: 16px;
}
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon2 span:nth-child(3) {
  top: 12px;
}
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon3 span:nth-child(3) {
  top: 8px;
}
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon2 span:nth-child(4),
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon3 span:nth-child(4) {
  top: 24px;
}
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon1.open span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon1.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon2.open span:nth-child(1),
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon2.open span:nth-child(2),
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon2.open span:nth-child(3),
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon2.open span:nth-child(4),
header.global-header .site-header .header.mobile .mobile-header .mobile-nav-trigger .nav-icon3.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
header.global-header .site-header .header.mobile .mobile-nav {
  min-height: calc(100vh - 80px);
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}
.mobile-nav-active header.global-header .site-header .header.mobile .mobile-nav {
  visibility: visible;
  opacity: 1;
}
header.global-header .site-header .header.mobile .mobile-nav .main-menu {
  background-color: #E32127;
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
}
header.global-header .site-header .header.mobile .mobile-nav .main-menu > li > a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat Bold";
  font-size: 2rem;
  padding: 12px 2.4rem;
  position: relative;
}
header.global-header .site-header .header.mobile .mobile-nav .main-menu > li.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.global-header .site-header .header.mobile .mobile-nav .main-menu > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background-image: url("../images/caret.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  transition: 0.25s ease-in-out;
}
header.global-header .site-header .header.mobile .mobile-nav .main-menu > li > ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
header.global-header .site-header .header.mobile .mobile-nav .main-menu > li > ul > li {
  background-color: #000000;
}
header.global-header .site-header .header.mobile .mobile-nav .main-menu > li > ul > li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 12px 2.4rem;
}
header.global-header .site-header .header.mobile .mobile-nav .main-menu > li.active {
  background-color: #000000;
}
header.global-header .site-header .header.mobile .mobile-nav .main-menu > li.active > a:after {
  transform: rotate(180deg);
}
header.global-header .site-header .header.mobile .mobile-nav .main-menu > li.active > ul {
  max-height: 1000px;
}
header.global-header .site-header .header.mobile .mobile-nav .primary-menu {
  background-color: #FFFFFF;
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
}
header.global-header .site-header .header.mobile .mobile-nav .primary-menu > li > a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat Medium";
  font-size: 1.8rem;
  padding: 12px;
}
header.global-header .site-header .header.mobile .mobile-nav .primary-menu > li.tel {
  display: none;
  color: #E32127;
}

/* Video Section Styles */
.video-section {
  position: relative;
  overflow: hidden;
}
.video-section:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 31.9444444444%;
}
.video-section video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Video Section */
.video-block {
  margin: 25px 0;
  display: flex;
  justify-content: center;
  flex-flow: column;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .video-block {
    flex-flow: row;
    justify-content: flex-start;
    gap: 5px;
  }
}
.video-block .video-wrapper {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 320px;
  -ms-flexbox: 0 0 320px;
  flex: 0 0 320px;
}
@media (min-width: 576px) {
  .video-block .video-wrapper {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 50%;
    -ms-flexbox: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media (min-width: 768px) {
  .video-block .video-wrapper {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 33.333%;
    -ms-flexbox: 0 1 33.333%;
    flex: 0 1 33.333%;
  }
}
@media (min-width: 992px) {
  .video-block .video-wrapper {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 25%;
    -ms-flexbox: 0 1 25%;
    flex: 0 1 25%;
  }
}
.video-block .video-wrapper .video {
  position: relative;
}
.video-block .video-wrapper .video .video-image {
  position: relative;
  background-size: cover;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
  font-size: 0.8rem;
}
.video-block .video-wrapper .video .video-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 56.25%;
}
.video-block .video-wrapper .video .video-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-block .video-wrapper .video .video-image .play {
  background: red;
  border-radius: 50%/10%;
  color: #FFFFFF;
  font-size: 2em;
  /* change this to change size */
  height: 3em;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 3.7em;
}
.video-block .video-wrapper .video .video-image .play::before {
  background: inherit;
  border-radius: 10%/50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}
.video-block .video-wrapper .video .video-image .play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.8em;
  border-color: transparent transparent transparent rgb(255, 255, 255);
  content: " ";
  font-size: 0.6em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}
.video-block .video-wrapper .video .video-frame {
  position: relative;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.video-block .video-wrapper .video .video-frame:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 56.25%;
}
.video-block .video-wrapper .video .video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video-block .video-wrapper .video-summary {
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.2;
}

/* Page First Read */
header.page-header {
  position: relative;
}
@media (min-width: 992px) {
  header.page-header {
    position: relative;
  }
  header.page-header:before {
    display: block;
    content: " ";
    width: 100%;
    padding-bottom: 22.2222222222%;
  }
}
header.page-header .first-read {
  background-size: cover;
  padding: 60px 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  header.page-header .first-read {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  header.page-header .first-read {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
header.page-header .first-read .page-title {
  color: #FFFFFF;
}
header.page-header .first-read .page-title h1 {
  text-align: center;
  margin-bottom: 0;
}
header.page-header .first-read .page-title .subtitle {
  font-size: 2.4rem;
  text-align: center;
  font-family: "Montserrat Bold";
}
@media (min-width: 768px) {
  header.page-header .first-read .page-title .subtitle {
    font-size: 3rem;
  }
}

.carousel-wrapper {
  overflow-x: hidden;
}
.carousel-wrapper .items-outer {
  position: relative;
}
.carousel-wrapper .items-outer .items-wrapper {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .carousel-wrapper .items-outer .items-wrapper {
    width: 1000px;
  }
}
@media (min-width: 1024px) {
  .carousel-wrapper .items-outer .items-wrapper {
    width: 3000px;
  }
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel {
  position: relative;
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item {
  transition: 0.3s ease-in-out;
  opacity: 0.5;
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item {
  transition: 0.3s ease-in-out;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .item-image {
  position: relative;
  position: relative;
  background-size: cover;
  text-align: center;
  transition: 0.3s ease-in-out;
  margin: 0 auto;
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .item-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 66.6666666667%;
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .item-image .item-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .item-image .item-details:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: -ms-linear-gradient(180deg, #000000 0%, transparent 100%);
  background: linear-gradient(180deg, #000000 0%, transparent 100%);
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .item-image .item-details:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: -ms-linear-gradient(0deg, #000000 0%, transparent 100%);
  background: linear-gradient(0deg, #000000 0%, transparent 100%);
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .item-image .item-details .item-title {
  text-transform: uppercase;
  margin-top: 30px;
  font-family: "Montserrat Bold";
  position: relative;
  z-index: 4;
}
@media (min-width: 768px) {
  .carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .item-image .item-details .item-title {
    font-size: 3.6rem;
  }
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .item-image .item-details .item-link {
  position: absolute;
  z-index: 5;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .item-summary {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item {
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item .item {
  transition: 0.3s ease-in-out;
  text-align: center;
  margin: 0 auto;
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item .item .item-container .item-content .item-image {
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  .carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item .item .item-container .item-content .item-image {
    width: 75%;
  }
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item .item .item-container .item-content .item-summary {
  opacity: 0;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item.prev, .carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item.next {
  opacity: 0.5;
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item.center {
  opacity: 1;
  height: auto !important;
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item.center .item .item-container .item-content .item-image {
  width: 100%;
  border: 1px solid #ccc;
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item.center .item .item-container .item-content .item-image .item-details .item-title {
  text-transform: uppercase;
}
.carousel-wrapper .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item.center .item .item-container .item-content .item-summary {
  opacity: 1;
}
.carousel-wrapper .items-outer .owl-nav {
  position: absolute;
  top: 110px;
  width: 95%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
@media (min-width: 768px) {
  .carousel-wrapper .items-outer .owl-nav {
    width: 500px;
    top: 75px;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .carousel-wrapper .items-outer .owl-nav {
    width: 760px;
    top: 174px;
  }
}
.carousel-wrapper .items-outer .owl-nav button {
  display: block;
  width: 36px;
  height: 60px;
  position: relative;
  border: none;
  background-color: transparent;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.607' height='67.071' viewBox='0 0 40.607 67.071'%3E%3Cpath id='Path_27' data-name='Path 27' d='M232.293 3551l30 30-30 30' transform='translate(-228.758 -3547.465)' fill='none' stroke='%23fff' stroke-width='10'/%3E%3C/svg%3E");
}
.carousel-wrapper .items-outer .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.carousel-wrapper .items-outer .owl-nav button span {
  font-size: 0;
}

/* Step Block Styles */
body:not(.home) .step-block .step {
  padding: 20px 0 30px;
  border-bottom: 1px solid #CCCCCC;
}
body:not(.home) .step-block .step:last-child {
  border-bottom: none;
}

.step {
  text-align: center;
  margin: 40px 0;
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .step {
    flex-flow: row;
    justify-content: space-between;
  }
}
.step .step-image {
  width: 200px;
  height: 200px;
  background-color: #EEEEEE;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .step .step-image {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 200px;
    -ms-flexbox: 0 0 200px;
    flex: 0 0 200px;
    margin: 0 auto 0;
  }
}
.step .step-image .step-step .number {
  color: #FFFFFF;
  font-size: 9rem;
  font-family: "Montserrat Light";
  position: relative;
}
.step .step-image .step-step .number:before {
  display: block;
  content: "STEP";
  font-size: 2rem;
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .step .step-content {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flexbox: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
    padding-left: 40px;
  }
}
.step .step-content .step-title {
  text-transform: uppercase;
  color: #E32127;
  margin-bottom: 20px;
}
.step .step-content .starting-price {
  font-weight: bold;
  margin-bottom: 15px;
}
.step .step-content .step-summary {
  margin-bottom: 30px;
}
.step .step-content .button-row {
  justify-content: center;
}
@media (min-width: 768px) {
  .step .step-content .button-row {
    justify-content: left;
  }
}
.step .step-content .button-row a {
  margin-bottom: 20px;
}

/* Step Block Nav Styles */
.step-block-nav {
  display: none;
}
@media (min-width: 992px) {
  .step-block-nav {
    display: flex;
    margin: 30px 0;
    text-transform: uppercase;
  }
}
.step-block-nav .step-title {
  font-family: "Montserrat Bold";
  margin-right: 30px;
  line-height: 2;
}
.step-block-nav .steps {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.step-block-nav .steps .step {
  margin: 0;
}
.step-block-nav .steps .step a {
  text-decoration: none;
  color: #000000;
  font-family: "Montserrat Bold";
  line-height: 2;
  display: flex;
  align-items: center;
}
.step-block-nav .steps .step a:hover, .step-block-nav .steps .step a.active {
  color: #E32127;
}
.step-block-nav .steps .step a .step-number {
  width: 30px;
  height: 30px;
  background-color: currentColor;
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Montserrat Regular";
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-block-nav .steps .step a .step-number span {
  font-size: 2rem;
  color: #FFFFFF;
}

/* Pst Grid Styles */
.posts-grid {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .posts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
.posts-grid .post {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .posts-grid .post {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 48%;
    -ms-flexbox: 1 1 48%;
    flex: 1 1 48%;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .posts-grid .post {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 30%;
    -ms-flexbox: 1 1 30%;
    flex: 1 1 30%;
  }
}
.posts-grid .post .post-image {
  position: relative;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #EEEEEE;
}
.posts-grid .post .post-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 66.6666666667%;
}
.posts-grid .post .post-image a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.posts-grid .post .post-content a {
  text-decoration: none;
}
.posts-grid .post .post-content .post-title {
  text-transform: uppercase;
  color: #E32127;
  margin: 15px 0;
  font-size: 2.4rem;
}
.posts-grid .post .post-content .post-summary {
  margin-bottom: 30px;
}
.posts-grid .post.blog {
  text-align: left;
}
.posts-grid .post.blog .post-date {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #999;
}
.posts-grid .post.blog .post-content .post-summary {
  font-size: 1.4rem;
}
.posts-grid .post.blog .button-row {
  justify-content: flex-start;
}
.posts-grid .post.blog .button-row a {
  margin: 0;
}

/* Posts List/Rows */
.posts-wrapper .post {
  display: flex;
  flex-flow: column;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .posts-wrapper .post {
    flex-flow: row;
  }
}
.posts-wrapper .post .image-column {
  width: 100%;
}
@media (min-width: 768px) {
  .posts-wrapper .post .image-column {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 400px;
    -ms-flexbox: 1 0 400px;
    flex: 1 0 400px;
    max-width: 400px;
  }
}
.posts-wrapper .post .image-column .post-image {
  background-color: #EEEEEE;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}
.posts-wrapper .post .image-column .post-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 62.5%;
}
.posts-wrapper .post .image-column .post-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .posts-wrapper .post .content-column {
    padding-left: 40px;
  }
}
.posts-wrapper .post .content-column h2 {
  margin-bottom: 20px;
}
.posts-wrapper .post .content-column .post-summary {
  margin-bottom: 30px;
}

.team-wrapper > div,
.team-wrapper .pushr {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 0;
}
.team-wrapper > div > ul,
.team-wrapper .pushr > ul {
  width: 100%;
  font-size: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.team-wrapper > div > ul > li,
.team-wrapper .pushr > ul > li {
  display: inline-block;
  overflow: hidden;
  font-size: 1.8rem;
  padding: 2rem 2rem 25px;
  z-index: 2;
  overflow: hidden;
  text-align: left;
}
.team-wrapper > div > ul > li.team-item, .team-wrapper > div > ul > li.pushItem,
.team-wrapper .pushr > ul > li.team-item,
.team-wrapper .pushr > ul > li.pushItem {
  width: 100%;
  max-width: 320px;
  vertical-align: top;
}
@media (min-width: 576px) {
  .team-wrapper > div > ul > li.team-item, .team-wrapper > div > ul > li.pushItem,
.team-wrapper .pushr > ul > li.team-item,
.team-wrapper .pushr > ul > li.pushItem {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .team-wrapper > div > ul > li.team-item, .team-wrapper > div > ul > li.pushItem,
.team-wrapper .pushr > ul > li.team-item,
.team-wrapper .pushr > ul > li.pushItem {
    width: 33%;
  }
}
.team-wrapper > div > ul > li .push-item-content,
.team-wrapper .pushr > ul > li .push-item-content {
  background-color: #FFFFFF;
  padding: 15px 15px 30px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.team-wrapper > div > ul > li .push-item-content .team-image-wrap,
.team-wrapper .pushr > ul > li .push-item-content .team-image-wrap {
  display: block;
  background: #f2f2f2;
  overflow: hidden;
}
.team-wrapper > div > ul > li .push-item-content .team-image-wrap .team-image,
.team-wrapper .pushr > ul > li .push-item-content .team-image-wrap .team-image {
  display: block;
  list-style: none;
  width: 100%;
  position: relative;
  text-align: center;
  background-size: cover;
}
.team-wrapper > div > ul > li .push-item-content .team-image-wrap .team-image:before,
.team-wrapper .pushr > ul > li .push-item-content .team-image-wrap .team-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 75.748502994%;
}
.team-wrapper > div > ul > li .push-item-content .team-name,
.team-wrapper .pushr > ul > li .push-item-content .team-name {
  margin-top: 15px;
  text-decoration: none;
  position: relative;
  padding: 40px 20px;
  width: 100%;
  display: block;
  border: 2px solid #000000;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flexbox: 1 0 auto;
  flex: 1 0 auto;
}
.team-wrapper > div > ul > li .push-item-content .team-name h3,
.team-wrapper .pushr > ul > li .push-item-content .team-name h3 {
  color: #E32127;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0;
}
.team-wrapper > div > ul > li .push-item-content a.team-name:after,
.team-wrapper .pushr > ul > li .push-item-content a.team-name:after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%) rotate(0);
  background-image: url("../images/arrow-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.team-wrapper > div > ul > li .push-item-content .position,
.team-wrapper .pushr > ul > li .push-item-content .position {
  line-height: 1;
  margin-top: 10px;
  color: #000000;
}
.team-wrapper > div > ul > li .push-item-content .reveal-text,
.team-wrapper .pushr > ul > li .push-item-content .reveal-text {
  position: absolute;
  left: -9999px;
  top: -9999px;
  overflow: visible;
  width: 100%;
  padding: 0 2.4rem;
}
.team-wrapper > div > ul > li .push-item-content .reveal-text .container,
.team-wrapper .pushr > ul > li .push-item-content .reveal-text .container {
  padding: 100px 0;
  text-align: left;
}
.team-wrapper > div > ul > li .push-item-content .reveal-text .container .team-header,
.team-wrapper .pushr > ul > li .push-item-content .reveal-text .container .team-header {
  text-align: center;
  margin-bottom: 40px;
}
.team-wrapper > div > ul > li .push-item-content .reveal-text .container .team-header .team-title,
.team-wrapper .pushr > ul > li .push-item-content .reveal-text .container .team-header .team-title {
  margin: 0 auto;
}
.team-wrapper > div > ul > li .push-item-content .reveal-text .container ul,
.team-wrapper .pushr > ul > li .push-item-content .reveal-text .container ul {
  padding-bottom: 30px;
}
.team-wrapper > div > ul > li .push-item-content .reveal-text .container ul li,
.team-wrapper .pushr > ul > li .push-item-content .reveal-text .container ul li {
  list-style-type: disc;
}
.team-wrapper > div > ul > li span.arrow,
.team-wrapper .pushr > ul > li span.arrow {
  position: absolute;
  z-index: -1;
  top: 80%;
  left: 50%;
  opacity: 0;
}
.team-wrapper > div > ul > li span.arrow:after,
.team-wrapper .pushr > ul > li span.arrow:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -21px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #fff;
  display: block;
  width: 0;
  transform: translateX(50%);
}
.team-wrapper > div > ul > li.push-cont,
.team-wrapper .pushr > ul > li.push-cont {
  position: static;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 2rem;
  padding: 0;
  transition: 0.25s ease-in-out;
  z-index: 1;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #FFFFFF;
}
.team-wrapper > div > ul > li.push-cont > div,
.team-wrapper .pushr > ul > li.push-cont > div {
  position: relative;
}
.team-wrapper > div > ul > li.push-cont > div .team-header,
.team-wrapper .pushr > ul > li.push-cont > div .team-header {
  text-align: center;
  margin-bottom: 40px;
}
.team-wrapper > div > ul > li.push-cont > div .team-header .team-title,
.team-wrapper .pushr > ul > li.push-cont > div .team-header .team-title {
  margin: 0 auto;
}
.team-wrapper > div > ul > li.push-cont > div .content ul,
.team-wrapper .pushr > ul > li.push-cont > div .content ul {
  padding-bottom: 30px;
}
.team-wrapper > div > ul > li.push-cont > div .content ul li,
.team-wrapper .pushr > ul > li.push-cont > div .content ul li {
  list-style-type: disc;
}
.team-wrapper > div > ul > li.push-cont.active,
.team-wrapper .pushr > ul > li.push-cont.active {
  padding: 100px 0;
}
.team-wrapper > div > ul > li.push-cont .close,
.team-wrapper .pushr > ul > li.push-cont .close {
  position: absolute;
  top: -70px;
  right: 30px;
  font-size: 3rem;
  cursor: pointer;
  width: 24px;
  height: 24px;
  transform: translate(-50%, 50%) rotate(180deg);
  background-image: url("../images/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (min-width: 992px) {
  .team-wrapper > div > ul > li.push-cont .close,
.team-wrapper .pushr > ul > li.push-cont .close {
    top: -40px;
  }
}
.team-wrapper > div > ul > li.open,
.team-wrapper .pushr > ul > li.open {
  position: relative;
  overflow: visible;
}
.team-wrapper > div > ul > li.open span.arrow,
.team-wrapper .pushr > ul > li.open span.arrow {
  opacity: 1;
  bottom: 23px;
  z-index: -3;
}
.team-wrapper > div > ul > li.open .team-name:after,
.team-wrapper .pushr > ul > li.open .team-name:after {
  transform: translate(-50%, 50%) rotate(180deg) !important;
}
@media (min-width: 992px) {
  .team-wrapper > div.two-col > ul > li.team-item, .team-wrapper > div.two-col > ul > li.pushItem,
.team-wrapper .pushr.two-col > ul > li.team-item,
.team-wrapper .pushr.two-col > ul > li.pushItem {
    width: 50%;
    max-width: 460px;
  }
}

/* Accordion Styles */
.post-accordion-list {
  margin-top: 40px;
}
.post-accordion-list .post-item {
  background-color: #FFFFFF;
  margin: 30px 0;
  padding: 10px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.15) !important;
}
@media (min-width: 768px) {
  .post-accordion-list .post-item {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .post-accordion-list .post-item {
    padding: 20px 30px;
  }
}
.post-accordion-list .post-item h2 {
  margin: 0;
}
.post-accordion-list .post-item h2 button {
  font-size: 2.4rem;
  text-transform: uppercasenone;
  color: #000000;
  padding: 15px 0;
  background-color: transparent;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .post-accordion-list .post-item h2 button {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .post-accordion-list .post-item h2 button {
    font-size: 3.5rem;
  }
}
.post-accordion-list .post-item h2 button:after {
  display: none;
}
.post-accordion-list .post-item h2 button .arrow {
  position: relative;
  width: 34px;
  height: 20px;
  margin-left: 30px;
  background-image: url("../images/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
}
.post-accordion-list .post-item h2 button[aria-expanded=true] {
  background-color: transparent;
}
.post-accordion-list .post-item h2 button[aria-expanded=true] .arrow {
  transform: rotate(180deg);
}
.post-accordion-list .post-item .accordion-body {
  padding: 10px 0 30px;
}

.wpcf7-form {
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .wpcf7-form {
    margin: 0 auto 40px auto;
  }
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
.wpcf7-form .required {
  font-size: 1.4rem;
  font-family: "Montserrat Regular";
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=password],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.wpcf7-form select,
.wpcf7-form textarea {
  border: 2px solid #CCCCCC;
  box-shadow: none;
  color: #000000;
  font-size: 1.4rem;
  height: 60px;
  padding: 0 1.5rem;
  outline: none;
  border-radius: 6px;
  border-collapse: collapse;
  width: 100%;
}
.wpcf7-form input[type=text]::-webkit-input-placeholder,
.wpcf7-form input[type=password]::-webkit-input-placeholder,
.wpcf7-form input[type=tel]::-webkit-input-placeholder,
.wpcf7-form input[type=email]::-webkit-input-placeholder,
.wpcf7-form select::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  color: #000000;
  font-size: 1.4rem;
}
.wpcf7-form input[type=text]::-moz-placeholder,
.wpcf7-form input[type=password]::-moz-placeholder,
.wpcf7-form input[type=tel]::-moz-placeholder,
.wpcf7-form input[type=email]::-moz-placeholder,
.wpcf7-form select::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
  color: #000000;
  font-size: 1.4rem;
}
.wpcf7-form input[type=text]:-moz-placeholder,
.wpcf7-form input[type=password]:-moz-placeholder,
.wpcf7-form input[type=tel]:-moz-placeholder,
.wpcf7-form input[type=email]:-moz-placeholder,
.wpcf7-form select:-moz-placeholder,
.wpcf7-form textarea:-moz-placeholder {
  color: #000000;
  font-size: 1.4rem;
}
.wpcf7-form input[type=text]:-ms-input-placeholder,
.wpcf7-form input[type=password]:-ms-input-placeholder,
.wpcf7-form input[type=tel]:-ms-input-placeholder,
.wpcf7-form input[type=email]:-ms-input-placeholder,
.wpcf7-form select:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  color: #000000;
  font-size: 1.4rem;
}
.wpcf7-form textarea {
  padding: 1.5rem;
  min-height: 200px;
}
.wpcf7-form input[type=submit] {
  display: inline-block;
  --height: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  padding: 15px 20px !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s ease-in-out;
  white-space: nowrap;
  color: #FFFFFF !important;
  background-color: #E32127 !important;
  border: 1px solid #E32127 !important;
}
.wpcf7-form input[type=submit].sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
.wpcf7-form input[type=submit]:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFFFFF;
  transition: 0.25s ease-in-out;
}
.wpcf7-form input[type=submit]:after {
  border-left-color: #FFFFFF;
}
.wpcf7-form input[type=submit]:hover {
  color: #E32127 !important;
  background-color: #FFFFFF !important;
  border: 1px solid #E32127 !important;
  text-decoration: none;
}
.wpcf7-form input[type=submit]:hover:after {
  border-left-color: #FFFFFF;
}
.wpcf7-form .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 20px auto;
}

.grecaptcha-badge {
  bottom: 90px !important;
}

/* Backgrounds */
.bgImage {
  background-size: cover;
  background-position: center;
}
.bgImage.three-two {
  position: relative;
}
.bgImage.three-two:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 66.6666666667%;
}

/* Text Colors */
.bg-grey-lt,
.has-grey-lt-background-color {
  background-color: #EEEEEE !important;
}

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

.bg-red,
.has-red-background-color {
  background-color: #E32127 !important;
}

.bg-white,
.has-white-background-color {
  background-color: #FFFFFF !important;
}

/* Text Colors */
.text-grey,
.has-grey-color {
  color: #666666 !important;
}

.text-grey-lt,
.has-grey-lt-color {
  color: #EEEEEE !important;
}

.text-black,
.has-black-color,
.has-black-color a {
  color: #000000 !important;
}

.text-red,
.has-red-color,
.has-red-color a {
  color: #E32127 !important;
}

.text-white,
.has-white-color {
  color: #FFFFFF !important;
}
.text-white a,
.has-white-color a {
  color: #FFFFFF;
}

/* Text Utilitiy Styles */
.intro {
  font-size: 20px;
}

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

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

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

.mont-med {
  font-family: "Montserrat Medium";
}

.mont-light {
  font-family: "Montserrat Light";
}

.mont-bold {
  font-family: "Montserrat Bold";
}

/* Section Styles */
.page-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .page-section {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .page-section {
    padding: 70px 0;
  }
}

/* Buttons */
a.cta-button,
.cta-button a {
  display: inline-block;
  --height: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  padding: 15px 20px !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s ease-in-out;
  white-space: nowrap;
  background-color: #E32127;
  background-color: rgb(227, 33, 39);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=argb(rgb(227, 33, 39)), endColorstr=argb(rgb(227, 33, 39)));
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=argb(rgb(227, 33, 39)), endColorstr=argb(rgb(227, 33, 39)));
  border: 1px solid #E32127 !important;
  color: #FFFFFF !important;
  background-color: #E32127 !important;
}
a.cta-button.sm,
.cta-button a.sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
a.cta-button:after,
.cta-button a:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFFFFF;
  transition: 0.25s ease-in-out;
}
a.cta-button:hover,
.cta-button a:hover {
  color: #E32127 !important;
  background-color: #FFFFFF !important;
  border: 1px solid #E32127 !important;
  text-decoration: none;
}
a.cta-button:hover:after,
.cta-button a:hover:after {
  border-left-color: #E32127;
}
a.cta-button.black,
.cta-button a.black {
  display: inline-block;
  --height: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  padding: 15px 20px !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s ease-in-out;
  white-space: nowrap;
  color: #FFFFFF !important;
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
a.cta-button.black.sm,
.cta-button a.black.sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
a.cta-button.black:after,
.cta-button a.black:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFFFFF;
  transition: 0.25s ease-in-out;
}
a.cta-button.black:after,
.cta-button a.black:after {
  border-left-color: #FFFFFF;
}
a.cta-button.black:hover,
.cta-button a.black:hover {
  color: #000000 !important;
  background-color: #FFFFFF !important;
  border: 1px solid #000000 !important;
  text-decoration: none;
}
a.cta-button.black:hover:after,
.cta-button a.black:hover:after {
  border-left-color: #FFFFFF;
}
a.cta-button.black:hover,
.cta-button a.black:hover {
  color: #FFFFFF !important;
}

.button-row {
  position: relative;
  z-index: 2;
}
.button-row a {
  margin: 0 10px 20px;
}
.button-row.centered {
  display: flex;
  justify-content: center;
}

.button-row {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.button-row a {
  margin: 0 10px 20px 0;
}
.button-row.center {
  justify-content: center;
}
.button-row.center a {
  margin: 0 10px 20px;
}
.button-row.right {
  justify-content: flex-end;
}
.button-row.right a {
  margin: 0 0 20px 10px;
}

.wp-block-buttons {
  display: flex;
  flex-flow: column;
}
.wp-block-buttons.alignwide {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 20px;
}
.wp-block-buttons.center {
  justify-content: center;
}
.wp-block-buttons .wp-block-button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-block-buttons .wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-buttons .wp-block-button a {
  text-decoration: none;
  display: inline-block;
  --height: 50px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  padding: 15px 20px !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s ease-in-out;
  white-space: nowrap;
  font-family: "Montserrat Bold";
  font-weight: 700;
  font-style: normal;
}
.wp-block-buttons .wp-block-button a:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFFFFF;
  transition: 0.25s ease-in-out;
}
.wp-block-buttons .wp-block-button a.sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
.wp-block-buttons .wp-block-button a.has-black-background-color:hover {
  border-color: #000000;
  color: #000000 !important;
  background-color: #FFFFFF !important;
}
.wp-block-buttons .wp-block-button a.has-white-background-color:hover {
  border-color: #FFFFFF;
  color: #FFFFFF !important;
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button a.has-red-background-color:hover {
  border-color: #E32127;
  color: #E32127 !important;
  background-color: #FFFFFF !important;
}
.wp-block-buttons .wp-block-button a.has-red-background-color:hover:after {
  border-left-color: #E32127;
}

/* List Styles */
.check-list-group ul,
ul.check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 !important;
}
.check-list-group ul li,
ul.check-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.check-list-group ul li:before,
ul.check-list li:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/bullet-check.svg");
  background-size: contain;
}

.check-list-group h2,
.check-list-group h3 {
  margin-bottom: 20px;
}
.check-list-group p {
  margin-bottom: 3px;
}
.check-list-group hr {
  margin-top: 20px;
}

.content-wrap ul {
  margin-left: 20px;
}
.content-wrap ul > li {
  margin-bottom: 15px;
}

.gift-group {
  border: 1px solid #E32127;
  padding: 30px;
}
.gift-group ul {
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 0;
}
.gift-group ul > li {
  margin-bottom: 0;
  list-style: none;
  display: flex;
}
.gift-group ul > li:before {
  content: "·";
  display: inline-block;
  font-size: 4.2rem;
  color: #E32127;
  line-height: 0.2;
  margin-right: 6px;
}

/* Gallery Styles */
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0 !important;
}
.wp-block-gallery figure {
  margin: 0;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 100%;
  -ms-flexbox: 1 0 100%;
  flex: 1 0 100%;
}
.wp-block-gallery figure img {
  width: 100%;
}
@media (min-width: 576px) {
  .wp-block-gallery.three figure {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 33.333%;
    -ms-flexbox: 1 1 33.333%;
    flex: 1 1 33.333%;
  }
}

.gallery-section h2 {
  margin: 30px 0 0;
}

.photonic-more-button {
  display: inline-block;
  --height: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  padding: 15px 20px !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s ease-in-out;
  white-space: nowrap;
  background-color: #E32127;
  background-color: rgb(227, 33, 39);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=argb(rgb(227, 33, 39)), endColorstr=argb(rgb(227, 33, 39)));
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=argb(rgb(227, 33, 39)), endColorstr=argb(rgb(227, 33, 39)));
  border: 1px solid #E32127 !important;
  color: #FFFFFF !important;
  background-color: #E32127 !important;
  background: none;
  margin-top: 10px;
}
.photonic-more-button.sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
.photonic-more-button:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFFFFF;
  transition: 0.25s ease-in-out;
}
.photonic-more-button:hover {
  color: #E32127 !important;
  background-color: #FFFFFF !important;
  border: 1px solid #E32127 !important;
  text-decoration: none;
}
.photonic-more-button:hover:after {
  border-left-color: #E32127;
}
.photonic-more-button:hover {
  background: none;
}

/* Post Pagination Styles */
.pagination-wrapper .pagination {
  justify-content: center;
}
.pagination-wrapper .pagination .page-numbers {
  text-decoration: none;
  padding: 0 6px;
}
.pagination-wrapper .pagination .page-numbers .left-arrow:after {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid currentColor;
  transition: 0.25s ease-in-out;
}
.pagination-wrapper .pagination .page-numbers .right-arrow:after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  transition: 0.25s ease-in-out;
}
.pagination-wrapper .pagination .page-numbers.disabled {
  color: #ccc;
}
.pagination-wrapper .pagination .page-numbers.disabled .left-arrow:after {
  border-right-color: #ccc;
}
.pagination-wrapper .pagination .page-numbers.disabled .right-arrow:after {
  border-left-color: #ccc;
}

.pagination-single .pagination-single-inner {
  display: flex;
}
@media (min-width: 768px) {
  .pagination-single .pagination-single-inner {
    justify-content: space-between;
  }
}
.pagination-single .pagination-single-inner a {
  text-decoration: none;
  font-weight: 700;
}
.pagination-single .pagination-single-inner a .left-arrow:after {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid currentColor;
  transition: 0.25s ease-in-out;
}
.pagination-single .pagination-single-inner a .right-arrow:after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  transition: 0.25s ease-in-out;
}

/* Social Share */
.social-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.social-box .pre {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 60px;
  -ms-flexbox: 0 0 60px;
  flex: 0 0 60px;
}
.social-box .social-btn a {
  margin-right: 10px;
}
.social-box .social-btn a span {
  font-size: 0;
}

/* Modal Styles */
body.modal-open {
  overflow: hidden;
}

.modal-backdrop.show {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* Modals Styles */
.modal {
  z-index: 99999 !important;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal.modal-fullscreen {
  background: transparent;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal.modal-fullscreen .modal-dialog {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .modal.modal-fullscreen .modal-dialog {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal.modal-fullscreen .modal-dialog {
    max-width: 1170px;
  }
}
.modal.modal-fullscreen .modal-dialog .modal-content {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header {
  height: 40px;
  position: relative;
  border-bottom: none;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close {
  display: block;
  border: none;
  background: none;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 0;
  opacity: 1;
  width: 20px;
  height: 20px;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1 !important;
  color: #E32127 !important;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal.show .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}

#videoModal .aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#videoModal .aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
}

/* Utility Spacing */
/* Used to override the margin and padding utility */
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 10px !important;
}

.mt-1,
.my-1 {
  margin-top: 10px !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.mt-2,
.my-2 {
  margin-top: 20px !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.mt-4,
.my-4 {
  margin-top: 40px !important;
}

.mr-4,
.mx-4 {
  margin-right: 40px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
  margin-left: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.mt-5,
.my-5 {
  margin-top: 50px !important;
}

.mr-5,
.mx-5 {
  margin-right: 50px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
  margin-left: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.mt-6,
.my-6 {
  margin-top: 60px !important;
}

.mr-6,
.mx-6 {
  margin-right: 60px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 60px !important;
}

.ml-6,
.mx-6 {
  margin-left: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.mt-7,
.my-7 {
  margin-top: 70px !important;
}

.mr-7,
.mx-7 {
  margin-right: 70px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 70px !important;
}

.ml-7,
.mx-7 {
  margin-left: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.mt-8,
.my-8 {
  margin-top: 80px !important;
}

.mr-8,
.mx-8 {
  margin-right: 80px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 80px !important;
}

.ml-8,
.mx-8 {
  margin-left: 80px !important;
}

.m-9 {
  margin: 90px !important;
}

.mt-9,
.my-9 {
  margin-top: 90px !important;
}

.mr-9,
.mx-9 {
  margin-right: 90px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 90px !important;
}

.ml-9,
.mx-9 {
  margin-left: 90px !important;
}

.m-10 {
  margin: 100px !important;
}

.mt-10,
.my-10 {
  margin-top: 100px !important;
}

.mr-10,
.mx-10 {
  margin-right: 100px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 100px !important;
}

.ml-10,
.mx-10 {
  margin-left: 100px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 10px !important;
}

.pt-1,
.py-1 {
  padding-top: 10px !important;
}

.pr-1,
.px-1 {
  padding-right: 10px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}

.pl-1,
.px-1 {
  padding-left: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.pt-2,
.py-2 {
  padding-top: 20px !important;
}

.pr-2,
.px-2 {
  padding-right: 20px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}

.pl-2,
.px-2 {
  padding-left: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.pt-3,
.py-3 {
  padding-top: 30px !important;
}

.pr-3,
.px-3 {
  padding-right: 30px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}

.pl-3,
.px-3 {
  padding-left: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.pt-4,
.py-4 {
  padding-top: 40px !important;
}

.pr-4,
.px-4 {
  padding-right: 40px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 40px !important;
}

.pl-4,
.px-4 {
  padding-left: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.pt-5,
.py-5 {
  padding-top: 50px !important;
}

.pr-5,
.px-5 {
  padding-right: 50px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 50px !important;
}

.pl-5,
.px-5 {
  padding-left: 50px !important;
}

.p-6 {
  padding: 60px !important;
}

.pt-6,
.py-6 {
  padding-top: 60px !important;
}

.pr-6,
.px-6 {
  padding-right: 60px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 60px !important;
}

.pl-6,
.px-6 {
  padding-left: 60px !important;
}

.p-7 {
  padding: 70px !important;
}

.pt-7,
.py-7 {
  padding-top: 70px !important;
}

.pr-7,
.px-7 {
  padding-right: 70px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 70px !important;
}

.pl-7,
.px-7 {
  padding-left: 70px !important;
}

.p-8 {
  padding: 80px !important;
}

.pt-8,
.py-8 {
  padding-top: 80px !important;
}

.pr-8,
.px-8 {
  padding-right: 80px !important;
}

.pb-8,
.py-8 {
  padding-bottom: 80px !important;
}

.pl-8,
.px-8 {
  padding-left: 80px !important;
}

.p-9 {
  padding: 90px !important;
}

.pt-9,
.py-9 {
  padding-top: 90px !important;
}

.pr-9,
.px-9 {
  padding-right: 90px !important;
}

.pb-9,
.py-9 {
  padding-bottom: 90px !important;
}

.pl-9,
.px-9 {
  padding-left: 90px !important;
}

.p-10 {
  padding: 100px !important;
}

.pt-10,
.py-10 {
  padding-top: 100px !important;
}

.pr-10,
.px-10 {
  padding-right: 100px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 100px !important;
}

.pl-10,
.px-10 {
  padding-left: 100px !important;
}

.m-n1 {
  margin: -10px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -10px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -10px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -10px !important;
}

.m-n2 {
  margin: -20px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -20px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -20px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -20px !important;
}

.m-n3 {
  margin: -30px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -30px !important;
}

.m-n4 {
  margin: -40px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -40px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -40px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -40px !important;
}

.m-n5 {
  margin: -50px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -50px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -50px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -50px !important;
}

.m-n6 {
  margin: -60px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -60px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -60px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -60px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -60px !important;
}

.m-n7 {
  margin: -70px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -70px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -70px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -70px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -70px !important;
}

.m-n8 {
  margin: -80px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -80px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -80px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -80px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -80px !important;
}

.m-n9 {
  margin: -90px !important;
}

.mt-n9,
.my-n9 {
  margin-top: -90px !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -90px !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -90px !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -90px !important;
}

.m-n10 {
  margin: -100px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -100px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -100px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -100px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -100px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .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: 10px !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 10px !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 10px !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 10px !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 10px !important;
  }
  .m-sm-2 {
    margin: 20px !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 20px !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 20px !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 20px !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 20px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 30px !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 30px !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 30px !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 30px !important;
  }
  .m-sm-4 {
    margin: 40px !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 40px !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 40px !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 40px !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 40px !important;
  }
  .m-sm-5 {
    margin: 50px !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 50px !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 50px !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 50px !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 50px !important;
  }
  .m-sm-6 {
    margin: 60px !important;
  }
  .mt-sm-6,
.my-sm-6 {
    margin-top: 60px !important;
  }
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 60px !important;
  }
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 60px !important;
  }
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 60px !important;
  }
  .m-sm-7 {
    margin: 70px !important;
  }
  .mt-sm-7,
.my-sm-7 {
    margin-top: 70px !important;
  }
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 70px !important;
  }
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 70px !important;
  }
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 70px !important;
  }
  .m-sm-8 {
    margin: 80px !important;
  }
  .mt-sm-8,
.my-sm-8 {
    margin-top: 80px !important;
  }
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 80px !important;
  }
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 80px !important;
  }
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 80px !important;
  }
  .m-sm-9 {
    margin: 90px !important;
  }
  .mt-sm-9,
.my-sm-9 {
    margin-top: 90px !important;
  }
  .mr-sm-9,
.mx-sm-9 {
    margin-right: 90px !important;
  }
  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 90px !important;
  }
  .ml-sm-9,
.mx-sm-9 {
    margin-left: 90px !important;
  }
  .m-sm-10 {
    margin: 100px !important;
  }
  .mt-sm-10,
.my-sm-10 {
    margin-top: 100px !important;
  }
  .mr-sm-10,
.mx-sm-10 {
    margin-right: 100px !important;
  }
  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 100px !important;
  }
  .ml-sm-10,
.mx-sm-10 {
    margin-left: 100px !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: 10px !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 10px !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 10px !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 10px !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 10px !important;
  }
  .p-sm-2 {
    padding: 20px !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 20px !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 20px !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 20px !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 20px !important;
  }
  .p-sm-3 {
    padding: 30px !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 30px !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 30px !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 30px !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 30px !important;
  }
  .p-sm-4 {
    padding: 40px !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 40px !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 40px !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 40px !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 40px !important;
  }
  .p-sm-5 {
    padding: 50px !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 50px !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 50px !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 50px !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 50px !important;
  }
  .p-sm-6 {
    padding: 60px !important;
  }
  .pt-sm-6,
.py-sm-6 {
    padding-top: 60px !important;
  }
  .pr-sm-6,
.px-sm-6 {
    padding-right: 60px !important;
  }
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 60px !important;
  }
  .pl-sm-6,
.px-sm-6 {
    padding-left: 60px !important;
  }
  .p-sm-7 {
    padding: 70px !important;
  }
  .pt-sm-7,
.py-sm-7 {
    padding-top: 70px !important;
  }
  .pr-sm-7,
.px-sm-7 {
    padding-right: 70px !important;
  }
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 70px !important;
  }
  .pl-sm-7,
.px-sm-7 {
    padding-left: 70px !important;
  }
  .p-sm-8 {
    padding: 80px !important;
  }
  .pt-sm-8,
.py-sm-8 {
    padding-top: 80px !important;
  }
  .pr-sm-8,
.px-sm-8 {
    padding-right: 80px !important;
  }
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 80px !important;
  }
  .pl-sm-8,
.px-sm-8 {
    padding-left: 80px !important;
  }
  .p-sm-9 {
    padding: 90px !important;
  }
  .pt-sm-9,
.py-sm-9 {
    padding-top: 90px !important;
  }
  .pr-sm-9,
.px-sm-9 {
    padding-right: 90px !important;
  }
  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 90px !important;
  }
  .pl-sm-9,
.px-sm-9 {
    padding-left: 90px !important;
  }
  .p-sm-10 {
    padding: 100px !important;
  }
  .pt-sm-10,
.py-sm-10 {
    padding-top: 100px !important;
  }
  .pr-sm-10,
.px-sm-10 {
    padding-right: 100px !important;
  }
  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 100px !important;
  }
  .pl-sm-10,
.px-sm-10 {
    padding-left: 100px !important;
  }
  .m-sm-n1 {
    margin: -10px !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -10px !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -10px !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -10px !important;
  }
  .m-sm-n2 {
    margin: -20px !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -20px !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -20px !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -20px !important;
  }
  .m-sm-n3 {
    margin: -30px !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -30px !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -30px !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -30px !important;
  }
  .m-sm-n4 {
    margin: -40px !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -40px !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -40px !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -40px !important;
  }
  .m-sm-n5 {
    margin: -50px !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -50px !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -50px !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -50px !important;
  }
  .m-sm-n6 {
    margin: -60px !important;
  }
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -60px !important;
  }
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -60px !important;
  }
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -60px !important;
  }
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -60px !important;
  }
  .m-sm-n7 {
    margin: -70px !important;
  }
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -70px !important;
  }
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -70px !important;
  }
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -70px !important;
  }
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -70px !important;
  }
  .m-sm-n8 {
    margin: -80px !important;
  }
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -80px !important;
  }
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -80px !important;
  }
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -80px !important;
  }
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -80px !important;
  }
  .m-sm-n9 {
    margin: -90px !important;
  }
  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -90px !important;
  }
  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -90px !important;
  }
  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -90px !important;
  }
  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -90px !important;
  }
  .m-sm-n10 {
    margin: -100px !important;
  }
  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -100px !important;
  }
  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -100px !important;
  }
  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -100px !important;
  }
  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -100px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .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: 10px !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 10px !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 10px !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 10px !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 10px !important;
  }
  .m-md-2 {
    margin: 20px !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 20px !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 20px !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 20px !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 20px !important;
  }
  .m-md-3 {
    margin: 30px !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 30px !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 30px !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 30px !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 30px !important;
  }
  .m-md-4 {
    margin: 40px !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 40px !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 40px !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 40px !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 40px !important;
  }
  .m-md-5 {
    margin: 50px !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 50px !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 50px !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 50px !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 50px !important;
  }
  .m-md-6 {
    margin: 60px !important;
  }
  .mt-md-6,
.my-md-6 {
    margin-top: 60px !important;
  }
  .mr-md-6,
.mx-md-6 {
    margin-right: 60px !important;
  }
  .mb-md-6,
.my-md-6 {
    margin-bottom: 60px !important;
  }
  .ml-md-6,
.mx-md-6 {
    margin-left: 60px !important;
  }
  .m-md-7 {
    margin: 70px !important;
  }
  .mt-md-7,
.my-md-7 {
    margin-top: 70px !important;
  }
  .mr-md-7,
.mx-md-7 {
    margin-right: 70px !important;
  }
  .mb-md-7,
.my-md-7 {
    margin-bottom: 70px !important;
  }
  .ml-md-7,
.mx-md-7 {
    margin-left: 70px !important;
  }
  .m-md-8 {
    margin: 80px !important;
  }
  .mt-md-8,
.my-md-8 {
    margin-top: 80px !important;
  }
  .mr-md-8,
.mx-md-8 {
    margin-right: 80px !important;
  }
  .mb-md-8,
.my-md-8 {
    margin-bottom: 80px !important;
  }
  .ml-md-8,
.mx-md-8 {
    margin-left: 80px !important;
  }
  .m-md-9 {
    margin: 90px !important;
  }
  .mt-md-9,
.my-md-9 {
    margin-top: 90px !important;
  }
  .mr-md-9,
.mx-md-9 {
    margin-right: 90px !important;
  }
  .mb-md-9,
.my-md-9 {
    margin-bottom: 90px !important;
  }
  .ml-md-9,
.mx-md-9 {
    margin-left: 90px !important;
  }
  .m-md-10 {
    margin: 100px !important;
  }
  .mt-md-10,
.my-md-10 {
    margin-top: 100px !important;
  }
  .mr-md-10,
.mx-md-10 {
    margin-right: 100px !important;
  }
  .mb-md-10,
.my-md-10 {
    margin-bottom: 100px !important;
  }
  .ml-md-10,
.mx-md-10 {
    margin-left: 100px !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: 10px !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 10px !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 10px !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 10px !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 10px !important;
  }
  .p-md-2 {
    padding: 20px !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 20px !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 20px !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 20px !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 20px !important;
  }
  .p-md-3 {
    padding: 30px !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 30px !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 30px !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 30px !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 30px !important;
  }
  .p-md-4 {
    padding: 40px !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 40px !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 40px !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 40px !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 40px !important;
  }
  .p-md-5 {
    padding: 50px !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 50px !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 50px !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 50px !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 50px !important;
  }
  .p-md-6 {
    padding: 60px !important;
  }
  .pt-md-6,
.py-md-6 {
    padding-top: 60px !important;
  }
  .pr-md-6,
.px-md-6 {
    padding-right: 60px !important;
  }
  .pb-md-6,
.py-md-6 {
    padding-bottom: 60px !important;
  }
  .pl-md-6,
.px-md-6 {
    padding-left: 60px !important;
  }
  .p-md-7 {
    padding: 70px !important;
  }
  .pt-md-7,
.py-md-7 {
    padding-top: 70px !important;
  }
  .pr-md-7,
.px-md-7 {
    padding-right: 70px !important;
  }
  .pb-md-7,
.py-md-7 {
    padding-bottom: 70px !important;
  }
  .pl-md-7,
.px-md-7 {
    padding-left: 70px !important;
  }
  .p-md-8 {
    padding: 80px !important;
  }
  .pt-md-8,
.py-md-8 {
    padding-top: 80px !important;
  }
  .pr-md-8,
.px-md-8 {
    padding-right: 80px !important;
  }
  .pb-md-8,
.py-md-8 {
    padding-bottom: 80px !important;
  }
  .pl-md-8,
.px-md-8 {
    padding-left: 80px !important;
  }
  .p-md-9 {
    padding: 90px !important;
  }
  .pt-md-9,
.py-md-9 {
    padding-top: 90px !important;
  }
  .pr-md-9,
.px-md-9 {
    padding-right: 90px !important;
  }
  .pb-md-9,
.py-md-9 {
    padding-bottom: 90px !important;
  }
  .pl-md-9,
.px-md-9 {
    padding-left: 90px !important;
  }
  .p-md-10 {
    padding: 100px !important;
  }
  .pt-md-10,
.py-md-10 {
    padding-top: 100px !important;
  }
  .pr-md-10,
.px-md-10 {
    padding-right: 100px !important;
  }
  .pb-md-10,
.py-md-10 {
    padding-bottom: 100px !important;
  }
  .pl-md-10,
.px-md-10 {
    padding-left: 100px !important;
  }
  .m-md-n1 {
    margin: -10px !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -10px !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -10px !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -10px !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -10px !important;
  }
  .m-md-n2 {
    margin: -20px !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -20px !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -20px !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -20px !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -20px !important;
  }
  .m-md-n3 {
    margin: -30px !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -30px !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -30px !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -30px !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -30px !important;
  }
  .m-md-n4 {
    margin: -40px !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -40px !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -40px !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -40px !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -40px !important;
  }
  .m-md-n5 {
    margin: -50px !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -50px !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -50px !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -50px !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -50px !important;
  }
  .m-md-n6 {
    margin: -60px !important;
  }
  .mt-md-n6,
.my-md-n6 {
    margin-top: -60px !important;
  }
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -60px !important;
  }
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -60px !important;
  }
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -60px !important;
  }
  .m-md-n7 {
    margin: -70px !important;
  }
  .mt-md-n7,
.my-md-n7 {
    margin-top: -70px !important;
  }
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -70px !important;
  }
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -70px !important;
  }
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -70px !important;
  }
  .m-md-n8 {
    margin: -80px !important;
  }
  .mt-md-n8,
.my-md-n8 {
    margin-top: -80px !important;
  }
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -80px !important;
  }
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -80px !important;
  }
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -80px !important;
  }
  .m-md-n9 {
    margin: -90px !important;
  }
  .mt-md-n9,
.my-md-n9 {
    margin-top: -90px !important;
  }
  .mr-md-n9,
.mx-md-n9 {
    margin-right: -90px !important;
  }
  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -90px !important;
  }
  .ml-md-n9,
.mx-md-n9 {
    margin-left: -90px !important;
  }
  .m-md-n10 {
    margin: -100px !important;
  }
  .mt-md-n10,
.my-md-n10 {
    margin-top: -100px !important;
  }
  .mr-md-n10,
.mx-md-n10 {
    margin-right: -100px !important;
  }
  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -100px !important;
  }
  .ml-md-n10,
.mx-md-n10 {
    margin-left: -100px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .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: 10px !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 10px !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 10px !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 10px !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 10px !important;
  }
  .m-lg-2 {
    margin: 20px !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 20px !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 20px !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 20px !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 20px !important;
  }
  .m-lg-3 {
    margin: 30px !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 30px !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 30px !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 30px !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 30px !important;
  }
  .m-lg-4 {
    margin: 40px !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 40px !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 40px !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 40px !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 40px !important;
  }
  .m-lg-5 {
    margin: 50px !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 50px !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 50px !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 50px !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 50px !important;
  }
  .m-lg-6 {
    margin: 60px !important;
  }
  .mt-lg-6,
.my-lg-6 {
    margin-top: 60px !important;
  }
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 60px !important;
  }
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 60px !important;
  }
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 60px !important;
  }
  .m-lg-7 {
    margin: 70px !important;
  }
  .mt-lg-7,
.my-lg-7 {
    margin-top: 70px !important;
  }
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 70px !important;
  }
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 70px !important;
  }
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 70px !important;
  }
  .m-lg-8 {
    margin: 80px !important;
  }
  .mt-lg-8,
.my-lg-8 {
    margin-top: 80px !important;
  }
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 80px !important;
  }
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 80px !important;
  }
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 80px !important;
  }
  .m-lg-9 {
    margin: 90px !important;
  }
  .mt-lg-9,
.my-lg-9 {
    margin-top: 90px !important;
  }
  .mr-lg-9,
.mx-lg-9 {
    margin-right: 90px !important;
  }
  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 90px !important;
  }
  .ml-lg-9,
.mx-lg-9 {
    margin-left: 90px !important;
  }
  .m-lg-10 {
    margin: 100px !important;
  }
  .mt-lg-10,
.my-lg-10 {
    margin-top: 100px !important;
  }
  .mr-lg-10,
.mx-lg-10 {
    margin-right: 100px !important;
  }
  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 100px !important;
  }
  .ml-lg-10,
.mx-lg-10 {
    margin-left: 100px !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: 10px !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 10px !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 10px !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 10px !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 10px !important;
  }
  .p-lg-2 {
    padding: 20px !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 20px !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 20px !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 20px !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 20px !important;
  }
  .p-lg-3 {
    padding: 30px !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 30px !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 30px !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 30px !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 30px !important;
  }
  .p-lg-4 {
    padding: 40px !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 40px !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 40px !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 40px !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 40px !important;
  }
  .p-lg-5 {
    padding: 50px !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 50px !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 50px !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 50px !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 50px !important;
  }
  .p-lg-6 {
    padding: 60px !important;
  }
  .pt-lg-6,
.py-lg-6 {
    padding-top: 60px !important;
  }
  .pr-lg-6,
.px-lg-6 {
    padding-right: 60px !important;
  }
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 60px !important;
  }
  .pl-lg-6,
.px-lg-6 {
    padding-left: 60px !important;
  }
  .p-lg-7 {
    padding: 70px !important;
  }
  .pt-lg-7,
.py-lg-7 {
    padding-top: 70px !important;
  }
  .pr-lg-7,
.px-lg-7 {
    padding-right: 70px !important;
  }
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 70px !important;
  }
  .pl-lg-7,
.px-lg-7 {
    padding-left: 70px !important;
  }
  .p-lg-8 {
    padding: 80px !important;
  }
  .pt-lg-8,
.py-lg-8 {
    padding-top: 80px !important;
  }
  .pr-lg-8,
.px-lg-8 {
    padding-right: 80px !important;
  }
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 80px !important;
  }
  .pl-lg-8,
.px-lg-8 {
    padding-left: 80px !important;
  }
  .p-lg-9 {
    padding: 90px !important;
  }
  .pt-lg-9,
.py-lg-9 {
    padding-top: 90px !important;
  }
  .pr-lg-9,
.px-lg-9 {
    padding-right: 90px !important;
  }
  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 90px !important;
  }
  .pl-lg-9,
.px-lg-9 {
    padding-left: 90px !important;
  }
  .p-lg-10 {
    padding: 100px !important;
  }
  .pt-lg-10,
.py-lg-10 {
    padding-top: 100px !important;
  }
  .pr-lg-10,
.px-lg-10 {
    padding-right: 100px !important;
  }
  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 100px !important;
  }
  .pl-lg-10,
.px-lg-10 {
    padding-left: 100px !important;
  }
  .m-lg-n1 {
    margin: -10px !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -10px !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -10px !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -10px !important;
  }
  .m-lg-n2 {
    margin: -20px !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -20px !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -20px !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -20px !important;
  }
  .m-lg-n3 {
    margin: -30px !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -30px !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -30px !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -30px !important;
  }
  .m-lg-n4 {
    margin: -40px !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -40px !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -40px !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -40px !important;
  }
  .m-lg-n5 {
    margin: -50px !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -50px !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -50px !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -50px !important;
  }
  .m-lg-n6 {
    margin: -60px !important;
  }
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -60px !important;
  }
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -60px !important;
  }
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -60px !important;
  }
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -60px !important;
  }
  .m-lg-n7 {
    margin: -70px !important;
  }
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -70px !important;
  }
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -70px !important;
  }
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -70px !important;
  }
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -70px !important;
  }
  .m-lg-n8 {
    margin: -80px !important;
  }
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -80px !important;
  }
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -80px !important;
  }
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -80px !important;
  }
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -80px !important;
  }
  .m-lg-n9 {
    margin: -90px !important;
  }
  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -90px !important;
  }
  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -90px !important;
  }
  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -90px !important;
  }
  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -90px !important;
  }
  .m-lg-n10 {
    margin: -100px !important;
  }
  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -100px !important;
  }
  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -100px !important;
  }
  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -100px !important;
  }
  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -100px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .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: 10px !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 10px !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 10px !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 10px !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 10px !important;
  }
  .m-xl-2 {
    margin: 20px !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 20px !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 20px !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 20px !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 20px !important;
  }
  .m-xl-3 {
    margin: 30px !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 30px !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 30px !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 30px !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 30px !important;
  }
  .m-xl-4 {
    margin: 40px !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 40px !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 40px !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 40px !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 40px !important;
  }
  .m-xl-5 {
    margin: 50px !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 50px !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 50px !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 50px !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 50px !important;
  }
  .m-xl-6 {
    margin: 60px !important;
  }
  .mt-xl-6,
.my-xl-6 {
    margin-top: 60px !important;
  }
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 60px !important;
  }
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 60px !important;
  }
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 60px !important;
  }
  .m-xl-7 {
    margin: 70px !important;
  }
  .mt-xl-7,
.my-xl-7 {
    margin-top: 70px !important;
  }
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 70px !important;
  }
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 70px !important;
  }
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 70px !important;
  }
  .m-xl-8 {
    margin: 80px !important;
  }
  .mt-xl-8,
.my-xl-8 {
    margin-top: 80px !important;
  }
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 80px !important;
  }
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 80px !important;
  }
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 80px !important;
  }
  .m-xl-9 {
    margin: 90px !important;
  }
  .mt-xl-9,
.my-xl-9 {
    margin-top: 90px !important;
  }
  .mr-xl-9,
.mx-xl-9 {
    margin-right: 90px !important;
  }
  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 90px !important;
  }
  .ml-xl-9,
.mx-xl-9 {
    margin-left: 90px !important;
  }
  .m-xl-10 {
    margin: 100px !important;
  }
  .mt-xl-10,
.my-xl-10 {
    margin-top: 100px !important;
  }
  .mr-xl-10,
.mx-xl-10 {
    margin-right: 100px !important;
  }
  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 100px !important;
  }
  .ml-xl-10,
.mx-xl-10 {
    margin-left: 100px !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: 10px !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 10px !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 10px !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 10px !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 10px !important;
  }
  .p-xl-2 {
    padding: 20px !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 20px !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 20px !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 20px !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 20px !important;
  }
  .p-xl-3 {
    padding: 30px !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 30px !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 30px !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 30px !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 30px !important;
  }
  .p-xl-4 {
    padding: 40px !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 40px !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 40px !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 40px !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 40px !important;
  }
  .p-xl-5 {
    padding: 50px !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 50px !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 50px !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 50px !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 50px !important;
  }
  .p-xl-6 {
    padding: 60px !important;
  }
  .pt-xl-6,
.py-xl-6 {
    padding-top: 60px !important;
  }
  .pr-xl-6,
.px-xl-6 {
    padding-right: 60px !important;
  }
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 60px !important;
  }
  .pl-xl-6,
.px-xl-6 {
    padding-left: 60px !important;
  }
  .p-xl-7 {
    padding: 70px !important;
  }
  .pt-xl-7,
.py-xl-7 {
    padding-top: 70px !important;
  }
  .pr-xl-7,
.px-xl-7 {
    padding-right: 70px !important;
  }
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 70px !important;
  }
  .pl-xl-7,
.px-xl-7 {
    padding-left: 70px !important;
  }
  .p-xl-8 {
    padding: 80px !important;
  }
  .pt-xl-8,
.py-xl-8 {
    padding-top: 80px !important;
  }
  .pr-xl-8,
.px-xl-8 {
    padding-right: 80px !important;
  }
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 80px !important;
  }
  .pl-xl-8,
.px-xl-8 {
    padding-left: 80px !important;
  }
  .p-xl-9 {
    padding: 90px !important;
  }
  .pt-xl-9,
.py-xl-9 {
    padding-top: 90px !important;
  }
  .pr-xl-9,
.px-xl-9 {
    padding-right: 90px !important;
  }
  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 90px !important;
  }
  .pl-xl-9,
.px-xl-9 {
    padding-left: 90px !important;
  }
  .p-xl-10 {
    padding: 100px !important;
  }
  .pt-xl-10,
.py-xl-10 {
    padding-top: 100px !important;
  }
  .pr-xl-10,
.px-xl-10 {
    padding-right: 100px !important;
  }
  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 100px !important;
  }
  .pl-xl-10,
.px-xl-10 {
    padding-left: 100px !important;
  }
  .m-xl-n1 {
    margin: -10px !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -10px !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -10px !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -10px !important;
  }
  .m-xl-n2 {
    margin: -20px !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -20px !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -20px !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -20px !important;
  }
  .m-xl-n3 {
    margin: -30px !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -30px !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -30px !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -30px !important;
  }
  .m-xl-n4 {
    margin: -40px !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -40px !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -40px !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -40px !important;
  }
  .m-xl-n5 {
    margin: -50px !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -50px !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -50px !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -50px !important;
  }
  .m-xl-n6 {
    margin: -60px !important;
  }
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -60px !important;
  }
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -60px !important;
  }
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -60px !important;
  }
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -60px !important;
  }
  .m-xl-n7 {
    margin: -70px !important;
  }
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -70px !important;
  }
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -70px !important;
  }
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -70px !important;
  }
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -70px !important;
  }
  .m-xl-n8 {
    margin: -80px !important;
  }
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -80px !important;
  }
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -80px !important;
  }
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -80px !important;
  }
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -80px !important;
  }
  .m-xl-n9 {
    margin: -90px !important;
  }
  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -90px !important;
  }
  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -90px !important;
  }
  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -90px !important;
  }
  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -90px !important;
  }
  .m-xl-n10 {
    margin: -100px !important;
  }
  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -100px !important;
  }
  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -100px !important;
  }
  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -100px !important;
  }
  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -100px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
/* Site Footer Styles */
footer.site-footer {
  color: #FFFFFF;
  background-color: #000000;
  padding: 50px 0;
}
@media (min-width: 992px) {
  footer.site-footer .footer-nav-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
footer.site-footer .footer-nav-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-nav-wrapper .footer-navigation .footer-nav {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 768px) {
  footer.site-footer .footer-nav-wrapper .footer-navigation .footer-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
footer.site-footer .footer-nav-wrapper .footer-navigation .footer-nav li a {
  color: #CCCCCC;
  text-transform: uppercase;
  margin-right: 20px;
  text-decoration: none;
  font-family: "Montserrat Medium";
  white-space: nowrap;
  font-size: 1.4rem;
}
footer.site-footer .footer-nav-wrapper .footer-navigation .footer-nav li a:hover {
  color: #E32127;
}
footer.site-footer .footer-nav-wrapper .footer-social-wrapper .menu-social-links {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  footer.site-footer .footer-nav-wrapper .footer-social-wrapper .menu-social-links {
    justify-content: flex-end;
  }
}
footer.site-footer .footer-nav-wrapper .footer-social-wrapper .menu-social-links li a {
  text-decoration: none;
  font-size: 0;
  margin: 20px;
}
@media (min-width: 992px) {
  footer.site-footer .footer-nav-wrapper .footer-social-wrapper .menu-social-links li a {
    margin: 0 0 0 20px;
  }
}
footer.site-footer .footer-copyright {
  margin-top: 40px;
  font-size: 1.2rem;
}

/*# sourceMappingURL=raceschool.css.map*/