.form-section {
  position: relative;
}
.form-section .form-on-submit {
  display: none;
}
.form-section.submitted .form-on-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-section.in-progress .form-on-submit > * {
  display: none;
}
.form-section.in-progress .form-content {
  opacity: .5;
}
.form-section.success .form-content,
.form-section.failed .form-content {
  visibility: hidden;
}
.form-section.success .error-msg,
.form-section.failed .thank-you {
  display: none;
}

.ln-popup {
  margin-top: 2px;
  background: #fff;
  border: 1px solid #DCDCDC;
  text-align: left;
}
.ln-header {
  font-size: 15px;
  font-weight: bold;
  padding: .6em 1em .8em;
}
.ln-results {
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  max-height: 200px;
  overflow-y: auto;
  padding: 8px 0;
}
.ln-results::-webkit-scrollbar {
  width: 7px;
}
.ln-results::-webkit-scrollbar-thumb {
  background-color: gray;
}
.ln-company {
  cursor: pointer;
  font-size: 13px;
  color: #777;
  padding: 4px 1rem 4px;
}
.ln-company:hover {
  background: #eee;
}
.ln-company h4 {
  font-size: 15px;
  margin: 0 0 4px;
  color: #383d68;
}
.ln-footer {
  cursor: pointer;
  color: #167450;
  padding: 1em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.ln-footer:hover {
  background: #eee;
}
.ln-footer span::before {
  content: "My business is not in this\00A0list";
}

html,
body {
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.sep,
.sep-x,
.sep-y {
  color: transparent;
  user-select: none;
  pointer-events: none;
}
.sep-x {
  max-height: 8px;
  overflow-y: hidden;
}

body.mobile-menu-active {
  overflow: hidden;
}
#mobile-menu {
  position: fixed;
  top: 55px;
  bottom: 0;
  width: 100vw;
  left: -100vw;
  z-index: 999;
  transition: left 500ms;
}
#mobile-menu.active {
  left: 0;
}

.video {
  display: inline-block;
  position: relative;
  line-height: 0;
}
.lp-video {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.lp-video > video {
  width: 100%;
}
.lp-video.active > div {
  display: none;
}
.play-icon {
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 66px;
  height: 66px;
  margin-top: -33px;
  margin-left: -33px;
  border: none;
  border-radius: 33px;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.08);
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 8'%3E%3Cpath fill='%23317153' d='M0 0L6 4L0 8Z'/%3E%3C/svg%3E") 57% center no-repeat;
  background-size: 18px;
}

.expandable {
  max-height: 200px;
  transition: max-height 0.5s linear;
  overflow-y: hidden;
}
.expandable.collapsed,
.collapsed .expandable,
.accordion > div:not(.active) .expandable {
  max-height: 0 !important;
}
.collapsed .hide-on-collapse {
  display: none;
}

.cq-Editable-dom > .cq-block,
.cq-Editable-dom.cq-block {
  display: block !important;
  height: auto !important;
}
.cq-Editable-dom > .cq-iblock,
.cq-Editable-dom.cq-iblock {
  display: inline-block !important;
}
.cq-Editable-dom > .cq-flex,
.cq-Editable-dom.cq-flex {
  display: flex !important;
}
.cq-Editable-dom > .cq-visible,
.cq-Editable-dom.cq-visible {
  visibility: visible !important;
}
.cq-Editable-dom > .cq-static,
.cq-Editable-dom.cq-static {
  position: static !important;
}
.cq-Editable-dom > .cq-h-auto,
.cq-Editable-dom.cq-h-auto {
  height: auto !important;
}
.cq-Editable-dom > .cq-mt-0,
.cq-Editable-dom.cq-mt-0 {
  margin-top: 0 !important;
}
.cq-Editable-dom > .cq-o-1,
.cq-Editable-dom.cq-o-1 {
  opacity: 1 !important;
}
.cq-Editable-dom .cq,
.cq-Editable-dom .cq-container > div {
  display: block !important;
  visibility: visible !important;
  position: static !important;
  height: auto !important;
}
.cq-Editable-dom dialog {
  position: static;
  display: block;
}

