/*!
Theme Name: Hypercore Child Theme
Template: hypercore
Developer:
*/
/*! -------------------------
   DO NOT TOUCH THIS CODE
   If you need to add custom styles, use the Custom CSS field in the theme options
   Changes to this particular file should be made in the style.scss sheet by a developer
------------------------- */
/*! -------------------------
   Fonts
------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
@font-face {
  font-family: "Neue Aachen Pro";
  src: url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Bold.eot");
  src: url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Bold.woff2") format("woff2"), url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Bold.woff") format("woff"), url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Bold.ttf") format("truetype"), url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Bold.svg#NeueAachenPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Aachen Pro";
  src: url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Black.eot");
  src: url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Black.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Black.woff2") format("woff2"), url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Black.woff") format("woff"), url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Black.ttf") format("truetype"), url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Black.svg#NeueAachenPro-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Aachen Pro";
  src: url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Medium.eot");
  src: url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Medium.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Medium.woff2") format("woff2"), url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Medium.woff") format("woff"), url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Medium.ttf") format("truetype"), url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Medium.svg#NeueAachenPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Aachen Pro";
  src: url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Regular.eot");
  src: url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Regular.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Regular.woff2") format("woff2"), url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Regular.woff") format("woff"), url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Regular.ttf") format("truetype"), url("../../dist/fonts/NeueAachenPro/NeueAachenPro-Regular.svg#NeueAachenPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! -------------------------
   Variables
------------------------- */
:root {
  --font-color: #202124;
  --theme-font-lato: "Lato", sans-serif;
  --theme-font-NeueAachenPro: "Neue Aachen Pro";
  --theme-color-252e45: #252e45;
  --theme-color-707070: #707070;
  --theme-color-dfdfdf: #dfdfdf;
  --theme-color-cccccc: #cccccc;
  --theme-color-00000029: #00000029;
  --theme-color-e9e9e9: #e9e9e9;
  --theme-color-ededed: #ededed;
  --theme-color-00000069: #00000069;
  --theme-color-20420475: rgba(204, 204, 204, 0.75);
  --theme-color-eaeaea: #eaeaea;
  --theme-color-202020: #202020;
  --theme-color-256166: #256166;
  --theme-color-1C4D51: #1c4d51;
  --theme-color-ededed: #ededed;
  --theme-color-333333: #333;
  --theme-color-ffa400: #ffa400;
  --theme-color-979797: #979797;
  --theme-v8form-radio-color: #2266ee;
}

/*! -------------------------
   Common Stylez
------------------------- */
body {
  font-family: var(--theme-font-lato);
  color: var(--theme-color-333333);
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-font-lato);
  color: var(--font-color);
  font-weight: 700;
}

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

.opacity-0 {
  opacity: 0;
  visibility: hidden;
}

.hypercore-button {
  color: #ffffff !important;
  background-color: var(--theme-accent) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-family: var(--theme-font-lato) !important;
  font-weight: 700 !important;
  box-shadow: 0px 3px 6px var(--theme-color-00000029);
  cursor: pointer;
  border-radius: 5em !important;
  font-size: clamp(15px, 1.3vw, 18px) !important;
  padding: 16px 25px !important;
  width: clamp(270px, 16.5vw, 300px) !important;
}
.hypercore-button span {
  line-height: 1 !important;
}
.hypercore-button i {
  transform: translateX(-5px);
  transition: transform 0.2s ease-in-out;
  margin-right: 0.5em;
  line-height: 1 !important;
}
.hypercore-button:hover {
  color: #ffffff !important;
  background-color: var(--theme-primary) !important;
}
.hypercore-button:hover i {
  transform: translateX(0px);
}
.hypercore-button.reverse-btn {
  flex-direction: row-reverse;
}
.hypercore-button.reverse-btn i {
  margin-right: 0 !important;
  margin-left: 14px;
}

.video-full iframe {
  width: 100%;
}

.lnbLinkHovUBoldHead {
  line-height: 1 !important;
}

