/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.3.1.1692733120
Updated: 2023-08-22 19:38:40

*/

/*****GLOBAL VARIABLES*****/
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/gp-mfwd/fonts/Lexend-Regular.woff2);
}
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/gp-mfwd/fonts/Lexend-Bold.woff2);
}
/* @font-face {
  font-family: "SofiaSans";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/gp-mfwd/fonts/SofiaSans.woff2);
}
@font-face {
  font-family: "SofiaSans";
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/gp-mfwd/fonts/SofiaSans.woff2);
} */

:root {
  /***GLOBAL COLORS****/
  --primary: #0F1C6F;
  --secondary: #DD1A32;
  --gray: #4c4c4c;
  --white: #fff;
  --black: #000;
  --light-gray: #EBEBEB;
  --gradient:linear-gradient(180deg, #0D3068 0%, #0282C4 37%, #FFFFFF 100%);
  --gradient2:linear-gradient(90deg, #0D3068 0%, #0282C4 58%, #30387F 100%);

  /***GLOBAL FONT-SIZE****/
  --font-size--h1: clamp(26px, 3.4vw, 56px);
  --font-size--h2: clamp(18px, 2vw, 22px);
  --font-size--h3: clamp(28px, 3.6vw, 48px);
  --font-size--h4: clamp(20px, 2.5vw, 26px);
  --font-size--h5: clamp(22px, 3vw, 36px);
  --font-size--h6: 18px;
  --font-size--big: clamp(32px, 5vw, 84px);
  --font-size--body: 16px;
  --font-size--button: 18px;
  --font-size--little-text: 12px;
  /***GLOBAL FONT-WEIGHT****/
  --font-weight--h1: 900;
  --font-weight--h2: 900;
  --font-weight--h3: 900;
  --font-weight--h4: 900;
  --font-weight--h5: 900;
  --font-weight--h6: 900;
  --font-weight--button: 900;
  /***GLOBAL FONT-FAMILY****/
  --font-family--h1: "Lexend";
  --font-family--h2: "Lexend";
  --font-family--h3: "Lexend";
  --font-family--h4: "Lexend";
  --font-family--h5: "Lexend";
  --font-family--h6: "Lexend";
  --font-family--button: "Lexend";
  --font-family--body: sans-serif;
  /***GLOBAL MARGIN-TITLE****/
  --margin-bottom--title: 32px;
  --margin-top--title: 0;
  --margin-bottom--p: 16px;
}

/******STRUCTURE*******/
body {
  margin: 0;
  box-sizing: border-box;
  font-family: var(--font-family--body);
  font-size: var(--font-size--body);
  background-color: var(--white);
}
html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--secondary) transparent;
}
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: var(--secondary);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}
.section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-size: cover;
  position: relative;
}
@media(min-width:1025px){
.section {
  padding-right: 40px;
  padding-left: 40px;
}
}
@media(max-width:1024px){
.section {
  padding-right: 16px;
  padding-left: 16px;
}
}
.one-col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.two-col {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.three-col {
  width: 33%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.four-col {
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  flex-direction: column;
}
.three-quarters-col {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  flex-direction: column;
}
.section-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1250px;
  flex-wrap: wrap;
}
.entry-content {
  overflow: hidden;
}

/***BACKGROUND***/
.parallax {
  background-attachment: fixed;
}

/****BUTTONS*****/
a.btn,
input[type="submit"].btn {
  min-width: 118px;
  font-family: var(--font-family--button);
  display: flex;
  justify-content: center;
  width: fit-content;
  padding: 8px 16px;
  font-size: var(--font-size--button);
  font-weight: var(--font-weight--button);
  border-radius: 50px;
}
.btn.btn-white {
  background-color: var(--white);
  color: var(--secondary);
}
.btn.btn-white:hover {
  color: var(--white);
  background-color: var(--secondary);
}
.btn.btn-primary {
    background-color: var(--primary);
    color: var(--white)
}
.btn.btn-primary:hover {
    color: var(--white);
    background-color: var(--secondary)
}
.btn.btn-secondary {
    background-color: var(--secondary);
    color: var(--white)
}
.btn.btn-secondary:hover {
    color: var(--white);
    background-color: var(--primary)
}

.btn-hdr {
  background-color: var(--primary);
  padding: 4px 17px;
  color: var(--primary);
}
.btn-hdr:hover,
.btn-hdr a:hover {
  background-color: var(--secondary);
  color: var(--primary);
  cursor: pointer;
}

/****FONTS*****/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: var(--margin-bottom--title);
  margin-top: var(--margin-top--title);
  text-wrap: balance;
}
.h1-style {
  font-size: var(--font-size--h1);
  font-weight: var(--font-weight--h1);
  font-family: var(--font-family--h1);
}
.h2-style {
  font-size: var(--font-size--h2);
  font-weight: var(--font-weight--h2);
  font-family: var(--font-family--h2);
}
.h3-style {
  font-size: var(--font-size--h3);
  font-weight: var(--font-weight--h3);
  font-family: var(--font-family--h3);
}
.h4-style {
  font-size: var(--font-size--h4);
  font-weight: var(--font-weight--h4);
  font-family: var(--font-family--h4);
}
.h5-style {
  font-size: var(--font-size--h5);
  font-weight: var(--font-weight--h5);
  font-family: var(--font-family--h5);
}
.h6-style {
  font-size: var(--font-size--h6);
  font-weight: var(--font-weight--h6);
  font-family: var(--font-family--h6);
}
a {
  color: var(--primary);
  transition: 0.3s ease;
  text-decoration: none;
}
.p-style {
  margin-bottom: var(--margin-bottom--p);
}
.textalign-center {
  text-align: center;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

/***HR***/
.hr-primary {
    background-color:var(--primary);
    margin: 10px auto;
    height: 4px;
}
.hr-secondary {
    background-color:var(--secondary);
    margin: 10px auto;
    height: 4px;
}

/**toggle**/
details summary::-webkit-details-marker {
  display: none;
}
details summary {
  list-style: none !important;
  counter-increment: none !important;
  list-style-type: none !important;
}

summary:hover {
  cursor: pointer;
}
.faq-sctn summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  gap: 4px;
}
.faq-sctn summary::after {
  content: "+";
  font-size: 32px;
  line-height: 7px;
  color: var(--secondary);
  font-weight: 400;
  height: 25px;
  min-width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-sctn details[open] > summary::after {
  content: "-";
}
.faq-sctn details {
  border-bottom: 2px solid var(--gray);
  margin-bottom: 10px;
  padding-bottom: 6px;
  width: 100%;
}



/****HEADER****/
.hamb-bars summary::marker {
  content: "☰";
}
.hamb-bars[open] summary::marker {
  content: "✕";
}
.hdr-main {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1000;
}
.hdr-wrp {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.hdr-main .menu {
  list-style: none;
  margin: 0;
  align-items: center;
  margin-left: auto;
  justify-content: space-between;
  gap: 8px 15px;
  display: flex;
  flex-wrap: wrap;
}
.hdr-main .menu li a {
  font-family: var(--font-family--h1);
}
.hdr-main .mobile_menu input[type="checkbox"] {
  display: none;
}
.hdr-main #menu-main-menu {
  font-size: clamp(14px, 1.8vw, 20px);
}
.hdr-main .menu .menu2-itm a {
  font-size: clamp(20px, 2vw, 24px);
}
.hdr-main .menu li {
  position: relative;
}
.hdr-main .sub-menu li a {
  color: var(--secondary);
  font-size: 14px;
  font-weight: normal;
}
.hdr-main .sub-menu li a:hover {
  color: var(--primary);
}
.hdr-main .sub-menu > li {
  border-bottom: 2px solid var(--primary);
  padding: 4px 15px;
}
.hdr-main .menu-2 {
  font-weight: bold;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.1;
}
.hdr-main .hdr-col1 {
  display: flex;
  gap: 14px;
  align-items: center;
  width: 22%;
  justify-content: flex-end;
  padding-top: 25px;
}
.hdr-main ul.sub-menu {
  overflow: visible;
}
.hdr-main .menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.hdr-main .menu li:hover .sub-menu > li,
.hdr-main .menu .sub-menu li:hover .sub-menu {
  display: block;
}
.hdr-main .menu .sub-menu li .sub-menu,
.hdr-main .sub-menu > li {
  display: none;
}
header .btn-white{
  font-size: clamp(19px, 2.2vw, 29px);
  max-width: 260px;
  flex-grow: 1;
}
header .menu .sp-min{
  color:var(--primary)
}
header .menu-1 a{
  font-size:16px;
}
.hdr-main .menu li a {
    color: var(--white);
  }
.hdr-main .menu li a:hover{
    color:var(--secondary)
}
.hdr-main .menu .current_page_item a{
    color:var(--secondary)
}
@media (min-width: 1025px) {
  .hdr-main{
    padding-right:20px;
    padding-left:20px
  }
  .top-hdr {
    display: none;
  }
  .hdr-main .sub-menu {
    opacity: 0;
    position: absolute;
    margin-left: 0;
    width: auto;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 1;
    transition: all 0.3s ease-out;
    height: 0;
    overflow: hidden;
    min-width: 150px;
  }
  .hdr-main .menu li:hover .sub-menu {
    opacity: 1;
    background-color: var(--white);
    transition: all 0.3s ease-out;
    height: auto;
  }
  .hdr-main .menu-item-has-children::after {
    content: "›";
    color: var(--primary);
    transform: rotate(90deg);
    position: absolute;
    font-size: 20px;
    line-height: 15px;
    text-align: center;
    right: 0;
    top: 5px;
  }
  .hdr-main .menu-item-has-children {
    padding-right: 17px;
  }
  .hdr-main .hamb-bars summary {
    display: none;
  }
  .hdr-main .hdr-col2 {
    padding: 15px 7% 15px 20px;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
  }
  .hdr-main .menu {
    max-width: 550px;
  }
  
}
@media (max-width: 1024px) {
  header .site_logo img{
    max-width:150px;
  }
  header .btn-white{
    display:none
  }
  .hdr-main .brg_mn {
    display: flex;
    flex-direction: column;
    width: 35px;
    height: 30px;
    justify-content: space-between;
    cursor: pointer;
  }
  .hdr-main .brg_mn > span {
    width: 100%;
    height: 4px;
    background-color: var(--secondary);
  }
  .hdr-main .menu_tgl {
    position: absolute;
    background-color: var(--dark-blue);
    width: 0;
    height: auto;
    top: 100%;
    padding: 0;
    overflow-y: scroll;
    left: 100%;
    transition: all 0.3s ease-out;
    visibility: hidden;
    background-color: var(--white);
  }
  .hdr-main .hdr-col2 {
    display: flex;
    justify-content: flex-end;
  }
  .hdr-main .mobile_menu:has(> input:checked) .menu_tgl {
    left: 0;
    transition: all 0.3s ease-out;
    visibility: visible;
    width: 100%;
    box-shadow: 0 6px 19px 3px rgba(0, 0, 0, 0.25);
  }
  .hdr-main .menu_tgl .menu li a {
    color: var(--primary);
  }
  header .menu_tgl .menu {
    flex-direction: column;
  }
  .hdr-main .menu_tgl .menu li a {
    font-size: 19px;
  }
  .hdr-main .menu_tgl .menu li {
    padding: 5px 20px;
    border-bottom: 2px solid var(--primary);
  }
  .hdr-main .menu_tgl .menu li:last-child {
    border: 0;
  }
  .top-hdr {
    display: flex;
    justify-content: space-between;
  }
  .top-hdr > div {
    flex-grow: 1;
  }
  .top-hdr > div > a {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    line-height: 1;
    font-family: var(--font-family--h4);
    background-color: var(--primary);
    color: var(--white);
  }
  .top-hdr > div > a svg {
    position: relative;
    fill: var(--secondary);
  }
  .top-hdr .ctc-btn > a {
    background-color: var(--secondary);
    color: var(--white);
  }
  .top-hdr .ctc-btn > a > svg {
    fill: var(--white);
  }
  .hdr-wrp {
    align-items: center;
  }
  .hdr-main {
    padding-bottom: 5px;
    padding-top: 15px;
    position: relative;
    box-shadow: 0 10px 11px 0px rgba(0, 0, 0, 0.12);
    padding-left: 20px;
    padding-right: 20px;
    z-index: 10000;
    overflow: visible;
  }
  header .menu_tgl .menu {
    max-width: none;
  }
  .hdr-main .menu_tgl .menu li {
    width: 100%;
    min-height: 36px;
  }
  .hdr-main .menu summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .menu_tgl .menu li a {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
  }
  .hdr-main .menu ul.sub-menu {
    margin-left: 0;
    list-style: none;
    margin-bottom: 3px;
  }
  .hdr-main .menu_tgl .sub-menu li {
    border-bottom: 0;
  }
  header .menu_tgl .sub-menu li a {
    color: var(--secondary);
    font-weight: normal !important;
  }
  .hdr-main details[open] > summary:after {
    content:'-';
  }
  .hdr-main .hdr-col2 {
    flex-grow: 1;
  }
  .hdr-main .hdr-col1 {
    padding-top: 0;
    width: auto;
  }
  .hdr-main .hamb-bars summary {
    font-size: 32px;
  }
  .hdr-main .hamb-menu {
    position: absolute;
    background: var(--gradient2);
    box-shadow: 0 1px 15px 5px rgba(0, 0, 0, 0.25);
    left: 0;
    width: 100%;
    top:100%;
    max-height: 60vh;
    overflow-y: scroll;
    overflow-x: clip;
  }
  .hdr-main #menu-main-menu{
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    gap: 0;
  }
  header .menu > li {
    border-bottom: 1px solid var(--secondary);
    width: 100%;
    padding: 7px 12px;
    max-width: 100%;
    text-align:center
  }
  .hdr-main .hamb-bars>summary::marker {content: '';}
  header .hamb-bars[open]>summary::marker {content: '';}
  .hdr-main .hamb-bars>summary::-webkit-details-marker {display: none;}
  .hdr-main .hamb-bars>summary {list-style: none!important; counter-increment: none!important;  list-style-type: none!important;}
  .hdr-main .hamb-bars summary {position: relative;}
  header .hamb-bars>summary::after {content: '☰';color: var(--secondary);font-weight: 900;}
  header .hamb-bars[open]>summary::after {content: '✕';}
  #menu-item-307{
    display:none
  }
  header .menu .sp-min{
    color:#70c1fd;
    font-weight:300;
  }
  header .reviews-link{
    order:1;
    border-bottom:none!important
  }
  header .reviews-link a{
    justify-content:center;
  }
}
@media(max-width:500px){
  header .site_logo img{
    max-width:100px;
  }
}

