.hoverClass {
  transition: 0.3s;
}
body,
html {
    backface-visibility: hidden;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.extra-bold {
    font-family: Suisse-Intl-Bold;
}
.medium {
    font-weight: 500;
}
.largeHeader {
    font-size: 51px;
    line-height: 51px;
}
.medHeader {
    font-size: 28px;
    line-height: 28px;
    color: #101010;
}
.verticalCenter {
    height: 100%;
    display: flex;
    align-items: center;
}
IMG.full {
    display: block;
    height: auto !important;
    width: 100% !important;
}
IMG.responsive {
    display: inline-block;
    height: auto !important;
    max-width: 100% !important;
}
A.rm,
BUTTON.rm, .hs-submit .actions INPUT  {
    transition: all 0.2s ease-in-out;
    background-color: #00904c;
    border: 2px solid rgba(0, 0, 0, 0);
    color: #fff;
    display: inline-block;
    font-size: 17px;
    padding: 10px 25px;
    font-family: Suisse-Intl-Regular;
}
/* A.rm:hover,
BUTTON.rm:hover, .hs-submit .actions INPUT:hover {
    background-color: #fff;
    color: #00904c;
    border: 2px solid #00904c;
    cursor: pointer;
} */
A.rm.no-back {
    background: none;
    border: 2px solid #fff;
}
A.rm.no-back:hover {
    background-color: #00904c;
    border: 2px solid #00904c;
    color: #fff;
}
A.rm.no-bord,
BUTTON.rm.no-bord {
    border: 2px solid rgba(0, 0, 0, 0) !important;
}
/* A.rm.no-bord:hover,
BUTTON.rm.no-bord:hover, .hs-submit .actions INPUT:hover {
    border: 2px solid rgba(0, 0, 0, 0) !important;
} */
P.intro {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}
SPAN.green {
    color: #00904c !important;
}
*,
::after,
::before {
    box-sizing: border-box;
}
.greyBack,
.greyHeader {
    background-image: url("https://7666878.fs1.hubspotusercontent-na1.net/hubfs/7666878/New%20Site%20Files/grey-background.png");
}
.greyHeader {
    padding: 30px 0px 40px 0px;
    position: relative;
}
.greyBackHeader {
    display: inline-block;
    padding: 20px 60px 15px 30px;
    max-width: 55%;
    color: #fff;
}
.viewAll {
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 19px;
}
.viewAll A {
    color: #101010;
    font-family: Suisse-Intl-Regular;
    font-weight: 800;
    font-size: 18px;
}
.viewAll A:before,
.viewAll A:after {
    opacity: 1;
    color: #101010;
}
.borderBottom {
    position: relative;
}
.borderBottom:after {
    content: "";
    height: 2px;
    background-color: #101010;
    width: 100%;
    position: absolute;
    left: 0px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}
.justify-content-center {
    justify-content: center !important;
} /*# sourceMappingURL=variables.css.map */

.actions {
    padding: 0;
}

@media screen and (min-width: 1550px) {
    .container.largeContainer {
        max-width: 1570px !important;
    }
    .container.outerContainer {
        max-width: 1625px !important;
    }
    .container {
        max-width: 1405px !important;
    } 
}
html {
    scroll-behavior: smooth;
}
UL {
    padding-left: 0px;
    margin: 0px;
}
UL LI {
    list-style: none;
}
.listSection ul ul {
    margin: 0 0 0 30px;
}
li.double-indent {
  margin: 0 0 0 30px; 
}
li.double-indent::before {
    background-color: red !important;
}
.listSection ul li {
    font-family: Suisse-Intl-Regular;
    position: relative;
    padding: 10px 0 10px 25px;
    text-align: left;
}
.listSection UL LI:before {
    height: 7px;
    width: 7px;
    position: absolute;
    left: 0px;
    top: 17px;
    background-color: #ff9f2e;
    content: "";
}
.listSection a {
    transition: 0.3s;
}
.listSection a:hover {
    cursor: pointer;
}
/* A {
    transition: 0.3s;
}
A:hover {
    cursor: pointer;
} */
.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.slimHeader {
    min-height: 350px;
/*     margin-top: 115px; */
    padding-bottom:30px;
    background-image: url("https://7666878.fs1.hubspotusercontent-na1.net/hubfs/7666878/New%20Site%20Files/faqBanner.jpg");
}
.slimHeader .bannerText {
/*     margin-top: 60px; */
    padding-top: 210px;
}
.slimHeader .bannerText H1 {
    font-size: 71px;
    color: #fff;
    text-transform:capitalize;
}
.slimHeader .bannerText SPAN.topic {
    font-size: 19px;
    color: #fff;
}
/* .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.7;
} */
.imageContainer {
    overflow: hidden;
}
IMG.imageFill {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.resposive {
    max-width: 100%;
    height: auto;
}
.brackets,
.greenBrackets,
.bracketsHover,
.bracketsOpacity {
    position: relative;
    font-family: Suisse-Intl-Regular;
    color: #fff;
/*     font-weight: 800; */
}
.brackets:before,
.greenBrackets:before,
.bracketsHover:before,
.bracketsOpacity:before,
.brackets:after,
.greenBrackets:after,
.bracketsHover:after,
.bracketsOpacity:after {
    position: absolute;
    height: 30px;
    width: 2px;
    content: "";
    color: #fff;
    font-weight: 900;
}
.brackets:before,
.greenBrackets:before,
.bracketsHover:before,
.bracketsOpacity:before {
    content: "[";
    left: -10px;
}
.brackets:after,
.greenBrackets:after,
.bracketsHover:after,
.bracketsOpacity:after {
    content: "]";
    right: -8px;
}
.bracketsOpacity:before,
.bracketsOpacity:after {
    opacity: 0;
    transition: 0.3s;
}
.bracketsOpacity:hover:before,
.bracketsOpacity:hover:after {
    opacity: 1;
}
.bracketsHover:before,
.bracketsHover:after {
    transition: 0.3s;
}
.bracketsHover:hover:before {
    left: -15px;
}
.bracketsHover:hover:after {
    right: -15px;
}
.greenBrackets {
    color: #ff9f2e;
}
.greenBrackets:before,
.greenBrackets:after {
    color: #ff9f2e;
}
.tag,
.blackTag {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    padding: 4px 8px 2px 8px;
    border: 2px solid #000;
    font-family: Suisse-Intl-Regular;
    display:inline-block;
    width:auto;
    margin-bottom:3px;
/*     font-weight: 800; */
}
.blackTag {
    background-color: #000;
    color: #fff;
}
.falseTag {
    position: relative;
    padding-left: 30px;
}
.falseTag:before {
    height: 16px;
    width: 16px;
    position: absolute;
    content: "";
    background-image: url("https://7666878.fs1.hubspotusercontent-na1.net/hubfs/7666878/New%20Site%20Files/false.png");
    background-size: contain;
    content: "";
    top: 3px;
    left: 6px;
}
.headerLine {
    position: relative;
}
.headerLine:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 1px;
    background-color: gray;
    right: 0px;
    bottom: 10px;
}
.author .imageContainer {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.author .text P {
    color: #fff;
    font-size: 16px;
    font-family: Suisse-Intl-Regular;
    line-height: 20px;
    margin-bottom: 0px;
}
.largeContentBrackets {
    position: relative;
    padding: 60px;
}
.largeContentBrackets:after,
.largeContentBrackets:before {
    height: 100%;
    width: 70px;
    border: 10px solid #fff;
    content: "";
    position: absolute;
    top: 0px;
}
.largeContentBrackets:after {
    border-left: none;
    right: 0px;
}
.largeContentBrackets:before {
    border-right: none;
    left: 0px;
}
/* .ctaSection .inner {
    padding: 60px;
}  */
.ctaSection .inner .largeContentBrackets {
    max-width: 575px;
    margin: auto;
    padding: 30px 0px;
    height:210px;
    margin-top:20px;
}
.ctaSection .inner .largeContentBrackets:before,
.ctaSection .inner .largeContentBrackets:after {
    border-color: #101010;
    border-width: 30px;
    width: 60px;
}
.ctaSection .inner H4, #subscribeRow H4 {
    color: #101010;
    font-size: 34px;
    line-height: 36px;
}
 #subscribeRow H4 {
   text-align:center;
   margin-top:50px;
}
.ctaSection .inner H5 {
    color: #101010;
    font-size: 90px;
    line-height: 25px;
    position:relative;
}
.ctaSection .inner H5:before {
  content:'+';
  position:absolute;
  right:0px;
  font-size:35px;
  
  
}
.ctaSection .inner SPAN {
    font-size: 22px;
    color: #101010;
    display: block;
    margin-top: 40px;
}
.ctaSection .inner A.brackets,
.ctaSection .inner A.bracketsOpacity,
.ctaSection .inner A.bracketsHover,
.ctaSection .inner A.greenBrackets {
    font-size: 19px;
}
.ctaSection .inner A.brackets:after,
.ctaSection .inner A.bracketsOpacity:after,
.ctaSection .inner A.bracketsHover:after,
.ctaSection .inner A.greenBrackets:after {
    right: 34px;
}
.ctaSection .inner A.brackets:before,
.ctaSection .inner A.bracketsOpacity:before,
.ctaSection .inner A.bracketsHover:before,
.ctaSection .inner A.greenBrackets:before {
    left: 30px;
}
.articleRow {
    padding-top: 60px;
    margin: 0px -10px !important;
}
.articleRow .article {
    padding: 0px 10px;
}
.articleRow .article .imageContainer {
    position: relative;
    height: 215px;
}
.articleRow .article .imageContainer .check {
    background-color: #ff9f2e;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    font-family: Suisse-Intl-Regular;
    font-size: 12px;
    padding: 3px 7px;
    opacity: 1;
    transition: 0.3s;
}
.articleRow .article .imageContainer .largeContentBrackets {
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: 0.3s;
}
.articleRow .article .imageContainer .largeContentBrackets:before,
.articleRow .article .imageContainer .largeContentBrackets:after {
    border-width: 15px;
    width: 40px;
    top: 12px;
}
.articleRow .article .imageContainer .largeContentBrackets:before {
    left: 15px;
}
.articleRow .article .imageContainer .largeContentBrackets:after {
    right: 15px;
}
.articleRow .article:hover {
    cursor: pointer;
}
.articleRow .article:hover .largeContentBrackets {
    opacity: 1;
}
.articleRow .article:hover .imageContainer .check {
    opacity: 0;
}
.articleRow .article .text {
    padding: 20px 0px;
}
/* .articleRow .article .text .blackTag {
    margin-left: -5px;
} */
.articleRow .article .text H3 {
    color: #101010;
    margin: 5px 0px 15px 0px;
    font-size: 18px;
    transition: 0.3s;
}
.articleRow .article .text H5.date {
  color:#101010;
  margin-top:5px;
}
.articleRow .article .text P {
    font-size: 17px;
}
.articleRow .article:hover H3 {
    text-decoration: underline;
}
.articleRow .largeArticle {
    padding-right: 35px;
}
.articleRow .largeArticle .imageContainer {
    height: 455px;
}
.articleRow .largeArticle .imageContainer .largeContentBrackets:before,
.articleRow .largeArticle .imageContainer .largeContentBrackets:after {
    border-width: 20px;
    width: 70px;
    top: 25px;
}
.articleRow .largeArticle .imageContainer .largeContentBrackets:before {
    left: 20px;
}
.articleRow .largeArticle .imageContainer .largeContentBrackets:after {
    right: 20px;
}
.articleRow .largeArticle .text {
    padding: 30px 0px;
}
.articleRow .largeArticle .text H3 {
    font-size: 27px;
    margin: 20px 0px;
}
.articleRow .largeArticle .text P {
    font-size: 17px;
}
.articleSection {
    padding: 40px 0px;
    margin: 0px;
}
.articleSection .viewAll {
    right: 20px;
    top: 36px;
}
.articleSection .medHeader.borderBottom:after {
    bottom: -25px;
    max-width: 90%;
}
.articleSection .container {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}
.meetTeam {
    background-image: url("https://7666878.fs1.hubspotusercontent-na1.net/hubfs/7666878/New%20Site%20Files/logically_facts_temp_banner.png");
    height: 250px;
    position: relative;
}
.meetTeam H4 {
    font-size: 27px;
    position: absolute;
    bottom: 20px;
    left: 40px;
    max-width: 70%;
}
.newsletter {
    padding: 60px;
    height: 250px;
    position:relative;
}
.newsletter H4, .newsletter H3 {
    font-size: 30px;
}
.newsletter P {
    font-size: 17px;
    color: #fff;
}
.newsletter .hs-submit {
    display: inline-block;
    width: 26%;
}
DIV.newsletter .hs-submit INPUT {
    font-size: 14px;
    padding: 18px 0px 13px 0px;
    width:100%;
}
.newsletter .hs-email {
    margin-right: 10px;
    display: inline-block;
    width: 70%;
}
.newsletter .hs-email INPUT {
    background-color: #312c2d;
    border: none;
    padding: 19px 18px 14px 18px;
    font-size: 14px;
    width:100%;
    color:white;
    font-family: Suisse-Intl-Regular;
}
.newsletter .input  INPUT::placeholder {
    color: #fff;
    font-family: Suisse-Intl-Regular;
/*     font-weight: 800; */
}
.newsletter LABEL.hs-error-msg {
  position:absolute;
  color:red;
  font-family: Suisse-Intl-Regular;
  bottom:20px;
}
.newsletter SPAN DIV.submitted-message {
  font-family: Suisse-Intl-Bold;
  color:white;
  font-size:24px;
  text-align:center;
  margin-top:50px; 
}
.bread-crumb {
  padding: 40px 0px 30px 0px;
  border-bottom: 1px solid #cdcdcd;  
}
.bread-crumb .container {
    position: relative;
}
.bread-crumb SPAN,
.bread-crumb A {
    font-size: 15px;
    text-transform:capitalize;
}
.bread-crumb A.rm {
    padding: 12px 25px 7px 25px;
    font-size: 19px;
    position: absolute;
    right: 0px;
    top: -17px;
    font-family: Suisse-Intl-Regular;
/*     font-weight: 800; */
}
.bread-crumb A:hover {
  text-decoration:underline !Important;
}
.bread-crumb SPAN {
    color: #ececec;
    position: relative;
    font-family: Suisse-Intl-Regular;
    text-transform:capitalize;
/*     font-weight: 800; */
}
.bread-crumb SPAN {
  padding:0px 15px;
}
.bread-crumb SPAN:after {
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: #ff9f2e;
    content: "";
    right: 0px;
    top: 4px;
}
 .bread-crumb SPAN:last-of-type {
   color:#585858;
}
 .bread-crumb SPAN:last-of-type:after {
    display: none;
} 
.bread-crumb SPAN A {
    color: #101010;
}
.subscribe {
    padding: 45px 35px;
    background-color: #231f20;
    position:relative;
    margin-bottom: 50px;
}
.subscribe .submitted-message {
  color:white;
  font-family: Suisse-Intl-Bold;
  text-align:center;
  font-size:20px;
}
.subscribe H4, .subscribe H3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff;
}
.subscribe P {
    font-size: 16px;
    color: #fff;
}
.subscribe .hs-email {
    display: inline-block;
    width: 65%;
    margin-right: 10px;
}
.subscribe .hs-email INPUT  {
    background-color: #312c2d;
    color: #fff;
    font-size: 15px;
    font-family: Suisse-Intl-Regular;
    border: 1px solid #3e3e3e;
    padding: 16px 20px 12px 15px;
    margin: 8px 0px;
    width:100%;
}
.subscribe .hs-email INPUT::placeholder {
    color: #fff;
}
.subscribe .hs-email INPUT:focus {
    outline: none;
    border: 1px solid #ff9f2e;
}
.subscribe .hs-submit {
    display: inline-block;
    width: 30%;
}
.subscribe .hs-submit INPUT {
    padding: 15px 15px 11px 15px;
    font-size: 15px;
     width:100%;
}
.subscribe .hs-submit INPUT:hover {
    border: 2px solid rgba(0, 0, 0, 0);
}
.subscribe LABEL.hs-error-msg {
  font-family: Suisse-Intl-Regular;
}
.slick-slider .slick-arrow {
    position: absolute;
    width: 50px;
    top: 30%;
}
.slick-slider .slick-arrow .news-arrow {
    max-height: 40px;
    max-width: 40px;
    border: 2px solid #fff;
    padding: 7px;
    border-radius: 50%;
    transition: 0.3s;
}
.slick-slider .slick-arrow .news-arrow .arrow-path {
    fill: #fff;
    transition: 0.3s;
}
.slick-slider .slick-arrow:hover {
    cursor: pointer;
}
.slick-slider .slick-arrow:hover .news-arrow {
    background-color: #fff;
}
.slick-slider .slick-arrow:hover .news-arrow .arrow-path {
    fill: #101010;
}
.slick-slider .slick-dots {
    position: absolute;
    top: -30px;
    right: 0px;
    display: flex;
    justify-content: right;
}
.slick-slider .slick-dots LI BUTTON {
    opacity: 0;
    width: 0px;
    margin-right: -2px;
}
.slick-slider .slick-dots LI:before {
    height: 9px;
    width: 9px;
    background-color: #ff9f2e;
    position: absolute;
    content: "";
}
.slick-slider .slick-dots LI.slick-active:before {
    background-color: #fff;
}
.greyBlock {
    display: none;
}
.resourceSection {
    position: relative;
}
.resourceSection .greyBack,
.resourceSection .greyHeader {
    padding: 50px 0px 30px 0px;
}
.resourceSection .container {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}
.resourceSection H2 {
    color: #fff;
}
.resourceSection .resourceContainer {
    padding: 30px 0px;
}
.resourceSection .resourceContainer .resourceWrapper {
    padding: 0px 10px;
    text-align: center;
}
.resourceSection .resourceContainer .resourceWrapper:hover .imageContainer {
    border: 2px solid #fff;
}
.resourceSection .resourceContainer .resourceWrapper:hover .imageContainer IMG {
    opacity: 1;
    transition: 0.3s;
}
.resourceSection .resourceContainer .resourceWrapper:hover .brackets,
.resourceSection .resourceContainer .resourceWrapper:hover .bracketsOpacity,
.resourceSection .resourceContainer .resourceWrapper:hover .bracketsHover,
.resourceSection .resourceContainer .resourceWrapper:hover .greenBrackets {
    opacity: 1;
}
.resourceSection .resourceContainer .resourceWrapper .imageContainer {
    height: 190px;
    border: 2px solid #b6b6b6;
}
.resourceSection .resourceContainer .resourceWrapper .imageContainer IMG {
    opacity: 0.5;
    transition: 0.3s;
}
.resourceSection .resourceContainer .resourceWrapper .brackets,
.resourceSection .resourceContainer .resourceWrapper .bracketsOpacity,
.resourceSection .resourceContainer .resourceWrapper .bracketsHover,
.resourceSection .resourceContainer .resourceWrapper .greenBrackets {
    opacity: 0.6;
    transition: 0.3s;
    font-size: 19px;
}
.resourceSection .resourceContainer .resourceWrapper .brackets:before,
.resourceSection .resourceContainer .resourceWrapper .bracketsOpacity:before,
.resourceSection .resourceContainer .resourceWrapper .bracketsHover:before,
.resourceSection .resourceContainer .resourceWrapper .greenBrackets:before,
.resourceSection .resourceContainer .resourceWrapper .brackets:after,
.resourceSection .resourceContainer .resourceWrapper .bracketsOpacity:after,
.resourceSection .resourceContainer .resourceWrapper .bracketsHover:after,
.resourceSection .resourceContainer .resourceWrapper .greenBrackets:after {
    opacity: 0;
    transition: 0.3s;
}
@media screen and (max-width: 1700px) {
    .navRow .menuWrapper {
        float: left;
    }
}
@media screen and (max-width: 1625px) {
    DIV.resourceSection H2 {
        padding-left: 60px;
    }
    DIV.resourceSection .resourceContainer {
        padding: 30px 50px;
    }
    DIV.resourceSection .resourceCarousel .slick-arrow.slick-next {
        right: -60px;
    }
    DIV.resourceSection .resourceCarousel .slick-arrow.slick-prev {
        left: -50px;
    }
}
@media screen and (max-width: 1550px) {
    FOOTER .footerContent UL,
    FOOTER .footerContent H4 {
        padding-left: 30px;
    }
  DIV.resourceSection .resourceCarousel .slick-arrow.slick-next {
    right:-50px;
  }
  DIV.resourceSection .resourceCarousel .slick-arrow.slick-prev {
    left:-40px;
  }
}
@media screen and (max-width:1440px) {
    FOOTER .footerContent UL[role=menu] {
      padding-left:30px;
    }
}
@media screen and (max-width: 1200px) {
    .articleSection H3.medHeader.borderBottom:after {
        max-width: 75%;
    }
    .meetTeam,
    .newsletter {
        margin: 10px 10px;
    }
    DIV.newsletter {
        text-align: center;
        padding: 60px 30px;
    }
    DIV.newsletter H4 {
        font-size: 24px;
    }
    DIV.meetTeam H4 {
        font-size: 22px;
        bottom: 10px;
        left: 30px;
    }
    FOOTER .footerContent {
        border-right: none;
    }
    FOOTER .footerContent .d-flex UL:nth-of-type(2) {
        padding-left: 50px;
    }
    FOOTER .footerContent UL,
    FOOTER .footerContent H4 {
        padding-left: 0px;
    }
    FOOTER .footerContent P {
        max-width: 100%;
    }
    FOOTER .footerContent.verticalCenter {
        padding: 0px 0px;
    }
    FOOTER .footerContent UL[role=menu] {
      padding-left:0px;
    }
    .resourceSection .container.outerContainer,
    .videoSection .container.outerContainer {
        max-width: 100% !important;
    }
    .resourceSection H2,
    .videoSection H2 {
        padding-left: 50px !important;
    }
    .slimHeader .bannerText H1 {
      font-size:60px;
    }
     DIV.resourceSection .resourceCarousel .slick-arrow.slick-next {
      right:-70px;
    }
    DIV.resourceSection .resourceCarousel .slick-arrow.slick-prev {
      left:-60px;
    }
}
@media screen and (max-width: 992px) {
    .navRow.scrolled-nav .logo {
        height: 60px;
    }
    .navRow .logo {
        height: 115px;
    }
    .slimHeader {
        min-height: 225px;
/*         margin-top: 60px; */
    }
    .slimHeader .bannerText {
        padding-top: 120px !important;
        margin-top:0px;
    }
    .slimHeader .bannerText H1 {
        font-size: 55px;
    }
    .bread-crumb {
        padding: 25px 0px 20px 0px;
    }
    DIV.resourceSection H2 {
        padding-left: 0px !important;
    }
    DIV.resourceSection .resourceContainer {
        padding: 30px 0px;
    }
    .slick-slider .slick-arrow {
        display: none !important;
    }
    DIV.videoSection.resourceSection {
        text-align: left;
    }
    DIV.videoSection.resourceSection H2 {
        padding-left: 0px !important;
    }
    DIV.videoSection.resourceSection .slick-slider .slick-list {
        padding: 0px 25px !important;
    }
    DIV.videoSection.resourceSection .slick-slider .slick-arrow {
        top: -65px;
        display: block !important;
    }
    DIV.videoSection.resourceSection .slick-slider .slick-arrow .news-arrow {
        max-height: 37px;
        max-width: 37px;
    }
    DIV.videoSection.resourceSection .slick-slider .slick-arrow.slick-prev {
        right: 12% !important;
        left: auto !important;
    }
    DIV.videoSection.resourceSection .slick-slider .slick-arrow.slick-next {
        right: 0% !important;
    }
    DIV.videoSection.resourceSection .greyBlock {
        position: absolute;
        height: 100%;
        width: 50px;
        z-index: 1000;
        display: none;
    }
    DIV.videoSection.resourceSection .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    DIV.videoSection.resourceSection .greyBack .container,
    DIV.videoSection.resourceSection .greyHeader .container {
        padding-left: 15px;
        padding-right: 0px;
    }
    DIV.videoSection.resourceSection .resourceContainer {
        padding: 20px 0px;
    }
    DIV.videoSection.resourceSection .resourceContainer .resourceCarousel .slick-list {
        padding-left: 0px !important;
    }
    DIV.videoSection.resourceSection .resourceContainer .resourceCarousel .resourceWrapper {
        padding: 0px 5px;
    }
    DIV.videoSection.resourceSection .resourceContainer .resourceCarousel .resourceWrapper .imageContainer {
        height: 120px;
    }
    DIV.articleRow .article.largeArticle {
        padding-right: 10px;
    }
    DIV.ctaSection .inner {
        padding: 0px 0px 20px 0px;
    }
    .subscribeWrap, .subscribe {
      display:none;
    }
}
@media screen and (max-width: 768px) {
    DIV.newsletter {
      margin-left:0px;
      margin-right:0px;
    }
}
@media screen and (max-width: 576px) {
/*     DIV.section {
        padding: 0px 10px !important;
    } */
    DIV.contentRow {
        margin: 40px 0px;
    }
    DIV.contentRow .greyBackHeader {
        max-width: none;
        padding: 20px 40px 15px 40px;
        margin-left: 0px;
    }
    DIV.resourceSection H2 {
        font-size: 24px;
    }
    DIV.resourceSection .resourceContainer .resourceWrapper .imageContainer {
        height: 220px;
    }
    DIV.articleRow {
        padding-top: 30px;
    }
    DIV.resourceSection {
        text-align: center;
    }
    DIV.contentRow.articleSection {
      margin-bottom:0px !important;
      padding-bottom:0px;
      padding-top:0px;
    }
    DIV.resourceSection .greyBack,
    DIV.resourceSection .greyHeader {
        padding: 40px 0px 0px 0px;
    }
    DIV.resourceSection .resourceContainer .resourceWrapper SPAN.brackets,
    DIV.resourceSection .resourceContainer .resourceWrapper SPAN.bracketsOpacity,
    DIV.resourceSection .resourceContainer .resourceWrapper SPAN.bracketsHover,
    DIV.resourceSection .resourceContainer .resourceWrapper SPAN.greenBrackets {
        opacity: 1;
    }
    DIV.resourceSection .resourceContainer .resourceWrapper .imageContainer {
        border: 2px solid #fff;
    }
    DIV.resourceSection .resourceContainer .resourceWrapper .imageContainer IMG {
        opacity: 1;
    }
/*     DIV.articleSection {
        padding: 0px 10px 0px 10px;
    } */
    DIV.articleSection .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    DIV.articleSection .viewAll {
        top: 0px;
        right: 25px;
    }
    DIV.articleSection .viewAll A {
        font-size: 15px;
    }
    DIV.articleSection .viewAll A:before,
    DIV.articleSection .viewAll A:after {
        top: -2px;
    }
    DIV.articleSection H3.medHeader.borderBottom {
        margin: 0px 0px 0px 0px;
    }
    DIV.articleSection H3.medHeader.borderBottom:after {
        max-width: 100%;
        bottom: -15px;
    }
/*     DIV.recommendedArticles {
      padding-left:10px;
      padding-right:10px;
    } */
    DIV.articleRow .article {
        display: flex;
        padding:0px 0px !Important;
    }
  DIV.articleRow {
    margin-left:0px !important;
    margin-right:0px !important;
  }
    DIV.articleRow .article .imageContainer {
        height: 110px;
        order: 2;
        width: 40%;
        margin-top: 40px;
    }
    DIV.articleRow .article .imageContainer .check {
        font-size: 11px;
    }
    DIV.articleRow .article .text {
        order: 1;
        width: 60%;
        padding-right: 20px;
    }
    DIV.articleRow .article .text H3 {
        font-size: 19px;
        margin-top: 10px;
    }
    DIV.articleRow .article .text P {
        font-size: 15px;
    }
    DIV.articleRow .article .tag,
    DIV.articleRow .article .blackTag {
        padding: 6px 8px 4px 8px;
        font-size: 11px;
    }
    DIV.articleRow .article .falseTag {
        padding-left: 30px;
    }
    DIV.articleRow .article .falseTag:before {
        top: 3px;
    }
    DIV.articleRow .article.largeArticle {
        display: block;
    }
    DIV.articleRow .article.largeArticle .imageContainer {
        height: auto;
        width: 100%;
        margin-top: 10px;
    }
    DIV.articleRow .article.largeArticle .imageContainer IMG {
        max-width: 100%;
        height: auto;
    }
    DIV.articleRow .article.largeArticle .imageContainer .check {
        bottom: 4px;
    }
    DIV.articleRow .article.largeArticle .text {
        width: 100%;
    }
    DIV.articleRow .article.largeArticle .text H3 {
        font-size: 24px;
    }
    DIV.articleRow .article.largeArticle .text P {
        font-size: 17px;
    }
    
    DIV.ctaSection .inner H4,  #subscribeRow H4 {
        font-size: 23px;
        line-height: 23px;
        margin-bottom: 20px !important;
    }
    #subscribeRow H4 {
      margin-top:30px;
    }
    DIV.ctaSection .inner H5 {
        font-size: 60px;
        line-height: 20px;
    }
    DIV.ctaSection .inner SPAN {
      font-size:16px;
      margin-top:25px;
    }
    DIV.ctaSection .inner .largeContentBrackets {
        padding: 30px 0px 20px 0px;
        margin-top: 0px;
        height:150px;
    }
    DIV.ctaSection .inner .largeContentBrackets:before,
    DIV.ctaSection .inner .largeContentBrackets:after {
        border-width: 20px;
        width: 50px;
    }
    FOOTER .col-sm-6 {
      display:block;
      width:100% !important;
    }
    FOOTER .mobileHide {
        display: none;
    }
    FOOTER .mobileShow {
        display: block;
        margin: auto;
        max-width: 75px;
    }
    FOOTER .footerContent {
        padding: 40px 20px;
        text-align: center;
        border-top: 1px solid #37363a;
    }
    FOOTER .footerContent .text,
    FOOTER .footerContent .ifcn,
  FOOTER .footerContent .mca{
        display: block;
        width: 100%;
        text-align: center;
        margin: 20px 0px;
        height:auto;
        float:none;
        padding:0px;
    }
  FOOTER .footerContent .ifcn {
  }
  FOOTER .footerContent .ifcn DIV {
    margin:auto;
  }
  
  FOOTER .footerContent .mca IMG {
    max-width:250px !Important;
  }
    FOOTER .footerContent .text P,
    FOOTER .footerContent .ifcn P {
        line-height: 20px;
    }
    FOOTER .footerContent H4 {
        margin-bottom: 10px;
    }
    FOOTER .footerContent.verticalCenter {
        justify-content: center;
    }
    FOOTER .socials {
        justify-content: center;
    }
    FOOTER .bottomRow {
        padding: 35px 10px;
    }
    FOOTER .bottomRow P,
    FOOTER .bottomRow A,
    FOOTER .bottomRow SPAN {
        font-size: 12px;
    }
    DIV.newsletter {
        padding: 40px 20px;
        height: 210px;
    }
    DIV.newsletter P {
        font-size: 15px;
    }
    DIV.newsletter INPUT {
        width: 60%;
        padding: 14px;
    }
    DIV.newsletter BUTTON {
        padding: 14px 0px 10px 0px;
    }
    DIV.articleRow .largeArticle .imageContainer .largeContentBrackets {
      height:100%;
    }
    DIV.articleRow .largeArticle .imageContainer .largeContentBrackets:before,  DIV.articleRow .largeArticle .imageContainer .largeContentBrackets:after {
      top:4%;
      height:90%;
      border-width:15px;
      width:40px;
    }
    DIV.articleRow .largeArticle .imageContainer .largeContentBrackets:before {
      left:15px;
    }
    DIV.articleRow .largeArticle .imageContainer .largeContentBrackets:after {
      right:15px;
    }
    .articleRow .article .imageContainer .largeContentBrackets:before, .articleRow .article .imageContainer .largeContentBrackets:after {
      border-width:10px;
      width:30px;
      top:4px;
      height:85%;
    }
    .articleRow .article .imageContainer .largeContentBrackets:before {
      left:10px;
    }
    .articleRow .article .imageContainer .largeContentBrackets:after {
      right:10px;
    }
    .ctaSection .inner H5:before {
      right:10px;
    }
    .ctaSection .inner .largeContentBrackets {
      max-width:375px;
    }
    
}
@media screen and (max-width: 450px) {
    .greyBackHeader {
        max-width: none;
        padding: 8px 20px 5px 20px !important;
        font-size: 21px !important;
    }
    DIV.slimHeader {
        min-height: 160px;
    }
    DIV.slimHeader .bannerText {
        padding: 90px 0px 0px 0px !important;
    }
    DIV.slimHeader .bannerText SPAN.topic {
        font-size: 13px;
    }
    DIV.slimHeader .bannerText H1 {
        font-size: 32px;
    }
    DIV.bread-crumb {
        padding: 25px 10px 20px 0px !important;
    }
    DIV.bread-crumb .crumbs SPAN:first-of-type {
      padding-left:0px;
    }
    DIV.bread-crumb SPAN,
    DIV.bread-crumb A {
        font-size: 13px;
    }
    DIV.bread-crumb SPAN:after {
        top: 3px;
    }
    DIV.meetTeam {
        height: 180px;
    }
    DIV.meetTeam H4 {
        font-size: 18px;
    }
    DIV.resourceSection .resourceContainer .resourceWrapper .imageContainer {
        height: 190px;
    }
    DIV.newsletter {
        padding: 30px 10px;
        height: auto;
    }
    DIV.newsletter H4 {
        font-size: 19px;
    }
    DIV.newsletter P {
        font-size: 14px;
    }
    DIV.newsletter INPUT {
        width: 60%;
        padding: 14px;
        font-size: 12px;
    }
    .newsletter SPAN DIV.submitted-message {
      margin-top:0px;
      font-size:20px;
    }
    DIV.newsletter BUTTON {
        font-size: 12px;
    }
    DIV.articleSection H3.medHeader.borderBottom {
        font-size: 22px;
    }
}
@media screen and (max-width: 400px) {
    .slick-slider .slick-arrow {
        top: -60px;
    }
    .slick-slider .slick-arrow .news-arrow {
        max-height: 30px;
        max-width: 30px;
    }
    .resourceSection H2 {
        font-size: 24px;
    }
    .resourceSection .resourceContainer .resourceWrapper .imageContainer {
        height: 100px;
    }
} /*# sourceMappingURL=master.css.map */
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .container-sm, .container {
    /* max-width: 540px; */
    max-width: 655px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    /* max-width: 720px; */
    max-width: 940px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    /* max-width: 960px; */
    max-width: 1150px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    /* max-width: 1140px; */
    max-width: 1270px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    /* max-width: 1320px; */
    max-width: 1270px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.desktop-nav .wrapper {
    position: relative;
    max-width: 1250px;
    padding: 0 20px;
    height: 85px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media screen and (min-width: 600px) and (max-width: 1249px) {
    .desktop-nav .wrapper {
      padding: 0 30px;
    }
  }
  @media screen and (min-width: 1250px) {
    .desktop-nav .wrapper {
      padding: 0;
    }
  }

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  @media screen and (min-width: 1250px) {
   .col-xl-4 {
     padding-right: 0;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  @media screen and (min-width: 1250px) {
   .col-xl-8 {
    padding-left: 0;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

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

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map */

/* Extra styles */

.homeSliderWrap .homeSlider .slide .overlay {
  background:linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(12, 47, 70, 1) 100%);
  z-index: 100;
}
@media screen and (min-width:1500px) {
   .sd_container {
    max-width:1270px !Important;
  }
}
.homeSliderWrap .homeSlider .slide .textWrapper .aiRm.arrowRm {
  text-transform:none;
  padding:17px 40px 17px 30px;
}
.homeSliderWrap .homeSlider .slide .textWrapper .aiRm.arrowRm:after {
  top:21px;
}

.sectorCarousel {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.sectorCarousel.slick-initialized.slick-slider.slick-dotted a {
  text-decoration: none;
}
.sectors .sectorCarousel .slide .text .inner P {
  color:white;
  font-size:16px;
  opacity:0;
  max-height:0px;
  transition:.3s;
}
.sectors .sectorCarousel .slide:hover .text .inner P {
  opacity:1;
  max-height:100px;
}
.slick-slider .slick-dots LI {
  padding-right:0px;
}
.slick-slider .slick-dots LI BUTTON {
  padding:6px;
}
.sectors .sectorCarousel .slick-track {
/*   height:550px; */
  height: 400px;
}
/* .sectors .sectorCarousel .slide .text .inner .mb-3 {
  margin-top: 10px;
} */
.form2.formBanner {
  padding: 80px 0px;
  margin: 0 0 50px;
}
#videoHeader .videoContainer .slide .textWrapper .innerText .text {
  opacity: 1;
}
#videoHeader .videoContainer .slide .textWrapper .innerText .text .watchVideo {
  margin-left: 0px;
}
 
/* -------------- */
.relative {
  position: relative;
}

.bold {
  font-family: Suisse-Intl-Bold;
}
.aiRm.arrowRm {
  position: relative;
}
.aiRm.arrowRm:after {
  background-image: url("https://www.logically.ai/hubfs/New%20Site%20Files/arrow2.png");
  width: 50px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  right: -30px;
  top: 17px;
  transition: 0.5s;
}
.aiRm.arrowRm:hover:after {
  right: -40px;
}
.aiRm:hover {
  cursor: pointer;
  background-color: #ff9f2e;
  color: #0f192d;
}

.navbar.aiNav {
  z-index: 1000;
  background-color: transparent;
  border: none;
}
.navbar.aiNav:after {
  position: absolute;
  bottom: 0px;
  width: 100%;
  content: "";
  height: 1px;
  background-color: white;
  opacity: 0.2;
}
.navbar.aiNav .menuWrapper {
  float: left;
}
.navbar.aiNav .menuWrapper UL#menu LI.hs-menu-depth-1 {
  padding: 0px 15px;
}
.navbar.aiNav .menuWrapper UL#menu LI:before {
  border-color: #ff9f2e;
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  top:51%;
  right:0px;
}
.navbar.aiNav .menuWrapper UL#menu LI:hover {
  border-bottom: 2px solid #ff9f2e;
}
.navbar.aiNav .menuWrapper UL#menu LI.hs-menu-depth-2:hover A {
  color: #ff9f2e;
}
.navbar.aiNav .menuWrapper UL#menu LI UL LI {
}
.navbar.aiNav .menuWrapper UL#menu LI UL LI A {
  color: white;
}
.navbar.aiNav .schedule {
  height: 100%;
}
.navbar.aiNav .schedule A.aiRm {
  padding: 10px 20px;
}
.navbar.aiNav.scrolledNav {
  background-color: #0f192d;
  transition: 0.2s;
  box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.2);
  height: 75px;
  z-index: 1000;
  top: -75px;
}
.navbar.aiNav.scrolledNav #menu LI:after {
  bottom: 0px;
  background-color: #101010;
}
.navbar.aiNav.scrolledNav #menu LI UL.hs-menu-children-wrapper {
  top: 65px;
  box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.2);
}
.navbar.aiNav.scrolledNav .logo IMG {
  max-width: 200px;
}
.navbar.aiNav.scrolledNav .icons .loginPath, .navbar.aiNav.scrolledNav .icons .basketPath, .navbar.aiNav.scrolledNav .icons .searchPath {
  fill: #101010;
}
.navbar.aiNav.scrollingUp {
  top: 0px;
}