.circle-checklist i {
  display: none !important;
}
.circle-checklist .hyp-checklist li {
  position: relative;
}
.circle-checklist .hyp-checklist li:before {
  position: absolute;
  content: "";
  top: 0px;
  width: 25px;
  height: 25px;
  background-image: url("https://patriotairnd.com//wp-content/themes/hypercore-child/dist/images/check-in-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.circle-checklist .hyp-checklist li span {
  margin-left: 33px;
}
.circle-checklist .hyp-checklist li i[icon=chevron-right] {
  position: relative;
  left: 0;
  transition: left 0.3s ease-in-out;
}
.circle-checklist .hyp-checklist li:hover i[icon=chevron-right] {
  position: relative;
  left: 5px;
}

.textwidget p:last-child, .custom-html-widget p:last-child, .list-angle-arrow p:last-child {
  margin-bottom: 0 !important;
}
.textwidget ul, .custom-html-widget ul, .list-angle-arrow ul {
  list-style: none;
  padding-left: 33px;
}
.textwidget ul li, .custom-html-widget ul li, .list-angle-arrow ul li {
  position: relative;
  margin-bottom: 8px;
  cursor: pointer;
}
.textwidget ul li:before, .custom-html-widget ul li:before, .list-angle-arrow ul li:before {
  position: absolute;
  content: "";
  top: 5px;
  width: 25px;
  height: 25px;
  background-image: url("https://patriotairnd.com//wp-content/themes/hypercore-child/dist/images/check-in-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: -33px;
  transition: left 0.3s ease-in-out;
}

.list-angle-arrow ul li:before {
  width: 18px !important;
  height: 18px !important;
  background-image: url("https://patriotairnd.com//wp-content/themes/hypercore-child/dist/images/chevron-right.svg") !important;
}

ul.list-angle-arrow li:before {
  width: 18px !important;
  height: 18px !important;
  background-image: url("https://patriotairnd.com//wp-content/themes/hypercore-child/dist/images/chevron-right.svg") !important;
}

.lnbNNBadge.lnbReviewsWidget--block,
.rplg-badge2 .rplg-badge2-btn {
  z-index: 14 !important;
}

.lnb-gf-forms_wrapper .gform_required_legend {
  display: none !important;
}

.lnb-gf-forms .gfield {
  position: relative;
  color: var(--font-color) !important;
}
.lnb-gf-forms .gfield .gfield_required {
  position: absolute;
  top: 18px;
  right: 7px;
  font-size: 22px;
}
.lnb-gf-forms .gfield textarea, .lnb-gf-forms .gfield input:not([type=submit]) {
  color: var(--font-color) !important;
  border-color: var(--theme-color-707070) !important;
  border-radius: 2px !important;
  font-family: var(--theme-font-lato) !important;
}
.lnb-gf-forms .gfield textarea::-webkit-input-placeholder, .lnb-gf-forms .gfield input:not([type=submit])::-webkit-input-placeholder {
  color: var(--theme-color-707070) !important;
}
.lnb-gf-forms .file-upload-field .gfield_label {
  margin-left: 5px;
}
.lnb-gf-forms .ginput_container.ginput_container_fileupload {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lnb-gf-forms .ginput_container.ginput_container_fileupload input[type=file] {
  flex: 1 1 auto;
  line-height: 1.5;
  padding-left: 0 !important;
}
.lnb-gf-forms .ginput_container.ginput_container_fileupload .gform_fileupload_rules {
  flex: 1 1 auto;
  width: calc(100% - 90px);
  padding-top: 0 !important;
  margin-top: 0;
  line-height: 1.5;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.lnb-gf-forms .hypercore-button {
  border: none !important;
  width: 192px;
}

.v8Form .v8Form__heading {
  background: transparent linear-gradient(90deg, #d92823 0%, #d92823 100%) 0% 0% no-repeat padding-box;
}
.v8Form .v8Form__heading:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
}
.v8Form .v8Fields__html.text-left {
  text-align: left !important;
}
.v8Form .v8Fields__html img {
  margin: 3em auto 5px;
  width: 50%;
  height: auto;
}
.v8Form .v8Fields__field select {
  height: 45px;
}
.v8Form .v8Fields__radio-container .v8Fields__radio-single span {
  border: 1px solid var(--theme-v8form-radio-color);
  color: var(--theme-v8form-radio-color);
}
.v8Form .v8Fields__radio-container .v8Fields__radio-single:hover span {
  border: 1px solid var(--theme-v8form-radio-color);
  color: #ffffff;
  background-color: var(--theme-v8form-radio-color);
}
.v8Form .v8Form__button {
  color: #ffffff !important;
  font-family: var(--theme-font-lato) !important;
  border-radius: 80px !important;
  box-shadow: 0px 3px 6px var(--theme-color-00000029);
  padding: 12px 20px !important;
}
.v8Form .v8Form__button i,
.v8Form .v8Form__button svg {
  transform: translateX(-5px);
  transition: transform 0.2s ease-in-out;
  margin-right: 8px;
  fill: #ffffff;
}
.v8Form .v8Form__button:hover {
  background-color: var(--theme-accent-action) !important;
  box-shadow: 0 0 0 0.3em rgba(152, 152, 152, 0.35) !important;
}
.v8Form .v8Form__button:hover i,
.v8Form .v8Form__button:hover svg {
  transform: translateX(0px);
}
.v8Form .v8Form__button:focus, .v8Form .v8Form__button:focus-visible {
  outline: unset !important;
  border: none !important;
}
.v8Form .v8Form__button.v8Form__previous i,
.v8Form .v8Form__button.v8Form__previous svg {
  transform: translateX(5px);
  margin-left: 8px;
}
.v8Form .v8Form__button.v8Form__previous:hover {
  background-color: var(--theme-color-979797) !important;
}
.v8Form .v8Form__button.v8Form__previous:hover i,
.v8Form .v8Form__button.v8Form__previous:hover svg {
  transform: translateX(0px);
}
.v8Form .v8Form__button.v8Form__submit, .v8Form .v8Form__button.v8Form__next {
  top: -5px;
}
.v8Form .v8Form__button.v8Form__submit .v8Form__button-content, .v8Form .v8Form__button.v8Form__next .v8Form__button-content {
  font-family: var(--theme-font-lato) !important;
  border-radius: 80px !important;
}
.v8Form .v8Form__button.v8Form__submit .v8Form__button-content svg, .v8Form .v8Form__button.v8Form__next .v8Form__button-content svg {
  margin-left: 8px;
  margin-right: 0px;
  fill: #ffffff;
}
.v8Form .v8Form__button.v8Form__submit:hover, .v8Form .v8Form__button.v8Form__next:hover {
  background-color: var(--theme-primary) !important;
}

.v8Modal__bg {
  vertical-align: middle;
}

.hyperSlideOutNav__btn--forward, .hyperSlideOutNav__btn--back {
  background-color: var(--theme-secondary);
}
.hyperSlideOutNav__btn--forward i, .hyperSlideOutNav__btn--back i {
  color: #ffffff !important;
}

/*! -------------------------
   Header Stylez
------------------------- */
#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0px 3px 6pxvar --theme-color-00000029;
  background-color: #fff;
}
@media only screen and (max-width: 940px) {
  #header {
    position: unset;
    top: unset;
    left: unset;
    z-index: 15;
  }
}
@media only screen and (min-width: 940px) {
  #header {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
}

.lnbHeaderThreeBlock {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
}
.lnbHeaderThreeBlock__logo {
  width: 24vw;
  text-align: right;
  height: 100%;
}
.lnbHeaderThreeBlock__logo .logo-link {
  padding-right: 1.3vw;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.lnbHeaderThreeBlock__logo .logo-link img {
  transition: 0.2s;
  height: 90%;
  width: auto;
}
.lnbHeaderThreeBlock__content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding-left: 0px;
  width: 100%;
  height: 110px;
  background-color: var(--theme-secondary);
}
.lnbHeaderThreeBlock__content-left {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 0 2em;
  font-size: clamp(1.3rem, 1vw, 1.6rem);
}
.lnbHeaderThreeBlock__content-left p {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.lnbHeaderThreeBlock__content-left a {
  color: black !important;
  font-weight: bold;
}
.lnbHeaderThreeBlock__content-left i {
  align-self: center;
  min-width: 1.65em;
  font-size: 2em;
}
.lnbHeaderThreeBlock__content-btns {
  display: flex;
  max-width: 700px;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 1em;
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  align-items: center;
}
.lnbHeaderThreeBlock__content-btns .hypercore-button {
  margin: 0.25em 0 !important;
  border-radius: 25px;
  padding: 0.5em 2.5em;
  font-size: clamp(1.5rem, 1vw, 2rem);
}
.lnbHeaderThreeBlock__content-btns .hypercore-button span {
  display: inline-flex;
  margin-right: 5px;
}
@media only screen and (max-width: 1099px) {
  .lnbHeaderThreeBlock__content-btns .hypercore-button {
    width: 220px !important;
    font-size: 16px !important;
    height: 48px;
  }
}
.lnbHeaderThreeBlock__content .phoneBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 1.5vw;
  font-weight: bolder;
  background-color: var(--theme-primary);
  color: #fff;
}
.lnbHeaderThreeBlock__content .phoneBlock a {
  color: #fff;
}
.lnbHeaderThreeBlock__content .phoneBlock__grid {
  font-size: clamp(2.6rem, 2vw, 3.1rem);
}
.lnbHeaderThreeBlock__content .phoneBlock span {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 940px) {
  .lnbHeaderThreeBlock__content {
    grid-template-columns: auto 1fr;
  }
}
@media only screen and (max-width: 940px) {
  .lnbHeaderThreeBlock {
    display: none;
  }
}

.nav {
  text-align: left;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: left;
  background-color: #fff !important;
  font-weight: 700;
}
.nav .nav__menu {
  margin-left: 0;
}
.nav .nav__menu li:not(:last-child) {
  margin-right: 21.39px;
}
.nav .nav__menu li a {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  color: black;
}
.nav .nav__menu li a:hover {
  color: var(--theme-primary) !important;
}
.nav .nav__menu > li > a {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .nav__menu > li.menu-item-has-children i {
  color: black !important;
  position: absolute;
  right: -10px;
}
.nav .nav__menu > li.current-menu-ancestor i, .nav .nav__menu > li.current-menu-parent i, .nav .nav__menu > li.current-menu-item i {
  color: var(--theme-primary) !important;
}
.nav .nav__menu > li.current-menu-ancestor > a, .nav .nav__menu > li.current-menu-parent > a, .nav .nav__menu > li.current-menu-item > a {
  color: var(--theme-primary) !important;
  position: relative;
}
.nav .nav__menu > li.current-menu-ancestor > a::after, .nav .nav__menu > li.current-menu-parent > a::after, .nav .nav__menu > li.current-menu-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 1px;
  width: calc(100% - 2rem);
  margin: 0 auto;
  background-color: var(--theme-primary);
}
.nav .nav__menu .sub-menu {
  z-index: 20;
}
.nav .nav__menu .sub-menu li {
  margin-right: 0px;
}
.nav .nav__menu .sub-menu li a {
  padding: 10px !important;
  font-size: clamp(1.2rem, 1.4vw, 1.3rem);
  line-height: 1.5 !important;
}
.nav .nav__menu .sub-menu li a::after,
.nav .nav__menu .sub-menu li a i {
  display: none;
}
.nav .nav__menu .sub-menu li.current-menu-item a {
  color: var(--theme-primary) !important;
}

.lnbMobileHeaderRect {
  position: relative;
}
.lnbMobileHeaderRect__grid {
  display: grid;
  grid-template-columns: 1fr clamp(17px, 4vw, 28px);
  padding: 1em 1em 0.2em;
}
.lnbMobileHeaderRect__menu {
  position: relative;
}
.lnbMobileHeaderRect__menu .hypercore-toggle-bars {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.lnbMobileHeaderRect__menu .hypercore-toggle-bars i {
  font-size: clamp(22px, 5vw, 28px);
  color: #707070;
}
.lnbMobileHeaderRect__content {
  display: flex;
  justify-content: center;
}
.lnbMobileHeaderRect__content img {
  width: clamp(250px, 40vw, 320px);
  margin-bottom: 0em;
}
.lnbMobileHeaderRect__content-logo .logo-link {
  display: block;
}
.lnbMobileHeaderRect__content-num {
  display: flex;
  gap: 0.7em;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-primary);
}
.lnbMobileHeaderRect__content-num a {
  font-size: clamp(2.8em, 7.6vw, 2em);
  font-family: Lato, sans-serif;
  color: #ffffff;
  line-height: 82px;
}
@media only screen and (min-width: 940px) {
  .lnbMobileHeaderRect {
    display: none;
  }
}

.lnbMobileStickyBar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 1em 0;
  background-color: var(--theme-primary);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
}
.lnbMobileStickyBar__link {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  padding: 0 1rem;
}
.lnbMobileStickyBar__link i {
  min-height: 24px;
  color: #ffffff;
  font-size: 1.5em;
  margin-bottom: 1rem;
}
.lnbMobileStickyBar__link span {
  font-size: clamp(1.1rem, 3vw, 1.7rem);
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 940px) {
  .lnbMobileStickyBar {
    display: none !important;
  }
}

.lnbCustomMobileHeader__custom_content {
  background-color: var(--theme-primary);
  height: 82px;
  position: sticky;
  top: 0;
  z-index: 40;
}
.lnbCustomMobileHeader__custom_content .lnbMobileStickyBar {
  display: none;
}
.lnbCustomMobileHeader__custom_content.active .lnbMobileStickyBar {
  display: grid;
}
.lnbCustomMobileHeader__custom_content.active .lnbMobileHeaderRect__content-num {
  display: none;
}
@media only screen and (min-width: 940px) {
  .lnbCustomMobileHeader__custom_content {
    display: none !important;
  }
}

/*! -------------------------
   Title Bar Stylez
------------------------- */
.lnbTitleBar1 {
  background-image: url("https://patriotairnd.com//wp-content/uploads/family-in-lliving-room-playing.png");
  background-size: cover;
  background-position: center center;
  padding: 5rem;
}
.lnbTitleBar1 .hypercore-button {
  font-size: clamp(14px, 2vw, 18px) !important;
  max-width: 251px;
  width: 100%;
}
@media only screen and (max-width: 940px) {
  .lnbTitleBar1 .hypercore-button {
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(18px, 2vw, 18px) !important;
  }
}
.lnbTitleBar1--wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  max-width: 1350px;
  margin: 0 auto;
  gap: 2em 3em;
}
.lnbTitleBar1--wrap h1 {
  color: var(--font-color);
}
@media only screen and (max-width: 800px) {
  .lnbTitleBar1--wrap {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    gap: 0em 2em;
  }
  .lnbTitleBar1--wrap h1 {
    margin-bottom: -0.1em;
  }
}
@media only screen and (max-width: 940px) {
  .lnbTitleBar1--wrap h1 {
    text-align: center;
    word-break: break-word;
    line-height: 1.4;
  }
}
.lnbTitleBar1__badge {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.lnbTitleBar1__badge .rplg-badge2 {
  margin-top: 0px;
}
@media only screen and (max-width: 800px) {
  .lnbTitleBar1__badge .rplg-badge2 {
    margin-right: 0 !important;
  }
}
.lnbTitleBar1__badge .lnbNNBadge.lnbReviewsWidget--block {
  margin-top: 0px;
}
@media only screen and (max-width: 800px) {
  .lnbTitleBar1 {
    padding: 2rem;
  }
}

/*! -------------------------
   Main Stylez
------------------------- */
/* Section Stripbar */
.lnbStripBar {
  background-color: var(--theme-secondary);
  color: #ffffff;
}
.lnbStripBar__content {
  max-width: 1350px;
  width: 100%;
  margin: auto;
}
.lnbStripBar__content span {
  font: normal normal 700 18px/60px var(--theme-font-lato);
}
@media only screen and (max-width: 640px) {
  .lnbStripBar {
    padding: 15px;
  }
  .lnbStripBar span {
    line-height: 1.2 !important;
  }
}

/* Section 1 */
.lnbMSBullet {
  background-position: right;
  min-height: 600px;
  display: flex;
  align-items: center;
  margin: 0 auto 2em;
  position: relative;
}
.lnbMSBullet__content {
  color: #fff;
  background-color: rgba(51, 51, 51, 0);
  display: grid;
  align-content: center;
  max-width: 885px;
  min-height: 600px;
  padding: 3em 3em 10em;
  border-radius: 0 20em 20em 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 940px) {
  .lnbMSBullet__content {
    padding: 1em;
    min-height: 430px;
  }
}
.lnbMSBullet__content h2 {
  color: var(--font-color) !important;
  font-weight: 800;
  font-size: clamp(1.5em, 5vw, 1.8em);
}
.lnbMSBullet__content--cta {
  font-size: clamp(2.5em, 5vw, 4em);
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: var(--theme-font-NeueAachenPro);
  color: var(--theme-secondary);
}
.lnbMSBullet__content--call {
  font-size: clamp(2em, 5vw, 2.6em);
}
.lnbMSBullet__content--call strong {
  color: #8cc333;
}
.lnbMSBullet__content--call a {
  color: #fff;
}
.lnbMSBullet__content--buttons {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 374.98px) {
  .lnbMSBullet__content--buttons {
    gap: 6px;
  }
}
@media only screen and (max-width: 940px) {
  .lnbMSBullet__content--buttons a.hypercore-button {
    width: clamp(160px, 16.5vw, 300px) !important;
  }
}
@media only screen and (max-width: 374.98px) {
  .lnbMSBullet__content--buttons a.hypercore-button {
    width: clamp(132px, 16.5vw, 300px) !important;
    font-size: clamp(90%, 1.3vw, 19px) !important;
    padding: 16px 0px !important;
  }
}
@media only screen and (min-width: 580px) {
  .lnbMSBullet__content--wrap {
    padding: 2em;
  }
}
@media only screen and (max-width: 940px) {
  .lnbMSBullet__content {
    border-radius: 0;
    max-width: none;
    text-align: center;
  }
}
.lnbMSBullet__widgets {
  text-align: left;
  display: block;
  margin: 25px 0;
}
.lnbMSBullet__widgets div {
  text-align: left;
}
.lnbMSBullet__badges {
  display: block;
}
.lnbMSBullet__badges .lnbNNBadge {
  max-width: 270px !important;
}
@media only screen and (max-width: 940px) {
  .lnbMSBullet__badges .lnbNNBadge {
    margin: 0 auto;
  }
}
.lnbMSBullet__mobileImg {
  display: none;
}
@media only screen and (max-width: 940px) {
  .lnbMSBullet__mobileImg {
    display: block;
  }
}
.lnbMSBullet__floatBottomImg {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
@media only screen and (max-width: 940px) {
  .lnbMSBullet {
    display: block;
    background-position: center center;
  }
}
@media only screen and (max-width: 767px) {
  .lnbMSBullet {
    overflow: hidden;
  }
  .lnbMSBullet__floatBottomImg {
    display: block;
    bottom: 0;
    position: relative;
    height: unset;
    max-width: unset;
    width: 200%;
    left: -80%;
  }
}
@media only screen and (min-width: 2000px) {
  .lnbMSBullet {
    background-position: right top;
    background-size: cover;
  }
}

/* Section 2 */
.lnbIconRects {
  padding: calc(1em + 50px) 1em 1em;
  background-color: #ffffff;
}
.lnbIconRects.items4block {
  padding-top: 0px !important;
  margin-bottom: 60px;
}
.lnbIconRects__blocks {
  font-family: lato, sans-serif;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)) !important;
  gap: 1em;
  max-width: 816px;
  width: 100%;
  margin: auto;
  justify-content: center;
}
.lnbIconRects__blocks.second {
  max-width: 1232px !important;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)) !important;
}
@media only screen and (max-width: 600px) {
  .lnbIconRects__blocks {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  }
  .lnbIconRects__blocks.second {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  }
}
.lnbIconRects__blocks span {
  display: block;
}
.lnbIconRects__blocks-text {
  color: var(--font-color);
}
.lnbIconRects__blocks-item {
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 20px;
  background: #f7f7f7 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.1607843137);
  border: 1px solid #eaeaea;
  border-radius: 15px;
  opacity: 1;
  padding: 0.5em 1.3em;
  position: relative;
  min-height: 150px;
}
.lnbIconRects__blocks-item a {
  color: var(--font-color) !important;
}
@media only screen and (max-width: 940px) {
  .lnbIconRects__blocks-item {
    text-align: center;
    flex-direction: column;
  }
}
.lnbIconRects__blocks-item--icon {
  font-size: 60px;
  color: var(--theme-primary);
}
.lnbIconRects__blocks-item--icon i svg {
  height: 1.8em;
}
.lnbIconRects__blocks-item:hover, .lnbIconRects__blocks-item:focus {
  cursor: pointer;
}
.lnbIconRects__blocks-item:hover a, .lnbIconRects__blocks-item:focus a {
  color: var(--font-color) !important;
  transition: 0.3s;
}
.lnbIconRects__blocks-item:hover .arrow i, .lnbIconRects__blocks-item:focus .arrow i {
  color: var(--theme-primary);
  animation: 1s infinite stankyLeg;
}
@keyframes stankyLeg {
  0%, 100% {
    transform: translate(10px, 10px);
  }
  50% {
    transform: translateX(0);
  }
}
.lnbIconRects__blocks-content--title {
  font-weight: 600;
  font-size: clamp(1.1em, 1.4vw, 1.3em);
  margin-bottom: 10px;
  color: var(--font-color);
}
.lnbIconRects__blocks-content i {
  color: #381fd1;
  float: right;
}
.lnbIconRects__blocks-content i svg {
  height: 30px;
  transform: rotate(45deg);
}

