@charset "UTF-8";
/*
Theme Name: Fisher Systems
Theme URI: 
Author: the TechWyse
Author URI: https://www.techwyse.com/
Description: Fisher Systems is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Fisher Systems elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Fisher Systems WordPress Theme, (C) 2020 WordPress.org
Fisher Systems is distributed under the terms of the GNU GPL.
*/
:root {
  --font-outfit: "Outfit", sans-serif;
  /* Font Family */
  --twgl--font-primary: var(
    --font-outfit,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --twgl--font-secondary: var(
    --font-outfit,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  /* |=>  COLOR CODES  <=| */
  --twgl--body-bg: #ffffff;
  --twgl--color-black: #000;
  --twgl--color-white: #fff;
  --twgl--color-alert: #dc3545;
  --twgl--color-warning: #ffc107;
  --twgl--color-success: #28a745;
  --twgl--color-info: #17a2b8;
  --twgl--color-grey: #808080;
  --twgl--color-base-text: var(--twgl--color-black);
  --twgl--text-alt: #969696;
  --twgl--color-primary: #000;
  --twgl--color-secondary: #fff;
  --twgl--color-border: #7b7b7b;
  --twgl--border-form: var(--twgl--color-base-text);
  --twgl--color-formText: var(--twgl--color-white);
  --twgl--color-formLabel: var(--twgl--color-white);
  /* OTHER COLOR VARIABLES */
  --twgl-button-color: var(--twgl--color-black);
  --twgl--button-bg: var(--twgl--color-primary);
  --twgl--button-hover: var(--twgl--color-secondary);
  --twgl-heading-color: var(--twgl--color-black);
  --twgl--rgb-primary: rgba(0, 0, 0, 1);
  --twgl--rgb-primary-1: rgba(0, 0, 0, 0.1);
  --twgl--rgb-primary-2: rgba(0, 0, 0, 0.2);
  --twgl--rgb-primary-3: rgba(0, 0, 0, 0.3);
  --twgl--rgb-primary-4: rgba(0, 0, 0, 0.4);
  --twgl--rgb-primary-5: rgba(0, 0, 0, 0.5);
  --twgl--rgb-primary-6: rgba(0, 0, 0, 0.6);
  --twgl--rgb-primary-7: rgba(0, 0, 0, 0.7);
  --twgl--rgb-primary-8: rgba(0, 0, 0, 0.8);
  --twgl--rgb-primary-9: rgba(0, 0, 0, 0.9);
  --twgl--rgb-secondary: rgba(255, 255, 255, 1);
  --twgl--rgb-secondary-1: rgba(255, 255, 255, 0.1);
  --twgl--rgb-secondary-2: rgba(255, 255, 255, 0.2);
  --twgl--rgb-secondary-3: rgba(255, 255, 255, 0.3);
  --twgl--rgb-secondary-4: rgba(255, 255, 255, 0.4);
  --twgl--rgb-secondary-5: rgba(255, 255, 255, 0.5);
  --twgl--rgb-secondary-6: rgba(255, 255, 255, 0.6);
  --twgl--rgb-secondary-7: rgba(255, 255, 255, 0.7);
  --twgl--rgb-secondary-8: rgba(255, 255, 255, 0.8);
  --twgl--rgb-secondary-9: rgba(255, 255, 255, 0.9);
  --twgl--rgb-white: rgba(255, 255, 255, 1);
  --twgl--rgb-white-1: rgba(255, 255, 255, 0.1);
  --twgl--rgb-white-2: rgba(255, 255, 255, 0.2);
  --twgl--rgb-white-3: rgba(255, 255, 255, 0.3);
  --twgl--rgb-white-4: rgba(255, 255, 255, 0.4);
  --twgl--rgb-white-5: rgba(255, 255, 255, 0.5);
  --twgl--rgb-white-6: rgba(255, 255, 255, 0.6);
  --twgl--rgb-white-7: rgba(255, 255, 255, 0.7);
  --twgl--rgb-white-8: rgba(255, 255, 255, 0.8);
  --twgl--rgb-white-9: rgba(255, 255, 255, 0.9);
  --twgl--rgb-black: rgba(0, 0, 0, 1);
  --twgl--rgb-black-1: rgba(0, 0, 0, 0.1);
  --twgl--rgb-black-2: rgba(0, 0, 0, 0.2);
  --twgl--rgb-black-3: rgba(0, 0, 0, 0.3);
  --twgl--rgb-black-4: rgba(0, 0, 0, 0.4);
  --twgl--rgb-black-5: rgba(0, 0, 0, 0.5);
  --twgl--rgb-black-6: rgba(0, 0, 0, 0.6);
  --twgl--rgb-black-7: rgba(0, 0, 0, 0.7);
  --twgl--rgb-black-8: rgba(0, 0, 0, 0.8);
  --twgl--rgb-black-9: rgba(0, 0, 0, 0.9);
  /* |=>  CONTAINER WIDTH  <=| */
  --twgl--wrap-sm: 540px;
  --twgl--wrap-md: 720px;
  --twgl--wrap-lg: 960px;
  --twgl--wrap-xl: 1170px;
  --twgl--wrap-xxl: 1460px;
  --twgl--wrap-xxxl: 1620px;
  /* |=>  GUTTER SIZE  <=| */
  --twgl--gutter-x: 30px;
  --twgl--gutter-sm: 20px;
  --twgl--gutter-xl: 50px;
  /* |=>  FORM ELEMENTS  <=| */
  --twgl--input-radius: 8px;
  --twgl--input-height: 40px;
  --twgl--input-height-sm: 40px;
  --twgl--input-height-md: 42px;
  --twgl--textarea-height: 60px;
  --twgl--textarea-height-sm: 60px;
  --twgl--textarea-height-lg: 80px;
  --twgl--input-radio-size: 12px;
}
@media screen and (min-width: 768px) {
  :root {
    --twgl--input-height: 42px;
    --twgl--input-height-md: 44px;
    --twgl--textarea-height: 80px;
    --twgl--textarea-height-lg: 100px;
    --twgl--input-radio-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --twgl--input-height: 36px;
    --twgl--input-height-sm: 36px;
    --twgl--input-height-md: 38px;
    --twgl--textarea-height: 65px;
    --twgl--textarea-height-sm: 60px;
    --twgl--textarea-height-lg: 90px;
    --twgl--input-radio-size: 10px;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --twgl--input-radius: 10px;
    --twgl--input-height: 52px;
    --twgl--input-height-sm: 40px;
    --twgl--input-height-md: 44px;
    --twgl--textarea-height: 100px;
    --twgl--textarea-height-sm: 70px;
    --twgl--textarea-height-lg: 150px;
    --twgl--input-radio-size: 16px;
  }
}
@media screen and (min-width: 1850px) {
  :root {
    --twgl--input-height: 60px;
    --twgl--input-height-md: 50px;
    --twgl--textarea-height: 120px;
    --twgl--textarea-height-lg: 170px;
  }
}
:root {
  /* |=>  Border Radius  <=| */
  --twgl--brdr_rad: 5px;
  --twgl--brdr_rad-70: 35px;
  --twgl--brdr_rad-100: 50px;
}
@media screen and (min-width: 768px) {
  :root {
    --twgl--brdr_rad: 7px;
    --twgl--brdr_rad-70: 40px;
    --twgl--brdr_rad-100: 55px;
  }
}
@media screen and (min-width: 992px) {
  :root {
    --twgl--brdr_rad: 7px;
    --twgl--brdr_rad-70: 45px;
    --twgl--brdr_rad-100: 65px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --twgl--brdr_rad: 6px;
    --twgl--brdr_rad-70: 35px;
    --twgl--brdr_rad-100: 50px;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --twgl--brdr_rad: 8px;
    --twgl--brdr_rad-70: 60px;
    --twgl--brdr_rad-100: 80px;
  }
}
@media screen and (min-width: 1850px) {
  :root {
    --twgl--brdr_rad: 10px;
    --twgl--brdr_rad-70: 70px;
    --twgl--brdr_rad-100: 100px;
  }
}
:root {
  /* |=>  BUTTON SIZES  <=| */
  --twgl--btn-height: 36px;
  --twgl--btn-sm-height: 34px;
  --twgl--btn-md-height: 35px;
  --twgl--btn-mdAlt-height: 36px;
  --twgl--btn-lg-height: 38px;
  --icon-gap: 7px;
}
@media screen and (min-width: 768px) {
  :root {
    --twgl--btn-height: 42px;
    --twgl--btn-sm-height: 36px;
    --twgl--btn-md-height: 39px;
    --twgl--btn-mdAlt-height: 41px;
    --twgl--btn-lg-height: 44px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --twgl--btn-height: 42px;
    --twgl--btn-sm-height: 34px;
    --twgl--btn-md-height: 38px;
    --twgl--btn-mdAlt-height: 40px;
    --twgl--btn-lg-height: 44px;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --twgl--btn-height: 66px;
    --twgl--btn-sm-height: 47px;
    --twgl--btn-md-height: 49px;
    --twgl--btn-mdAlt-height: 54px;
    --twgl--btn-lg-height: 69px;
  }
}
@media screen and (min-width: 1800px) {
  :root {
    --twgl--btn-height: 72px;
    --twgl--btn-sm-height: 53px;
    --twgl--btn-md-height: 56px;
    --twgl--btn-mdAlt-height: 63px;
    --twgl--btn-lg-height: 75px;
  }
}
:root {
  /* |=>  COMMON SPACES  <=| */
  --twgl--cmn-space: 30px;
  --twgl--cmn-space-sm: 20px;
  --twgl--cmn-space-lg: 30px;
}
@media screen and (min-width: 768px) {
  :root {
    --twgl--cmn-space: 40px;
    --twgl--cmn-space-sm: 30px;
    --twgl--cmn-space-lg: 50px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --twgl--cmn-space: 55px;
    --twgl--cmn-space-sm: 40px;
    --twgl--cmn-space-lg: 70px;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --twgl--cmn-space: 90px;
    --twgl--cmn-space-sm: 70px;
    --twgl--cmn-space-lg: 120px;
  }
}
@media screen and (min-width: 1850px) {
  :root {
    --twgl--cmn-space: 100px;
    --twgl--cmn-space-sm: 80px;
    --twgl--cmn-space-lg: 130px;
  }
}
:root {
  /* |=>  PROJECT HEADER  <=| */
  --ph--v-space: 12px;
  --ph--logo-height: 36px;
  --ph--logo-height-lg: 36px;
  --ph--header-height: 153px;
}
@media screen and (min-width: 768px) {
  :root {
    --ph--v-space: 15px;
    --ph--logo-height: 40px;
    --ph--logo-height-lg: 36px;
    --ph--header-height: 70px;
  }
}
@media screen and (min-width: 992px) {
  :root {
    --ph--v-space: 15px;
    --ph--header-height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --ph--v-space: 10px;
    --ph--logo-height: 38px;
    --ph--logo-height-lg: 36px;
    --ph--header-height: 108px;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --ph--v-space: 10px;
    --ph--logo-height: 50px;
    --ph--logo-height-lg: 36px;
    --ph--header-height: 120px;
  }
}
@media screen and (min-width: 1850px) {
  :root {
    --ph--v-space: 15px;
    --ph--logo-height: 57px;
    --ph--logo-height-lg: 68px;
    --ph--header-height: 130px;
  }
}
:root {
  /* |=>  QUICK CONTACT INFO ICON GROUP  <=| */
  --qcin--icon-size: 32px;
  --qcin--icon-size-lg: 38px;
}
@media screen and (min-width: 768px) {
  :root {
    --qcin--icon-size: 30px;
    --qcin--icon-size-lg: 38px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --qcin--icon-size: 28px;
    --qcin--icon-size-lg: 36px;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --qcin--icon-size: 30px;
    --qcin--icon-size-lg: 40px;
  }
}
@media screen and (min-width: 1850px) {
  :root {
    --qcin--icon-size: 32px;
    --qcin--icon-size-lg: 45px;
  }
}
:root {
  /* |=>  PROJECT BANNER  <=| */
  --bnr--height-home: 170px;
  --bnr--height-inner: 125px;
  --bnr--height-noBanner: 50px;
}
@media screen and (min-width: 575px) {
  :root {
    --bnr--height-home: 275px;
    --bnr--height-inner: 200px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --bnr--height-home: 340px;
    --bnr--height-inner: 230px;
    --bnr--height-noBanner: 50px;
  }
}
@media screen and (min-width: 992px) {
  :root {
    --bnr--height-home: 450px;
    --bnr--height-inner: 300px;
    --bnr--height-noBanner: 50px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --bnr--height-home: 850px;
    --bnr--height-inner: 555px;
    --bnr--height-noBanner: 50px;
  }
}
:root {
  /* |=>  SERVICE TABS ON HOME PAGE  <=| */
  --hm--service-tab-btn-height: 216px;
  --hm--service-tab-icon: 80px;
  --hm--service-tab-icon-width: 140px;
  --hm--service-link-icon: 28px;
  --hm--service-btn-height: 84px;
  --hm--service-btn-icon: 50px;
}
@media screen and (min-width: 768px) {
  :root {
    --hm--service-tab-btn-height: 120px;
    --hm--service-tab-icon: 60px;
    --hm--service-tab-icon-width: 95px;
    --hm--service-link-icon: 34px;
    --hm--service-btn-height: 66px;
    --hm--service-btn-icon: 50px;
  }
}
:root {
  /* @include min(992) {
    --hm--service-tab-btn-height: 216px;
    --hm--service-tab-icon: 110px;
    --hm--service-tab-icon-width: 175px;
    --hm--service-link-icon: 40px;
    --hm--service-btn-height: 84px;
    --hm--service-btn-icon: 60px;
  } */
}
@media screen and (min-width: 1200px) {
  :root {
    --hm--service-tab-btn-height: 150px;
    --hm--service-tab-icon: 60px;
    --hm--service-tab-icon-width: 125px;
    --hm--service-link-icon: 22px;
    --hm--service-btn-height: 60px;
    --hm--service-btn-icon: 34px;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --hm--service-tab-btn-height: 190px;
    --hm--service-tab-icon: 90px;
    --hm--service-tab-icon-width: 150px;
    --hm--service-link-icon: 26px;
    --hm--service-btn-height: 74px;
    --hm--service-btn-icon: 42px;
  }
}
@media screen and (min-width: 1850px) {
  :root {
    --hm--service-tab-btn-height: 216px;
    --hm--service-tab-icon: 110px;
    --hm--service-tab-icon-width: 175px;
    --hm--service-link-icon: 34px;
    --hm--service-btn-height: 84px;
    --hm--service-btn-icon: 58px;
  }
}
:root {
  /* |=>  BUTTON SIZES  <=| */
  /* |=>  BUTTON SIZES  <=| */
}

@font-face {
  font-family: "Sofia Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro Regular"), url("assets/fonts/Sofia Pro Regular Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro Italic"), url("assets/fonts/Sofia Pro Regular Italic Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro ExtraLight";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro ExtraLight"), url("assets/fonts/Sofia Pro ExtraLight Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro UltraLight";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro UltraLight"), url("assets/fonts/Sofia Pro UltraLight Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro ExtraLight Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro ExtraLight Italic"), url("assets/fonts/Sofia Pro ExtraLight Italic Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro UltraLight Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro UltraLight Italic"), url("assets/fonts/Sofia Pro UltraLight Italic Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro Light";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro Light"), url("assets/fonts/Sofia Pro Light Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro Light Italic"), url("assets/fonts/Sofia Pro Light Italic Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro Medium"), url("assets/fonts/Sofia Pro Medium Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro Medium Italic"), url("assets/fonts/Sofia Pro Medium Italic Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro SemiBold"), url("assets/fonts/Sofia Pro Semi Bold Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro SemiBold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro SemiBold Italic"), url("assets/fonts/Sofia Pro Semi Bold Italic Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro Bold"), url("assets/fonts/Sofia Pro Bold Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro Bold Italic"), url("assets/fonts/old/Sofia Pro Bold Italic Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro Black";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro Black"), url("assets/fonts/Sofia Pro Black Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro Black Italic"), url("assets/fonts/Sofia Pro Black Italic Az.woff") format("woff");
}
@font-face {
  font-family: "sofia_proregular";
  src: url("assets/fonts/old/sofia_pro_regular-webfont.woff2") format("woff2"), url("assets/fonts/old/sofia_pro_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sofia_prolight";
  src: url("assets/fonts/old/sofia_pro_light-webfont.woff2") format("woff2"), url("assets/fonts/old/sofia_pro_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sofia_prosemibold";
  src: url("assets/fonts/old/sofia_pro_semi_bold-webfont.woff2") format("woff2"), url("assets/fonts/old/sofia_pro_semi_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sofia_probold";
  src: url("assets/fonts/old/sofia_pro_bold-webfont.woff2") format("woff2"), url("assets/fonts/old/sofia_pro_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.gradient-1,
.grdnt_theme_orange {
  background: #F59E0B;
  background: linear-gradient(350deg, rgb(245, 158, 11) 0%, rgb(251, 191, 36) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F59E0B", endColorstr="#FBBF24", GradientType=0);
}

.gradient-2,
.grdnt_theme_blue {
  background: #2563EB;
  background: linear-gradient(350deg, rgb(37, 99, 235) 0%, rgb(59, 130, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2563EB", endColorstr="#3B82F6", GradientType=0);
}

.gradient-3,
.grdnt_theme_green {
  background: #16A34A;
  background: linear-gradient(350deg, rgb(22, 163, 74) 0%, rgb(34, 197, 94) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16A34A", endColorstr="#22C55E", GradientType=0);
}

.grdnt_theme_purple {
  background: #5b21b6;
  background: linear-gradient(350deg, rgb(91, 33, 182) 0%, rgb(124, 58, 237) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b21b6", endColorstr="#7c3aed", GradientType=0);
}

.grdnt_theme_red {
  background: #991b1b;
  background: linear-gradient(350deg, rgb(153, 27, 27) 0%, rgb(220, 38, 38) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#991b1b", endColorstr="#dc2626", GradientType=0);
}

.grdnt_theme_darkOrange {
  background: #92400e;
  background: linear-gradient(350deg, rgb(146, 64, 14) 0%, rgb(217, 119, 6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#92400e", endColorstr="#d97706", GradientType=0);
}

.grdnt_theme_gray {
  background: #374151;
  background: linear-gradient(350deg, rgb(55, 65, 81) 0%, rgb(107, 114, 128) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#374151", endColorstr="#6b7280", GradientType=0);
}

.grdnt_theme_yellow {
  background: #fdf362;
  background: linear-gradient(350deg, rgb(253, 243, 98) 0%, rgb(250, 204, 21) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdf362", endColorstr="#facc15", GradientType=0);
}

.grdnt_theme_pink {
  background: #da29f1;
  background: linear-gradient(350deg, rgb(218, 41, 241) 0%, rgb(236, 72, 153) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da29f1", endColorstr="#ec4899", GradientType=0);
}

.grdnt_theme_cyan {
  background: #20f8ff;
  background: linear-gradient(350deg, rgb(32, 248, 255) 0%, rgb(6, 182, 212) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20f8ff", endColorstr="#06b6d4", GradientType=0);
}

.grdnt_theme_lime {
  background: #c6ff2a;
  background: linear-gradient(350deg, rgb(198, 255, 42) 0%, rgb(163, 230, 53) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6ff2a", endColorstr="#a3e635", GradientType=0);
}

.boxed_item-1 {
  background-color: #dbeafe;
  color: #1e40af;
}

.boxed_item-2 {
  background-color: #f3f4f6;
  color: #c6ff2a;
}

.boxed_item-3 {
  background-color: #dcfce7;
  color: #166534;
}

.boxed_item-4 {
  background-color: #e5e7eb;
  color: #374151;
}

.boxed_item-5 {
  background-color: #fef3c7;
  color: #92400e;
}

.boxed_item-6 {
  background-color: #f5f3ff;
  color: #5b21b6;
}

.boxed_item-7 {
  background-color: #fef2f2;
  color: #991b1b;
}

.fw-100 {
  font-weight: 100 !important;
}
.fw-100 p,
.fw-100 li {
  font-weight: inherit !important;
}

.fw-200 {
  font-weight: 200 !important;
}
.fw-200 p,
.fw-200 li {
  font-weight: inherit !important;
}

.fw-300 {
  font-weight: 300 !important;
}
.fw-300 p,
.fw-300 li {
  font-weight: inherit !important;
}

.fw-400 {
  font-weight: 400 !important;
}
.fw-400 p,
.fw-400 li {
  font-weight: inherit !important;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-500 p,
.fw-500 li {
  font-weight: inherit !important;
}

.fw-600 {
  font-weight: 600 !important;
}
.fw-600 p,
.fw-600 li {
  font-weight: inherit !important;
}

.fw-700 {
  font-weight: 700 !important;
}
.fw-700 p,
.fw-700 li {
  font-weight: inherit !important;
}

.fw-800 {
  font-weight: 800 !important;
}
.fw-800 p,
.fw-800 li {
  font-weight: inherit !important;
}

.fw-900 {
  font-weight: 900 !important;
}
.fw-900 p,
.fw-900 li {
  font-weight: inherit !important;
}

.tt-up {
  text-transform: uppercase !important;
}
.tt-up > * {
  text-transform: inherit;
}

.tt-cap {
  text-transform: capitalize !important;
}
.tt-cap > * {
  text-transform: inherit;
}

.tt-none {
  text-transform: none !important;
}
.tt-none > * {
  text-transform: inherit;
}

.line_height-1 {
  line-height: 1 !important;
}
.line_height-1 p {
  line-height: inherit !important;
}

.line_height-1-1 {
  line-height: 1.1 !important;
}
.line_height-1-1 p {
  line-height: inherit !important;
}

.line_height-1-2 {
  line-height: 1.2 !important;
}
.line_height-1-2 p {
  line-height: inherit !important;
}

.line_height-1-3 {
  line-height: 1.3 !important;
}
.line_height-1-3 p {
  line-height: inherit !important;
}

.line_height-1-4 {
  line-height: 1.4 !important;
}
.line_height-1-4 p {
  line-height: inherit !important;
}

.line_height-1-5 {
  line-height: 1.5 !important;
}
.line_height-1-5 p {
  line-height: inherit !important;
}

.line_height-1-6 {
  line-height: 1.6 !important;
}
.line_height-1-6 p {
  line-height: inherit !important;
}

.fs-15 {
  font-size: clamp(0.875rem, 0.8634259259rem + 0.0617283951vw, 0.9375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-15 {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}

.fs-16 {
  font-size: clamp(0.9375rem, 0.9259259259rem + 0.0617283951vw, 1rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-16 {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}

.fs-17 {
  font-size: clamp(1rem, 0.9884259259rem + 0.0617283951vw, 1.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-17 {
    font-size: clamp(0.6875rem, 0.6412037037rem + 0.2469135802vw, 0.9375rem) !important;
  }
}

.fs-18 {
  font-size: clamp(1rem, 0.9768518519rem + 0.1234567901vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-18 {
    font-size: clamp(0.75rem, 0.7037037037rem + 0.2469135802vw, 1rem) !important;
  }
}

.fs-19 {
  font-size: clamp(1rem, 0.9652777778rem + 0.1851851852vw, 1.1875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-19 {
    font-size: clamp(0.75rem, 0.6921296296rem + 0.3086419753vw, 1.0625rem) !important;
  }
}

.fs-20 {
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-20 {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}

.fs-21 {
  font-size: clamp(1.0625rem, 1.0162037037rem + 0.2469135802vw, 1.3125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-21 {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}

.fs-22 {
  font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-22 {
    font-size: clamp(0.8125rem, 0.7430555556rem + 0.3703703704vw, 1.1875rem) !important;
  }
}

.fs-23 {
  font-size: clamp(1.125rem, 1.0671296296rem + 0.3086419753vw, 1.4375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-23 {
    font-size: clamp(0.875rem, 0.8171296296rem + 0.3086419753vw, 1.1875rem) !important;
  }
}

.fs-24 {
  font-size: clamp(1.125rem, 1.0555555556rem + 0.3703703704vw, 1.5rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-24 {
    font-size: clamp(0.875rem, 0.8055555556rem + 0.3703703704vw, 1.25rem) !important;
  }
}

.fs-25 {
  font-size: clamp(1.125rem, 1.0439814815rem + 0.4320987654vw, 1.5625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-25 {
    font-size: clamp(0.875rem, 0.8055555556rem + 0.3703703704vw, 1.25rem) !important;
  }
}

.fs-26 {
  font-size: clamp(1.1875rem, 1.1064814815rem + 0.4320987654vw, 1.625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-26 {
    font-size: clamp(0.9375rem, 0.8796296296rem + 0.3086419753vw, 1.25rem) !important;
  }
}

.fs-27 {
  font-size: clamp(1.1875rem, 1.0949074074rem + 0.4938271605vw, 1.6875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-27 {
    font-size: clamp(1rem, 0.9421296296rem + 0.3086419753vw, 1.3125rem) !important;
  }
}

.fs-28 {
  font-size: clamp(1.1875rem, 1.0833333333rem + 0.5555555556vw, 1.75rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-28 {
    font-size: clamp(1rem, 0.9421296296rem + 0.3086419753vw, 1.3125rem) !important;
  }
}

.fs-29 {
  font-size: clamp(1.1875rem, 1.0717592593rem + 0.6172839506vw, 1.8125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-29 {
    font-size: clamp(1rem, 0.9421296296rem + 0.3086419753vw, 1.3125rem) !important;
  }
}

.fs-30 {
  font-size: clamp(1.1875rem, 1.0601851852rem + 0.6790123457vw, 1.875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-30 {
    font-size: clamp(1.0625rem, 1.0046296296rem + 0.3086419753vw, 1.375rem) !important;
  }
}

.fs-31 {
  font-size: clamp(1.1875rem, 1.0486111111rem + 0.7407407407vw, 1.9375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-31 {
    font-size: clamp(1.0625rem, 0.9930555556rem + 0.3703703704vw, 1.4375rem) !important;
  }
}

.fs-32 {
  font-size: clamp(1.25rem, 1.1111111111rem + 0.7407407407vw, 2rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-32 {
    font-size: clamp(1.125rem, 1.0439814815rem + 0.4320987654vw, 1.5625rem) !important;
  }
}

.fs-33 {
  font-size: clamp(1.25rem, 1.099537037rem + 0.8024691358vw, 2.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-33 {
    font-size: clamp(1.125rem, 1.0439814815rem + 0.4320987654vw, 1.5625rem) !important;
  }
}

.fs-34 {
  font-size: clamp(1.3125rem, 1.162037037rem + 0.8024691358vw, 2.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-34 {
    font-size: clamp(1.1875rem, 1.1180555556rem + 0.3703703704vw, 1.5625rem) !important;
  }
}

.fs-35 {
  font-size: clamp(1.3125rem, 1.150462963rem + 0.8641975309vw, 2.1875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-35 {
    font-size: clamp(1.1875rem, 1.1180555556rem + 0.3703703704vw, 1.5625rem) !important;
  }
}

.fs-36 {
  font-size: clamp(1.3125rem, 1.1388888889rem + 0.9259259259vw, 2.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-36 {
    font-size: clamp(1.1875rem, 1.1064814815rem + 0.4320987654vw, 1.625rem) !important;
  }
}

.fs-37 {
  font-size: clamp(1.375rem, 1.2013888889rem + 0.9259259259vw, 2.3125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-37 {
    font-size: clamp(1.25rem, 1.1689814815rem + 0.4320987654vw, 1.6875rem) !important;
  }
}

.fs-38 {
  font-size: clamp(1.375rem, 1.1898148148rem + 0.987654321vw, 2.375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-38 {
    font-size: clamp(1.3125rem, 1.2314814815rem + 0.4320987654vw, 1.75rem) !important;
  }
}

.fs-39 {
  font-size: clamp(1.375rem, 1.1782407407rem + 1.049382716vw, 2.4375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-39 {
    font-size: clamp(1.3125rem, 1.2314814815rem + 0.4320987654vw, 1.75rem) !important;
  }
}

.fs-40 {
  font-size: clamp(1.4375rem, 1.2407407407rem + 1.049382716vw, 2.5rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-40 {
    font-size: clamp(1.3125rem, 1.2199074074rem + 0.4938271605vw, 1.8125rem) !important;
  }
}

.fs-42 {
  font-size: clamp(1.4375rem, 1.2175925926rem + 1.1728395062vw, 2.625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-42 {
    font-size: clamp(1.3125rem, 1.2083333333rem + 0.5555555556vw, 1.875rem) !important;
  }
}

.fs-48 {
  font-size: clamp(1.5rem, 1.2222222222rem + 1.4814814815vw, 3rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-48 {
    font-size: clamp(1.4375rem, 1.3333333333rem + 0.5555555556vw, 2rem) !important;
  }
}

.fs-49 {
  font-size: clamp(1.5rem, 1.2106481481rem + 1.5432098765vw, 3.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-49 {
    font-size: clamp(1.4375rem, 1.3333333333rem + 0.5555555556vw, 2rem) !important;
  }
}

.fs-52 {
  font-size: clamp(1.5625rem, 1.25rem + 1.6666666667vw, 3.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-52 {
    font-size: clamp(1.5rem, 1.3842592593rem + 0.6172839506vw, 2.125rem) !important;
  }
}

.fs-53 {
  font-size: clamp(1.5625rem, 1.25rem + 1.6666666667vw, 3.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-53 {
    font-size: clamp(1.5rem, 1.3842592593rem + 0.6172839506vw, 2.125rem) !important;
  }
}

.fs-55 {
  font-size: clamp(1.5625rem, 1.2152777778rem + 1.8518518519vw, 3.4375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-55 {
    font-size: clamp(1.5rem, 1.3842592593rem + 0.6172839506vw, 2.125rem) !important;
  }
}

.fs-57 {
  font-size: clamp(1.625rem, 1.2662037037rem + 1.9135802469vw, 3.5625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-57 {
    font-size: clamp(1.5625rem, 1.4467592593rem + 0.6172839506vw, 2.1875rem) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .fs-57 {
    font-size: clamp(1.5625rem, 1.4351851852rem + 0.6790123457vw, 2.25rem) !important;
  }
}

.fs-60 {
  font-size: clamp(1.75rem, 1.3796296296rem + 1.975308642vw, 3.75rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-60 {
    font-size: clamp(1.625rem, 1.5092592593rem + 0.6172839506vw, 2.25rem) !important;
  }
}

.fs-65 {
  font-size: clamp(1.8125rem, 1.3958333333rem + 2.2222222222vw, 4.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-65 {
    font-size: clamp(1.625rem, 1.4976851852rem + 0.6790123457vw, 2.3125rem) !important;
  }
}

.fs-72 {
  font-size: clamp(1.875rem, 1.3888888889rem + 2.5925925926vw, 4.5rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-72 {
    font-size: clamp(1.625rem, 1.4861111111rem + 0.7407407407vw, 2.375rem) !important;
  }
}

.fs-91 {
  font-size: clamp(1.6875rem, 0.9467592593rem + 3.950617284vw, 5.6875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-91 {
    font-size: clamp(1.75rem, 1.6111111111rem + 0.7407407407vw, 2.5rem) !important;
  }
}

.fs-92 {
  font-size: clamp(1.75rem, 1.0092592593rem + 3.950617284vw, 5.75rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-92 {
    font-size: clamp(1.75rem, 1.6111111111rem + 0.7407407407vw, 2.5rem) !important;
  }
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow-y: auto !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding: 0 !important;
}

/*  ===============
  1. Reset
===============  */
*,
*::before,
*::after {
  box-sizing: border-box;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-ms-expand {
  display: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  background-color: var(--twgl--color-white);
  color: var(--twgl--color-black);
  forced-color-adjust: none !important;
  font-family: var(--twgl--font-primary);
  font-size: 16px !important;
  /* font-weight: $fw-300; */
  font-optical-sizing: auto;
  overflow: auto !important;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  background-color: var(--twgl--body-bg) !important;
  color: var(--twgl--color-black) !important;
  forced-color-adjust: none !important;
  font-family: var(--twgl--font-primary);
  font-optical-sizing: auto;
  font-size: clamp(1rem, 0.9884259259rem + 0.0617283951vw, 1.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  body {
    font-size: clamp(0.6875rem, 0.6412037037rem + 0.2469135802vw, 0.9375rem) !important;
  }
}
body {
  font-style: normal;
  font-weight: 200;
  line-height: 1.5;
  margin-top: 0 !important;
  padding-right: 0 !important;
  scroll-behavior: smooth;
  text-align: left;
  text-rendering: optimizeSpeed;
}
body p,
body li {
  color: currentColor;
  font-size: inherit;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: inherit;
}
body p a,
body li a {
  color: var(--twgl--color-primary);
  display: inline;
  text-decoration: underline !important;
}
body p a:hover,
body li a:hover {
  color: currentColor;
  text-decoration: none !important;
}
body p,
body li,
body .form-elements,
body select,
body textarea,
body label {
  font-family: inherit;
  font-optical-sizing: auto;
  font-size: inherit;
  font-weight: inherit;
}
body ::-webkit-input-placeholder {
  font-size: inherit;
}
body :-moz-placeholder {
  font-size: inherit;
}
body ::-moz-placeholder {
  font-size: inherit;
}
body :-ms-input-placeholder {
  font-size: inherit;
}

p,
blockquote,
ul,
ol {
  margin: 0;
  padding: 0;
}
p + h2,
blockquote + h2,
ul + h2,
ol + h2 {
  margin: 0 !important;
  padding-top: 15px !important;
  padding: 0;
}
@media screen and (min-width: 1600px) {
  p + h2,
  blockquote + h2,
  ul + h2,
  ol + h2 {
    padding-top: 20px !important;
  }
}
p + h3,
blockquote + h3,
ul + h3,
ol + h3 {
  margin: 0 !important;
  padding-top: 15px !important;
  padding: 0;
}
@media screen and (min-width: 1600px) {
  p + h3,
  blockquote + h3,
  ul + h3,
  ol + h3 {
    padding-top: 20px !important;
  }
}
p + h4,
blockquote + h4,
ul + h4,
ol + h4 {
  margin: 0 !important;
  padding-top: 15px !important;
  padding: 0;
}
@media screen and (min-width: 1600px) {
  p + h4,
  blockquote + h4,
  ul + h4,
  ol + h4 {
    padding-top: 20px !important;
  }
}
p + h5,
blockquote + h5,
ul + h5,
ol + h5 {
  margin: 0 !important;
  padding-top: 15px !important;
  padding: 0;
}
@media screen and (min-width: 1600px) {
  p + h5,
  blockquote + h5,
  ul + h5,
  ol + h5 {
    padding-top: 20px !important;
  }
}
p + h6,
blockquote + h6,
ul + h6,
ol + h6 {
  margin: 0 !important;
  padding-top: 15px !important;
  padding: 0;
}
@media screen and (min-width: 1600px) {
  p + h6,
  blockquote + h6,
  ul + h6,
  ol + h6 {
    padding-top: 20px !important;
  }
}

p + p {
  padding-top: 10px;
}
p + ul, p + ol {
  padding-top: 12px;
}
@media screen and (min-width: 1600px) {
  p + p {
    padding-top: 20px;
  }
  p + ul, p + ol {
    padding-top: 23x;
  }
}

ul + p, ul + ul, ul + ol,
ol + p,
ol + ul,
ol + ol {
  padding-top: 15px;
}
@media screen and (min-width: 1600px) {
  ul + p, ul + ul, ul + ol,
  ol + p,
  ol + ul,
  ol + ol {
    padding-top: 25px;
  }
}

img, video, canvas {
  filter: none !important;
  forced-color-adjust: none !important;
}

address {
  font-style: normal;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}

svg {
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
svg :focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  outline: none;
}

a,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
a:focus, a:hover,
button:focus,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=button]:focus,
input[type=button]:hover {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  text-decoration: none;
}

button {
  border: 0;
}

a {
  border: none;
  color: inherit;
  display: inline-block;
}

a[href^=tel] {
  color: inherit;
  cursor: default;
  text-decoration: none !important;
}
a[href^=tel]:hover, a[href^=tel]:active, a[href^=tel]:focus {
  border: 0;
  box-shadow: none;
  outline: none;
  text-decoration: none !important;
}

b,
strong {
  font-weight: 700;
}

img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: auto;
  z-index: 2;
}

.tw-logo {
  display: inline-block;
  margin-top: 10px;
}
.tw-logo svg {
  fill: #c3c9cf;
  height: 34px;
  width: 34px;
}
.tw-logo:hover svg {
  fill: var(--twgl--color-primary);
}

.gzrBlog_listing__brief img {
  --img-br-radius: 10px;
}
@media screen and (min-width: 1600px) {
  .gzrBlog_listing__brief img {
    --img-br-radius: 15px;
  }
}
.gzrBlog_listing__brief img {
  border-radius: var(--img-br-radius);
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: auto;
  z-index: 2;
}
.gzrBlog_listing__brief img.alignright {
  display: inline;
  float: right;
  margin: 12px 0 12px 20px;
}
.gzrBlog_listing__brief img.alignleft {
  display: inline;
  float: left;
  margin: 12px 20px 12px 0;
}
.gzrBlog_listing__brief img.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}
.gzrBlog_listing__brief img.alignnone {
  display: inline;
  margin: 10px;
}
@media screen and (max-width: 1199px) {
  .gzrBlog_listing__brief img.alignleft, .gzrBlog_listing__brief img.alignright, .gzrBlog_listing__brief img.aligncenter, .gzrBlog_listing__brief img.alignnone {
    clear: both;
    display: block !important;
    float: none !important;
    margin: 10px auto !important;
  }
}

.tw-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-0.5 * var(--twgl--gutter-x));
  margin-right: calc(-0.5 * var(--twgl--gutter-x));
}
.tw-row > * {
  flex-shrink: 0;
  margin-bottom: calc(var(--twgl--gutter-x) * 0.5);
  margin-top: calc(var(--twgl--gutter-x) * 0.5);
  max-width: 100%;
  min-height: 1px;
  padding-left: calc(var(--twgl--gutter-x) * 0.5);
  padding-right: calc(var(--twgl--gutter-x) * 0.5);
  position: relative;
  width: 100%;
}
.tw-row .auto-width {
  flex: 0 0 auto;
  width: auto;
}
.tw-row.no-gap {
  margin-left: 0;
  margin-right: 0;
}
.tw-row.no-gap > * {
  padding-left: 0;
  padding-right: 0;
}
.tw-row.sm-v-gap > * {
  margin-bottom: 10px;
  margin-top: 10px;
}
.tw-row.xs_row {
  margin-left: -6px;
  margin-right: -6px;
}
.tw-row.xs_row > * {
  margin-bottom: 6px;
  margin-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 1600px) {
  .tw-row.sm_row {
    margin-left: calc(-0.5 * var(--twgl--gutter-sm));
    margin-right: calc(-0.5 * var(--twgl--gutter-sm));
  }
  .tw-row.sm_row > * {
    margin-bottom: calc(var(--twgl--gutter-sm) * 0.5);
    margin-top: calc(var(--twgl--gutter-sm) * 0.5);
    padding-left: calc(var(--twgl--gutter-sm) * 0.5);
    padding-right: calc(var(--twgl--gutter-sm) * 0.5);
  }
}
@media screen and (min-width: 1600px) {
  .tw-row.xs_row {
    margin-left: -4px;
    margin-right: -4px;
  }
  .tw-row.xs_row > * {
    margin-bottom: 4px;
    margin-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (min-width: 1600px) {
  .tw-row.xl_row {
    margin-left: calc(-0.5 * var(--twgl--gutter-xl));
    margin-right: calc(-0.5 * var(--twgl--gutter-xl));
  }
  .tw-row.xl_row > * {
    margin-bottom: calc(var(--twgl--gutter-xl) * 0.5);
    margin-top: calc(var(--twgl--gutter-xl) * 0.5);
    padding-left: calc(var(--twgl--gutter-xl) * 0.5);
    padding-right: calc(var(--twgl--gutter-xl) * 0.5);
  }
}
.tw-row.no-v-gap > * {
  margin-bottom: 0;
  margin-top: 0;
}

.container,
.twgl__container,
.swiper-pagination,
.e-con > .e-con-inner,
.container-fluid {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
  width: 100%;
}

.custom_container- {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  position: relative;
  width: 100%;
}

.container,
.twgl__container,
.swiper-pagination {
  padding-right: calc(var(--twgl--gutter-x) * 0.5);
  padding-left: calc(var(--twgl--gutter-x) * 0.5);
}
@media screen and (min-width: 576px) {
  .container,
  .twgl__container,
  .swiper-pagination {
    max-width: calc(var(--twgl--wrap-sm) + 30px) !important;
  }
}
@media screen and (min-width: 768px) {
  .container,
  .twgl__container,
  .swiper-pagination {
    max-width: calc(var(--twgl--wrap-md) + 30px) !important;
  }
}
@media screen and (min-width: 992px) {
  .container,
  .twgl__container,
  .swiper-pagination {
    max-width: calc(var(--twgl--wrap-lg) + 30px) !important;
  }
}
@media screen and (min-width: 1200px) {
  .container,
  .twgl__container,
  .swiper-pagination {
    max-width: calc(var(--twgl--wrap-xl) + 30px) !important;
  }
}
@media screen and (min-width: 1600px) {
  .container,
  .twgl__container,
  .swiper-pagination {
    max-width: calc(var(--twgl--wrap-xxl) + 30px) !important;
  }
}
@media screen and (min-width: 1800px) {
  .container,
  .twgl__container,
  .swiper-pagination {
    max-width: calc(var(--twgl--wrap-xxxl) + 30px) !important;
  }
}

.custom_container- {
  padding-right: calc(var(--twgl--gutter-x) * 0.5) !important;
  padding-left: calc(var(--twgl--gutter-x) * 0.5) !important;
}
@media screen and (min-width: 576px) {
  .custom_container- {
    max-width: var(--twgl--wrap-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .custom_container- {
    max-width: var(--twgl--wrap-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .custom_container- {
    max-width: var(--twgl--wrap-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .custom_container- {
    max-width: var(--twgl--wrap-xl) !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container- {
    max-width: var(--twgl--wrap-xxl) !important;
  }
}
@media screen and (min-width: 1800px) {
  .custom_container- {
    max-width: var(--twgl--wrap-xxxl) !important;
  }
}

.e-con > .e-con-inner {
  padding-right: calc(var(--twgl--gutter-x) * 0.5) !important;
  padding-left: calc(var(--twgl--gutter-x) * 0.5) !important;
}
@media screen and (min-width: 576px) {
  .e-con > .e-con-inner {
    max-width: calc(var(--twgl--wrap-sm) + var(--twgl--gutter-x)) !important;
  }
}
@media screen and (min-width: 768px) {
  .e-con > .e-con-inner {
    max-width: calc(var(--twgl--wrap-md) + var(--twgl--gutter-x)) !important;
  }
}
@media screen and (min-width: 992px) {
  .e-con > .e-con-inner {
    max-width: calc(var(--twgl--wrap-lg) + var(--twgl--gutter-x)) !important;
  }
}
@media screen and (min-width: 1200px) {
  .e-con > .e-con-inner {
    max-width: calc(var(--twgl--wrap-xl) + var(--twgl--gutter-x)) !important;
  }
}
@media screen and (min-width: 1600px) {
  .e-con > .e-con-inner {
    max-width: calc(var(--twgl--wrap-xxl) + var(--twgl--gutter-x)) !important;
  }
}
@media screen and (min-width: 1800px) {
  .e-con > .e-con-inner {
    max-width: calc(var(--twgl--wrap-xxxl) + var(--twgl--gutter-x)) !important;
  }
}

@media screen and (min-width: 768px) {
  .extended_container {
    max-width: calc(var(--twgl--wrap-md) + 40px) !important;
  }
}
@media screen and (min-width: 992px) {
  .extended_container {
    max-width: calc(var(--twgl--wrap-lg) + 40px) !important;
  }
}
@media screen and (min-width: 1200px) {
  .extended_container {
    max-width: calc(var(--twgl--wrap-xl) + 60px) !important;
  }
}
@media screen and (min-width: 1600px) {
  .extended_container {
    max-width: calc(var(--twgl--wrap-xxl) + 70px) !important;
  }
}
@media screen and (min-width: 1800px) {
  .extended_container {
    max-width: calc(var(--twgl--wrap-xxxl) + 80px) !important;
  }
}

.container-fluid {
  padding-left: calc(var(--twgl--gutter-x) * 0.5);
  padding-right: calc(var(--twgl--gutter-x) * 0.5);
}
@media screen and (min-width: 576px) {
  .container-fluid {
    max-width: var(--twgl--wrap-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .container-fluid {
    max-width: var(--twgl--wrap-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .container-fluid {
    max-width: var(--twgl--wrap-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .container-fluid {
    max-width: 1950px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 1600px) {
  .container-fluid {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

[class*=custom_container-] {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  padding-right: calc(var(--twgl--gutter-x) * 0.5);
  padding-left: calc(var(--twgl--gutter-x) * 0.5);
  position: relative;
  width: 100% !important;
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  [class*=custom_container-] {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  [class*=custom_container-] {
    /* margin-left: calc((100vw - var(--twgl--wrap-md)) / 2) !important;
    margin-right: calc((100vw - var(--twgl--wrap-md)) / 2) !important; */
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: var(--twgl--wrap-md) !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  [class*=custom_container-] {
    /* margin-left: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
    margin-right: calc((100vw - var(--twgl--wrap-lg)) / 2) !important; */
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: var(--twgl--wrap-lg) !important;
  }
}

@media screen and (min-width: 768px) {
  .custom_container-left-md,
  .clwr_grid:nth-child(odd) .custom_container-alternate-md {
    margin-left: calc((100vw - var(--twgl--wrap-md)) / 2) !important;
    margin-right: 0 !important;
    width: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .custom_container-left-md,
  .clwr_grid:nth-child(odd) .custom_container-alternate-md {
    margin-left: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
  }
}
@media screen and (min-width: 1200px) {
  .custom_container-left-md,
  .clwr_grid:nth-child(odd) .custom_container-alternate-md {
    margin-left: calc((100vw - var(--twgl--wrap-xl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-left-md,
  .clwr_grid:nth-child(odd) .custom_container-alternate-md {
    margin-left: calc((100vw - var(--twgl--wrap-xxl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
  }
}
@media screen and (min-width: 1800px) {
  .custom_container-left-md,
  .clwr_grid:nth-child(odd) .custom_container-alternate-md {
    margin-left: calc((100vw - var(--twgl--wrap-xxxl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
  }
}

@media screen and (min-width: 768px) {
  .custom_container-right-md,
  .clwr_grid:nth-child(even) .custom_container-alternate-md {
    margin-left: 0 !important;
    margin-right: calc((100vw - var(--twgl--wrap-md)) / 2) !important;
    width: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .custom_container-right-md,
  .clwr_grid:nth-child(even) .custom_container-alternate-md {
    margin-right: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
  }
}
@media screen and (min-width: 1200px) {
  .custom_container-right-md,
  .clwr_grid:nth-child(even) .custom_container-alternate-md {
    margin-right: calc((100vw - var(--twgl--wrap-xl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-right-md,
  .clwr_grid:nth-child(even) .custom_container-alternate-md {
    margin-right: calc((100vw - var(--twgl--wrap-xxl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
  }
}
@media screen and (min-width: 1800px) {
  .custom_container-right-md,
  .clwr_grid:nth-child(even) .custom_container-alternate-md {
    margin-right: calc((100vw - var(--twgl--wrap-xxxl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
  }
}

@media screen and (min-width: 992px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
    margin-right: 0 !important;
    width: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--twgl--wrap-xl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--twgl--wrap-xxl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
  }
}
@media screen and (min-width: 1800px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--twgl--wrap-xxxl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
  }
}

@media screen and (min-width: 992px) {
  .custom_container-right-lg {
    margin-left: 0 !important;
    margin-right: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
    width: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .custom_container-right-lg {
    margin-right: calc((100vw - var(--twgl--wrap-xl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-right-lg {
    margin-right: calc((100vw - var(--twgl--wrap-xxl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
  }
}
@media screen and (min-width: 1800px) {
  .custom_container-right-lg {
    margin-right: calc((100vw - var(--twgl--wrap-xxxl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .custom_container-left-xl {
    /* margin-left: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
    margin-right: calc((100vw - var(--twgl--wrap-lg)) / 2) !important; */
    max-width: var(--twgl--wrap-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .custom_container-left-xl {
    margin-left: calc((100vw - var(--twgl--wrap-xl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
    margin-right: 0 !important;
    width: auto !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-left-xl {
    margin-left: calc((100vw - var(--twgl--wrap-xxl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
  }
}
@media screen and (min-width: 1800px) {
  .custom_container-left-xl {
    margin-left: calc((100vw - var(--twgl--wrap-xxxl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .custom_container-right-xl {
    /* margin-left: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
    margin-right: calc((100vw - var(--twgl--wrap-lg)) / 2) !important; */
    max-width: var(--twgl--wrap-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .custom_container-right-xl {
    margin-left: 0 !important;
    margin-right: calc((100vw - var(--twgl--wrap-xl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
    width: auto !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-right-xl {
    margin-right: calc((100vw - var(--twgl--wrap-xxl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
  }
}
@media screen and (min-width: 1800px) {
  .custom_container-right-xl {
    margin-right: calc((100vw - var(--twgl--wrap-xxxl)) / 2 - var(--twgl--gutter-x) * 0.5) !important;
  }
}

.e-parent > .e-con-inner {
  padding-bottom: calc(var(--twgl--gutter-x) * 0.25);
  padding-top: calc(var(--twgl--gutter-x) * 0.25);
}
.e-parent > .e-con-inner .e-child {
  padding-bottom: calc(var(--twgl--gutter-x) * 0.25);
  padding-top: calc(var(--twgl--gutter-x) * 0.25);
}
.e-parent > .e-con-inner:not(:has(> .e-child)) {
  padding-bottom: calc(var(--twgl--gutter-x) * 0.5);
  padding-top: calc(var(--twgl--gutter-x) * 0.5);
}
.e-parent.e-con-boxed > .e-con-inner .e-child {
  padding-left: 0;
  padding-right: 0;
}
.e-parent.e-con-boxed > .e-con-inner .p-all-40 {
  padding: 25px;
}
.e-parent.e-con-boxed > .e-con-inner .p-all-60 {
  padding: 30px;
}
.e-parent.e-con-boxed > .e-con-inner .p-all-80 {
  padding: 30px;
}
.e-parent.e-con-boxed > .e-con-inner .p-all-100 {
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .e-parent.e-con-boxed > .e-con-inner .p-all-40 {
    padding: 30px;
  }
  .e-parent.e-con-boxed > .e-con-inner .p-all-60 {
    padding: 50px;
  }
  .e-parent.e-con-boxed > .e-con-inner .p-all-80 {
    padding: 60px;
  }
  .e-parent.e-con-boxed > .e-con-inner .p-all-100 {
    padding: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .e-parent.e-con-boxed > .e-con-inner .p-all-40 {
    padding: 24px;
  }
  .e-parent.e-con-boxed > .e-con-inner .p-all-60 {
    padding: 40px;
  }
  .e-parent.e-con-boxed > .e-con-inner .p-all-80 {
    padding: 50px;
  }
  .e-parent.e-con-boxed > .e-con-inner .p-all-100 {
    padding: 55px;
  }
  .e-parent.e-con-boxed > .e-con-inner .xl-pl-60 {
    padding-left: 35px;
  }
  .e-parent.e-con-boxed > .e-con-inner .xl-pr-60 {
    padding-right: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .e-parent.e-con-boxed > .e-con-inner .p-all-40 {
    padding: 34px;
  }
  .e-parent.e-con-boxed > .e-con-inner .p-all-60 {
    padding: 50px;
  }
  .e-parent.e-con-boxed > .e-con-inner .p-all-80 {
    padding: 65px;
  }
  .e-parent.e-con-boxed > .e-con-inner .p-all-100 {
    padding: 85px;
  }
  .e-parent.e-con-boxed > .e-con-inner .xl-pl-60 {
    padding-left: 54px;
  }
  .e-parent.e-con-boxed > .e-con-inner .xl-pr-60 {
    padding-right: 54px;
  }
}
@media screen and (min-width: 1850px) {
  .e-parent.e-con-boxed > .e-con-inner .p-all-40 {
    padding: 40px;
  }
  .e-parent.e-con-boxed > .e-con-inner .p-all-60 {
    padding: 50px;
  }
  .e-parent.e-con-boxed > .e-con-inner .p-all-80 {
    padding: 80px;
  }
  .e-parent.e-con-boxed > .e-con-inner .p-all-100 {
    padding: 100px;
  }
  .e-parent.e-con-boxed > .e-con-inner .xl-pl-60 {
    padding-left: 60px;
  }
  .e-parent.e-con-boxed > .e-con-inner .xl-pr-60 {
    padding-right: 60px;
  }
}
.e-parent.e-con-full > .e-child {
  padding: 0;
}
.e-parent.e-con-full > .e-child .e-child {
  padding-bottom: calc(var(--twgl--gutter-x) * 0.25);
  padding-left: 0;
  padding-right: 0;
  padding-top: calc(var(--twgl--gutter-x) * 0.25);
}
.e-parent.e-con-full > .e-child .p-bt-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .e-parent.e-con-full > .e-child .lg-pl-40 {
    padding-left: 40px;
  }
}
.e-parent.e-con-full > .e-child .p-all-40 {
  padding: 30px;
}
.e-parent.e-con-full > .e-child .p-all-60 {
  padding: 30px;
}
.e-parent.e-con-full > .e-child .p-all-80 {
  padding: 30px;
}
.e-parent.e-con-full > .e-child .p-all-100 {
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .e-parent.e-con-full > .e-child .p-all-40 {
    padding: 30px;
  }
  .e-parent.e-con-full > .e-child .p-all-60 {
    padding: 50px;
  }
  .e-parent.e-con-full > .e-child .p-all-80 {
    padding: 60px;
  }
  .e-parent.e-con-full > .e-child .p-all-100 {
    padding: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .e-parent.e-con-full > .e-child .p-all-40 {
    padding: 24px;
  }
  .e-parent.e-con-full > .e-child .p-all-60 {
    padding: 40px;
  }
  .e-parent.e-con-full > .e-child .p-all-80 {
    padding: 50px;
  }
  .e-parent.e-con-full > .e-child .p-all-100 {
    padding: 55px;
  }
  .e-parent.e-con-full > .e-child .xl-pl-60 {
    padding-left: 35px;
  }
  .e-parent.e-con-full > .e-child .xl-pr-60 {
    padding-right: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .e-parent.e-con-full > .e-child .p-all-40 {
    padding: 34px;
  }
  .e-parent.e-con-full > .e-child .p-all-60 {
    padding: 50px;
  }
  .e-parent.e-con-full > .e-child .p-all-80 {
    padding: 65px;
  }
  .e-parent.e-con-full > .e-child .p-all-100 {
    padding: 85px;
  }
  .e-parent.e-con-full > .e-child .xl-pl-60 {
    padding-left: 54px;
  }
  .e-parent.e-con-full > .e-child .xl-pr-60 {
    padding-right: 54px;
  }
}
@media screen and (min-width: 1850px) {
  .e-parent.e-con-full > .e-child .p-all-40 {
    padding: 40px;
  }
  .e-parent.e-con-full > .e-child .p-all-60 {
    padding: 50px;
  }
  .e-parent.e-con-full > .e-child .p-all-80 {
    padding: 80px;
  }
  .e-parent.e-con-full > .e-child .p-all-100 {
    padding: 100px;
  }
  .e-parent.e-con-full > .e-child .xl-pl-60 {
    padding-left: 60px;
  }
  .e-parent.e-con-full > .e-child .xl-pr-60 {
    padding-right: 60px;
  }
}
.e-parent.e-con-full:has(> .e-con-full) {
  padding-bottom: calc(var(--twgl--gutter-x) * 0.25);
  padding-top: calc(var(--twgl--gutter-x) * 0.25);
}
.e-parent.e-con-full .e-con-boxed .e-con-inner:not(:has(> .e-child)) {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.e-parent .e-child.spacing-911 {
  padding-left: initial !important;
  padding-right: initial !important;
}

@media screen and (max-width: 767px) {
  .e-con-full [class*=e-con],
  .e-con-full [class^=e-con] {
    padding-left: 0;
    padding-right: 0;
  }
}

[class*=elem_col_] {
  display: flex;
  flex-flow: row wrap !important;
  gap: unset !important;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  [class*=elem_col_] > * {
    width: 100%;
  }
}

@keyframes LeftRightLeft {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(95%);
  }
  65% {
    transform: translateX(-75%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveRight {
  0% {
    transform: translateX(-115%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flyOffLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
@keyframes flyOffRight {
  0% {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
}
@keyframes bannerThumbZoom {
  0% {
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1.1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  100% {
    transform: translate3d(-40px, 20px, 50px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}
@keyframes zoomRotate {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform-style: preserve-3d;
  }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2) rotateX(-5deg) rotateY(-2deg) rotateZ(-8deg);
    transform-style: preserve-3d;
  }
}
@keyframes colorChange {
  from {
    color: var(--tw--global--color-white);
  }
  to {
    color: var(--tw--global--color-primary);
  }
}
@keyframes scales {
  0% {
    opacity: 0.7;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  25% {
    opacity: 0.2;
    transform: scale(0.75, 0.75);
    -ms-transform: scale(0.75, 0.75);
    -o-transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
  }
  50% {
    opacity: 0.6;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  75% {
    opacity: 0.3;
    transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -o-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
  }
  100% {
    opacity: 0.7;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes bgRectangleShape {
  0% {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@keyframes bgRectangleShape_invert {
  0% {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@keyframes leaf2Animate {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  10% {
    transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
  }
  40% {
    transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
  }
  55% {
    transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
  }
  70% {
    transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    -o-transform: rotate(-42deg);
    -webkit-transform: rotate(-42deg);
  }
  85% {
    transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@keyframes leaf3Animate {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
  }
  75% {
    transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
.text-white {
  color: var(--twgl--color-white) !important;
}
.text-white p,
.text-white li,
.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white blockquote {
  color: inherit !important;
}
.text-white p,
.text-white li {
  font-weight: 200;
}
.text-white a:not([href^=tel]):not(.tw-elem-btn):not(.elementor-button) {
  color: inherit !important;
  text-decoration: underline !important;
}
.text-white a:not([href^=tel]):not(.tw-elem-btn):not(.elementor-button):hover {
  color: var(--twgl--color-white) !important;
  text-decoration: none !important;
}
.text-white .tw-elem-btn a {
  text-decoration: none !important;
}
.text-white.no_hover a:not([href^=tel]),
.text-white.no_hover a:not(.tw-elem-btn),
.text-white.no_hover a:not(.elementor-button) {
  color: inherit !important;
  text-decoration: none !important;
}
.text-white.no_hover a:not([href^=tel]):hover,
.text-white.no_hover a:not(.tw-elem-btn):hover,
.text-white.no_hover a:not(.elementor-button):hover {
  color: inherit !important;
  text-decoration: underline !important;
}
.text-white .txt_hover_white:hover {
  color: var(--twgl--color-white) !important;
}

.text-black {
  color: var(--twgl--color-black) !important;
}
.text-black p,
.text-black li,
.text-black a,
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6,
.text-black blockquote {
  color: inherit !important;
}
.text-black a {
  color: inherit !important;
}
.text-black a:hover {
  color: var(--twgl--color-primary) !important;
  text-decoration: none !important;
}
.text-black a[href^=tel]:hover {
  color: var(--twgl--color-black) !important;
}

.text-alt {
  color: var(--twgl--text-alt) !important;
}
.text-alt p,
.text-alt li,
.text-alt a,
.text-alt h1,
.text-alt h2,
.text-alt h3,
.text-alt h4,
.text-alt h5,
.text-alt h6,
.text-alt blockquote {
  color: inherit !important;
}
.text-alt a {
  color: inherit !important;
}
.text-alt a:hover {
  color: var(--twgl--color-primary) !important;
  text-decoration: none !important;
}
.text-alt a[href^=tel]:hover {
  color: var(--twgl--color-black) !important;
}

.text-primary {
  color: var(--twgl--color-primary) !important;
}
.text-primary p,
.text-primary li,
.text-primary a,
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6,
.text-primary blockquote {
  color: inherit !important;
}
.text-primary a {
  color: inherit !important;
}
.text-primary a:hover {
  color: var(--twgl--color-secondary) !important;
  text-decoration: none !important;
}
.text-primary a[href^=tel]:hover {
  color: var(--twgl--color-primary) !important;
}

.text-secondary {
  color: var(--twgl--color-secondary) !important;
}
.text-secondary p,
.text-secondary li,
.text-secondary a,
.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6,
.text-secondary blockquote {
  color: inherit !important;
}
.text-secondary a {
  color: inherit !important;
}
.text-secondary a:hover {
  color: var(--twgl--color-primary) !important;
  text-decoration: none !important;
}
.text-secondary a[href^=tel]:hover {
  color: var(--twgl--color-secondary) !important;
}

.txt_hover_white:hover {
  color: var(--twgl--color-white) !important;
}

.bg-primary {
  background-color: var(--twgl--color-primary);
}

.bg-secondary {
  background-color: var(--twgl--color-secondary);
}

/* |=>  HEADING TAG STYLES  <=| */
h1 {
  color: var(--twgl--color-primary);
  display: block;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 !important;
  padding: 0 0 15px !important;
  text-transform: none;
}
@media screen and (min-width: 1600px) {
  h1 {
    padding-bottom: 15px !important;
  }
}
h1 strong {
  font-weight: inherit !important;
}
h1 + p, h1 + ul, h1 + ol, h1 + blockquote {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h1 + p, h1 + ul, h1 + ol, h1 + blockquote {
    padding-top: 0px !important;
  }
}
h1 + h2 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h1 + h2 {
    padding-top: 0px !important;
  }
}
h1 + h3 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h1 + h3 {
    padding-top: 0px !important;
  }
}
h1 + h4 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h1 + h4 {
    padding-top: 0px !important;
  }
}
h1 + h5 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h1 + h5 {
    padding-top: 0px !important;
  }
}
h1 + h6 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h1 + h6 {
    padding-top: 0px !important;
  }
}
h1.text-black {
  color: var(--twgl--color-black) !important;
}

h2 {
  color: var(--twgl--color-primary);
  display: block;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 !important;
  padding: 0 0 15px !important;
  text-transform: none;
}
@media screen and (min-width: 1600px) {
  h2 {
    padding-bottom: 15px !important;
  }
}
h2 strong {
  font-weight: inherit !important;
}
h2 + p, h2 + ul, h2 + ol, h2 + blockquote {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h2 + p, h2 + ul, h2 + ol, h2 + blockquote {
    padding-top: 0px !important;
  }
}
h2 + h2 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h2 + h2 {
    padding-top: 0px !important;
  }
}
h2 + h3 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h2 + h3 {
    padding-top: 0px !important;
  }
}
h2 + h4 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h2 + h4 {
    padding-top: 0px !important;
  }
}
h2 + h5 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h2 + h5 {
    padding-top: 0px !important;
  }
}
h2 + h6 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h2 + h6 {
    padding-top: 0px !important;
  }
}
h2.text-black {
  color: var(--twgl--color-black) !important;
}

h3 {
  color: var(--twgl--color-primary);
  display: block;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 !important;
  padding: 0 0 15px !important;
  text-transform: none;
}
@media screen and (min-width: 1600px) {
  h3 {
    padding-bottom: 15px !important;
  }
}
h3 strong {
  font-weight: inherit !important;
}
h3 + p, h3 + ul, h3 + ol, h3 + blockquote {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h3 + p, h3 + ul, h3 + ol, h3 + blockquote {
    padding-top: 0px !important;
  }
}
h3 + h2 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h3 + h2 {
    padding-top: 0px !important;
  }
}
h3 + h3 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h3 + h3 {
    padding-top: 0px !important;
  }
}
h3 + h4 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h3 + h4 {
    padding-top: 0px !important;
  }
}
h3 + h5 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h3 + h5 {
    padding-top: 0px !important;
  }
}
h3 + h6 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h3 + h6 {
    padding-top: 0px !important;
  }
}
h3.text-black {
  color: var(--twgl--color-black) !important;
}

h4 {
  color: var(--twgl--color-primary);
  display: block;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 !important;
  padding: 0 0 15px !important;
  text-transform: none;
}
@media screen and (min-width: 1600px) {
  h4 {
    padding-bottom: 15px !important;
  }
}
h4 strong {
  font-weight: inherit !important;
}
h4 + p, h4 + ul, h4 + ol, h4 + blockquote {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h4 + p, h4 + ul, h4 + ol, h4 + blockquote {
    padding-top: 0px !important;
  }
}
h4 + h2 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h4 + h2 {
    padding-top: 0px !important;
  }
}
h4 + h3 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h4 + h3 {
    padding-top: 0px !important;
  }
}
h4 + h4 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h4 + h4 {
    padding-top: 0px !important;
  }
}
h4 + h5 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h4 + h5 {
    padding-top: 0px !important;
  }
}
h4 + h6 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h4 + h6 {
    padding-top: 0px !important;
  }
}
h4.text-black {
  color: var(--twgl--color-black) !important;
}

h5 {
  color: var(--twgl--color-primary);
  display: block;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 !important;
  padding: 0 0 15px !important;
  text-transform: none;
}
@media screen and (min-width: 1600px) {
  h5 {
    padding-bottom: 15px !important;
  }
}
h5 strong {
  font-weight: inherit !important;
}
h5 + p, h5 + ul, h5 + ol, h5 + blockquote {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h5 + p, h5 + ul, h5 + ol, h5 + blockquote {
    padding-top: 0px !important;
  }
}
h5 + h2 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h5 + h2 {
    padding-top: 0px !important;
  }
}
h5 + h3 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h5 + h3 {
    padding-top: 0px !important;
  }
}
h5 + h4 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h5 + h4 {
    padding-top: 0px !important;
  }
}
h5 + h5 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h5 + h5 {
    padding-top: 0px !important;
  }
}
h5 + h6 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h5 + h6 {
    padding-top: 0px !important;
  }
}
h5.text-black {
  color: var(--twgl--color-black) !important;
}

h6 {
  color: var(--twgl--color-primary);
  display: block;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 !important;
  padding: 0 0 15px !important;
  text-transform: none;
}
@media screen and (min-width: 1600px) {
  h6 {
    padding-bottom: 15px !important;
  }
}
h6 strong {
  font-weight: inherit !important;
}
h6 + p, h6 + ul, h6 + ol, h6 + blockquote {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h6 + p, h6 + ul, h6 + ol, h6 + blockquote {
    padding-top: 0px !important;
  }
}
h6 + h2 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h6 + h2 {
    padding-top: 0px !important;
  }
}
h6 + h3 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h6 + h3 {
    padding-top: 0px !important;
  }
}
h6 + h4 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h6 + h4 {
    padding-top: 0px !important;
  }
}
h6 + h5 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h6 + h5 {
    padding-top: 0px !important;
  }
}
h6 + h6 {
  padding-top: 0px !important;
}
@media screen and (min-width: 1600px) {
  h6 + h6 {
    padding-top: 0px !important;
  }
}
h6.text-black {
  color: var(--twgl--color-black) !important;
}

.elementor-widget-heading {
  color: var(--twgl-heading-color);
  font-weight: 600;
  font-size: clamp(1.5625rem, 1.25rem + 1.6666666667vw, 3.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-heading {
    font-size: clamp(1.5rem, 1.3842592593rem + 0.6172839506vw, 2.125rem) !important;
  }
}
.elementor-widget-heading {
  line-height: 1.1;
  padding: 0;
  text-align: left;
  text-transform: none;
}
.elementor-widget-heading .elementor-heading-title {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  text-align: inherit !important;
  text-transform: inherit !important;
}
@media screen and (max-width: 1199px) {
  .elementor-widget-heading .elementor-heading-title {
    margin-bottom: 8px !important;
  }
}
.elementor-widget-heading.text-white {
  color: var(--twgl--color-white);
}
.elementor-widget-heading.text-primary {
  color: var(--twgl--color-primary);
}
.elementor-widget-heading.align-left {
  text-align: left;
}
.elementor-widget-heading.m-b-0 .elementor-heading-title {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.m-b-0 .elementor-heading-title {
    margin-bottom: 0 !important;
  }
}
.elementor-widget-heading.m-b-5 {
  margin-bottom: 0 !important;
}
.elementor-widget-heading.m-b-5 .elementor-heading-title {
  margin-bottom: 5px !important;
}
.elementor-widget-heading.m-b-10 {
  margin-bottom: 0 !important;
}
.elementor-widget-heading.m-b-10 .elementor-heading-title {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.m-b-15 {
    margin-bottom: 0 !important;
  }
  .elementor-widget-heading.m-b-15 .elementor-heading-title {
    margin-bottom: 15px !important;
  }
  .elementor-widget-heading.m-b-20 {
    margin-bottom: 0 !important;
  }
  .elementor-widget-heading.m-b-20 .elementor-heading-title {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .elementor-widget-heading.xs-mb-0 .elementor-heading-title {
    margin-bottom: 0 !important;
  }
}
.elementor-widget-heading.fs-36 {
  font-size: clamp(1.3125rem, 1.1388888889rem + 0.9259259259vw, 2.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-heading.fs-36 {
    font-size: clamp(1.1875rem, 1.1064814815rem + 0.4320987654vw, 1.625rem) !important;
  }
}

h1,
.h1 {
  font-size: clamp(1.5625rem, 1.25rem + 1.6666666667vw, 3.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  h1,
  .h1 {
    font-size: clamp(1.5rem, 1.3842592593rem + 0.6172839506vw, 2.125rem) !important;
  }
}

h2,
.h2 {
  font-size: clamp(1.5rem, 1.2222222222rem + 1.4814814815vw, 3rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  h2,
  .h2 {
    font-size: clamp(1.4375rem, 1.3333333333rem + 0.5555555556vw, 2rem) !important;
  }
}

h3,
.h3 {
  font-size: clamp(1.4375rem, 1.2407407407rem + 1.049382716vw, 2.5rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  h3,
  .h3 {
    font-size: clamp(1.3125rem, 1.2199074074rem + 0.4938271605vw, 1.8125rem) !important;
  }
}

h4,
.h4 {
  font-size: clamp(1.25rem, 1.099537037rem + 0.8024691358vw, 2.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  h4,
  .h4 {
    font-size: clamp(1.125rem, 1.0439814815rem + 0.4320987654vw, 1.5625rem) !important;
  }
}

h5,
.h5 {
  font-size: clamp(1.1875rem, 1.0601851852rem + 0.6790123457vw, 1.875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  h5,
  .h5 {
    font-size: clamp(1.0625rem, 1.0046296296rem + 0.3086419753vw, 1.375rem) !important;
  }
}

h6,
.h6 {
  font-size: clamp(1.1875rem, 1.0949074074rem + 0.4938271605vw, 1.6875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  h6,
  .h6 {
    font-size: clamp(1rem, 0.9421296296rem + 0.3086419753vw, 1.3125rem) !important;
  }
}

body {
  counter-reset: heading-counter;
}

/* |=>  LIST STYLES  <=| */
ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol li::marker {
  font-weight: 500;
}

.titled_ol {
  counter-increment: heading-counter;
}
.titled_ol:before {
  color: var(--twgl--color-primary);
  content: counter(heading-counter) ". ";
}

[class*=twgl_list-] {
  --twgl-list-item-gap: 12px;
  --twgl-list-icon-size: 10px;
}
@media screen and (min-width: 1600px) {
  [class*=twgl_list-] {
    --twgl-list-item-gap: 18px;
    --twgl-list-icon-size: 14px;
  }
}
[class*=twgl_list-] ol {
  padding-left: 18px;
}
[class*=twgl_list-] ol ::marker {
  content: counter(list-item) ". ";
}
[class*=twgl_list-] li {
  color: #282828;
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  [class*=twgl_list-] li {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}
[class*=twgl_list-] li a {
  color: inherit;
  display: inline;
  text-decoration: underline !important;
}
[class*=twgl_list-] li a:hover {
  color: var(--twgl--color-primary) !important;
  text-decoration: none !important;
}
[class*=twgl_list-] li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  [class*=twgl_list-] li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1850px) {
  [class*=twgl_list-] li:not(:last-child) {
    margin-bottom: 10px;
  }
}
[class*=twgl_list-] li p:not(:last-child) {
  margin-bottom: 6px !important;
}
@media screen and (min-width: 1600px) {
  [class*=twgl_list-] li p:not(:last-child) {
    margin-bottom: 10px !important;
  }
}
[class*=twgl_list-] ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
[class*=twgl_list-] ul li {
  margin-bottom: 0 !important;
  padding-left: calc(var(--twgl-list-icon-size) * 2);
  position: relative;
}
[class*=twgl_list-] ul li:before {
  background-color: var(--twgl--color-white);
  border: 2px solid var(--twgl--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  height: var(--twgl-list-icon-size);
  left: 0;
  position: absolute;
  top: calc(var(--twgl-list-icon-size) * 0.6);
  width: var(--twgl-list-icon-size);
}
[class*=twgl_list-] ul::marker {
  display: none !important;
}
[class*=twgl_list-] ul li::marker {
  display: none !important;
}
[class*=twgl_list-].twgl_list-success ul li svg {
  fill: var(--twgl--color-success);
}
@media screen and (min-width: 1600px) {
  [class*=twgl_list-] ul li:before {
    border-width: 3px;
  }
}

@media screen and (min-width: 768px) {
  ul[class^=col-count-] {
    display: block;
  }
  ul[class^=col-count-] li {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  ul[class^=col-count-] li .svg_icon {
    top: 11px;
  }
  ul.col-count-md-2 {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
  ul.col-count-md-3 {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
  ul.col-count-md-4 {
    -moz-columns: 4 auto;
         columns: 4 auto;
  }
}
@media screen and (min-width: 992px) {
  ul.col-count-lg-2 {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
  ul.col-count-lg-3 {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
  ul.col-count-lg-4 {
    -moz-columns: 4 auto;
         columns: 4 auto;
  }
}
@media screen and (min-width: 1200px) {
  ul.col-count-xl-1 {
    -moz-columns: 1 auto;
         columns: 1 auto;
  }
  ul.col-count-xl-2 {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
  ul.col-count-xl-3 {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
  ul.col-count-xl-4 {
    -moz-columns: 4 auto;
         columns: 4 auto;
  }
  ul.col-count-xl-5 {
    -moz-columns: 5 auto;
         columns: 5 auto;
  }
}

ol {
  margin-left: 20px;
}

.btn_group {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1600px) {
  .btn_group {
    gap: 20px;
  }
}
@media screen and (min-width: 1850px) {
  .btn_group {
    gap: 30px;
  }
}

.elementor .e-button-base {
  display: inline-flex !important;
}

.btnsNew, .gform-footer input[type=submit], .elementor-widget-button .elementor-button {
  align-items: center;
  background-color: var(--twgl--color-primary) !important;
  border: 1px solid var(--twgl--color-primary);
  box-shadow: none;
  cursor: pointer;
  color: var(--twgl--color-white) !important;
  display: inline-flex;
  flex-flow: row wrap;
  font-size: clamp(0.9375rem, 0.8912037037rem + 0.2469135802vw, 1.1875rem) !important;
  font-weight: 600;
  font-optical-sizing: auto;
  font-weight: normal !important;
  justify-content: center;
  line-height: 1;
  min-height: 36px;
  outline: none;
  overflow: hidden !important;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: auto !important;
}
.btnsNew:active, .gform-footer input[type=submit]:active, .elementor-widget-button .elementor-button:active, .btnsNew:focus, .gform-footer input[type=submit]:focus, .elementor-widget-button .elementor-button:focus, .btnsNew:hover, .gform-footer input[type=submit]:hover, .elementor-widget-button .elementor-button:hover, .btnsNew:visited, .gform-footer input[type=submit]:visited, .elementor-widget-button .elementor-button:visited {
  box-shadow: none;
  outline: none;
}
.btnsNew:hover, .gform-footer input[type=submit]:hover, .elementor-widget-button .elementor-button:hover {
  background-color: var(--twgl--button-hover) !important;
  color: var(--twgl--color-white) !important;
}

.elementor-widget-button .elementor-button {
  border-radius: calc(var(--twgl--btn-height) * 0.7);
  -webkit-border-radius: calc(var(--twgl--btn-height) * 0.7);
  font-weight: 500;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
  height: var(--twgl--btn-height) !important;
  overflow: hidden !important;
  padding: 0 calc(var(--twgl--btn-height) * 0.7) !important;
}
.elementor-widget-button .elementor-button:hover {
  background-color: var(--twgl--rgb-primary-8) !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.elementor-widget-button.btn__sm .elementor-button {
  border-radius: calc(var(--twgl--btn-sm-height) * 0.7);
  -webkit-border-radius: calc(var(--twgl--btn-sm-height) * 0.7);
  font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  height: var(--twgl--btn-sm-height) !important;
  padding: 0 calc(var(--twgl--btn-sm-height) * 0.6) !important;
}
.elementor-widget-button.btn__sm .elementor-button:hover {
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.elementor-widget-button.btn__md .elementor-button {
  border-radius: calc(var(--twgl--btn-md-height) * 0.7);
  -webkit-border-radius: calc(var(--twgl--btn-md-height) * 0.7);
  font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  height: var(--twgl--btn-md-height) !important;
  padding: 0 calc(var(--twgl--btn-md-height) * 0.7) !important;
}
.elementor-widget-button.btn__md .elementor-button:hover {
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.elementor-widget-button.btn__mdAlt .elementor-button {
  border-radius: calc(var(--twgl--btn-mdAlt-height) * 0.7);
  -webkit-border-radius: calc(var(--twgl--btn-mdAlt-height) * 0.7);
  font-size: clamp(0.8125rem, 0.7662037037rem + 0.2469135802vw, 1.0625rem) !important;
  height: var(--twgl--btn-mdAlt-height) !important;
  padding: 0 calc(var(--twgl--btn-mdAlt-height) * 0.7) !important;
}
.elementor-widget-button.btn__mdAlt .elementor-button:hover {
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.elementor-widget-button.btn__lg .elementor-button {
  border-radius: calc(var(--twgl--btn-lg-height) * 0.6);
  -webkit-border-radius: calc(var(--twgl--btn-lg-height) * 0.6);
  font-size: clamp(0.9375rem, 0.8912037037rem + 0.2469135802vw, 1.1875rem) !important;
  height: var(--twgl--btn-lg-height) !important;
  padding: 0 calc(var(--twgl--btn-lg-height) * 0.7) !important;
}
.elementor-widget-button.btn__lg .elementor-button:hover {
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.elementor-widget-button.btn__lgAlt .elementor-button {
  font-size: clamp(1rem, 0.9074074074rem + 0.4938271605vw, 1.5rem) !important;
}
.elementor-widget-button.btn__white .elementor-button {
  background-color: var(--twgl--color-white) !important;
  border-color: var(--twgl--color-white);
  color: var(--twgl--color-black) !important;
  font-weight: 600 !important;
}
.elementor-widget-button.btn__white .elementor-button:hover {
  background-color: var(--twgl--rgb-white-8) !important;
}
.elementor-widget-button.btn__trans .elementor-button {
  background-color: transparent !important;
  color: var(--twgl--color-primary) !important;
}
.elementor-widget-button.btn__transWhite .elementor-button {
  background-color: var(--twgl--rgb-black-2) !important;
  border-color: var(--twgl--color-white) !important;
  color: var(--twgl--color-white) !important;
  font-weight: 500 !important;
}
.elementor-widget-button.full-width .elementor-button {
  width: 100% !important;
}

.gform-footer {
  align-items: center !important;
  display: flex !important;
  justify-content: flex-end !important;
  width: 100% !important;
}
.gform-footer input[type=submit] {
  border-radius: calc(var(--twgl--btn-height) * 0.7) !important;
  -webkit-border-radius: calc(var(--twgl--btn-height) * 0.7) !important;
  font-weight: 500 !important;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
  height: var(--twgl--btn-height) !important;
  overflow: hidden !important;
  padding: 0 calc(var(--twgl--btn-height) * 0.7) !important;
  text-transform: uppercase !important;
}
.gform-footer input[type=submit]:hover {
  background-color: var(--twgl--rgb-primary-8) !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

.btn__lgAlt .gform-footer input[type=submit] {
  font-size: clamp(1rem, 0.9074074074rem + 0.4938271605vw, 1.5rem) !important;
}

.full__width .gform-footer input[type=submit] {
  width: 100% !important;
}

.white__btn .gform-footer input[type=submit] {
  background-color: var(--twgl--color-white) !important;
  border: 1px solid var(--twgl--color-white) !important;
  color: var(--twgl--color-black) !important;
}
.white__btn .gform-footer input[type=submit]:hover {
  background-color: var(--twgl--rgb-white-7) !important;
}

.gForm__sm_gap .gform_fields {
  gap: 12px !important;
}

#back-to-top {
  align-items: center;
  background-color: var(--twgl--color-black);
  bottom: 0;
  color: #000;
  display: inline-flex;
  font-size: 0;
  flex-direction: column;
  justify-content: center;
  height: 42px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  width: 38px;
  z-index: 99;
}
#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
#back-to-top:before {
  content: "";
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 15px;
  left: 30%;
  position: absolute;
  top: 70%;
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -o-transform: rotate(45deg) translate(-50%, -50%);
  width: 15px;
}
#back-to-top:hover {
  background-color: var(--twgl--color-primary);
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}

.back-btn {
  align-items: center;
  background-color: var(--twgl--color-primary);
  border: 1px solid var(--twgl--color-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20%;
  color: var(--twgl--color-white) !important;
  display: inline-flex;
  flex-flow: row wrap;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: 500;
  height: 32px;
  margin: -42px 0 0;
  opacity: 0;
  padding: 0 10px;
  position: fixed;
  right: -20px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  width: auto;
  z-index: 99;
}
.back-btn:hover {
  background-color: var(--twgl--color-secondary);
  color: var(--twgl--color-black) !important;
}
.back-btn.back-open {
  opacity: 1;
  right: 0;
}
.back-btn:focus {
  outline: none !important;
}
@media screen and (max-width: 1199px) {
  .back-btn {
    display: none !important;
  }
}

.icon_btn {
  align-items: center;
  background-color: transparent !important;
  border: 0 !important;
  color: var(--twgl--color-base-text);
  display: inline-flex;
  display: -webkit-inline-flex;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.icon_btn svg {
  fill: var(--twgl--color-base-text);
  height: 10px !important;
  margin-left: 6px;
  width: auto !important;
}
.icon_btn:hover {
  color: var(--twgl--color-primary);
}
.icon_btn:hover svg {
  fill: var(--twgl--color-primary);
  margin-left: 10px;
}
.icon_btn.primary {
  color: var(--twgl--color-primary);
}
.icon_btn.primary svg {
  fill: var(--twgl--color-primary);
}
.icon_btn.hover_white:hover {
  color: var(--twgl--color-white);
}
.icon_btn.hover_white:hover svg {
  fill: var(--twgl--color-white);
}
@media screen and (min-width: 768px) {
  .icon_btn {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .icon_btn svg {
    height: 11px !important;
    margin-left: 6px;
  }
  .icon_btn:hover svg {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .icon_btn {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .icon_btn svg {
    height: 11px !important;
    margin-left: 6px;
  }
  .icon_btn:hover svg {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .icon_btn {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
  .icon_btn svg {
    height: 13px !important;
    margin-left: 8px;
  }
  .icon_btn:hover svg {
    margin-left: 14px;
  }
}
@media screen and (min-width: 1800px) {
  .icon_btn {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .icon_btn svg {
    height: 15px !important;
    margin-left: 10px;
  }
  .icon_btn:hover svg {
    margin-left: 16px;
  }
}

.sub-menu-toggle {
  display: none !important;
}

@keyframes slide_Top {
  0% {
    margin-top: 10px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes slide_Left {
  0% {
    margin-left: -10px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
.mob_trigger {
  align-items: center;
  background-color: transparent;
  border: 2px solid var(--twgl--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  flex-direction: column;
  height: 30px;
  width: 30px;
}
.mob_trigger [class*=menu_icon_bar-] {
  background-color: var(--twgl--color-primary);
  height: 2px;
  margin-bottom: 3px;
  margin-top: 3px;
  transform-origin: center;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  width: 12px;
}
@media screen and (min-width: 1200px) {
  .mob_trigger {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mob_trigger {
    margin-left: auto;
  }
}

.main__menu li.no_link > a {
  pointer-events: none;
}
.main__menu a {
  color: var(--twgl--color-white);
}

.main__menu a {
  color: var(--twgl--color-primary);
  font-weight: 300;
  text-decoration: none !important;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .main__menu > ul {
    align-items: center;
    display: flex;
  }
  .main__menu > ul > * {
    align-items: center;
    display: inline-flex;
    flex-flow: row wrap;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .main__menu > ul > li:not(:last-child) {
    margin-right: 24px;
  }
  .main__menu > ul > li > a {
    align-items: center;
    display: inline-flex;
    font-size: clamp(0.9375rem, 0.8912037037rem + 0.2469135802vw, 1.1875rem) !important;
    height: 28px;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .main__menu > ul > li:hover a {
    background-color: transparent;
  }
  .main__menu > ul > li:hover li a {
    background-color: var(--twgl--color-white);
    color: var(--twgl--color-base-text);
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .main__menu > ul > li.submenu > a {
    gap: 7px;
  }
  .main__menu > ul > li.submenu > a .menu-arrow {
    margin-top: -3px;
  }
  .main__menu > ul > li.submenu > a .menu-arrow svg {
    fill: var(--twgl--color-black);
    height: 6px;
    width: auto !important;
  }
  .main__menu ul li {
    margin-right: 0;
    padding-right: 0;
    position: relative;
  }
  .main__menu ul li ul {
    background-color: var(--twgl--color-white);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 1px 2px 10px var(--twgl--rgb-black-2);
    -webkit-box-shadow: 1px 2px 10px var(--twgl--rgb-black-2);
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 37px;
    width: 250px;
    z-index: 3;
  }
  .main__menu ul li ul a {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    color: var(--twgl--color-primary);
    font-size: clamp(1rem, 0.9768518519rem + 0.1234567901vw, 1.125rem) !important;
    height: auto !important;
    line-height: 1;
    padding: 8px 16px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1599px) {
  .main__menu ul li ul a {
    font-size: clamp(0.75rem, 0.7037037037rem + 0.2469135802vw, 1rem) !important;
  }
}
@media screen and (min-width: 1200px) {
  .main__menu ul li ul li {
    position: static;
  }
  .main__menu ul li ul li ul {
    border-left: 0;
    box-shadow: -1px 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px 0 10px rgba(0, 0, 0, 0.1);
    left: 240px;
    position: absolute;
    top: 0;
    width: 220px;
  }
  .main__menu ul li ul li:hover > a {
    background-color: #f7f7f7;
    color: var(--twgl--color-base-text) !important;
  }
  .main__menu ul li:hover ul {
    animation: slide_Top 0.2s ease-in-out forwards;
    display: block;
    transform-origin: top center;
  }
  .main__menu ul li:hover li ul {
    display: none;
    margin-left: 10px;
  }
  .main__menu ul li:hover li:hover ul {
    animation: slide_Left 0.2s ease-in-out forwards;
    display: block;
    transform-origin: top left;
  }
  .main__menu ul li.current-page-parent > a, .main__menu ul li.current_page_item > a, .main__menu ul li.current_page_parent > a, .main__menu ul li.current-page-ancestor > a, .main__menu ul li.current-menu-parent > a {
    font-weight: 600;
  }
  .main__menu ul li.current-page-parent:hover > a, .main__menu ul li.current_page_item:hover > a, .main__menu ul li.current_page_parent:hover > a, .main__menu ul li.current-page-ancestor:hover > a, .main__menu ul li.current-menu-parent:hover > a {
    font-weight: 600;
  }
  .main__menu ul li.current-page-parent a, .main__menu ul li.current_page_item a, .main__menu ul li.current_page_parent a, .main__menu ul li.current-page-ancestor a, .main__menu ul li.current-menu-parent a {
    color: var(--twgl--color-primary);
    font-weight: 600;
  }
  .main__menu ul li.current-page-parent a:hover, .main__menu ul li.current_page_item a:hover, .main__menu ul li.current_page_parent a:hover, .main__menu ul li.current-page-ancestor a:hover, .main__menu ul li.current-menu-parent a:hover {
    font-weight: 600;
  }
  .main__menu ul li.current-page-parent li a, .main__menu ul li.current_page_item li a, .main__menu ul li.current_page_parent li a, .main__menu ul li.current-page-ancestor li a, .main__menu ul li.current-menu-parent li a {
    color: var(--twgl--color-black);
    font-weight: 300;
  }
  .main__menu ul li.current-page-parent li a:hover, .main__menu ul li.current_page_item li a:hover, .main__menu ul li.current_page_parent li a:hover, .main__menu ul li.current-page-ancestor li a:hover, .main__menu ul li.current-menu-parent li a:hover {
    font-weight: 300;
  }
  .main__menu ul li.current-page-parent li.current-menu-parent a, .main__menu ul li.current-page-parent li.current_page_item a, .main__menu ul li.current_page_item li.current-menu-parent a, .main__menu ul li.current_page_item li.current_page_item a, .main__menu ul li.current_page_parent li.current-menu-parent a, .main__menu ul li.current_page_parent li.current_page_item a, .main__menu ul li.current-page-ancestor li.current-menu-parent a, .main__menu ul li.current-page-ancestor li.current_page_item a, .main__menu ul li.current-menu-parent li.current-menu-parent a, .main__menu ul li.current-menu-parent li.current_page_item a {
    background-color: #f7f7f7;
    color: var(--twgl--color-primary) !important;
  }
  .main__menu ul li.current-page-parent li.current-menu-parent li a, .main__menu ul li.current-page-parent li.current_page_item li a, .main__menu ul li.current_page_item li.current-menu-parent li a, .main__menu ul li.current_page_item li.current_page_item li a, .main__menu ul li.current_page_parent li.current-menu-parent li a, .main__menu ul li.current_page_parent li.current_page_item li a, .main__menu ul li.current-page-ancestor li.current-menu-parent li a, .main__menu ul li.current-page-ancestor li.current_page_item li a, .main__menu ul li.current-menu-parent li.current-menu-parent li a, .main__menu ul li.current-menu-parent li.current_page_item li a {
    background-color: transparent;
    color: var(--twgl--color-black) !important;
  }
  .main__menu ul li.current-page-parent li.current-menu-parent li.current_page_item a, .main__menu ul li.current-page-parent li.current_page_item li.current_page_item a, .main__menu ul li.current_page_item li.current-menu-parent li.current_page_item a, .main__menu ul li.current_page_item li.current_page_item li.current_page_item a, .main__menu ul li.current_page_parent li.current-menu-parent li.current_page_item a, .main__menu ul li.current_page_parent li.current_page_item li.current_page_item a, .main__menu ul li.current-page-ancestor li.current-menu-parent li.current_page_item a, .main__menu ul li.current-page-ancestor li.current_page_item li.current_page_item a, .main__menu ul li.current-menu-parent li.current-menu-parent li.current_page_item a, .main__menu ul li.current-menu-parent li.current_page_item li.current_page_item a {
    background-color: #f7f7f7;
    color: var(--twgl--color-primary) !important;
  }
  .main__menu ul li.submenu {
    position: relative;
  }
  .main__menu ul li.submenu > a i {
    align-items: center;
    display: inline-flex;
    margin-left: 10px;
    margin-right: 4px;
    position: relative;
  }
  .main__menu ul li.submenu > a i:before {
    border-bottom: 1px solid var(--twgl--color-primary);
    border-right: 1px solid var(--twgl--color-primary);
    content: "";
    height: 7px;
    position: relative;
    transform-origin: right center;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 7px;
  }
  .main__menu > ul > li:nth-last-child(-n+3) ul {
    left: auto;
    right: 0;
    transform: none !important;
  }
  .main__menu > ul > li:nth-last-child(-n+3) ul ul {
    right: 240px;
  }
}
@media screen and (min-width: 1600px) {
  .main__menu > ul > li:not(:last-child) {
    margin-right: 36px;
  }
  .main__menu > ul > li > a {
    height: 28px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .main__menu > ul > li.submenu > a i {
    padding-top: 5px;
  }
  .main__menu ul li ul {
    top: 44px;
    width: 300px;
  }
  .main__menu ul li ul a {
    padding: 14px 25px;
  }
  .main__menu ul li ul li ul {
    left: 290px;
    width: 270px;
  }
  .main__menu ul li.submenu > a i {
    margin-left: 10px;
    margin-right: 4px;
  }
  .main__menu ul li.submenu > a i:before {
    height: 10px;
    width: 10px;
  }
  .main__menu > ul > li:nth-last-child(-n+3) ul ul {
    right: 290px;
  }
}
@media screen and (min-width: 1800px) {
  .main__menu > ul > li:not(:last-child) {
    margin-right: 50px;
  }
  .main__menu > ul > li > a {
    height: 28px;
  }
  .main__menu > ul > li.submenu > a i {
    padding-top: 4px;
  }
  .main__menu ul li ul {
    top: 44px;
    width: 320px;
  }
  .main__menu ul li ul a {
    padding: 14px 25px;
  }
  .main__menu ul li ul li ul {
    left: 310px;
    width: 290px;
  }
  .main__menu ul li.submenu > a i {
    margin-left: 10px;
    margin-right: 4px;
  }
  .main__menu ul li.submenu > a i:before {
    height: 10px;
    width: 10px;
  }
  .main__menu ul li:nth-last-child(-n+3) ul ul {
    right: 310px;
  }
}

@media screen and (max-width: 1199px) {
  .main__menu {
    background-color: var(--twgl--color-white);
    display: flex;
    flex-flow: row wrap;
    flex-flow: column;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    left: -300px;
    text-align: left;
    top: 0;
    transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    width: 300px;
    z-index: 1005;
  }
  .main__menu a .menu-arrow {
    display: none !important;
  }
  .main__menu #menu-primary-menu {
    overflow-y: auto;
    position: relative;
  }
  .main__menu ul + ul {
    padding-top: 0;
  }
  .main__menu ul {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .main__menu ul li {
    border-bottom: 1px solid rgba(68, 165, 226, 0.2);
    line-height: 1;
    position: relative;
    text-align: left;
  }
  .main__menu ul li a {
    color: var(--twgl--color-base-text);
    display: inline-block;
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    line-height: 1.1;
    padding: 10px 40px 10px 15px;
    width: 100%;
  }
  .main__menu ul li a i {
    display: none !important;
  }
  .main__menu ul li i {
    border-left: 1px solid var(--twgl--rgb-secondary-5);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 0;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    width: 36px;
  }
  .main__menu ul li i:before {
    background-image: url(assets/images/drop-down-dark-closed.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    line-height: 1;
    width: 12px;
  }
  .main__menu ul li li a {
    border-left: 1px solid var(--twgl--rgb-black-3);
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .main__menu ul li.opened i:before {
    background-image: url(assets/images/drop-down-dark.png);
  }
  .main__menu ul li.opened li i:before {
    background-image: url(assets/images/drop-down-dark-closed.png);
  }
  .main__menu ul li.opened li.opened i:before {
    background-image: url(assets/images/drop-down-dark.png);
  }
  .main__menu ul li ul {
    display: none;
    padding-left: 10px;
  }
  .main__menu ul li.current-menu-item a, .main__menu ul li.current_page_ancestor a, .main__menu ul li.current-menu-ancestor a {
    background-color: var(--twgl--color-primary);
    color: var(--twgl--color-white);
    opacity: 1;
  }
  .main__menu ul li.current-menu-item i:before, .main__menu ul li.current_page_ancestor i:before, .main__menu ul li.current-menu-ancestor i:before {
    background-image: url(assets/images/drop-down-white-closed.png);
  }
  .main__menu ul li.current-menu-item.opened i:before, .main__menu ul li.current_page_ancestor.opened i:before, .main__menu ul li.current-menu-ancestor.opened i:before {
    background-image: url(assets/images/drop-down-white.png);
  }
  .main__menu ul li.current-menu-item.opened li i:before, .main__menu ul li.current_page_ancestor.opened li i:before, .main__menu ul li.current-menu-ancestor.opened li i:before {
    background-image: url(assets/images/drop-down-white-closed.png);
  }
  .main__menu ul li.current-menu-item.opened li.opened i:before, .main__menu ul li.current_page_ancestor.opened li.opened i:before, .main__menu ul li.current-menu-ancestor.opened li.opened i:before {
    background-image: url(assets/images/drop-down-white.png);
  }
  .main__menu ul li.current-menu-item li a, .main__menu ul li.current_page_ancestor li a, .main__menu ul li.current-menu-ancestor li a {
    color: var(--twgl--color-secondary);
    opacity: 0.8;
  }
  .main__menu ul li.current-menu-item li.current_page_item a, .main__menu ul li.current-menu-item li.current_page_ancestor a, .main__menu ul li.current_page_ancestor li.current_page_item a, .main__menu ul li.current_page_ancestor li.current_page_ancestor a, .main__menu ul li.current-menu-ancestor li.current_page_item a, .main__menu ul li.current-menu-ancestor li.current_page_ancestor a {
    color: var(--twgl--color-secondary);
    opacity: 1;
  }
  .main__menu ul li.current-menu-item li.current_page_item li a, .main__menu ul li.current-menu-item li.current_page_ancestor li a, .main__menu ul li.current_page_ancestor li.current_page_item li a, .main__menu ul li.current_page_ancestor li.current_page_ancestor li a, .main__menu ul li.current-menu-ancestor li.current_page_item li a, .main__menu ul li.current-menu-ancestor li.current_page_ancestor li a {
    color: var(--twgl--rgb-black-5);
    opacity: 0.8;
  }
  .main__menu ul li.current-menu-item li.current_page_item li.current_page_item a, .main__menu ul li.current-menu-item li.current_page_ancestor li.current_page_item a, .main__menu ul li.current_page_ancestor li.current_page_item li.current_page_item a, .main__menu ul li.current_page_ancestor li.current_page_ancestor li.current_page_item a, .main__menu ul li.current-menu-ancestor li.current_page_item li.current_page_item a, .main__menu ul li.current-menu-ancestor li.current_page_ancestor li.current_page_item a {
    color: var(--twgl--color-primary);
    opacity: 1;
  }
  .open .main__menu {
    animation: menuSlide 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
  }
  .open .mob_trigger:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .mob_trigger:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .open .mob_trigger .bar {
    opacity: 0;
    transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
  }
  .overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    width: 100%;
    z-index: 1000;
  }
  .open .overlay {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  @keyframes menuSlide {
    0% {
      left: -230px;
    }
    20% {
      left: -265px;
    }
    40% {
      left: -250px;
    }
    100% {
      left: 0;
    }
  }
}
.footer_menu a {
  color: var(--twgl--color-black);
  display: inline-flex;
  font-size: clamp(0.9375rem, 0.9259259259rem + 0.0617283951vw, 1rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer_menu a {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}
.footer_menu a {
  font-weight: 300;
  line-height: 1.1;
  text-decoration: none !important;
}
.footer_menu a:hover {
  color: var(--twgl--rgb-black-6);
  text-decoration: underline !important;
}
.footer_menu ul {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin: 0 -15px;
  padding: 0;
}
.footer_menu ul li {
  margin: 6px 0;
  padding: 0 15px;
}
.footer_menu ul li.current-page-parent a, .footer_menu ul li.current_page_item a, .footer_menu ul li.current_page_parent a, .footer_menu ul li.current-page-ancestor a, .footer_menu ul li.current-menu-parent a {
  font-weight: 600;
}
.footer_menu ul li.current-page-parent li a, .footer_menu ul li.current_page_item li a, .footer_menu ul li.current_page_parent li a, .footer_menu ul li.current-page-ancestor li a, .footer_menu ul li.current-menu-parent li a {
  font-weight: 300;
}
.footer_menu ul li.current-page-parent li.current-menu-item a, .footer_menu ul li.current-page-parent li.current_page_item a, .footer_menu ul li.current_page_item li.current-menu-item a, .footer_menu ul li.current_page_item li.current_page_item a, .footer_menu ul li.current_page_parent li.current-menu-item a, .footer_menu ul li.current_page_parent li.current_page_item a, .footer_menu ul li.current-page-ancestor li.current-menu-item a, .footer_menu ul li.current-page-ancestor li.current_page_item a, .footer_menu ul li.current-menu-parent li.current-menu-item a, .footer_menu ul li.current-menu-parent li.current_page_item a {
  font-weight: 600;
}
.footer_menu > ul:not(.main_nav) > li > a {
  font-size: clamp(1rem, 0.9768518519rem + 0.1234567901vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer_menu > ul:not(.main_nav) > li > a {
    font-size: clamp(0.75rem, 0.7037037037rem + 0.2469135802vw, 1rem) !important;
  }
}
.footer_menu > ul:not(.main_nav) > li > a {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer_menu--three-col > ul > li ul {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer_menu--three-col > ul > li ul > li {
    flex: 0 0 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
  }
}
@media screen and (min-width: 1200px) {
  .footer_menu--three-col > ul > li ul > li {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .ftr_child_row .ftr-child-col-1 {
    flex: 0 0 58%;
    width: 58%;
  }
  .ftr_child_row .ftr-child-col-2 {
    flex: 0 0 42%;
    width: 42%;
  }
  .ftr_child_row .ftr-child-col-3 {
    flex: 0 0 58%;
    width: 58%;
  }
}

.project_breadcrumb {
  --twgl--bread-gap: 10px;
}
@media screen and (min-width: 768px) {
  .project_breadcrumb {
    --twgl--bread-gap: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .project_breadcrumb {
    --twgl--bread-gap: 18px;
  }
}
@media screen and (min-width: 1850px) {
  .project_breadcrumb {
    --twgl--bread-gap: 20px;
  }
}
.project_breadcrumb {
  padding-bottom: 25px;
  padding-top: 10px;
}
.project_breadcrumb .page {
  background-color: transparent;
  border: 0 !important;
  margin: 0;
  padding: 0;
}
.project_breadcrumb ul {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: var(--twgl--bread-gap);
  list-style: none;
  padding: 0;
  margin: 0;
}
.project_breadcrumb li {
  color: var(--twgl--color-primary);
  font-size: clamp(1rem, 0.9884259259rem + 0.0617283951vw, 1.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .project_breadcrumb li {
    font-size: clamp(0.6875rem, 0.6412037037rem + 0.2469135802vw, 0.9375rem) !important;
  }
}
.project_breadcrumb li {
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.project_breadcrumb li a {
  align-items: center;
  color: var(--twgl--color-black);
  display: inline-flex;
  font-weight: 300;
  gap: var(--twgl--bread-gap);
  text-decoration: none !important;
}
.project_breadcrumb li a .svg_icon {
  display: inline-flex;
  line-height: 1;
  margin-top: 3px;
}
.project_breadcrumb li a svg {
  fill: var(--twgl--color-black);
  height: 10px;
  width: 6px;
}
.project_breadcrumb li a:hover {
  color: var(--twgl--color-primary);
  opacity: 0.7;
}
.project_breadcrumb li a:hover svg {
  fill: var(--twgl--color-primary);
}
@media screen and (min-width: 1600px) {
  .project_breadcrumb {
    padding-bottom: 30px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 1850px) {
  .project_breadcrumb {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}

.project_pagination {
  width: 100%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
}
.project_pagination ol,
.project_pagination .wp-paginate {
  align-items: center;
  display: inline-flex;
  flex-flow: row wrap;
  gap: 15px;
  list-style: none;
}
.project_pagination ol li,
.project_pagination .wp-paginate li {
  display: inline-block;
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.4;
  padding: 0;
}
.project_pagination ol li + li,
.project_pagination .wp-paginate li + li {
  margin-top: 0;
}
.project_pagination ol li .page,
.project_pagination ol li .next,
.project_pagination ol li .prev,
.project_pagination .wp-paginate li .page,
.project_pagination .wp-paginate li .next,
.project_pagination .wp-paginate li .prev {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--twgl--color-black);
  display: inline-flex;
  font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .project_pagination ol li .page,
  .project_pagination ol li .next,
  .project_pagination ol li .prev,
  .project_pagination .wp-paginate li .page,
  .project_pagination .wp-paginate li .next,
  .project_pagination .wp-paginate li .prev {
    font-size: clamp(0.8125rem, 0.7430555556rem + 0.3703703704vw, 1.1875rem) !important;
  }
}
.project_pagination ol li .page,
.project_pagination ol li .next,
.project_pagination ol li .prev,
.project_pagination .wp-paginate li .page,
.project_pagination .wp-paginate li .next,
.project_pagination .wp-paginate li .prev {
  font-weight: 200;
  height: 32px;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.project_pagination ol li .page:hover,
.project_pagination .wp-paginate li .page:hover {
  color: var(--twgl--color-primary);
}
.project_pagination ol li .next,
.project_pagination ol li .prev,
.project_pagination .wp-paginate li .next,
.project_pagination .wp-paginate li .prev {
  align-items: center;
  background-color: var(--twgl--color-black) !important;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  color: var(--twgl--color-white);
  display: inline-flex;
  font-size: clamp(1rem, 0.9768518519rem + 0.1234567901vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .project_pagination ol li .next,
  .project_pagination ol li .prev,
  .project_pagination .wp-paginate li .next,
  .project_pagination .wp-paginate li .prev {
    font-size: clamp(0.75rem, 0.7037037037rem + 0.2469135802vw, 1rem) !important;
  }
}
.project_pagination ol li .next,
.project_pagination ol li .prev,
.project_pagination .wp-paginate li .next,
.project_pagination .wp-paginate li .prev {
  font-weight: 300;
  height: 32px;
  line-height: 1;
  padding: 0 20px;
  text-transform: uppercase;
}
.project_pagination ol li .next:hover,
.project_pagination ol li .prev:hover,
.project_pagination .wp-paginate li .next:hover,
.project_pagination .wp-paginate li .prev:hover {
  background-color: var(--twgl--color-primary) !important;
  color: var(--twgl--color-white);
}
.project_pagination ol li .current,
.project_pagination .wp-paginate li .current {
  color: var(--twgl--color-primary);
}
@media screen and (max-width: 1199px) {
  .project_pagination {
    margin-top: 15px;
  }
}

.sitemap-menu-wrapper {
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sitemap-menu-wrapper {
    margin: 20px 0;
  }
}
.sitemap-menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sitemap-menu-wrapper li.mega_banner {
  display: none !important;
}
.sitemap-menu-wrapper li {
  position: relative;
  display: block;
  padding-left: 18px;
  margin-bottom: 10px;
}
.sitemap-menu-wrapper li img,
.sitemap-menu-wrapper li .head_wrap {
  display: none;
}
.sitemap-menu-wrapper li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  transform: translateY(-50%) scale(1);
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.sitemap-menu-wrapper li:hover::before {
  transform: translateY(-50%) scale(1.4);
  background-color: #777;
}
.sitemap-menu-wrapper li a {
  position: relative;
  font-family: var(--font-heading);
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  display: inline;
  text-decoration: none !important;
  padding: 2px 4px;
  border-radius: 4px;
  transition: color 0.3s ease, background 0.25s ease, transform 0.25s ease;
}
@media screen and (max-width: 1599px) {
  .sitemap-menu-wrapper li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .sitemap-menu-wrapper li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .sitemap-menu-wrapper li a {
    font-size: 16px;
  }
}
.sitemap-menu-wrapper li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #000, #777);
  transition: width 0.3s ease;
}
.sitemap-menu-wrapper li a:hover, .sitemap-menu-wrapper li a:focus {
  color: #777;
  transform: translateX(3px);
}
.sitemap-menu-wrapper li a:hover::after, .sitemap-menu-wrapper li a:focus::after {
  width: 100%;
}
.sitemap-menu-wrapper li a:hover, .sitemap-menu-wrapper li a:focus {
  background: rgba(0, 0, 0, 0.05);
}
.sitemap-menu-wrapper li a::before, .sitemap-menu-wrapper li a::after {
  pointer-events: none;
}
.sitemap-menu-wrapper li a .sub-arrow {
  display: none;
}
.sitemap-menu-wrapper li .sub-menu {
  margin-top: 6px;
  padding-left: 20px;
  position: relative;
}
.sitemap-menu-wrapper li .sub-menu::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ddd;
}
.sitemap-menu-wrapper li .sub-menu li {
  margin-bottom: 6px;
  position: relative;
}
.sitemap-menu-wrapper li .sub-menu li::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 0.9em;
  width: 10px;
  height: 1px;
  background: #ddd;
}
.sitemap-menu-wrapper li .sub-menu li a {
  font-size: 15px;
  text-decoration: none !important;
}
.sitemap-menu-wrapper li .sub-menu li a:hover, .sitemap-menu-wrapper li .sub-menu li a:focus {
  color: #777;
}
.sitemap-menu-wrapper li.desknone {
  display: none !important;
}
.sitemap-menu-wrapper > ul > li > a {
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
}
.sitemap-menu-wrapper #menu-site-map {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;


  @include max(768) {
    grid-template-columns: 1fr;
    gap: 20px;
  } */
}
.sitemap-menu-wrapper #menu-site-map > li > a {
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
}

.thank-you-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thank-you-section {
    padding: 40px 15px;
  }
}
.thank-you-section .thank-you-image {
  margin-bottom: 15px;
  margin-top: -20px;
}
.thank-you-section .thank-you-image img {
  display: block;
  margin: 0 auto;
  width: 550px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .thank-you-section .thank-you-image img {
    max-width: 360px;
  }
}
@media screen and (max-width: 1199px) {
  .thank-you-section .thank-you-image img {
    max-width: 320px;
  }
}
@media screen and (max-width: 991px) {
  .thank-you-section .thank-you-image img {
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .thank-you-section .thank-you-image img {
    max-width: 220px;
  }
}
.thank-you-section .thank-you-title {
  font-size: 100px !important;
  font-weight: 700;
  line-height: 1;
  color: #000;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .thank-you-section .thank-you-title {
    font-size: 110px !important;
  }
}
@media screen and (max-width: 1199px) {
  .thank-you-section .thank-you-title {
    font-size: 90px !important;
  }
}
@media screen and (max-width: 991px) {
  .thank-you-section .thank-you-title {
    font-size: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .thank-you-section .thank-you-title {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 575px) {
  .thank-you-section .thank-you-title {
    font-size: 38px !important;
  }
}
.thank-you-section .thank-you-text {
  font-size: 22px !important;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .thank-you-section .thank-you-text {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 991px) {
  .thank-you-section .thank-you-text {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  .thank-you-section .thank-you-text {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .thank-you-section .thank-you-text {
    font-size: 14px !important;
  }
}
.thank-you-section .thank-you-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  font-weight: 600;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .thank-you-section .thank-you-btn {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 575px) {
  .thank-you-section .thank-you-btn {
    width: 100%;
    max-width: 220px;
  }
}

.page-not-found-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-not-found-section .page-not-found-img {
  margin-bottom: 25px;
}
.page-not-found-section .page-not-found-img img {
  max-width: 100%;
  width: 420px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-not-found-section .page-not-found-img img {
    width: 280px;
  }
}
.page-not-found-section .page-not-found-title {
  font-size: 72px !important;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .page-not-found-section .page-not-found-title {
    font-size: 58px;
  }
}
@media screen and (max-width: 767px) {
  .page-not-found-section .page-not-found-title {
    font-size: 42px !important;
    margin-bottom: 16px;
  }
}
.page-not-found-section .page-not-found-text {
  font-size: 20px !important;
  font-weight: 300;
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .page-not-found-section .page-not-found-text {
    font-size: 16px !important;
    margin-bottom: 28px;
  }
}
.page-not-found-section .page-not-found-text a {
  color: #000;
  font-weight: 600;
  text-decoration: none !important;
}
.page-not-found-section .page-not-found-text a:hover {
  color: #969696;
  text-decoration: underline !important;
}
.page-not-found-section .page-not-found-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 175px;
  height: 50px;
  font-size: 14px !important;
  font-weight: 600;
}

/* =====     Forms     ===== */
input {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
input:focus {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}

form {
  *zoom: 1;
}
form:after, form:before {
  content: "";
  display: block;
}
form:after {
  clear: both;
}

::-webkit-input-placeholder {
  color: var(--twgl--color-formText) !important;
  font-size: clamp(0.9375rem, 0.9259259259rem + 0.0617283951vw, 1rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  ::-webkit-input-placeholder {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}
::-webkit-input-placeholder {
  font-weight: 200;
  opacity: 1 !important;
}

:-moz-placeholder {
  color: var(--twgl--color-formText) !important;
  font-size: clamp(0.9375rem, 0.9259259259rem + 0.0617283951vw, 1rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  :-moz-placeholder {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}
:-moz-placeholder {
  font-weight: 200;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: var(--twgl--color-formText) !important;
  font-size: clamp(0.9375rem, 0.9259259259rem + 0.0617283951vw, 1rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  ::-moz-placeholder {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}
::-moz-placeholder {
  font-weight: 200;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: var(--twgl--color-formText) !important;
  font-size: clamp(0.9375rem, 0.9259259259rem + 0.0617283951vw, 1rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  :-ms-input-placeholder {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}
:-ms-input-placeholder {
  font-weight: 200;
  opacity: 1 !important;
}

label,
.fm__label {
  line-height: 1;
  color: var(--twgl--color-formLabel) !important;
  font-weight: 200;
  font-size: clamp(0.9375rem, 0.9259259259rem + 0.0617283951vw, 1rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  label,
  .fm__label {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}

.fm__label {
  display: flex;
  padding-bottom: 12px;
}

.form__fields, .gf_form_fields input[type=text],
.gf_form_fields input[type=email],
.gf_form_fields input[type=tel],
.gf_form_fields input[type=number],
.gf_form_fields select,
.gf_form_fields textarea, input[type=text],
input[type=email],
input[type=tel],
input[type=number],
.form-elements,
select {
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  background-color: var(--twgl--rgb-black-7) !important;
  border: 1px solid var(--twgl--rgb-white-5) !important;
  border-radius: var(--twgl--input-radius) !important;
  -webkit-border-radius: var(--twgl--input-radius) !important;
  color: var(--twgl--color-formText) !important;
  display: block !important;
  font-weight: 200 !important;
  font-size: clamp(0.9375rem, 0.9259259259rem + 0.0617283951vw, 1rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .form__fields, .gf_form_fields input[type=text],
  .gf_form_fields input[type=email],
  .gf_form_fields input[type=tel],
  .gf_form_fields input[type=number],
  .gf_form_fields select,
  .gf_form_fields textarea, input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  .form-elements,
  select {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}
.form__fields, .gf_form_fields input[type=text],
.gf_form_fields input[type=email],
.gf_form_fields input[type=tel],
.gf_form_fields input[type=number],
.gf_form_fields select,
.gf_form_fields textarea, input[type=text],
input[type=email],
input[type=tel],
input[type=number],
.form-elements,
select {
  outline: none !important;
  outline-offset: 0 !important;
  text-transform: none !important;
  width: 100% !important;
}

input[type=text],
input[type=email],
input[type=tel],
.form-elements,
select {
  height: var(--twgl--input-height) !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.gf_form_fields input[type=text],
.gf_form_fields input[type=email],
.gf_form_fields input[type=tel],
.gf_form_fields input[type=number],
.gf_form_fields select {
  height: var(--twgl--input-height);
  padding-left: 20px;
  padding-right: 20px;
}
.gf_form_fields.textarea textarea {
  height: var(--twgl--textarea-height);
  padding: 20px;
  resize: none;
}
.gf_form_fields.textarea.lg textarea {
  height: var(--twgl--textarea-height-lg);
}
.gf_form_fields select {
  background-image: url(assets/images/drop-down-white.png);
  padding-top: 9px !important;
}

select {
  background-image: url(assets/images/drop-down-white.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  outline: none;
  /* &:invalid {
    color: #9d9d9d;
  }
  [disabled] {
    color: #9d9d9d;
  } */
}
select option {
  color: #000;
  text-transform: none;
}
select:focus, select:active {
  outline: none;
}
@media screen and (min-width: 1600px) {
  select {
    background-size: 14px 9px;
  }
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-color: #3a6596;
  display: block;
  color: #fff;
}

.input-holder {
  position: relative !important;
  text-align: left !important;
  width: 100%;
}
.input-holder .wpcf7-form-control-wrap {
  display: block;
}
.input-holder.error input,
.input-holder.error textarea {
  border-color: var(--twgl--color-alert) !important;
}
.input-holder.dFlex .error {
  left: 5px !important;
}
.input-holder .instruction.validation_message {
  bottom: 0 !important;
  color: var(--twgl--color-alert) !important;
  position: absolute !important;
  right: 0 !important;
  width: auto !important;
}
.input-holder .wpcf7-not-valid-tip,
.input-holder .gfield_validation_message,
.input-holder .error {
  background-color: var(--twgl--color-alert);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--twgl--color-white) !important;
  display: inline-block;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  left: 0;
  margin: 0 !important;
  padding: 2px 3px;
  position: absolute !important;
  top: -15px !important;
  width: auto !important;
  z-index: 3;
}
@media screen and (min-width: 1600px) {
  .input-holder .wpcf7-not-valid-tip,
  .input-holder .gfield_validation_message,
  .input-holder .error {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
.input-holder .wpcf7-not-valid-tip:after,
.input-holder .gfield_validation_message:after,
.input-holder .error:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--twgl--color-alert);
  bottom: -5px;
  content: "";
  left: 10px;
  position: absolute;
}

.elementor-widget-button {
  position: relative;
}
.elementor-widget-button .wpcf7-spinner {
  bottom: 0;
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  right: 0;
}

.wpcf7-response-output {
  border: 1px solid var(--twgl--color-alert) !important;
  color: var(--twgl--color-alert);
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: 200;
  margin: 0 !important;
  padding: 6px 15px;
  text-align: center;
  width: 100%;
}

.gform_heading .gform_required_legend {
  display: none !important;
  font-size: clamp(1rem, 0.9884259259rem + 0.0617283951vw, 1.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .gform_heading .gform_required_legend {
    font-size: clamp(0.6875rem, 0.6412037037rem + 0.2469135802vw, 0.9375rem) !important;
  }
}

.gform_validation_errors {
  border: 1px solid var(--twgl--color-alert) !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  outline: none !important;
}
.gform_validation_errors:focus {
  outline: none !important;
  outline-offset: none !important;
}
.gform_validation_errors .gform_submission_error {
  align-items: center !important;
  display: flex !important;
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .gform_validation_errors .gform_submission_error {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}
.gform_validation_errors .gform_submission_error {
  font-weight: 300 !important;
  gap: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .gform_validation_errors .gform_submission_error {
    align-items: flex-start !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
}

form#gform_1 .gfield_description {
  color: var(--twgl--color-white) !important;
}

.modal-dialog {
  max-width: 700px;
}

.modal-body {
  padding: 30px;
}

/* == Radio buttons == */
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio input[type=radio] + label {
  color: var(--twgl--color-black);
  cursor: pointer;
}
.custom-radio input[type=radio] + label i {
  background-color: var(--twgl--color-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid var(--twgl--color-secondary);
  display: inline-block;
  height: 16px;
  margin: -5px 7px 0 0;
  position: relative;
  vertical-align: middle;
  width: 16px;
}
.custom-radio input[type=radio] + label i:before {
  background-color: var(--twgl--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  display: block;
  height: 70%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  width: 70%;
}
.custom-radio input[type=radio]:checked + label {
  color: var(--twgl--color-primary);
}
.custom-radio input[type=radio]:checked + label i {
  border-color: var(--twgl--color-primary);
}
.custom-radio input[type=radio]:checked + label i:before {
  background-color: var(--twgl--color-primary);
  height: 62%;
  width: 62%;
}
.custom-radio input[type=radio]:checked + label span {
  color: var(--twgl--color-primary);
}
.custom-radio input[type=radio]:disabled, .custom-radio input[type=radio]:disabled + label {
  cursor: not-allowed;
  opacity: 0.6;
  text-decoration: line-through;
}
@media screen and (max-width: 1199px) {
  .custom-radio input[type=radio] + label i {
    height: 12px;
    width: 12px;
  }
}

.form_white ::-webkit-input-placeholder {
  color: var(--twgl--color-white) !important;
}
.form_white :-moz-placeholder {
  color: var(--twgl--color-white) !important;
}
.form_white ::-moz-placeholder {
  color: var(--twgl--color-white) !important;
}
.form_white :-ms-input-placeholder {
  color: var(--twgl--color-white) !important;
}
.form_white .form-elements,
.form_white textarea,
.form_white select {
  border-bottom-color: var(--twgl--color-white) !important;
  color: var(--twgl--color-white) !important;
}
.form_white select {
  background-image: url(assets/images/dropdown-arrow-white.png);
}

.gform-field-label {
  cursor: pointer !important;
}

.gform_confirmation_message {
  border: 1px solid var(--twgl--color-black) !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  font-size: clamp(1.1875rem, 1.1064814815rem + 0.4320987654vw, 1.625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .gform_confirmation_message {
    font-size: clamp(0.9375rem, 0.8796296296rem + 0.3086419753vw, 1.25rem) !important;
  }
}
.gform_confirmation_message {
  font-weight: 500 !important;
  padding: 15px 30px !important;
  text-align: center !important;
  width: 100% !important;
}

.gpasc-draft-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#pt-cv-view-9042c5fhgp .pt-cv-content-item {
  background-color: var(--twgl--color-white) !important;
}
#pt-cv-view-9042c5fhgp .pt-cv-title:hover,
#pt-cv-view-9042c5fhgp .panel-title:hover {
  color: var(--twgl--color-white) !important;
}
#pt-cv-view-9042c5fhgp .pt-cv-title:hover a,
#pt-cv-view-9042c5fhgp .pt-cv-title:hover .panel-collapsed,
#pt-cv-view-9042c5fhgp .panel-title:hover a,
#pt-cv-view-9042c5fhgp .panel-title:hover .panel-collapsed {
  color: var(--twgl--color-white) !important;
}
#pt-cv-view-9042c5fhgp .pt-cv-readmore {
  background-color: var(--twgl--color-black) !important;
  border: 1px solid var(--twgl--color-black) !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: var(--twgl--color-white) !important;
}
#pt-cv-view-9042c5fhgp .pt-cv-readmore:hover {
  background-color: var(--twgl--color-white) !important;
  color: var(--twgl--color-black) !important;
}

.form_table td a {
  color: var(--twgl--color-info) !important;
  font-weight: 500 !important;
}
.form_table td a:hover {
  color: var(--twgl--color-black) !important;
}
.form_table td.gpeb-table-column-delete-link a {
  color: var(--twgl--color-alert) !important;
}
.form_table td.gpeb-table-column-delete-link a:hover {
  color: var(--twgl--color-black) !important;
}

.normal__form.normal_spacing .gform-theme--foundation .gform_fields, .tingle-modal-box.normal_spacing .gform-theme--foundation .gform_fields {
  row-gap: 15px !important;
}
.normal__form .gfield, .tingle-modal-box .gfield {
  position: relative;
}
.normal__form .gfield .gform-field-label, .tingle-modal-box .gfield .gform-field-label {
  color: var(--twgl--color-black) !important;
  display: block !important;
  font-size: clamp(0.9375rem, 0.9259259259rem + 0.0617283951vw, 1rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .normal__form .gfield .gform-field-label, .tingle-modal-box .gfield .gform-field-label {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}
.normal__form .gfield .gform-field-label, .tingle-modal-box .gfield .gform-field-label {
  font-weight: 300 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  margin-bottom: 10px !important;
}
.normal__form .gfield .gfield_label, .tingle-modal-box .gfield .gfield_label {
  color: var(--twgl--color-black) !important;
  display: block !important;
  font-size: clamp(1rem, 0.9768518519rem + 0.1234567901vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .normal__form .gfield .gfield_label, .tingle-modal-box .gfield .gfield_label {
    font-size: clamp(0.75rem, 0.7037037037rem + 0.2469135802vw, 1rem) !important;
  }
}
.normal__form .gfield .gfield_label, .tingle-modal-box .gfield .gfield_label {
  font-weight: 400 !important;
  line-height: 1 !important;
  margin-bottom: 15px;
}
.normal__form .gfield .gfield_radio .gfield-choice-input,
.normal__form .gfield .gfield_radio input[type=radio], .tingle-modal-box .gfield .gfield_radio .gfield-choice-input,
.tingle-modal-box .gfield .gfield_radio input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--twgl--rgb-black-7) !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: var(--twgl--input-radio-size);
  width: var(--twgl--input-radio-size);
  position: relative;
}
.normal__form .gfield .gfield_radio .gfield-choice-input::before,
.normal__form .gfield .gfield_radio input[type=radio]::before, .tingle-modal-box .gfield .gfield_radio .gfield-choice-input::before,
.tingle-modal-box .gfield .gfield_radio input[type=radio]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(var(--twgl--input-radio-size) * 0.5);
  height: calc(var(--twgl--input-radio-size) * 0.5);
  background: var(--twgl--rgb-black-8);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}
.normal__form .gfield .gfield_radio .gfield-choice-input:checked,
.normal__form .gfield .gfield_radio input[type=radio]:checked, .tingle-modal-box .gfield .gfield_radio .gfield-choice-input:checked,
.tingle-modal-box .gfield .gfield_radio input[type=radio]:checked {
  border-color: var(--twgl--color-black);
}
.normal__form .gfield .gfield_radio .gfield-choice-input:checked::before,
.normal__form .gfield .gfield_radio input[type=radio]:checked::before, .tingle-modal-box .gfield .gfield_radio .gfield-choice-input:checked::before,
.tingle-modal-box .gfield .gfield_radio input[type=radio]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}
.normal__form .gfield .gfield_radio .gform-field-label, .tingle-modal-box .gfield .gfield_radio .gform-field-label {
  width: -moz-max-content !important;
  width: max-content !important;
}
.normal__form .gfield .ginput_container ::-webkit-input-placeholder, .tingle-modal-box .gfield .ginput_container ::-webkit-input-placeholder {
  color: var(--twgl--color-black) !important;
  font-size: clamp(1rem, 0.9884259259rem + 0.0617283951vw, 1.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .normal__form .gfield .ginput_container ::-webkit-input-placeholder, .tingle-modal-box .gfield .ginput_container ::-webkit-input-placeholder {
    font-size: clamp(0.6875rem, 0.6412037037rem + 0.2469135802vw, 0.9375rem) !important;
  }
}
.normal__form .gfield .ginput_container ::-webkit-input-placeholder, .tingle-modal-box .gfield .ginput_container ::-webkit-input-placeholder {
  font-weight: 400 !important;
  line-height: 1 !important;
  opacity: 1 !important;
}
.normal__form .gfield .ginput_container :-moz-placeholder, .tingle-modal-box .gfield .ginput_container :-moz-placeholder {
  color: var(--twgl--color-black) !important;
  font-size: clamp(1rem, 0.9884259259rem + 0.0617283951vw, 1.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .normal__form .gfield .ginput_container :-moz-placeholder, .tingle-modal-box .gfield .ginput_container :-moz-placeholder {
    font-size: clamp(0.6875rem, 0.6412037037rem + 0.2469135802vw, 0.9375rem) !important;
  }
}
.normal__form .gfield .ginput_container :-moz-placeholder, .tingle-modal-box .gfield .ginput_container :-moz-placeholder {
  font-weight: 400 !important;
  line-height: 1 !important;
  opacity: 1 !important;
}
.normal__form .gfield .ginput_container ::-moz-placeholder, .tingle-modal-box .gfield .ginput_container ::-moz-placeholder {
  color: var(--twgl--color-black) !important;
  font-size: clamp(1rem, 0.9884259259rem + 0.0617283951vw, 1.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .normal__form .gfield .ginput_container ::-moz-placeholder, .tingle-modal-box .gfield .ginput_container ::-moz-placeholder {
    font-size: clamp(0.6875rem, 0.6412037037rem + 0.2469135802vw, 0.9375rem) !important;
  }
}
.normal__form .gfield .ginput_container ::-moz-placeholder, .tingle-modal-box .gfield .ginput_container ::-moz-placeholder {
  font-weight: 400 !important;
  line-height: 1 !important;
  opacity: 1 !important;
}
.normal__form .gfield .ginput_container :-ms-input-placeholder, .tingle-modal-box .gfield .ginput_container :-ms-input-placeholder {
  color: var(--twgl--color-black) !important;
  font-size: clamp(1rem, 0.9884259259rem + 0.0617283951vw, 1.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .normal__form .gfield .ginput_container :-ms-input-placeholder, .tingle-modal-box .gfield .ginput_container :-ms-input-placeholder {
    font-size: clamp(0.6875rem, 0.6412037037rem + 0.2469135802vw, 0.9375rem) !important;
  }
}
.normal__form .gfield .ginput_container :-ms-input-placeholder, .tingle-modal-box .gfield .ginput_container :-ms-input-placeholder {
  font-weight: 400 !important;
  line-height: 1 !important;
  opacity: 1 !important;
}
.normal__form .gfield .ginput_container input[type=text],
.normal__form .gfield .ginput_container input[type=email],
.normal__form .gfield .ginput_container input[type=tel],
.normal__form .gfield .ginput_container input[type=number],
.normal__form .gfield .ginput_container select,
.normal__form .gfield .ginput_container textarea, .tingle-modal-box .gfield .ginput_container input[type=text],
.tingle-modal-box .gfield .ginput_container input[type=email],
.tingle-modal-box .gfield .ginput_container input[type=tel],
.tingle-modal-box .gfield .ginput_container input[type=number],
.tingle-modal-box .gfield .ginput_container select,
.tingle-modal-box .gfield .ginput_container textarea {
  background-color: var(--twgl--rgb-white-7) !important;
  border-color: var(--twgl--rgb-black-5) !important;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  color: var(--twgl--color-black) !important;
  font-size: clamp(1rem, 0.9884259259rem + 0.0617283951vw, 1.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .normal__form .gfield .ginput_container input[type=text],
  .normal__form .gfield .ginput_container input[type=email],
  .normal__form .gfield .ginput_container input[type=tel],
  .normal__form .gfield .ginput_container input[type=number],
  .normal__form .gfield .ginput_container select,
  .normal__form .gfield .ginput_container textarea, .tingle-modal-box .gfield .ginput_container input[type=text],
  .tingle-modal-box .gfield .ginput_container input[type=email],
  .tingle-modal-box .gfield .ginput_container input[type=tel],
  .tingle-modal-box .gfield .ginput_container input[type=number],
  .tingle-modal-box .gfield .ginput_container select,
  .tingle-modal-box .gfield .ginput_container textarea {
    font-size: clamp(0.6875rem, 0.6412037037rem + 0.2469135802vw, 0.9375rem) !important;
  }
}
.normal__form .gfield .ginput_container input[type=text],
.normal__form .gfield .ginput_container input[type=email],
.normal__form .gfield .ginput_container input[type=tel],
.normal__form .gfield .ginput_container input[type=number],
.normal__form .gfield .ginput_container select,
.normal__form .gfield .ginput_container textarea, .tingle-modal-box .gfield .ginput_container input[type=text],
.tingle-modal-box .gfield .ginput_container input[type=email],
.tingle-modal-box .gfield .ginput_container input[type=tel],
.tingle-modal-box .gfield .ginput_container input[type=number],
.tingle-modal-box .gfield .ginput_container select,
.tingle-modal-box .gfield .ginput_container textarea {
  font-weight: 400 !important;
  line-height: 1 !important;
}
.normal__form .gfield .ginput_container input[type=text],
.normal__form .gfield .ginput_container input[type=email],
.normal__form .gfield .ginput_container input[type=tel],
.normal__form .gfield .ginput_container input[type=number], .tingle-modal-box .gfield .ginput_container input[type=text],
.tingle-modal-box .gfield .ginput_container input[type=email],
.tingle-modal-box .gfield .ginput_container input[type=tel],
.tingle-modal-box .gfield .ginput_container input[type=number] {
  height: var(--twgl--input-height-md) !important;
}
.normal__form .gfield .ginput_container select, .tingle-modal-box .gfield .ginput_container select {
  background-image: url(assets/images/drop-down-dark.png) !important;
  height: var(--twgl--input-height-md) !important;
  padding-top: 0 !important;
  line-height: var(--twgl--input-height-md) !important;
}
.normal__form .gfield .ginput_container textarea, .tingle-modal-box .gfield .ginput_container textarea {
  height: var(--twgl--textarea-height-sm) !important;
}
.normal__form .gpasc-new-draft-button, .tingle-modal-box .gpasc-new-draft-button {
  align-items: center !important;
  background-color: var(--twgl--color-black) !important;
  border: 1px solid var(--twgl--color-black) !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  color: var(--twgl--color-white) !important;
  display: inline-flex !important;
  font-size: clamp(0.875rem, 0.8634259259rem + 0.0617283951vw, 0.9375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .normal__form .gpasc-new-draft-button, .tingle-modal-box .gpasc-new-draft-button {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}
.normal__form .gpasc-new-draft-button, .tingle-modal-box .gpasc-new-draft-button {
  font-weight: 400 !important;
  line-height: 1 !important;
  margin: 15px 0 22px !important;
  min-height: 30px !important;
  padding: 5px 15px !important;
  text-transform: uppercase !important;
}
.normal__form .gpasc-new-draft-button:hover, .tingle-modal-box .gpasc-new-draft-button:hover {
  background-color: var(--twgl--color-white) !important;
  color: var(--twgl--color-black) !important;
}
.normal__form .gform_fields .gfield, .tingle-modal-box .gform_fields .gfield {
  margin-bottom: 20px !important;
}
.normal__form .gform_fields .gfield.m-t-20, .tingle-modal-box .gform_fields .gfield.m-t-20 {
  margin-top: 0 !important;
}
.normal__form .gform_heading .gform_title, .tingle-modal-box .gform_heading .gform_title {
  color: var(--twgl--color-black) !important;
  font-size: clamp(1.25rem, 1.099537037rem + 0.8024691358vw, 2.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .normal__form .gform_heading .gform_title, .tingle-modal-box .gform_heading .gform_title {
    font-size: clamp(1.125rem, 1.0439814815rem + 0.4320987654vw, 1.5625rem) !important;
  }
}
.normal__form .gform_heading .gform_title, .tingle-modal-box .gform_heading .gform_title {
  font-weight: 500 !important;
}
.normal__form .gf_step_number, .tingle-modal-box .gf_step_number {
  background-color: var(--twgl--color-white) !important;
  border-color: var(--twgl--color-black) !important;
}
.normal__form .gf_step_number:after, .tingle-modal-box .gf_step_number:after {
  background-color: var(--twgl--color-black) !important;
  border-color: var(--twgl--color-black) !important;
}
.normal__form .gf_step_active .gf_step_number, .tingle-modal-box .gf_step_active .gf_step_number {
  background-color: var(--twgl--color-black) !important;
  color: var(--twgl--color-white) !important;
}
.normal__form .gf_step_completed, .tingle-modal-box .gf_step_completed {
  opacity: 0.7;
}
.normal__form input[type=radio],
.normal__form input[type=checkbox],
.normal__form input[type=submit],
.normal__form input[type=button],
.normal__form input[type=reset], .tingle-modal-box input[type=radio],
.tingle-modal-box input[type=checkbox],
.tingle-modal-box input[type=submit],
.tingle-modal-box input[type=button],
.tingle-modal-box input[type=reset] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none !important;
}
.normal__form label, .tingle-modal-box label {
  color: var(--twgl--color-black) !important;
}
.normal__form .gsection_title, .tingle-modal-box .gsection_title {
  font-size: clamp(1.1875rem, 1.1064814815rem + 0.4320987654vw, 1.625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .normal__form .gsection_title, .tingle-modal-box .gsection_title {
    font-size: clamp(0.9375rem, 0.8796296296rem + 0.3086419753vw, 1.25rem) !important;
  }
}
.normal__form .gsection_title, .tingle-modal-box .gsection_title {
  margin-top: 10px !important;
  padding-bottom: 10px !important;
}
.normal__form .gf_form_fields ::-webkit-input-placeholder, .tingle-modal-box .gf_form_fields ::-webkit-input-placeholder {
  color: var(--twgl--color-black) !important;
}
.normal__form .gf_form_fields :-moz-placeholder, .tingle-modal-box .gf_form_fields :-moz-placeholder {
  color: var(--twgl--color-black) !important;
}
.normal__form .gf_form_fields ::-moz-placeholder, .tingle-modal-box .gf_form_fields ::-moz-placeholder {
  color: var(--twgl--color-black) !important;
}
.normal__form .gf_form_fields :-ms-input-placeholder, .tingle-modal-box .gf_form_fields :-ms-input-placeholder {
  color: var(--twgl--color-black) !important;
}
.normal__form .gf_form_fields input[type=text],
.normal__form .gf_form_fields input[type=email],
.normal__form .gf_form_fields input[type=tel],
.normal__form .gf_form_fields input[type=number],
.normal__form .gf_form_fields select,
.normal__form .gf_form_fields textarea, .tingle-modal-box .gf_form_fields input[type=text],
.tingle-modal-box .gf_form_fields input[type=email],
.tingle-modal-box .gf_form_fields input[type=tel],
.tingle-modal-box .gf_form_fields input[type=number],
.tingle-modal-box .gf_form_fields select,
.tingle-modal-box .gf_form_fields textarea {
  background-color: var(--twgl--rgb-white-7) !important;
  border-color: var(--twgl--rgb-black-4) !important;
  color: var(--twgl--color-black) !important;
}
.normal__form .gf_form_fields input[type=text],
.normal__form .gf_form_fields input[type=email],
.normal__form .gf_form_fields input[type=tel],
.normal__form .gf_form_fields input[type=number], .tingle-modal-box .gf_form_fields input[type=text],
.tingle-modal-box .gf_form_fields input[type=email],
.tingle-modal-box .gf_form_fields input[type=tel],
.tingle-modal-box .gf_form_fields input[type=number] {
  height: var(--twgl--input-height-sm) !important;
}
.normal__form .gf_form_fields select, .tingle-modal-box .gf_form_fields select {
  background-image: url(assets/images/drop-down-dark.png) !important;
  height: var(--twgl--input-height-sm) !important;
  padding-top: 0 !important;
}
.normal__form .gf_form_fields textarea, .tingle-modal-box .gf_form_fields textarea {
  height: var(--twgl--textarea-height-sm) !important;
}
.normal__form .gpnf-add-entry,
.normal__form .gform_button_select_files, .tingle-modal-box .gpnf-add-entry,
.tingle-modal-box .gform_button_select_files {
  align-items: center;
  background-color: var(--twgl--rgb-black-8) !important;
  border: 1px solid var(--twgl--color-black) !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  color: var(--twgl--color-white) !important;
  text-transform: uppercase !important;
}
.normal__form .gpnf-add-entry:hover,
.normal__form .gform_button_select_files:hover, .tingle-modal-box .gpnf-add-entry:hover,
.tingle-modal-box .gform_button_select_files:hover {
  background-color: var(--twgl--color-white) !important;
  color: var(--twgl--color-black) !important;
}
.normal__form .gpnf-add-entry:focus,
.normal__form .gform_button_select_files:focus, .tingle-modal-box .gpnf-add-entry:focus,
.tingle-modal-box .gform_button_select_files:focus {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none !important;
}
.normal__form .gform-page-footer .gform-theme-button,
.normal__form .gform-page-footer .gform_button, .tingle-modal-box .gform-page-footer .gform-theme-button,
.tingle-modal-box .gform-page-footer .gform_button {
  align-items: center;
  background-color: var(--twgl--color-black) !important;
  border: 1px solid var(--twgl--color-black) !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  color: var(--twgl--color-white) !important;
  text-transform: uppercase !important;
}
.normal__form .gform-page-footer .gform-theme-button:hover,
.normal__form .gform-page-footer .gform_button:hover, .tingle-modal-box .gform-page-footer .gform-theme-button:hover,
.tingle-modal-box .gform-page-footer .gform_button:hover {
  background-color: var(--twgl--color-white) !important;
  color: var(--twgl--color-black) !important;
}
.normal__form .gform-page-footer .gform-theme-button:hover::before,
.normal__form .gform-page-footer .gform_button:hover::before, .tingle-modal-box .gform-page-footer .gform-theme-button:hover::before,
.tingle-modal-box .gform-page-footer .gform_button:hover::before {
  color: var(--twgl--color-black) !important;
}
.normal__form .gform-page-footer .gform-theme-button:focus,
.normal__form .gform-page-footer .gform_button:focus, .tingle-modal-box .gform-page-footer .gform-theme-button:focus,
.tingle-modal-box .gform-page-footer .gform_button:focus {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none !important;
}
.normal__form .gform-page-footer .gform-theme-button:before,
.normal__form .gform-page-footer .gform_button:before, .tingle-modal-box .gform-page-footer .gform-theme-button:before,
.tingle-modal-box .gform-page-footer .gform_button:before {
  color: var(--twgl--color-white) !important;
}
.normal__form .edit-button,
.normal__form .delete-button, .tingle-modal-box .edit-button,
.tingle-modal-box .delete-button {
  height: 30px !important;
  line-height: 1 !important;
  min-height: 30px !important;
  padding: 0 15px !important;
}
.normal__form .edit-button:focus,
.normal__form .delete-button:focus, .tingle-modal-box .edit-button:focus,
.tingle-modal-box .delete-button:focus {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none !important;
}
.normal__form .gform-theme--foundation .gf_invisible, .normal__form .gform-theme--foundation .gfield_visibility_hidden, .tingle-modal-box .gform-theme--foundation .gf_invisible, .tingle-modal-box .gform-theme--foundation .gfield_visibility_hidden {
  position: absolute !important;
}
.normal__form .gform-field-label, .tingle-modal-box .gform-field-label {
  color: var(--twgl--color-black) !important;
  cursor: pointer !important;
}
.normal__form .gForm_radio_check .gfield_label,
.normal__form .gf_form_fields .gfield_label, .tingle-modal-box .gForm_radio_check .gfield_label,
.tingle-modal-box .gf_form_fields .gfield_label {
  color: var(--twgl--color-black) !important;
}
.normal__form .gForm_radio_check .ginput_container .gform-field-label--type-inline,
.normal__form .gf_form_fields .ginput_container .gform-field-label--type-inline, .tingle-modal-box .gForm_radio_check .ginput_container .gform-field-label--type-inline,
.tingle-modal-box .gf_form_fields .ginput_container .gform-field-label--type-inline {
  color: var(--twgl--color-black) !important;
}
.normal__form .gform-footer input[type=submit], .tingle-modal-box .gform-footer input[type=submit] {
  border-radius: calc(var(--twgl--btn-md-height) * 0.7);
  -webkit-border-radius: calc(var(--twgl--btn-md-height) * 0.7);
  font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  height: var(--twgl--btn-md-height) !important;
  padding: 0 calc(var(--twgl--btn-md-height) * 0.7) !important;
}
.normal__form .btn__lgAlt .gform-footer input[type=submit], .tingle-modal-box .btn__lgAlt .gform-footer input[type=submit] {
  font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
}
.normal__form .gfield_description, .tingle-modal-box .gfield_description {
  color: var(--twgl--color-black) !important;
  font-weight: 400;
}
.normal__form #results-fail, .tingle-modal-box #results-fail {
  color: #000000 !important;
}
.normal__form .ginput_container_radio .gfield_radio .gchoice_58_19_1, .tingle-modal-box .ginput_container_radio .gfield_radio .gchoice_58_19_1 {
  display: flex !important;
}
.normal__form .ginput_container_radio .gfield_radio .gchoice_58_19_1 .gchoice_other_control, .tingle-modal-box .ginput_container_radio .gfield_radio .gchoice_58_19_1 .gchoice_other_control {
  display: inline-block !important;
  flex: 0 0 100% !important;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .normal__form .ginput_container_radio .gfield_radio .gchoice_58_19_1 .gchoice_other_control, .tingle-modal-box .ginput_container_radio .gfield_radio .gchoice_58_19_1 .gchoice_other_control {
    flex: 0 0 50% !important;
    margin-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .normal__form .gform-footer, .tingle-modal-box .gform-footer {
    justify-content: space-between;
  }
}
.normal__form #input_12_26 .gchoice, .tingle-modal-box #input_12_26 .gchoice {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}
.normal__form #input_12_26 .gchoice input, .tingle-modal-box #input_12_26 .gchoice input {
  margin-top: 0 !important;
}
.normal__form #input_12_26 .gchoice .gform-field-label, .tingle-modal-box #input_12_26 .gchoice .gform-field-label {
  margin-bottom: 0px !important;
}

body #field_58_255 p {
  color: #000 !important;
}

@media screen and (max-width: 712px) {
  .tingle-modal__close {
    display: block !important;
  }
}

.tingle-modal-box .gfield .gfield_radio .gchoice {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
}
.tingle-modal-box .gfield .gfield_radio .gform-field-label {
  margin-bottom: 0px !important;
  margin-top: 5px !important;
}

@media screen and (min-width: 768px) {
  .inline-columns .gfield_radio,
  .inline-columns .gfield_checkbox {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 15px 30px !important;
  }
}

.gForm_radio_check .gfield_label,
.gf_form_fields .gfield_label {
  font-size: clamp(1rem, 0.9768518519rem + 0.1234567901vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .gForm_radio_check .gfield_label,
  .gf_form_fields .gfield_label {
    font-size: clamp(0.75rem, 0.7037037037rem + 0.2469135802vw, 1rem) !important;
  }
}
.gForm_radio_check .gfield_label,
.gf_form_fields .gfield_label {
  font-weight: 500 !important;
}
.gForm_radio_check .ginput_container .gform-field-label--type-inline,
.gf_form_fields .ginput_container .gform-field-label--type-inline {
  font-size: clamp(0.9375rem, 0.9259259259rem + 0.0617283951vw, 1rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .gForm_radio_check .ginput_container .gform-field-label--type-inline,
  .gf_form_fields .ginput_container .gform-field-label--type-inline {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}
.gForm_radio_check .ginput_container .gform-field-label--type-inline,
.gf_form_fields .ginput_container .gform-field-label--type-inline {
  font-weight: 300 !important;
}

/*apply now*/
.gform-theme--framework.ui-datepicker select.ui-datepicker-month, .gform-theme--framework.ui-datepicker select.ui-datepicker-year {
  height: auto !important;
  color: #000 !important;
  border-radius: 3px !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  background-color: #000 !important;
}

.gpnf-modal .gpnf-modal-header {
  background-color: #000 !important;
  color: #fff !important;
}
.gpnf-modal .tingle-modal-box__footer .tingle-btn {
  outline: none !important;
  background: #000 !important;
  border-radius: 36px !important;
  text-transform: uppercase !important;
  transition: all ease 0.2s;
  color: #fff;
}
.gpnf-modal .tingle-modal-box__footer .tingle-btn:hover {
  background: var(--twgl--rgb-primary-8) !important;
  border-radius: 5px !important;
}

.career_form_wrap {
  max-width: 1200px !important;
  margin: 30px auto 0;
  padding: 40px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media screen and (max-width: 1199px) {
  .career_form_wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .career_form_wrap {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .career_form_wrap {
    padding: 0;
    margin: 20px auto 0;
    box-shadow: none;
  }
}

.career_form h3.gsection_title,
#gform_25 h3.gsection_title,
#gform_26 h3.gsection_title {
  font-size: clamp(1.1875rem, 1.0601851852rem + 0.6790123457vw, 1.875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .career_form h3.gsection_title,
  #gform_25 h3.gsection_title,
  #gform_26 h3.gsection_title {
    font-size: clamp(1.0625rem, 1.0046296296rem + 0.3086419753vw, 1.375rem) !important;
  }
}
.career_form h3.gsection_title,
#gform_25 h3.gsection_title,
#gform_26 h3.gsection_title {
  padding-bottom: 0 !important;
}
.career_form .gform_fields,
#gform_25 .gform_fields,
#gform_26 .gform_fields {
  row-gap: 25px !important;
}
.career_form .gform_fields .gfield,
#gform_25 .gform_fields .gfield,
#gform_26 .gform_fields .gfield {
  position: relative;
}
.career_form .gform_fields .gfield .gfield_validation_message,
#gform_25 .gform_fields .gfield .gfield_validation_message,
#gform_26 .gform_fields .gfield .gfield_validation_message {
  background-color: var(--twgl--color-alert);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--twgl--color-white) !important;
  display: inline-block;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  left: 0;
  margin: 0 !important;
  padding: 2px 3px;
  position: absolute !important;
  top: -20px !important;
  width: auto !important;
  z-index: 3;
}
@media screen and (min-width: 1600px) {
  .career_form .gform_fields .gfield .gfield_validation_message,
  #gform_25 .gform_fields .gfield .gfield_validation_message,
  #gform_26 .gform_fields .gfield .gfield_validation_message {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
.career_form .gform_fields .gfield .gfield_validation_message:after,
#gform_25 .gform_fields .gfield .gfield_validation_message:after,
#gform_26 .gform_fields .gfield .gfield_validation_message:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--twgl--color-alert);
  bottom: -5px;
  content: "";
  left: 10px;
  position: absolute;
}
.career_form .gform_fields .gfield label,
.career_form .gform_fields .gfield .gfield_label,
#gform_25 .gform_fields .gfield label,
#gform_25 .gform_fields .gfield .gfield_label,
#gform_26 .gform_fields .gfield label,
#gform_26 .gform_fields .gfield .gfield_label {
  color: #000 !important;
  font-size: clamp(0.9375rem, 0.9259259259rem + 0.0617283951vw, 1rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .career_form .gform_fields .gfield label,
  .career_form .gform_fields .gfield .gfield_label,
  #gform_25 .gform_fields .gfield label,
  #gform_25 .gform_fields .gfield .gfield_label,
  #gform_26 .gform_fields .gfield label,
  #gform_26 .gform_fields .gfield .gfield_label {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}
.career_form .gform_fields .gfield .gform-field-label--type-sub,
#gform_25 .gform_fields .gfield .gform-field-label--type-sub,
#gform_26 .gform_fields .gfield .gform-field-label--type-sub {
  font-weight: 300 !important;
  font-size: 14px !important;
}
.career_form .gform_fields .gfield input[type=text],
.career_form .gform_fields .gfield input[type=email],
.career_form .gform_fields .gfield input[type=tel],
.career_form .gform_fields .gfield input[type=number],
.career_form .gform_fields .gfield select,
.career_form .gform_fields .gfield textarea,
#gform_25 .gform_fields .gfield input[type=text],
#gform_25 .gform_fields .gfield input[type=email],
#gform_25 .gform_fields .gfield input[type=tel],
#gform_25 .gform_fields .gfield input[type=number],
#gform_25 .gform_fields .gfield select,
#gform_25 .gform_fields .gfield textarea,
#gform_26 .gform_fields .gfield input[type=text],
#gform_26 .gform_fields .gfield input[type=email],
#gform_26 .gform_fields .gfield input[type=tel],
#gform_26 .gform_fields .gfield input[type=number],
#gform_26 .gform_fields .gfield select,
#gform_26 .gform_fields .gfield textarea {
  border: 1px solid #ccc !important;
  background-color: #fff !important;
  height: var(--twgl--input-height-sm) !important;
  border-radius: 5px !important;
  box-shadow: none;
  color: #000 !important;
}
.career_form .gform_fields .gfield textarea,
#gform_25 .gform_fields .gfield textarea,
#gform_26 .gform_fields .gfield textarea {
  height: var(--twgl--textarea-height-sm) !important;
}
@media screen and (min-width: 1200px) {
  .career_form .gform_fields .gfield select,
  #gform_25 .gform_fields .gfield select,
  #gform_26 .gform_fields .gfield select {
    align-items: center;
  }
}
.career_form .gform_fields .gfield ::-webkit-input-placeholder,
#gform_25 .gform_fields .gfield ::-webkit-input-placeholder,
#gform_26 .gform_fields .gfield ::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.career_form .gform_fields .gfield :-moz-placeholder,
#gform_25 .gform_fields .gfield :-moz-placeholder,
#gform_26 .gform_fields .gfield :-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.career_form .gform_fields .gfield ::-moz-placeholder,
#gform_25 .gform_fields .gfield ::-moz-placeholder,
#gform_26 .gform_fields .gfield ::-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.career_form .gform_fields .gfield :-ms-input-placeholder,
#gform_25 .gform_fields .gfield :-ms-input-placeholder,
#gform_26 .gform_fields .gfield :-ms-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.career_form .gform_fields .gfield .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),
#gform_25 .gform_fields .gfield .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),
#gform_26 .gform_fields .gfield .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)) {
  gap: 2px !important;
}
.career_form .gform_fields .gfield .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)) .gfield_required_asterisk,
#gform_25 .gform_fields .gfield .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)) .gfield_required_asterisk,
#gform_26 .gform_fields .gfield .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)) .gfield_required_asterisk {
  font-size: 16px !important;
  color: #000 !important;
}
.career_form .gform_fields .gfield .ginput_container_address .ginput_address_line_1,
.career_form .gform_fields .gfield .ginput_container_address .ginput_address_line_2,
#gform_25 .gform_fields .gfield .ginput_container_address .ginput_address_line_1,
#gform_25 .gform_fields .gfield .ginput_container_address .ginput_address_line_2,
#gform_26 .gform_fields .gfield .ginput_container_address .ginput_address_line_1,
#gform_26 .gform_fields .gfield .ginput_container_address .ginput_address_line_2 {
  inline-size: 50%;
}
@media screen and (max-width: 767px) {
  .career_form .gform_fields .gfield .ginput_container_address .ginput_address_line_1,
  .career_form .gform_fields .gfield .ginput_container_address .ginput_address_line_2,
  #gform_25 .gform_fields .gfield .ginput_container_address .ginput_address_line_1,
  #gform_25 .gform_fields .gfield .ginput_container_address .ginput_address_line_2,
  #gform_26 .gform_fields .gfield .ginput_container_address .ginput_address_line_1,
  #gform_26 .gform_fields .gfield .ginput_container_address .ginput_address_line_2 {
    inline-size: 100%;
  }
}
.career_form .gform_fields .gfield .ginput_container_address .ginput_address_city,
.career_form .gform_fields .gfield .ginput_container_address .ginput_address_state,
.career_form .gform_fields .gfield .ginput_container_address .ginput_address_zip,
#gform_25 .gform_fields .gfield .ginput_container_address .ginput_address_city,
#gform_25 .gform_fields .gfield .ginput_container_address .ginput_address_state,
#gform_25 .gform_fields .gfield .ginput_container_address .ginput_address_zip,
#gform_26 .gform_fields .gfield .ginput_container_address .ginput_address_city,
#gform_26 .gform_fields .gfield .ginput_container_address .ginput_address_state,
#gform_26 .gform_fields .gfield .ginput_container_address .ginput_address_zip {
  inline-size: 33.33333%;
}
@media screen and (max-width: 767px) {
  .career_form .gform_fields .gfield .ginput_container_address .ginput_address_city,
  .career_form .gform_fields .gfield .ginput_container_address .ginput_address_state,
  .career_form .gform_fields .gfield .ginput_container_address .ginput_address_zip,
  #gform_25 .gform_fields .gfield .ginput_container_address .ginput_address_city,
  #gform_25 .gform_fields .gfield .ginput_container_address .ginput_address_state,
  #gform_25 .gform_fields .gfield .ginput_container_address .ginput_address_zip,
  #gform_26 .gform_fields .gfield .ginput_container_address .ginput_address_city,
  #gform_26 .gform_fields .gfield .ginput_container_address .ginput_address_state,
  #gform_26 .gform_fields .gfield .ginput_container_address .ginput_address_zip {
    inline-size: 100%;
  }
}
.career_form .gform_fields .gfield button.gpnf-add-entry,
#gform_25 .gform_fields .gfield button.gpnf-add-entry,
#gform_26 .gform_fields .gfield button.gpnf-add-entry {
  outline: none !important;
  background: #000 !important;
  border-radius: 30px !important;
  text-transform: uppercase !important;
  transition: all ease 0.2s;
}
.career_form .gform_fields .gfield button.gpnf-add-entry:hover,
#gform_25 .gform_fields .gfield button.gpnf-add-entry:hover,
#gform_26 .gform_fields .gfield button.gpnf-add-entry:hover {
  background: var(--twgl--rgb-primary-8) !important;
  border-radius: 5px !important;
}
.career_form .gform_fields .gfield.gfield--type-radio .gfield_validation_message,
#gform_25 .gform_fields .gfield.gfield--type-radio .gfield_validation_message,
#gform_26 .gform_fields .gfield.gfield--type-radio .gfield_validation_message {
  top: -56px !important;
}
@media screen and (max-width: 767px) {
  .career_form .gform_fields fieldset.gfield#field_24_1 #validation_message_24_1,
  #gform_25 .gform_fields fieldset.gfield#field_24_1 #validation_message_24_1,
  #gform_26 .gform_fields fieldset.gfield#field_24_1 #validation_message_24_1 {
    top: -39px !important;
  }
  .career_form .gform_fields fieldset.gfield#field_24_3 #validation_message_24_3,
  #gform_25 .gform_fields fieldset.gfield#field_24_3 #validation_message_24_3,
  #gform_26 .gform_fields fieldset.gfield#field_24_3 #validation_message_24_3 {
    top: -39px !important;
  }
}
.career_form .gform_fields .ginput_container_radio .gfield_radio,
#gform_25 .gform_fields .ginput_container_radio .gfield_radio,
#gform_26 .gform_fields .ginput_container_radio .gfield_radio {
  display: flex;
  flex-direction: row;
  gap: 15px 30px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  #gform_26 #gform_fields_26 #field_26_1 {
    grid-column: span 12;
  }
  #gform_26 #gform_fields_26 #field_26_2,
  #gform_26 #gform_fields_26 #field_26_3 {
    grid-column: span 6;
  }
}
@media screen and (max-width: 767px) {
  #gform_26 #gform_fields_26 #field_26_2,
  #gform_26 #gform_fields_26 #field_26_3 {
    grid-column: span 12;
  }
}

/*end apply now*/
.tingle-modal .gform-field-label--type-inline,
.tingle-modal .gfield_label {
  color: var(--twgl--color-black) !important;
}
.tingle-modal .gsection_title {
  font-size: clamp(1.1875rem, 1.1064814815rem + 0.4320987654vw, 1.625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .tingle-modal .gsection_title {
    font-size: clamp(0.9375rem, 0.8796296296rem + 0.3086419753vw, 1.25rem) !important;
  }
}

@media (max-width: 767px) {
  .wp-block-gp-entry-blocks-entries-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .wp-block-gp-entry-blocks-entries-table thead,
  .wp-block-gp-entry-blocks-entries-table tbody {
    white-space: normal;
  }
  .wp-block-gp-entry-blocks-entries-table th,
  .wp-block-gp-entry-blocks-entries-table td {
    min-width: 120px;
    white-space: normal;
  }
}
.tw-modal-wrapper {
  background-color: var(--twgl--rgb-black-8);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  top: 0;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .modal-close-wrapper {
  background-color: var(--twgl--rgb-black-8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tw-modal-wrapper .tw-modal-container {
  background-color: var(--twgl--color-white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 2px 20px var(--twgl--rgb-black-2);
  -webkit-box-shadow: 0 2px 20px var(--twgl--rgb-black-2);
  padding: 25px;
  position: relative;
  z-index: 3;
}
.tw-modal-wrapper .tw-modal-close-button {
  background-color: var(--twgl--color-primary);
  border: 0 !important;
  border-top-right-radius: 6px;
  color: var(--twgl--color-white);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 400;
  height: 30px;
  padding: 0 !important;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
}
.tw-modal-wrapper .tw-modal-close-button:hover {
  background-color: var(--twgl--rgb-black-7);
}
.tw-modal-wrapper .tw-modal-header {
  color: var(--twgl--color-base-text);
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.tw-modal-wrapper .tw-modal-body {
  width: 100%;
}
.tw-modal-wrapper.fullwidthPopup {
  padding: 0;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  background-color: transparent;
  box-shadow: none;
}
.tw-modal-wrapper.fullwidthPopup .image_col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tw-modal-wrapper.fullwidthPopup .form_col {
  background-color: var(--twgl--color-white);
  padding: 20px;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  background-color: var(--twgl--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button:hover {
  background-color: var(--twgl--color-black);
}
@media screen and (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper {
    background-color: var(--twgl--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    left: auto;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    display: none !important;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:before {
    color: var(--twgl--color-white);
    content: "Close";
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    text-transform: uppercase;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:hover:before {
    color: var(--twgl--color-primary);
  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 991px) {
  .tw-modal-wrapper.fullwidthPopup .tw-modal-container {
    width: 750px;
  }
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  width: 750px;
}
@media screen and (max-width: 1199px) {
  .tw-modal-wrapper.modal-lg .tw-modal-container {
    width: 100%;
  }
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 600px;
}
.tw-modal-wrapper.showed {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
@media screen and (min-width: 768px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 40px;
  }
  .tw-modal-wrapper .tw-modal-close-button {
    height: 36px;
    width: 36px;
  }
  .tw-modal-wrapper .tw-modal-header {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.tw-modal-wrapper {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .heading_wrapper {
  flex-flow: column wrap;
}
.tw-modal-wrapper.showed {
  display: flex;
}

.popUp_form form {
  display: block !important;
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: var(--twgl--color-primary);
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
  display: flex;
  align-items: center;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  margin-left: 0;
}
.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0deg);
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  right: auto;
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.swiper-pagination-bullet:is(button) {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs .swiper-slide-thumb-active {
  /* Styles for active thumb slide */
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.resp-tabs-list li {
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  border: 1px solid #5AB1D0;
  border-bottom: none;
  margin-bottom: -1px;
  padding: 12px 14px 14px 14px;
  border-top: 4px solid #5AB1D0;
  border-bottom: 0px #fff solid;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #5AB1D0;
}

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1;
  margin-bottom: 0px;
  padding: 10px 15px;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px;
  padding: 14px 15px 15px 14px;
  border-top: 1px solid;
  border: 1px solid #5AB1D0;
  border-left: 4px solid #5AB1D0;
  margin-bottom: 4px;
  border-right: 1px #FFF solid;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB; /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1; /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1; /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media screen and (max-width: 991px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
  }
}
.curP {
  cursor: pointer;
}

.dFlex {
  display: flex;
  flex-flow: row wrap;
}

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

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

.vhCenter {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.vCenter {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

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

.hCenter {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.vBottom {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.hRight {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.vCenHRight {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
}

.vhEnd {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: flex-end;
}

.vBtmHcntr {
  align-items: flex-end;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.jc-center {
  justify-content: center;
}

.no-wrap {
  flex-wrap: nowrap;
}

.align-center {
  justify-content: center;
}

.grecaptcha-badge {
  display: none !important;
}

.center {
  justify-content: center;
  text-align: center;
}
.center .btn {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.cmn-space {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cmn-space {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
}

.cmn-space_bottom {
  padding-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_bottom {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cmn-space_bottom {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_bottom {
    padding-bottom: 80px !important;
  }
}

.cmn-space_top {
  padding-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_top {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cmn-space_top {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_top {
    padding-top: 80px !important;
  }
}

.cmn-space_sm {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_sm {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_sm {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}

.cmn-space_smTop {
  padding-top: 15px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_smTop {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_smTop {
    padding-top: 30px !important;
  }
}

.cmn-space_smBottom {
  padding-bottom: 15px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_smBottom {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_smBottom {
    padding-bottom: 30px !important;
  }
}

.cmn-space_md {
  padding-bottom: 22px !important;
  padding-top: 22px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_md {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_md {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }
}

.cmn-space_mdTop {
  padding-top: 22px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_mdTop {
    padding-top: 35px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_mdTop {
    padding-top: 45px !important;
  }
}

.cmn-space_mdBottom {
  padding-bottom: 22px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_mdBottom {
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_mdBottom {
    padding-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs-pt-0 {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 1199px) {
  .ipadPhone-pt-0 {
    padding-top: 0 !important;
  }
  .ipadPhone-pb-0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ipad-pb-0 {
    padding-bottom: 0 !important;
  }
  .ipad-pt-0 {
    padding-top: 0 !important;
  }
  .ipad-pt-10 {
    padding-top: 10px !important;
  }
  .ipad-pb-10 {
    padding-bottom: 10px !important;
  }
  .ipad-pt-15 {
    padding-top: 15px !important;
  }
  .ipad-pb-15 {
    padding-bottom: 15px !important;
  }
  .ipad-pt-20 {
    padding-top: 20px !important;
  }
  .ipad-pb-20 {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pb-0 {
    padding-bottom: 0 !important;
  }
  .xs-pt-0 {
    padding-top: 0 !important;
  }
  .xs-pt-10 {
    padding-top: 10px !important;
  }
  .xs-pb-10 {
    padding-bottom: 10px !important;
  }
  .xs-pt-15 {
    padding-top: 15px !important;
  }
  .xs-pb-15 {
    padding-bottom: 15px !important;
  }
  .xs-pt-20 {
    padding-top: 20px !important;
  }
  .xs-pb-20 {
    padding-bottom: 20px !important;
  }
}
.clear {
  display: block;
}

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

.m-b-0 {
  margin-bottom: 0 !important;
}

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

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

.m-b-20 {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .m-b-20 {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 1600px) {
  .m-b-20 {
    margin-bottom: 20px !important;
  }
}

.m-b-30 {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .m-b-30 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 1600px) {
  .m-b-30 {
    margin-bottom: 30px !important;
  }
}

.m-t-0 {
  margin-top: 0 !important;
}

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

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

.m-t-15 {
  margin-top: 10px !important;
}
@media screen and (min-width: 1600px) {
  .m-t-15 {
    margin-top: 15px !important;
  }
}

.m-t-20 {
  margin-top: 10px !important;
}
@media screen and (min-width: 768px) {
  .m-t-20 {
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 1600px) {
  .m-t-20 {
    margin-top: 20px !important;
  }
}

.m-t-30 {
  margin-top: 10px !important;
}
@media screen and (min-width: 768px) {
  .m-t-30 {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 1600px) {
  .m-t-30 {
    margin-top: 30px !important;
  }
}

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

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

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

.p-b-20 {
  padding-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .p-b-20 {
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 1600px) {
  .p-b-20 {
    padding-bottom: 20px !important;
  }
}

.p-b-30 {
  padding-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .p-b-30 {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1600px) {
  .p-b-30 {
    padding-bottom: 30px !important;
  }
}

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

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

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

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

.p-t-30 {
  padding-top: 10px !important;
}
@media screen and (min-width: 768px) {
  .p-t-30 {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1600px) {
  .p-t-30 {
    padding-top: 30px !important;
  }
}

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

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

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

#content_wrapper {
  overflow: hidden;
  padding-top: var(--ph--header-height) !important;
  position: relative;
  z-index: 3;
}

.fit-height {
  height: 100% !important;
}

.fit_image {
  height: 100%;
  overflow: hidden;
}
.fit_image img {
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100% !important;
}

.elementor-widget-image img {
  height: auto !important;
}
.elementor-widget-image.img-fitWrap {
  height: 100%;
}
.elementor-widget-image.img-fitWrap img {
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-image.auto_width img {
    height: auto !important;
    max-width: 100% !important;
    width: auto !important;
  }
}

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

address {
  font-style: normal !important;
}

/* |=>  Swiper Slider Navigation  <=| */
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto;
}
.swiper-navigation .swiper-button-prev svg,
.swiper-navigation .swiper-button-next svg {
  height: var(--btn-height);
  width: auto;
}
.swiper-navigation .swiper-button-prev svg > *,
.swiper-navigation .swiper-button-next svg > * {
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.swiper-navigation .swiper-button-prev .circle,
.swiper-navigation .swiper-button-next .circle {
  fill: var(--twgl--color-secondary);
  stroke: var(--twgl--rgb-white-9);
}
.swiper-navigation .swiper-button-prev .arrow,
.swiper-navigation .swiper-button-next .arrow {
  fill: var(--twgl--color-white);
}
.swiper-navigation .swiper-button-prev:hover,
.swiper-navigation .swiper-button-next:hover {
  background-color: transparent;
}
.swiper-navigation .swiper-button-prev:hover .circle,
.swiper-navigation .swiper-button-next:hover .circle {
  fill: var(--twgl--color-primary);
}
.swiper-navigation .swiper-button-prev:hover .arrow,
.swiper-navigation .swiper-button-next:hover .arrow {
  fill: var(--twgl--color-secondary);
}
.swiper-navigation .swiper-button-prev {
  left: calc(var(--btn-height) * -1.5);
}
.swiper-navigation .swiper-button-next {
  left: auto;
  right: calc(var(--btn-height) * -1.5);
}
@media screen and (max-width: 1199px) {
  .swiper-navigation .swiper-button-prev,
  .swiper-navigation .swiper-button-next {
    display: none !important;
  }
}

.project_socialShare {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.project_socialShare--title {
  color: var(--twgl--color-black);
  font-size: clamp(1.125rem, 1.0555555556rem + 0.3703703704vw, 1.5rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .project_socialShare--title {
    font-size: clamp(0.875rem, 0.8055555556rem + 0.3703703704vw, 1.25rem) !important;
  }
}
.project_socialShare--title {
  font-weight: 500;
  line-height: 1;
}
.project_socialShare--iconGroup {
  gap: 15px;
}
.project_socialShare--iconGroup svg {
  fill: var(--twgl--color-primary);
  height: 20px;
  width: auto !important;
}
.project_socialShare--iconGroup a {
  align-items: center;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  line-height: 1;
  padding: 0;
}
.project_socialShare--iconGroup a:hover svg {
  fill: var(--twgl--rgb-primary-5);
}

.inline_share .project_socialShare {
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}

.qc_info {
  display: inline-flex;
  line-height: 1;
}
.qc_info--wrap {
  align-items: center;
  display: inline-flex;
  line-height: 1;
  gap: 15px;
  position: relative;
}
.qc_info--wrap.call {
  align-items: flex-end;
}
.qc_info--icon {
  flex: 0 0 var(--qcin--icon-size);
  width: var(--qcin--icon-size);
}
.qc_info--icon svg {
  fill: var(--twgl--color-primary);
  height: var(--qcin--icon-size);
  width: auto !important;
}
a.qc_info--icon {
  display: inline-flex;
  line-height: 1;
}
a.qc_info--icon svg {
  fill: inherit;
}
a.qc_info--icon:hover svg {
  fill: var(--twgl--rgb-primary-5);
}

.qc_info--icon[href^="tel:"]:hover svg {
  fill: var(--twgl--color-primary);
}
.qc_info--text {
  display: inline-flex;
  flex-direction: column;
}
.qc_info--subText {
  color: var(--twgl--color-black);
  display: inline-flex;
  font-size: clamp(0.875rem, 0.8634259259rem + 0.0617283951vw, 0.9375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .qc_info--subText {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}
.qc_info--subText {
  font-weight: 300;
  letter-spacing: 15%;
  line-height: 1;
}
.qc_info--mainText {
  color: var(--twgl--color-black);
  display: inline-flex;
  font-size: clamp(0.9375rem, 0.9259259259rem + 0.0617283951vw, 1rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .qc_info--mainText {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}
.qc_info--mainText {
  font-weight: 500;
  line-height: 1;
}
a.qc_info--mainText:hover {
  color: var(--twgl--rgb-primary-5);
}

.qc_info--mainText[href^="tel:"] {
  font-size: clamp(1.5rem, 1.4074074074rem + 0.4938271605vw, 2rem) !important;
  font-weight: 600;
  line-height: 1;
}
.qc_info--mainText[href^="tel:"]:hover {
  color: var(--twgl--color-primary);
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .qc_info--mainText[href^="tel:"] {
    font-size: clamp(1.25rem, 1.2037037037rem + 0.2469135802vw, 1.5rem) !important;
  }
}
.qc_info.size__lg .qc_info--icon {
  flex: 0 0 var(--qcin--icon-size-lg);
  width: var(--qcin--icon-size-lg);
}
.qc_info.size__lg .qc_info--icon svg {
  height: var(--qcin--icon-size-lg);
}
.qc_info.fs-22 .qc_info--mainText {
  font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .qc_info.fs-22 .qc_info--mainText {
    font-size: clamp(0.8125rem, 0.7430555556rem + 0.3703703704vw, 1.1875rem) !important;
  }
}

@media screen and (min-width: 1200px) {
  .ipad_br {
    display: block !important;
  }
}

/*styled images*/
.img_art_1 {
  position: relative;
  padding-left: var(--styled--brdr-size-sm) !important;
}
@media screen and (max-width: 1199px) {
  .img_art_1 {
    display: inline-flex !important;
    margin: 0 auto !important;
  }
}
.img_art_1 {
  --styled--brdr-size: 7px;
  --styled--brdr-size-sm:5px;
}
@media screen and (min-width: 768px) {
  .img_art_1 {
    --styled--brdr-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .img_art_1 {
    --styled--brdr-size: 8px;
    --styled--brdr-size-sm: 8px;
  }
}
@media screen and (min-width: 1600px) {
  .img_art_1 {
    --styled--brdr-size: 16px;
    --styled--brdr-size-sm: 10px;
  }
}
@media screen and (min-width: 1850px) {
  .img_art_1 {
    --styled--brdr-size: 20px;
    --styled--brdr-size-sm: 13px;
  }
}
.img_art_1::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--styled--brdr-size-sm) * -1);
  background: #000;
  border-radius: 10px 0 0;
  height: 50% !important;
  width: 30% !important;
}
.img_art_1 img {
  border-radius: 10px 70px 10px 10px !important;
}
.img_art_1.home_page {
  padding-left: var(--styled--brdr-size) !important;
  position: relative;
  text-align: left !important;
}
.img_art_1.home_page:before {
  background-color: var(--twgl--color-black);
  content: "";
  position: absolute;
  left: 0px;
  top: calc(var(--styled--brdr-size) * -1);
  border-radius: var(--twgl--brdr_rad) 0 0;
  height: 50% !important;
  width: 30% !important;
}
.img_art_1.home_page img {
  border-radius: var(--twgl--brdr_rad) !important;
  border-top-right-radius: var(--twgl--brdr_rad-100) !important;
}
.img_art_1.img_art_1_alt {
  padding-left: 0 !important;
  padding-right: var(--styled--brdr-size-sm) !important;
}
.img_art_1.img_art_1_alt::before {
  left: auto;
  right: 0;
  border-radius: 0 10px 0 0;
}
.img_art_1.img_art_1_alt img {
  border-radius: 70px 10px 10px 10px !important;
}

/*end styled images*/
.cnt-left_border {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .cnt-left_border:after {
    background-color: #b0b0b0;
    content: "";
    display: block !important;
    height: 100%;
    left: -50px;
    position: absolute;
    top: 0;
    width: 1px;
  }
}

.project_header {
  --grouped-col-gap: 12px;
}
@media screen and (min-width: 768px) {
  .project_header {
    --grouped-col-gap: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .project_header {
    --grouped-col-gap: 18px;
  }
}
@media screen and (min-width: 1850px) {
  .project_header {
    --grouped-col-gap: 20px;
  }
}
.project_header {
  background-color: var(--twgl--color-white);
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: 9;
}
.project_header > .container {
  align-items: center;
  display: flex;
  padding-bottom: var(--ph--v-space);
  padding-top: var(--ph--v-space);
}
@media screen and (min-width: 1200px) {
  .project_header > .container {
    padding-bottom: 0;
  }
}
.project_header .project_logo {
  display: inline-flex;
  height: var(--ph--logo-height);
  line-height: 1;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.project_header .project_logo a {
  display: inline-flex;
  line-height: 1;
}
.project_header .project_logo img {
  max-height: 100% !important;
}
.project_header .project_socialShare--title {
  display: none !important;
}
.project_header .user_login {
  align-items: center;
  display: inline-flex;
  line-height: 1;
}
.project_header .user_login svg {
  fill: var(--twgl--color-primary);
  height: 24px;
  width: auto !important;
}
.project_header .user_login:hover svg {
  fill: var(--twgl--rgb-primary-5);
}
.project_header .phr_top .grouped_col {
  align-items: flex-end;
  display: inline-flex;
}
.project_header .user_login,
.project_header .project_socialShare,
.project_header .qc_info {
  margin-right: calc(var(--grouped-col-gap) * 2);
  position: relative;
}
.project_header .user_login:before,
.project_header .project_socialShare:before,
.project_header .qc_info:before {
  background-color: #d9d9d9;
  content: "";
  height: 23px;
  right: calc(var(--grouped-col-gap) * -1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1px;
}
.project_header.slim {
  box-shadow: 0 1px 5px var(--twgl--rgb-black-2);
  -webkit-box-shadow: 0 1px 5px var(--twgl--rgb-black-2);
}
.project_header.slim > .container {
  padding-bottom: calc(var(--ph--v-space) * 0.5);
  padding-top: calc(var(--ph--v-space) * 0.5);
}
.project_header.slim .project_logo {
  height: calc(var(--ph--logo-height) * 0.8);
}
.project_header.slim .elementor-widget-button.btn__md .elementor-button {
  font-size: clamp(0.6875rem, 0.6643518519rem + 0.1234567901vw, 0.8125rem) !important;
  height: calc(var(--twgl--btn-md-height) * 0.75) !important;
  padding: 0 calc(var(--twgl--btn-md-height) * 0.4) !important;
}
.project_header.slim .qc_info--icon {
  flex: 0 0 calc(var(--qcin--icon-size) * 0.9);
  width: calc(var(--qcin--icon-size) * 0.9);
}
.project_header.slim .qc_info--icon svg {
  height: calc(var(--qcin--icon-size) * 0.9);
}
.project_header.slim .qc_info--subText {
  font-size: clamp(0.875rem, 0.8634259259rem + 0.0617283951vw, 0.9375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .project_header.slim .qc_info--subText {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}
.project_header.slim .qc_info--mainText[href^="tel:"] {
  font-size: clamp(1.25rem, 1.1805555556rem + 0.3703703704vw, 1.625rem) !important;
}
@media screen and (min-width: 1200px) {
  .project_header.slim > .container {
    padding-bottom: 0 !important;
  }
  .project_header.slim .header_right {
    gap: 4px;
  }
}

:root {
  --swiper-dot-active-size: 30px;
  --gz--bnr-image-width: 180px;
  --gz--bnr-image-btm_pos: -40px;
}

.project_banner {
  position: relative;
}
.project_banner .slider_image {
  display: flex;
  line-height: 1;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.project_banner .slider_image img {
  display: block;
  height: 100%;
  line-height: 1;
  max-height: none !important;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.project_banner .container {
  align-items: center;
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  z-index: 5;
}
.project_banner .banner__content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.project_banner .btn_group {
  padding-top: 15px;
}
.project_banner .banner__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.project_banner .banner__wrap .slider_image img {
  -o-object-position: center;
     object-position: center;
}
.project_banner .banner__wrap.align-right .slider_image img {
  -o-object-position: center left;
     object-position: center left;
}
.project_banner.home {
  position: relative;
}
.project_banner.home .slider_image img {
  -o-object-position: center right;
     object-position: center right;
}
.project_banner.home .swiper-pagination {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 25px;
  left: auto;
  line-height: 1;
  justify-content: center;
  max-width: none !important;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto !important;
}
.project_banner.home .swiper-pagination-bullets {
  overflow: visible !important;
}
.project_banner.home .swiper-pagination-bullet {
  background-color: var(--twgl--color-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  flex: 0 0 10px;
  height: 10px;
  opacity: 1 !important;
  position: relative;
  transform-origin: center;
  width: 10px;
}
.project_banner.home .swiper-pagination-bullet:before {
  background-color: var(--twgl--rgb-white-2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}
.project_banner.home .swiper-pagination-bullet-active:before {
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}
.project_banner.home .swiper-slide {
  align-items: flex-start !important;
  opacity: 0 !important;
}
.project_banner.home .swiper-slide-active {
  opacity: 1 !important;
}
.project_banner.no-banner {
  border-top: 1px solid var(--twgl--rgb-black-5);
}

/* |=>  Our Services  <=| */
.our__services--btn {
  align-items: center;
  background-color: var(--twgl--color-white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 2px 10px var(--twgl--rgb-black-2);
  color: var(--twgl--color-black);
  display: flex;
  gap: 10px;
  min-height: var(--hm--service-tab-btn-height);
  padding: 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
.our__services--btn:before {
  background-color: var(--twgl--color-black);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  content: "";
  height: 60%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 8px;
  z-index: 2;
}
.our__services--btn:after {
  border-top: 15px solid var(--twgl--color-white);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: -14px;
  content: "";
  left: 50%;
  margin-bottom: 8px;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}
@media screen and (min-width: 575px) {
  .our__services--btn-icon {
    flex: 0 0 var(--hm--service-tab-icon-width);
    width: var(--hm--service-tab-icon-width);
  }
}
.our__services--btn-icon svg {
  height: var(--hm--service-tab-icon);
  width: auto !important;
}
.our__services--btn-icon svg .bg {
  fill: #e9e9e9;
  fill-opacity: 1 !important;
}
.our__services--btn-icon svg .icon {
  fill: var(--twgl--color-black);
}
.our__services--btn .icon-arrow {
  display: none;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 15px;
}
.our__services--btn .icon-arrow svg {
  fill: var(--twgl--color-white);
  height: var(--hm--service-link-icon);
  width: var(--hm--service-link-icon);
}
@media screen and (min-width: 1200px) {
  .our__services--btn {
    justify-content: center;
  }
  .our__services--btn-info {
    width: 60%;
  }
}
.our__services--childBtn {
  align-items: center;
  background-color: var(--twgl--color-white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 3px 7px var(--twgl--rgb-black-1) !important;
  -webkit-box-shadow: 0 3px 7px var(--twgl--rgb-black-1) !important;
  color: var(--twgl--color-black);
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  font-size: clamp(1.0625rem, 1.0162037037rem + 0.2469135802vw, 1.3125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .our__services--childBtn {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}
.our__services--childBtn {
  font-weight: 500;
  line-height: 1;
  min-height: var(--hm--service-btn-height);
  padding: 0 15px;
  width: 100%;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .our__services--childBtn {
    gap: 5px;
  }
}
.our__services--childBtn .child-item-icon {
  display: inline-flex;
  flex: 0 0 calc(var(--hm--service-btn-icon) + 15px);
  line-height: 1;
  width: calc(var(--hm--service-btn-icon) + 15px);
}
.our__services--childBtn .child-item-icon svg {
  height: var(--hm--service-btn-icon);
  width: var(--hm--service-btn-icon);
}
.our__services--childBtn .child-item-icon svg .obj {
  fill: var(--twgl--color-black);
}
.our__services--childBtn .child-item-icon svg .bg_obj {
  fill: #a7a7a7;
  fill-opacity: 0.2;
}
.our__services--childBtn .icon-arrow {
  display: inline-flex;
  flex: 0 0 calc(var(--hm--service-link-icon) + 5px);
  line-height: 1;
  margin-left: auto;
  padding-left: 5px;
  width: calc(var(--hm--service-link-icon) + 5px);
}
.our__services--childBtn .icon-arrow svg {
  fill: var(--twgl--color-white);
  height: var(--hm--service-link-icon) !important;
  width: var(--hm--service-link-icon) !important;
}
@media screen and (max-width: 1199px) {
  .our__services--childBtn .icon-arrow svg {
    fill: var(--twgl--color-black);
  }
}
.our__services--childBtn:hover {
  background-color: var(--twgl--color-black);
  box-shadow: none !important;
  color: var(--twgl--color-white);
}
.our__services--childBtn:hover .child-item-icon svg .obj {
  fill: var(--twgl--color-white);
}
.our__services--childBtn:hover .child-item-icon svg .bg_obj {
  fill: var(--twgl--color-white);
  fill-opacity: 0.2;
}
.our__services--childBtn:hover .icon-arrow svg {
  fill: var(--twgl--color-white) !important;
}
.our__services .child_listing {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.our__services .child_listing > * {
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .our__services .child_listing > * {
    flex: 0 0 50%;
    width: 50%;
  }
}
.our__services .resp-tab-active .our__services--btn {
  background-color: var(--twgl--color-black);
  box-shadow: none !important;
  color: var(--twgl--color-white);
}
.our__services .resp-tab-active .our__services--btn:before {
  background-color: var(--twgl--color-white);
}
.our__services .resp-tab-active .our__services--btn:after {
  border-top-color: var(--twgl--color-black);
  margin-bottom: 0;
  opacity: 1;
}
.our__services .resp-tab-active .our__services--btn .icon-arrow {
  display: inline-flex;
}
.our__services .resp-tab-active .our__services--btn-icon svg .bg {
  fill-opacity: 0.2 !important;
}
.our__services .resp-tab-active .our__services--btn-icon svg .icon {
  fill: var(--twgl--color-white);
}
@media screen and (min-width: 768px) {
  .our__services .our__services--btn {
    gap: 15px;
  }
}
@media screen and (min-width: 992px) {
  .our__services .resp-tabs-list {
    display: flex !important;
    margin: 0 -10px !important;
    padding: 0;
  }
  .our__services .resp-tabs-list > * {
    background-color: transparent !important;
    border: 0 !important;
    flex: 0 0 50%;
    margin: 0 !important;
    padding: 0 10px;
    width: 50%;
  }
  .our__services .our__services--btn {
    gap: 15px;
  }
  .our__services .our__services--btn .icon-arrow {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .our__services .resp-tab-content {
    border: 0 !important;
    padding: 20px 0 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .our__services {
    margin-top: calc(var(--hm--service-tab-btn-height) * -0.55) !important;
  }
}
@media screen and (min-width: 1600px) {
  .our__services .our__services--btn {
    gap: 30px;
  }
  .our__services .our__services--btn .icon-arrow {
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .our__services .resp-tab-content {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 991px) {
  .our__services--btn-info {
    padding-right: 25px !important;
  }
  .our__services .resp-accordion {
    background-color: transparent !important;
    border: 0 !important;
    margin: 10px 0 !important;
    padding: 0 !important;
    position: relative;
  }
  .our__services .resp-accordion .resp-arrow {
    align-items: center;
    background-color: var(--twgl--color-black);
    border: 0 !important;
    bottom: 50%;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 2px;
    transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    width: 40px;
    z-index: 6;
  }
  .our__services .resp-accordion .resp-arrow:before, .our__services .resp-accordion .resp-arrow:after {
    background-color: var(--twgl--color-white);
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .our__services .resp-accordion .resp-arrow:before {
    height: 18px;
    width: 2px;
  }
  .our__services .resp-accordion .resp-arrow:after {
    height: 2px;
    width: 18px;
  }
  .our__services .resp-accordion.resp-tab-active .resp-arrow {
    background-color: var(--twgl--color-white);
    border-bottom-right-radius: 10px;
    bottom: 2px;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .our__services .resp-accordion.resp-tab-active .resp-arrow:before {
    display: none !important;
  }
  .our__services .resp-accordion.resp-tab-active .resp-arrow:after {
    background-color: var(--twgl--color-black);
  }
  .our__services .resp-tab-content {
    border: 1px solid var(--twgl--color-black) !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -20px;
    padding-top: 20px;
  }
  .our__services .resp-tab-content:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .our__services .resp-tab-content {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 574px) {
  .our__services--btn {
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .no_margin .our__services {
    margin-top: 0 !important;
  }
}

.hm-tabs .line-breaker {
  align-items: center;
  display: flex;
  line-height: 1;
  justify-content: center;
  gap: 12px;
}
.hm-tabs .line-breaker:before, .hm-tabs .line-breaker:after {
  background-color: #9c9c9c;
  content: "";
  display: block;
  height: 1px;
  flex-grow: 1;
  max-width: 80px;
}

.title_stroke .line-breaker-after {
  align-items: center;
  display: flex;
  line-height: 1;
  gap: 12px;
}
.title_stroke .line-breaker-after:after {
  background-color: #c6c6c6;
  content: "";
  display: block;
  height: 1px;
  flex-grow: 1;
  max-width: 80px;
}

.cstd_no_style {
  --cns--item-height: 46px;
}
@media screen and (min-width: 768px) {
  .cstd_no_style {
    --cns--item-height: 60px;
  }
}
@media screen and (min-width: 992px) {
  .cstd_no_style {
    --cns--item-height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .cstd_no_style {
    --cns--item-height: 54px;
  }
}
@media screen and (min-width: 1600px) {
  .cstd_no_style {
    --cns--item-height: 70px;
  }
}
@media screen and (min-width: 1850px) {
  .cstd_no_style {
    --cns--item-height: 76px;
  }
}
.cstd_no_style ul {
  list-style: none;
  padding: 0;
  padding-left: calc(var(--cns--item-height) * 1.4);
  counter-reset: my-counter;
}
.cstd_no_style ul li {
  counter-increment: my-counter;
  font-size: clamp(1.1875rem, 1.0601851852rem + 0.6790123457vw, 1.875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .cstd_no_style ul li {
    font-size: clamp(1.0625rem, 1.0046296296rem + 0.3086419753vw, 1.375rem) !important;
  }
}
.cstd_no_style ul li {
  font-weight: 400;
  margin: 6px 0 !important;
  min-height: var(--cns--item-height);
  padding-bottom: 5px;
  padding-top: 7px;
  position: relative;
}
.cstd_no_style ul li:before {
  align-items: center;
  background-color: #191919;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #adaaaa;
  content: counter(my-counter, decimal);
  display: flex;
  flex: 0 0 calc(var(--cns--item-height) * 0.76);
  font-size: clamp(1.125rem, 1.0439814815rem + 0.4320987654vw, 1.5625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .cstd_no_style ul li:before {
    font-size: clamp(0.875rem, 0.8055555556rem + 0.3703703704vw, 1.25rem) !important;
  }
}
.cstd_no_style ul li:before {
  font-weight: 500;
  height: calc(var(--cns--item-height) * 0.76);
  left: calc(var(--cns--item-height) * -1.26);
  line-height: 1;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: calc(var(--cns--item-height) * 0.12);
  width: calc(var(--cns--item-height) * 0.76);
  z-index: 3;
}
.cstd_no_style ul li:after {
  background-color: #d7d7d7;
  content: "";
  height: var(--cns--item-height);
  left: calc(var(--cns--item-height) * -1.4);
  position: absolute;
  top: 0;
  width: calc(var(--cns--item-height) * 0.5);
  z-index: 1;
}
.cstd_no_style ul li:not(:last-child) {
  border-bottom: 1px solid #c1bbbb;
}
.cstd_no_style ul li:nth-child(odd):after {
  border-radius: var(--cns--item-height) 0 0 var(--cns--item-height);
}
.cstd_no_style ul li:nth-child(even):after {
  border-radius: 0 var(--cns--item-height) var(--cns--item-height) 0;
  left: calc(var(--cns--item-height) * -0.9);
}
@media screen and (min-width: 768px) {
  .cstd_no_style ul li {
    padding-top: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .cstd_no_style ul li {
    padding-top: 8px;
  }
}
@media screen and (min-width: 1600px) {
  .cstd_no_style ul li {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1850px) {
  .cstd_no_style ul li {
    padding-top: 12px;
  }
}

.cmn_form_sec {
  position: relative;
}
.cmn_form_sec:after {
  background-color: var(--twgl--rgb-black-1);
  content: "" !important;
  display: block !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.cmn_form_sec .e-con-inner {
  position: relative;
  z-index: 5 !important;
}

.page__heads {
  position: relative;
}
.page__heads:after {
  background-color: var(--twgl--color-black);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  content: "";
  display: block !important;
  height: 70%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 6px;
}

.page__header {
  --ph--icon-size: 40px;
  --ph--title-gap: 10px;
}
@media screen and (min-width: 768px) {
  .page__header {
    --ph--icon-size: 46px;
    --ph--title-gap: 15px;
  }
}
@media screen and (min-width: 992px) {
  .page__header {
    --ph--icon-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page__header {
    --ph--icon-size: 45px;
  }
}
@media screen and (min-width: 1600px) {
  .page__header {
    --ph--icon-size: 54px;
    --ph--title-gap: 20px;
  }
}
@media screen and (min-width: 1850px) {
  .page__header {
    --ph--icon-size: 60px;
    --ph--title-gap: 30px;
  }
}
.page__header {
  align-items: flex-start;
  display: flex;
  gap: var(--ph--title-gap);
  line-height: 1;
  padding-bottom: 20px;
  width: 100%;
}
.page__header--icon svg {
  height: var(--ph--icon-size) !important;
  width: auto !important;
}
.page__header--icon svg .obj {
  fill: var(--twgl--color-black);
}
.page__header--icon svg .bg_obj {
  fill: #a7a7a7;
  fill-opacity: 0.2;
}
.page__header--title {
  color: var(--twgl--color-black);
  font-size: clamp(1.5625rem, 1.25rem + 1.6666666667vw, 3.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .page__header--title {
    font-size: clamp(1.5rem, 1.3842592593rem + 0.6172839506vw, 2.125rem) !important;
  }
}
.page__header--title {
  font-weight: 500;
  line-height: 1.2;
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .page__header {
    flex-direction: column;
  }
}

.our_process {
  --process--icon-wrap: 200px;
  --first-step-space: 0px;
  --reg-step-space: 0px;
}
@media screen and (min-width: 768px) {
  .our_process {
    --first-step-space: 35px;
    --reg-step-space: 37px;
  }
}
@media screen and (min-width: 991px) {
  .our_process {
    --first-step-space: 35px;
    --reg-step-space: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .our_process {
    --process--icon-wrap: 190px;
    --first-step-space: 35px;
    --reg-step-space: 37px;
  }
}
@media screen and (min-width: 1600px) {
  .our_process {
    --process--icon-wrap: 236px;
    --first-step-space: 35px;
    --reg-step-space: 37px;
  }
}
@media screen and (min-width: 1850px) {
  .our_process {
    --first-step-space: 35px;
    --reg-step-space: 37px;
  }
}
.our_process > * {
  position: relative;
}
.our_process .elementor-icon-box {
  text-align: center;
}
.our_process .elementor-icon-box-icon {
  align-items: center !important;
  display: flex !important;
  flex: 0 0 var(--process--icon-wrap);
  height: var(--process--icon-wrap);
  justify-content: center;
  margin-bottom: calc(var(--process--icon-wrap) * 0.1) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  width: var(--process--icon-wrap);
}
.our_process .elementor-icon-box-icon .elementor-icon {
  position: relative;
  z-index: 5;
}
.our_process .elementor-icon-box-icon:before {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-flex !important;
  height: var(--process--icon-wrap);
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.our_process .elementor-icon-box-icon:after {
  background: transparent url(assets/images/process_shadow.png) no-repeat center/cover;
  content: "";
  display: flex !important;
  height: calc(var(--process--icon-wrap) * 1.300847);
  left: calc(var(--process--icon-wrap) * -0.4);
  position: absolute;
  top: calc(var(--process--icon-wrap) * 0.05);
  width: calc(var(--process--icon-wrap) * 1.300847);
  z-index: 1;
}
.our_process .elementor-icon-box-icon svg {
  height: calc(var(--process--icon-wrap) * 0.46) !important;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .our_process .elementor-icon-box-icon {
    margin-bottom: 0 !important;
  }
}
.our_process .elementor-icon-box-title {
  color: var(--twgl--color-black);
  font-size: clamp(1.1875rem, 1.0949074074rem + 0.4938271605vw, 1.6875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .our_process .elementor-icon-box-title {
    font-size: clamp(1rem, 0.9421296296rem + 0.3086419753vw, 1.3125rem) !important;
  }
}
.our_process .elementor-icon-box-title {
  font-weight: 500 !important;
  line-height: 1.2 !important;
  padding-bottom: 10px !important;
}
@media screen and (min-width: 1200px) {
  .our_process-start {
    margin-right: var(--first-step-space) !important;
  }
}
.our_process-start .elementor-widget-icon-box {
  position: relative;
}
.our_process-start .elementor-icon-box-icon:before {
  background-image: url(assets/images/process_end.png);
  width: calc(var(--process--icon-wrap) * 1.317796);
}
@media screen and (min-width: 1200px) {
  .our_process-start .elementor-icon-box-icon:before {
    background-image: url(assets/images/process_start.png);
  }
}
@media screen and (min-width: 1200px) {
  .our_process-steps {
    margin-right: var(--reg-step-space) !important;
  }
}
.our_process-steps .elementor-widget-icon-box {
  position: relative;
}
.our_process-steps .elementor-icon-box-icon:before {
  background-image: url(assets/images/process_end.png);
  width: calc(var(--process--icon-wrap) * 1.279661);
}
@media screen and (min-width: 1200px) {
  .our_process-steps .elementor-icon-box-icon:before {
    background-image: url(assets/images/process_steps.png);
  }
}
.our_process-end .elementor-icon-box-icon:before {
  background-image: url(assets/images/process_end.png);
  width: calc(var(--process--icon-wrap) * 0.961864);
}
@media screen and (min-width: 1200px) {
  .our_process > * {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .our_process > * {
    flex: 0 0 33%;
    width: 33% !important;
  }
}

/*service listing  and service single*/
.service_list .card_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 15px;
}
@media screen and (max-width: 1199px) {
  .service_list .card_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .service_list .card_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .service_list .card_grid {
    grid-template-columns: 1fr;
  }
}
.service_list .card_i {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 220px;
}
.service_list .card_i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
  transition: 0.4s;
}
.service_list .card_i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.service_list .card_i h3 {
  font-size: clamp(1.1875rem, 1.1064814815rem + 0.4320987654vw, 1.625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .service_list .card_i h3 {
    font-size: clamp(0.9375rem, 0.8796296296rem + 0.3086419753vw, 1.25rem) !important;
  }
}
.service_list .card_i h3 {
  margin: 0;
  padding: 0 !important;
  color: #fff;
}
.service_list .card_i p {
  font-weight: 300;
  display: none;
}
.service_list .card_i .card_more {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  top: -100px;
  transition: all ease 0.2s;
  position: absolute;
  right: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_list .card_i .card_more svg {
  width: 10px;
  height: 10px;
  fill: #fff;
}
.service_list .card_i .card_more:hover {
  background: #fff;
}
.service_list .card_i .card_more:hover svg {
  fill: #000;
}
.service_list .card_i .card_txt {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 3;
  color: #fff;
  text-align: center;
}
.service_list .card_i:hover .card_txt {
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service_list .card_i:hover p {
  display: block;
}
.service_list .card_i:hover .card_more {
  top: 20px;
}
.service_list .card_i:hover::after {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.service_list .card_cta {
  grid-column: span 2;
}
.service_list .card_cta::after {
  background: rgba(0, 0, 0, 0.7) !important;
}
.service_list .card_cta .card_cta_txt {
  z-index: 3;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service_list .card_cta .card_cta_txt h2 {
  font-size: clamp(1.25rem, 1.1111111111rem + 0.7407407407vw, 2rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .service_list .card_cta .card_cta_txt h2 {
    font-size: clamp(1.125rem, 1.0439814815rem + 0.4320987654vw, 1.5625rem) !important;
  }
}
.service_list .card_cta .card_cta_txt h2 {
  text-align: center;
  color: #fff;
  padding: 0 !important;
}
.service_list .card_cta .card_cta_txt .card_cta_subt {
  font-size: clamp(1.25rem, 1.1111111111rem + 0.7407407407vw, 2rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .service_list .card_cta .card_cta_txt .card_cta_subt {
    font-size: clamp(1.125rem, 1.0439814815rem + 0.4320987654vw, 1.5625rem) !important;
  }
}
.service_list .card_cta .card_cta_txt .card_cta_subt {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 300;
  margin: 0 0 15px;
}
.service_list .card_cta .card_cta_txt .card_cta_subt::before, .service_list .card_cta .card_cta_txt .card_cta_subt::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .service_list .card_cta {
    grid-column: span 3;
  }
}
@media screen and (max-width: 767px) {
  .service_list .card_cta {
    grid-column: span 1;
    height: 320px;
  }
}

.full_left {
  max-width: 810px;
  margin: 0 0 0 auto !important;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
@media screen and (max-width: 1699px) {
  .full_left {
    max-width: 715px;
  }
}
@media screen and (max-width: 1599px) {
  .full_left {
    max-width: 578px;
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 1199px) {
  .full_left {
    max-width: 960px;
    margin: 0 auto 0 auto !important;
  }
}
@media screen and (max-width: 1023px) {
  .full_left {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .full_left {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 1199px) {
  .seperator_tw {
    display: none !important;
  }
}

ul.dot_list_titled {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.dot_list_titled li {
  position: relative;
  padding: 0 0 0 24px;
  margin-bottom: 15px;
}
ul.dot_list_titled li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
ul.dot_list_titled li h3 {
  font-size: clamp(1.125rem, 1.0671296296rem + 0.3086419753vw, 1.4375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  ul.dot_list_titled li h3 {
    font-size: clamp(0.875rem, 0.8171296296rem + 0.3086419753vw, 1.1875rem) !important;
  }
}
ul.dot_list_titled li h3 {
  margin: 0;
  padding: 0 0 3px !important;
}
@media screen and (max-width: 1599px) {
  ul.dot_list_titled li {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
  }
  ul.dot_list_titled li::before {
    height: 7px;
    width: 7px;
  }
}
@media screen and (max-width: 767px) {
  ul.dot_list_titled li {
    top: 7px;
  }
  ul.dot_list_titled li + p {
    margin-top: 20px !important;
  }
}

.intro__box {
  padding: 50px !important;
}

/*end service listing and service single*/
/*media page*/
.media_page {
  /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    @include max(1599){
      gap:15px;
    }
    @include max(1199){
      grid-template-columns: repeat(2, 1fr);
    }
    @include max(767){
      grid-template-columns: repeat(1, 1fr);
    }*/
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.media_page .mediap_i {
  border: 10px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 5px;
  width: 32%;
}
.media_page .mediap_i .mediap_i_in iframe {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .media_page .mediap_i {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .media_page .mediap_i {
    width: 100%;
  }
}

/*end media page*/
/*careeer page*/
.career_bx .bx--text-in {
  padding: 40px !important;
  border-radius: 10px;
  background: #fff;
  width: auto !important;
  margin: 30px 0 30px -50px !important;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 2;
  position: relative;
}
.career_bx .bx--text-in .elementor-heading-title {
  display: flex;
}
.career_bx .bx--text-in.bx--text-in_alt {
  margin: 30px -50px 30px 0 !important;
}
@media screen and (max-width: 1199px) {
  .career_bx .bx--text-in {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
  }
  .career_bx .bx--text-in.bx--text-in_alt {
    margin: 0 !important;
  }
}

/*end career page*/
/*customer portal*/
.c_portal_row .c_portal_i {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px !important;
  border-bottom: 5px solid #ccc;
  border-left: 5px solid #ccc;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c_portal_row .c_portal_i {
    padding: 15px !important;
  }
}

/*end customer portal*/
/* |=>  About Page  <=| */
.video_play_wrap {
  --icon--btn-size: 40px;
}
@media screen and (min-width: 768px) {
  .video_play_wrap {
    --icon--btn-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .video_play_wrap {
    --icon--btn-size: 42px;
  }
}
@media screen and (min-width: 1600px) {
  .video_play_wrap {
    --icon--btn-size: 60px;
  }
}
@media screen and (min-width: 1850px) {
  .video_play_wrap {
    --icon--btn-size: 66px;
  }
}
.video_play_wrap .elementor-custom-embed-play svg {
  fill: var(--twgl--rgb-white-4);
  height: var(--icon--btn-size) !important;
  width: var(--icon--btn-size) !important;
}
.video_play_wrap .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play svg {
  fill: var(--twgl--color-white);
}
.video_play_wrap .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play svg #play-icon {
  fill: var(--twgl--color-black) !important;
}

.timesheet_listing #pt-cv-view-1b84d89qsc .pt-cv-content-item {
  background-color: var(--twgl--color-white) !important;
}
.timesheet_listing .pt-cv-content-item {
  background-color: var(--twgl--color-white) !important;
}
.timesheet_listing .panel-body .pt-cv-content p a {
  align-items: center;
  background-color: var(--twgl--color-black);
  border: 1px solid var(--twgl--color-black);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  color: var(--twgl--color-white);
  display: inline-flex;
  font-size: 14px !important;
  font-weight: 400;
  min-height: 32px;
  padding: 2px 20px;
  text-transform: uppercase;
}
.timesheet_listing .panel-body .pt-cv-content p a:hover {
  background-color: var(--twgl--color-white);
  color: var(--twgl--color-black);
}

/* table*/
table.table-wrap {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  table.table-wrap {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  table.table-wrap {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
table.table-wrap thead {
  background: var(--twgl--color-primary);
}
table.table-wrap thead th {
  color: #fff;
  text-align: left;
  padding: 12px 15px;
  font-weight: 500;
}
table.table-wrap tbody tr {
  border-bottom: 1px solid #ddd;
}
table.table-wrap tbody tr:nth-child(even) {
  background: #f9f9f9;
}
table.table-wrap tbody tr:hover {
  background: #f1f1f1;
}
table.table-wrap tbody td {
  padding: 12px 15px;
  color: var(--twgl--color-black);
  text-align: left;
}
table.table-wrap tbody td a {
  font-weight: 400;
}
table.table-wrap th,
table.table-wrap td {
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  table.table-wrap {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/*table*/
.ul-p-size ul {
  padding-left: 20px;
}

#gform_64 #gfield_description_64_4 {
  color: #f6f6f6;
}

@media screen and (max-width: 1199px) {
  .elementor-sticky {
    position: relative !important;
  }
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  display: inline-block !important;
  font-size: 0.75rem !important;
  background-size: 8px;
  padding-left: 5px !important;
  padding-right: 15px !important;
  border-radius: 4px !important;
  background-position: calc(100% - 5px) !important;
  color: #666 !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month option,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year option {
  color: #666 !important;
}

.gform_legacy_markup_wrapper .form_saved_message {
  margin: 1em auto;
  padding: 15px !important;
  width: 99%;
  font-weight: 400 !important;
  color: #000 !important;
  background-color: transparent !important;
}
.gform_legacy_markup_wrapper .form_saved_message #gform_14 input[type=email] {
  height: var(--twgl--input-height-md) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  background-color: var(--twgl--rgb-white-7) !important;
  border-color: var(--twgl--rgb-black-5) !important;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  color: var(--twgl--color-black) !important;
  font-size: clamp(1rem, 0.9884259259rem + 0.0617283951vw, 1.0625rem) !important;
}
.gform_legacy_markup_wrapper .form_saved_message #gform_14 input[type=submit] {
  margin-top: 15px;
  align-items: center;
  background-color: var(--twgl--color-black) !important;
  border: 1px solid var(--twgl--color-black) !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  color: var(--twgl--color-white) !important;
  text-transform: uppercase !important;
}
.gform_legacy_markup_wrapper .form_saved_message #gform_14 input[type=submit]:hover {
  background: #fff !important;
  color: #000 !important;
}

.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=email] {
  height: var(--twgl--input-height-md) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  background-color: var(--twgl--rgb-white-7) !important;
  border-color: var(--twgl--rgb-black-5) !important;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  color: var(--twgl--color-black) !important;
  font-size: clamp(1rem, 0.9884259259rem + 0.0617283951vw, 1.0625rem) !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}

.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  margin-top: 15px;
  align-items: center;
  background-color: var(--twgl--color-black) !important;
  border: 1px solid var(--twgl--color-black) !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  color: var(--twgl--color-white) !important;
  text-transform: uppercase !important;
}
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover {
  background: #fff !important;
  color: #000 !important;
}

.pt-cv-content button a:hover {
  text-decoration: underline !important;
}

:root {
  --twgl--avatar-box: 35px;
  --twgl--avatar-box-lg: 40px;
  --twgl--review-box-H_space: 20px;
  --twgl--review-box-V_space: 20px;
  --twgl--review-box-H_space-lg: 25px;
  --twgl--review-box-V_space-lg: 25px;
  --twgl--author-logo-height: 28px;
  --twgl--author-logo-height-lg: 32px;
  --twgl--testimonial-box-bg: #36345c;
  --twgl--author-name: #f5f5f5;
  --twgl--author-role: #a3a3a3;
  --twgl--blockquote-text: #d4d4d4;
  --twgl--blockquote-text-alt: #525252;
  --twgl--slider-arrow-box-size: 40px;
  --twgl--slider-arrow-shape: 14px;
}

@media screen and (min-width: 768px) {
  :root {
    --twgl--avatar-box: 38px;
    --twgl--avatar-box-lg: 46px;
    --twgl--review-box-H_space: 25px;
    --twgl--review-box-V_space: 35px;
    --twgl--review-box-H_space-lg: 30px;
    --twgl--review-box-V_space-lg: 40px;
    --twgl--author-logo-height: 32px;
    --twgl--author-logo-height-lg: 36px;
    --twgl--slider-arrow-box-size: 44px;
    --twgl--slider-arrow-shape: 14px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --twgl--avatar-box: 32px;
    --twgl--avatar-box-lg: 40px;
    --twgl--review-box-H_space: 20px;
    --twgl--review-box-V_space: 25px;
    --twgl--review-box-H_space-lg: 25px;
    --twgl--review-box-V_space-lg: 30px;
    --twgl--author-logo-height: 28px;
    --twgl--author-logo-height-lg: 34px;
    --twgl--slider-arrow-box-size: 38px;
    --twgl--slider-arrow-shape: 12px;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --twgl--avatar-box: 39px;
    --twgl--avatar-box-lg: 49px;
    --twgl--review-box-H_space: 30px;
    --twgl--review-box-V_space: 40px;
    --twgl--review-box-H_space-lg: 38px;
    --twgl--review-box-V_space-lg: 48px;
    --twgl--author-logo-height: 36px;
    --twgl--author-logo-height-lg: 40px;
    --twgl--slider-arrow-box-size: 50px;
    --twgl--slider-arrow-shape: 15px;
  }
}
@media screen and (min-width: 1850px) {
  :root {
    --twgl--avatar-box: 43px;
    --twgl--avatar-box-lg: 53px;
    --twgl--review-box-H_space: 35px;
    --twgl--review-box-V_space: 50px;
    --twgl--review-box-H_space-lg: 45px;
    --twgl--review-box-V_space-lg: 60px;
    --twgl--author-logo-height: 40px;
    --twgl--author-logo-height-lg: 44px;
    --twgl--slider-arrow-box-size: 60px;
    --twgl--slider-arrow-shape: 18px;
  }
}
[class*=review__layout_] {
  text-align: left;
}
[class*=review__layout_] > * {
  text-align: inherit;
}
[class*=review__layout_].center {
  text-align: center;
}

/* |=>  Version I  <=| */
.review__layout_iii {
  background-color: var(--twgl--testimonial-box-bg);
  border: 1px solid #5e5b7d;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 1px 15px var(--twgl--rgb-black-1);
  color: var(--twgl--blockquote-text);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: var(--twgl--review-box-V_space);
  position: relative;
  width: 100%;
}
.review__layout_iii .author__logo {
  line-height: 1;
  margin: 0 !important;
}
.review__layout_iii .author__logo img {
  max-height: var(--twgl--author-logo-height);
}
.review__layout_iii .review__header {
  align-items: center;
  display: grid;
  grid-template-columns: var(--twgl--avatar-box) 1fr;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
}
.review__layout_iii .avatar {
  background-color: var(--twgl--rgb-primary-2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: var(--twgl--color-primary);
  font-weight: 500;
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .review__layout_iii .avatar {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}
.review__layout_iii .avatar {
  height: var(--twgl--avatar-box);
  line-height: 1;
  margin: 0 !important;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  width: var(--twgl--avatar-box);
}
.review__layout_iii .avatar img {
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100% !important;
}
.review__layout_iii .author_info {
  display: grid;
  gap: 6px;
  line-height: 1;
}
.review__layout_iii .author_name {
  color: var(--twgl--author-name);
  font-weight: 400;
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .review__layout_iii .author_name {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}
.review__layout_iii .author_name {
  line-height: 1;
}
.review__layout_iii .author_role {
  color: var(--twgl--author-role);
  font-weight: 300;
  font-size: clamp(1rem, 0.9884259259rem + 0.0617283951vw, 1.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .review__layout_iii .author_role {
    font-size: clamp(0.6875rem, 0.6412037037rem + 0.2469135802vw, 0.9375rem) !important;
  }
}
.review__layout_iii .author_role {
  font-style: normal;
  line-height: 1;
}
.review__layout_iii .review__text {
  color: var(--twgl--blockquote-text);
  font-weight: 200;
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .review__layout_iii .review__text {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}
.review__layout_iii .review__text {
  line-height: 1.5;
  margin-bottom: 0 !important;
}
.review__layout_iii .read_more_tm {
  background-color: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: var(--twgl--color-secondary);
  display: inline-flex;
  font-weight: 300;
  font-size: clamp(0.75rem, 0.7152777778rem + 0.1851851852vw, 0.9375rem) !important;
  line-height: 1;
  padding: 5px 0 0;
  width: auto;
}
.review__layout_iii .read_more_tm:hover {
  color: var(--twgl--color-primary);
}
@media screen and (min-width: 1200px) {
  .review__layout_iii {
    width: 80%;
  }
}
@media screen and (min-width: 1600px) {
  .review__layout_iii {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    gap: 15px;
  }
  .review__layout_iii .review__header {
    gap: 20px;
  }
  .review__layout_iii .author_info {
    gap: 10px;
  }
}

.hmTestimonial__slider {
  --slider-vSpacing: 0;
  --slide_wrap_height: auto;
}
@media screen and (min-width: 768px) {
  .hmTestimonial__slider {
    --slider-vSpacing: 40px;
    --slide_wrap_height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .hmTestimonial__slider {
    --slider-vSpacing: 50px;
    --slide_wrap_height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .hmTestimonial__slider {
    --slider-vSpacing: 50px;
    --slide_wrap_height: 310px;
  }
}
@media screen and (min-width: 1600px) {
  .hmTestimonial__slider {
    --slider-vSpacing: 80px;
    --slide_wrap_height: 520px;
  }
}
@media screen and (min-width: 1800px) {
  .hmTestimonial__slider {
    --slider-vSpacing: 100px;
    --slide_wrap_height: 520px;
  }
}
.hmTestimonial__slider .swiper-wrapper {
  min-height: var(--slide_wrap_height);
}
@media screen and (min-width: 1200px) {
  .hmTestimonial__slider .review__layout_iii .review__text p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .hmTestimonial__slider .review__layout_iii .read_more_tm {
    display: none;
  }
  .hmTestimonial__slider .swiper-slide-active {
    position: relative;
    z-index: 4;
  }
  .hmTestimonial__slider .swiper-slide-active .review__layout_iii {
    left: 50%;
    padding: var(--twgl--review-box-V_space-lg);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: calc(100% + 140px);
    z-index: 3;
  }
  .hmTestimonial__slider .swiper-slide-active .review__layout_iii .author__logo img {
    max-height: var(--twgl--author-logo-height-lg);
  }
  .hmTestimonial__slider .swiper-slide-active .review__layout_iii .review__header {
    grid-template-columns: var(--twgl--avatar-box-lg) 1fr;
    gap: 12px;
    padding-top: 20px;
  }
  .hmTestimonial__slider .swiper-slide-active .review__layout_iii .avatar {
    font-size: clamp(1.125rem, 1.0555555556rem + 0.3703703704vw, 1.5rem) !important;
    height: var(--twgl--avatar-box-lg);
    width: var(--twgl--avatar-box-lg);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1599px) {
  .hmTestimonial__slider .swiper-slide-active .review__layout_iii .avatar {
    font-size: clamp(0.875rem, 0.8055555556rem + 0.3703703704vw, 1.25rem) !important;
  }
}
@media screen and (min-width: 1200px) {
  .hmTestimonial__slider .swiper-slide-active .review__layout_iii .author_name {
    font-size: clamp(1.125rem, 1.0555555556rem + 0.3703703704vw, 1.5rem) !important;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1599px) {
  .hmTestimonial__slider .swiper-slide-active .review__layout_iii .author_name {
    font-size: clamp(0.875rem, 0.8055555556rem + 0.3703703704vw, 1.25rem) !important;
  }
}
@media screen and (min-width: 1200px) {
  .hmTestimonial__slider .swiper-slide-active .review__layout_iii .author_role {
    font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1599px) {
  .hmTestimonial__slider .swiper-slide-active .review__layout_iii .author_role {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}
@media screen and (min-width: 1200px) {
  .hmTestimonial__slider .swiper-slide-active .review__layout_iii .review__text {
    font-size: clamp(1.0625rem, 1.0162037037rem + 0.2469135802vw, 1.3125rem) !important;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1599px) {
  .hmTestimonial__slider .swiper-slide-active .review__layout_iii .review__text {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}
@media screen and (min-width: 1200px) {
  .hmTestimonial__slider .swiper-slide-active .review__layout_iii .review__text p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .hmTestimonial__slider .swiper-slide-active .review__layout_iii .read_more_tm {
    display: inline-block;
  }
  .hmTestimonial__slider .swiper-slide-next .review__layout_iii {
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .hmTestimonial__slider .swiper-slide-active .review__layout_iii {
    width: calc(100% + 100px);
  }
}
@media screen and (min-width: 1600px) {
  .hmTestimonial__slider .review__layout_iii .review__text p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .hmTestimonial__slider .swiper-slide-active .review__layout_iii {
    width: calc(100% + 140px);
  }
  .hmTestimonial__slider .swiper-slide-active .review__layout_iii .review__text p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
}

.testimonial_layout_iii .swiper-navigation .swiper-button-prev .circle,
.testimonial_layout_iii .swiper-navigation .swiper-button-next .circle {
  fill: #36345c;
  stroke: #5e5b7d;
}
.testimonial_layout_iii .swiper-navigation .swiper-button-prev .arrow,
.testimonial_layout_iii .swiper-navigation .swiper-button-next .arrow {
  fill: var(--twgl--color-white);
}
.testimonial_layout_iii .swiper-navigation .swiper-button-prev:hover .circle,
.testimonial_layout_iii .swiper-navigation .swiper-button-next:hover .circle {
  fill: var(--twgl--color-primary);
}
.testimonial_layout_iii .swiper-navigation .swiper-button-prev:hover .arrow,
.testimonial_layout_iii .swiper-navigation .swiper-button-next:hover .arrow {
  fill: var(--twgl--color-secondary);
}

/* |=>  Quotes from Teams  <=| */
.team__blockquote_item {
  --tbqi--box-padding: 30px;
  --tbqi--box-radius: 10px;
  --tbqi--box-gap: 10px;
  --tbqi--quote-iconHeight: 26px;
  --tbqi--avatar-size: 60px;
  --tbqi--info-gap: 15px;
}
@media screen and (min-width: 768px) {
  .team__blockquote_item {
    --tbqi--box-padding: 40px;
    --tbqi--box-radius: 18px;
    --tbqi--quote-iconHeight: 32px;
    --tbqi--avatar-size: 65px;
    --tbqi--info-gap: 15px;
  }
}
@media screen and (min-width: 992px) {
  .team__blockquote_item {
    --tbqi--box-padding: 35px;
    --tbqi--box-radius: 15px;
    --tbqi--quote-iconHeight: 26px;
    --tbqi--avatar-size: 60px;
    --tbqi--info-gap: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .team__blockquote_item {
    --tbqi--box-padding: 40px;
    --tbqi--box-radius: 15px;
    --tbqi--box-gap: 12px;
    --tbqi--quote-iconHeight: 24px;
    --tbqi--avatar-size: 54px;
    --tbqi--info-gap: 12px;
  }
}
@media screen and (min-width: 1600px) {
  .team__blockquote_item {
    --tbqi--box-padding: 60px;
    --tbqi--box-radius: 25px;
    --tbqi--box-gap: 20px;
    --tbqi--quote-iconHeight: 30px;
    --tbqi--avatar-size: 74px;
    --tbqi--info-gap: 20px;
  }
}
@media screen and (min-width: 1850px) {
  .team__blockquote_item {
    --tbqi--box-padding: 70px;
    --tbqi--box-radius: 32px;
    --tbqi--box-gap: 25px;
    --tbqi--quote-iconHeight: 40px;
    --tbqi--avatar-size: 85px;
    --tbqi--info-gap: 25px;
  }
}
.team__blockquote_item {
  background-color: var(--twgl--color-white);
  border-radius: var(--tbqi--box-radius);
  -webkit-border-radius: var(--tbqi--box-radius);
  border: 3px solid #e5e7eb;
  box-shadow: 0 3px 10px var(--twgl--rgb-black-1);
  -webkit-box-shadow: 0 3px 10px var(--twgl--rgb-black-1);
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: var(--tbqi--box-gap);
  padding: var(--tbqi--box-padding);
  position: relative;
}
.team__blockquote_item .quote_icon {
  display: block;
  line-height: 1;
}
.team__blockquote_item .quote_icon svg {
  fill: var(--twgl--color-primary);
  height: var(--tbqi--quote-iconHeight);
}
.team__blockquote_item .quote_text {
  color: var(--twgl--text-alt);
  font-weight: 300;
  font-size: clamp(1rem, 0.9768518519rem + 0.1234567901vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .team__blockquote_item .quote_text {
    font-size: clamp(0.75rem, 0.7037037037rem + 0.2469135802vw, 1rem) !important;
  }
}
.team__blockquote_item .quote_text {
  font-style: normal;
  line-height: 1.5;
  margin: 0 !important;
  padding: 0 !important;
}
.team__blockquote_item .team_bio {
  align-items: center;
  display: flex;
  line-height: 1;
  gap: var(--tbqi--info-gap);
  margin-top: auto;
}
.team__blockquote_item .team_bio .member_avatar {
  background-color: var(--twgl--rgb-primary-2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid var(--twgl--color-primary);
  color: var(--twgl--color-primary);
  font-weight: 500;
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .team__blockquote_item .team_bio .member_avatar {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}
.team__blockquote_item .team_bio .member_avatar {
  flex: 0 0 var(--tbqi--avatar-size);
  height: var(--tbqi--avatar-size);
  line-height: 1;
  margin: 0 !important;
  overflow: hidden;
  width: var(--tbqi--avatar-size);
}
.team__blockquote_item .team_bio .member_avatar img {
  display: block;
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100% !important;
}
.team__blockquote_item .team_bio .member_info {
  display: grid;
  gap: 6px;
  line-height: 1;
}
.team__blockquote_item .team_bio .member_name {
  color: var(--twgl--text-option-6);
  font-weight: 700;
  font-size: clamp(1.125rem, 1.0555555556rem + 0.3703703704vw, 1.5rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .team__blockquote_item .team_bio .member_name {
    font-size: clamp(0.875rem, 0.8055555556rem + 0.3703703704vw, 1.25rem) !important;
  }
}
.team__blockquote_item .team_bio .member_name {
  line-height: 1;
  margin: 0 !important;
  padding: 0 !important;
}
.team__blockquote_item .team_bio .member_role {
  color: var(--twgl--text-option-5);
  font-weight: 400;
  font-size: clamp(1.0625rem, 1.0162037037rem + 0.2469135802vw, 1.3125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .team__blockquote_item .team_bio .member_role {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}
.team__blockquote_item .team_bio .member_role {
  font-style: normal;
  line-height: 1;
}

.team_blockquoteSlider .swiper-slide {
  padding: 10px !important;
}

.theme_white .swiper-navigation .swiper-button-prev svg,
.theme_white .swiper-navigation .swiper-button-next svg {
  height: var(--btn-height-lg);
}
.theme_white .swiper-navigation .swiper-button-prev .circle,
.theme_white .swiper-navigation .swiper-button-next .circle {
  fill: var(--twgl--color-secondary);
  stroke: var(--twgl--rgb-white-9);
}
.theme_white .swiper-navigation .swiper-button-prev .arrow,
.theme_white .swiper-navigation .swiper-button-next .arrow {
  fill: #171717;
}
.theme_white .swiper-navigation .swiper-button-prev:hover .circle,
.theme_white .swiper-navigation .swiper-button-next:hover .circle {
  fill: var(--twgl--color-primary);
}
.theme_white .swiper-navigation .swiper-button-prev:hover .arrow,
.theme_white .swiper-navigation .swiper-button-next:hover .arrow {
  fill: var(--twgl--color-primary);
}
.theme_white .swiper-navigation .swiper-button-prev {
  left: calc(var(--btn-height-lg) * -0.5);
}
.theme_white .swiper-navigation .swiper-button-next {
  left: auto;
  right: calc(var(--btn-height-lg) * -0.5);
}
.theme_white .review__layout_iii {
  background-color: var(--twgl--color-white);
  border: 1px solid #5e5b7d;
  color: var(--twgl--blockquote-text-alt);
}
.theme_white .review__layout_iii .author_name {
  color: var(--twgl--blockquote-text-alt);
  font-size: clamp(1.125rem, 1.0671296296rem + 0.3086419753vw, 1.4375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .theme_white .review__layout_iii .author_name {
    font-size: clamp(0.875rem, 0.8171296296rem + 0.3086419753vw, 1.1875rem) !important;
  }
}
.theme_white .review__layout_iii .author_name {
  font-weight: 500;
}
.theme_white .review__layout_iii .author_role {
  color: var(--twgl--blockquote-text-alt);
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .theme_white .review__layout_iii .author_role {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}
.theme_white .review__layout_iii .author_role {
  font-weight: 300;
}
.theme_white .review__layout_iii .review__text {
  color: var(--twgl--blockquote-text-alt);
  font-size: clamp(1.0625rem, 1.0162037037rem + 0.2469135802vw, 1.3125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .theme_white .review__layout_iii .review__text {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}
.theme_white .review__layout_iii .review__text {
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  .theme_white .hmTestimonial__slider .review__layout_iii {
    opacity: 0.6;
  }
  .theme_white .hmTestimonial__slider .review__layout_iii .author_name {
    font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1599px) {
  .theme_white .hmTestimonial__slider .review__layout_iii .author_name {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}
@media screen and (min-width: 1200px) {
  .theme_white .hmTestimonial__slider .review__layout_iii .author_role {
    font-size: clamp(1rem, 0.9768518519rem + 0.1234567901vw, 1.125rem) !important;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1599px) {
  .theme_white .hmTestimonial__slider .review__layout_iii .author_role {
    font-size: clamp(0.75rem, 0.7037037037rem + 0.2469135802vw, 1rem) !important;
  }
}
@media screen and (min-width: 1200px) {
  .theme_white .hmTestimonial__slider .review__layout_iii .review__text {
    font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1599px) {
  .theme_white .hmTestimonial__slider .review__layout_iii .review__text {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}
@media screen and (min-width: 1200px) {
  .theme_white .hmTestimonial__slider .review__layout_iii .review__text p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .theme_white .hmTestimonial__slider .swiper-slide-active .review__layout_iii {
    border-color: #f5f5f5;
    opacity: 1;
  }
  .theme_white .hmTestimonial__slider .swiper-slide-active .review__layout_iii .author__logo img {
    max-height: var(--twgl--author-logo-height-lg);
  }
  .theme_white .hmTestimonial__slider .swiper-slide-active .review__layout_iii .avatar {
    font-size: clamp(1.125rem, 1.0555555556rem + 0.3703703704vw, 1.5rem) !important;
    height: var(--twgl--avatar-box-lg);
    width: var(--twgl--avatar-box-lg);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1599px) {
  .theme_white .hmTestimonial__slider .swiper-slide-active .review__layout_iii .avatar {
    font-size: clamp(0.875rem, 0.8055555556rem + 0.3703703704vw, 1.25rem) !important;
  }
}
@media screen and (min-width: 1200px) {
  .theme_white .hmTestimonial__slider .swiper-slide-active .review__layout_iii .author_name {
    font-size: clamp(1.125rem, 1.0671296296rem + 0.3086419753vw, 1.4375rem) !important;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1599px) {
  .theme_white .hmTestimonial__slider .swiper-slide-active .review__layout_iii .author_name {
    font-size: clamp(0.875rem, 0.8171296296rem + 0.3086419753vw, 1.1875rem) !important;
  }
}
@media screen and (min-width: 1200px) {
  .theme_white .hmTestimonial__slider .swiper-slide-active .review__layout_iii .author_role {
    font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1599px) {
  .theme_white .hmTestimonial__slider .swiper-slide-active .review__layout_iii .author_role {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}
@media screen and (min-width: 1200px) {
  .theme_white .hmTestimonial__slider .swiper-slide-active .review__layout_iii .review__text {
    font-size: clamp(1.0625rem, 1.0162037037rem + 0.2469135802vw, 1.3125rem) !important;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1599px) {
  .theme_white .hmTestimonial__slider .swiper-slide-active .review__layout_iii .review__text {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem) !important;
  }
}
@media screen and (min-width: 1200px) {
  .theme_white .hmTestimonial__slider .swiper-slide-active .review__layout_iii .review__text p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 1200px) {
  .theme_white .swiper-pagination {
    bottom: -10px;
  }
  .theme_white .swiper-pagination-bullet {
    background-color: #d4d4d4 !important;
    cursor: pointer;
    height: 7px !important;
    width: 7px !important;
  }
  .theme_white .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #171717 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 1600px) {
  .theme_white .swiper-pagination-bullet {
    height: 13px !important;
    width: 13px !important;
  }
}

@media screen and (max-width: 1199px) {
  .swiper-pagination {
    display: none !important;
  }
}

.no-dots .swiper-pagination {
  display: none !important;
}

.testimQuotWrap .review__layout_iii {
  opacity: 1 !important;
  width: 100% !important;
}
.testimQuotWrap .review__layout_iii .review__text {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: none !important;
  -webkit-box-orient: vertical;
}
.testimQuotWrap .review__layout_iii .review__text p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: none !important;
  -webkit-box-orient: vertical;
}

/* ===========================
          Faq
=========================== */
/* |=>  Version II  <=| */
:root {
  --twgl--faq_ii-title-V_space: 10px;
  --twgl--faq_ii-title-H_space: 15px;
  --twgl--faq_ii-mHeight: 48px;
  --twgl--faq_ii-default-fFamily: var(--twgl--font-primary);
  --twgl--faq_ii-alt-fFamily: var(--twgl--font-secondary);
  --twgl--faq_ii-box-bg: var(--twgl--rgb-white-6);
  --twgl--faq_ii-active-bg: #d5e7b7;
  --twgl--faq_ii-box-border: #dbd9d9;
  --twgl--faq_ii-question: var(--twgl--color-black);
  --twgl--faq_ii-answer: var(--twgl--color-black);
  --twgl--faq_ii-icon-height: 16px;
}

@media screen and (min-width: 768px) {
  :root {
    --twgl--faq_ii-title-V_space: 15px;
    --twgl--faq_ii-title-H_space: 25px;
    --twgl--faq_ii-mHeight: 52px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --twgl--faq_ii-title-V_space: 10px;
    --twgl--faq_ii-title-H_space: 15px;
    --twgl--faq_ii-mHeight: 42px;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --twgl--faq_ii-title-H_space: 24px;
    --twgl--faq_ii-mHeight: 62px;
    --twgl--faq_ii-icon-height: 20px;
  }
}
@media screen and (min-width: 1850px) {
  :root {
    --twgl--faq_ii-title-H_space: 30px;
    --twgl--faq_ii-mHeight: 72px;
    --twgl--faq_ii-icon-height: 22px;
  }
}
.faq__layout_ii .faq__grid__wrap {
  background-color: var(--twgl--faq_ii-box-bg);
}
.faq__layout_ii .faq__grid__wrap .faq__grid__title {
  align-items: center;
  border: 1px solid var(--twgl--faq_ii-box-border);
  color: var(--twgl--faq_ii-question);
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  font-family: var(--twgl--faq_ii-default-fFamily);
  font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .faq__layout_ii .faq__grid__wrap .faq__grid__title {
    font-size: clamp(0.8125rem, 0.7430555556rem + 0.3703703704vw, 1.1875rem) !important;
  }
}
.faq__layout_ii .faq__grid__wrap .faq__grid__title {
  font-weight: 400;
  gap: 15px;
  line-height: 1.3;
  min-height: var(--twgl--faq_ii-mHeight);
  padding: var(--twgl--faq_ii-title-V_space) var(--twgl--faq_ii-title-H_space);
  position: relative;
  text-transform: none;
}
.faq__layout_ii .faq__grid__wrap .faq__grid__title h2 {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: inherit;
}
.faq__layout_ii .faq__grid__wrap .faq__grid__title h3 {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: inherit;
}
.faq__layout_ii .faq__grid__wrap .faq__grid__title h4 {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: inherit;
}
.faq__layout_ii .faq__grid__wrap .faq__grid__title .quest {
  flex-grow: 1;
}
.faq__layout_ii .faq__grid__wrap .faq__grid__title .expand {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  line-height: 1;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  position: relative;
  transform-origin: center;
}
.faq__layout_ii .faq__grid__wrap .faq__grid__title .expand svg {
  display: block;
  fill: var(--twgl--color-base-text);
  height: var(--twgl--faq_ii-icon-height) !important;
  position: relative;
  width: auto !important;
}
.faq__layout_ii .faq__grid__wrap .faq_content {
  background-color: var(--twgl--faq_ii-answer-bg);
  color: var(--twgl--faq_ii-answer);
  display: none;
  font-size: clamp(1rem, 0.9768518519rem + 0.1234567901vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .faq__layout_ii .faq__grid__wrap .faq_content {
    font-size: clamp(0.75rem, 0.7037037037rem + 0.2469135802vw, 1rem) !important;
  }
}
.faq__layout_ii .faq__grid__wrap .faq_content {
  font-weight: 400;
  line-height: 1.5;
  padding: var(--twgl--faq_ii-title-H_space);
}
.faq__layout_ii .faq__grid__wrap.opened .faq__grid__title {
  background-color: var(--twgl--faq_ii-active-bg);
  border-color: transparent !important;
  color: var(--twgl--color-black);
}
.faq__layout_ii .faq__grid__wrap.opened .expand svg {
  fill: var(--twgl--color-black);
}
.faq__layout_ii .faq__grid__wrap.opened .expand svg #vr_x5F_line {
  display: none !important;
}
.faq__layout_ii .faq__grid__wrap:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 1600px) {
  .faq__layout_ii .faq__grid__wrap:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .faq__layout_ii .faq__grid__wrap .faq__grid__title {
    align-items: flex-start;
  }
  .faq__layout_ii .faq__grid__wrap .faq__grid__title .expand {
    margin-top: 7px !important;
  }
}
@media screen and (max-width: 767px) {
  .faq__layout_ii .faq__grid__wrap .faq__grid__title .expand {
    margin-top: 5px !important;
  }
}

.tw-accordion-style .e-n-accordion-item-title {
  color: #000000 !important;
  background-color: #ffffff !important;
  font-weight: 600 !important;
}
.tw-accordion-style .e-n-accordion-item-title[aria-expanded=true] {
  background-color: #e8e8e8 !important;
}
.tw-accordion-style .e-n-accordion-item-title:hover {
  background-color: #e8e8e8 !important;
}
.tw-accordion-style .elementor-widget-n-accordion {
  margin-bottom: 10px !important;
}
.tw-accordion-style .e-n-accordion-item .e-con-full {
  border: 1px solid #ddd;
}

.project_footer .container {
  display: flex;
  flex-flow: row wrap;
}
.project_footer .footer_logo {
  display: inline-flex;
  height: calc(var(--ph--logo-height) * 1.19);
  line-height: 1;
}
.project_footer .qc_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}
.project_footer .qc_info--wrap.address:before {
  background-color: #8b8b8b;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.3;
  position: absolute;
  width: 100%;
}
.project_footer .powered {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.project_footer .powered img {
  align-self: flex-start;
  flex-grow: 0;
  width: auto !important;
}
.project_footer .footer_col-right .tw-row {
  align-items: flex-start;
}
.project_footer .theme_footer--top {
  background-color: #f0f2f3;
  padding-bottom: var(--twgl--cmn-space-sm);
  padding-top: var(--twgl--cmn-space-sm);
}
.project_footer .theme_footer--top .container {
  align-items: flex-start;
}
.project_footer .theme_footer--copyright {
  background-color: #040404;
  color: var(--twgl--rgb-white-7);
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: clamp(1rem, 0.9884259259rem + 0.0617283951vw, 1.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .project_footer .theme_footer--copyright {
    font-size: clamp(0.6875rem, 0.6412037037rem + 0.2469135802vw, 0.9375rem) !important;
  }
}
.project_footer .theme_footer--copyright {
  font-weight: 300;
}
.project_footer .theme_footer--copyright .container {
  flex-direction: column;
}
.project_footer .theme_footer--copyright p + p {
  padding-top: 5px !important;
}
.project_footer .theme_footer--copyright a {
  color: var(--twgl--color-white);
  text-decoration: none !important;
}
.project_footer .theme_footer--copyright a:hover {
  color: var(--twgl--rgb-white-6);
  text-decoration: underline !important;
}

@media screen and (min-width: 575px) {
  .mobLandscape-clear {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .ipad-clear {
    display: block;
  }
  .tw-col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .project_header .header_right {
    align-items: flex-end;
    display: inline-flex;
    flex-direction: column;
    margin-left: auto;
    padding-left: 15px;
  }
  .project_header .phr_top {
    align-items: flex-end;
    display: inline-flex;
    gap: 20px;
    justify-content: flex-end;
    line-height: 1;
  }
  .project_footer .project_socialShare {
    padding-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .ipad-lg-clear {
    display: block;
  }
  .tw-col-lg-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .tw-col-lg-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .project_header .phr_top {
    flex-direction: row-reverse;
  }
  .project_footer .qc_info {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .project_footer .qc_info--wrap.address:before {
    display: none !important;
  }
  .project_footer .footer_col-left {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 20px;
    width: 100%;
  }
  .project_footer .footer_menu ul.main_nav {
    display: flex;
    flex-flow: row wrap;
  }
  .project_footer .footer_menu ul.main_nav li {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .project_footer .footer_menu ul ul {
    display: flex;
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .project_footer .qc_info--mainText[href^="tel:"] {
    font-size: clamp(1.25rem, 1.2037037037rem + 0.2469135802vw, 1.5rem) !important;
  }
  .project_footer .qc_info.size__lg .qc_info--icon {
    flex: 0 0 calc(var(--qcin--icon-size-lg) * 0.9);
    width: calc(var(--qcin--icon-size-lg) * 0.9);
  }
  .project_footer .qc_info.size__lg .qc_info--icon svg {
    height: calc(var(--qcin--icon-size-lg) * 0.9);
  }
  .project_footer .footer_menu ul ul li {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .project_footer .footer_menu ul ul li {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
}
@media screen and (min-width: 1200px) {
  .desktop-clear {
    display: block;
  }
  .tw-col-xl-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .tw-col-xl-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }
  .project_header .header_right {
    gap: 10px;
  }
  .project_header .qc_info {
    margin-right: 0;
  }
  .project_header .qc_info:before {
    display: none !important;
  }
  .project_banner .slider_image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .project_banner.home .container {
    height: calc(100vh - var(--ph--header-height));
    max-height: var(--bnr--height-home);
  }
  .project_banner.home .banner__content__wrapper {
    width: 50%;
  }
  .project_banner.inner .container {
    height: calc(80vh - var(--ph--header-height));
    max-height: var(--bnr--height-inner);
  }
  .project_banner.inner .banner__content__wrapper {
    width: 60%;
  }
  .project_footer .footer_col-left {
    flex: 0 0 27%;
    padding-right: 30px;
    width: 27%;
  }
  .project_footer .footer_col-right {
    flex: 0 0 73%;
    width: 73%;
  }
  .project_footer .ftr-menu-col-1 {
    display: flex;
    flex-direction: column-reverse;
  }
  .project_footer .ftr-menu-col-1 {
    flex: 0 0 20%;
    width: 20%;
  }
  .project_footer .ftr-menu-col-2 {
    flex: 0 0 30%;
    width: 30%;
  }
  .project_footer .ftr-menu-col-3 {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .project_banner.inner .banner__content__wrapper {
    width: 55%;
  }
  .project_footer .theme_footer--copyright {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .project_footer .qc_info {
    gap: 30px;
    padding-top: 30px;
  }
  .project_footer .qc_info--wrap.address:before {
    bottom: -15px;
  }
  .project_footer .footer_col-left {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1800px) {
  .project_footer .theme_footer--copyright {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .project_footer .footer_col-left {
    padding-right: 50px;
  }
  .project_footer .qc_info {
    gap: 40px;
  }
  .project_footer .qc_info--wrap.address:before {
    bottom: -20px;
  }
}
@media screen and (max-width: 1199px) {
  .project_header .qc_info--text {
    display: none !important;
  }
  .project_header .phr_top {
    align-items: center;
    display: inline-flex;
  }
  .project_header .phr_top .grouped_col {
    align-items: center;
  }
  .project_banner {
    background-color: var(--twgl--color-black);
  }
  .project_banner .container {
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .project_banner .btn_group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    text-align: center;
  }
  .project_banner .banner__content__wrapper {
    justify-content: center;
    text-align: center;
  }
  .project_banner.home .slider_image {
    height: var(--bnr--height-home);
  }
  .project_banner.inner .slider_image {
    height: var(--bnr--height-inner);
  }
  .project_footer .project_socialShare {
    align-items: center;
    border-bottom: 1px solid var(--twgl--rgb-black-3);
    flex-direction: row;
    margin-bottom: 5px;
    padding-bottom: 20px;
    position: relative;
  }
  .project_footer .project_socialShare:before {
    background-color: var(--twgl--color-white);
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .project_footer .footer_menu {
    padding-top: 10px;
  }
  .project_footer .powered {
    border-top: 1px solid var(--twgl--rgb-black-3);
    margin-top: 20px;
    padding-top: 15px;
    position: relative;
  }
  .project_footer .powered:before {
    background-color: var(--twgl--color-white);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .project_header > .container {
    flex-direction: column;
    gap: 15px;
  }
  .project_header .phr_top {
    flex-direction: column;
    gap: 10px;
  }
  .project_footer .project_socialShare {
    padding-top: 20px;
  }
  .project_footer .powered {
    gap: 4px;
    padding-top: 10px;
  }
}
@-moz-document url-prefix() {
  .form-elements {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}