:root {
  --font-poppins: "Poppins", sans-serif;
  --font-cormorant: "Cormorant Garamond", serif;
  --font-sofia_reg: 'Sofia Pro Regular';
  --font-sofia_light: 'Sofia Pro Light';
  --font-sofia_semibold: 'Sofia Pro SemiBold';
  --font-sofia_bold: 'Sofia Pro Bold';
  /* Font Family */
  --twgl--font-primary: var(
    --font-sofia_light,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --twgl--font-secondary: var(
    --font-sofia_light,
    -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: #404040;
  --twgl--text-alt: #525252;
  --twgl--color-primary: #d61d23;
  --twgl--color-secondary: var(--twgl--color-black);
  --twgl--color-border: #7b7b7b;
  --twgl--border-form: var(--twgl--color-base-text);
  --twgl--color-formText: #adaebc;
  --twgl--color-formLabel: #d4d4d4;
  /* 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-secondary);
  --twgl--rgb-primary: rgba(255, 192, 0, 1);
  --twgl--rgb-primary-1: rgba(255, 192, 0, 0.1);
  --twgl--rgb-primary-2: rgba(255, 192, 0, 0.2);
  --twgl--rgb-primary-3: rgba(255, 192, 0, 0.3);
  --twgl--rgb-primary-4: rgba(255, 192, 0, 0.4);
  --twgl--rgb-primary-5: rgba(255, 192, 0, 0.5);
  --twgl--rgb-primary-6: rgba(255, 192, 0, 0.6);
  --twgl--rgb-primary-7: rgba(255, 192, 0, 0.7);
  --twgl--rgb-primary-8: rgba(255, 192, 0, 0.8);
  --twgl--rgb-primary-9: rgba(255, 192, 0, 0.9);
  --twgl--rgb-secondary: rgba(22, 12, 75, 1);
  --twgl--rgb-secondary-1: rgba(22, 12, 75, 0.1);
  --twgl--rgb-secondary-2: rgba(22, 12, 75, 0.2);
  --twgl--rgb-secondary-3: rgba(22, 12, 75, 0.3);
  --twgl--rgb-secondary-4: rgba(22, 12, 75, 0.4);
  --twgl--rgb-secondary-5: rgba(22, 12, 75, 0.5);
  --twgl--rgb-secondary-6: rgba(22, 12, 75, 0.6);
  --twgl--rgb-secondary-7: rgba(22, 12, 75, 0.7);
  --twgl--rgb-secondary-8: rgba(22, 12, 75, 0.8);
  --twgl--rgb-secondary-9: rgba(22, 12, 75, 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: 1140px;
  --twgl--wrap-xxl: 1460px;
  --twgl--wrap-xxxl: 1650px;
  /* |=>  GUTTER SIZE  <=| */
  --twgl--gutter-x: 30px;
  --twgl--gutter-sm: 20px;
  --twgl--gutter-xl: 50px;
  /* |=>  ICON SIZE  <=| */
  --twgl--icon-phone: 37px;
  --twgl--icon-phone-xs: 32px;
  --twgl--icon-phone-md: 37px;
  --twgl--icon-phone-lg: 40px;
  /* |=>  BANNER SIZE  <=| */
  --twgl--hm-bnr-height: 300px;
}
@media screen and (min-width: 768px) {
  :root {
    --twgl--icon-phone-md: 46px;
    --twgl--icon-phone-lg: 50px;
    --twgl--hm-bnr-height: 450px;
  }
}
@media screen and (min-width: 992px) {
  :root {
    --twgl--hm-bnr-height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --twgl--icon-phone: 30px;
    --twgl--hm-bnr-height: 840px;
    --twgl--icon-phone-lg: 40px;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --twgl--icon-phone: 37px;
    --twgl--icon-phone-md: 52px;
    --twgl--icon-phone-lg: 68px;
  }
}
@media screen and (min-width: 1850px) {
  :root {
    --twgl--icon-phone-lg: 73px;
  }
}
:root {
  /* |=>  BUTTON HEIGHT  <=| */
  --twgl--btn-height: 38px;
  --twgl--btn-height-sm: 36px;
  --twgl--btn-height-lg: 42px;
  --twgl--btn-height-xl: 44px;
  --twgl--btn-padding: 20px;
}
@media screen and (min-width: 768px) {
  :root {
    --twgl--btn-height: 44px;
    --twgl--btn-height-sm: 38px;
    --twgl--btn-height-lg: 50px;
    --twgl--btn-height-xl: 54px;
    --twgl--btn-padding: 25px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --twgl--btn-height: 40px;
    --twgl--btn-height-sm: 34px;
    --twgl--btn-height-lg: 50px;
    --twgl--btn-height-xl: 54px;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --twgl--btn-height: 60px;
    --twgl--btn-height-sm: 40px;
    --twgl--btn-height-lg: 68px;
    --twgl--btn-height-xl: 70px;
    --twgl--btn-padding: 30px;
  }
}
@media screen and (min-width: 1850px) {
  :root {
    --twgl--btn-height: 66px;
    --twgl--btn-height-sm: 46px;
    --twgl--btn-height-lg: 72px;
    --twgl--btn-height-xl: 79px;
    --twgl--btn-padding: 34px;
  }
}

.tw-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-0.5 * var(--twgl--gutter-sm));
  margin-right: calc(-0.5 * var(--twgl--gutter-sm));
}
.tw-row > * {
  flex-shrink: 0;
  margin-bottom: calc(var(--twgl--gutter-sm) * 0.5);
  margin-top: calc(var(--twgl--gutter-sm) * 0.5);
  max-width: 100%;
  min-height: 1px;
  padding-left: calc(var(--twgl--gutter-sm) * 0.5);
  padding-right: calc(var(--twgl--gutter-sm) * 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.no-v-gap > * {
  margin-bottom: 0;
  margin-top: 0;
}
.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;
}
.tw-row.lg_row {
  margin-left: calc(-0.5 * var(--twgl--gutter-x));
  margin-right: calc(-0.5 * var(--twgl--gutter-x));
}
.tw-row.lg_row > * {
  margin-bottom: calc(var(--twgl--gutter-x) * 0.5);
  margin-top: calc(var(--twgl--gutter-x) * 0.5);
  padding-left: calc(var(--twgl--gutter-x) * 0.5);
  padding-right: calc(var(--twgl--gutter-x) * 0.5);
}
@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);
  }
}

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

.xl-gap-40 {
  gap: 25px !important;
}
@media screen and (min-width: 1600px) {
  .xl-gap-40 {
    gap: 30px !important;
  }
}
@media screen and (min-width: 1850px) {
  .xl-gap-40 {
    gap: 40px !important;
  }
}

.xl-gap-70 {
  gap: 25px 30px !important;
}
@media screen and (min-width: 1200px) {
  .xl-gap-70 {
    gap: 30px 40px !important;
  }
}
@media screen and (min-width: 1600px) {
  .xl-gap-70 {
    gap: 40px 50px !important;
  }
}
@media screen and (min-width: 1850px) {
  .xl-gap-70 {
    gap: 50px 70px !important;
  }
}

@media screen and (max-width: 1199px) {
  .col-swap-mob_ipad {
    flex-direction: column-reverse !important;
  }
  .col-swap-mob_ipad > *:not(:last-child) {
    margin-bottom: 0 !important;
    margin-top: var(--twgl--col-gap) !important;
  }
}

.gradient-1 {
  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 {
  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 {
  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);
}

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

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

.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;
}