.homeSliderWrap {
  height: 830px;
  position: relative;
}
.homeSliderWrap .homeSlider, .homeSliderWrap .slick-list, .homeSliderWrap .slick-track, .homeSliderWrap .videoContainer {
  height: 100%;
  position: relative;
  z-index: 10;
}
.homeSliderWrap .homeSlider .slide, .homeSliderWrap .slick-list .slide, .homeSliderWrap .slick-track .slide, .homeSliderWrap .videoContainer .slide {
  position: relative;
  z-index: 1000;
  height: 100%;
}
.homeSliderWrap .homeSlider .slide .overlay, .homeSliderWrap .slick-list .slide .overlay, .homeSliderWrap .slick-track .slide .overlay, .homeSliderWrap .videoContainer .slide .overlay {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(12, 47, 70) 100%);
  z-index: 100;
}
.homeSliderWrap .homeSlider .slide IMG.fill, .homeSliderWrap .slick-list .slide IMG.fill, .homeSliderWrap .slick-track .slide IMG.fill, .homeSliderWrap .videoContainer .slide IMG.fill {
  transform: scale(1);
  transition: 1.5s;
}
.homeSliderWrap .homeSlider .slide:before, .homeSliderWrap .slick-list .slide:before, .homeSliderWrap .slick-track .slide:before, .homeSliderWrap .videoContainer .slide:before {
  background-image: url("../../img/overlay.png");
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 960px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
  content: "";
}
.homeSliderWrap .homeSlider .slide:after, .homeSliderWrap .slick-list .slide:after, .homeSliderWrap .slick-track .slide:after, .homeSliderWrap .videoContainer .slide:after {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(15, 25, 45, 0.8) 50%);
  position: absolute;
  height: 20%;
  width: 100%;
  top: 0px;
  left: 0px;
  transition: 0.3s;
  content: "";
}
.homeSliderWrap .homeSlider .slide .textWrapper, .homeSliderWrap .slick-list .slide .textWrapper, .homeSliderWrap .slick-track .slide .textWrapper, .homeSliderWrap .videoContainer .slide .textWrapper {
  position: absolute;
  left: 0%;
  bottom: 25%;
  width: 100%;
}
.homeSliderWrap .homeSlider .slide .textWrapper .innerText, .homeSliderWrap .slick-list .slide .textWrapper .innerText, .homeSliderWrap .slick-track .slide .textWrapper .innerText, .homeSliderWrap .videoContainer .slide .textWrapper .innerText {
  position: relative;
  z-index: 10000;
}
.homeSliderWrap .homeSlider .slide .textWrapper .innerText .text, .homeSliderWrap .slick-list .slide .textWrapper .innerText .text, .homeSliderWrap .slick-track .slide .textWrapper .innerText .text, .homeSliderWrap .videoContainer .slide .textWrapper .innerText .text {
  max-width: 100%;
  opacity: 0;
}
.homeSliderWrap .homeSlider .slide .textWrapper .innerText .text SPAN, .homeSliderWrap .slick-list .slide .textWrapper .innerText .text SPAN, .homeSliderWrap .slick-track .slide .textWrapper .innerText .text SPAN, .homeSliderWrap .videoContainer .slide .textWrapper .innerText .text SPAN {
  font-family: Suisse-Intl-Regular;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  letter-spacing: 2px;
}
.homeSliderWrap .homeSlider .slide .textWrapper .innerText .text H1, .homeSliderWrap .slick-list .slide .textWrapper .innerText .text H1, .homeSliderWrap .slick-track .slide .textWrapper .innerText .text H1, .homeSliderWrap .videoContainer .slide .textWrapper .innerText .text H1 {
  color: white;
  line-height: 1;
  font-family: Suisse-Intl-Regular;
  text-wrap: balance;
}
.homeSliderWrap .homeSlider .slide .textWrapper .innerText .text .watchVideo, .homeSliderWrap .slick-list .slide .textWrapper .innerText .text .watchVideo, .homeSliderWrap .slick-track .slide .textWrapper .innerText .text .watchVideo, .homeSliderWrap .videoContainer .slide .textWrapper .innerText .text .watchVideo {
  border-left: 1px solid #555d6a;
  margin-left: 70px;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.homeSliderWrap .homeSlider .slide .textWrapper .innerText .text .watchVideo SPAN, .homeSliderWrap .slick-list .slide .textWrapper .innerText .text .watchVideo SPAN, .homeSliderWrap .slick-track .slide .textWrapper .innerText .text .watchVideo SPAN, .homeSliderWrap .videoContainer .slide .textWrapper .innerText .text .watchVideo SPAN {
  font-family: Suisse-Intl-Bold;
  font-size: 12px;
}
.homeSliderWrap .homeSlider .slide .textWrapper .innerText .text .watchVideo SPAN.chev, .homeSliderWrap .slick-list .slide .textWrapper .innerText .text .watchVideo SPAN.chev, .homeSliderWrap .slick-track .slide .textWrapper .innerText .text .watchVideo SPAN.chev, .homeSliderWrap .videoContainer .slide .textWrapper .innerText .text .watchVideo SPAN.chev {
  background-color: #0f192d;
  padding: 7px 0px 5px 1px;
  border-radius: 50%;
  box-shadow: 0px 0px 6px 3px #ff9f2e;
  margin-left: 30px;
}
.homeSliderWrap .homeSlider .slide.slick-active .textWrapper, .homeSliderWrap .slick-list .slide.slick-active .textWrapper, .homeSliderWrap .slick-track .slide.slick-active .textWrapper, .homeSliderWrap .videoContainer .slide.slick-active .textWrapper {
  bottom: 30%;
  transition: 0.8s;
}
.homeSliderWrap .homeSlider .slide.slick-active .textWrapper .innerText .text, .homeSliderWrap .slick-list .slide.slick-active .textWrapper .innerText .text, .homeSliderWrap .slick-track .slide.slick-active .textWrapper .innerText .text, .homeSliderWrap .videoContainer .slide.slick-active .textWrapper .innerText .text {
  opacity: 1;
  transition: 0.5s;
}
.homeSliderWrap .homeSlider .slide.slick-active IMG.fill, .homeSliderWrap .slick-list .slide.slick-active IMG.fill, .homeSliderWrap .slick-track .slide.slick-active IMG.fill, .homeSliderWrap .videoContainer .slide.slick-active IMG.fill {
  transform: scale(1.1);
}
.homeSliderWrap.stop .homeSlider .slide.slick-active .textWrapper {
  bottom: 25%;
}
.homeSliderWrap.stop .homeSlider .slide.slick-active .textWrapper .innerText .text {
  opacity: 0;
}
.homeSliderWrap.stop .homeSlider .slide.slick-active IMG.fill {
  transform: scale(1);
  transition: 1.5s;
  opacity: 0;
}


.smallHeader {
  color: #ffffff;
  font-family: Suisse-Intl-Bold;
}

.fill {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.form2 p {
  font-size: 1.125em;
}
@media screen and (min-width: 600px) {
  .form2 p { {
    font-size: 1.3em; 
  }
}

.form2 UL LI {
  display: inline-block;
  width: 47%;
}
.form2 ul.no-list.hs-error-msgs.inputs-list li {
  display: inline-block;
  width: 100%;
}

.form1 .formWrapper, .form2 .formWrapper {
  margin-left: 50px;
}

.formBanner {
  background-image: url("https://www.logically.ai/hubfs/New%20Site%20Files/formBack.jpg");
  padding: 100px 0px;
  background-color: #002036;
}

.internalForm.formBanner FORM DIV.field {
  padding:7px;
  margin-bottom:0px;
}
.formBanner .text H3 {
  margin-bottom: 20px;
  text-wrap: balance;
}
.formBanner .text P {
  color: white;
  margin-bottom: 20px;
}
.formBanner .text P STRONG {
  font-family: Suisse-Intl-Bold;
}
.formBanner .text P SPAN {
  color: #ff9f2e;
}
.formBanner .formWrapper {
  background-color: white;
  padding: 10px;
  border-radius: 12px;
  /* position: absolute; */
  position: relative;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.formBanner .formWrapper FORM {
  border: 1px solid #e1e9f0;
  padding: 15px;
  border-radius: 12px;
  background-color: #e9e9e9;
}
.formBanner .formWrapper FORM H4 {
  color: #0f192d;
  font-size: 26px;
  margin-bottom: 30px;
}
.formBanner .formWrapper FORM INPUT, .formBanner .formWrapper FORM SELECT{
  background-color: #ffffff;
  border: 1px solid #e1e9f0;
  border-radius: 3px;
  color: #4c545f;
  font-size: 16px;
  padding: 15px 20px !important;
  margin: 0px;
  width:100% !Important;
}
.formBanner .formWrapper FORM INPUT::placeholder, .formBanner .formWrapper FORM SELECT::placeholder {
  color: #4c545f;
}
.formBanner .formWrapper FORM .hs-fieldtype-select:before, .formBanner .formWrapper FORM .hs-fieldtype-select:after {
  content: "";
  position: absolute;
  z-index: 10;
}
.formBanner .formWrapper FORM .hs-fieldtype-select .input {
  position:relative;
}
.formBanner .formWrapper FORM .hs-fieldtype-select:before {
  border-color: #4c545f !important;
  height: 14px;
  width: 14px;
  border-width: 3px 3px 0 0;
  top: 27px;
  right: 27px;
  border-style: solid;
  transform: rotate(135deg);
}
.formBanner .formWrapper FORM .hs-fieldtype-select:after {
  right: 60px;
  height: 30px;
  width: 2px;
  top: 23px;
  background-color: #e1e1e1;
}
.formBanner .formWrapper FORM SELECT{
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.formBanner .formWrapper FORM .hs-button  {
  background-color: #ff9f2e;
  font-family: Suisse-Intl-Regular;
  margin-top: 20px;
  border-radius: 15px;
  color:white;
}
.formBanner .formWrapper FORM .hs-button:hover {
  background-color: #0f192d;
  color: white;
  border-color: #0f192d;
}
.formBanner .formWrapper FORM .consent {
  color: #898989;
  font-size: 14px;
  margin-top: 30px;
  padding:0px 5px;
}
.formBanner .formWrapper FORM .consent A {
  color: #ff9f2e;
}

/* Form with no background image */  
  
.formNoBanner {
  padding: 0 0 50px;
  background-color: #ffffff;
}

.internalForm.formNoBanner FORM DIV.field {
  padding:7px;
  margin-bottom:0px;
}
.formNoBanner .text H3 {
  margin-bottom: 20px;
  text-wrap: balance;
  color: #383838;
}
.formNoBanner .text P {
  color: #383838;
  margin-bottom: 20px;
}
.formNoBanner .text P STRONG {
  font-family: Suisse-Intl-Bold;
}
.formNoBanner .text P SPAN {
  color: #ff9f2e;
}
.formNoBanner .formWrapper {
  padding: 0;
  border-radius: 12px;
  position: relative;
  border: 8px solid #c7c7c7;
}
.formNoBanner .formWrapper FORM {
  border: 1px solid #e1e9f0;
  padding: 15px;
  border-radius: 12px;
  background-color: #e9e9e9;
}
.formNoBanner .formWrapper FORM H4 {
  color: #0f192d;
  font-size: 26px;
  margin-bottom: 30px;
}
.formNoBanner .formWrapper FORM INPUT, .formBanner .formWrapper FORM SELECT{
  background-color: #ffffff;
  border: 1px solid #e1e9f0;
  border-radius: 3px;
  color: #4c545f;
  font-size: 16px;
  padding: 15px 20px !important;
  margin: 0px;
  width:100% !Important;
}
.formNoBanner .formWrapper FORM INPUT::placeholder, .formBanner .formWrapper FORM SELECT::placeholder {
  color: #4c545f;
}
.formNoBanner .formWrapper FORM .hs-fieldtype-select:before, .formBanner .formWrapper FORM .hs-fieldtype-select:after {
  /* content: ""; */
  position: absolute;
  z-index: 10;
}
.formNoBanner .formWrapper FORM .hs-fieldtype-select .input {
  position:relative;
}
.formNoBanner .formWrapper FORM .hs-fieldtype-select:before {
  border-color: #4c545f !important;
  height: 14px;
  width: 14px;
  border-width: 3px 3px 0 0;
  top: 27px;
  right: 27px;
  border-style: solid;
  transform: rotate(135deg);
}
.formNoBanner .formWrapper FORM .hs-fieldtype-select:after {
  right: 60px;
  height: 30px;
  width: 2px;
  top: 23px;
  background-color: #e1e1e1;
}
.formNoBanner .formWrapper FORM SELECT{
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100% !important;
}
.formNoBanner .formWrapper FORM textarea {
  width: 100% !important;
}
.formNoBanner .formWrapper FORM input::placeholder {   
  color: #383838 !important;
}
.formNoBanner .formWrapper FORM .hs-button  {
  background-color: #ff9f2e;
  font-family: Suisse-Intl-Regular;
  margin-top: 20px;
  border-radius: 15px;
  color:white;
}
.formNoBanner .formWrapper FORM .hs-button:hover {
  background-color: #0f192d;
  color: white;
  border-color: #0f192d;
}
.formNoBanner .formWrapper FORM .consent {
  color: #898989;
  font-size: 14px;
  margin-top: 30px;
  padding:0px 5px;
}
.formNoBanner .formWrapper FORM .consent A {
  color: #ff9f2e;
}
  
.listSection ul li {
  font-family: Suisse-Intl-Regular;
  position: relative;
  margin: 10px 0px;
  padding: 0px 0px 0px 25px;
  text-align: left;
}
.listSection ul li:last-of-type {
  margin-bottom: 20px;  
}

.listSection UL LI:before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ff9f2e;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 7px;
}
.twoColContent {
  padding: 50px 0;
}
.twoColContent.listSection li {
    margin-bottom: 10px;
}
.twoColContent .leftContent {
  padding-right: 50px;
}
.twoColContent .leftContent h2 {
  color: #0f192d;
  margin: 0 0 30px;
}
.twoColContent .leftContent h3 {
  color: #0f192d;
  margin: 30px 0;
}
.twoColContent .leftContent h4 {
  color: #0f192d;
  margin: 30px 0;
}
.twoColContent .leftContent h5 {
  color: #ff9f2e;
  margin: 30px 0;
}
.leftContent h2 {
  margin: 30px 0;
}
.twoColContent .leftContent p {
  margin-bottom: 20px;
}
.twoColContent .rightContent .blueBack {
  background-image: url("https://www.logically.ai/hubfs/New%20Site%20Files/blueBack2.jpg");
}
.twoColContent .rightContent .subscribe {
  margin-bottom: 20px;
}
.twoColContent .rightContent .subscribe form label {
  color: #ffffff;
}
.twoColContent .rightContent .subscribe H4 {
  text-transform: none;
}
.twoColContent .rightContent .subscribe .hs-button {
  background-color: transparent;
  border: 2px solid #ff9f2e;
  border-radius: 10px !important;
  padding: 12px 10px;
  /* margin-left:7px; */
  min-width:auto;
}
.twoColContent .rightContent .subscribe .hs-button:hover {
  color: #0f192d;
  background-color: #ff9f2e;
}
.twoColContent .rightContent .subscribe INPUT {
  background-color: #123f58;
  border-radius: 10px;
  border: 1px solid #6f8e9d;
  padding: 14px 20px 12px 15px;
  font-family: Suisse-Intl-Regular;
  color:white;
/*   min-width:250px; */
}
.twoColContent .rightContent .subscribe INPUT::placeholder {
  color:White;
}

.twoColContent .rightContent .download .aiRm {
  border-radius: 50px;
  padding: 13px 20px 13px 20px;
}
.twoColContent .rightContent .download H4 {
  padding-left: 40px;
}
.twoColContent .rightContent .download H4:before {
  content: "";
  background-image: url("https://www.logically.ai/hubfs/New%20Site%20Files/file.png");
  background-size: contain;
  width: 25px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: -5px;
}
.twoColContent .rightContent .dataSheet {
  border: 3px solid #f1f1f1;
  padding: 60px 40px;
}
.twoColContent .rightContent .investigations {
  padding: 60px 0px;
}
.twoColContent .rightContent .investigations H3 {
  color: #101010;
  font-size: 26px;
}
.twoColContent .rightContent .investigations .articleRow {
  padding-top: 40px;
  margin-top: 0px;
}
.twoColContent .rightContent .investigations .articleRow H4 {
  font-size: 16px;
  color: #101010;
  line-height: 22px;
  text-transform: capitalize;
  margin-top: 5px;
}
.twoColContent .rightContent .investigations .articleRow .imageContainer {
  height: 95px;
}
.twoColContent .dataSheet {
  background-color: white;
  padding-top: 60px;
}
.twoColContent .dataSheet H4 {
  color: #101010;
  font-size: 18px;
  padding-left: 70px;
}
.twoColContent .dataSheet H4:before {
  background-image: url("https://www.logically.ai/hubfs/New%20Site%20Files/file2.png");
  width: 40px;
  height: 58px;
  top: -10px;
  position: absolute;
  content: "";
  background-size: contain;
  left: 0px;
}
.twoColContent .dataSheet H5 {
  font-size: 15px;
  font-family: Suisse-Intl-Regular;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #cdcdcd !important;
  padding-left: 70px;
}
.twoColContent .dataSheet H5, .twoColContent .dataSheet P {
  color: #898989;
}
.twoColContent .dataSheet.subscribe H5 {
  padding-left:42px;
}
.twoColContent .dataSheet P {
  line-height: 26px;
}
.investigationsHeader .text {
  position: absolute;
  bottom: 30px;
}
.investigationsHeader .text H1 {
  color: #ffffff;
}
.investigationsHeader .text .bread-crumb {
  border-bottom: none;
  padding: 20px 0px 30px 0px;
}
.investigationsHeader .text .bread-crumb A {
  color: white;
}
.investigationsHeader .text .bread-crumb SPAN {
  font-family: Suisse-Intl-Regular;
  color:white;
}
.investigationsHeader .text .bread-crumb SPAN:after {
  content: "/";
  color: #ff9f2e;
  background-color: transparent;
  height: auto;
  width: auto;
  top: 0px;
}

.investigationsContent {
  padding: 50px 0px;
}
.investigationsContent .articleRow .article {
  margin-bottom: 50px;
}
.investigationsContent .articleRow .article .imageContainer {
  height: 270px;
}
.investigationsContent .articleRow .article .imageContainer IMG {
  transition: 0.5s;
}
.investigationsContent .articleRow .article .text H3 {
  font-size: 22px;
  margin: 5px 0 20px;
}
.investigationsContent .articleRow .article .text SPAN.date {
  color: #b9b9b9;
}
.investigationsContent .articleRow .article .text .tags .item {
  font-family: Suisse-Intl-Regular;
}
.investigationsContent .articleRow .article .text .tags SPAN.bold:before {
  content: "";
  position: absolute;
  left: 0px;
  background-size: contain;
  background-image: url("../../img/tag.png");
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
}
.investigationsContent .articleRow .article:hover .imageContainer IMG {
  transform: scale(1.1);
}

.filterRow {
  margin-top: 0px;
  max-width: 85%;
}
.filterRow P {
  color: #0f192d;
  font-family: Suisse-Intl-Bold;
  font-size: 33px;
}
.filterRow H3.medHeader {
  display: none;
}
.filterRow .filters {
  padding: 60px 0px 30px 0px;
}
.filterRow .filters SPAN.mobileDisplay {
  display: none;
}
.filterRow .filters SPAN {
  color: #898989;
  font-size: 16px;
  font-family: Suisse-Intl-Regular;
}
.filterRow .filters .filterWrap {
  position: relative;
}
.filterRow .filters .select, .filterRow .filters .searchContainer {
  max-height: 50px;
  transition: 0.3s;
  position: relative;
  border: 2px solid #e1e1e1;
  border-radius: 50px;
  padding: 17px 25px;
  position: absolute;
  width: 93%;
  top: -20px;
  background: white;
  z-index: 100;
}
.filterRow .filters .select SPAN.serviceText, .filterRow .filters .searchContainer SPAN.serviceText {
  font-size: 16px;
  color: #898989;
}
.filterRow .filters .select SPAN.serviceText:after, .filterRow .filters .searchContainer SPAN.serviceText:after {
  content: "";
  height: 13px;
  width: 13px;
  background-image: url("https://www.logically.ai/hubfs/New%20Site%20Files/orange-down-chev.png");
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 20px;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.filterRow .filters .select SPAN.serviceText:before, .filterRow .filters .searchContainer SPAN.serviceText:before {
  content: "";
  height: 25px;
  width: 2px;
  position: absolute;
  right: 50px;
  background: #e1e1e1;
  top: 10px;
}
.filterRow .filters .select SPAN.serviceText .text, .filterRow .filters .searchContainer SPAN.serviceText .text {
  opacity: 0.4;
}
.filterRow .filters .select .dropdown, .filterRow .filters .searchContainer .dropdown {
  max-height: 0px;
  transition: 0.3s;
  margin-top: 20px;
}
.filterRow .filters .select .dropdown LI, .filterRow .filters .searchContainer .dropdown LI {
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
  position: relative;
  margin: 0px 0px;
  font-family: Suisse-Intl-Regular;
  color: #101010;
  padding: 10px 10px 8px 10px;
  font-size: 16px;
}
.filterRow .filters .select .dropdown LI:hover, .filterRow .filters .searchContainer .dropdown LI:hover {
  background-color: #101010;
  cursor: pointer;
  color: white;
}
.filterRow .filters SPAN.serviceText .text {
  color: #898989;
  opacity: 1 !important;
}
.filterRow .filters .show-list {
  max-height: 500px;
  border-radius: 20px;
}
.filterRow .filters .show-list SPAN.serviceText:after {
  transform: rotate(180deg);
  top: 11px;
}
.filterRow .filters .show-list .dropdown {
  max-height: 500px;
}
.filterRow .filters .show-list .dropdown LI {
  opacity: 1;
  z-index: 1;
  color: #898989;
  font-family: Suisse-Intl-Regular;
}
.filterRow .filters .show-list .dropdown LI:hover {
  background: none !important;
  color: #0f192d;
}
.filterRow .searchContainer {
  position: relative;
}
.filterRow .searchContainer INPUT {
  border: none;
  color: #898989;
  font-family: Suisse-Intl-Regular;
  font-size: 16px;
}
.filterRow .searchContainer INPUT::placeholder {
  color: #898989;
  font-family: Suisse-Intl-Regular;
}
.filterRow .searchContainer INPUT:focus {
  border: none;
  outline: none;
}
.filterRow .searchContainer:after {
  height: 20px;
  width: 20px;
  content: "";
  position: absolute;
  background-image: url("https://www.logically.ai/hubfs/New%20Site%20Files/orangeSearch.png");
  background-size: contain;
  right: 16px;
  top: 12px;
}
.filterRow .searchContainer:before {
  content: "";
  height: 25px;
  width: 2px;
  position: absolute;
  right: 50px;
  background: #e1e1e1;
  top: 10px;
}

.iconList ul li {
  color: #ffffff;
  text-align: left;
  font-family: Suisse-Intl-Regular;
}

.iconList ul li:before {
  background-image: url("https://www.logically.ai/hubfs/New%20Site%20Files/listIcon.png");
  background-color: transparent;
  height: 16px;
  width: 16px;
  top: 5px;
}

.loadMore {
  position: relative;
}
.loadMore:before, .loadMore:after {
  width: 42%;
  position: absolute;
  height: 1px;
  background-color: #e8e8e8;
  content: "";
  top: 10px;
}
.loadMore:before {
  left: 0px;
}
.loadMore:after {
  right: 0px;
}
.loadMore .aiRm {
  color: #ff9f2e;
}
.loadMore .aiRm:hover {
  color: #0f192d;
}

@media screen and (max-width: 1200px) {
  .formBanner .formWrapper FORM {
    padding: 30px;
  }
  .formBanner.form2 .formWrapper, .formBanner.form1 .formWrapper  {
    margin-left: 0px;
  }
  .twoColContent .leftContent {
    padding-right: 0px;
  }
  .twoColContent .dataSheet {
    margin-bottom: 40px;
  }
  .twoColContent .rightContent .formWrappingDiv {
    display: flex;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
  .twoColContent .rightContent .formWrappingDiv .subscribe {
    width: 50%;
    margin: 0px 10px;
    height: 250px;
  }
  .twoColContent .rightContent .investigations .articleRow {
    align-items: center;
  }
  .twoColContent .rightContent .investigations .articleRow .imageContainer {
    height: 200px;
  }
  .twoColContent .rightContent .investigations .articleRow H4 {
    font-size: 22px;
    line-height: 30px;
  }
  DIV.investigationsHeader {
    min-height: 300px;
  }
  DIV.investigationsContent .filterRow {
    max-width: 100%;
  }
  DIV.investigationsContent .filterRow P {
    font-size: 22px;
  }
  DIV.loadMore:before, DIV.loadMore:after {
    width: 30%;
  }
  .navbar.aiNav {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar.aiNav .outerContainer {
    max-width: 100% !important;
  }
  .navbar.aiNav .outerContainer .schedule A.aiRm {
    text-align: center;
    padding: 10px 7px;
  }
  .navbar.aiNav .outerContainer .menuWrapper UL#menu LI {
    padding: 0px 5px;
  }
  .navbar.aiNav .outerContainer .navbar-brand .logo IMG {
    max-width: 150px;
  }
}
@media screen and (max-width: 992px) {
  DIV.homeSliderWrap .homeSlider .slide .textWrapper {
    bottom: 20% !important;
  }
  DIV.homeSliderWrap .homeSlider .slide .textWrapper .text {
    text-align: center;
  }
  DIV.homeSliderWrap .homeSlider .slide .textWrapper .text .d-flex {
    justify-content: center;
  }
  .formBanner {
    padding: 40px 0px 40px 0px;
  }
  .formBanner .text {
    text-align: center;
    margin-bottom: 30px;
  }
  .formBanner .formWrapper {
    position: static;
  }
  DIV.twoColContent .rightContent {
    overflow: hidden;
  }
  DIV.twoColContent .rightContent .formWrappingDiv {
    display: block;
  }
  DIV.twoColContent .rightContent .formWrappingDiv .subscribe {
    width: 100%;
    height: auto;
    margin: 30px 0px;
  }
  DIV.backgroundImageSection {
    padding: 60px 0px;
  }
  DIV.backgroundImageSection .text H2, DIV.backgroundImageSection .text H3, DIV.backgroundImageSection .text H4 {
    font-size: 30px;
    line-height: 40px;
  }
  .navbar.aiNav {
    background-color: #0f192d !important;
  }
  .navbar.aiNav .outerContainer .schedule A.aiRm {
    position: absolute;
    right: 100px;
    top: 14px;
  }
  .navbar.aiNav DIV.logo {
    height: 70px;
  }
  .navbar.aiNav .navbar-toggler {
    border: none !important;
  }
  .navbar.aiNav .menuWrapper.show {
    background-color: #0f192d !important;
    padding-top: 40px;
  }
  .navbar.aiNav .menuWrapper.show UL#menu LI.nav-item {
    padding: 15px 30px;
    border-bottom: none !important;
  }
  .navbar.aiNav .menuWrapper.show UL#menu LI.nav-item A {
    font-size: 25px;
  }
  .navbar.aiNav .menuWrapper.show UL#menu LI.nav-item A:after {
    border-color: #ff9f2e !important;
    height: 18px;
    width: 18px;
    top: 0px;
    border-width: 3px 3px 0 0;
  }
  .navbar.aiNav .menuWrapper.show UL#menu LI.nav-item A.show:before {
    background-color: #ff9f2e;
  }
  .navbar.aiNav .menuWrapper.show UL#menu LI.nav-item UL {
    padding-left: 20px;
  }
  .navbar.aiNav .menuWrapper.show UL#menu LI.nav-item UL LI {
    padding: 15px 0px 10px 0px;
  }
  .navbar.aiNav .menuWrapper.show UL#menu LI.nav-item UL LI A {
    color: white;
    font-size: 24px;
  }
  .navbar.aiNav.scrolledNav {
    top: 0px !important;
    height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .sectors H2.smallHeader {
    text-align: center;
  }
  .sectors .sectorCarousel .slide {
    margin: 0px 15px 0px 15px;
  }
  .sectors .sectorCarousel .slick-dots {
    left: auto;
    width: 100%;
    justify-content: center;
  }
  .tileGrid {
    padding: 60px 0px;
  }
  DIV.investigationsContent {
    padding-top: 50px;
  }
  DIV.investigationsContent .filterRow .filters {
    padding: 40px 0px 30px 0px;
  }
  DIV.investigationsContent .filterRow .filters .select {
    top: 0px;
    width: 100%;
  }
  DIV.investigationsContent .filterRow .filters .searchContainer {
    top: 70px;
    width: 100%;
  }
  DIV.investigationsContent .articleRow {
    padding-top: 140px;
  }
}
@media screen and (max-width: 576px) {
  DIV.homeSliderWrap .homeSlider .slide .textWrapper .innerText .text {
    text-align: center;
  }
  DIV.homeSliderWrap .homeSlider .slide .textWrapper .innerText .text H1 {
    font-size: 70px;
    line-height: 1.1;
  }
  DIV.twoColContent .rightContent .formWrappingDiv .subscribe {
    margin: 15px 0px;
  }
  DIV.investigationsContent .articleRow .article .imageContainer {
    height: 130px;
  }
  DIV.loadMore:before, DIV.loadMore:after {
    width: 20%;
  }
  DIV.backgroundImageSection .text H2, DIV.backgroundImageSection .text H3, DIV.backgroundImageSection .text H4 {
    font-size: 25px;
    line-height: 32px;
  }
  DIV.internalForm {
    padding: 15px 15px 15px 15px !important;
  }
  DIV.internalForm .formWrapper FORM {
    padding: 35px 15px 25px 15px;
  }
  DIV.internalForm .formWrapper FORM H4 {
    text-align: center;
    margin-bottom: 15px;
  }
  DIV.formBanner.form2 .text H3 {
    font-size: 30px;
  }
  DIV.formBanner.form2 .text P {
    font-size: 18px;
  }
  DIV.formBanner.form2 UL {
    margin: 15px 0px;
  }
  DIV.formBanner.form2 UL LI {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  DIV.homeSliderWrap .homeSlider .slide .textWrapper .innerText .text H1 {
    font-size: 55px;
    line-height: 1;
  }
  DIV.homeSliderWrap .homeSlider .slide .textWrapper .innerText .text DIV.d-flex {
    display: block !important;
  }
  DIV.homeSliderWrap .homeSlider .slide .textWrapper .innerText .text DIV.d-flex .watchVideo {
    margin-left: 0px;
    border: none;
    margin-top: 50px;
    padding-left: 0px;
  }
  DIV.homeSliderWrap .homeSlider .slide .textWrapper .innerText .text DIV.d-flex .watchVideo SPAN {
    display: block;
  }
  DIV.homeSliderWrap .homeSlider .slide .textWrapper .innerText .text DIV.d-flex .watchVideo SPAN.chev {
    width: 27px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 450px) {
  .navbar.aiNav .outerContainer .schedule A.aiRm {
    right: 70px;
    font-size: 15px;
    padding: 7px 7px;
  }
}