/*Sticky Header*/
header.scrolled {
  position: fixed;
  top: 0;
  z-index: 99999 !important;
  box-shadow: 0 0 20px 0 #00000017;
}

/*Blog shortcode*/
.recent-post-list-tle {
  list-style: none;
  margin: 0;
}
.recent-post-list-tle > li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.recent-post-list-tle h4 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.2;
  display: flex;
}
.recent-post-list-tle > li > svg {
  fill: var(--secondary);
}
.recent-post-list {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 68px;
}
.recent-post-list > li {
  display: flex;
  flex-direction: column;
}
.recent-post-list .text {
  order: 1;
  background-color: var(--light-gray);
  padding: 20px;
}
.recent-post-list .featured-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.recent-post-list .text h4 {
  font-size: 16px;
  margin-bottom: 13px;
}
.recent-post-list .text .read-more {
  color: var(--secondary);
  font-weight: bold;
}
.recent-post-list .text h4 > a {
  color: var(--black);
  font-weight: bold;
}
.recent-post-list-tle a {
  color: var(--black);
  font-weight: bold;
}
.recent-post-list-tle > li:last-child {
  margin: 0;
}
@media (max-width: 1200px) {
  .recent-post-list {
    gap: 30px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .recent-post-list .text h4 {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .recent-post-list-tle {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .recent-post-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.recent-post-list{
    width:100%;
    gap:32px;
    flex-wrap:wrap
}
.recent-post-list li{
    width:calc(33% - 19px);
    border-radius:32px;
    overflow:hidden
}
.recent-post-list .subtitle{
    font-family:var(--font-family--h1);
}
.recent-post-list .text h4 > a{
    color:var(--primary);
    font-size:19px
}
.recent-post-list .read-more{
    font-family:var(--font-family--h1);
}
.recent-post-list .read-more:hover{
    border-bottom:1px solid var(--secondary);
    padding-bottom:4px
}
.recent-post-list .featured-image{
    margin:0!important
}
@media(max-width:800px){
    .recent-post-list li{
        width:calc(50% - 16px);
    }
}
@media(max-width:500px){
    .recent-post-list{
        justify-content:center
    }
    .recent-post-list li{
        width:100%;
        max-width:300px
    }
}
/**Posts***/
.single-post h1 {
  font-size: clamp(22px, 3vw, 32px) !important;
}
.single-post h2 {
  font-size: clamp(22px, 2.4vw, 26px) !important;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: var(--font-family--h3);
  font-weight: 900;
}
.single-post h3 {
  font-size: clamp(18px, 2vw, 22px) !important;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: var(--font-family--h3);
  font-weight: 900;
}
.single-post h4 {
  font-size: 18px !important;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: var(--font-family--h3);
  font-weight: 900;
  color:var(--primary)
}
.single-post .site-content {
  flex-wrap: wrap;
  justify-content: center;
}
.single-post .site-content .section {
  max-width: 1200px;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}
.single-post .post-card {
  padding-bottom: clamp(32px, 4%, 72px);
   padding-top: clamp(32px, 4%, 72px);
}
.single-post .related-post {
  padding-bottom: clamp(32px, 4%, 72px);
}
.single-post .related-post h3 {
  width: 100%;
}
@media (max-width: 600px) {
  .recent-post-list > li {
    width: 100%;
  }
  .recent-post-list {
    flex-wrap: wrap;
  }
  .single-post .related-post h3 {
    text-align: center;
    margin-bottom: 0;
  }
}

/****FOOTER****/
.site-footer {
  box-shadow: -17px -1px 10px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
.ftr-main {
  display: flex;
  justify-content: center;
  padding: 24px 20px 0 20px;
  overflow: hidden;
  background-color:var(--primary);
  color:var(--white);
  font-family:var(--font-family--h1)
}
.ftr-wrp {
  width: 100%;
  max-width: 1360px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftrcol-1 {
  display: flex;
  flex-direction:column;
  gap:8px;
  align-items: center;
  width:35%;
  justify-content: center;
  padding-top: 0!important;
}
.ftrcol-1,
.ftrcol-2,
.ftrcol-3,
.ftrcol-4{
  position:relative;
  padding:20px;
}
.ftrcol-1 .btn-col{
  display:flex;
  gap:12px;
  align-items:center;
  width: 100%;
  max-width: 380px;
}
.ftrcol-1 .social-icon{
  padding:8px;
  min-width:36px;
  width:36px;
  height:36px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.ftrcol-1 .btn-col .btn-secondary{
  flex-grow:1;
  text-align: center;
  line-height: 1.2;
}
.ftrcol-1 .social-icon svg{
  width:20px;
  height:20px;
  fill:var(--secondary)
}
.ftrcol-1 .social-icon svg *{
  fill:var(--secondary)!important
}
.ftrcol-1 .social-icon:hover svg,
.ftrcol-1 .social-icon:hover svg *{
  fill:var(--white)!important
}
.ftrcol-1 .btn-col .btn{
  border-radius: 5px;
}
.ftrcol-1 .btn-col .btn-secondary:hover{
    background-color:var(--white);
    color:var(--secondary)
}
.ftrcol-2 {
  width:25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ftrcol-3 {
  width:20%;
  display: flex;
  align-items: center;
}
.ftrcol-4 {
  width:20%;
  display: flex;
  align-items: center;
}
footer .menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 25px;
  margin: 0;
  list-style: none;
}
footer .menu > li {
  padding: 6px 0;
}
footer .ftrcol-3 .menu > li a {
  font-size:20px;
  line-height:1
}
footer .menu > li > a {
  font-family: var(--font-family--h1);
  font-size: 17px;
}
footer a {
  color: var(--white);
}
footer a:hover {
  color: var(--secondary);
}
footer .copy-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  width: 100%;
  border-top: 2px solid #90BED4;
}
footer .copy-txt p {
  margin: 0;
  text-transform: uppercase;
  font-size:clamp(13px, 1.4vw, 16px);
  text-align:center
}
footer .copy-txt a{
  white-space:nowrap;
}
footer .li-col{
  display:flex;
  gap:8px;
}
footer .li-col p{
  margin-bottom:20px;
}
footer .li-col:last-child p{
  margin-bottom:0
}
footer .li-col svg{
  min-width:13px;
  fill:#bfd5de;
  height:auto;
}
.ftrcol-1 img{
  margin-top:-36px
}
.menu .sp-min{
  font-size:12px;
  display:block
}
.reviews-link .sp-1{
  font-family: Brush Script MT;
  font-weight:400;
  font-size:24px;
  padding-right:12px;
  line-height:1;
}
.reviews-link .sp-2{
  display:inline-flex;
  align-items:center;
  gap:4px
}
.reviews-link > a{
  display:flex;
  flex-wrap:wrap;
}
@media(min-width:1025px){
  .ftrcol-1::after{
    content:"";
    height:100%;
    width:1px;
    background: linear-gradient(180deg, #296F8200 0%, #2E7385 17%, #6BA2AB 64%, #6BA2AB00 100%);
    position:absolute;
    top:0;
    right:0
  }
}
@media(min-width:601px){
  .ftrcol-2::after,
  .ftrcol-3::after{
    content:"";
    height:100%;
    width:1px;
    background: linear-gradient(180deg, #296F8200 0%, #2E7385 17%, #6BA2AB 64%, #6BA2AB00 100%);
    position:absolute;
    top:0;
    right:0
  }
}
@media(max-width:1024px){
  .ftrcol-1 {
    width:100%
  }
  .ftrcol-2 {
    width:40%;
  }
  .ftrcol-3 {
    width:30%
  }
  .ftrcol-4 {
    width:30%
  }
}
@media(max-width:600px){
  .ftrcol-1,
  .ftrcol-2,
  .ftrcol-3,
  .ftrcol-4 {
    width:100%;
    padding-right:0;
    padding-left:0;
    padding-top:0
  }
  .ftrcol-2,
  .ftrcol-3,
  .ftrcol-4{
    max-width:250px
  }
  .ftr-wrp{
    justify-content:center;
    max-width:400px
  }
  footer .menu{
    padding-left:0;
    width: 100%;
  }
  footer .menu li{
    text-align:center
  }
  footer .menu-footer-menu-1-container,
  footer .menu-footer-menu-2-container{
    width:100%
  }
  footer .reviews-link > a{
    justify-content:center
  }
}
@media(max-width:400px){
  .ftrcol-1 .btn-col{
    flex-wrap:wrap;
    justify-content:center
  }
  .ftrcol-1 .btn-col .btn-secondary{
    width:100%
  }
}