@keyframes LeftRightLeft {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(95%);
  }
  65% {
    transform: translateX(-75%);
  }
  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 hidetoRight {
  0% {
    transform: rotate(45deg) translateY(-110px);
  }
  100% {
    transform: rotate(45deg) translateY(-180px);
  }
}
@keyframes hidetoLeft {
  0% {
    transform: rotate(45deg) translateY(180px);
  }
  100% {
    transform: rotate(45deg) translateY(80px);
  }
}
@media screen and (min-width: 1600px) {
  @keyframes hidetoLeft {
    0% {
      transform: rotate(45deg) translateY(180px);
    }
    100% {
      transform: rotate(45deg) translateY(110px);
    }
  }
}
@keyframes colorChange {
  from {
    color: var(--tw--global--color-white);
  }
  to {
    color: var(--tw--global--color-primary);
  }
}
@keyframes flyoutAnimOne {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  15% {
    transform: translate(-45%, -25%);
    -ms-transform: translate(-45%, -25%);
    -o-transform: translate(-45%, -25%);
    -webkit-transform: translate(-45%, -25%);
  }
  45% {
    transform: translate(25%, -45%);
    -ms-transform: translate(25%, -45%);
    -o-transform: translate(25%, -45%);
    -webkit-transform: translate(25%, -45%);
  }
  55% {
    transform: translate(15%, -65%);
    -ms-transform: translate(15%, -65%);
    -o-transform: translate(15%, -65%);
    -webkit-transform: translate(15%, -65%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimTwo {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(-60%, 30%);
    -ms-transform: translate(-60%, 30%);
    -o-transform: translate(-60%, 30%);
    -webkit-transform: translate(-60%, 30%);
  }
  30% {
    transform: translate(-20%, 50%);
    -ms-transform: translate(-20%, 50%);
    -o-transform: translate(-20%, 50%);
    -webkit-transform: translate(-20%, 50%);
  }
  60% {
    transform: translate(-40%, 30%);
    -ms-transform: translate(-40%, 30%);
    -o-transform: translate(-40%, 30%);
    -webkit-transform: translate(-40%, 30%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimThree {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(-60%, 10%);
    -ms-transform: translate(-60%, 10%);
    -o-transform: translate(-60%, 10%);
    -webkit-transform: translate(-60%, 10%);
  }
  40% {
    transform: translate(-30%, 40%);
    -ms-transform: translate(-30%, 40%);
    -o-transform: translate(-30%, 40%);
    -webkit-transform: translate(-30%, 40%);
  }
  60% {
    transform: translate(-50%, 10%);
    -ms-transform: translate(-50%, 10%);
    -o-transform: translate(-50%, 10%);
    -webkit-transform: translate(-50%, 10%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimFour {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(20%, 30%);
    -ms-transform: translate(20%, 30%);
    -o-transform: translate(20%, 30%);
    -webkit-transform: translate(20%, 30%);
  }
  60% {
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimFive {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(30%, -80%);
    -ms-transform: translate(30%, -80%);
    -o-transform: translate(30%, -80%);
    -webkit-transform: translate(30%, -80%);
  }
  60% {
    transform: translate(65%, -100%);
    -ms-transform: translate(65%, -100%);
    -o-transform: translate(65%, -100%);
    -webkit-transform: translate(65%, -100%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimTL {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  25% {
    transform: translate(19%, 30%);
    -ms-transform: translate(19%, 30%);
    -o-transform: translate(19%, 30%);
    -webkit-transform: translate(19%, 30%);
  }
  50% {
    transform: translate(-8%, 90%);
    -ms-transform: translate(-8%, 90%);
    -o-transform: translate(-8%, 90%);
    -webkit-transform: translate(-8%, 90%);
  }
  75% {
    transform: translate(-78%, 30%);
    -ms-transform: translate(-78%, 30%);
    -o-transform: translate(-78%, 30%);
    -webkit-transform: translate(-78%, 30%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimBL3 {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  25% {
    transform: translate(1%, -60%);
    -ms-transform: translate(1%, -60%);
    -o-transform: translate(1%, -60%);
    -webkit-transform: translate(1%, -60%);
  }
  50% {
    transform: translate(-60%, -150%);
    -ms-transform: translate(-60%, -150%);
    -o-transform: translate(-60%, -150%);
    -webkit-transform: translate(-60%, -150%);
  }
  65% {
    transform: translate(-54%, -175%);
    -ms-transform: translate(-54%, -175%);
    -o-transform: translate(-54%, -175%);
    -webkit-transform: translate(-54%, -175%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimBL2 {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  10% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  50% {
    transform: translate(1%, -40%);
    -ms-transform: translate(1%, -40%);
    -o-transform: translate(1%, -40%);
    -webkit-transform: translate(1%, -40%);
  }
  80% {
    transform: translate(-50%, -90%);
    -ms-transform: translate(-50%, -90%);
    -o-transform: translate(-50%, -90%);
    -webkit-transform: translate(-50%, -90%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimBL1 {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  10% {
    transform: translate(63%, 0);
    -ms-transform: translate(63%, 0);
    -o-transform: translate(63%, 0);
    -webkit-transform: translate(63%, 0);
  }
  70% {
    transform: translate(19%, -80%);
    -ms-transform: translate(19%, -80%);
    -o-transform: translate(19%, -80%);
    -webkit-transform: translate(19%, -80%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimTR {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  33% {
    transform: translate(23%, -58%);
    -ms-transform: translate(23%, -58%);
    -o-transform: translate(23%, -58%);
    -webkit-transform: translate(23%, -58%);
  }
  66% {
    transform: translate(-32%, -18%);
    -ms-transform: translate(-32%, -18%);
    -o-transform: translate(-32%, -18%);
    -webkit-transform: translate(-32%, -18%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimBR {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  10% {
    transform: translate(-30%, 18%);
    -ms-transform: translate(-30%, 18%);
    -o-transform: translate(-30%, 18%);
    -webkit-transform: translate(-30%, 18%);
  }
  60% {
    transform: translate(37%, -80%);
    -ms-transform: translate(37%, -80%);
    -o-transform: translate(37%, -80%);
    -webkit-transform: translate(37%, -80%);
  }
  80% {
    transform: translate(-5%, -22%);
    -ms-transform: translate(-5%, -22%);
    -o-transform: translate(-5%, -22%);
    -webkit-transform: translate(-5%, -22%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimMR {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  33% {
    transform: translate(-10%, -120%);
    -ms-transform: translate(-10%, -120%);
    -o-transform: translate(-10%, -120%);
    -webkit-transform: translate(-10%, -120%);
  }
  60% {
    transform: translate(-22%, -70%);
    -ms-transform: translate(-22%, -70%);
    -o-transform: translate(-22%, -70%);
    -webkit-transform: translate(-22%, -70%);
  }
  85% {
    transform: translate(-5%, 70%);
    -ms-transform: translate(-5%, 70%);
    -o-transform: translate(-5%, 70%);
    -webkit-transform: translate(-5%, 70%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
.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-16 {
  font-size: clamp(0.8125rem, 0.7777777778rem + 0.1851851852vw, 1rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-16 {
    font-size: clamp(0.625rem, 0.6018518519rem + 0.1234567901vw, 0.75rem) !important;
  }
}

.fs-17 {
  font-size: clamp(0.875rem, 0.8402777778rem + 0.1851851852vw, 1.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-17 {
    font-size: clamp(0.6875rem, 0.6643518519rem + 0.1234567901vw, 0.8125rem) !important;
  }
}

.fs-18 {
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-18 {
    font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  }
}

.fs-19 {
  font-size: clamp(0.9375rem, 0.8912037037rem + 0.2469135802vw, 1.1875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-19 {
    font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  }
}

.fs-20 {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-20 {
    font-size: clamp(0.8125rem, 0.7893518519rem + 0.1234567901vw, 0.9375rem) !important;
  }
}

.fs-21 {
  font-size: clamp(1rem, 0.9421296296rem + 0.3086419753vw, 1.3125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-21 {
    font-size: clamp(0.8125rem, 0.7893518519rem + 0.1234567901vw, 0.9375rem) !important;
  }
}

.fs-22 {
  font-size: clamp(1.0625rem, 1.0046296296rem + 0.3086419753vw, 1.375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-22 {
    font-size: clamp(0.8125rem, 0.7893518519rem + 0.1234567901vw, 0.9375rem) !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.8518518519rem + 0.1234567901vw, 1rem) !important;
  }
}

.fs-27 {
  font-size: clamp(1.125rem, 1.0208333333rem + 0.5555555556vw, 1.6875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-27 {
    font-size: clamp(0.875rem, 0.8402777778rem + 0.1851851852vw, 1.0625rem) !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(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem) !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.0625rem, 1.0162037037rem + 0.2469135802vw, 1.3125rem) !important;
  }
}

.fs-65 {
  font-size: clamp(1.75rem, 1.3217592593rem + 2.2839506173vw, 4.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-65 {
    font-size: clamp(1.5rem, 1.4305555556rem + 0.3703703704vw, 1.875rem) !important;
  }
}

.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: var(--twgl--color-white) !important;
}
.text-white p,
.text-white li {
  font-weight: 200;
}
.text-white a:not([href^=tel]):not(.tw-elem-btn):not(.elementor-button) {
  color: var(--twgl--color-white) !important;
  text-decoration: underline !important;
}
.text-white a:not([href^=tel]):not(.tw-elem-btn):not(.elementor-button):hover {
  color: var(--twgl--color-secondary) !important;
  text-decoration: none !important;
}
.text-white .tw-elem-btn a {
  text-decoration: none !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;
}

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

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

body.page-template-cro-template {
  color: var(--twgl--color-black) !important;
  font-family: var(--font-poppins);
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  body.page-template-cro-template {
    font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  }
}
body.page-template-cro-template {
  font-weight: 300;
}
body.page-template-cro-template .et_pb_text {
  color: var(--twgl--color-black) !important;
  line-height: 1.6 !important;
}
body.page-template-cro-template .et_pb_text.text-white {
  color: var(--twgl--color-white) !important;
}

.page-template-cro-template {
  /* |=>  HEADING TAG STYLES  <=| */
}
.page-template-cro-template h1 {
  color: var(--twgl--color-secondary);
  display: block;
  font-family: var(--font-cormorant) !important;
  font-weight: 700 !important;
  line-height: 1.3;
  margin: 0 0 20px !important;
  padding: 0;
  text-transform: none;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h1 {
    margin-bottom: 20px !important;
  }
}
.page-template-cro-template h1 strong {
  font-weight: inherit !important;
}
.page-template-cro-template h1 + p, .page-template-cro-template h1 + ul, .page-template-cro-template h1 + ol, .page-template-cro-template h1 + blockquote {
  margin-top: 5px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h1 + p, .page-template-cro-template h1 + ul, .page-template-cro-template h1 + ol, .page-template-cro-template h1 + blockquote {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h1 + h2 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h1 + h2 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h1 + h3 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h1 + h3 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h1 + h4 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h1 + h4 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h1 + h5 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h1 + h5 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h1 + h6 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h1 + h6 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h1.text-black {
  color: var(--twgl--color-black) !important;
}
.page-template-cro-template h2 {
  color: var(--twgl--color-secondary);
  display: block;
  font-family: var(--font-cormorant) !important;
  font-weight: 700 !important;
  line-height: 1.3;
  margin: 0 0 20px !important;
  padding: 0;
  text-transform: none;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h2 {
    margin-bottom: 20px !important;
  }
}
.page-template-cro-template h2 strong {
  font-weight: inherit !important;
}
.page-template-cro-template h2 + p, .page-template-cro-template h2 + ul, .page-template-cro-template h2 + ol, .page-template-cro-template h2 + blockquote {
  margin-top: 5px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h2 + p, .page-template-cro-template h2 + ul, .page-template-cro-template h2 + ol, .page-template-cro-template h2 + blockquote {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h2 + h2 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h2 + h2 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h2 + h3 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h2 + h3 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h2 + h4 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h2 + h4 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h2 + h5 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h2 + h5 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h2 + h6 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h2 + h6 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h2.text-black {
  color: var(--twgl--color-black) !important;
}
.page-template-cro-template h3 {
  color: var(--twgl--color-secondary);
  display: block;
  font-family: var(--font-cormorant) !important;
  font-weight: 700 !important;
  line-height: 1.3;
  margin: 0 0 20px !important;
  padding: 0;
  text-transform: none;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h3 {
    margin-bottom: 20px !important;
  }
}
.page-template-cro-template h3 strong {
  font-weight: inherit !important;
}
.page-template-cro-template h3 + p, .page-template-cro-template h3 + ul, .page-template-cro-template h3 + ol, .page-template-cro-template h3 + blockquote {
  margin-top: 5px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h3 + p, .page-template-cro-template h3 + ul, .page-template-cro-template h3 + ol, .page-template-cro-template h3 + blockquote {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h3 + h2 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h3 + h2 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h3 + h3 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h3 + h3 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h3 + h4 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h3 + h4 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h3 + h5 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h3 + h5 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h3 + h6 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h3 + h6 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h3.text-black {
  color: var(--twgl--color-black) !important;
}
.page-template-cro-template h4 {
  color: var(--twgl--color-secondary);
  display: block;
  font-family: var(--font-cormorant) !important;
  font-weight: 700 !important;
  line-height: 1.3;
  margin: 0 0 20px !important;
  padding: 0;
  text-transform: none;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h4 {
    margin-bottom: 20px !important;
  }
}
.page-template-cro-template h4 strong {
  font-weight: inherit !important;
}
.page-template-cro-template h4 + p, .page-template-cro-template h4 + ul, .page-template-cro-template h4 + ol, .page-template-cro-template h4 + blockquote {
  margin-top: 5px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h4 + p, .page-template-cro-template h4 + ul, .page-template-cro-template h4 + ol, .page-template-cro-template h4 + blockquote {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h4 + h2 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h4 + h2 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h4 + h3 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h4 + h3 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h4 + h4 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h4 + h4 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h4 + h5 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h4 + h5 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h4 + h6 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h4 + h6 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h4.text-black {
  color: var(--twgl--color-black) !important;
}
.page-template-cro-template h5 {
  color: var(--twgl--color-secondary);
  display: block;
  font-family: var(--font-cormorant) !important;
  font-weight: 700 !important;
  line-height: 1.3;
  margin: 0 0 20px !important;
  padding: 0;
  text-transform: none;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h5 {
    margin-bottom: 20px !important;
  }
}
.page-template-cro-template h5 strong {
  font-weight: inherit !important;
}
.page-template-cro-template h5 + p, .page-template-cro-template h5 + ul, .page-template-cro-template h5 + ol, .page-template-cro-template h5 + blockquote {
  margin-top: 5px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h5 + p, .page-template-cro-template h5 + ul, .page-template-cro-template h5 + ol, .page-template-cro-template h5 + blockquote {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h5 + h2 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h5 + h2 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h5 + h3 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h5 + h3 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h5 + h4 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h5 + h4 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h5 + h5 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h5 + h5 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h5 + h6 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h5 + h6 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h5.text-black {
  color: var(--twgl--color-black) !important;
}
.page-template-cro-template h6 {
  color: var(--twgl--color-secondary);
  display: block;
  font-family: var(--font-cormorant) !important;
  font-weight: 700 !important;
  line-height: 1.3;
  margin: 0 0 20px !important;
  padding: 0;
  text-transform: none;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h6 {
    margin-bottom: 20px !important;
  }
}
.page-template-cro-template h6 strong {
  font-weight: inherit !important;
}
.page-template-cro-template h6 + p, .page-template-cro-template h6 + ul, .page-template-cro-template h6 + ol, .page-template-cro-template h6 + blockquote {
  margin-top: 5px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h6 + p, .page-template-cro-template h6 + ul, .page-template-cro-template h6 + ol, .page-template-cro-template h6 + blockquote {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h6 + h2 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h6 + h2 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h6 + h3 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h6 + h3 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h6 + h4 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h6 + h4 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h6 + h5 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h6 + h5 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h6 + h6 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template h6 + h6 {
    margin-top: 20px !important;
  }
}
.page-template-cro-template h6.text-black {
  color: var(--twgl--color-black) !important;
}
.page-template-cro-template h1,
.page-template-cro-template .h1 {
  font-size: clamp(1.5625rem, 1.1574074074rem + 2.1604938272vw, 3.75rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .page-template-cro-template h1,
  .page-template-cro-template .h1 {
    font-size: clamp(1.4375rem, 1.3680555556rem + 0.3703703704vw, 1.8125rem) !important;
  }
}
.page-template-cro-template h2,
.page-template-cro-template .h2 {
  font-size: clamp(1.5rem, 1.2569444444rem + 1.2962962963vw, 2.8125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .page-template-cro-template h2,
  .page-template-cro-template .h2 {
    font-size: clamp(1.25rem, 1.1921296296rem + 0.3086419753vw, 1.5625rem) !important;
  }
}
.page-template-cro-template h3,
.page-template-cro-template .h3 {
  font-size: clamp(1.4375rem, 1.2407407407rem + 1.049382716vw, 2.5rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .page-template-cro-template h3,
  .page-template-cro-template .h3 {
    font-size: clamp(1.1875rem, 1.1412037037rem + 0.2469135802vw, 1.4375rem) !important;
  }
}
.page-template-cro-template h4,
.page-template-cro-template .h4 {
  font-size: clamp(1.375rem, 1.2013888889rem + 0.9259259259vw, 2.3125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .page-template-cro-template h4,
  .page-template-cro-template .h4 {
    font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
  }
}
.page-template-cro-template h5,
.page-template-cro-template .h5 {
  font-size: clamp(1.3125rem, 1.150462963rem + 0.8641975309vw, 2.1875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .page-template-cro-template h5,
  .page-template-cro-template .h5 {
    font-size: clamp(1.0625rem, 1.0162037037rem + 0.2469135802vw, 1.3125rem) !important;
  }
}
.page-template-cro-template h6,
.page-template-cro-template .h6 {
  font-size: clamp(1.1875rem, 1.0601851852rem + 0.6790123457vw, 1.875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .page-template-cro-template h6,
  .page-template-cro-template .h6 {
    font-size: clamp(0.9375rem, 0.8912037037rem + 0.2469135802vw, 1.1875rem) !important;
  }
}

.sub_title {
  color: var(--twgl--color-black);
  font-family: var(--font-poppins) !important;
  font-size: clamp(1.0625rem, 1.0046296296rem + 0.3086419753vw, 1.375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .sub_title {
    font-size: clamp(0.8125rem, 0.7893518519rem + 0.1234567901vw, 0.9375rem) !important;
  }
}
.sub_title {
  font-weight: 400 !important;
  line-height: 1;
}

.section_title .title {
  color: var(--twgl--color-secondary) !important;
  font-size: clamp(1.5625rem, 1.1574074074rem + 2.1604938272vw, 3.75rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .section_title .title {
    font-size: clamp(1.4375rem, 1.3680555556rem + 0.3703703704vw, 1.8125rem) !important;
  }
}
.section_title .title {
  font-family: var(--font-cormorant) !important;
  font-weight: 700 !important;
  line-height: 1;
  margin-bottom: 0 !important;
}
.section_title .text-base-color {
  color: #384654 !important;
}
.section_title.title__white .title {
  color: var(--twgl--color-white) !important;
}
.section_title.titleSize__56 .title {
  font-size: clamp(1.625rem, 1.2777777778rem + 1.8518518519vw, 3.5rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .section_title.titleSize__56 .title {
    font-size: clamp(1.375rem, 1.3171296296rem + 0.3086419753vw, 1.6875rem) !important;
  }
}
.section_title.titleSize__90 .title {
  font-size: clamp(1.875rem, 1.1805555556rem + 3.7037037037vw, 5.625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .section_title.titleSize__90 .title {
    font-size: clamp(1.625rem, 1.4861111111rem + 0.7407407407vw, 2.375rem) !important;
  }
}

.text-base-color {
  color: #384654 !important;
}

.base_text {
  font-family: var(--font-poppins) !important;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .base_text {
    font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  }
}
.base_text {
  font-weight: 300 !important;
}
.base_text p,
.base_text li {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.page-template-cro-template body {
  counter-reset: heading-counter;
}
.page-template-cro-template {
  /* |=>  LIST STYLES  <=| */
}
.page-template-cro-template ul,
.page-template-cro-template ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-cro-template ol li::marker {
  font-weight: 500;
}
.page-template-cro-template .titled_ol {
  counter-increment: heading-counter;
}
.page-template-cro-template .titled_ol:before {
  color: var(--twgl--color-primary);
  content: counter(heading-counter) ". ";
}
.page-template-cro-template [class*=twgl_list-] {
  --icon_list_size: 16px;
}
@media screen and (min-width: 768px) {
  .page-template-cro-template [class*=twgl_list-] {
    --icon_list_size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-cro-template [class*=twgl_list-] {
    --icon_list_size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template [class*=twgl_list-] {
    --icon_list_size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .page-template-cro-template [class*=twgl_list-] {
    --icon_list_size: 21px;
  }
}
.page-template-cro-template [class*=twgl_list-] ol {
  padding-left: 18px;
}
.page-template-cro-template [class*=twgl_list-] ol ::marker {
  content: counter(list-item) ". ";
}
.page-template-cro-template [class*=twgl_list-] li a {
  color: inherit !important;
  display: inline;
  text-decoration: underline !important;
}
.page-template-cro-template [class*=twgl_list-] li a:hover {
  color: var(--twgl--color-primary) !important;
  text-decoration: none !important;
}
.page-template-cro-template [class*=twgl_list-] li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .page-template-cro-template [class*=twgl_list-] li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1850px) {
  .page-template-cro-template [class*=twgl_list-] li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.page-template-cro-template [class*=twgl_list-] li p:not(:last-child) {
  margin-bottom: 6px !important;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template [class*=twgl_list-] li p:not(:last-child) {
    margin-bottom: 10px !important;
  }
}
.page-template-cro-template [class*=twgl_list-] ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 0;
}
.page-template-cro-template [class*=twgl_list-] ul li {
  margin-bottom: 0 !important;
  position: relative;
  padding-left: 28px;
}
.page-template-cro-template [class*=twgl_list-] ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border: 3px solid var(--twgl--color-primary);
  border-radius: 50%;
  top: 0;
  margin-top: 5px;
}
@media screen and (max-width: 1199px) {
  .page-template-cro-template [class*=twgl_list-] ul li::before {
    width: 7px;
    height: 7px;
    margin-top: 7px;
  }
}
.page-template-cro-template [class*=twgl_list-] ul::marker {
  display: none !important;
}
.page-template-cro-template [class*=twgl_list-] ul li::marker {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .page-template-cro-template ul.col-count-md-2 {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
  .page-template-cro-template ul.col-count-md-3 {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
  .page-template-cro-template ul.col-count-md-4 {
    -moz-columns: 4 auto;
         columns: 4 auto;
  }
}
@media screen and (min-width: 992px) {
  .page-template-cro-template ul.col-count-lg-2 {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
  .page-template-cro-template ul.col-count-lg-3 {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
  .page-template-cro-template ul.col-count-lg-4 {
    -moz-columns: 4 auto;
         columns: 4 auto;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-cro-template ul.col-count-xl-2 {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
  .page-template-cro-template ul.col-count-xl-3 {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
  .page-template-cro-template ul.col-count-xl-4 {
    -moz-columns: 4 auto;
         columns: 4 auto;
  }
  .page-template-cro-template ul.col-count-xl-5 {
    -moz-columns: 5 auto;
         columns: 5 auto;
  }
}
.page-template-cro-template ol {
  margin-left: 20px;
}
.page-template-cro-template .twgl_list-dotted ul li .svg_icon {
  display: none !important;
}
.page-template-cro-template .twgl_list-dotted ul li:before {
  background-color: var(--twgl--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  display: inline-block;
  height: 11px;
  margin-top: 7px;
  width: 11px;
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template .twgl_list-dotted ul li {
    gap: 8px;
  }
  .page-template-cro-template .twgl_list-dotted ul li li {
    gap: 8px;
  }
}
@media screen and (min-width: 1800px) {
  .page-template-cro-template .twgl_list-dotted ul li {
    gap: 10px;
  }
  .page-template-cro-template .twgl_list-dotted ul li li {
    gap: 10px;
  }
}

.btn_group {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .btn_group {
    gap: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .btn_group {
    gap: 25px;
  }
}
@media screen and (min-width: 768px) {
  .btn_group.gap_sm {
    gap: 10px;
  }
}

.project_btn {
  align-items: center;
  background-color: var(--twgl--color-primary) !important;
  border: 0;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  box-shadow: none;
  cursor: pointer;
  color: var(--twgl--color-white) !important;
  display: inline-flex !important;
  font-family: var(--font-poppins) !important;
  font-size: clamp(0.875rem, 0.8402777778rem + 0.1851851852vw, 1.0625rem) !important;
  font-weight: 400;
  font-optical-sizing: auto;
  font-weight: normal !important;
  justify-content: center;
  line-height: 1;
  min-height: var(--twgl--btn-height);
  outline: none;
  overflow: hidden !important;
  padding: 0 var(--twgl--btn-padding);
  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;
}
.project_btn:active, .project_btn:focus, .project_btn:hover, .project_btn:visited {
  box-shadow: none;
  outline: none;
}
.project_btn:hover {
  background-color: var(--twgl--color-secondary) !important;
  color: var(--twgl--color-white) !important;
}
.project_btn:after {
  display: none !important;
}
.project_btn.btn_primary_border {
  background-color: transparent !important;
  border: 1px solid var(--twgl--color-primary) !important;
  color: var(--twgl--color-primary) !important;
  font-weight: 500 !important;
}
.project_btn.btn_primary_border:hover {
  background-color: transparent !important;
  border-color: var(--twgl--color-secondary) !important;
  color: var(--twgl--color-secondary) !important;
}
.project_btn.btn_secondary_alt {
  background-color: #384654 !important;
}
.project_btn.btn_secondary_alt:hover {
  background-color: var(--twgl--color-secondary) !important;
}
.project_btn.btn__sm {
  font-size: clamp(0.75rem, 0.7152777778rem + 0.1851851852vw, 0.9375rem) !important;
  min-height: var(--twgl--btn-height-sm);
  padding: 0 calc(var(--twgl--btn-padding) * 0.7);
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .project_btn.btn__sm {
    font-size: clamp(0.625rem, 0.5902777778rem + 0.1851851852vw, 0.8125rem) !important;
  }
}
.project_btn.btn__lg {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem) !important;
  min-height: var(--twgl--btn-height-lg);
  padding: 0 calc(var(--twgl--btn-padding) * 0.9);
}
.project_btn.btn__xl {
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem) !important;
  min-height: var(--twgl--btn-height-xl);
  padding: 0 calc(var(--twgl--btn-padding) * 1.1);
}

.et_pb_button_0_wrapper .et_pb_button_0, .et_pb_button_0_wrapper .et_pb_button_0:hover, .et_pb_button_1_wrapper .et_pb_button_1, .et_pb_button_1_wrapper .et_pb_button_1:hover {
  padding: 0 var(--twgl--btn-padding) !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: #44A5E2;
  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;
  }
}

.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: 42px;
  width: 42px;
}
.mob_trigger [class*=menu_icon_bar-] {
  background-color: var(--twgl--color-black);
  height: 2px;
  margin-bottom: 3px;
  margin-top: 3px;
  transform-origin: center;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  width: 18px;
}
@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 {
  align-items: center;
  color: var(--twgl--color-white);
  display: inline-flex;
  font-weight: 300;
  gap: 5px;
  text-decoration: none !important;
  text-transform: capitalize;
}
.main__menu ul,
.main__menu li {
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .main__menu a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
  .main__menu li.menu-item-has-children > a:after {
    border-bottom: 1px solid #003d4c;
    border-right: 1px solid #003d4c;
    border-bottom-right-radius: 2px;
    content: "";
    display: block;
    height: 8px;
    margin-top: -2px;
    position: relative;
    transform-origin: center;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 8px;
  }
  .main__menu > ul {
    align-items: center;
    display: flex;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
  }
  .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: 30px;
  }
  .main__menu > ul > li > a {
    align-items: center;
    color: var(--twgl--color-black);
    display: inline-flex;
    font-weight: 400;
    height: 28px;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
    position: relative;
  }
  .main__menu > ul > li:hover a {
    background-color: transparent;
    color: var(--twgl--color-black);
  }
  .main__menu > ul > li:hover li a {
    background-color: var(--twgl--color-white);
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .main__menu > ul > li.submenu > a i {
    display: inline-flex;
    line-height: 0;
    margin-left: 10px !important;
    margin-right: 0 !important;
    padding-top: 6px;
  }
  .main__menu > ul > li.submenu > a i:before {
    display: none !important;
  }
  .main__menu > ul > li.submenu > a i svg {
    fill: var(--twgl--color-white);
    height: 5px !important;
    width: auto;
  }
  .main__menu ul {
    padding-left: 0 !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-bottom: 10px;
    padding-top: 10px;
    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-black);
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: auto !important;
    line-height: 1;
    padding: 8px 16px;
    width: 100%;
  }
  .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-primary) !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:after, .main__menu ul li.current_page_item > a:after, .main__menu ul li.current_page_parent > a:after, .main__menu ul li.current-page-ancestor > a:after, .main__menu ul li.current-menu-parent > a:after {
    border-bottom-color: var(--twgl--color-primary);
    border-right-color: var(--twgl--color-primary);
  }
  .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 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: 400;
  }
  .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: #f8f4f1;
    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: var(--twgl--color-white);
    color: var(--twgl--rgb-black-5) !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: #f8f4f1;
    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-text);
    border-right: 1px solid var(--twgl--color-primary-text);
    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;
            ul {
              right: 240px;
            }
          }
        }
      }
    } */
  }
}
@media screen and (min-width: 1600px) {
  .main__menu a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
  .main__menu > ul > li:not(:last-child) {
    margin-right: 40px;
  }
  .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.submenu > a i svg {
    height: 7px !important;
  }
  .main__menu ul li ul {
    top: 44px;
    width: 300px;
  }
  .main__menu ul li ul a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    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 a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .main__menu > ul > li:not(:last-child) {
    margin-right: 40px;
  }
  .main__menu > ul > li > a {
    height: 28px;
  }
  .main__menu > ul > li.submenu > a i {
    padding-top: 4px;
  }
  .main__menu > ul > li.submenu > a i svg {
    height: 7px !important;
  }
  .main__menu ul li ul {
    top: 44px;
    width: 320px;
  }
  .main__menu ul li ul a {
    font-size: 16px !important;
    font-size: 1rem !important;
    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 #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 var(--twgl--color-border);
    line-height: 1;
    position: relative;
    text-align: left;
  }
  .main__menu ul li a {
    color: var(--twgl--color-black);
    display: inline-block;
    font-size: 16px !important;
    font-size: 1rem !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/list-arrow.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: 13px !important;
    font-size: 0.8125rem !important;
  }
  .main__menu ul li.opened i:before {
    background-image: url(assets/images/list-arrow-down.png);
  }
  .main__menu ul li.opened li i:before {
    background-image: url(assets/images/list-arrow.png);
  }
  .main__menu ul li.opened li.opened i:before {
    background-image: url(assets/images/list-arrow-down.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--rgb-black-1);
    color: var(--twgl--color-primary);
    opacity: 1;
  }
  .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-black);
    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-primary);
    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;
    }
  }
}
.ftr_menu_wrap ul {
  margin: 0;
  padding: 0;
}
.ftr_menu_wrap ul li {
  margin: 0;
  padding: 0;
}
.ftr_menu_wrap ul a {
  align-items: center;
  display: inline-flex;
  position: relative;
  text-decoration: none !important;
}
.ftr_menu_wrap ul a .a_icon svg {
  fill: var(--twgl--color-primary);
  height: 10px;
  left: -30px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: auto;
}
.ftr_menu_wrap ul a:hover .a_icon svg {
  left: -20px;
  opacity: 1;
}
.ftr_menu_wrap ul > li > a {
  color: var(--twgl--color-white);
  display: inline-flex;
  line-height: 1;
  font-weight: 500;
  font-size: clamp(1rem, 0.9421296296rem + 0.3086419753vw, 1.3125rem) !important;
}
.ftr_menu_wrap ul > li > a:hover {
  color: var(--twgl--color-primary);
}
.ftr_menu_wrap ul > li > ul {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
.ftr_menu_wrap ul ul {
  gap: 12px;
}
.ftr_menu_wrap ul ul a {
  color: var(--twgl--rgb-white-5);
  font-weight: 300;
  font-size: clamp(0.875rem, 0.8171296296rem + 0.3086419753vw, 1.1875rem) !important;
}
.ftr_menu_wrap ul ul a:hover {
  color: var(--twgl--color-primary);
}
.ftr_menu_wrap ul.ftr_main_menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ftr_menu_wrap ul.ftr_main_menu li a {
  font-weight: 300;
}
.ftr_menu_wrap ul.ftr_main_menu li:first-child a {
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .ftr_menu_wrap ul a .a_icon svg {
    height: 7px;
    left: -25px;
    top: 5px;
  }
  .ftr_menu_wrap ul a:hover .a_icon svg {
    left: -15px;
  }
  .ftr_menu_wrap ul > li > a {
    font-size: clamp(0.875rem, 0.8287037037rem + 0.2469135802vw, 1.125rem) !important;
  }
  .ftr_menu_wrap ul > li > ul {
    padding-top: 15px;
  }
  .ftr_menu_wrap ul ul {
    gap: 12px;
  }
  .ftr_menu_wrap ul ul a {
    font-size: clamp(0.8125rem, 0.7777777778rem + 0.1851851852vw, 1rem) !important;
  }
  .ftr_menu_wrap ul.ftr_main_menu {
    gap: 12px;
  }
}
@media screen and (min-width: 1600px) {
  .ftr_menu_wrap ul a .a_icon svg {
    height: 10px;
    left: -30px;
    top: 5px;
  }
  .ftr_menu_wrap ul a:hover .a_icon svg {
    left: -20px;
  }
  .ftr_menu_wrap ul > li > a {
    font-size: clamp(1rem, 0.9421296296rem + 0.3086419753vw, 1.3125rem) !important;
  }
  .ftr_menu_wrap ul > li > ul {
    padding-top: 15px;
  }
  .ftr_menu_wrap ul ul {
    gap: 12px;
  }
  .ftr_menu_wrap ul ul a {
    font-size: clamp(0.875rem, 0.8171296296rem + 0.3086419753vw, 1.1875rem) !important;
  }
  .ftr_menu_wrap ul.ftr_main_menu {
    gap: 12px;
  }
}

.project_breadcrumb {
  padding-bottom: 10px;
  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: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.project_breadcrumb li {
  color: var(--twgl--color-primary);
  font-size: clamp(0.8125rem, 0.7777777778rem + 0.1851851852vw, 1rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .project_breadcrumb li {
    font-size: clamp(0.625rem, 0.6018518519rem + 0.1234567901vw, 0.75rem) !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;
  gap: 10px;
  text-decoration: none !important;
}
.project_breadcrumb li a .svg_icon {
  display: inline-flex;
  line-height: 1;
}
.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: 768px) {
  .project_breadcrumb ul {
    gap: 15px;
  }
  .project_breadcrumb li a {
    gap: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .project_breadcrumb {
    padding-top: 15px;
  }
  .project_breadcrumb ul {
    gap: 20px;
  }
  .project_breadcrumb li a {
    gap: 20px;
  }
}
@media screen and (min-width: 1850px) {
  .project_breadcrumb {
    padding-top: 25px;
  }
  .project_breadcrumb ul {
    gap: 30px;
  }
  .project_breadcrumb li a {
    gap: 30px;
  }
}

.project_pagination {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50px;
  padding-top: 30px;
}
.project_pagination a {
  text-decoration: none !important;
}
.project_pagination .wp-paginate {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  margin-left: -5px;
  margin-right: -5px;
}
.project_pagination .wp-paginate > * {
  margin-bottom: 3px;
  margin-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
.project_pagination .wp-paginate a,
.project_pagination .wp-paginate .page {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  color: #9b9b9b;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 300;
  height: 37px;
  line-height: 1;
  padding: 5px;
  position: relative;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .project_pagination .wp-paginate a,
  .project_pagination .wp-paginate .page {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    min-width: 30px;
    height: 30px;
  }
}
.project_pagination .wp-paginate .current {
  background-color: transparent !important;
  color: var(--twgl--color-black) !important;
  text-decoration: underline !important;
}
.project_pagination .wp-paginate .next,
.project_pagination .wp-paginate .prev {
  background-color: var(--twgl--color-primary) !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--twgl--color-primary-text) !important;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 600;
  height: 37px;
  min-width: 82px;
  padding: 0 15px;
  text-transform: uppercase;
}
.project_pagination .wp-paginate .next:hover,
.project_pagination .wp-paginate .prev:hover {
  background-color: var(--twgl--color-secondary) !important;
  color: var(--twgl--color-white) !important;
}

.ftr_menu li.no_link > a {
  pointer-events: none;
}
.ftr_menu > ul > li a {
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 400;
}
.ftr_menu > ul > li > a {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 600;
}
.ftr_menu ul li {
  line-height: 1;
}
.ftr_menu ul li a {
  color: var(--twgl--color-black);
  display: inline-flex;
  line-height: 1.3;
  position: relative;
  text-decoration: none !important;
}
.ftr_menu ul li a:hover {
  color: var(--twgl--color-primary);
}
.ftr_menu ul li.current-menu-item a {
  color: var(--twgl--color-secondary) !important;
}
.ftr_menu ul li.current-menu-item li a {
  color: var(--twgl--color-black) !important;
}
.ftr_menu ul li.current-menu-item li a:hover {
  color: var(--twgl--color-secondary) !important;
}
@media screen and (min-width: 768px) {
  .ftr_menu > ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    margin: 0 !important;
    padding: 0 !important;
  }
  .ftr_menu > ul > li ul {
    display: flex;
    flex-flow: column wrap;
    margin: 0 !important;
    padding-top: 20px !important;
  }
  .ftr_menu > ul > li ul li:not(:last-child) {
    padding-bottom: 20px;
  }
  .ftr_menu > ul > li a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .ftr_menu > ul > li > a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
  .ftr_menu li.prime_menu > a {
    display: none;
  }
  .ftr_menu li.prime_menu ul {
    padding-top: 4px !important;
  }
}
@media screen and (min-width: 1200px) {
  .ftr_menu > ul > li a {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
  .ftr_menu > ul > li > a {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .ftr_menu li a {
    background-image: linear-gradient(to right, var(--twgl--color-secondary), var(--twgl--color-secondary) 50%, var(--twgl--color-black) 50%);
    background-size: 200% 100%;
    background-position: 100%;
    position: relative;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
  }
  .ftr_menu li a:hover {
    background-position: 0% !important;
  }
  .ftr_menu li.current-menu-item a {
    background-position: 0%;
  }
  .ftr_menu li.current-menu-item li a {
    background-position: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .ftr_menu > ul > li a {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .ftr_menu > ul > li > a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .ftr_menu > ul > li a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
  .ftr_menu > ul > li > a {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ftr_menu > ul > li a:before {
    display: none;
  }
  .ftr_menu > ul > li > a {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    flex-wrap: nowrap;
  }
  .ftr_menu > ul > li > a:after {
    background-color: var(--twgl--rgb-black-1);
    content: "";
    display: block;
    flex-grow: 1;
    height: 1px;
    margin-left: 20px;
  }
  .ftr_menu > ul li ul {
    display: none;
  }
  .ftr_menu > ul li ul li {
    border-bottom: 1px solid var(--twgl--rgb-black-3);
  }
  .ftr_menu > ul li:last-child() ul li:last-child {
    border-bottom: 0;
  }
  .ftr_menu li {
    position: relative;
  }
  .ftr_menu li a {
    background-color: var(--twgl--rgb-white-1);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 10px 45px 10px 0;
    width: 100%;
  }
  .ftr_menu li i {
    background-color: var(--twgl--color-secondary);
    height: 32px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    z-index: 3;
  }
  .ftr_menu li i:before, .ftr_menu li i: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%);
  }
  .ftr_menu li i:before {
    height: 1px;
    width: 14px;
  }
  .ftr_menu li i:after {
    height: 14px;
    width: 1px;
  }
  .ftr_menu li.opened:not(:nth-child(1)) {
    margin-top: 15px;
  }
  .ftr_menu li.opened i:after {
    display: none;
  }
}

.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 {
  color: var(--twgl--color-black);
  display: inline-flex;
  font-weight: 300;
  font-size: clamp(1.125rem, 1.0555555556rem + 0.3703703704vw, 1.5rem) !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.875rem, 0.8518518519rem + 0.1234567901vw, 1rem) !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 {
  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);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  color: var(--twgl--color-white);
  display: inline-flex;
  font-size: 12px !important;
  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);
  color: var(--twgl--color-white);
}
.project_pagination ol li .current,
.project_pagination .wp-paginate li .current {
  color: var(--twgl--color-primary);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .project_pagination {
    margin-top: 15px;
  }
}

.site-map-nav {
  padding-bottom: 40px;
  width: auto;
}
.site-map-nav ul {
  margin-top: 10px;
}
.site-map-nav ul li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
.site-map-nav ul li:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 24px;
  width: 1px;
  height: calc(100% + 11px);
  background-color: var(--twgl--color-black);
}
@media screen and (max-width: 1199px) {
  .site-map-nav ul li:before {
    top: -25px;
    height: 142%;
  }
}
.site-map-nav ul li a {
  text-decoration: none !important;
  position: relative;
  transition: 0.35s;
  color: var(--twgl--color-base-text);
  font-weight: 500;
  padding: 3px 5px 5px 5px;
  margin-left: 40px;
  cursor: pointer;
  transition: all ease 0.4s;
}
@media screen and (max-width: 1199px) {
  .site-map-nav ul li a {
    padding: 0px 5px 5px 5px;
  }
}
@media screen and (max-width: 767px) {
  .site-map-nav ul li a {
    padding: 8px 5px 5px 5px;
  }
}
.site-map-nav ul li a:before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: var(--twgl--color-primary);
  border: 2px solid var(--twgl--color-primary);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -15px;
  top: 14px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 1499px) {
  .site-map-nav ul li a:before {
    top: 13px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .site-map-nav ul li a:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .site-map-nav ul li a:before {
    top: 16px;
  }
}
.site-map-nav ul li a:hover {
  color: var(--twgl--color-secondary);
}
.site-map-nav ul li a:hover:before {
  background: var(--twgl--color-primary);
  border: 2px solid var(--twgl--color-primary);
}
@media screen and (max-width: 767px) {
  .site-map-nav ul li a {
    display: block;
  }
}
.site-map-nav ul li:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 24px;
  width: 35px;
  height: 1px;
  background-color: var(--twgl--color-black);
}
@media screen and (max-width: 1199px) {
  .site-map-nav ul li:after {
    top: 8px;
    width: 39px;
    left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .site-map-nav ul li:after {
    top: 16px;
  }
}
.site-map-nav ul li .sub-menu-toggle {
  display: none;
}

body header .et_builder_inner_content {
  z-index: 10 !important;
}

.tw-cro-template_form {
  /* =====     Forms     ===== */
}
.tw-cro-template_form input {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
.tw-cro-template_form input:focus {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}
.tw-cro-template_form form {
  *zoom: 1;
}
.tw-cro-template_form form:after, .tw-cro-template_form form:before {
  content: "";
  display: block;
}
.tw-cro-template_form form:after {
  clear: both;
}
.tw-cro-template_form ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: var(--twgl--color-formText) !important;
  font-weight: 300;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .tw-cro-template_form ::-webkit-input-placeholder {
    font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  }
}
.tw-cro-template_form :-moz-placeholder {
  opacity: 1 !important;
  color: var(--twgl--color-formText) !important;
  font-weight: 300;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .tw-cro-template_form :-moz-placeholder {
    font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  }
}
.tw-cro-template_form ::-moz-placeholder {
  opacity: 1 !important;
  color: var(--twgl--color-formText) !important;
  font-weight: 300;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .tw-cro-template_form ::-moz-placeholder {
    font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  }
}
.tw-cro-template_form :-ms-input-placeholder {
  opacity: 1 !important;
  color: var(--twgl--color-formText) !important;
  font-weight: 300;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .tw-cro-template_form :-ms-input-placeholder {
    font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  }
}
.tw-cro-template_form label,
.tw-cro-template_form .fm__label {
  line-height: 1;
  color: var(--twgl--color-formLabel) !important;
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .tw-cro-template_form label,
  .tw-cro-template_form .fm__label {
    font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  }
}
.tw-cro-template_form .fm__label {
  display: flex;
  padding-bottom: 12px;
}
.tw-cro-template_form input[type=text],
.tw-cro-template_form input[type=email],
.tw-cro-template_form input[type=tel],
.tw-cro-template_form .form-elements,
.tw-cro-template_form textarea,
.tw-cro-template_form select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: var(--twgl--color-white) !important;
  border: 2px solid var(--twgl--rgb-white-2) !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: var(--twgl--color-formText) !important;
  display: block;
  font-weight: 300;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .tw-cro-template_form input[type=text],
  .tw-cro-template_form input[type=email],
  .tw-cro-template_form input[type=tel],
  .tw-cro-template_form .form-elements,
  .tw-cro-template_form textarea,
  .tw-cro-template_form select {
    font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  }
}
.tw-cro-template_form input[type=text],
.tw-cro-template_form input[type=email],
.tw-cro-template_form input[type=tel],
.tw-cro-template_form .form-elements,
.tw-cro-template_form textarea,
.tw-cro-template_form select {
  outline: none !important;
  outline-offset: 0;
  text-transform: none;
  width: 100%;
}
.tw-cro-template_form input[type=text],
.tw-cro-template_form input[type=email],
.tw-cro-template_form input[type=tel],
.tw-cro-template_form .form-elements,
.tw-cro-template_form select {
  height: var(--twgl--input-height);
  padding-left: 20px;
  padding-right: 20px;
}
.tw-cro-template_form textarea {
  height: 100px;
  padding: 20px;
  resize: none;
}
.tw-cro-template_form textarea.form-elements {
  height: var(--twgl--textarea-height);
}
.tw-cro-template_form 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;
  } */
}
.tw-cro-template_form select option {
  color: var(--twgl--color-formText);
  text-transform: none;
}
.tw-cro-template_form select:focus, .tw-cro-template_form select:active {
  outline: none;
}
@media screen and (min-width: 1600px) {
  .tw-cro-template_form select {
    background-size: 14px 9px;
  }
}
.tw-cro-template_form input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
.tw-cro-template_form input[type=date]::-webkit-calendar-picker-indicator {
  background-color: #3a6596;
  display: block;
  color: #fff;
}
.tw-cro-template_form .input-holder {
  position: relative;
  width: 100%;
}
.tw-cro-template_form .input-holder.error input,
.tw-cro-template_form .input-holder.error textarea {
  border-color: var(--twgl--color-alert) !important;
}
.tw-cro-template_form .input-holder.dFlex .error {
  left: 5px !important;
}
.tw-cro-template_form .input-holder .error {
  background-color: var(--twgl--color-alert);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--twgl--color-white);
  display: inline-block;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  left: 0;
  padding: 2px 3px;
  position: absolute !important;
  top: -20px;
  width: auto !important;
  z-index: 3;
}
@media screen and (min-width: 1600px) {
  .tw-cro-template_form .input-holder .error {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
.tw-cro-template_form .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;
}
.tw-cro-template_form .input-holder:not(:last-child) {
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 1600px) {
  .tw-cro-template_form .input-holder:not(:last-child) {
    margin-bottom: 15px;
  }
}
.tw-cro-template_form .modal-dialog {
  max-width: 700px;
}
.tw-cro-template_form .modal-body {
  padding: 30px;
}
.tw-cro-template_form {
  /* == Radio buttons == */
}
.tw-cro-template_form .custom-radio input[type=radio] {
  display: none;
}
.tw-cro-template_form .custom-radio input[type=radio] + label {
  color: var(--twgl--color-black);
  cursor: pointer;
}
.tw-cro-template_form .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;
}
.tw-cro-template_form .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%;
}
.tw-cro-template_form .custom-radio input[type=radio]:checked + label {
  color: var(--twgl--color-primary);
}
.tw-cro-template_form .custom-radio input[type=radio]:checked + label i {
  border-color: var(--twgl--color-primary);
}
.tw-cro-template_form .custom-radio input[type=radio]:checked + label i:before {
  background-color: var(--twgl--color-primary);
  height: 62%;
  width: 62%;
}
.tw-cro-template_form .custom-radio input[type=radio]:checked + label span {
  color: var(--twgl--color-primary);
}
.tw-cro-template_form .custom-radio input[type=radio]:disabled, .tw-cro-template_form .custom-radio input[type=radio]:disabled + label {
  cursor: not-allowed;
  opacity: 0.6;
  text-decoration: line-through;
}
@media screen and (max-width: 1199px) {
  .tw-cro-template_form .custom-radio input[type=radio] + label i {
    height: 12px;
    width: 12px;
  }
}
.tw-cro-template_form .form_white ::-webkit-input-placeholder {
  color: var(--twgl--color-white) !important;
}
.tw-cro-template_form .form_white :-moz-placeholder {
  color: var(--twgl--color-white) !important;
}
.tw-cro-template_form .form_white ::-moz-placeholder {
  color: var(--twgl--color-white) !important;
}
.tw-cro-template_form .form_white :-ms-input-placeholder {
  color: var(--twgl--color-white) !important;
}
.tw-cro-template_form .form_white .form-elements,
.tw-cro-template_form .form_white textarea,
.tw-cro-template_form .form_white select {
  border-bottom-color: var(--twgl--color-white) !important;
  color: var(--twgl--color-white) !important;
}
.tw-cro-template_form .form_white select {
  background-image: url(assets/images/drop-down-white.png);
}
.tw-cro-template_form .tw-modal-body ::-webkit-input-placeholder {
  color: var(--twgl--color-formText) !important;
  font-weight: 400 !important;
  opacity: 1;
}
.tw-cro-template_form .tw-modal-body :-moz-placeholder {
  color: var(--twgl--color-formText) !important;
  font-weight: 400 !important;
  opacity: 1;
}
.tw-cro-template_form .tw-modal-body ::-moz-placeholder {
  color: var(--twgl--color-formText) !important;
  font-weight: 400 !important;
  opacity: 1;
}
.tw-cro-template_form .tw-modal-body :-ms-input-placeholder {
  color: var(--twgl--color-formText) !important;
  font-weight: 400 !important;
  opacity: 1;
}
.tw-cro-template_form .tw-modal-body .input-holder:last-child {
  text-align: right;
  width: 100%;
}
.tw-cro-template_form .tw-modal-body input,
.tw-cro-template_form .tw-modal-body textarea,
.tw-cro-template_form .tw-modal-body select {
  color: var(--twgl--color-formText) !important;
  font-weight: 400 !important;
}
.tw-cro-template_form .tw-modal-body input,
.tw-cro-template_form .tw-modal-body textarea,
.tw-cro-template_form .tw-modal-body select {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 2px #c7c2bf !important;
  padding: 15px 0;
  background-color: transparent;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .tw-cro-template_form .tw-modal-body input,
  .tw-cro-template_form .tw-modal-body textarea,
  .tw-cro-template_form .tw-modal-body select {
    padding: 10px 0;
  }
}
.tw-cro-template_form .tw-modal-body textarea {
  height: 100px;
  border-bottom: solid 2px #c7c2bf !important;
  padding: 15px 0;
  overflow: auto;
}

.project__form ::-webkit-input-placeholder {
  color: var(--twgl--color-black) !important;
  font-size: clamp(0.875rem, 0.8518518519rem + 0.1234567901vw, 1rem) !important;
}
.project__form :-moz-placeholder {
  color: var(--twgl--color-black) !important;
  font-size: clamp(0.875rem, 0.8518518519rem + 0.1234567901vw, 1rem) !important;
}
.project__form ::-moz-placeholder {
  color: var(--twgl--color-black) !important;
  font-size: clamp(0.875rem, 0.8518518519rem + 0.1234567901vw, 1rem) !important;
}
.project__form :-ms-input-placeholder {
  color: var(--twgl--color-black) !important;
  font-size: clamp(0.875rem, 0.8518518519rem + 0.1234567901vw, 1rem) !important;
}
.project__form input[type=text],
.project__form input[type=email],
.project__form input[type=tel],
.project__form .form-elements,
.project__form textarea,
.project__form select {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  color: var(--twgl--color-black) !important;
  font-size: clamp(0.875rem, 0.8518518519rem + 0.1234567901vw, 1rem) !important;
  padding: 10px 0 !important;
  width: 100% !important;
}
.project__form textarea {
  min-height: 120px !important;
  resize: none !important;
}
.project__form .et_contact_bottom_container {
  align-items: center;
  display: flex;
  padding-left: 0;
  padding-top: 20px;
  width: 100%;
}
.project__form .et_contact_bottom_container .et_pb_button_wrapper {
  width: 100%;
}
.project__form .et_contact_bottom_container .et_pb_contact_right p {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  white-space: nowrap;
}
.project__form .et_contact_bottom_container .et_pb_contact_right input[type=text] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.project__form .et_contact_bottom_container .et_pb_contact_submit {
  flex-grow: 1;
  justify-content: center;
  margin-left: 0 !important;
}
.project__form .et_pb_contact_submit {
  align-items: center;
  background-color: var(--twgl--color-primary) !important;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  color: var(--twgl--color-white) !important;
  display: inline-flex !important;
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem) !important;
  font-weight: 500 !important;
  height: var(--twgl--btn-height-lg) !important;
  padding: 0 20px !important;
  text-transform: uppercase !important;
}
.project__form .et_pb_contact_submit:after {
  display: none !important;
}
.project__form .et_pb_contact p .et_contact_error {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
.project__form .et_pb_contact .et_pb_contact_right p .et_contact_error {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
}
.project__form .et_pb_contact_field {
  margin-bottom: 5px !important;
}

/* @use "assets/scss/components/modal";
@use "assets/scss/components/swiper-bundle";
@use "assets/scss/components/easy-responsive-tabs"; */
.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;
  }
}

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

.top-space {
  padding-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .top-space {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .top-space {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1600px) {
  .top-space {
    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;
  }
}

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

.bottom-space_sm {
  padding-bottom: 15px !important;
}
@media screen and (min-width: 768px) {
  .bottom-space_sm {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1600px) {
  .bottom-space_sm {
    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;
  }
}

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

.bottom-space_md {
  padding-bottom: 22px !important;
}
@media screen and (min-width: 768px) {
  .bottom-space_md {
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 1600px) {
  .bottom-space_md {
    padding-bottom: 45px !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;
}

.p-b-0 {
  padding-bottom: 0 !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-10 {
  padding-top: 10px !important;
}

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

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

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

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

#content_wrapper {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.fit-height {
  height: 100% !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;
}

:root {
  --twgl--col-gap: 20px;
}
@media screen and (min-width: 768px) {
  :root {
    --twgl--col-gap: 25px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --twgl--col-gap: 30px;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --twgl--col-gap: 40px;
  }
}

[class*=tw-col-] {
  display: flex;
  flex-flow: row wrap;
}
[class*=tw-col-] > * {
  margin: 0 !important;
  width: 100% !important;
}
[class*=tw-col-] > *:not(:last-child) {
  margin-bottom: var(--twgl--col-gap) !important;
}

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

.twgl__call_wrap a {
  align-items: flex-end;
  cursor: default;
  display: inline-flex;
  gap: 6px;
  line-height: 1;
}
.twgl__call_wrap .icon-phone {
  display: inline-flex;
  line-height: 1;
}
.twgl__call_wrap .icon-phone svg {
  height: var(--twgl--icon-phone);
  width: var(--twgl--icon-phone);
  fill: var(--twgl--color-primary);
}
.twgl__call_wrap .text_wraps {
  color: var(--twgl--color-black);
  display: flex;
  flex-direction: column;
  font-weight: 400;
  gap: 6px;
  line-height: 1;
}
.twgl__call_wrap .text_wraps small {
  color: inherit;
  font-size: clamp(0.75rem, 0.7384259259rem + 0.0617283951vw, 0.8125rem) !important;
  font-weight: inherit;
}
.twgl__call_wrap .number {
  color: var(--twgl--color-black);
  font-size: clamp(1.375rem, 1.3287037037rem + 0.2469135802vw, 1.625rem) !important;
  font-weight: 600;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .twgl__call_wrap .number {
    font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
  }
}

.twgl__address_wrap {
  display: inline-flex;
  max-width: 500px;
  gap: 10px;
}
.twgl__address_wrap .icon-address {
  display: inline-flex;
  line-height: 1;
}
.twgl__address_wrap .icon-address svg {
  height: var(--twgl--icon-phone);
  width: var(--twgl--icon-phone);
  fill: var(--twgl--color-primary);
}
.twgl__address_wrap .text_wraps {
  color: var(--twgl--color-black);
  display: flex;
  flex-direction: column;
  font-size: clamp(1.125rem, 1.0555555556rem + 0.3703703704vw, 1.5rem) !important;
  font-style: normal;
  font-weight: 400;
  gap: 6px;
  line-height: 1.3;
}
.twgl__address_wrap .text_wraps strong {
  font-weight: 500;
}
.twgl__address_wrap .text_wraps address {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.twgl__hours_wrap {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}
.twgl__hours_wrap .icon-hours {
  display: inline-flex;
  line-height: 1;
}
.twgl__hours_wrap .icon-hours svg {
  height: var(--twgl--icon-phone);
  width: var(--twgl--icon-phone);
  fill: var(--twgl--color-primary);
}
.twgl__hours_wrap .text_wraps {
  color: var(--twgl--color-black);
  display: flex;
  font-size: clamp(1.125rem, 1.0555555556rem + 0.3703703704vw, 1.5rem) !important;
  font-weight: 600;
  gap: 6px;
  line-height: 1;
}
.twgl__hours_wrap .text_wraps strong {
  font-weight: 700;
}

.white__text .twgl__call_wrap .text_wraps,
.white__text .twgl__call_wrap .number {
  color: var(--twgl--color-white);
}
.white__text .twgl__call_wrap .text_wraps {
  font-weight: 300;
}
.white__text .twgl__call_wrap .number {
  font-weight: 500;
}
.white__text .twgl__address_wrap .text_wraps {
  color: var(--twgl--color-white);
  font-weight: 300;
}
.white__text .twgl__address_wrap .text_wraps strong {
  font-weight: 400;
}
.white__text .twgl__hours_wrap .text_wraps {
  color: var(--twgl--color-white);
  font-weight: 500;
}
.white__text .twgl__hours_wrap .text_wraps strong {
  font-weight: 600;
}

.size__xs .twgl__call_wrap .icon-phone svg {
  height: var(--twgl--icon-phone-xs);
  width: var(--twgl--icon-phone-xs);
}
.size__xs .twgl__call_wrap .text_wraps small {
  font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
}
.size__xs .twgl__call_wrap .number {
  font-size: clamp(1.25rem, 1.2037037037rem + 0.2469135802vw, 1.5rem) !important;
}
.size__xs .twgl__address_wrap .icon-address svg {
  height: var(--twgl--icon-phone-xs);
  width: var(--twgl--icon-phone-xs);
}
.size__xs .twgl__address_wrap .text_wraps {
  font-size: clamp(0.875rem, 0.8518518519rem + 0.1234567901vw, 1rem) !important;
}
.size__xs .twgl__hours_wrap .icon-hours svg {
  height: var(--twgl--icon-phone-xs);
  width: var(--twgl--icon-phone-xs);
}
.size__xs .twgl__hours_wrap .text_wraps {
  font-size: clamp(0.875rem, 0.8518518519rem + 0.1234567901vw, 1rem) !important;
}

.size__md .twgl__call_wrap a {
  gap: 15px;
}
.size__md .twgl__call_wrap .icon-phone svg {
  height: var(--twgl--icon-phone-md);
  width: var(--twgl--icon-phone-md);
}
.size__md .twgl__call_wrap .text_wraps small {
  font-size: clamp(1rem, 0.9652777778rem + 0.1851851852vw, 1.1875rem) !important;
}
.size__md .twgl__call_wrap .number {
  font-size: clamp(1.625rem, 1.4976851852rem + 0.6790123457vw, 2.3125rem) !important;
}
.size__md .twgl__address_wrap {
  gap: 15px;
}
.size__md .twgl__address_wrap .icon-address svg {
  height: var(--twgl--icon-phone-md);
  width: var(--twgl--icon-phone-md);
}
.size__md .twgl__hours_wrap {
  gap: 15px;
}
.size__md .twgl__hours_wrap .icon-hours svg {
  height: var(--twgl--icon-phone-md);
  width: var(--twgl--icon-phone-md);
}

.size__lg .twgl__call_wrap a {
  gap: 15px;
}
.size__lg .twgl__call_wrap .icon-phone svg {
  height: var(--twgl--icon-phone-lg);
  width: var(--twgl--icon-phone-lg);
}
.size__lg .twgl__call_wrap .text_wraps small {
  font-size: clamp(1.0625rem, 0.9814814815rem + 0.4320987654vw, 1.5rem) !important;
}
.size__lg .twgl__call_wrap .number {
  font-size: clamp(1.375rem, 1.2013888889rem + 0.9259259259vw, 2.3125rem) !important;
}
.size__lg .twgl__address_wrap {
  gap: 20px;
}
.size__lg .twgl__address_wrap .icon-address svg {
  height: var(--twgl--icon-phone-lg);
  width: var(--twgl--icon-phone-lg);
}
.size__lg .twgl__address_wrap .text_wraps {
  font-size: clamp(1rem, 0.8842592593rem + 0.6172839506vw, 1.625rem) !important;
}
.size__lg .twgl__hours_wrap {
  gap: 20px;
}
.size__lg .twgl__hours_wrap .icon-hours svg {
  height: var(--twgl--icon-phone-lg);
  width: var(--twgl--icon-phone-lg);
}
.size__lg .twgl__hours_wrap .text_wraps {
  font-size: clamp(1rem, 0.8842592593rem + 0.6172839506vw, 1.625rem) !important;
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .et_pb_section_7 .shortcode_group.size__lg {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .et_pb_section_7 .shortcode_group.size__lg .twgl__address_wrap {
    max-width: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-brdrright {
    border-right: 1px solid #bfbfbf !important;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-PL-50 {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 1199px) {
  .cmn_sec_inner .et_pb_column {
    width: 100%;
  }
}

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

@media screen and (min-width: 1200px) {
  .et_pb_section_0_tb_header .container, .et_pb_section_0_tb_header .et_pb_row, .et_pb_section_0_tb_header .et_pb_slider .et_pb_container, .et_pb_section_0_tb_header .et_pb_fullwidth_section .et_pb_title_container, .et_pb_section_0_tb_header .et_pb_fullwidth_section .et_pb_title_featured_container, .et_pb_section_0_tb_header .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 1170px !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 1600px) {
  .et_pb_section_0_tb_header .container, .et_pb_section_0_tb_header .et_pb_row, .et_pb_section_0_tb_header .et_pb_slider .et_pb_container, .et_pb_section_0_tb_header .et_pb_fullwidth_section .et_pb_title_container, .et_pb_section_0_tb_header .et_pb_fullwidth_section .et_pb_title_featured_container, .et_pb_section_0_tb_header .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 1500px !important;
  }
}
@media screen and (min-width: 1800px) {
  .et_pb_section_0_tb_header .container, .et_pb_section_0_tb_header .et_pb_row, .et_pb_section_0_tb_header .et_pb_slider .et_pb_container, .et_pb_section_0_tb_header .et_pb_fullwidth_section .et_pb_title_container, .et_pb_section_0_tb_header .et_pb_fullwidth_section .et_pb_title_featured_container, .et_pb_section_0_tb_header .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 1615px !important;
  }
}

.project__header {
  --twgl--icon-phone: 37px;
  --twgl--header-spacing: 15px;
}
@media screen and (min-width: 768px) {
  .project__header {
    --twgl--header-spacing: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .project__header {
    --twgl--header-spacing: 25px;
  }
}
@media screen and (min-width: 1800px) {
  .project__header {
    --twgl--header-spacing: 30px;
  }
}
.project__header {
  padding: var(--twgl--header-spacing) 0;
}
.project__header .project_logo {
  display: inline-flex;
  line-height: 1;
}
.project__header .project_logo a {
  display: inline-flex;
  height: auto;
  line-height: 1;
  max-width: 210px;
}
.project__header .project_logo a img {
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .project__header .project_logo a {
    max-width: 180px;
  }
}
.project__header .header_right {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
@media screen and (min-width: 1850px) {
  .project__header .header_right {
    gap: 35px;
  }
}
.project__header .header_right .btn_group {
  gap: 15px !important;
}
@media screen and (max-width: 767px) {
  .project__header .header_right .btn_group {
    gap: 8px !important;
  }
}
.project__header .top_tel .icon-phone svg {
  height: var(--twgl--icon-phone);
  width: var(--twgl--icon-phone);
}
.project__header .top_tel .icon-phone svg #circle {
  fill: var(--twgl--color-primary);
}
@media screen and (min-width: 768px) {
  .project__header .header_right {
    justify-content: flex-end;
    margin-left: auto;
  }
}
@media screen and (max-width: 1199px) {
  .project__header .mob_trigger {
    height: var(--twgl--icon-phone);
    width: var(--twgl--icon-phone);
  }
  .project__header .project_btn {
    padding: 0 15px !important;
  }
  .project__header .header_right {
    align-items: center;
    line-height: 1;
  }
  .project__header .header_right .twgl__call_wrap {
    order: 2;
  }
  .project__header .header_right .btn_group {
    order: 1;
  }
  .project__header .header_right .mob_trigger {
    order: 3;
  }
  .project__header .twgl__call_wrap .text_wraps {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .project__header {
    align-items: flex-start;
    flex-direction: column;
  }
  .project__header .project_logo {
    padding-bottom: 15px;
  }
  .project__header .twgl__call_wrap {
    position: absolute;
    right: 0;
  }
  .project__header .mob_trigger {
    position: absolute;
    right: 0;
    top: 15px;
  }
}

.et_pb_sticky .project__header {
  padding: 10px 0 !important;
}

.full_width_bnr {
  overflow: hidden;
  padding: 0 !important;
}
.full_width_bnr .et_pb_row {
  max-width: none !important;
  padding: 0 !important;
}

/* ===== DESKTOP LAYOUT ===== */
.hero-slider {
  display: flex;
  overflow: hidden;
  position: relative;
}
.hero-slider .bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all ease 1s;
  -o-transition: all ease 1s;
  -webkit-transition: all ease 1s;
  width: 100%;
}
.hero-slider .brn_content_wrapper {
  position: relative;
  z-index: 3;
}
.hero-slider .panel {
  align-items: flex-end;
  display: flex;
  flex: 1;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
  transition: flex 0.6s ease;
}
@media screen and (min-width: 1200px) {
  .hero-slider .panel {
    border-right: 1px solid #787b7d;
    height: 100vh;
    max-height: var(--twgl--hm-bnr-height);
  }
}
.hero-slider .panel .bnr_subText {
  color: var(--twgl--color-white);
  font-family: var(--font-poppins);
  font-size: clamp(0.9375rem, 0.8796296296rem + 0.3086419753vw, 1.25rem) !important;
  font-weight: 400;
  line-height: 1.1;
  padding-bottom: 10px;
}
.hero-slider .panel .bnr_text_title {
  color: var(--twgl--color-primary);
  font-family: var(--font-cormorant);
  font-size: clamp(1.625rem, 1.3009259259rem + 1.7283950617vw, 3.375rem) !important;
  font-weight: 500;
  line-height: 1.1;
  padding-bottom: 20px;
}
.hero-slider .panel .slide_btn {
  align-items: center;
  color: var(--twgl--color-primary);
  display: inline-flex;
  font-family: var(--font-poppins);
  font-size: clamp(0.75rem, 0.6574074074rem + 0.4938271605vw, 1.25rem) !important;
  font-weight: 500;
  gap: 10px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.hero-slider .panel .slide_btn .btn_text {
  display: none;
}
.hero-slider .panel .slide_btn i {
  align-items: center;
  background-color: var(--twgl--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  height: 46px;
  width: 46px;
}
.hero-slider .panel .slide_btn i svg {
  fill: var(--twgl--color-white);
  height: 10px;
  width: 10px;
}
.hero-slider .panel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.hero-slider .panel .brn_content_wrapper {
  /* position: absolute; */
  inset: 0;
  padding: 60px 50px;
  /* background: linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.1)); */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
.hero-slider .panel {
  /* &:hover {
    img,
    .bg-img {
      transform: scale(1.08);
    }
  } */
}
.hero-slider .panel.active .slide_btn .btn_text {
  display: inline-flex;
}
.hero-slider .panel.active .slide_btn i {
  background-color: transparent;
  width: auto;
}
.hero-slider .panel.active .slide_btn i svg {
  fill: var(--twgl--color-primary);
}
.hero-slider .panel:nth-child(2) .bg-img {
  background-position: center;
}
.hero-slider .panel:nth-child(3) .bg-img {
  background-position: right;
}
.hero-slider.activated .panel {
  position: static;
}

/* ===== MOBILE (ONE SLIDE ONLY) ===== */
@media (max-width: 1199px) {
  .hero-slider {
    position: relative;
    height: var(--twgl--hm-bnr-height);
    overflow: hidden;
  }
  .hero-slider .panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex: none;
    cursor: default;
  }
  .hero-slider .panel.active {
    flex: none;
  }
  .hero-slider .panel .brn_content_wrapper {
    padding: 10px;
  }
  .hero-slider .panel .bnr_subText {
    padding-bottom: 6px;
  }
  .hero-slider .panel .bnr_text_title {
    padding-bottom: 5px;
  }
  .hero-slider .panel .slide_btn .btn_text {
    display: inline-flex;
  }
  .hero-slider .panel .slide_btn i {
    background-color: transparent;
    width: auto;
  }
  .hero-slider .panel .slide_btn i svg {
    fill: var(--twgl--color-primary);
  }
}
.project_banner {
  position: relative;
}
.project_banner .common_banner_text {
  z-index: 3;
}
.project_banner .common_banner_text .container {
  padding-top: 0 !important;
}
.project_banner .bnr_title {
  color: var(--twgl--color-white);
  font-family: var(--font-cormorant) !important;
  font-size: clamp(1.875rem, 1.1805555556rem + 3.7037037037vw, 5.625rem) !important;
  font-weight: 700;
  line-height: 1;
  margin: 0 !important;
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .project_banner .bnr_title {
    font-size: clamp(1.5625rem, 1.3888888889rem + 0.9259259259vw, 2.5rem) !important;
  }
}
@media screen and (min-width: 1200px) {
  .project_banner .common_banner_text {
    left: 50%;
    position: absolute;
    top: 15%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
  }
  .project_banner .bnr_title {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 1199px) {
  .project_banner .common_banner_text {
    background-color: #f4f4f4;
    background-image: var(--cmn--bnr-bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0;
    width: 100%;
  }
  .project_banner .common_banner_text .container {
    min-height: 150px;
  }
  .project_banner .bnr_title {
    color: var(--twgl--color-black);
  }
}

/*First Round Revision*/
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .hero-slider {
    height: 400px !important;
  }
}

@media screen and (max-width: 767px) {
  .project_banner .bnr_title {
    font-size: 29px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .project_banner .bnr_title {
    font-size: 60px !important;
  }
}

.all-in-one-acc-serv-wrap {
  margin-bottom: 30px !important;
  padding: 30px !important;
  border: 1px solid var(--twgl--color-primary);
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .all-in-one-acc-serv-wrap.et_pb_row {
    padding: 20px !important;
  }
}
.all-in-one-acc-serv-wrap .all-in-one-serv-head {
  text-transform: capitalize;
  font-size: clamp(1.625rem, 1.2777777778rem + 1.8518518519vw, 3.5rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .all-in-one-acc-serv-wrap .all-in-one-serv-head {
    font-size: clamp(1.375rem, 1.3171296296rem + 0.3086419753vw, 1.6875rem) !important;
  }
}
.all-in-one-acc-serv-wrap .all-in-one-serv-head {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .all-in-one-acc-serv-wrap .all-in-one-serv-head {
    text-align: center;
    font-size: 31px !important;
    line-height: 1 !important;
    margin-bottom: 15px !important;
  }
}
.all-in-one-acc-serv-wrap .all-in-one-serv-para p {
  font-weight: 300;
  line-height: 1.5;
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .all-in-one-acc-serv-wrap .all-in-one-serv-para p {
    font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  }
}
.all-in-one-acc-serv-wrap .all-in-one-serv-para p {
  font-family: var(--font-poppins) !important;
}
.all-in-one-acc-serv-wrap .all-in-one-serv-span-label {
  padding: 15px 10px 15px 10px !important;
  border: 1px dashed #d61d23;
  border-radius: 10px;
  line-height: 0.65 !important;
  background: linear-gradient(20deg, rgb(255, 250, 250) 60%, rgba(255, 250, 250, 0.17) 100%);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .all-in-one-acc-serv-wrap .all-in-one-serv-span-label {
    padding: 15px 30px 15px 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .all-in-one-acc-serv-wrap .all-in-one-serv-span-label {
    padding: 15px 5px 15px 5px !important;
  }
}
.all-in-one-acc-serv-wrap .all-in-one-serv-span-label p {
  line-height: 0;
}
.all-in-one-acc-serv-wrap .all-in-one-serv-span-label p span {
  font-family: var(--font-poppins) !important;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .all-in-one-acc-serv-wrap .all-in-one-serv-span-label p span {
    font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  }
}
.all-in-one-acc-serv-wrap .all-in-one-serv-span-label p span {
  color: var(--twgl--color-primary);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .all-in-one-acc-serv-wrap .all-in-one-serv-span-label p span {
    font-size: 14px !important;
  }
}
.all-in-one-acc-serv-wrap .btn_group {
  justify-content: center;
}
.all-in-one-acc-serv-wrap .et_pb_text {
  margin-bottom: 15px !important;
}
@media screen and (min-width: 767px) {
  .all-in-one-acc-serv-wrap .et_pb_text {
    margin-bottom: 30px !important;
  }
}
.all-in-one-acc-serv-wrap .et_pb_text.m-b-0 {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 767px) {
  .all-in-one-acc-serv-wrap .et_pb_text.m-b-0 {
    margin-bottom: 0 !important;
  }
}
.all-in-one-acc-serv-wrap .et_pb_css_mix_blend_mode_passthrough .et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light {
  margin-bottom: 0 !important;
}
.all-in-one-acc-serv-wrap .et_pb_text.et_pb_text_5.et_clickable {
  margin-bottom: 0 !important;
}
.all-in-one-acc-serv-wrap .project_btn.btn_primary_border.btn__sm {
  background-color: #384654 !important;
  color: #fff !important;
  border-color: #384654 !important;
}
.all-in-one-acc-serv-wrap .project_btn.btn_primary_border.btn__sm:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-template-cro-template .all-in-one-acc-serv-wrap.et_pb_row {
    padding: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-template-cro-template .all-in-one-acc-serv-wrap.et_pb_row {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.avail-indi-hd-wrap .avail-ind-hd h2 {
  text-transform: capitalize;
  font-size: clamp(1.625rem, 1.2777777778rem + 1.8518518519vw, 3.5rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .avail-indi-hd-wrap .avail-ind-hd h2 {
    font-size: clamp(1.375rem, 1.3171296296rem + 0.3086419753vw, 1.6875rem) !important;
  }
}
.avail-indi-hd-wrap .avail-ind-hd h2 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .avail-indi-hd-wrap .avail-ind-hd h2 {
    text-align: center;
    font-size: 31px !important;
    line-height: 1 !important;
    margin-bottom: 15px !important;
  }
}

/*First Round Revision*/
@media screen and (min-width: 1200px) {
  .inner-banner-wrapp {
    padding: 0 20px !important;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1440px) {
  .inner-banner-wrapp {
    min-height: 500px;
  }
}
.inner-banner-wrapp .et_pb_button_wrapper .et_pb_button.et_pb_more_button {
  margin-top: 20px;
  align-items: center;
  background-color: var(--twgl--color-primary) !important;
  border: 0 !important;
  border-width: 0 !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  box-shadow: none;
  cursor: pointer;
  color: var(--twgl--color-white) !important;
  display: inline-flex !important;
  font-family: var(--font-poppins) !important;
  font-size: clamp(0.875rem, 0.8402777778rem + 0.1851851852vw, 1.0625rem) !important;
  font-weight: 400;
  font-optical-sizing: auto;
  font-weight: normal !important;
  justify-content: center;
  line-height: 1;
  min-height: var(--twgl--btn-height);
  outline: none;
  overflow: hidden !important;
  padding: 0 var(--twgl--btn-padding);
  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;
}
@media screen and (min-width: 1200px) {
  .inner-banner-wrapp .et_pb_button_wrapper .et_pb_button.et_pb_more_button {
    margin-bottom: 20px;
  }
}
.inner-banner-wrapp .et_pb_button_wrapper .et_pb_button.et_pb_more_button:hover {
  background-color: black !important;
  background-color: var(--twgl--color-secondary) !important;
  color: var(--twgl--color-white) !important;
}
.inner-banner-wrapp .et_pb_button_wrapper .et_pb_button.et_pb_more_button:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .inner-banner-wrapp .et_pb_slide_description {
    padding: 16% 5%;
  }
}
@media screen and (min-width: 1200px) {
  .inner-banner-wrapp .et_pb_slide_description {
    padding: 0 !important;
  }
}
.inner-banner-wrapp .et_pb_slide_description .et_pb_slide_title {
  line-height: 1.12 !important;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .inner-banner-wrapp .et_pb_slide_description .et_pb_slide_title {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .inner-banner-wrapp .et_pb_slide_description .et_pb_slide_title {
    font-size: 46px !important;
  }
}
@media screen and (min-width: 992px) {
  .inner-banner-wrapp .et_pb_slide_description .et_pb_slide_title {
    font-size: 50px !important;
  }
}
@media screen and (min-width: 1200px) {
  .inner-banner-wrapp .et_pb_slide_description .et_pb_slide_title {
    font-size: 55px !important;
  }
}
@media screen and (min-width: 1400px) {
  .inner-banner-wrapp .et_pb_slide_description .et_pb_slide_title {
    font-size: 65px !important;
  }
}
@media screen and (min-width: 1200px) {
  .inner-banner-wrapp .et_pb_slide_description .et_pb_slide_title span {
    display: block;
  }
}
.inner-banner-wrapp .et_pb_slide_description .et_pb_slide_content {
  text-transform: none !important;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  font-size: 26px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .inner-banner-wrapp .et_pb_slide_description .et_pb_slide_content {
    margin: 0 auto;
    width: 70%;
  }
}
@media screen and (max-width: 1199px) {
  .inner-banner-wrapp .et_pb_slide_description .et_pb_slide_content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner-wrapp .et_pb_slide_description .et_pb_slide_content p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .inner-banner-wrapp .et_pb_slide_description .et_pb_slide_content p {
    font-size: 20px;
  }
}
.inner-banner-wrapp .et_pb_slide_0 {
  max-height: 650px;
}
.inner-banner-wrapp.et_pb_section_1 {
  position: relative;
}
.inner-banner-wrapp.et_pb_section_1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(76, 76, 76, 0.7) 1%, rgba(44, 53, 62, 0.45) 100%);
  z-index: 1;
}

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

/* |=>  Our Services  <=| */
.hm-service-listing {
  display: grid;
  grid-template-rows: auto;
  justify-content: center;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .hm-service-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .hm-service-listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .hm-service-listing {
    grid-template-columns: repeat(5, 1fr);
  }
}

.service_items {
  --service--box-padding: 22px;
  --icon-size: 5.2rem;
}
@media screen and (min-width: 768px) {
  .service_items {
    --service--box-padding: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .service_items {
    --service--box-padding: 28px;
    --icon-size: 6.2rem;
  }
}
@media screen and (min-width: 1850px) {
  .service_items {
    --service--box-padding: 30px;
  }
}
.service_items {
  background: transparent url(assets/images/service-box-grid.png) repeat;
  border: 1px solid var(--twgl--color-primary);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: var(--service--box-padding);
  position: relative;
}
.service_items > * {
  position: relative;
  z-index: 3;
}
.service_items:before {
  background: #FFFAFA;
  background: linear-gradient(20deg, rgb(255, 250, 250) 60%, rgba(255, 250, 250, 0.17) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFAFA", endColorstr="#FFFAFA", GradientType=0);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.service_items:after {
  background-color: var(--twgl--color-primary);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  bottom: -7px;
  content: "";
  display: block;
  height: 7px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: calc(100% - 30px);
  z-index: 2;
}
.service_items .item_icon svg {
  aspect-ratio: 85/105;
  height: var(--icon-size);
  width: auto !important;
}
.service_items .item_title {
  color: var(--twgl--color-black);
  font-family: var(--font-poppins) !important;
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .service_items .item_title {
    font-size: clamp(0.8125rem, 0.7893518519rem + 0.1234567901vw, 0.9375rem) !important;
  }
}
.service_items .item_title {
  font-weight: 500 !important;
  line-height: 1.1;
  margin: 0 !important;
  padding: 0 !important;
}
.service_items .item_title a {
  color: inherit;
}
.service_items .item_title a:hover {
  color: var(--twgl--color-primary);
}
.service_items .item_desc {
  color: var(--twgl--color-black);
  font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 !important;
  padding: 0 !important;
}
.service_items .item_link {
  align-items: center;
  color: var(--twgl--color-primary);
  display: inline-flex;
  font-size: clamp(0.8125rem, 0.7893518519rem + 0.1234567901vw, 0.9375rem) !important;
  font-weight: 500;
  gap: 5px;
  line-height: 1;
  margin-top: auto;
  text-transform: uppercase;
}
.service_items .item_link svg {
  fill: currentColor;
  height: 10px;
  width: 10px;
}
.service_items .item_link:hover {
  color: var(--twgl--color-secondary);
}

/* |=>  Value You Can Trust Section  <=| */
.numberd_list_styles {
  --list--counter-size: 40px;
  --list-item-gap: 20px;
}
@media screen and (min-width: 768px) {
  .numberd_list_styles {
    --list--counter-size: 40px;
    --list-item-gap: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .numberd_list_styles {
    --list--counter-size: 46px;
    --list-item-gap: 25px;
  }
}
@media screen and (min-width: 1850px) {
  .numberd_list_styles {
    --list--counter-size: 52px;
    --list-item-gap: 25px;
  }
}
.numberd_list_styles {
  counter-reset: item;
  list-style: none;
}
.numberd_list_styles ul {
  border-left: 1px solid #d61d23;
  display: flex;
  flex-direction: column;
  gap: var(--list-item-gap);
  margin: 0 0 0 20px !important;
  padding-left: calc(var(--list--counter-size) * 1) !important;
  padding-top: var(--list-item-gap) !important;
  position: relative;
}
.numberd_list_styles ul:before, .numberd_list_styles ul:after {
  background-color: var(--twgl--color-primary);
  border: 1px solid var(--twgl--color-white);
  box-shadow: 0 0 0 1px var(--twgl--color-primary);
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: -7px;
  position: absolute;
  width: 12px;
}
.numberd_list_styles ul:before {
  top: 0;
}
.numberd_list_styles ul:after {
  bottom: 0;
}
.numberd_list_styles li {
  color: var(--twgl--color-black);
  counter-increment: item;
  font-size: clamp(0.875rem, 0.8518518519rem + 0.1234567901vw, 1rem) !important;
  font-weight: 300;
  line-height: 1.4;
  min-height: var(--list--counter-size);
  padding-top: 4px !important;
  position: relative;
}
.numberd_list_styles li strong {
  font-family: var(--font-cormorant) !important;
  font-size: clamp(1.375rem, 1.2939814815rem + 0.4320987654vw, 1.8125rem) !important;
  font-weight: 700;
}
.numberd_list_styles li:before {
  align-items: center;
  background-color: #384654;
  border: 4px solid #ffbdbd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-sizing: border-box;
  color: var(--twgl--color-white);
  content: counter(item);
  display: flex;
  font-family: var(--font-poppins);
  justify-content: center;
  line-height: 1;
  font-size: clamp(1.375rem, 1.3287037037rem + 0.2469135802vw, 1.625rem) !important;
  font-weight: 400;
  height: var(--list--counter-size);
  position: absolute;
  left: calc(var(--list--counter-size) * -1.5);
  top: 0;
  width: var(--list--counter-size);
}

.boxed_content {
  --bc--border-radius: 10px;
  color: var(--twgl--color-white) !important;
  padding: 0 20px;
  position: relative;
  text-align: center;
}
.boxed_content p {
  color: inherit !important;
  font-size: clamp(1.0625rem, 1.0046296296rem + 0.3086419753vw, 1.375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .boxed_content p {
    font-size: clamp(0.8125rem, 0.7893518519rem + 0.1234567901vw, 0.9375rem) !important;
  }
}
.boxed_content p strong {
  font-size: clamp(1.125rem, 1.0208333333rem + 0.5555555556vw, 1.6875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .boxed_content p strong {
    font-size: clamp(0.875rem, 0.8402777778rem + 0.1851851852vw, 1.0625rem) !important;
  }
}
.boxed_content .cnt_wrap {
  display: flex;
  gap: 15px;
  justify-content: center;
  padding-bottom: 15px;
}
.boxed_content .cnt_wrap:before, .boxed_content .cnt_wrap:after {
  background-color: transparent !important;
  border: 1px solid var(--twgl--color-primary);
  border-bottom: 0;
  box-sizing: border-box;
  content: "";
  flex-grow: 1;
  margin-bottom: -40px;
  margin-top: 20px;
  position: relative;
  width: 50px;
}
.boxed_content .cnt_wrap:before {
  border-right: 0;
  border-top-left-radius: var(--bc--border-radius);
}
.boxed_content .cnt_wrap:after {
  border-left: 0;
  border-top-right-radius: var(--bc--border-radius);
}
.boxed_content .btn_group {
  align-items: flex-start;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.boxed_content .btn_group:before, .boxed_content .btn_group:after {
  background-color: transparent !important;
  border: 1px solid var(--twgl--color-primary);
  border-top: 0;
  box-sizing: border-box;
  content: "";
  flex-grow: 1;
  height: calc(var(--twgl--btn-height-xl) * 0.5);
  position: relative;
}
.boxed_content .btn_group:before {
  border-right: 0;
  border-bottom-left-radius: var(--bc--border-radius);
}
.boxed_content .btn_group:after {
  border-left: 0;
  border-bottom-right-radius: var(--bc--border-radius);
}
@media screen and (max-width: 767px) {
  .boxed_content {
    padding: 0 !important;
  }
  .boxed_content .cnt_wrap:before, .boxed_content .cnt_wrap:after,
  .boxed_content .btn_group:before,
  .boxed_content .btn_group:after {
    display: none !important;
  }
}

/* |=>  Featured Case Studies Section  <=| */
.middle_call_wrapper {
  --svg-shape-size: 1300px;
  overflow: hidden;
}
.middle_call_wrapper .et_pb_row .et_pb_column > * {
  position: relative;
  z-index: 3;
}
.middle_call_wrapper .et_pb_row .shape__left,
.middle_call_wrapper .et_pb_row .shape__right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
}
.middle_call_wrapper .et_pb_row .shape__left svg,
.middle_call_wrapper .et_pb_row .shape__right svg {
  height: auto;
  width: var(--svg-shape-size);
}
.middle_call_wrapper .et_pb_row .shape__left {
  left: -40%;
  margin-top: -30px;
}
.middle_call_wrapper .et_pb_row .shape__right {
  margin-top: 90px;
  right: -44%;
}
@media screen and (max-width: 1199px) {
  .middle_call_wrapper .et_pb_row .shape__left,
  .middle_call_wrapper .et_pb_row .shape__right {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .middle_call_wrapper {
    position: relative;
  }
  .middle_call_wrapper:before {
    background-color: var(--twgl--color-black);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .middle_call_wrapper .et_pb_row {
    position: relative;
    z-index: 3 !important;
  }
  .middle_call_wrapper .section_title .title {
    line-height: 1.2 !important;
  }
}

/* |=>  Quick Contact Section  <=| */
.shortcode_group {
  display: flex;
  flex-flow: row wrap;
}
.shortcode_group .separator {
  background-color: var(--twgl--rgb-black-2);
  height: 1px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .shortcode_group {
    align-items: flex-start;
    justify-content: space-between;
  }
  .shortcode_group .separator {
    height: 100px;
    width: 1px;
  }
}
@media screen and (max-width: 1199px) {
  .shortcode_group {
    gap: 15px;
  }
  .shortcode_group .separator {
    display: none !important;
  }
}

.home_about_section .et_pb_image_1 {
  margin-top: -80px !important;
  margin-left: -40px;
}
@media screen and (max-width: 1024px) {
  .home_about_section .et_pb_image_1 {
    margin-top: -62px;
  }
}
@media screen and (max-width: 980px) {
  .home_about_section .et_pb_image_1 {
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .home_about_section .et_pb_image_1 {
    margin-top: -30px;
    margin-left: -20px;
  }
}

.box_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 60px 30px;
  background: #ffffff;
  border-radius: 9px;
  border: 1px solid #cccccc;
}
.box_wrapper .img_wrapper {
  flex: 0 0 179px;
  max-width: 179px;
}
.box_wrapper .img_wrapper svg {
  height: auto;
  width: 147px;
}
.box_wrapper .img_wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.box_wrapper .box_txt_wrap h3 {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 600;
}
.box_wrapper .box_txt_wrap p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .box_wrapper {
    gap: 10px;
    padding: 25px;
  }
  .box_wrapper .img_wrapper {
    flex: 0 0 140px;
    max-width: 140px;
  }
  .box_wrapper .img_wrapper svg {
    width: 120px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1849px) {
  .box_wrapper {
    gap: 15px;
    padding: 40px 30px;
  }
  .box_wrapper .img_wrapper {
    flex: 0 0 150px;
    max-width: 150px;
  }
  .box_wrapper .img_wrapper svg {
    width: 140px;
  }
}
@media (max-width: 980px) {
  .box_wrapper {
    padding: 40px 25px;
  }
  .box_wrapper .box_txt_wrap h3 {
    font-size: 22px;
  }
  .box_wrapper .box_txt_wrap p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .box_wrapper {
    align-items: center;
    flex-direction: column;
    gap: 15px;
    padding: 30px 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .box_wrapper .img_wrapper {
    flex: 0 0 auto;
    max-width: 170px;
  }
  .box_wrapper .img_wrapper svg {
    width: 100px;
  }
  .box_wrapper .box_txt_wrap h3 {
    font-size: 20px;
  }
  .box_wrapper .box_txt_wrap p {
    font-size: 14px;
  }
}

.faq__image {
  aspect-ratio: 989/925;
}
@media screen and (min-width: 1200px) {
  .faq__image {
    margin-left: -120px !important;
    margin-top: -50px !important;
    width: 660px;
  }
  .faq__image img {
    height: auto;
    max-height: none !important;
    max-width: none !important;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .faq__image {
    margin-left: -150px !important;
    margin-top: -80px !important;
    width: 800px;
  }
}
@media screen and (min-width: 1850px) {
  .faq__image {
    margin-left: -150px !important;
    margin-top: -80px !important;
    width: 989px;
  }
}

.page-id-25099326 .ftr_cmn_section,
.page-id-25101281 .ftr_cmn_section,
.page-id-237812 .ftr_cmn_section,
.error404 .ftr_cmn_section {
  display: none !important;
}

[class*=et_pb_image_].about_vn_image, .about_vn_image {
  aspect-ratio: 966/736;
  margin-left: -30px !important;
  margin-top: -35px !important;
}
@media screen and (min-width: 768px) {
  [class*=et_pb_image_].about_vn_image, .about_vn_image {
    margin-top: -50px !important;
  }
}
@media screen and (min-width: 1200px) {
  [class*=et_pb_image_].about_vn_image, .about_vn_image {
    margin-left: -50px !important;
    width: 660px;
  }
  [class*=et_pb_image_].about_vn_image img, .about_vn_image img {
    height: auto;
    max-height: none !important;
    max-width: none !important;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  [class*=et_pb_image_].about_vn_image, .about_vn_image {
    margin-top: -80px !important;
    width: 800px;
  }
}
@media screen and (min-width: 1850px) {
  [class*=et_pb_image_].about_vn_image, .about_vn_image {
    margin-top: -80px !important;
    width: 966px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-14_qa {
    font-size: 13px !important;
  }
  .fs-14_qa p {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1849px) {
  .fs-14_qa {
    font-size: 15px !important;
  }
  .fs-14_qa p {
    font-size: 15px !important;
  }
}

.faq-wrap-new {
  z-index: 0 !important;
}

.home .et_pb_section_6 {
  z-index: 0 !important;
}

/*Contact Page*/
@media screen and (min-width: 992px) {
  .contact-text-wrap {
    margin-right: 0 !important;
    width: 40% !important;
  }
}
@media screen and (max-width: 767px) {
  .contact-text-wrap .footer_sec {
    gap: 15px !important;
  }
}
@media screen and (min-width: 768px) {
  .contact-text-wrap .footer_sec {
    gap: 20px !important;
  }
}
.contact-text-wrap .footer_sec .twgl__call_wrap.tel-num-wrap a {
  gap: 0 !important;
  align-items: center;
}
.contact-text-wrap .footer_sec .twgl__call_wrap.tel-num-wrap a .icon-phone {
  margin-right: 15px;
}
.contact-text-wrap .footer_sec .twgl__call_wrap.tel-num-wrap p {
  display: none;
}
.contact-text-wrap .footer_sec .twgl__address_wrap .text_wraps p {
  display: none;
}
@media screen and (min-width: 992px) {
  .contact-text-wrap .footer_sec .twgl__address_wrap .text_wraps .adrs span {
    display: block;
  }
}
.contact-text-wrap h4 {
  margin-bottom: 10px;
}
.contact-text-wrap h4 strong {
  font-size: 30px !important;
  color: #000;
}
.contact-text-wrap .twgl__hours_wrap.twgl_email_wrap .text_wraps {
  font-weight: 400;
}
.contact-text-wrap .twgl__hours_wrap.twgl_email_wrap a {
  display: contents;
}
.contact-text-wrap .twgl__hours_wrap.twgl_email_wrap .icon-hours svg {
  background: #d61d23;
  border-radius: 50%;
  padding: 5px;
}

@media screen and (max-width: 991px) {
  .cntct-frm-wrap {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .cntct-frm-wrap {
    width: 60% !important;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
}
.cntct-frm-wrap {
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cntct-frm-wrap .et_pb_contact_field input, .cntct-frm-wrap .et_pb_contact_field textarea {
  resize: none !important;
  background: transparent !important;
  border-bottom: 1px solid rgb(0, 0, 0) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cntct-frm-wrap .et_pb_contact_field input::-moz-placeholder, .cntct-frm-wrap .et_pb_contact_field textarea::-moz-placeholder {
  color: rgb(0, 0, 0) !important;
}
.cntct-frm-wrap .et_pb_contact_field input::placeholder, .cntct-frm-wrap .et_pb_contact_field textarea::placeholder {
  color: rgb(0, 0, 0) !important;
}
.cntct-frm-wrap .et_pb_button_wrapper .et_pb_button {
  align-items: center;
  background-color: var(--twgl--color-primary) !important;
  border: 0;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  box-shadow: none;
  cursor: pointer;
  color: var(--twgl--color-white) !important;
  display: inline-flex !important;
  font-family: var(--font-poppins) !important;
  font-size: clamp(0.875rem, 0.8402777778rem + 0.1851851852vw, 1.0625rem) !important;
  font-weight: 400;
  font-optical-sizing: auto;
  font-weight: normal !important;
  justify-content: center;
  line-height: 1;
  min-height: 50px !important;
  outline: none;
  overflow: hidden !important;
  padding: 0 var(--twgl--btn-padding) !important;
  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;
  border: 2px solid transparent !important;
}
.cntct-frm-wrap .et_pb_button_wrapper .et_pb_button:hover {
  background-color: var(--twgl--color-secondary) !important;
}
.cntct-frm-wrap .twgl__hours_wrap.time-wrap .text_wraps {
  font-weight: 300 !important;
}
.cntct-frm-wrap .twgl__hours_wrap.time-wrap .text_wraps strong {
  font-weight: 500 !important;
}

.nw-h4 {
  font-weight: 700 !important;
  font-family: var(--et_global_heading_font);
  font-size: 30px;
  line-height: 1.2em;
  color: #394653;
}

.et_pb_row_1.et_pb_row.home-tle {
  margin-bottom: -60px !important;
}

/*Contact Page*/
:root {
  --twgl--avatar-box: 60px;
  --twgl--gReview-height: 20px;
  --twgl--review-box-H_space: 20px;
  --twgl--review-box-V_space: 20px;
  --twgl--author-logo-height: 28px;
  --twgl--testimonial-box-bg: var(--twgl--color-white, #f6f5f8);
  --twgl--testimonial-box-border: var(--twgl--color-border, #9b9b9b);
  --twgl--author-name: var(--twgl--color-black, #131313);
  --twgl--blockquote-text: var(--twgl--color-black, #282828);
}

@media screen and (min-width: 768px) {
  :root {
    --twgl--avatar-box: 70px;
    --twgl--gReview-height: 22px;
    --twgl--review-box-H_space: 25px;
    --twgl--review-box-V_space: 35px;
    --twgl--author-logo-height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --twgl--avatar-box: 42px;
    --twgl--review-box-H_space: 20px;
    --twgl--review-box-V_space: 25px;
    --twgl--author-logo-height: 28px;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --twgl--avatar-box: 64px;
    --twgl--gReview-height: 22px;
    --twgl--review-box-H_space: 30px;
    --twgl--review-box-V_space: 40px;
    --twgl--author-logo-height: 36px;
  }
}
@media screen and (min-width: 1850px) {
  :root {
    --twgl--avatar-box: 70px;
    --twgl--gReview-height: 24px;
    --twgl--review-box-H_space: 35px;
    --twgl--review-box-V_space: 50px;
    --twgl--author-logo-height: 40px;
  }
}
[class*=review__layout_] {
  text-align: left;
}
[class*=review__layout_] > * {
  text-align: inherit;
}
[class*=review__layout_].center {
  text-align: center;
}

/* |=>  Version I  <=| */
.review__layout_i {
  background-color: transparent;
  border: 1px solid var(--twgl--testimonial-box-border);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: var(--twgl--blockquote-text);
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding: var(--twgl--review-box-V_space) var(--twgl--review-box-H_space);
  position: relative;
  width: 100%;
}
.review__layout_i .review__header {
  align-items: center;
  display: grid;
  grid-template-columns: var(--twgl--avatar-box) 1fr;
  gap: 12px;
}
.review__layout_i .avatar {
  background-color: var(--twgl--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: var(--twgl--color-white);
  font-family: var(--font-poppins) !important;
  font-size: clamp(1.5rem, 1.4074074074rem + 0.4938271605vw, 2rem) !important;
  font-weight: 700;
  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_i .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_i .author_info {
  display: grid;
  gap: 6px;
  line-height: 1;
}
.review__layout_i .author_name {
  color: var(--twgl--author-name);
  font-size: clamp(1.125rem, 1.0555555556rem + 0.3703703704vw, 1.5rem) !important;
  font-weight: 600;
  line-height: 1;
}
.review__layout_i .gReview_icon {
  line-height: 1;
}
.review__layout_i .gReview_icon svg {
  height: var(--twgl--gReview-height);
  width: auto;
}
.review__layout_i .review__text {
  border: 0 !important;
  color: var(--twgl--blockquote-text);
  font-size: clamp(1rem, 0.9768518519rem + 0.1234567901vw, 1.125rem) !important;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (min-width: 1600px) {
  .review__layout_i {
    gap: 15px;
  }
  .review__layout_i .review__header {
    gap: 20px;
  }
  .review__layout_i .author_info {
    gap: 10px;
  }
}

.vn_hm_testimonials .swiper-slide {
  height: auto;
}
.vn_hm_testimonials .swiper-navigation {
  align-items: center;
  display: flex;
  gap: 40px;
  padding-top: 30px;
}
.vn_hm_testimonials .swiper-navigation [class*=vn_nav_] {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.vn_hm_testimonials .swiper-navigation [class*=vn_nav_] svg {
  fill: var(--twgl--color-primary);
  height: 14px;
  width: auto;
}
.vn_hm_testimonials .swiper-navigation [class*=vn_nav_]:hover svg {
  fill: var(--twgl--color-secondary);
}
@media screen and (max-width: 1199px) {
  .vn_hm_testimonials .swiper-navigation {
    display: none !important;
  }
}

/* ===========================
          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(--font-poppins);
  --twgl--faq_ii-alt-fFamily: var(--font-poppins);
  --twgl--faq_ii-box-bg: var(--twgl--color-white);
  --twgl--faq_ii-active-bg: #ffe9e9;
  --twgl--faq_ii-box-border: #dbd9d9;
  --twgl--faq_ii-question: var(--twgl--color-black);
  --twgl--faq_ii-answer: var(--twgl--color-black);
}

@media screen and (min-width: 768px) {
  :root {
    --twgl--faq_ii-title-H_space: 20px;
    --twgl--faq_ii-mHeight: 52px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --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;
  }
}
@media screen and (min-width: 1850px) {
  :root {
    --twgl--faq_ii-title-H_space: 30px;
    --twgl--faq_ii-mHeight: 72px;
  }
}
.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) !important;
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem) !important;
  font-weight: 400 !important;
  gap: 15px;
  line-height: 1.4;
  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: 22px !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(0.875rem, 0.8287037037rem + 0.2469135802vw, 1.125rem) !important;
  font-weight: 300;
  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: 992px) and (max-width: 1199px) {
  .ftr_cmn_section .et_pb_row > * {
    margin: 0 !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 574px) {
  .ftr_cmn_section .section_title .title {
    font-size: clamp(1.4375rem, 1.3796296296rem + 0.3086419753vw, 1.75rem) !important;
  }
}

.project_footer {
  padding: 30px 0 !important;
}
@media screen and (min-width: 1600px) {
  .project_footer {
    padding: 50px 0 !important;
  }
}
@media screen and (min-width: 1800px) {
  .project_footer {
    padding: 60px 0 !important;
  }
}
.project_footer .twgl__address_wrap address {
  line-height: 1.3;
  max-width: 275px;
}
.project_footer .twgl__hours_wrap .text_wraps {
  font-weight: 300;
}
.project_footer .twgl__hours_wrap .text_wraps strong {
  font-weight: 500;
}

.social_shares {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.social_shares .title {
  color: var(--twgl--color-primary);
  font-family: var(--font-cormorant);
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
  font-weight: 500;
}
.social_shares .icons_wrapper {
  align-items: center;
  display: flex;
  gap: 20px;
}
.social_shares .icons_wrapper a {
  display: inline-flex;
  line-height: 1;
}
.social_shares .icons_wrapper a svg {
  fill: var(--twgl--rgb-white-5);
  height: 24px;
  width: auto;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.social_shares .icons_wrapper a:hover svg {
  fill: var(--twgl--color-white);
}

.footer_sec {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1600px) {
  .footer_sec {
    gap: 30px;
  }
}

.footer_logo .et_pb_image_wrap {
  align-items: center;
  background-color: var(--twgl--color-white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  line-height: 1;
  justify-content: center;
  padding: 20px;
}
.footer_logo .et_pb_image_wrap img {
  display: inline-block;
  height: auto;
  line-height: 1;
  max-width: 200px !important;
}
@media screen and (min-width: 1600px) {
  .footer_logo .et_pb_image_wrap img {
    max-width: 265px !important;
  }
}

.footer__menu {
  list-style: none !important;
}
.footer__menu li::marker {
  content: none !important;
}
.footer__menu a {
  color: var(--twgl--color-white);
  display: inline-flex;
  line-height: 1;
  text-decoration: none !important;
}
.footer__menu a:hover {
  color: var(--twgl--color-primary);
}
.footer__menu ul {
  margin: 0 !important;
  padding: 0 !important;
}
.footer__menu ul li {
  margin: 0 !important;
  padding: 0 !important;
}
.footer__menu > ul > li > a {
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
  font-weight: 400;
}
.footer__menu > ul > li ul {
  display: block;
  padding-top: 5px !important;
}
.footer__menu > ul > li ul a {
  font-size: clamp(0.8125rem, 0.7893518519rem + 0.1234567901vw, 0.9375rem) !important;
  font-weight: 200;
}
.footer__menu > ul > li.ftr_primary a {
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 768px) {
  .footer__menu > ul {
    display: flex;
    flex-flow: row wrap;
    gap: 25px;
    justify-content: space-around;
  }
  .footer__menu > ul > li ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 12px !important;
  }
}
@media screen and (min-width: 1600px) {
  .footer__menu > ul > li ul {
    gap: 30px;
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu > ul > li ul {
    -moz-columns: 2 auto;
         columns: 2 auto;
    padding-bottom: 20px !important;
  }
  .footer__menu > ul > li ul li {
    padding: 5px 0 !important;
  }
  .footer__menu > ul > li:last-child ul {
    padding-bottom: 0 !important;
  }
}
.footer__menu > ul li.current-menu-item a {
  font-weight: 600;
}
.footer__menu > ul li.current-menu-item li a {
  font-weight: 200;
}

.top_footer {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 768px) {
  .top_footer {
    gap: 25px;
  }
}
.top_footer > * {
  margin: 10px 0 !important;
  padding: 0 !important;
}
.top_footer .ftr_col-3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.top_footer .ftr_col-3 > * {
  margin-left: 0 !important;
  margin-right: auto !important;
}
@media screen and (min-width: 1200px) {
  .top_footer .ftr_col-1 {
    flex: 0 0 22%;
    width: 22% !important;
  }
  .top_footer .ftr_col-2 {
    flex: 0 0 58%;
    width: 58% !important;
  }
  .top_footer .ftr_col-3 {
    flex: 0 0 calc(20% - 50px);
    width: calc(20% - 50px) !important;
  }
}
@media screen and (max-width: 1199px) {
  .top_footer .ftr_col-1 {
    order: 1;
    flex: 0 0 52%;
    width: 52% !important;
  }
  .top_footer .ftr_col-2 {
    order: 3;
    flex: 0 0 100%;
    width: 100% !important;
  }
  .top_footer .ftr_col-3 {
    order: 2;
    flex: 0 0 calc(48% - 50px);
    width: calc(48% - 50px) !important;
  }
}
@media screen and (max-width: 767px) {
  .top_footer .ftr_col-1,
  .top_footer .ftr_col-2,
  .top_footer .ftr_col-3 {
    flex: 0 0 100%;
    width: 100% !important;
  }
}

@media screen and (max-width: 1199px) {
  .tw-boxy-dezn {
    flex-direction: column !important;
  }
}
.tw-boxy-dezn .et_pb_column {
  --service--box-padding: 22px;
  --icon-size: 5.2rem;
}
@media screen and (min-width: 768px) {
  .tw-boxy-dezn .et_pb_column {
    --service--box-padding: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .tw-boxy-dezn .et_pb_column {
    --service--box-padding: 28px;
    --icon-size: 6.2rem;
  }
}
@media screen and (min-width: 1850px) {
  .tw-boxy-dezn .et_pb_column {
    --service--box-padding: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .tw-boxy-dezn .et_pb_column {
    width: 100% !important;
  }
}
.tw-boxy-dezn .et_pb_column {
  background: transparent url(assets/images/service-box-grid.png) repeat;
  border: 1px solid var(--twgl--color-primary);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: var(--service--box-padding);
  position: relative;
}
.tw-boxy-dezn .et_pb_column > * {
  position: relative;
  z-index: 3;
}
.tw-boxy-dezn .et_pb_column:before {
  background: #FFFAFA;
  background: linear-gradient(20deg, rgb(255, 250, 250) 60%, rgba(255, 250, 250, 0.17) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFAFA", endColorstr="#FFFAFA", GradientType=0);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.tw-boxy-dezn .et_pb_column:after {
  background-color: var(--twgl--color-primary);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  bottom: -7px;
  content: "";
  display: block;
  height: 7px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: calc(100% - 30px);
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  .tw-boxy-dezn .et_pb_column .et_pb_module_header {
    font-size: 34px !important;
  }
}
@media screen and (max-width: 1199px) {
  .tw-boxy-dezn .et_pb_column .et_pb_module_header {
    margin: 0 0 10px !important;
  }
}
@media screen and (min-width: 1200px) {
  .tw-boxy-dezn .et_pb_column .et_pb_module_header span {
    display: block;
  }
}

.heading-adjust .et_pb_module_header {
  line-height: 1 !important;
}
@media screen and (max-width: 1199px) {
  .heading-adjust .et_pb_module_header {
    margin: 0 0 10px !important;
  }
}

.heading-adjust .et_pb_heading .et_pb_module_header {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 1199px) {
  .sec-split-ipad {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 1199px) {
  .sec-common-sec-ipad {
    flex-direction: column !important;
  }
  .sec-common-sec-ipad .et_pb_image_wrap {
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .sec-common-sec-ipad .et_pb_column {
    width: 100% !important;
  }
}

@media screen and (max-width: 1199px) {
  .order-tw-ipad {
    order: 2 !important;
  }
}

p a {
  transition: all 0.3s ease;
}
p a:hover {
  text-decoration: underline !important;
}

.custom-slide-title {
  margin-bottom: 20px;
  font-family: var(--font-cormorant) !important;
  font-weight: 700 !important;
}

.service-page-wrapper .hm-service-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .service-page-wrapper .hm-service-listing .service_grids {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .service-page-wrapper .hm-service-listing .service_grids {
    width: 48%;
  }
}

.inds-v-ser-tit-wrap .et_pb_row_1 {
  justify-content: center;
}

@media screen and (min-width: 575px) {
  .mobLandscape-clear {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .ipad-clear {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .ipad-lg-clear {
    display: block;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ipad_land-col-fullwidth {
    flex-wrap: wrap !important;
  }
  .ipad_land-col-fullwidth > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .ipad_land-col-fullwidth > *:not(:last-child) {
    margin-bottom: var(--twgl--col-gap) !important;
  }
}
@media screen and (min-width: 1200px) {
  .desktop-clear {
    display: block;
  }
  .page-template-cro-template .container, .page-template-cro-template .et_pb_row, .page-template-cro-template .et_pb_slider .et_pb_container, .page-template-cro-template .et_pb_fullwidth_section .et_pb_title_container, .page-template-cro-template .et_pb_fullwidth_section .et_pb_title_featured_container, .page-template-cro-template .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 1170px !important;
    width: 100% !important;
  }
  footer .et_pb_row {
    max-width: 1170px !important;
    width: 100% !important;
  }
  .tw-col-xl-40_60 > *:first-child {
    flex: 0 0 40%;
    width: 40% !important;
  }
  .tw-col-xl-40_60 > *:last-child {
    flex: 0 0 60%;
    width: 60% !important;
  }
  .tw-col-xl-40_60 > *:not(:last-child) {
    padding-right: var(--twgl--col-gap) !important;
  }
  .tw-col-xl-65_35 > *:first-child {
    flex: 0 0 65%;
    width: 65% !important;
  }
  .tw-col-xl-65_35 > *:last-child {
    flex: 0 0 35%;
    width: 35% !important;
  }
  .tw-col-xl-65_35 > *:not(:last-child) {
    padding-right: var(--twgl--col-gap) !important;
  }
  .tw-col-xl-50_50 > * {
    flex: 0 0 50%;
    width: 50% !important;
  }
  .tw-col-xl-50_50 > *:not(:last-child) {
    padding-right: var(--twgl--col-gap) !important;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-cro-template .container, .page-template-cro-template .et_pb_row, .page-template-cro-template .et_pb_slider .et_pb_container, .page-template-cro-template .et_pb_fullwidth_section .et_pb_title_container, .page-template-cro-template .et_pb_fullwidth_section .et_pb_title_featured_container, .page-template-cro-template .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 1500px !important;
  }
  footer .et_pb_row {
    max-width: 1500px !important;
  }
}
@media screen and (min-width: 1800px) {
  .page-template-cro-template .container, .page-template-cro-template .et_pb_row, .page-template-cro-template .et_pb_slider .et_pb_container, .page-template-cro-template .et_pb_fullwidth_section .et_pb_title_container, .page-template-cro-template .et_pb_fullwidth_section .et_pb_title_featured_container, .page-template-cro-template .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 1615px !important;
  }
  footer .et_pb_row {
    max-width: 1615px !important;
  }
}
@media screen and (max-width: 1199px) {
  .page-template-cro-template .et_pb_row {
    padding: 10px 0 !important;
  }
  .page-id-237339 .et_pb_fullwidth_section.et_pb_section_0 {
    height: auto !important;
    min-height: 1px !important;
  }
}
@media screen and (max-width: 767px) {
  .et_pb_section {
    padding: 30px 0;
  }
}
.page-template-cro-template .full_width_bnr .et_pb_row {
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

@-moz-document url-prefix() {
  .form-elements {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}/*# sourceMappingURL=main.css.map */