@font-face {
  font-family: 'GT America';
  src: url('../../../content/dam/fonts/corpay/GTAmerica-Regular.woff2') format('woff2'), url('../../../content/dam/fonts/corpay/GTAmerica-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('../../../content/dam/fonts/corpay/GTAmerica-RegularItalic.woff2') format('woff2'), url('../../../content/dam/fonts/corpay/GTAmerica-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('../../../content/dam/fonts/corpay/GTAmerica-Bold.woff2') format('woff2'), url('../../../content/dam/fonts/corpay/GTAmerica-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('../../../content/dam/fonts/corpay/GTAmerica-Medium.woff2') format('woff2'), url('../../../content/dam/fonts/corpay/GTAmerica-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('../../../content/dam/fonts/corpay/GTAmerica-MediumItalic.woff2') format('woff2'), url('../../../content/dam/fonts/corpay/GTAmerica-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('../../../content/dam/fonts/corpay/GTAmerica-Light.woff2') format('woff2'), url('../../../content/dam/fonts/corpay/GTAmerica-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('../../../content/dam/fonts/corpay/GTAmerica-LightItalic.woff2') format('woff2'), url('../../../content/dam/fonts/corpay/GTAmerica-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('../../../content/dam/fonts/corpay/GTAmerica-Thin.woff2') format('woff2'), url('../../../content/dam/fonts/corpay/GTAmerica-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT America Extended';
  src: url('../../../content/dam/fonts/corpay/GTAmerica-ExtendedLight.woff2') format('woff2'), url('../../../content/dam/fonts/corpay/GTAmerica-ExtendedLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT America Extended';
  src: url('../../../content/dam/fonts/corpay/GTAmerica-ExtendedUltraLight.woff2') format('woff2'), url('../../../content/dam/fonts/corpay/GTAmerica-ExtendedUltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT America Extended';
  src: url('../../../content/dam/fonts/corpay/GTAmerica-ExtendedThin.woff2') format('woff2'), url('../../../content/dam/fonts/corpay/GTAmerica-ExtendedThin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
html,
input,
select,
button {
  font-family: 'GT America', Roboto, Helvetica, Arial, sans-serif;
  color: #000;
}
html {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  text-rendering: geometricPrecision;
}
input,
select {
  font-size: 16px;
  line-height: 1;
}
a,
a:visited {
  color: #BF144A;
  text-decoration: none;
}
sup {
  line-height: 0;
}
sup a,
sup a:visited {
  color: inherit;
  text-decoration: none!important;
  font-size: .9em;
}
b,
p b {
  font-weight: 500;
}
ul,
ol {
  margin: 0;
}
nav ul {
  list-style: none;
  padding-left: 0;
}
p {
  line-height: 1.25;
}
.larger p,
p.larger {
  font-size: 20px;
}
h1,
h2 {
  font-family: "GT America Extended";
  font-weight: 300;
  font-size: 30px;
  line-height: 1.25;
  margin: 1rem 0;
  text-transform: uppercase;
}
h3,
h4 {
  font-size: 20px;
  font-weight: 500;
}
h3.title {
  font-size: 30px;
  font-family: 'GT America Extended';
  line-height: 1.37;
}
h2 + p {
  font-size: 20px;
  margin-top: -5px;
}
table {
  border-collapse: collapse;
}
@media (min-width: 768px) {
  p.larger,
  .larger p {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  p.larger,
  .larger p {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 20px;
  }
  h1,
  h2 {
    font-size: 40px;
  }
  h3.title {
    font-size: 36px;
  }
  p.larger,
  .larger p {
    font-size: 36px;
  }
}
.btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 40px;
  border: none;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none !important;
  min-width: 126px;
}
.btn-primary {
  background-color: #BF144A;
  color: #fff;
}
.btn-primary:visited {
  color: #ffffff;
}
.btn-secondary {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  color: inherit;
}
.btn-secondary:visited {
  color: inherit;
}
a.btn-text {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
a.btn-text:hover {
  text-decoration: underline;
}
.dark a.btn-text {
  color: #ffffff;
}
.dark a.btn-text:hover {
  opacity: 0.7;
}
.btn-tab:not(.active) .btn {
  background-color: #C4CDD6;
  cursor: pointer;
}
.btn-tab > .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border-radius: 5px;
  padding: 8px 8px;
  font-weight: 500;
}
.btn-tab.active {
  position: relative;
}
.btn-tab.active > .btn {
  background-color: #3BB9E1;
}
.btn-tab.active .btn::after {
  position: absolute;
  content: "";
  border-radius: 5px;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 5px;
  background-color: #3BB9E1;
}
.btn-tab.active .btn > div::after {
  position: absolute;
  width: 10px;
  height: 5px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10px 5px' width='10' height='5' fill='%233BB9E1'%3E%3Cpath d='M 0 0 h 10 L 5 5 z'/%3E%3C/svg%3E");
  left: 50%;
  margin-left: -5px;
  bottom: -4px;
}
.top-section {
  padding: 25px 6.5%;
}
.container {
  margin: 25px 6.5%;
}
.logo {
  display: inline-block;
  line-height: 0;
}
.gt-extended {
  font-family: "GT America Extended";
}
.social-icon {
  width: 35px;
  height: 35px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 8px;
  border-radius: 4px;
}
.social-icon img {
  width: 25px;
}
.disclaimers {
  font-size: 15px;
}
.rounded {
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 25px 39px;
}
.border-red-dots,
.border-cyan-dots,
border-white-dots {
  position: relative;
}
.border-red-dots::before,
.border-cyan-dots::before,
border-white-dots::before {
  position: absolute;
  content: "";
  border-radius: 20px;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23BF144A' stroke-width='4' stroke-dasharray='2%2c 8' stroke-dashoffset='4' stroke-linecap='butt'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.border-cyan-dots::before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%2358BEE8' stroke-width='4' stroke-dasharray='2%2c 8' stroke-dashoffset='4' stroke-linecap='butt'/%3e%3c/svg%3e");
}
.border-white-dots::before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='white' stroke-width='4' stroke-dasharray='2%2c 8' stroke-dashoffset='4' stroke-linecap='butt'/%3e%3c/svg%3e");
}
.play-icon-1 {
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.08);
  background: url(../../../content/dam/comdata/icons/play.svg) no-repeat;
  background-size: cover;
}
.videos {
  margin: 0 auto;
}
.videos div {
  line-height: 0;
}
.videos .video {
  margin-bottom: 10px;
}
.videos .active > .video {
  box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 0.25);
}
.stack-3 {
  overflow: hidden;
  padding: 0 8.333%;
}
.stack-3 .slides {
  position: relative;
}
.stack-3 .slides > * {
  position: absolute;
  transition: .5s;
  left: 0;
  right: 0;
}
.stack-3 .slides > .active {
  z-index: 2;
}
.stack-3 .slides > :not(.active) {
  opacity: .5;
  filter: blur(2px);
}
.stack-3 .slides > [data-slide-index='-1'] {
  transform: translateX(-26%) scale(0.677);
}
.stack-3 .slides > [data-slide-index='1'] {
  transform: translateX(26%) scale(0.677);
}
.carousel {
  overflow: hidden;
  position: relative;
}
.carousel > *:not(.cq-Editable-dom) {
  position: absolute;
  visibility: hidden;
  top: 0;
  width: 100%;
  transition: left .5s;
}
.carousel > .active {
  left: 0;
  visibility: visible;
}
.carousel > [data-slide-index='-1'] {
  left: -100%;
  visibility: visible;
}
.carousel > [data-slide-index='1'] {
  left: 100%;
  visibility: visible;
}
.carousel[data-dir='left'] > [data-slide-index='-1'],
.carousel[data-dir='right'] > [data-slide-index='1'] {
  transition-timing-function: step-end;
}
.tabsContent > :not(.active, .cq-Editable-dom) > * {
  display: none;
}
.head-text {
  font-family: "GT America Extended";
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 575px) {
  .ws_sm {
    margin-left: -6.5vw;
    margin-right: -6.5vw;
  }
}
@media (min-width: 768px) {
  .top-section {
    padding: 2em 6%;
  }
  .container {
    margin: 2em 6%;
  }
  .head-text {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .top-section {
    padding: 2.5em 7%;
  }
  .container {
    margin: 2.5em 7%;
  }
  .play-icon-1 {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }
}
@media (min-width: 1450px) {
  .top-section {
    padding: 3.5em 9%;
  }
  .top-section > div {
    margin: 0 auto;
    max-width: 1280px;
  }
  .container {
    margin: 3.5em auto;
    max-width: 1280px;
  }
}
/* Hiding The recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}
.bg-white {
  background-color: #fff;
  color: #000;
}
.bg-cyan {
  background-color: #3BB9E1;
  color: #fff;
}
.bg-cyan a,
.bg-cyan a:visited {
  text-decoration: underline;
  color: #fff;
  text-decoration-thickness: 1.2px;
}
.bg-cyan a:hover {
  color: #59ffff;
}
.bg-alt {
  background-color: #F5F5F5;
}
.bg-gray {
  background-color: #E6E8E7;
  color: #000;
}
.bg-red {
  background-color: #BF144A;
  color: #fff;
}
.bg-dark {
  background-color: #2D2D2D;
  color: #ccc;
}
.bg-dark a,
.bg-dark a:visited {
  text-decoration: underline;
  color: #ccc;
}
.bg-dark a:hover {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.text-white {
  color: #ffffff;
}
.text-gray {
  color: #707070;
}
.text-red {
  color: #BF144A !important;
}
.text-cyan {
  color: #3bb9e1;
}
.cyan-2 {
  color: #58bee8;
}
.g-cols-2 {
  grid-template-columns: 1fr 1fr;
}
.g-cols-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.g-cols-12 {
  grid-template-columns: 1fr 2fr;
}
.g-rows-a1 {
  grid-template-rows: auto 1fr;
}
.feature-items {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 4rem;
  justify-content: center;
}
.feature-items.compact {
  gap: 2rem 2rem;
}
.feature-item {
  font-family: "GT America Extended";
  display: flex;
  max-width: 273px;
}
.feature-item p {
  margin: 0 0 0 18px;
  line-height: 1.33;
}
.feature-item .icon,
.feature-item img {
  width: 50px;
  height: 50px;
}
.feature-item .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.feature-item .icon > img {
  width: 38%;
  height: auto;
}
.feature-item.v2 {
  display: block;
  text-align: center;
}
.feature-item.v2 .icon {
  width: 97px;
  height: 97px;
}
.feature-item.v2 h4 {
  font-family: "GT America";
  font-weight: 500;
  margin: 1rem 0 1em;
}
.feature-item.v2 ul {
  font-size: 16px;
  padding-left: 1rem;
}
.feature-item.v2 li {
  margin-bottom: .2em;
}
.black-bullets li {
  list-style-image: url('data:image/svg+xml,<svg viewBox="0 0 24 16" xmlns="http://www.w3.org/2000/svg"><circle cx="4" cy="4" r="4" fill="black"/></svg>');
}
.black-bullets li::marker {
  line-height: 0;
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .feature-item.v2 h4 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .feature-item {
    display: block;
    text-align: center;
    max-width: 299px;
  }
  .feature-item p {
    margin: 1rem 0;
  }
  .feature-item .icon,
  .feature-item img {
    width: 97px;
    height: 97px;
  }
  .compact .feature-item {
    max-width: 273px;
  }
}
@media (min-width: 1200px) {
  .feature-item {
    max-width: 323px;
    font-family: "GT America";
  }
  .compact .feature-item {
    max-width: 273px;
  }
}
@media (min-width: 1450px) {
  .feature-items {
    justify-content: space-between;
  }
}
.site-header {
  padding-top: 26px;
  padding-bottom: 27px;
}
.site-header h4 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  cursor: default;
  color: #222;
  user-select: none;
}
.site-header h4 a,
.site-header h4 a:visited {
  color: inherit;
  text-decoration: none;
}
.site-header .phone {
  font-size: 16px;
  font-weight: 500;
}
.site-header .phone a {
  text-decoration: none;
}
.site-header .submenu {
  padding: 10px 14px;
  border-radius: 20px;
}
.site-header .submenu:has(.popup):hover {
  background: #ebebeb;
}
.site-header .popup h4 {
  text-transform: uppercase;
  font-weight: 500;
}
.site-header .popup a,
.site-header .popup a:visited {
  text-decoration: none;
  font-size: 15px;
  color: #303030;
}
.site-header .menu-hide {
  display: none;
}
.site-header .btn {
  font-size: 14px;
}
#top-bar {
  position: relative;
}
#top-bar .popup > ul {
  padding: 1rem .5rem;
  border-top: 2px solid #e6e8e7;
  background: white;
}
#top-bar .popup > ul > li {
  position: relative;
}
#top-bar .popup > ul > li > a {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  padding: .3rem 1rem;
}
#top-bar .popup > ul > li:hover > .popup {
  display: inline-block;
  top: -5px;
}
#top-bar .popup > ul > li > .popup > ul {
  box-shadow: 1px 1px 4px 0px rgba(34, 60, 80, 0.2);
  border-radius: 3px;
  white-space: nowrap;
}
#top-bar .popup {
  display: none;
  position: absolute;
  z-index: 999;
  font-size: 15px;
}
#top-bar .popup p {
  margin-top: 5px;
  color: #999;
  font-size: 14px;
}
#top-bar .popup a:hover {
  opacity: 0.6;
}
#top-bar .submenu > .popup {
  top: 40px;
  padding-top: 10px;
  transform: translateX(-40px);
}
#top-bar .submenu.resources > .popup {
  transform: translateX(-20px);
}
#top-bar .site-links .submenu:hover > .popup {
  display: unset;
}
#mobile-menu {
  top: 85px;
  left: 100vw;
  overflow-y: auto;
  max-width: 800px;
  background: #fff;
  border-top: 1px solid #BF144A;
  padding-top: 32px;
}
#mobile-menu .submenu {
  background: #fff !important;
  padding-bottom: 0;
}
#mobile-menu .submenu > h4 {
  position: relative;
}
#mobile-menu .submenu:has(.popup) > h4::after {
  position: absolute;
  right: 8px;
  width: 8px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 4.7'%0A%3E%3Cpath fill='2f4267' d='M8,.7,7.3,0,4,3.3.7,0,0,.7l4,4Z'%3E%3C/path%3E%3C/svg%3E");
  transform: rotate(0deg);
  transition: 0.4s;
}
#mobile-menu .submenu.expanded > h4::after {
  transform: rotate(360deg);
}
#mobile-menu .submenu:not(.expanded) .popup {
  max-height: 0 !important;
}
#mobile-menu .popup {
  overflow: hidden;
  padding: 0 12px 0 34px;
  max-height: 320px;
  transition: all .4s linear;
}
#mobile-menu .popup h4 {
  padding: 1rem 0 0.6rem;
}
#mobile-menu .popup li p {
  display: none;
}
#mobile-menu .popup li {
  margin-bottom: 0.4em;
}
.grid-1,
.grid-2 {
  grid-auto-flow: column;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 1rem;
}
.grid-2 {
  grid-template-columns: 1fr 1fr;
}
.gap-1 {
  gap: 22px;
}
body.menu-active {
  overflow: hidden;
}
body.menu-active #mobile-menu {
  left: 0;
}
body.menu-active .menu-show {
  display: none;
}
body.menu-active .menu-hide {
  display: unset;
}
@media (min-width: 768px) {
  .site-header .phone {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .site-header h4 {
    font-size: 15px;
  }
  .site-header .submenu {
    padding: 10px 20px;
  }
  .site-header .phone {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .site-header h4 {
    font-size: 16px;
  }
}
.contact-us-form {
  margin: 0 auto;
  font-size: 16px;
  padding: 8px 24px;
  border: 1px solid #ECECEC;
  border-radius: 20px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.contact-us-form .btn {
  border-radius: 4px;
  padding: 15px 19px;
}
@media (min-width: 576px) {
  .form-fields {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
  }
  .form-fields .sm_w-50 {
    width: 48.1%;
  }
  .form-fields .sm_w-30 {
    width: 35.2%;
  }
  .form-fields .sm_w-70 {
    width: 61%;
  }
}
@media (min-width: 1200px) {
  .form-fields .xl_w-25 {
    width: 23%;
  }
  .form-fields .xl_w-50 {
    width: 48.1%;
  }
}
.text-input {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #777;
  margin-bottom: 1rem;
}
.text-input input,
.text-input select {
  width: 100%;
  padding: 18px 15px 12px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #D5E5E1;
  border-radius: 4px;
}
.text-input input:focus,
.text-input select:focus {
  box-shadow: 0px 3px 12px -5px #40cfc2;
  border-color: #58BEE8;
  outline: 0;
}
.text-input select {
  appearance: none;
}
.text-input > span {
  position: absolute;
  display: inline-block;
  pointer-events: none;
  user-select: none;
  color: #626f88;
  font-size: 16px;
  left: 14px;
  top: 16px;
  right: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.2s ease;
}
.text-input.has-focus > span,
.text-input.has-content > span {
  top: -7px;
  transition: 0.2s linear;
  font-size: 11px;
  padding: 0 4px;
  width: auto;
  right: unset;
  background-color: #fff;
  transform: none;
}
.text-input.dropdown::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 32' width='32' height='16'%3E%3Cpath d='M 5 8 h 22 l -11 12 z' fill='%23777' stroke='none'%3E%3C/path%3E%3C/svg%3E");
  top: 19px;
  right: 12px;
  width: 18px;
  height: 18px;
  background-position: contain;
  background-repeat: no-repeat;
}
.text-input .errorfield {
  margin-top: 7px;
}
.checkbox {
  display: flex;
}
.checkbox input {
  appearance: none;
  display: inline-block;
  border: 2px solid #6C7599;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  margin: 0 10px 2px 0;
  vertical-align: middle;
}
.checkbox input:checked {
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpath d='M 3 6.875 L 5.573 9.183 L 10.188 4' stroke='%236c7599' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
}
.checkbox span {
  font-size: .9375em;
  flex: 1 1;
}
.sms-opt-group {
  color: #6C7599;
}
.sms-opt-group p {
  font-size: 0.8525em;
  margin: .5rem 0 2rem 18px;
}
.errorfield {
  padding: 7px;
  text-align: center;
  background-color: #e1261c;
  margin-top: -17px;
  position: absolute;
  border-radius: 4px;
  margin-bottom: 10px;
  height: auto;
  pointer-events: none;
  color: #FFF;
  font-size: 12px;
  max-height: 100px;
  z-index: 300;
}
.errorfield:empty {
  display: none;
}
.errorfield::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 15px;
  width: 0;
  border: 4px solid #e1261c;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg) skew(-5deg, -5deg);
}
.btn-input {
  position: relative;
}
.btn-input input {
  border: none;
  color: inherit;
  text-align: center;
  background-color: inherit;
  width: 100%;
  padding: 0;
  outline: none !important;
}
.btn-input input::placeholder {
  color: inherit;
  opacity: 1;
}
.btn-input span {
  position: absolute;
}
.site-footer .site-links li {
  margin-bottom: 0.5rem;
}
.site-footer .site-links h4 {
  color: #fff;
  margin: 0 0 .7rem;
}
.site-footer .site-links a {
  font-size: 16px;
  text-decoration: none;
}
.site-footer .footer-bottom {
  font-size: 16px;
  border-top: 1px solid #707070;
}
a.text-link {
  font-size: 16px;
  text-decoration: none;
}
.other-sites {
  font-size: 16px;
  color: #fff;
}
.other-sites div,
.other-sites a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.other-sites nav {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #575757;
  padding: 4px 12px;
  margin: -5px -12px 0;
  visibility: hidden;
}
.other-sites nav.active {
  visibility: visible;
}
.footer-separator::after {
  position: relative;
  top: 1.5rem;
  content: "";
  display: block;
  border-bottom: 1px solid #707070;
}
.lang-flag {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .site-footer .site-links > div {
    width: 21%;
  }
  .site-footer .site-links > div:first-child {
    width: 23%;
  }
  .footer-separator::after {
    top: 2.5rem;
  }
}
.metric-item {
  width: 220px;
  position: relative;
  z-index: 2;
}
.metric-item h3 {
  display: inline-block;
  font-size: 38px;
  font-weight: 500;
  margin: 0;
  padding: 15px 0;
  width: 165px;
  color: #58BEE8;
  background-color: #fff;
  border-radius: 20px;
}
.metric-item p {
  font-weight: 500;
  font-size: 20px;
  margin: 1.1em 0 1.5em;
}
.metrics {
  position: relative;
}
.metrics::after {
  position: absolute;
  content: "";
  left: calc(50% - 155px);
  width: 310px;
  top: 40px;
  bottom: 135px;
  z-index: 1;
  border-radius: 20px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23fff' stroke-width='4' stroke-dasharray='2%2c 8' stroke-dashoffset='4' stroke-linecap='butt'/%3e%3c/svg%3e");
}
@media (min-width: 506px) {
  .metrics::after {
    left: 2%;
    width: 96%;
  }
}
.get-rec {
  position: relative;
  margin-left: 16px;
}
.get-rec > :first-child {
  width: 85%;
  margin-left: auto;
}
.get-rec > :last-child {
  position: relative;
  z-index: 3;
  width: 88%;
  margin-right: auto;
  margin-top: -22px;
}
.get-rec .rounded {
  padding: 25px;
}
.get-rec img {
  border-radius: 20px;
}
.get-rec::after {
  position: absolute;
  content: "";
  left: -16px;
  right: 5%;
  top: 16px;
  bottom: -16px;
  z-index: 1;
  border-radius: 20px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%2358BEE8' stroke-width='4' stroke-dasharray='2%2c 8' stroke-dashoffset='4' stroke-linecap='butt'/%3e%3c/svg%3e");
}
@media (min-width: 768px) {
  .get-rec {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
  }
  .get-rec > :first-child {
    display: inline-block;
    width: 80%;
    margin-left: 0;
  }
  .get-rec > :last-child {
    display: inline-block;
    white-space: wrap;
    margin: 20px 0 0 0;
    transform: translateX(-100px);
  }
  .get-rec .rounded {
    padding: 32px 52px;
  }
  .get-rec .rounded p {
    font-size: 25px;
  }
  .get-rec::after {
    top: -16px;
    bottom: 52px;
    right: 40px;
  }
}
.rtable {
  --tbl-color: #BF144A;
}
.rtable th,
.rtable td {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  height: 1px;
}
.rtable th {
  font-family: "GT America Extended";
  font-weight: 300;
  font-size: 18px;
}
.rtable div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rtable tr.double-row div {
  min-height: 67px;
}
.rtable th > div {
  background-color: var(--tbl-color);
  color: white;
  padding: 11px 7px;
}
.rtable th:first-child > div {
  border-top-left-radius: 20px;
}
.rtable th:last-child > div {
  border-top-right-radius: 20px;
}
.rtable th:last-child:not(:first-child) > div {
  border-left: 1.5px solid #f6f6f6;
}
.rtable td > div {
  border-left: 1.5px solid var(--tbl-color);
  border-bottom: 1.5px solid var(--tbl-color);
  padding: 10px 7px;
}
.rtable td > div,
.rtable th > div {
  height: 100%;
}
.rtable td:last-child > div {
  border-right: 1.5px solid var(--tbl-color);
}
.rtable tr:last-child td:first-child > div {
  border-bottom-left-radius: 20px;
}
.rtable tr:last-child td:last-child > div {
  border-bottom-right-radius: 20px;
}
.cyan-table .rtable {
  --tbl-color: #3BB9E1;
}
@media (min-width: 1200px) {
  .rtable td {
    font-size: 18px;
  }
  .rtable th {
    font-size: 25px;
  }
}
@-moz-document url-prefix() {
  .rtable td,
  .rtable th {
    height: 100%;
  }
}
table.r-table {
  border-collapse: collapse;
}
.r-table th {
  border-left: 1px solid #3BB9E1;
  padding: 20px 20px;
  border-bottom: 1px solid #3BB9E1;
  width: 20%;
}
.r-table tr:first-child th {
  border-left: 0;
  border-right: 0;
  font-size: 25px;
  font-weight: 300px;
}
@media (max-width: 768px) {
  .r-table tr:first-child th {
    font-size: 16px;
  }
}
.r-table th:last-child {
  border-right: 1px solid #3BB9E1;
}
.r-table th,
.r-table td {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
.r-table th > div {
  padding: 10px 10px;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 768px) {
  .r-table th > div {
    font-size: 16px;
  }
}
.r-table tr:first-child th {
  background: #3BB9E1;
  color: white;
  padding: 20px 20px;
}
.r-table tr:first-child th {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.r-table th:last-child > div {
  border-top-right-radius: 20px;
}
.r-table td > div {
  border-left: 1px solid #3BB9E1;
  border-bottom: 1px solid #3BB9E1;
  color: #000;
  padding: 5px 5px;
}
.r-table td:last-child > div {
  border-right: 1px solid #3BB9E1;
}
.r-table tr:last-child td:first-child > div {
  border-bottom-left-radius: 20px;
}
.r-table tr:last-child td:last-child > div {
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .table-wrapper {
    overflow: auto;
  }
}
.testimonial,
.quote {
  position: relative;
  color: #2d2d2d;
  padding: 60px 20px 20px 0;
}
.testimonial img,
.quote img {
  position: relative;
  z-index: 3;
  margin-top: -85px;
  width: 145px;
}
.testimonial p,
.quote p {
  position: relative;
  z-index: 2;
  max-width: 710px;
}
.testimonial::after,
.quote::after {
  position: absolute;
  content: "";
  left: 30px;
  right: 0;
  top: 40px;
  bottom: 0px;
  z-index: 1;
  border-radius: 20px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23fff' stroke-width='4' stroke-dasharray='2%2c 8' stroke-dashoffset='4' stroke-linecap='butt'/%3e%3c/svg%3e");
}
.testimonials-wrapper {
  position: relative;
  padding-bottom: 36px;
}
.testimonials-wrapper .go-left,
.testimonials-wrapper .go-right {
  position: absolute;
  bottom: 0;
  left: 48%;
  width: 14px;
  height: 20px;
  margin-left: -18px;
  cursor: pointer;
}
.testimonials-wrapper .go-right {
  margin-left: 18px;
}
@media (min-width: 768px) {
  .testimonial img {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .testimonials-wrapper {
    margin-top: -54px;
    padding-bottom: 0;
  }
  .testimonials-wrapper .go-left {
    top: 52%;
    left: -16px;
  }
  .testimonials-wrapper .go-right {
    top: 52%;
    left: 100%;
  }
  .testimonial {
    font-size: 25px;
    padding: 60px 20px 20px 20px;
  }
  .testimonial img {
    width: min(26%, 323px);
  }
  .testimonial .cq-Editable-dom img {
    float: none;
    width: 200px;
  }
  .testimonial::after {
    left: 0;
    bottom: 50px;
  }
}
.card-details-head h4 {
  margin: 0;
}
.card-details-text p,
.card-details-text li {
  font-size: 16px;
}
.card-details-text .title {
  color: #B12C1B;
  font-weight: 500;
}
.card-details-img {
  display: inline-block;
  margin: .5rem auto;
}
.card-buttons {
  margin-top: 1.3rem;
}
@media (min-width: 768px) {
  .three-cards {
    min-width: 725px;
  }
  .three-cards .rounded {
    padding: 18px 16px 22px 18px;
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 844px) {
  .three-cards-wrapper {
    overflow: auto;
    width: 100vw;
    margin-left: -6%;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media (min-width: 1200px) {
  .three-cards {
    gap: 47px !important;
  }
  .card-details-head h4 {
    font-size: 22px;
    margin-top: 0.5rem;
  }
}

.logos,
.logos-2,
.logos-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 36px;
  padding: 24px 0;
}
.logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.logos a img {
  width: 100%;
}
.logos-2,
.logos-3 {
  --scale: 1;
  align-items: center;
  padding: 0;
  gap: 16px 20px;
}
.logos-2 img,
.logos-3 img {
  height: calc(50px * var(--scale));
}
.logos-3 {
  flex-wrap: nowrap;
  justify-content: start;
  column-gap: 53px;
  min-height: 123px;
  padding: 2px 12px;
  --auto-scroll-max: 0;
}
.logos-3 img {
  height: calc(55px * var(--scale));
}
.can-pause {
  animation-play-state: running;
}
.can-pause:hover {
  animation-play-state: paused !important;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--auto-scroll-max));
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(var(--auto-scroll-max));
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .logos {
    gap: 10px 22px !important;
  }
  .logos a {
    width: 50px !important;
    height: 50px !important;
  }
  .logos-2 img {
    height: calc(38px * var(--scale));
  }
  .logos-3 {
    min-height: 71px;
    column-gap: 27px;
  }
  .logos-3 img {
    height: calc(34px * var(--scale));
  }
}

.hidden,
.private {
  display: none !important;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.pointer {
  cursor: pointer;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.lh-0 {
  line-height: 0;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.clear-both {
  clear: both;
}
.flow-column {
  grid-auto-flow: column;
}
.uppercase {
  text-transform: uppercase;
}
.nowrap {
  white-space: nowrap;
}
.cols-2 {
  columns: 2;
}
.row {
  flex-direction: row;
}
.column {
  flex-direction: column;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.reverse {
  flex-direction: row-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.mt-0,
.my-0 {
  margin-top: 0;
}
.mb-0,
.my-0 {
  margin-bottom: 0;
}
.mt-1,
.my-1 {
  margin-top: 0.5rem;
}
.mb-1,
.my-1 {
  margin-bottom: 0.5rem;
}
.mt-2,
.my-2 {
  margin-top: 1rem;
}
.mb-2,
.my-2 {
  margin-bottom: 1rem;
}
.mt-3,
.my-3 {
  margin-top: 1.5rem;
}
.mb-3,
.my-3 {
  margin-bottom: 1.5rem;
}
.mt-4,
.my-4 {
  margin-top: 2rem;
}
.mb-4,
.my-4 {
  margin-bottom: 2rem;
}
.mt-5,
.my-5 {
  margin-top: 2.5rem;
}
.mb-5,
.my-5 {
  margin-bottom: 2.5rem;
}
.mt-6,
.my-6 {
  margin-top: 3rem;
}
.mb-6,
.my-6 {
  margin-bottom: 3rem;
}
.mt-7,
.my-7 {
  margin-top: 3.5rem;
}
.mb-7,
.my-7 {
  margin-bottom: 3.5rem;
}
.mt-8,
.my-8 {
  margin-top: 4rem;
}
.mb-8,
.my-8 {
  margin-bottom: 4rem;
}
.ml-auto,
.mx-auto {
  margin-left: auto;
}
.mr-auto,
.mx-auto {
  margin-right: auto;
}
.ml-0,
.mx-0 {
  margin-left: 0;
}
.mr-0,
.mx-0 {
  margin-right: 0;
}
.ml-1,
.mx-1 {
  margin-left: 0.5rem;
}
.mr-1,
.mx-1 {
  margin-right: 0.5rem;
}
.ml-2,
.mx-2 {
  margin-left: 1rem;
}
.mr-2,
.mx-2 {
  margin-right: 1rem;
}
.ml-3,
.mx-3 {
  margin-left: 1.5rem;
}
.mr-3,
.mx-3 {
  margin-right: 1.5rem;
}
.ml-4,
.mx-4 {
  margin-left: 2rem;
}
.mr-4,
.mx-4 {
  margin-right: 2rem;
}
.ml-5,
.mx-5 {
  margin-left: 2.5rem;
}
.mr-5,
.mx-5 {
  margin-right: 2.5rem;
}
.ml-6,
.mx-6 {
  margin-left: 3rem;
}
.mr-6,
.mx-6 {
  margin-right: 3rem;
}
.ml-7,
.mx-7 {
  margin-left: 3.5rem;
}
.mr-7,
.mx-7 {
  margin-right: 3.5rem;
}
.ml-8,
.mx-8 {
  margin-left: 4rem;
}
.mr-8,
.mx-8 {
  margin-right: 4rem;
}
.pt-0,
.py-0 {
  padding-top: 0;
}
.pb-0,
.py-0 {
  padding-bottom: 0;
}
.pt-1,
.py-1 {
  padding-top: 0.5rem;
}
.pb-1,
.py-1 {
  padding-bottom: 0.5rem;
}
.pt-2,
.py-2 {
  padding-top: 1rem;
}
.pb-2,
.py-2 {
  padding-bottom: 1rem;
}
.pt-3,
.py-3 {
  padding-top: 1.5rem;
}
.pb-3,
.py-3 {
  padding-bottom: 1.5rem;
}
.pt-4,
.py-4 {
  padding-top: 2rem;
}
.pb-4,
.py-4 {
  padding-bottom: 2rem;
}
.pt-5,
.py-5 {
  padding-top: 2.5rem;
}
.pb-5,
.py-5 {
  padding-bottom: 2.5rem;
}
.pt-6,
.py-6 {
  padding-top: 3rem;
}
.pb-6,
.py-6 {
  padding-bottom: 3rem;
}
.pt-7,
.py-7 {
  padding-top: 3.5rem;
}
.pb-7,
.py-7 {
  padding-bottom: 3.5rem;
}
.pt-8,
.py-8 {
  padding-top: 4rem;
}
.pb-8,
.py-8 {
  padding-bottom: 4rem;
}
.pl-0,
.px-0 {
  padding-left: 0;
}
.pr-0,
.px-0 {
  padding-right: 0;
}
.pl-1,
.px-1 {
  padding-left: 0.5rem;
}
.pr-1,
.px-1 {
  padding-right: 0.5rem;
}
.pl-2,
.px-2 {
  padding-left: 1rem;
}
.pr-2,
.px-2 {
  padding-right: 1rem;
}
.pl-3,
.px-3 {
  padding-left: 1.5rem;
}
.pr-3,
.px-3 {
  padding-right: 1.5rem;
}
.pl-4,
.px-4 {
  padding-left: 2rem;
}
.pr-4,
.px-4 {
  padding-right: 2rem;
}
.pl-5,
.px-5 {
  padding-left: 2.5rem;
}
.pr-5,
.px-5 {
  padding-right: 2.5rem;
}
.pl-6,
.px-6 {
  padding-left: 3rem;
}
.pr-6,
.px-6 {
  padding-right: 3rem;
}
.pl-7,
.px-7 {
  padding-left: 3.5rem;
}
.pr-7,
.px-7 {
  padding-right: 3.5rem;
}
.pl-8,
.px-8 {
  padding-left: 4rem;
}
.pr-8,
.px-8 {
  padding-right: 4rem;
}
.pt-5p,
.py-5p {
  padding-top: 5%;
}
.pb-5p,
.py-5p {
  padding-bottom: 5%;
}
.pl-5p,
.px-5p {
  padding-left: 5%;
}
.pr-5p,
.px-5p {
  padding-right: 5%;
}
.pt-10p,
.py-10p {
  padding-top: 10%;
}
.pb-10p,
.py-10p {
  padding-bottom: 10%;
}
.pl-10p,
.px-10p {
  padding-left: 10%;
}
.pr-10p,
.px-10p {
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .hide_xl {
    display: none;
  }
  .no-border_xl {
    border-style: none;
  }
}
@media (max-width: 991px) {
  .hide_lg {
    display: none;
  }
  .no-border_lg {
    border-style: none;
  }
}
@media (max-width: 767px) {
  .hide_md {
    display: none;
  }
  .no-border_md {
    border-style: none;
  }
  .h-50vw_md {
    height: 50vw;
  }
  .mx-0_md {
    margin-left: 0;
    margin-right: 0;
  }
  .px-0_md {
    padding-left: 0;
    padding-right: 0;
  }
  .pt-0_md {
    padding-top: 0;
  }
  .pb-0_md {
    padding-bottom: 0;
  }
  .items-center_md {
    align-items: center;
  }
}
@media (max-width: 575px) {
  .hide_sm {
    display: none;
  }
  .no-border_sm {
    border-style: none;
  }
  .mx-0_sm {
    margin-left: 0;
    margin-right: 0;
  }
  .px-0_sm {
    padding-left: 0;
    padding-right: 0;
  }
  .pt-0_sm {
    padding-top: 0;
  }
  .pb-0_sm {
    padding-bottom: 0;
  }
}
@media (min-width: 576px) {
  .sm_hidden {
    display: none !important;
  }
  .sm_flex {
    display: flex;
  }
  .sm_grid {
    display: grid;
  }
  .sm_block {
    display: block;
  }
  .sm_cols-2 {
    columns: 2;
  }
  .sm_cols-3 {
    columns: 3;
  }
  .sm_row {
    flex-direction: row;
  }
  .sm_align-left {
    text-align: left;
  }
  .sm_align-right {
    text-align: right;
  }
  .sm_align-center {
    text-align: center;
  }
  .sm_float-right {
    float: right;
  }
  .sm_float-left {
    float: left;
  }
  .sm_float-none {
    float: none;
  }
  .sm_clear-both {
    clear: both;
  }
  .sm_mt-0,
  .sm_my-0 {
    margin-top: 0;
  }
  .sm_mb-0,
  .sm_my-0 {
    margin-bottom: 0;
  }
  .sm_mt-1,
  .sm_my-1 {
    margin-top: 0.5rem;
  }
  .sm_mb-1,
  .sm_my-1 {
    margin-bottom: 0.5rem;
  }
  .sm_mt-2,
  .sm_my-2 {
    margin-top: 1rem;
  }
  .sm_mb-2,
  .sm_my-2 {
    margin-bottom: 1rem;
  }
  .sm_mt-3,
  .sm_my-3 {
    margin-top: 1.5rem;
  }
  .sm_mb-3,
  .sm_my-3 {
    margin-bottom: 1.5rem;
  }
  .sm_mt-4,
  .sm_my-4 {
    margin-top: 2rem;
  }
  .sm_mb-4,
  .sm_my-4 {
    margin-bottom: 2rem;
  }
  .sm_mt-5,
  .sm_my-5 {
    margin-top: 2.5rem;
  }
  .sm_mb-5,
  .sm_my-5 {
    margin-bottom: 2.5rem;
  }
  .sm_mt-6,
  .sm_my-6 {
    margin-top: 3rem;
  }
  .sm_mb-6,
  .sm_my-6 {
    margin-bottom: 3rem;
  }
  .sm_mt-7,
  .sm_my-7 {
    margin-top: 3.5rem;
  }
  .sm_mb-7,
  .sm_my-7 {
    margin-bottom: 3.5rem;
  }
  .sm_mt-8,
  .sm_my-8 {
    margin-top: 4rem;
  }
  .sm_mb-8,
  .sm_my-8 {
    margin-bottom: 4rem;
  }
  .sm_ml-0,
  .sm_mx-0 {
    margin-left: 0;
  }
  .sm_mr-0,
  .sm_mx-0 {
    margin-right: 0;
  }
  .sm_ml-1,
  .sm_mx-1 {
    margin-left: 0.5rem;
  }
  .sm_mr-1,
  .sm_mx-1 {
    margin-right: 0.5rem;
  }
  .sm_ml-2,
  .sm_mx-2 {
    margin-left: 1rem;
  }
  .sm_mr-2,
  .sm_mx-2 {
    margin-right: 1rem;
  }
  .sm_ml-3,
  .sm_mx-3 {
    margin-left: 1.5rem;
  }
  .sm_mr-3,
  .sm_mx-3 {
    margin-right: 1.5rem;
  }
  .sm_ml-4,
  .sm_mx-4 {
    margin-left: 2rem;
  }
  .sm_mr-4,
  .sm_mx-4 {
    margin-right: 2rem;
  }
  .sm_ml-5,
  .sm_mx-5 {
    margin-left: 2.5rem;
  }
  .sm_mr-5,
  .sm_mx-5 {
    margin-right: 2.5rem;
  }
  .sm_ml-6,
  .sm_mx-6 {
    margin-left: 3rem;
  }
  .sm_mr-6,
  .sm_mx-6 {
    margin-right: 3rem;
  }
  .sm_ml-7,
  .sm_mx-7 {
    margin-left: 3.5rem;
  }
  .sm_mr-7,
  .sm_mx-7 {
    margin-right: 3.5rem;
  }
  .sm_ml-8,
  .sm_mx-8 {
    margin-left: 4rem;
  }
  .sm_mr-8,
  .sm_mx-8 {
    margin-right: 4rem;
  }
  .sm_ml-auto,
  .sm_mx-auto {
    margin-left: auto;
  }
  .sm_mr-auto,
  .sm_mx-auto {
    margin-right: auto;
  }
  .sm_pt-0,
  .sm_py-0 {
    padding-top: 0;
  }
  .sm_pb-0,
  .sm_py-0 {
    padding-bottom: 0;
  }
  .sm_pt-1,
  .sm_py-1 {
    padding-top: 0.5rem;
  }
  .sm_pb-1,
  .sm_py-1 {
    padding-bottom: 0.5rem;
  }
  .sm_pt-2,
  .sm_py-2 {
    padding-top: 1rem;
  }
  .sm_pb-2,
  .sm_py-2 {
    padding-bottom: 1rem;
  }
  .sm_pt-3,
  .sm_py-3 {
    padding-top: 1.5rem;
  }
  .sm_pb-3,
  .sm_py-3 {
    padding-bottom: 1.5rem;
  }
  .sm_pt-4,
  .sm_py-4 {
    padding-top: 2rem;
  }
  .sm_pb-4,
  .sm_py-4 {
    padding-bottom: 2rem;
  }
  .sm_pt-5,
  .sm_py-5 {
    padding-top: 2.5rem;
  }
  .sm_pb-5,
  .sm_py-5 {
    padding-bottom: 2.5rem;
  }
  .sm_pt-6,
  .sm_py-6 {
    padding-top: 3rem;
  }
  .sm_pb-6,
  .sm_py-6 {
    padding-bottom: 3rem;
  }
  .sm_pt-7,
  .sm_py-7 {
    padding-top: 3.5rem;
  }
  .sm_pb-7,
  .sm_py-7 {
    padding-bottom: 3.5rem;
  }
  .sm_pt-8,
  .sm_py-8 {
    padding-top: 4rem;
  }
  .sm_pb-8,
  .sm_py-8 {
    padding-bottom: 4rem;
  }
  .sm_pl-0,
  .sm_px-0 {
    padding-left: 0;
  }
  .sm_pr-0,
  .sm_px-0 {
    padding-right: 0;
  }
  .sm_pl-1,
  .sm_px-1 {
    padding-left: 0.5rem;
  }
  .sm_pr-1,
  .sm_px-1 {
    padding-right: 0.5rem;
  }
  .sm_pl-2,
  .sm_px-2 {
    padding-left: 1rem;
  }
  .sm_pr-2,
  .sm_px-2 {
    padding-right: 1rem;
  }
  .sm_pl-3,
  .sm_px-3 {
    padding-left: 1.5rem;
  }
  .sm_pr-3,
  .sm_px-3 {
    padding-right: 1.5rem;
  }
  .sm_pl-4,
  .sm_px-4 {
    padding-left: 2rem;
  }
  .sm_pr-4,
  .sm_px-4 {
    padding-right: 2rem;
  }
  .sm_pl-5,
  .sm_px-5 {
    padding-left: 2.5rem;
  }
  .sm_pr-5,
  .sm_px-5 {
    padding-right: 2.5rem;
  }
  .sm_pl-6,
  .sm_px-6 {
    padding-left: 3rem;
  }
  .sm_pr-6,
  .sm_px-6 {
    padding-right: 3rem;
  }
  .sm_pl-7,
  .sm_px-7 {
    padding-left: 3.5rem;
  }
  .sm_pr-7,
  .sm_px-7 {
    padding-right: 3.5rem;
  }
  .sm_pl-8,
  .sm_px-8 {
    padding-left: 4rem;
  }
  .sm_pr-8,
  .sm_px-8 {
    padding-right: 4rem;
  }
  .sm_pt-5p,
  .sm_py-5p {
    padding-top: 5%;
  }
  .sm_pb-5p,
  .sm_py-5p {
    padding-bottom: 5%;
  }
  .sm_pl-5p,
  .sm_px-5p {
    padding-left: 5%;
  }
  .sm_pr-5p,
  .sm_px-5p {
    padding-right: 5%;
  }
  .sm_pt-10p,
  .sm_py-10p {
    padding-top: 10%;
  }
  .sm_pb-10p,
  .sm_py-10p {
    padding-bottom: 10%;
  }
  .sm_pl-10p,
  .sm_px-10p {
    padding-left: 10%;
  }
  .sm_pr-10p,
  .sm_px-10p {
    padding-right: 10%;
  }
}
@media (min-width: 768px) {
  .md_hidden {
    display: none !important;
  }
  .md_flex {
    display: flex;
  }
  .md_grid {
    display: grid;
  }
  .md_block {
    display: block;
  }
  .md_cols-2 {
    columns: 2;
  }
  .md_cols-3 {
    columns: 3;
  }
  .md_row {
    flex-direction: row;
  }
  .md_align-left {
    text-align: left;
  }
  .md_align-right {
    text-align: right;
  }
  .md_align-center {
    text-align: center;
  }
  .md_float-right {
    float: right;
  }
  .md_float-left {
    float: left;
  }
  .md_float-none {
    float: none;
  }
  .md_clear-both {
    clear: both;
  }
  .md_mt-0,
  .md_my-0 {
    margin-top: 0;
  }
  .md_mb-0,
  .md_my-0 {
    margin-bottom: 0;
  }
  .md_mt-1,
  .md_my-1 {
    margin-top: 0.5rem;
  }
  .md_mb-1,
  .md_my-1 {
    margin-bottom: 0.5rem;
  }
  .md_mt-2,
  .md_my-2 {
    margin-top: 1rem;
  }
  .md_mb-2,
  .md_my-2 {
    margin-bottom: 1rem;
  }
  .md_mt-3,
  .md_my-3 {
    margin-top: 1.5rem;
  }
  .md_mb-3,
  .md_my-3 {
    margin-bottom: 1.5rem;
  }
  .md_mt-4,
  .md_my-4 {
    margin-top: 2rem;
  }
  .md_mb-4,
  .md_my-4 {
    margin-bottom: 2rem;
  }
  .md_mt-5,
  .md_my-5 {
    margin-top: 2.5rem;
  }
  .md_mb-5,
  .md_my-5 {
    margin-bottom: 2.5rem;
  }
  .md_mt-6,
  .md_my-6 {
    margin-top: 3rem;
  }
  .md_mb-6,
  .md_my-6 {
    margin-bottom: 3rem;
  }
  .md_mt-7,
  .md_my-7 {
    margin-top: 3.5rem;
  }
  .md_mb-7,
  .md_my-7 {
    margin-bottom: 3.5rem;
  }
  .md_mt-8,
  .md_my-8 {
    margin-top: 4rem;
  }
  .md_mb-8,
  .md_my-8 {
    margin-bottom: 4rem;
  }
  .md_ml-0,
  .md_mx-0 {
    margin-left: 0;
  }
  .md_mr-0,
  .md_mx-0 {
    margin-right: 0;
  }
  .md_ml-1,
  .md_mx-1 {
    margin-left: 0.5rem;
  }
  .md_mr-1,
  .md_mx-1 {
    margin-right: 0.5rem;
  }
  .md_ml-2,
  .md_mx-2 {
    margin-left: 1rem;
  }
  .md_mr-2,
  .md_mx-2 {
    margin-right: 1rem;
  }
  .md_ml-3,
  .md_mx-3 {
    margin-left: 1.5rem;
  }
  .md_mr-3,
  .md_mx-3 {
    margin-right: 1.5rem;
  }
  .md_ml-4,
  .md_mx-4 {
    margin-left: 2rem;
  }
  .md_mr-4,
  .md_mx-4 {
    margin-right: 2rem;
  }
  .md_ml-5,
  .md_mx-5 {
    margin-left: 2.5rem;
  }
  .md_mr-5,
  .md_mx-5 {
    margin-right: 2.5rem;
  }
  .md_ml-6,
  .md_mx-6 {
    margin-left: 3rem;
  }
  .md_mr-6,
  .md_mx-6 {
    margin-right: 3rem;
  }
  .md_ml-7,
  .md_mx-7 {
    margin-left: 3.5rem;
  }
  .md_mr-7,
  .md_mx-7 {
    margin-right: 3.5rem;
  }
  .md_ml-8,
  .md_mx-8 {
    margin-left: 4rem;
  }
  .md_mr-8,
  .md_mx-8 {
    margin-right: 4rem;
  }
  .md_ml-auto,
  .md_mx-auto {
    margin-left: auto;
  }
  .md_mr-auto,
  .md_mx-auto {
    margin-right: auto;
  }
  .md_pt-0,
  .md_py-0 {
    padding-top: 0;
  }
  .md_pb-0,
  .md_py-0 {
    padding-bottom: 0;
  }
  .md_pt-1,
  .md_py-1 {
    padding-top: 0.5rem;
  }
  .md_pb-1,
  .md_py-1 {
    padding-bottom: 0.5rem;
  }
  .md_pt-2,
  .md_py-2 {
    padding-top: 1rem;
  }
  .md_pb-2,
  .md_py-2 {
    padding-bottom: 1rem;
  }
  .md_pt-3,
  .md_py-3 {
    padding-top: 1.5rem;
  }
  .md_pb-3,
  .md_py-3 {
    padding-bottom: 1.5rem;
  }
  .md_pt-4,
  .md_py-4 {
    padding-top: 2rem;
  }
  .md_pb-4,
  .md_py-4 {
    padding-bottom: 2rem;
  }
  .md_pt-5,
  .md_py-5 {
    padding-top: 2.5rem;
  }
  .md_pb-5,
  .md_py-5 {
    padding-bottom: 2.5rem;
  }
  .md_pt-6,
  .md_py-6 {
    padding-top: 3rem;
  }
  .md_pb-6,
  .md_py-6 {
    padding-bottom: 3rem;
  }
  .md_pt-7,
  .md_py-7 {
    padding-top: 3.5rem;
  }
  .md_pb-7,
  .md_py-7 {
    padding-bottom: 3.5rem;
  }
  .md_pt-8,
  .md_py-8 {
    padding-top: 4rem;
  }
  .md_pb-8,
  .md_py-8 {
    padding-bottom: 4rem;
  }
  .md_pl-0,
  .md_px-0 {
    padding-left: 0;
  }
  .md_pr-0,
  .md_px-0 {
    padding-right: 0;
  }
  .md_pl-1,
  .md_px-1 {
    padding-left: 0.5rem;
  }
  .md_pr-1,
  .md_px-1 {
    padding-right: 0.5rem;
  }
  .md_pl-2,
  .md_px-2 {
    padding-left: 1rem;
  }
  .md_pr-2,
  .md_px-2 {
    padding-right: 1rem;
  }
  .md_pl-3,
  .md_px-3 {
    padding-left: 1.5rem;
  }
  .md_pr-3,
  .md_px-3 {
    padding-right: 1.5rem;
  }
  .md_pl-4,
  .md_px-4 {
    padding-left: 2rem;
  }
  .md_pr-4,
  .md_px-4 {
    padding-right: 2rem;
  }
  .md_pl-5,
  .md_px-5 {
    padding-left: 2.5rem;
  }
  .md_pr-5,
  .md_px-5 {
    padding-right: 2.5rem;
  }
  .md_pl-6,
  .md_px-6 {
    padding-left: 3rem;
  }
  .md_pr-6,
  .md_px-6 {
    padding-right: 3rem;
  }
  .md_pl-7,
  .md_px-7 {
    padding-left: 3.5rem;
  }
  .md_pr-7,
  .md_px-7 {
    padding-right: 3.5rem;
  }
  .md_pl-8,
  .md_px-8 {
    padding-left: 4rem;
  }
  .md_pr-8,
  .md_px-8 {
    padding-right: 4rem;
  }
  .md_pt-5p,
  .md_py-5p {
    padding-top: 5%;
  }
  .md_pb-5p,
  .md_py-5p {
    padding-bottom: 5%;
  }
  .md_pl-5p,
  .md_px-5p {
    padding-left: 5%;
  }
  .md_pr-5p,
  .md_px-5p {
    padding-right: 5%;
  }
  .md_pt-10p,
  .md_py-10p {
    padding-top: 10%;
  }
  .md_pb-10p,
  .md_py-10p {
    padding-bottom: 10%;
  }
  .md_pl-10p,
  .md_px-10p {
    padding-left: 10%;
  }
  .md_pr-10p,
  .md_px-10p {
    padding-right: 10%;
  }
}
@media (min-width: 992px) {
  .lg_hidden {
    display: none !important;
  }
  .lg_flex {
    display: flex;
  }
  .lg_grid {
    display: grid;
  }
  .lg_block {
    display: block;
  }
  .lg_cols-2 {
    columns: 2;
  }
  .lg_cols-3 {
    columns: 3;
  }
  .lg_row {
    flex-direction: row;
  }
  .lg_align-left {
    text-align: left;
  }
  .lg_align-right {
    text-align: right;
  }
  .lg_align-center {
    text-align: center;
  }
  .lg_float-right {
    float: right;
  }
  .lg_float-left {
    float: left;
  }
  .lg_float-none {
    float: none;
  }
  .lg_clear-both {
    clear: both;
  }
  .lg_mt-0,
  .lg_my-0 {
    margin-top: 0;
  }
  .lg_mb-0,
  .lg_my-0 {
    margin-bottom: 0;
  }
  .lg_mt-1,
  .lg_my-1 {
    margin-top: 0.5rem;
  }
  .lg_mb-1,
  .lg_my-1 {
    margin-bottom: 0.5rem;
  }
  .lg_mt-2,
  .lg_my-2 {
    margin-top: 1rem;
  }
  .lg_mb-2,
  .lg_my-2 {
    margin-bottom: 1rem;
  }
  .lg_mt-3,
  .lg_my-3 {
    margin-top: 1.5rem;
  }
  .lg_mb-3,
  .lg_my-3 {
    margin-bottom: 1.5rem;
  }
  .lg_mt-4,
  .lg_my-4 {
    margin-top: 2rem;
  }
  .lg_mb-4,
  .lg_my-4 {
    margin-bottom: 2rem;
  }
  .lg_mt-5,
  .lg_my-5 {
    margin-top: 2.5rem;
  }
  .lg_mb-5,
  .lg_my-5 {
    margin-bottom: 2.5rem;
  }
  .lg_mt-6,
  .lg_my-6 {
    margin-top: 3rem;
  }
  .lg_mb-6,
  .lg_my-6 {
    margin-bottom: 3rem;
  }
  .lg_mt-7,
  .lg_my-7 {
    margin-top: 3.5rem;
  }
  .lg_mb-7,
  .lg_my-7 {
    margin-bottom: 3.5rem;
  }
  .lg_mt-8,
  .lg_my-8 {
    margin-top: 4rem;
  }
  .lg_mb-8,
  .lg_my-8 {
    margin-bottom: 4rem;
  }
  .lg_ml-0,
  .lg_mx-0 {
    margin-left: 0;
  }
  .lg_mr-0,
  .lg_mx-0 {
    margin-right: 0;
  }
  .lg_ml-1,
  .lg_mx-1 {
    margin-left: 0.5rem;
  }
  .lg_mr-1,
  .lg_mx-1 {
    margin-right: 0.5rem;
  }
  .lg_ml-2,
  .lg_mx-2 {
    margin-left: 1rem;
  }
  .lg_mr-2,
  .lg_mx-2 {
    margin-right: 1rem;
  }
  .lg_ml-3,
  .lg_mx-3 {
    margin-left: 1.5rem;
  }
  .lg_mr-3,
  .lg_mx-3 {
    margin-right: 1.5rem;
  }
  .lg_ml-4,
  .lg_mx-4 {
    margin-left: 2rem;
  }
  .lg_mr-4,
  .lg_mx-4 {
    margin-right: 2rem;
  }
  .lg_ml-5,
  .lg_mx-5 {
    margin-left: 2.5rem;
  }
  .lg_mr-5,
  .lg_mx-5 {
    margin-right: 2.5rem;
  }
  .lg_ml-6,
  .lg_mx-6 {
    margin-left: 3rem;
  }
  .lg_mr-6,
  .lg_mx-6 {
    margin-right: 3rem;
  }
  .lg_ml-7,
  .lg_mx-7 {
    margin-left: 3.5rem;
  }
  .lg_mr-7,
  .lg_mx-7 {
    margin-right: 3.5rem;
  }
  .lg_ml-8,
  .lg_mx-8 {
    margin-left: 4rem;
  }
  .lg_mr-8,
  .lg_mx-8 {
    margin-right: 4rem;
  }
  .lg_ml-auto,
  .lg_mx-auto {
    margin-left: auto;
  }
  .lg_mr-auto,
  .lg_mx-auto {
    margin-right: auto;
  }
  .lg_pt-0,
  .lg_py-0 {
    padding-top: 0;
  }
  .lg_pb-0,
  .lg_py-0 {
    padding-bottom: 0;
  }
  .lg_pt-1,
  .lg_py-1 {
    padding-top: 0.5rem;
  }
  .lg_pb-1,
  .lg_py-1 {
    padding-bottom: 0.5rem;
  }
  .lg_pt-2,
  .lg_py-2 {
    padding-top: 1rem;
  }
  .lg_pb-2,
  .lg_py-2 {
    padding-bottom: 1rem;
  }
  .lg_pt-3,
  .lg_py-3 {
    padding-top: 1.5rem;
  }
  .lg_pb-3,
  .lg_py-3 {
    padding-bottom: 1.5rem;
  }
  .lg_pt-4,
  .lg_py-4 {
    padding-top: 2rem;
  }
  .lg_pb-4,
  .lg_py-4 {
    padding-bottom: 2rem;
  }
  .lg_pt-5,
  .lg_py-5 {
    padding-top: 2.5rem;
  }
  .lg_pb-5,
  .lg_py-5 {
    padding-bottom: 2.5rem;
  }
  .lg_pt-6,
  .lg_py-6 {
    padding-top: 3rem;
  }
  .lg_pb-6,
  .lg_py-6 {
    padding-bottom: 3rem;
  }
  .lg_pt-7,
  .lg_py-7 {
    padding-top: 3.5rem;
  }
  .lg_pb-7,
  .lg_py-7 {
    padding-bottom: 3.5rem;
  }
  .lg_pt-8,
  .lg_py-8 {
    padding-top: 4rem;
  }
  .lg_pb-8,
  .lg_py-8 {
    padding-bottom: 4rem;
  }
  .lg_pl-0,
  .lg_px-0 {
    padding-left: 0;
  }
  .lg_pr-0,
  .lg_px-0 {
    padding-right: 0;
  }
  .lg_pl-1,
  .lg_px-1 {
    padding-left: 0.5rem;
  }
  .lg_pr-1,
  .lg_px-1 {
    padding-right: 0.5rem;
  }
  .lg_pl-2,
  .lg_px-2 {
    padding-left: 1rem;
  }
  .lg_pr-2,
  .lg_px-2 {
    padding-right: 1rem;
  }
  .lg_pl-3,
  .lg_px-3 {
    padding-left: 1.5rem;
  }
  .lg_pr-3,
  .lg_px-3 {
    padding-right: 1.5rem;
  }
  .lg_pl-4,
  .lg_px-4 {
    padding-left: 2rem;
  }
  .lg_pr-4,
  .lg_px-4 {
    padding-right: 2rem;
  }
  .lg_pl-5,
  .lg_px-5 {
    padding-left: 2.5rem;
  }
  .lg_pr-5,
  .lg_px-5 {
    padding-right: 2.5rem;
  }
  .lg_pl-6,
  .lg_px-6 {
    padding-left: 3rem;
  }
  .lg_pr-6,
  .lg_px-6 {
    padding-right: 3rem;
  }
  .lg_pl-7,
  .lg_px-7 {
    padding-left: 3.5rem;
  }
  .lg_pr-7,
  .lg_px-7 {
    padding-right: 3.5rem;
  }
  .lg_pl-8,
  .lg_px-8 {
    padding-left: 4rem;
  }
  .lg_pr-8,
  .lg_px-8 {
    padding-right: 4rem;
  }
  .lg_pt-5p,
  .lg_py-5p {
    padding-top: 5%;
  }
  .lg_pb-5p,
  .lg_py-5p {
    padding-bottom: 5%;
  }
  .lg_pl-5p,
  .lg_px-5p {
    padding-left: 5%;
  }
  .lg_pr-5p,
  .lg_px-5p {
    padding-right: 5%;
  }
  .lg_pt-10p,
  .lg_py-10p {
    padding-top: 10%;
  }
  .lg_pb-10p,
  .lg_py-10p {
    padding-bottom: 10%;
  }
  .lg_pl-10p,
  .lg_px-10p {
    padding-left: 10%;
  }
  .lg_pr-10p,
  .lg_px-10p {
    padding-right: 10%;
  }
}
@media (min-width: 1200px) {
  .xl_hidden {
    display: none !important;
  }
  .xl_flex {
    display: flex;
  }
  .xl_grid {
    display: grid;
  }
  .xl_cols-2 {
    columns: 2;
  }
  .xl_cols-3 {
    columns: 3;
  }
  .xl_row {
    flex-direction: row;
  }
  .xl_float-right {
    float: right;
  }
  .xl_float-left {
    float: left;
  }
  .xl_float-none {
    float: none;
  }
  .xl_clear-both {
    clear: both;
  }
  .xl_mr-1\/4 {
    margin-right: 25%;
  }
  .xl_mt-0,
  .xl_my-0 {
    margin-top: 0;
  }
  .xl_mb-0,
  .xl_my-0 {
    margin-bottom: 0;
  }
  .xl_mt-1,
  .xl_my-1 {
    margin-top: 0.5rem;
  }
  .xl_mb-1,
  .xl_my-1 {
    margin-bottom: 0.5rem;
  }
  .xl_mt-2,
  .xl_my-2 {
    margin-top: 1rem;
  }
  .xl_mb-2,
  .xl_my-2 {
    margin-bottom: 1rem;
  }
  .xl_mt-3,
  .xl_my-3 {
    margin-top: 1.5rem;
  }
  .xl_mb-3,
  .xl_my-3 {
    margin-bottom: 1.5rem;
  }
  .xl_mt-4,
  .xl_my-4 {
    margin-top: 2rem;
  }
  .xl_mb-4,
  .xl_my-4 {
    margin-bottom: 2rem;
  }
  .xl_mt-5,
  .xl_my-5 {
    margin-top: 2.5rem;
  }
  .xl_mb-5,
  .xl_my-5 {
    margin-bottom: 2.5rem;
  }
  .xl_mt-6,
  .xl_my-6 {
    margin-top: 3rem;
  }
  .xl_mb-6,
  .xl_my-6 {
    margin-bottom: 3rem;
  }
  .xl_mt-7,
  .xl_my-7 {
    margin-top: 3.5rem;
  }
  .xl_mb-7,
  .xl_my-7 {
    margin-bottom: 3.5rem;
  }
  .xl_mt-8,
  .xl_my-8 {
    margin-top: 4rem;
  }
  .xl_mb-8,
  .xl_my-8 {
    margin-bottom: 4rem;
  }
  .xl_ml-0,
  .xl_mx-0 {
    margin-left: 0;
  }
  .xl_mr-0,
  .xl_mx-0 {
    margin-right: 0;
  }
  .xl_ml-1,
  .xl_mx-1 {
    margin-left: 0.5rem;
  }
  .xl_mr-1,
  .xl_mx-1 {
    margin-right: 0.5rem;
  }
  .xl_ml-2,
  .xl_mx-2 {
    margin-left: 1rem;
  }
  .xl_mr-2,
  .xl_mx-2 {
    margin-right: 1rem;
  }
  .xl_ml-3,
  .xl_mx-3 {
    margin-left: 1.5rem;
  }
  .xl_mr-3,
  .xl_mx-3 {
    margin-right: 1.5rem;
  }
  .xl_ml-4,
  .xl_mx-4 {
    margin-left: 2rem;
  }
  .xl_mr-4,
  .xl_mx-4 {
    margin-right: 2rem;
  }
  .xl_ml-5,
  .xl_mx-5 {
    margin-left: 2.5rem;
  }
  .xl_mr-5,
  .xl_mx-5 {
    margin-right: 2.5rem;
  }
  .xl_ml-6,
  .xl_mx-6 {
    margin-left: 3rem;
  }
  .xl_mr-6,
  .xl_mx-6 {
    margin-right: 3rem;
  }
  .xl_ml-7,
  .xl_mx-7 {
    margin-left: 3.5rem;
  }
  .xl_mr-7,
  .xl_mx-7 {
    margin-right: 3.5rem;
  }
  .xl_ml-8,
  .xl_mx-8 {
    margin-left: 4rem;
  }
  .xl_mr-8,
  .xl_mx-8 {
    margin-right: 4rem;
  }
  .xl_ml-auto,
  .xl_mx-auto {
    margin-left: auto;
  }
  .xl_mr-auto,
  .xl_mx-auto {
    margin-right: auto;
  }
  .xl_pt-0,
  .xl_py-0 {
    padding-top: 0;
  }
  .xl_pb-0,
  .xl_py-0 {
    padding-bottom: 0;
  }
  .xl_pt-1,
  .xl_py-1 {
    padding-top: 1rem;
  }
  .xl_pb-1,
  .xl_py-1 {
    padding-bottom: 1rem;
  }
  .xl_pt-2,
  .xl_py-2 {
    padding-top: 2rem;
  }
  .xl_pb-2,
  .xl_py-2 {
    padding-bottom: 2rem;
  }
  .xl_pt-3,
  .xl_py-3 {
    padding-top: 3rem;
  }
  .xl_pb-3,
  .xl_py-3 {
    padding-bottom: 3rem;
  }
  .xl_pt-4,
  .xl_py-4 {
    padding-top: 4rem;
  }
  .xl_pb-4,
  .xl_py-4 {
    padding-bottom: 4rem;
  }
  .xl_pt-5,
  .xl_py-5 {
    padding-top: 5rem;
  }
  .xl_pb-5,
  .xl_py-5 {
    padding-bottom: 5rem;
  }
  .xl_pt-6,
  .xl_py-6 {
    padding-top: 6rem;
  }
  .xl_pb-6,
  .xl_py-6 {
    padding-bottom: 6rem;
  }
  .xl_pt-7,
  .xl_py-7 {
    padding-top: 7rem;
  }
  .xl_pb-7,
  .xl_py-7 {
    padding-bottom: 7rem;
  }
  .xl_pt-8,
  .xl_py-8 {
    padding-top: 8rem;
  }
  .xl_pb-8,
  .xl_py-8 {
    padding-bottom: 8rem;
  }
  .xl_pl-0,
  .xl_px-0 {
    padding-left: 0;
  }
  .xl_pr-0,
  .xl_px-0 {
    padding-right: 0;
  }
  .xl_pl-1,
  .xl_px-1 {
    padding-left: 1rem;
  }
  .xl_pr-1,
  .xl_px-1 {
    padding-right: 1rem;
  }
  .xl_pl-2,
  .xl_px-2 {
    padding-left: 2rem;
  }
  .xl_pr-2,
  .xl_px-2 {
    padding-right: 2rem;
  }
  .xl_pl-3,
  .xl_px-3 {
    padding-left: 3rem;
  }
  .xl_pr-3,
  .xl_px-3 {
    padding-right: 3rem;
  }
  .xl_pl-4,
  .xl_px-4 {
    padding-left: 4rem;
  }
  .xl_pr-4,
  .xl_px-4 {
    padding-right: 4rem;
  }
  .xl_pl-5,
  .xl_px-5 {
    padding-left: 5rem;
  }
  .xl_pr-5,
  .xl_px-5 {
    padding-right: 5rem;
  }
  .xl_pl-6,
  .xl_px-6 {
    padding-left: 6rem;
  }
  .xl_pr-6,
  .xl_px-6 {
    padding-right: 6rem;
  }
  .xl_pl-7,
  .xl_px-7 {
    padding-left: 7rem;
  }
  .xl_pr-7,
  .xl_px-7 {
    padding-right: 7rem;
  }
  .xl_pl-8,
  .xl_px-8 {
    padding-left: 8rem;
  }
  .xl_pr-8,
  .xl_px-8 {
    padding-right: 8rem;
  }
}