/* Section 3 */
.lnbTwoColTabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #ffffff;
}
.lnbTwoColTabs__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 1em;
}
.lnbTwoColTabs__content .unflex {
  max-width: 635px;
  width: 100%;
}
.lnbTwoColTabs__content .hypercore-button {
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 100%;
}
.lnbTwoColTabs__heading {
  font-size: clamp(1.25em, 7.33vw, 1.625em);
  font-weight: 600;
  font: normal normal bold 26px/39px Lato;
}
.lnbTwoColTabs__text {
  display: block;
  font-size: 1.125em;
  margin-bottom: 0.5em;
}
.lnbTwoColTabs__img {
  min-height: 42em;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lnbTwoColTabs__img_innerContent {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.lnbTwoColTabs__img_innerContent h3 {
  text-align: center;
  font: normal normal bold 26px/39px var(--theme-font-lato);
  color: #ffffff;
  text-transform: capitalize;
}
.lnbTwoColTabs .toggleBox__topRow {
  display: flex;
  margin-bottom: 1em;
}
.lnbTwoColTabs .toggleBox__tab {
  padding: 0 0.5em;
  border-right: 3px solid #202124;
  font-size: clamp(1.25em, 7.33vw, 1.55em);
  font-weight: 600;
  color: #202124;
}
.lnbTwoColTabs .toggleBox__tab:last-child {
  border-right: none;
}
.lnbTwoColTabs .toggleBox__tab:first-child {
  padding-left: 0;
}
.lnbTwoColTabs .toggleBox__tab--selected {
  color: var(--theme-secondary);
  text-decoration: underline !important;
}
.lnbTwoColTabs .toggleBox__tab:hover {
  cursor: pointer;
}
.lnbTwoColTabs .toggleBox__content {
  display: none;
  max-width: 800px;
  padding: 1em 0 0;
}
.lnbTwoColTabs .toggleBox__content p {
  padding: 2em 0 0;
  margin-bottom: 0;
}
.lnbTwoColTabs .toggleBox__content a {
  margin: 1.5em 0 0 !important;
}
.lnbTwoColTabs .toggleBox__content-head {
  font-size: clamp(1.25em, 5vw, 1.85em);
  color: #313131;
}
.lnbTwoColTabs .toggleBox__content--active {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .lnbTwoColTabs .toggleBox__tab {
    font-size: clamp(1.5rem, 4vw, 1.625em);
    padding-right: 0.5em;
    border-width: 2px;
  }
}
@media only screen and (max-width: 940px) {
  .lnbTwoColTabs {
    grid-template-columns: 1fr;
  }
  .lnbTwoColTabs__img {
    min-height: 21em;
    background-size: contain;
    background-position: center;
    order: 2;
  }
}

/* Section 4 */
.lnbTwoColLinkList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 0px;
  background: #ffffff padding-box;
  border-bottom: 30px solid var(--theme-primary);
}
.lnbTwoColLinkList__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 1em;
}
.lnbTwoColLinkList__content .unflex {
  max-width: 550px;
}
.lnbTwoColLinkList__heading {
  font-size: clamp(1.25em, 7.33vw, 1.625em);
  font-weight: 600;
  font-family: var(--theme-font-lato) !important;
  color: var(--font-color) !important;
}
.lnbTwoColLinkList__heading:after {
  content: "";
  width: 3.85em;
  height: 4px;
  background-color: var(--theme-primary);
  margin-top: 0.6em;
  display: block;
}
.lnbTwoColLinkList__list {
  padding: 0;
  list-style: none;
  font-size: clamp(1em, 7.33vw, 1.25em);
  -moz-columns: 2;
       columns: 2;
}
.lnbTwoColLinkList__list li a {
  display: flex;
  align-items: center;
  grid-gap: 0.5em;
  font-weight: 600;
  color: black;
  font-size: 16px;
  line-height: 27px;
  font-family: var(--theme-font-lato);
}
.lnbTwoColLinkList__list li a i {
  color: var(--theme-primary);
  font-size: 20px;
}
.lnbTwoColLinkList__list li a:hover span {
  color: var(--theme-primary);
}
.lnbTwoColLinkList__text {
  display: block;
  font-size: 1.125em;
  margin-bottom: 1.5em;
}
.lnbTwoColLinkList__img {
  min-height: 33em;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 941px) {
  .lnbTwoColLinkList__img .mobile_only {
    display: none;
  }
}
@media only screen and (max-width: 940px) {
  .lnbTwoColLinkList__img {
    height: unset !important;
    min-height: unset !important;
    background-image: unset !important;
  }
  .lnbTwoColLinkList__img .mobile_only {
    display: block;
  }
}
.lnbTwoColLinkList .hypercore-button {
  max-width: 236px;
  width: 100%;
}
@media only screen and (max-width: 940px) {
  .lnbTwoColLinkList {
    grid-template-columns: 1fr;
  }
  .lnbTwoColLinkList__img {
    min-height: 21em;
    background-size: contain;
    background-position: center;
  }
}
@media only screen and (max-width: 660px) {
  .lnbTwoColLinkList__list {
    -moz-columns: 1;
         columns: 1;
  }
}

/* Section 5 */
.lnbTwoColHoverImgs {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.lnbTwoColHoverImgs > * {
  width: 100%;
}
.lnbTwoColHoverImgs__imgs {
  position: relative;
  max-width: 700px;
  padding: 0 2rem;
  margin: 2rem auto 0;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .lnbTwoColHoverImgs__imgs {
    height: 100vw;
    max-height: 500px;
  }
}
@media only screen and (min-width: 940px) {
  .lnbTwoColHoverImgs__imgs {
    margin: 0;
    justify-self: end;
    align-self: center;
  }
}
.lnbTwoColHoverImgs__imgs-link {
  width: 400px;
  height: 400px;
  cursor: default;
}
.lnbTwoColHoverImgs__imgs-link img {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 640px) {
  .lnbTwoColHoverImgs__imgs-link {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 2rem;
  }
  .lnbTwoColHoverImgs__imgs-link:first-child {
    left: 0;
    bottom: 100px;
    z-index: 9;
  }
  .lnbTwoColHoverImgs__imgs-link:first-child::before {
    background-image: linear-gradient(180deg, var(--theme-primary), var(--theme-primary));
  }
  .lnbTwoColHoverImgs__imgs-link::before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: -5px;
    top: -7px;
    background-image: linear-gradient(180deg, var(--theme-secondary), var(--theme-secondary));
    z-index: 1;
    transition: 0.25s ease-in-out;
  }
  .lnbTwoColHoverImgs__imgs-link:hover::before {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    left: 0px;
    top: -2px;
    transition: 0.25s ease-in-out;
  }
  .lnbTwoColHoverImgs__imgs-link:hover:last-child {
    z-index: 10;
  }
}
@media only screen and (min-width: 940px) {
  .lnbTwoColHoverImgs__imgs-link {
    margin: 0;
  }
}
.lnbTwoColHoverImgs__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3em 0 0;
  width: 100%;
}
.lnbTwoColHoverImgs__content-inner {
  max-width: 600px;
  padding: 6em 2rem;
  position: relative;
}
.lnbTwoColHoverImgs__content-inner span:first-child {
  font-size: 4rem;
  font-weight: 600;
  color: var(--theme-primary);
}
.lnbTwoColHoverImgs__content-inner h3 {
  position: relative;
  font-weight: 600;
  padding-bottom: 1rem;
}
.lnbTwoColHoverImgs__content-inner h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 5em;
  background-color: var(--theme-primary);
}
@media only screen and (max-width: 940px) {
  .lnbTwoColHoverImgs__content-inner {
    padding: 4em 2rem;
  }
}
@media only screen and (min-width: 940px) {
  .lnbTwoColHoverImgs__content {
    padding: 2em 0 2em 5em;
  }
}
@media only screen and (min-width: 940px) {
  .lnbTwoColHoverImgs__innerContent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 6em 2rem 2em;
  }
}
.lnbTwoColHoverImgs__floatBottomImg {
  position: relative;
  bottom: -0.1em;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 940px) {
  .lnbTwoColHoverImgs__floatBottomImg {
    bottom: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  .lnbTwoColHoverImgs {
    overflow: hidden;
  }
  .lnbTwoColHoverImgs__floatBottomImg {
    bottom: 1.5em;
    left: 0;
    width: 200%;
    max-width: unset !important;
  }
}

/* Section 6 */
.lnbAboutIcons {
  text-align: center;
  padding: 1em 1em 1em;
  position: relative;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.lnbAboutIcons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 0;
}
.lnbAboutIcons__headings {
  padding: 4em 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3 !important;
}
.lnbAboutIcons__headings h3 {
  font-size: clamp(3em, 5vw, 2.5em);
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--theme-secondary);
  font-family: var(--theme-font-NeueAachenPro);
  line-height: 1.2;
}
.lnbAboutIcons__cta {
  font-size: clamp(1.25em, 7.33vw, 1.625em);
  color: var(--theme-color-202020);
  font-weight: 600;
  position: relative;
  z-index: 3 !important;
  margin-bottom: 16px;
}
.lnbAboutIcons__grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3em;
  position: relative;
  z-index: 3;
  padding-bottom: 3em;
}
@media only screen and (max-width: 940px) {
  .lnbAboutIcons__grid {
    grid-template-columns: 1fr;
  }
}
.lnbAboutIcons__item {
  display: grid;
  grid-template-columns: 45px auto;
  grid-gap: 0.75em;
  text-align: left;
}
.lnbAboutIcons__item-heading {
  font-size: clamp(1em, 7.33vw, 1.25em);
  margin-bottom: 0.3em;
  transition: 0.2s;
  display: block;
  font-weight: 600;
}
.lnbAboutIcons__item i {
  width: clamp(1.35em, 6.66vw, 2em);
  height: clamp(1.35em, 6.66vw, 2em);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  transition: 0.2s;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--theme-primary);
  top: 12px;
}
@media only screen and (max-width: 940px) {
  .lnbAboutIcons__item i {
    top: 5px;
    width: 40px;
    height: 40px;
  }
}
.lnbAboutIcons__item i svg {
  width: 85%;
  height: auto;
}
.lnbAboutIcons__item div {
  padding-top: 0.65em;
}
.lnbAboutIcons__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 0 1.5em;
  position: relative;
  z-index: 3;
}
.lnbAboutIcons__btns a {
  max-width: 236px;
  width: 100%;
}
@media only screen and (max-width: 940px) {
  .lnbAboutIcons__headings {
    padding: 1em 0;
  }
  .lnbAboutIcons__grid {
    grid-gap: 1.5em;
  }
  .lnbAboutIcons__item div {
    padding-top: 0.18em;
  }
}

/* Section 7 */
.lnbTwoSteps {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (min-width: 940px) {
  .lnbTwoSteps {
    padding: 1em 0.5em 6em;
  }
}
.lnbTwoSteps__container {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  color: #fff;
}
.lnbTwoSteps__container:hover {
  cursor: pointer;
}
.lnbTwoSteps__container a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  align-content: center;
  gap: 0.5em;
  height: clamp(100px, 8vw, 150px);
  padding: 1em 0.5em;
}
.lnbTwoSteps__container a span {
  font-size: clamp(1.5em, 1.8vw, 1.8em);
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: #ffffff;
}
.lnbTwoSteps__container-left {
  background-color: var(--theme-secondary);
  position: relative;
}
@media only screen and (min-width: 940px) {
  .lnbTwoSteps__container-left {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
.lnbTwoSteps__container-left::before {
  content: "01";
  position: absolute;
  left: 2%;
  font-size: 96px;
  letter-spacing: 0px;
  opacity: 0.2;
  font-family: var(--theme-font-lato);
  color: #ffffff;
}
.lnbTwoSteps__container-right {
  background-color: var(--theme-primary);
  position: relative;
}
@media only screen and (min-width: 940px) {
  .lnbTwoSteps__container-right {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.lnbTwoSteps__container-right::before {
  content: "02";
  position: absolute;
  left: 2%;
  font-size: 96px;
  letter-spacing: 0px;
  opacity: 0.2;
  font-family: var(--theme-font-lato);
  color: #ffffff;
}
@media only screen and (max-width: 940px) {
  .lnbTwoSteps__container {
    flex-wrap: wrap;
  }
}
.lnbTwoSteps__container-left i, .lnbTwoSteps__container-right i {
  color: #ffffff;
  font-family: var(--theme-font-lato);
  transform: translateX(0px);
  transition: transform 0.3s ease-in-out;
}
.lnbTwoSteps__container-left i svg, .lnbTwoSteps__container-right i svg {
  height: clamp(42px, 7vw, 53px);
}
.lnbTwoSteps__container-left:hover i, .lnbTwoSteps__container-right:hover i {
  transform: translateX(15px);
}

/*! -------------------------
   Inner Page Stylez
------------------------- */
.interior-page-content-has-sidebar main {
  padding-bottom: 60px;
}
.interior-page-content-has-sidebar main .widget-title,
.interior-page-content-has-sidebar main h3,
.interior-page-content-has-sidebar main h4 {
  font-family: var(--theme-font-lato);
  font-weight: 700;
  color: var(--font-color) !important;
  padding-bottom: 16px;
}
.interior-page-content-has-sidebar main .textwidget h2, .interior-page-content-has-sidebar main .list-angle-arrow h2, .interior-page-content-has-sidebar main .custom-html-widget h2 {
  font-family: var(--theme-font-lato);
  font-weight: 700;
  color: var(--font-color) !important;
  padding-bottom: 16px;
}
.interior-page-content-has-sidebar main .maintenance-table-widget {
  overflow: auto;
}
.interior-page-content-has-sidebar main .maintenance-table-widget .maintenance-table {
  overflow-x: auto;
}
.interior-page-content-has-sidebar main .maintenance-table-widget .maintenance-table colgroup col {
  display: block;
  width: 100% !important;
}
.interior-page-content-has-sidebar main .maintenance-table-widget .maintenance-table td {
  padding: 15px;
}
.interior-page-content-has-sidebar main .maintenance-table-widget .maintenance-table tbody,
.interior-page-content-has-sidebar main .maintenance-table-widget .maintenance-table tr,
.interior-page-content-has-sidebar main .maintenance-table-widget .maintenance-table td {
  display: block;
  width: 100%;
}

.lnbReviewWrapper_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.lnbBranded__content {
  flex-direction: column;
  color: #ffffff;
}

/*! -------------------------
   Sidebar Stylez
------------------------- */
.interior-page-content-has-sidebar {
  padding: 3rem 2rem;
}
.interior-page-content-has-sidebar aside.sidebar {
  padding: 0 !important;
}
@media only screen and (min-width: 500px) {
  .interior-page-content-has-sidebar {
    padding: 3rem 3rem 0;
  }
  .interior-page-content-has-sidebar aside.sidebar {
    padding: 2em 2em 0;
  }
}
@media only screen and (min-width: 500px) and (max-width: 940px) {
  .interior-page-content-has-sidebar aside.sidebar {
    width: calc(100% + 6rem);
    margin-left: -3rem;
  }
}
@media only screen and (max-width: 499.98px) {
  .interior-page-content-has-sidebar aside.sidebar {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}
@media only screen and (min-width: 940px) {
  .interior-page-content-has-sidebar {
    display: grid;
    max-width: calc(1485px + 3rem);
    grid-gap: 5rem;
    grid-template-columns: 2fr 500px;
    padding-right: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1194px) {
  .interior-page-content-has-sidebar {
    grid-template-columns: 700px 1fr;
  }
  .interior-page-content-has-sidebar aside.sidebar {
    padding: 3em 4em 0;
  }
}
@media only screen and (min-width: 1366px) {
  .interior-page-content-has-sidebar aside.sidebar {
    padding: 0;
  }
}

.lnbAboutIcons--sidebar {
  display: flex;
  flex-direction: column;
  padding: 6em 0 0;
  position: relative;
  text-align: center;
  background-color: var(--theme-secondary);
  background-image: linear-gradient(var(--theme-secondary) 90%, #ffffff 10%);
  width: 100%;
  overflow: hidden !important;
}
@media only screen and (max-width: 940px) {
  .lnbAboutIcons--sidebar {
    padding: 2em 0em;
  }
}
@media only screen and (max-width: 640px) {
  .lnbAboutIcons--sidebar {
    padding: 2em 0em;
  }
}
.lnbAboutIcons--sidebar .lnbAboutIcons__tagline {
  max-width: 385px;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .lnbAboutIcons--sidebar .lnbAboutIcons__tagline {
    max-width: 300px;
  }
}
@media only screen and (max-width: 374px) {
  .lnbAboutIcons--sidebar .lnbAboutIcons__tagline {
    max-width: 240px;
  }
}
.lnbAboutIcons--sidebar .lnbAboutIcons__img {
  max-width: 385px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: #ffffff;
  padding-top: 3em;
}
@media only screen and (max-width: 640px) {
  .lnbAboutIcons--sidebar .lnbAboutIcons__img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 374px) {
  .lnbAboutIcons--sidebar .lnbAboutIcons__img {
    max-width: 240px;
  }
}
.lnbAboutIcons--sidebar .lnbAboutIcons__img img {
  width: 80%;
}
.lnbAboutIcons--sidebar .lnbAboutIcons__heading {
  font-size: 1.15em;
  margin: 0 auto;
  transition: 0.2s;
  display: block;
  font-weight: 600;
  max-width: 385px;
  width: 100%;
  background-color: #ffffff;
  padding: 1em 0;
  position: relative;
  font-size: clamp(2em, 2.5vw, 3em);
  color: var(--theme-secondary);
  font-family: var(--theme-font-NeueAachenPro);
}
@media only screen and (max-width: 640px) {
  .lnbAboutIcons--sidebar .lnbAboutIcons__heading {
    max-width: 300px;
  }
}
@media only screen and (max-width: 374px) {
  .lnbAboutIcons--sidebar .lnbAboutIcons__heading {
    max-width: 240px;
  }
}
.lnbAboutIcons--sidebar .lnbAboutIcons__grid {
  grid-template-columns: 1fr;
  grid-gap: 1.5em;
  margin: 0 auto;
  display: grid;
  position: relative;
  z-index: 3;
  padding-bottom: 2em;
  max-width: 385px;
  width: 100%;
  background-color: #ffffff;
  padding: 0 15px 55px;
}
@media only screen and (max-width: 640px) {
  .lnbAboutIcons--sidebar .lnbAboutIcons__grid {
    max-width: 300px;
  }
}
@media only screen and (max-width: 374px) {
  .lnbAboutIcons--sidebar .lnbAboutIcons__grid {
    max-width: 240px;
  }
}
.lnbAboutIcons--sidebar .lnbAboutIcons__item {
  padding: 0 1em;
  font-size: 13px;
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 1em;
  text-align: left;
}
@media only screen and (max-width: 940px) {
  .lnbAboutIcons--sidebar .lnbAboutIcons__item {
    grid-gap: 2em;
  }
}
.lnbAboutIcons--sidebar .lnbAboutIcons__item-heading {
  font-size: clamp(1em, 7.33vw, 1.25em);
  margin-bottom: 0em;
  transition: 0.2s;
  display: block;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
}
.lnbAboutIcons--sidebar .lnbAboutIcons__item-desc {
  font-size: 16px;
  margin-bottom: 0em;
  transition: 0.2s;
  display: block;
}
.lnbAboutIcons--sidebar .lnbAboutIcons__item i {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: flex-start;
  font-size: 40px;
  line-height: 1;
  justify-content: center;
  transition: 0.2s;
  display: flex;
  align-items: center !important;
  padding-top: 0;
  position: relative;
  top: 0em;
  color: var(--theme-primary);
}
.lnbAboutIcons--sidebar .lnbAboutIcons__item div {
  padding-top: 0em;
  font-size: 1.1em;
  display: flex;
  justify-content: left;
  align-items: center;
}
.lnbAboutIcons--sidebar .lnbAboutIcons__iconText {
  color: var(--theme-primary) !important;
  font-weight: 900;
  font-size: clamp(28px, 4.2vw, 7em);
  margin-bottom: 0 !important;
  line-height: 1.2;
  transform: translatex(-5px);
  font-size: 25px;
}
.lnbAboutIcons--sidebar .lnbAboutIcons_sidebar__floatImg {
  position: relative;
  z-index: 4;
  width: 100%;
  bottom: 30px;
  left: 0px;
}
.lnbAboutIcons--sidebar .lnbAboutIcons_sidebar__floatImg img {
  transform: translate(0px, 8px) scale(1.02);
}
@media only screen and (max-width: 940px) {
  .lnbAboutIcons--sidebar .lnbAboutIcons_sidebar__floatImg {
    width: calc(100% + 6rem);
    margin-left: -3rem;
  }
  .lnbAboutIcons--sidebar .lnbAboutIcons_sidebar__floatImg img {
    width: 100%;
  }
}
@media only screen and (max-width: 499.98px) {
  .lnbAboutIcons--sidebar .lnbAboutIcons_sidebar__floatImg {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}

/*! -------------------------
   Footer Before Stylez
------------------------- */
/** back to top feature */
.back2top {
  position: absolute;
  left: -2.5%;
  top: 10%;
  animation: pulse 2s infinite;
  cursor: pointer;
  transform: rotate(270deg);
  list-style: none;
  display: flex;
  gap: 0.5em;
  flex-direction: row;
  font-size: 1.2em;
}
.back2top span {
  font-size: 1.2em;
  font-weight: 700;
  color: #ffffff;
}
.back2top i {
  color: #0051dc;
  font-size: 2rem;
  margin: auto;
}
.back2top i svg {
  height: 32px;
}
.back2top:hover i {
  color: #ad0e24;
}
@media only screen and (max-width: 940px) {
  .back2top {
    left: unset;
    top: 6%;
    right: -6%;
  }
}

/*! -------------------------
   Footer Stylez
------------------------- */
.footer {
  position: relative;
  background: rgb(0, 76, 151);
  background-image: linear-gradient(to right, rgba(0, 76, 151, 0.85), rgba(0, 76, 151, 0.85)), url("https://patriotairnd.com//wp-content/uploads/group-of-patriot-air-vans.png");
  background-size: cover;
  background-position: center center;
  padding: 0em !important;
  font-size: 16px;
}
.footer__row {
  max-width: none !important;
  margin: 0 !important;
}
.footer a {
  color: #ffffff !important;
}
.footer a:hover {
  color: #ffffff !important;
}
.footer i {
  color: var(--theme-primary) !important;
}
.footer .lnb3ColFooter {
  color: #ffffff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 0 75px 0;
}
.footer .lnb3ColFooter__logo {
  text-align: left;
}
@media only screen and (max-width: 940px) {
  .footer .lnb3ColFooter__logo {
    margin-left: 10px;
  }
}
.footer .lnb3ColFooter__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 50px;
}
.footer .lnb3ColFooter__col {
  flex: 300px;
  text-align: left;
}
@media only screen and (max-width: 940px) {
  .footer .lnb3ColFooter__col {
    margin-left: 10px;
  }
}
.footer .lnb3ColFooter__colHeading {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 25px;
  line-height: 39px;
  color: #ffffff !important;
}
.footer .lnb3ColFooter__menu {
  margin-bottom: 30px;
}
.footer .lnb3ColFooter__menuInner li {
  list-style-type: none;
  position: relative;
  margin: 7px 0 7px 0;
  font-weight: 700;
}
.footer .lnb3ColFooter__menuInner li i {
  position: absolute;
  left: -30px;
  margin-left: 0em;
  transition-duration: 500ms;
  transition-property: margin-left;
  line-height: 1.5;
}
.footer .lnb3ColFooter__menuInner li:hover i {
  margin-left: 0.5em;
}
.footer .lnb3ColFooter__menuInner li a {
  line-height: 1.5;
}
.footer .lnb3ColFooter__socialIcons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}
.footer .lnb3ColFooter__socialIcons > * {
  font-size: 20px;
  background-color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  color: unset !important;
}
.footer .lnb3ColFooter__socialIcons .facebookIcon {
  color: #3a5794 !important;
}
.footer .lnb3ColFooter__contact i {
  font-weight: bold;
  margin-right: 10px;
  width: 20px;
  text-align: center;
  line-height: 1.5;
}
.footer .lnb3ColFooter__contact section {
  display: flex;
  justify-content: flex-start;
  margin: 15px 0 15px 0;
  gap: 5px;
}
.footer .lnb3ColFooter__contactContent {
  display: inline-block;
  vertical-align: top;
}
.footer .lnb3ColFooter__contactContent > * {
  display: block;
}

/*! -------------------------
   CopyRight Stylez
------------------------- */
.lnbCopyright {
  background: var(--theme-primary);
  color: var(--theme-color-e9e9e9);
  font-size: 16px;
  padding: 4em 2em;
}
.lnbCopyright a {
  color: var(--theme-color-e9e9e9) !important;
}
.lnbCopyright a:hover {
  color: var(--theme-color-ffa400) !important;
}
.lnbCopyright__info {
  text-align: left;
}
.lnbCopyright__lnb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
}
.lnbCopyright__lnb img {
  filter: brightness(0) invert(1);
}
.lnbCopyright__lnb img:hover {
  filter: none;
}
.lnbCopyright--wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5em;
}
@media only screen and (max-width: 640px) {
  .lnbCopyright--wrap {
    gap: 2.5em;
  }
}
@media only screen and (max-width: 640px) {
  .lnbCopyright {
    padding: 2em 1em;
  }
}

/*! -------------------------
   Default Linking Stylez
------------------------- */
.enhanced-link, .interior-page-content a:not(.hypercore-button),
.interior-page-content main a:not(.hypercore-button),
.interior-page-content-has-sidebar main a:not(.hypercore-button),
.page-template-full-width main a:not(.hypercore-button),
.footer .lnb3ColFooter__contactContent span a:not(.hypercore-button),
.footer .lnb3ColFooter__col strong a:not(.hypercore-button), .lnbLinkHovUBoldHead {
  color: var(--font-color);
  background: linear-gradient(rgb(60, 141, 235), rgb(60, 141, 235)) left bottom no-repeat;
  background-size: 100% 2px;
}
.enhanced-link:hover, .interior-page-content a:hover:not(.hypercore-button),
.interior-page-content-has-sidebar main a:hover:not(.hypercore-button),
.page-template-full-width main a:hover:not(.hypercore-button),
.footer .lnb3ColFooter__contactContent span a:hover:not(.hypercore-button),
.footer .lnb3ColFooter__col strong a:hover:not(.hypercore-button), .lnbLinkHovUBoldHead:hover {
  color: var(--font-color);
  animation: underlineSlideIn 0.2s;
  background: linear-gradient(rgb(140, 195, 24), rgb(140, 195, 24)) left bottom no-repeat;
  background-size: 100% 2px;
  transition: all 0.2s;
}

.interior-page-content main h4,
.interior-page-content main h3,
.interior-page-content-has-sidebar main h4,
.interior-page-content-has-sidebar main h3 {
  color: var(--font-color) !important;
}
.interior-page-content main h4 a:not(.hypercore-button),
.interior-page-content main h3 a:not(.hypercore-button),
.interior-page-content-has-sidebar main h4 a:not(.hypercore-button),
.interior-page-content-has-sidebar main h3 a:not(.hypercore-button) {
  color: var(--font-color) !important;
}

.interior-page-content main h2,
.interior-page-content main h3,
.interior-page-content main h4,
.interior-page-content-has-sidebar main h2,
.interior-page-content-has-sidebar main h3,
.interior-page-content-has-sidebar main h4 {
  color: var(--font-color) !important;
  padding-top: 16px;
  padding-bottom: 0px;
}

.clean-link {
  background: none !important;
}

@keyframes underlineSlideIn {
  0% {
    background-size: 0% 2px;
  }
  100% {
    background-size: 100% 2px;
  }
}/*# sourceMappingURL=style.css.map */