/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/sass/main.scss ***!
  \***********************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --red: #E43D2F;
  --black: #1E1E1E;
  --alt-black: #1B1B1B;
  --white: #FFFFFF;
  --grey: #828282;
  --light-grey: #DFDFDF;
  --alt-grey: #F2F2F2;
  --primary: #E43D2F;
  --background: #ffffff;
}

/* Typography */
body,
html,
input,
select,
option,
label,
textarea,
li,
p,
span,
a {
  font-family: "Instrument Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: var(--text);
}

body p {
  line-height: 130%;
  font-size: 16px;
}
body p:not(:last-of-type) {
  margin-bottom: 1rem;
}
body p:last-of-type {
  margin-bottom: 0;
}
body strong {
  font-weight: 700;
}
body h1 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: var(--headings);
  margin: 1.5rem 0;
  line-height: 103%;
}
body h1 span {
  font-weight: bold;
  font-size: inherit;
}
@media (max-width: 1024px) {
  body h1 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  body h1 {
    font-size: 32.51px;
  }
}
body h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 48px;
  color: var(--headings);
  margin: 2.5rem 0;
  line-height: 112%;
}
body h2 span {
  font-weight: bold;
  font-size: inherit;
}
@media (max-width: 768px) {
  body h2 {
    font-size: 24px !important;
  }
}
body h3 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: var(--headings);
  margin: 1rem 0;
  line-height: 103%;
}
body h3 span {
  font-weight: bold;
  font-size: inherit;
}
@media (max-width: 768px) {
  body h3 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  body h3 {
    font-size: 20px;
  }
}
body h4 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: var(--headings);
  margin: 1.5rem 0;
  line-height: 1;
}
body h4 span {
  font-weight: bold;
  font-size: inherit;
}
@media (max-width: 1024px) {
  body h4 {
    font-size: 2rem !important;
  }
}
body h5 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: var(--headings);
  margin: 1.5rem 0;
  line-height: 1;
}
body h5 span {
  font-weight: bold;
  font-size: inherit;
}
@media (max-width: 1024px) {
  body h5 {
    font-size: 1.6rem !important;
  }
}
body h6 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--headings);
  margin: 1.5rem 0;
  line-height: 1;
}
@media (max-width: 991px) {
  body h6 {
    font-size: 1.4rem !important;
  }
}
body button,
body input[type=submit] {
  font-family: "Instrument Sans", sans-serif;
}
body a {
  color: var(--accent);
  text-decoration: underline;
}

/* Button styles */
.btn_primary {
  color: var(--white);
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: solid 1px var(--red);
  border-radius: 500px;
  cursor: pointer;
  text-transform: none;
  padding: 1.5rem 3rem;
  transition: all 0.3s ease;
}
.btn_primary:hover {
  background: var(--grey);
  color: var(--white);
  border-color: var(--grey);
}
.btn_primary:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .btn_primary {
    width: 100%;
  }
}
.btn_primary span {
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.btn_primary {
  /* Button variants */
}
.btn_primary.btn_primary--transparent {
  background: transparent;
  color: var(--black);
  border-color: var(--black);
  transition: all 0.3s ease;
}
.btn_primary.btn_primary--transparent:hover {
  background: var(--white);
  color: var(--black);
  border-color: var(--black);
}
.btn_primary.btn_primary--black {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.btn_primary.btn_primary--black:hover {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}

/* Gravity Forms button overrides — must target .gform_wrapper to beat GF 2.5+ theme framework specificity */
.gform_wrapper {
  --gf-ctrl-btn-bg-color-primary: var(--primary);
  --gf-ctrl-btn-border-color-primary: var(--red);
  --gf-ctrl-btn-color-primary: var(--white);
  --gf-ctrl-btn-radius: 500px;
  --gf-ctrl-btn-border-width-primary: 1px;
  --gf-ctrl-btn-border-style-primary: solid;
}
.gform_wrapper .gform_footer.top_label .gform_button,
.gform_wrapper .gform_footer.top_label .gform_next_button,
.gform_wrapper .gform_footer.top_label .gform_button.button,
.gform_wrapper .gform_footer.top_label .gform-theme-button,
.gform_wrapper .gform_footer.top_label input[type=button],
.gform_wrapper .gform_footer.top_label input[type=submit],
.gform_wrapper .gform_page_footer.top_label .gform_button,
.gform_wrapper .gform_page_footer.top_label .gform_next_button,
.gform_wrapper .gform_page_footer.top_label .gform_button.button,
.gform_wrapper .gform_page_footer.top_label .gform-theme-button,
.gform_wrapper .gform_page_footer.top_label input[type=button],
.gform_wrapper .gform_page_footer.top_label input[type=submit] {
  color: var(--white) !important;
  background: var(--primary) !important;
  background-color: var(--primary) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  border: solid 1px var(--red) !important;
  border-radius: 500px !important;
  cursor: pointer !important;
  text-transform: none !important;
  padding: 1.5rem 3rem !important;
  transition: all 0.3s ease !important;
  font-size: 16px !important;
}
.gform_wrapper .gform_footer.top_label .gform_button:hover, .gform_wrapper .gform_footer.top_label .gform_button:focus,
.gform_wrapper .gform_footer.top_label .gform_next_button:hover,
.gform_wrapper .gform_footer.top_label .gform_next_button:focus,
.gform_wrapper .gform_footer.top_label .gform_button.button:hover,
.gform_wrapper .gform_footer.top_label .gform_button.button:focus,
.gform_wrapper .gform_footer.top_label .gform-theme-button:hover,
.gform_wrapper .gform_footer.top_label .gform-theme-button:focus,
.gform_wrapper .gform_footer.top_label input[type=button]:hover,
.gform_wrapper .gform_footer.top_label input[type=button]:focus,
.gform_wrapper .gform_footer.top_label input[type=submit]:hover,
.gform_wrapper .gform_footer.top_label input[type=submit]:focus,
.gform_wrapper .gform_page_footer.top_label .gform_button:hover,
.gform_wrapper .gform_page_footer.top_label .gform_button:focus,
.gform_wrapper .gform_page_footer.top_label .gform_next_button:hover,
.gform_wrapper .gform_page_footer.top_label .gform_next_button:focus,
.gform_wrapper .gform_page_footer.top_label .gform_button.button:hover,
.gform_wrapper .gform_page_footer.top_label .gform_button.button:focus,
.gform_wrapper .gform_page_footer.top_label .gform-theme-button:hover,
.gform_wrapper .gform_page_footer.top_label .gform-theme-button:focus,
.gform_wrapper .gform_page_footer.top_label input[type=button]:hover,
.gform_wrapper .gform_page_footer.top_label input[type=button]:focus,
.gform_wrapper .gform_page_footer.top_label input[type=submit]:hover,
.gform_wrapper .gform_page_footer.top_label input[type=submit]:focus {
  background: var(--grey) !important;
  background-color: var(--grey) !important;
  color: var(--white) !important;
  border-color: var(--grey) !important;
}
.gform_wrapper .gform_footer.top_label .gform_button:active,
.gform_wrapper .gform_footer.top_label .gform_next_button:active,
.gform_wrapper .gform_footer.top_label .gform_button.button:active,
.gform_wrapper .gform_footer.top_label .gform-theme-button:active,
.gform_wrapper .gform_footer.top_label input[type=button]:active,
.gform_wrapper .gform_footer.top_label input[type=submit]:active,
.gform_wrapper .gform_page_footer.top_label .gform_button:active,
.gform_wrapper .gform_page_footer.top_label .gform_next_button:active,
.gform_wrapper .gform_page_footer.top_label .gform_button.button:active,
.gform_wrapper .gform_page_footer.top_label .gform-theme-button:active,
.gform_wrapper .gform_page_footer.top_label input[type=button]:active,
.gform_wrapper .gform_page_footer.top_label input[type=submit]:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .gform_wrapper .gform_footer.top_label .gform_button,
  .gform_wrapper .gform_footer.top_label .gform_next_button,
  .gform_wrapper .gform_footer.top_label .gform_button.button,
  .gform_wrapper .gform_footer.top_label .gform-theme-button,
  .gform_wrapper .gform_footer.top_label input[type=button],
  .gform_wrapper .gform_footer.top_label input[type=submit],
  .gform_wrapper .gform_page_footer.top_label .gform_button,
  .gform_wrapper .gform_page_footer.top_label .gform_next_button,
  .gform_wrapper .gform_page_footer.top_label .gform_button.button,
  .gform_wrapper .gform_page_footer.top_label .gform-theme-button,
  .gform_wrapper .gform_page_footer.top_label input[type=button],
  .gform_wrapper .gform_page_footer.top_label input[type=submit] {
    font-size: 14px !important;
    padding: 1.2rem 2.4rem !important;
  }
}
@media (max-width: 768px) {
  .gform_wrapper .gform_footer.top_label .gform_button,
  .gform_wrapper .gform_footer.top_label .gform_next_button,
  .gform_wrapper .gform_footer.top_label .gform_button.button,
  .gform_wrapper .gform_footer.top_label .gform-theme-button,
  .gform_wrapper .gform_footer.top_label input[type=button],
  .gform_wrapper .gform_footer.top_label input[type=submit],
  .gform_wrapper .gform_page_footer.top_label .gform_button,
  .gform_wrapper .gform_page_footer.top_label .gform_next_button,
  .gform_wrapper .gform_page_footer.top_label .gform_button.button,
  .gform_wrapper .gform_page_footer.top_label .gform-theme-button,
  .gform_wrapper .gform_page_footer.top_label input[type=button],
  .gform_wrapper .gform_page_footer.top_label input[type=submit] {
    height: 48px !important;
    font-size: 14px !important;
  }
}

/* Icon button template */
.btn_icon_after {
  color: var(--white);
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  text-decoration: none;
  border: solid 1px var(--primary);
  border-radius: 500px;
  cursor: pointer;
  text-transform: none;
  padding: 1rem 2rem;
  padding-right: 1.5rem;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.btn_icon_after:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .btn_icon_after {
    height: 48px !important;
    font-size: 14px !important;
  }
}
.btn_icon_after span {
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .btn_icon_after span {
    font-size: 14px !important;
  }
}
.btn_icon_after::after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-left: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.2502' cy='15.2502' r='15.2502' fill='white'/%3E%3Cpath d='M18.5475 13.1156L11.4709 20.1922L10.3083 19.0296L17.3841 11.953H11.1478V10.3086H20.1919V19.3527H18.5475V13.1156Z' fill='%231E1E1E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex: 0 0 auto;
  transition: transform 0.3s ease;
}
.btn_icon_after:hover::after {
  transform: rotate(45deg);
}
.btn_icon_after {
  /* Button variants */
}
.btn_icon_after.btn_icon_after--transparent {
  background: transparent;
  color: var(--black);
  border-color: var(--black);
}
.btn_icon_after.btn_icon_after--transparent:hover {
  background: var(--white);
  color: var(--black);
  border-color: var(--black);
}
.btn_icon_after.btn_icon_after--black {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.btn_icon_after.btn_icon_after--black:hover {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}

html {
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(180deg, #F2F2F2 0%, #FAFAFA 100%);
}

.avant_garde_tel span {
  font-family: "AvantGarde BT", sans-serif;
  font-size: 16px !important;
  font-weight: 600;
}

.white-bg {
  background: #FFFFFF;
}

.grey-bg {
  background: #F2F2F2;
}

.transparent-bg {
  background: #ffffff;
}

body:not(.single-post):not(.single-case-studies) main:not(.case-studies-single, .blog-single, .post-single) {
  padding-top: 3rem;
}
@media (max-width: 991px) {
  body:not(.single-post):not(.single-case-studies) main:not(.case-studies-single, .blog-single, .post-single) {
    padding-top: 6rem;
  }
}

.gform_wrapper .gform_required_legend {
  display: none !important;
}

.gform_wrapper .gfield_required.gfield_required_custom,
.gform_wrapper .gform_required_legend .gfield_required.gfield_required_custom {
  margin-left: 0.3em;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid #828282;
  color: #E43D2F;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
  background: #fff;
  text-align: center;
}

.healthcheck-rating-legend {
  margin: 0 0 24px;
}
.healthcheck-rating-legend__title {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}
.healthcheck-rating-legend__list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}
.healthcheck-rating-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  line-height: 1.4;
  color: #2a2a2a;
}
.healthcheck-rating-legend__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
.healthcheck-rating-legend__dot--1 {
  background: #ff5b64;
}
.healthcheck-rating-legend__dot--2 {
  background: #f28c52;
}
.healthcheck-rating-legend__dot--3 {
  background: #f2bc1b;
}
.healthcheck-rating-legend__dot--4 {
  background: #7fbd4f;
}
.healthcheck-rating-legend__dot--5 {
  background: #4dbb5f;
}

/* Health check form row styles */
.gform_wrapper.gravity-theme form#gform_3 .gform_fields,
.gform_wrapper.gform-theme form#gform_3 .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  -moz-column-gap: 16px !important;
       column-gap: 16px !important;
  row-gap: 16px !important;
}
.gform_wrapper.gravity-theme form#gform_3 .gform_fields > .gfield,
.gform_wrapper.gform-theme form#gform_3 .gform_fields > .gfield {
  grid-column: 1/-1 !important;
}
.gform_wrapper.gravity-theme form#gform_3 #field_3_53,
.gform_wrapper.gravity-theme form#gform_3 #field_3_3,
.gform_wrapper.gravity-theme form#gform_3 #field_3_5,
.gform_wrapper.gform-theme form#gform_3 #field_3_53,
.gform_wrapper.gform-theme form#gform_3 #field_3_3,
.gform_wrapper.gform-theme form#gform_3 #field_3_5 {
  grid-column: span 1 !important;
  margin-top: 0 !important;
}
.gform_wrapper.gravity-theme form#gform_3 #field_3_53 .gfield_label,
.gform_wrapper.gravity-theme form#gform_3 #field_3_53 .gform-field-label,
.gform_wrapper.gravity-theme form#gform_3 #field_3_3 .gfield_label,
.gform_wrapper.gravity-theme form#gform_3 #field_3_3 .gform-field-label,
.gform_wrapper.gravity-theme form#gform_3 #field_3_5 .gfield_label,
.gform_wrapper.gravity-theme form#gform_3 #field_3_5 .gform-field-label,
.gform_wrapper.gform-theme form#gform_3 #field_3_53 .gfield_label,
.gform_wrapper.gform-theme form#gform_3 #field_3_53 .gform-field-label,
.gform_wrapper.gform-theme form#gform_3 #field_3_3 .gfield_label,
.gform_wrapper.gform-theme form#gform_3 #field_3_3 .gform-field-label,
.gform_wrapper.gform-theme form#gform_3 #field_3_5 .gfield_label,
.gform_wrapper.gform-theme form#gform_3 #field_3_5 .gform-field-label {
  display: none !important;
}
@media (max-width: 991px) {
  .gform_wrapper.gravity-theme form#gform_3 .gform_fields,
  .gform_wrapper.gform-theme form#gform_3 .gform_fields {
    grid-template-columns: 1fr !important;
  }
  .gform_wrapper.gravity-theme form#gform_3 #field_3_53,
  .gform_wrapper.gravity-theme form#gform_3 #field_3_3,
  .gform_wrapper.gravity-theme form#gform_3 #field_3_5,
  .gform_wrapper.gform-theme form#gform_3 #field_3_53,
  .gform_wrapper.gform-theme form#gform_3 #field_3_3,
  .gform_wrapper.gform-theme form#gform_3 #field_3_5 {
    grid-column: 1/-1 !important;
  }
}
.gform_wrapper.gravity-theme .gfield.healthcheck-question,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice,
.gform_wrapper.gform-theme .gfield.healthcheck-question,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice {
  position: relative !important;
  border: 0 !important;
  margin: 30px 0 0 !important;
  padding-top: 30px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-areas: "title rating" "description rating" !important;
  -moz-column-gap: 24px !important;
       column-gap: 24px !important;
  row-gap: 10px !important;
  align-items: start !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-question::after,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice::after,
.gform_wrapper.gform-theme .gfield.healthcheck-question::after,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice::after {
  content: "" !important;
  position: absolute !important;
  top: -87% !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: #DDDDDD !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gfield_label,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gform-field-label,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gfield_label,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gform-field-label,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gfield_label,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gform-field-label,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gfield_label,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gform-field-label {
  display: block !important;
  grid-area: title !important;
  margin: 0 !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  color: #1E1E1E !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gfield_description,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gfield_description,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gfield_description,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gfield_description {
  grid-area: description !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  color: #3A3A3A !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-question .ginput_container_radio,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .ginput_container_radio,
.gform_wrapper.gform-theme .gfield.healthcheck-question .ginput_container_radio,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .ginput_container_radio {
  grid-area: rating !important;
  justify-self: end !important;
  align-self: start !important;
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  .gform_wrapper.gravity-theme .gfield.healthcheck-question,
  .gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice,
  .gform_wrapper.gform-theme .gfield.healthcheck-question,
  .gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice {
    grid-template-columns: 1fr !important;
    grid-template-areas: "title" "description" "rating" !important;
    row-gap: 14px !important;
  }
  .gform_wrapper.gravity-theme .gfield.healthcheck-question .ginput_container_radio,
  .gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .ginput_container_radio,
  .gform_wrapper.gform-theme .gfield.healthcheck-question .ginput_container_radio,
  .gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .ginput_container_radio {
    justify-self: start !important;
  }
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gfield_radio,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gfield_radio,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gfield_radio,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gfield_radio,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gfield_radio,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gfield_radio {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 10px !important;
  list-style: none !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice {
  margin: 0 !important;
  position: relative !important;
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  display: block !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice input[type=radio],
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice input[type=radio],
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice input[type=radio],
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice input[type=radio],
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice input[type=radio],
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice input[type=radio] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice label,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice label,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice label,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice label,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice label,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice label {
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #FFFFFF !important;
  font-size: 0 !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease !important;
  overflow: hidden !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice label::after,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice label::after,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice label::after,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice label::after,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice label::after,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice label::after {
  content: "" !important;
  color: #FFFFFF !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice label:hover,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice label:hover,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice label:hover,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice label:hover,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice label:hover,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice label:hover {
  filter: brightness(0.96) !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice input[type=radio]:focus-visible + label,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice input[type=radio]:focus-visible + label,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice input[type=radio]:focus-visible + label,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice input[type=radio]:focus-visible + label,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice input[type=radio]:focus-visible + label,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice input[type=radio]:focus-visible + label {
  outline: 2px solid #1E1E1E !important;
  outline-offset: 2px !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice input[type=radio]:checked + label,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice input[type=radio]:checked + label,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice input[type=radio]:checked + label,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice input[type=radio]:checked + label,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice input[type=radio]:checked + label,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice input[type=radio]:checked + label {
  transform: translateY(-1px) !important;
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #1A73E8 !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice:nth-child(1) label,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice:nth-child(1) label,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(1) label,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice:nth-child(1) label,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice:nth-child(1) label,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(1) label {
  background: #FF5B64 !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice:nth-child(1) label::after,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice:nth-child(1) label::after,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(1) label::after,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice:nth-child(1) label::after,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice:nth-child(1) label::after,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(1) label::after {
  content: "1" !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice:nth-child(2) label,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice:nth-child(2) label,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(2) label,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice:nth-child(2) label,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice:nth-child(2) label,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(2) label {
  background: #F28C52 !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice:nth-child(2) label::after,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice:nth-child(2) label::after,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(2) label::after,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice:nth-child(2) label::after,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice:nth-child(2) label::after,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(2) label::after {
  content: "2" !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice:nth-child(3) label,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice:nth-child(3) label,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(3) label,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice:nth-child(3) label,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice:nth-child(3) label,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(3) label {
  background: #F2BC1B !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice:nth-child(3) label::after,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice:nth-child(3) label::after,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(3) label::after,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice:nth-child(3) label::after,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice:nth-child(3) label::after,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(3) label::after {
  content: "3" !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice:nth-child(4) label,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice:nth-child(4) label,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(4) label,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice:nth-child(4) label,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice:nth-child(4) label,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(4) label {
  background: #7FBD4F !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice:nth-child(4) label::after,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice:nth-child(4) label::after,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(4) label::after,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice:nth-child(4) label::after,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice:nth-child(4) label::after,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(4) label::after {
  content: "4" !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice:nth-child(5) label,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice:nth-child(5) label,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(5) label,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice:nth-child(5) label,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice:nth-child(5) label,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(5) label {
  background: #4DBB5F !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice:nth-child(5) label::after,
.gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice:nth-child(5) label::after,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(5) label::after,
.gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice:nth-child(5) label::after,
.gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice:nth-child(5) label::after,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(5) label::after {
  content: "5" !important;
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice label,
  .gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice label,
  .gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice label,
  .gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice label,
  .gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice label,
  .gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice label {
    width: 34px !important;
    height: 34px !important;
  }
  .gform_wrapper.gravity-theme .gfield.healthcheck-rating .gchoice label::after,
  .gform_wrapper.gravity-theme .gfield.healthcheck-question .gchoice label::after,
  .gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice label::after,
  .gform_wrapper.gform-theme .gfield.healthcheck-rating .gchoice label::after,
  .gform_wrapper.gform-theme .gfield.healthcheck-question .gchoice label::after,
  .gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-radio.gfield--input-type-choice .gchoice label::after {
    font-size: 16px !important;
  }
}
.gform_wrapper.gravity-theme .gfield.healthcheck-notes,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-textarea,
.gform_wrapper.gform-theme .gfield.healthcheck-notes,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-textarea {
  margin: 14px 0 0 !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-notes textarea,
.gform_wrapper.gravity-theme .gfield.healthcheck-notes textarea.small,
.gform_wrapper.gravity-theme .gfield.healthcheck-notes textarea.medium,
.gform_wrapper.gravity-theme .gfield.healthcheck-notes textarea.large,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-textarea textarea,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-textarea textarea.small,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-textarea textarea.medium,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-textarea textarea.large,
.gform_wrapper.gform-theme .gfield.healthcheck-notes textarea,
.gform_wrapper.gform-theme .gfield.healthcheck-notes textarea.small,
.gform_wrapper.gform-theme .gfield.healthcheck-notes textarea.medium,
.gform_wrapper.gform-theme .gfield.healthcheck-notes textarea.large,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-textarea textarea,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-textarea textarea.small,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-textarea textarea.medium,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-textarea textarea.large {
  width: 100% !important;
  min-height: 140px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #ECECEC !important;
  padding: 14px 16px !important;
  color: #1E1E1E !important;
  resize: vertical !important;
  margin-bottom: 2rem;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-notes label,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-textarea label,
.gform_wrapper.gform-theme .gfield.healthcheck-notes label,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-textarea label {
  display: block;
  font-size: 16px !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-notes textarea::-moz-placeholder, .gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-textarea textarea::-moz-placeholder, .gform_wrapper.gform-theme .gfield.healthcheck-notes textarea::-moz-placeholder, .gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-textarea textarea::-moz-placeholder {
  color: #9B9B9B !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-notes textarea::placeholder,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-textarea textarea::placeholder,
.gform_wrapper.gform-theme .gfield.healthcheck-notes textarea::placeholder,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-textarea textarea::placeholder {
  color: #9B9B9B !important;
}
.gform_wrapper.gravity-theme .gfield.healthcheck-notes textarea:focus,
.gform_wrapper.gravity-theme .gfield.healthcheck-notes textarea.small:focus,
.gform_wrapper.gravity-theme .gfield.healthcheck-notes textarea.medium:focus,
.gform_wrapper.gravity-theme .gfield.healthcheck-notes textarea.large:focus,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-textarea textarea:focus,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-textarea textarea.small:focus,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-textarea textarea.medium:focus,
.gform_wrapper.gravity-theme form#gform_3 .gfield.gfield--type-textarea textarea.large:focus,
.gform_wrapper.gform-theme .gfield.healthcheck-notes textarea:focus,
.gform_wrapper.gform-theme .gfield.healthcheck-notes textarea.small:focus,
.gform_wrapper.gform-theme .gfield.healthcheck-notes textarea.medium:focus,
.gform_wrapper.gform-theme .gfield.healthcheck-notes textarea.large:focus,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-textarea textarea:focus,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-textarea textarea.small:focus,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-textarea textarea.medium:focus,
.gform_wrapper.gform-theme form#gform_3 .gfield.gfield--type-textarea textarea.large:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(227, 60, 46, 0.2) !important;
}

/* Health check end summary (Form 3) */
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary,
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary {
  margin-top: 40px;
}
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__title,
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__title {
  margin: 0 0 18px !important;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #1e1e1e;
}
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__card,
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__card {
  background: #ececec;
  border-radius: 10px;
  padding: clamp(22px, 2.2vw, 40px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__meta p,
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__meta p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #2e2e2e;
}
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__meta p:not(:last-child),
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__meta p:not(:last-child) {
  margin-bottom: 4px;
}
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__meta p strong,
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__meta p strong {
  font-weight: 600;
  color: #1e1e1e;
}
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__score,
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__score-label,
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__score-label {
  margin: 0 !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e43d2f;
}
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__score-badge,
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__score-badge {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  background: #e43d2f;
  transition: background-color 0.2s ease;
}
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__score-badge.is-unrated,
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__score-badge.is-unrated {
  background: #e43d2f;
}
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__score-badge.is-low,
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__score-badge.is-low {
  background: #ff5b64;
}
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__score-badge.is-medium,
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__score-badge.is-medium {
  background: #f2bc1b;
  color: #1e1e1e;
}
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__score-badge.is-high,
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__score-badge.is-high {
  background: #4dbb5f;
}
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__score-outof,
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__score-outof {
  margin: 0 !important;
  font-size: 18px;
  line-height: 1.3;
  color: #2e2e2e;
}
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__level,
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__level {
  text-align: center;
}
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__level-value,
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__level-value {
  margin: 0 !important;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  color: #1e1e1e;
}
#gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__level-label,
#gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__level-label {
  margin: 2px 0 0 !important;
  font-size: 14px;
  line-height: 1.35;
  color: #3a3a3a;
}
@media (max-width: 991px) {
  #gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__card,
  #gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__card {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 18px;
  }
  #gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__meta,
  #gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__level,
  #gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__meta,
  #gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__level {
    text-align: center;
  }
  #gform_wrapper_3.gform_wrapper.gform-theme .healthcheck-summary__score-badge,
  #gform_wrapper_3.gform_wrapper.gravity-theme .healthcheck-summary__score-badge {
    width: 88px;
    height: 88px;
    font-size: 34px;
  }
}

/* Container styles */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1790px;
}
@media (max-width: 2560px) {
  .container {
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1920px) {
  .container {
    max-width: 1750px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1512px) {
  .container {
    max-width: 1350px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1512px) {
  .container {
    max-width: 1350px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 500px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.container_small {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 500px) {
  .container_small {
    padding-left: 30px;
    padding-right: 30px;
  }
}

main.page_wrapper {
  margin-top: 22rem;
}
@media (max-width: 991px) {
  main.page_wrapper {
    margin-top: 5rem;
  }
}

/* Section styles */
main.page_wrapper > section {
  width: 100%;
  position: relative;
}

/* Scrollbar styles */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f6f6f6;
}

::-webkit-scrollbar-thumb {
  background: #5a5a5a;
}

::-webkit-scrollbar-thumb:hover {
  background: #2a2a33;
}

/* Yoast breadcrumbs */
p#breadcrumbs {
  width: 100%;
  margin: 0 0 5rem;
}
p#breadcrumbs > span {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1.2rem !important;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--background);
}
p#breadcrumbs > span a {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--background);
  margin-right: 1rem;
  transition: all 0.3s ease;
}
p#breadcrumbs > span a:hover {
  color: var(--secondary);
}
p#breadcrumbs > span span {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
p#breadcrumbs > span span:not(:first-of-type) {
  margin-left: 1rem;
}
p#breadcrumbs > span span.breadcrumb_last {
  color: var(--secondary) !important;
}

/* Slick styles */
/* For using pagination dots */
.slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-right: 0;
  padding-left: 0;
  list-style: none;
}
.slick-dots li {
  margin: 0;
}
.slick-dots button {
  width: 1rem;
  height: 1rem;
  padding: 0;
  font-size: 0;
  border: 1px solid var(--black);
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
  background: transparent;
}
.slick-dots .slick-active button {
  background: #1e1e1e;
}

/* Call to action buttons */
.call_to_action_buttons {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .call_to_action_buttons {
    flex-direction: row;
  }
  .call_to_action_buttons > a:not(:last-child) {
    margin-right: 2rem;
  }
}
@media (max-width: 991px) {
  .call_to_action_buttons {
    flex-direction: column;
  }
  .call_to_action_buttons > a {
    width: 100%;
  }
  .call_to_action_buttons > a:not(:last-child) {
    margin-bottom: 2rem;
  }
}

/* Tablepress */
table.tablepress {
  width: 100%;
  margin: 5rem 0 0;
}
@media (max-width: 991px) {
  table.tablepress {
    display: block;
    overflow-y: hidden;
  }
}
table.tablepress thead tr th {
  font-size: 1.6rem;
  font-weight: 400;
  background: var(--primary) !important;
  color: var(--white);
  padding: 2rem;
}
table.tablepress tbody tr td {
  font-size: 1.6rem;
  font-weight: 400;
  background: #EEEEEE !important;
  padding: 2rem;
}

/* 404 Section */
.section_404 {
  background: #4E0038;
  margin-top: 10.5rem;
}
.section_404 .container {
  position: relative;
  z-index: 2;
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.section_404 .container .section_inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.section_404 .container .section_inner .left_side {
  width: 58%;
}
.section_404 .container .section_inner .right_side {
  width: 38%;
  display: flex;
  flex-direction: column;
}
.section_404 .container .section_inner .right_side > p {
  color: #FFF;
  font-family: Verdana;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.section_404 .container .section_inner .right_side .content {
  margin-top: auto;
}
.section_404 .container .section_inner .right_side .content p {
  color: #FFF;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 25.2px */
  margin: 0 0 3rem;
}
.section_404 .bg_pattern {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.section_404 .bg_pattern svg {
  width: 32%;
}
.section_404 .bg_pattern svg circle {
  width: 100%;
  fill: #5a0041;
}

.partial_entry_warning {
  display: none !important;
}

.fade-in-left,
.fade-in-right,
.fade-in-up,
.fade-in-down {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: opacity 600ms ease, transform 600ms ease;
  will-change: opacity, transform;
}

.fade-in-left {
  transform: translate3d(-40px, 0, 0);
}

.fade-in-right {
  transform: translate3d(40px, 0, 0);
}

.fade-in-up {
  transform: translate3d(0, 40px, 0);
}

.fade-in-down {
  transform: translate3d(0, -40px, 0);
}

.fade-in-left.is-in-view,
.fade-in-right.is-in-view,
.fade-in-up.is-in-view,
.fade-in-down.is-in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .fade-in-left,
  .fade-in-right,
  .fade-in-up,
  .fade-in-down {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* Sitewide resets */
html, body {
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  min-width: 100%;
  box-sizing: border-box;
}

body {
  min-width: 100%;
  line-height: 1;
  overflow-x: hidden;
}

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

nav ul, nav ol {
  list-style-type: none !important;
  padding-left: 0 !important;
}

ul, ol {
  padding-left: 2rem;
}
ul li, ol li {
  line-height: 1.5;
}
ul li:not(:last-of-type), ol li:not(:last-of-type) {
  margin-bottom: 1rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

img {
  height: auto;
  max-width: 100%;
}

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

blockquote {
  background-clip: padding-box;
  border-radius: 5px;
  margin: 22px;
  padding: 0;
  background-color: var(--primary);
  position: relative;
}
blockquote:before {
  border-right: 20px solid transparent !important;
  border-top: 20px solid;
  content: "";
  height: 0;
  left: 4.5em;
  position: absolute;
  top: 100%;
  border-top-color: var(--primary);
  width: 0;
}
blockquote p {
  padding: 1rem;
  color: var(--background) !important;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 19px;
  font-style: italic;
}

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

:focus {
  outline: none;
}

button:focus, button:active {
  outline: none !important;
}

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

::-moz-selection {
  background: var(--primary);
  color: var(--background);
}

::selection {
  background: var(--primary);
  color: var(--background);
}

::-moz-selection {
  background: var(--primary);
  color: var(--background);
}

main + p {
  margin: 0;
  font-size: 0;
}

@font-face {
  font-family: "AvantGarde BT";
  src: url(../d47a93b332b4ee2e22cf.TTF) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvantGarde BT";
  src: url(../695b19b379819597d810.TTF) format("truetype");
  font-weight: 400;
  font-style: oblique;
  font-display: swap;
}
@font-face {
  font-family: "AvantGarde BT";
  src: url(../e56229e8aa983e00b6a6.TTF) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvantGarde BT";
  src: url(../3599c64b4b9d3b5c20e9.TTF) format("truetype");
  font-weight: 500;
  font-style: oblique;
  font-display: swap;
}
header#masthead {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}
header#masthead .header_cta a:before {
  content: unset !important;
}
header#masthead .container {
  position: relative;
  z-index: 1;
}
header#masthead .top_bar {
  display: flex;
  align-items: center;
  background: var(--top-bar);
  height: 40px;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease;
  margin: 2rem 0 4rem 0;
}
@media (max-width: 767px) {
  header#masthead .top_bar {
    display: none;
  }
}
header#masthead .top_bar .top_bar_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border-bottom: 2px solid var(--light-grey);
  padding: 4rem 0 4.5rem 0;
}
header#masthead .top_bar .top_bar_inner .left_side p {
  font-weight: 600;
  color: #210300;
}
header#masthead .top_bar .top_bar_inner .right_side {
  display: flex;
  gap: 10px;
}
header#masthead .top_bar .top_bar_inner .right_side .mobile_tel p {
  margin-left: 1rem;
  font-weight: 600;
}
header#masthead .top_bar .top_bar_inner .right_side .mobile_tel p span {
  font-family: "AvantGarde BT", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
header#masthead .section_inner {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
  padding: 2rem 0;
}
@media (max-width: 991px) {
  header#masthead .section_inner {
    align-items: center;
  }
}
header#masthead .section_inner .left_side {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  width: 30%;
}
@media (max-width: 991px) {
  header#masthead .section_inner .left_side {
    width: auto;
    flex: 1 1 auto;
    justify-content: flex-start;
    min-width: 0;
  }
}
@media (max-width: 991px) {
  header#masthead .section_inner .left_side {
    left: 25px;
  }
}
@media (max-width: 400px) {
  header#masthead .section_inner .left_side {
    left: 14px;
  }
}
header#masthead .section_inner .left_side a.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
header#masthead .section_inner .left_side a.logo span {
  font-size: 4rem;
  font-weight: 600;
  color: var(--white);
}
@media (max-width: 767px) {
  header#masthead .section_inner .left_side a.logo span {
    font-size: 3rem;
  }
}
header#masthead .section_inner .left_side a.logo img {
  transition: all 0.3s ease;
  max-width: 65%;
}
@media (max-width: 991px) {
  header#masthead .section_inner .left_side a.logo img {
    max-width: 200px;
    height: auto;
    width: 100%;
  }
}
header#masthead .section_inner .middle {
  position: relative;
  width: 70%;
}
@media (max-width: 991px) {
  header#masthead .section_inner .middle {
    display: none;
    width: 0;
  }
}
header#masthead .nav_bg {
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0;
  z-index: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  backdrop-filter: blur(12.1px);
  -webkit-backdrop-filter: blur(12.1px);
}
header#masthead .nav_bg.active {
  opacity: 0.8;
  visibility: visible;
}

.sticky_header {
  background-color: var(--alt-grey);
}
.sticky_header .top_bar {
  background-color: var(--alt-grey) !important;
}
.sticky_header .logo img {
  max-width: 40% !important;
}
@media (max-width: 991px) {
  .sticky_header .logo img {
    max-width: 190px !important;
    width: 100%;
    height: auto;
  }
}

footer#footer {
  width: 100%;
  background: var(--alt-black);
  padding: 2rem 15rem 6rem 15rem;
  overflow: visible;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  footer#footer {
    padding-top: 4rem;
  }
}
footer#footer .footer_curve {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 220px;
  color: var(--alt-black);
  z-index: 0;
  pointer-events: none;
}
footer#footer .footer_curve svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  footer#footer .footer_curve {
    height: 180px;
  }
}
footer#footer .footer_cta {
  padding-bottom: 6rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  footer#footer .footer_cta {
    padding-bottom: 4rem;
  }
}
footer#footer .footer_cta_inner {
  background: #f2f2f2;
  border-radius: 22px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: center;
  gap: 4rem;
  padding: 4rem 5rem 0px 5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
footer#footer .footer_cta_inner .footer_cta_content {
  padding-left: 7rem;
  max-width: 600px;
}
@media (max-width: 991px) {
  footer#footer .footer_cta_inner .footer_cta_content {
    max-width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  footer#footer .footer_cta_inner .footer_cta_content {
    padding-left: 0;
    padding-bottom: 1rem;
  }
}
footer#footer .footer_cta_inner .footer_cta_media {
  height: 100%;
}
footer#footer .footer_cta_inner .footer_cta_media img {
  height: 100%;
}
@media (max-width: 991px) {
  footer#footer .footer_cta_inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media (max-width: 600px) {
  footer#footer .footer_cta_inner {
    padding: 3rem;
    gap: 3rem;
  }
}
footer#footer .footer_cta_copy p {
  color: var(--black);
  font-size: 18px;
  margin-bottom: 2.4rem;
}
footer#footer .footer_cta_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 3.6rem;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
  width: 100%;
  max-width: 168.71px;
}
footer#footer .footer_cta_button:hover {
  background: var(--grey);
  color: var(--white);
}
footer#footer .footer_main {
  padding: 3rem 0 2.5rem;
  position: relative;
  z-index: 1;
}
footer#footer .footer_main_inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  flex-wrap: wrap;
}
footer#footer .footer_brand {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 2rem;
}
footer#footer .footer_brand .logo {
  width: 100%;
  max-width: 333.58px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
footer#footer .footer_brand .cm3_logo {
  width: 100%;
  max-width: 79.37px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
footer#footer .footer_info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 2rem;
}
footer#footer .footer_contact {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}
footer#footer .footer_contact a p, footer#footer .footer_contact a span {
  font-size: 14px;
}
footer#footer .footer_contact .contact_item {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.3s ease;
}
footer#footer .footer_contact .contact_item:hover {
  color: var(--secondary);
}
footer#footer .footer_contact .contact_item svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
footer#footer .footer_social {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}
footer#footer .footer_social .social_label {
  font-size: 1.4rem;
  color: #c9c9c9;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
footer#footer .footer_social .social_icons {
  display: flex;
  align-items: center;
}
footer#footer .footer_social .social_icons a {
  margin-left: 0.3rem;
}
footer#footer .footer_bottom {
  padding: 1.6rem 0;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
footer#footer .footer_bottom_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
footer#footer .footer_bottom_inner .terms {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
footer#footer .footer_bottom_inner .privacy {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer#footer .footer_bottom_inner .privacy:hover {
  color: #fff;
}
@media (max-width: 1200px) {
  footer#footer {
    padding: 0 7rem 5rem 7rem;
  }
  footer#footer .footer_cta_inner {
    padding: 3.6rem 3.6rem 0;
    gap: 2.4rem;
  }
  footer#footer .footer_cta_content {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  footer#footer {
    padding: 0 3rem 4rem 3rem;
  }
  footer#footer .footer_cta_inner {
    grid-template-columns: minmax(0, 1fr) auto;
    text-align: left;
    gap: 2rem;
    padding: 3.2rem 2.8rem 0;
  }
  footer#footer .footer_cta_content {
    padding-left: 0;
    max-width: 100%;
  }
  footer#footer .footer_cta_media {
    width: 170px;
    align-self: end;
    justify-self: end;
  }
  footer#footer .footer_cta_media img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom center;
       object-position: bottom center;
  }
  footer#footer .footer_cta_button {
    max-width: 190px;
  }
  footer#footer .footer_main {
    padding: 2.2rem 0 2.2rem;
  }
  footer#footer .footer_main_inner {
    gap: 2.4rem;
  }
  footer#footer .footer_info {
    flex-direction: column;
    gap: 2rem;
  }
  footer#footer .footer_contact {
    gap: 1.6rem 2rem;
    justify-content: space-between;
  }
  footer#footer .footer_contact .contact_item {
    flex: 1 1 calc(50% - 1rem);
    align-items: flex-start;
  }
  footer#footer .footer_contact .contact_item .contact_icon {
    margin-top: 0.2rem;
    display: inline-flex;
    flex-shrink: 0;
  }
  footer#footer .footer_contact .contact_item svg {
    width: 22px;
    height: 22px;
  }
  footer#footer .footer_social {
    justify-content: space-between;
    gap: 1.2rem 1.6rem;
    width: 100%;
  }
  footer#footer .footer_social .social_label {
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
  }
  footer#footer .footer_social .social_icons {
    gap: 0.8rem;
  }
  footer#footer .footer_social .social_icon {
    background: #fff;
    color: var(--alt-black);
  }
  footer#footer .footer_social .social_icon svg path {
    fill: var(--alt-black);
  }
  footer#footer .footer_bottom {
    text-transform: none;
    padding: 1.2rem 0 0;
  }
  footer#footer .footer_bottom_inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    row-gap: 1.8rem;
  }
  footer#footer .footer_bottom_inner .privacy {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  footer#footer .footer_bottom_inner .terms {
    grid-column: 1/-1;
    border-top: 1px solid #d3d3d3;
    padding-top: 1.8rem;
  }
}
@media (max-width: 768px) {
  footer#footer {
    padding: 4rem 0 3rem 0;
  }
  footer#footer .footer_cta_inner {
    border-radius: 18px;
    padding: 2.6rem 2rem 0;
    gap: 1.6rem;
  }
  footer#footer .footer_cta_copy p {
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 1.8rem;
  }
  footer#footer .footer_cta_button {
    font-size: 16px;
    padding: 1.2rem 2rem;
  }
  footer#footer .footer_cta_media {
    width: clamp(108px, 35vw, 165px) !important;
  }
  footer#footer .footer_main {
    padding: 1rem 0 2rem;
  }
  footer#footer .footer_brand .logo {
    max-width: 250px;
  }
  footer#footer .footer_brand .cm3_logo {
    max-width: 72px;
  }
  footer#footer .footer_contact a p,
  footer#footer .footer_contact a span {
    font-size: 13px;
    line-height: 1.3;
  }
}
@media (max-width: 600px) {
  footer#footer .footer_cta_inner {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 2.2rem 1.6rem 0;
    gap: 1.2rem;
  }
  footer#footer .footer_cta_media {
    width: clamp(98px, 34vw, 145px);
  }
  footer#footer .footer_contact .contact_item {
    flex: 1 1 100%;
  }
}
@media (max-width: 420px) {
  footer#footer .footer_bottom_inner {
    row-gap: 1.4rem;
  }
  footer#footer .footer_bottom_inner .terms,
  footer#footer .footer_bottom_inner .privacy {
    font-size: 13px;
  }
}

nav.main_navigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
nav.main_navigation.active {
  background: var(--black);
}
nav.main_navigation .current_page_item, nav.main_navigation .current-menu-item {
  color: var(--red);
}
nav.main_navigation > .nav_buttons.nav_buttons_mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  nav.main_navigation > .nav_buttons.nav_buttons_mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  nav.main_navigation > .nav_buttons.nav_buttons_mobile {
    padding: 3rem 3rem 0;
  }
}
nav.main_navigation > .nav_buttons.nav_buttons_mobile > .button {
  cursor: pointer;
  border-radius: 10rem;
  background: var(--secondary) !important;
  border-color: var(--secondary) !important;
}
nav.main_navigation > .nav_buttons.nav_buttons_mobile > .button span {
  text-transform: none !important;
}
@media (max-width: 991px) {
  nav.main_navigation > .nav_buttons.nav_buttons_mobile > .button {
    border: none;
    height: 5rem;
  }
}
@media (min-width: 992px) {
  nav.main_navigation {
    height: 100%;
  }
  nav.main_navigation > div {
    height: 100%;
  }
  nav.main_navigation > div ul.main_navigation_inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  nav.main_navigation > div ul.main_navigation_inner .mega ul.sub-menu {
    right: 0;
  }
  nav.main_navigation > div ul.main_navigation_inner .mega ul.sub-menu::before {
    left: 360px;
  }
  nav.main_navigation > div ul.main_navigation_inner .mega:hover > ul {
    display: flex !important;
  }
  nav.main_navigation > div ul.main_navigation_inner .mega .parent_mega {
    border-right: 1px solid #D1D1D1;
    padding-right: 2.2rem;
    padding-left: 2.2rem;
  }
  nav.main_navigation > div ul.main_navigation_inner .mega .parent_mega:first-child {
    padding-left: 0;
  }
  nav.main_navigation > div ul.main_navigation_inner .mega .parent_mega:last-child {
    border-right: none;
  }
  nav.main_navigation > div ul.main_navigation_inner .mega .parent_mega > a {
    font-size: 14px;
    line-height: 115%;
    margin-bottom: 1.2rem;
    display: block;
    text-transform: uppercase;
    color: var(--black);
    transition: all 0.3s ease;
  }
  nav.main_navigation > div ul.main_navigation_inner .mega .parent_mega > a:hover {
    color: var(--red);
    font-weight: bold;
  }
  nav.main_navigation > div ul.main_navigation_inner .mega .parent_mega > a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0035 3.40804L1.41153 12L0 10.5885L8.59096 1.99651H1.01922V0H12V10.9808H10.0035V3.40804Z' fill='%23F64A22'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  nav.main_navigation > div ul.main_navigation_inner > li.menu-item-has-children > a {
    position: relative;
  }
  nav.main_navigation > div ul.main_navigation_inner > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 7px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.03934 0.158305C8.89026 -0.0527682 8.64928 -0.0527682 8.5002 0.158305L4.57556 5.71498L0.650947 0.158305C0.501868 -0.0527682 0.260887 -0.0527682 0.111809 0.158305C-0.0372696 0.369377 -0.0372696 0.710571 0.111809 0.921644L4.306 6.86C4.38036 6.96527 4.47796 7.01819 4.57558 7.01819C4.6732 7.01819 4.77081 6.96527 4.84516 6.86L9.03936 0.921644C9.18842 0.710571 9.18842 0.369377 9.03934 0.158305Z' fill='%23E43D2F'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  nav.main_navigation > div ul.main_navigation_inner > li {
    margin-left: 6rem;
    margin-bottom: 0;
    height: 100%;
    position: relative;
    max-width: 220px;
  }
}
@media (min-width: 992px) and (max-width: 1224px) {
  nav.main_navigation > div ul.main_navigation_inner > li {
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  nav.main_navigation > div ul.main_navigation_inner > li > a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 115%;
    text-transform: capitalize;
    color: var(--black);
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
  }
  nav.main_navigation > div ul.main_navigation_inner > li > a:hover {
    color: var(--red);
  }
  nav.main_navigation > div ul.main_navigation_inner > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 2rem !important;
    border-radius: 10px;
    min-width: 230px;
    width: -moz-max-content;
    width: max-content;
    max-width: none;
  }
  nav.main_navigation > div ul.main_navigation_inner > li > ul::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 20px;
    width: 24px;
    height: 12px;
    pointer-events: none;
    z-index: 2;
    background: transparent;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #fff;
    box-shadow: 0 2px 6px rgba(40, 48, 63, 0.08);
  }
  nav.main_navigation > div ul.main_navigation_inner > li > ul li:not(:last-child) {
    margin-bottom: 0;
  }
  nav.main_navigation > div ul.main_navigation_inner > li > ul li.current-menu-item > a, nav.main_navigation > div ul.main_navigation_inner > li > ul li.current-menu-parent > a {
    color: var(--secondary);
  }
  nav.main_navigation > div ul.main_navigation_inner > li > ul li a {
    font-size: 14px;
    line-height: 115%;
    color: var(--black);
    justify-content: flex-start !important;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    margin-bottom: 10px !important;
    white-space: nowrap;
  }
  nav.main_navigation > div ul.main_navigation_inner > li > ul li a:hover {
    color: var(--red);
    font-weight: bold;
  }
  nav.main_navigation > div ul.main_navigation_inner > li.current-menu-item > a, nav.main_navigation > div ul.main_navigation_inner > li.current-menu-parent > a {
    color: var(--red);
    font-weight: bold;
  }
  nav.main_navigation > div ul.main_navigation_inner > li:hover > ul {
    display: block !important;
  }
  nav.main_navigation .search_form, nav.main_navigation .social_media_icons {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  nav.main_navigation {
    display: none;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
  }
  nav.main_navigation.active {
    display: none;
  }
  nav.main_navigation > div {
    width: 100%;
  }
  nav.main_navigation > div > ul {
    width: 100%;
    display: flex;
    list-style-type: none;
    flex-direction: column !important;
    padding: 10rem 3rem 2rem !important;
    margin-top: 4rem;
  }
  nav.main_navigation > div > ul > li {
    width: 100%;
    margin-bottom: 2rem !important;
  }
  nav.main_navigation > div > ul > li:last-child {
    padding-bottom: 4rem;
    border-bottom: 1px solid var(--background);
  }
  nav.main_navigation > div > ul > li.menu-item-has-children > a {
    position: relative;
  }
  nav.main_navigation > div > ul > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 0.5rem;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' %3E%3Cpath fill='%23fff' d='M12 15.586L7.707 11.293a1 1 0 00-1.414 1.414l5 5a1 1 0 001.414 0l5-5a1 1 0 00-1.414-1.414L12 15.586z'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  nav.main_navigation > div > ul > li.current-menu-item > a, nav.main_navigation > div > ul > li.current-menu-parent > a {
    color: var(--secondary);
  }
  nav.main_navigation > div > ul > li > a {
    width: 100%;
    font-size: 14px;
    line-height: 115%;
    text-decoration: none;
    color: var(--black);
    align-items: center !important;
    justify-content: space-between !important;
  }
  nav.main_navigation > div > ul > li > a:hover {
    color: var(--red);
    font-weight: bold;
  }
  nav.main_navigation > div > ul > li:hover > ul {
    display: flex;
  }
  nav.main_navigation > div > ul > li > ul {
    display: none;
    width: 100%;
    list-style-type: none;
    flex-direction: column !important;
    padding: 0;
    margin-top: 3rem;
  }
  nav.main_navigation > div > ul > li > ul > li {
    width: 100%;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 1024px) and (min-width: 1200px) {
  nav.main_navigation > div > ul > li > ul > li {
    margin-right: 3rem;
  }
}
@media (max-width: 1024px) and (min-width: 992px) and (max-width: 1199px) {
  nav.main_navigation > div > ul > li > ul > li {
    margin-right: 1rem;
  }
}
@media (max-width: 1024px) {
  nav.main_navigation > div > ul > li > ul > li.current-menu-item > a, nav.main_navigation > div > ul > li > ul > li.current-menu-parent > a {
    color: var(--secondary);
  }
  nav.main_navigation > div > ul > li > ul > li > a {
    font-size: 14px;
    line-height: 115%;
    text-decoration: none;
    color: var(--black);
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  nav.main_navigation > div > ul > li > ul > li > a:hover {
    color: var(--red);
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  body nav.main_navigation .parent_mega > a {
    font-size: 2rem !important;
    text-decoration: underline !important;
  }
}
@media (max-width: 767px) {
  body nav.main_navigation .sub-menu .menu-item a {
    color: white !important;
  }
}

.blog_wrapper .blog_header {
  background: #10102E;
  background: linear-gradient(180deg, rgb(16, 16, 46) 0%, rgb(0, 0, 141) 73%);
  padding: 25rem 0;
}
.blog_wrapper .blog_header .blog_header_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.blog_wrapper .blog_header .blog_header_inner h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.blog_wrapper .blog_header .blog_header_inner p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.blog_wrapper .blog_header .blog_header_inner .search-form {
  width: 100%;
  max-width: 700px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog_wrapper .blog_header .blog_header_inner .search-form form {
  width: 100%;
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 0;
  height: 63px;
  transition: border-color 0.2s;
  margin-top: 2rem;
}
.blog_wrapper .blog_header .blog_header_inner .search-form form:focus-within {
  border-color: #fff;
}
.blog_wrapper .blog_header .blog_header_inner .search-form form input[type=search],
.blog_wrapper .blog_header .blog_header_inner .search-form form input[type=text] {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 0 1.5rem;
  height: 100%;
  width: calc(100% - 48px);
  font-family: inherit;
}
.blog_wrapper .blog_header .blog_header_inner .search-form form input[type=search]::-moz-placeholder, .blog_wrapper .blog_header .blog_header_inner .search-form form input[type=text]::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 1.5rem;
}
.blog_wrapper .blog_header .blog_header_inner .search-form form input[type=search]::placeholder,
.blog_wrapper .blog_header .blog_header_inner .search-form form input[type=text]::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 1.5rem;
}
.blog_wrapper .blog_header .blog_header_inner .search-form form button,
.blog_wrapper .blog_header .blog_header_inner .search-form form input[type=submit] {
  background: none;
  border: none;
  outline: none;
  height: 100%;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #bfc6e6;
  font-size: 1.5rem;
  transition: color 0.2s;
  margin-left: auto;
  position: relative;
}
.blog_wrapper .blog_header .blog_header_inner .search-form form button:hover, .blog_wrapper .blog_header .blog_header_inner .search-form form button:focus,
.blog_wrapper .blog_header .blog_header_inner .search-form form input[type=submit]:hover,
.blog_wrapper .blog_header .blog_header_inner .search-form form input[type=submit]:focus {
  color: #fff;
}
.blog_wrapper .blog_header .blog_header_inner .search-form form button::after,
.blog_wrapper .blog_header .blog_header_inner .search-form form input[type=submit]::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.7728 22.6948L17.5762 16.5972C19.1989 14.8343 20.1959 12.5027 20.1959 9.93702C20.1951 4.44861 15.6745 0 10.0976 0C4.52065 0 0 4.44861 0 9.93702C0 15.4254 4.52065 19.874 10.0976 19.874C12.5072 19.874 14.7172 19.0406 16.4532 17.655L22.6738 23.7765C22.9769 24.0751 23.469 24.0751 23.7721 23.7765C24.0759 23.478 24.0759 22.9933 23.7728 22.6948ZM10.0976 18.3452C5.37888 18.3452 1.55365 14.5807 1.55365 9.93702C1.55365 5.29332 5.37888 1.52887 10.0976 1.52887C14.8163 1.52887 18.6415 5.29332 18.6415 9.93702C18.6415 14.5807 14.8163 18.3452 10.0976 18.3452Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: currentColor;
}
.blog_wrapper .blog_posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5rem 0 5rem;
}
@media (max-width: 991px) {
  .blog_wrapper .blog_posts {
    flex-direction: column;
  }
}
.blog_wrapper .blog_posts .blog-filters {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
  margin-top: 3rem;
  justify-content: space-between;
  width: 100%;
}
.blog_wrapper .blog_posts .blog-filters > span {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary);
  margin-right: 2rem;
  padding-bottom: 0.2rem;
  display: inline-block;
}
.blog_wrapper .blog_posts .blog-filters .blog_category_filters {
  display: flex;
  gap: 1rem;
}
.blog_wrapper .blog_posts .blog-filters .blog_category_filters a {
  padding: 0rem 2.2rem;
  font-size: 1.3rem;
  height: 49px;
  min-width: 104px;
  font-weight: 500;
  color: #fff;
  background: #C4C4C4;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.blog_wrapper .blog_posts .blog-filters .blog_category_filters a.active {
  background: #f64a22;
  color: #fff;
}
.blog_wrapper .blog_posts .blog-filters .blog_category_filters a:not(.active) {
  background: #C4C4C4;
  color: #fff;
}
.blog_wrapper .blog_posts .blog-filters .blog_category_filters a:hover, .blog_wrapper .blog_posts .blog-filters .blog_category_filters a:focus {
  background: #f64a22;
  color: #fff;
}
.blog_wrapper .blog_posts .blog_post.featured_post {
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
.blog_wrapper .blog_posts .blog_post.featured_post .left_side_post {
  width: 60%;
  position: relative;
}
.blog_wrapper .blog_posts .blog_post.featured_post .left_side_post .blog_card_image {
  position: relative;
  height: 450px;
  display: block;
}
.blog_wrapper .blog_posts .blog_post.featured_post .left_side_post .blog_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_wrapper .blog_posts .blog_post.featured_post .left_side_post .post-categories {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog_wrapper .blog_posts .blog_post.featured_post .left_side_post .post-categories .category {
  color: #fff;
  font-size: 1.5rem;
  background: var(--secondary);
  padding: 1rem 3rem;
  display: block;
}
.blog_wrapper .blog_posts .blog_post.featured_post .right_side_post {
  width: 40%;
  background: #10102E;
  background: linear-gradient(180deg, rgb(16, 16, 46) 0%, rgb(0, 0, 141) 73%);
  padding: 4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog_wrapper .blog_posts .blog_post.featured_post .right_side_post a {
  text-decoration: none;
}
.blog_wrapper .blog_posts .blog_post.featured_post .right_side_post .date {
  display: flex;
  align-items: center;
}
.blog_wrapper .blog_posts .blog_post.featured_post .right_side_post .date_text span {
  color: #fff;
  margin-left: 1rem;
}
.blog_wrapper .blog_posts .blog_post.featured_post .right_side_post h3 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  line-height: 1.4;
  font-size: 2.5rem;
  font-weight: bold;
}
.blog_wrapper .blog_posts .blog_post.featured_post .right_side_post .excerpt {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.blog_wrapper .blog_posts .blog_post.featured_post .right_side_post .excerpt p {
  color: #fff;
}
.blog_wrapper .blog_posts .blog_post.featured_post .right_side_post .btn_wrapper {
  display: flex;
}
.blog_wrapper .blog_posts .blog_post.featured_post .right_side_post .btn_wrapper a {
  padding: 0rem 5rem;
}
.blog_wrapper .blog_posts .blog_post.featured_post .right_side_post .btn_wrapper a:hover {
  background: var(--secondary);
}
.blog_wrapper .blog_posts .blog_post_single:hover .right_side_post {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}
.blog_wrapper .blog_posts .blog_post_single:hover .right_side_post .blog_card_title h3 {
  color: #fff;
}
.blog_wrapper .blog_posts .blog_post_single:hover .right_side_post .date_text span {
  color: #fff !important;
}
.blog_wrapper .blog_posts .blog_post_single:hover .right_side_post .excerpt p {
  color: #fff !important;
}
.blog_wrapper .blog_posts .blog_post_single:hover .right_side_post .btn_wrapper a {
  background: #fff !important;
  color: var(--secondary) !important;
}
.blog_wrapper .blog_posts .blog_post.blog_post_single {
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog_wrapper .blog_posts .blog_post.blog_post_single .left_side_post {
  width: 100%;
  position: relative;
}
.blog_wrapper .blog_posts .blog_post.blog_post_single .left_side_post .blog_card_image {
  position: relative;
  height: 250px;
  display: block;
}
.blog_wrapper .blog_posts .blog_post.blog_post_single .left_side_post .blog_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_wrapper .blog_posts .blog_post.blog_post_single .left_side_post .post-categories {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog_wrapper .blog_posts .blog_post.blog_post_single .left_side_post .post-categories .category {
  color: #fff;
  font-size: 1.5rem;
  background: var(--secondary);
  padding: 1rem 3rem;
  display: block;
}
.blog_wrapper .blog_posts .blog_post.blog_post_single .right_side_post {
  width: 100%;
  background: #FAFAFA;
  padding: 4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #C5C5C5;
  transition: background 0.3s ease;
}
.blog_wrapper .blog_posts .blog_post.blog_post_single .right_side_post a {
  text-decoration: none;
}
.blog_wrapper .blog_posts .blog_post.blog_post_single .right_side_post .date {
  display: flex;
  align-items: center;
}
.blog_wrapper .blog_posts .blog_post.blog_post_single .right_side_post .date_text span {
  color: var(--primary);
  margin-left: 1rem;
  transition: color 0.3s ease;
}
.blog_wrapper .blog_posts .blog_post.blog_post_single .right_side_post h3 {
  color: var(--primary);
  padding-bottom: 0rem;
  line-height: 1.4;
  font-size: 2.5rem;
  font-weight: bold;
  transition: color 0.3s ease;
}
.blog_wrapper .blog_posts .blog_post.blog_post_single .right_side_post .excerpt {
  margin-bottom: 2rem;
}
.blog_wrapper .blog_posts .blog_post.blog_post_single .right_side_post .excerpt p {
  color: var(--primary);
  transition: color 0.3s ease;
}
.blog_wrapper .blog_posts .blog_post.blog_post_single .right_side_post .btn_wrapper {
  display: flex;
}
.blog_wrapper .blog_posts .blog_post.blog_post_single .right_side_post .btn_wrapper a {
  padding: 0rem 5rem;
}
.blog_wrapper .blog_posts .blog_post.blog_post_single .right_side_post .btn_wrapper a:hover {
  background: var(--secondary);
}
.blog_wrapper .blog_posts .blog_posts_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
.blog_wrapper .blog_posts .blog_pagination {
  width: 100%;
  margin-top: 2rem;
}
.blog_wrapper .blog_posts .blog_pagination .pagination-links {
  width: 100%;
}
.blog_wrapper .blog_posts .blog_pagination .pagination-links .navigation.pagination {
  display: block;
  width: 100%;
}
.blog_wrapper .blog_posts .blog_pagination .pagination-links .navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.blog_wrapper .blog_posts .blog_pagination .pagination-links .navigation.pagination .nav-links span {
  margin: 0 1rem;
}
.blog_wrapper .blog_posts .blog_pagination .pagination-links .navigation.pagination .nav-links a {
  margin: 0 1rem;
}

.single_wrapper .blog_single_header {
  background: #10102E;
  background: linear-gradient(180deg, rgb(16, 16, 46) 0%, rgb(0, 0, 141) 73%);
  padding-top: 20rem;
}
.single_wrapper .blog_single_header .blog_single_header_inner {
  display: flex;
  flex-direction: column;
}
.single_wrapper .blog_single_header .blog_single_header_inner h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
  max-width: 580px;
}
.single_wrapper .blog_single_header .blog_single_header_inner p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.single_wrapper .blog_single_header .blog_single_header_inner .date {
  display: flex;
  align-items: center;
}
.single_wrapper .blog_single_header .blog_single_header_inner .date_text span {
  color: #fff;
  margin-left: 1rem;
}
.single_wrapper .blog_single_header .blog_single_header_inner .blog_meta {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.single_wrapper .blog_single_header .blog_single_header_inner .blog_meta .author {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.single_wrapper .blog_single_header .blog_single_header_inner .blog_meta .author .author_name span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  margin-left: 1rem;
}
.single_wrapper .blog_single_header .featured_image {
  border-radius: 10px;
  overflow: hidden;
  height: 500px;
  margin-top: 4rem;
  margin-bottom: -26rem;
}
.single_wrapper .blog_single_header .featured_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_wrapper .main_section {
  padding-top: 30rem;
  padding-bottom: 10rem;
}
.single_wrapper .main_section .share_post {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  width: 15%;
}
.single_wrapper .main_section .share_post span {
  font-size: 1.8rem;
  color: var(--secondary);
  margin-bottom: 1.5rem;
  display: block;
}
.single_wrapper .main_section .share_post a {
  text-decoration: none;
}
.single_wrapper .main_section h2 {
  font-size: 30px;
}
.single_wrapper .main_section .button_wrapper {
  margin-top: 2rem;
  display: flex;
}
.single_wrapper .main_section .share_post_btn {
  text-decoration: none;
  min-width: 183px;
  height: 49px;
  border: 1px solid #00007C;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: 2rem;
  cursor: pointer;
  background: transparent;
}
.single_wrapper .main_section .share_post_btn:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.single_wrapper .main_section .share_post_btn:hover .share_post_text {
  color: var(--white);
}
.single_wrapper .main_section .share_post_btn .share_post_icon {
  margin-right: 1rem;
}
.single_wrapper .main_section .share_post_btn .share_post_text {
  font-size: 1.8rem;
  color: var(--primary);
  font-weight: bold;
}
.single_wrapper .main_section .section_inner {
  display: flex;
  align-items: flex-start;
  gap: 7rem;
}
.single_wrapper .main_section .section_inner .section_main_content {
  width: 70%;
}
.single_wrapper .main_section .section_inner .banner_right_wrapper {
  width: 356px;
  display: flex;
  align-items: flex-end;
}
.single_wrapper .main_section .section_inner .banner_right_wrapper .banner_right {
  width: 100%;
  background: linear-gradient(90deg, #000043 0%, #00007C 100%);
  border-radius: 10px;
  position: relative;
}
.single_wrapper .main_section .section_inner .banner_right_wrapper .banner_right .title {
  padding: 2rem;
}
.single_wrapper .main_section .section_inner .banner_right_wrapper .banner_right .title h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
.single_wrapper .main_section .section_inner .banner_right_wrapper .banner_right .title p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
}
.single_wrapper .main_section .section_inner .banner_right_wrapper .banner_right .blog_banner_img {
  position: relative;
  right: 0;
  bottom: 0;
}
.single_wrapper .main_section .section_inner .banner_right_wrapper .banner_right .button_wrapper {
  position: absolute;
  bottom: 30px;
  left: 12px;
}
.single_wrapper .main_section .section_inner .banner_right_wrapper .banner_right .button_wrapper a.button.button-primary {
  color: var(--white) !important;
  background: var(--secondary) !important;
  font-weight: bold;
  font-size: 14px;
  border-color: transparent;
}
.single_wrapper .main_section .section_inner .banner_right_wrapper .banner_right .button_wrapper a.button.button-primary .phone_icon {
  margin-right: 1rem;
}
.single_wrapper .main_section .section_inner .banner_right_wrapper .banner_right .button_wrapper a.button.button-primary span {
  color: var(--white) !important;
}
.single_wrapper .related_posts {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: linear-gradient(107.02deg, #F2F2F2 13.65%, #FFFFFF 72.75%);
  position: relative;
  z-index: 1;
}
.single_wrapper .related_posts .title_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
.single_wrapper .related_posts .title_wrapper span {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--secondary);
  text-transform: uppercase;
}
.single_wrapper .related_posts .title_wrapper p {
  font-size: 120px;
  text-transform: uppercase;
  margin: 0;
  background: linear-gradient(106deg, #C4C4C4 85%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.single_wrapper .related_posts .related_posts_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
.single_wrapper .related_posts .related_posts_wrapper .blog_post_single:hover .right_side_post {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}
.single_wrapper .related_posts .related_posts_wrapper .blog_post_single:hover .right_side_post .blog_card_title h3 {
  color: #fff;
}
.single_wrapper .related_posts .related_posts_wrapper .blog_post_single:hover .right_side_post .date_text span {
  color: #fff !important;
}
.single_wrapper .related_posts .related_posts_wrapper .blog_post_single:hover .right_side_post .excerpt p {
  color: #fff !important;
}
.single_wrapper .related_posts .related_posts_wrapper .blog_post_single:hover .right_side_post .btn_wrapper a {
  background: #fff !important;
  color: var(--secondary) !important;
}
.single_wrapper .related_posts .related_posts_wrapper .left_side_post {
  width: 100%;
  position: relative;
}
.single_wrapper .related_posts .related_posts_wrapper .left_side_post .blog_card_image {
  position: relative;
  height: 250px;
  display: block;
}
.single_wrapper .related_posts .related_posts_wrapper .left_side_post .blog_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_wrapper .related_posts .related_posts_wrapper .left_side_post .post-categories {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.single_wrapper .related_posts .related_posts_wrapper .left_side_post .post-categories .category {
  color: #fff;
  font-size: 1.5rem;
  background: var(--secondary);
  padding: 1rem 3rem;
  display: block;
}
.single_wrapper .related_posts .related_posts_wrapper .right_side_post {
  width: 100%;
  background: #FAFAFA;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #C5C5C5;
  transition: background 0.3s ease;
  min-height: 390px;
}
.single_wrapper .related_posts .related_posts_wrapper .right_side_post a {
  text-decoration: none;
}
.single_wrapper .related_posts .related_posts_wrapper .right_side_post .date {
  display: flex;
  align-items: center;
}
.single_wrapper .related_posts .related_posts_wrapper .right_side_post .date_text span {
  color: var(--primary);
  margin-left: 1rem;
  transition: color 0.3s ease;
}
.single_wrapper .related_posts .related_posts_wrapper .right_side_post h3 {
  color: var(--primary);
  padding-bottom: 0rem;
  line-height: 1.4;
  font-size: 2.5rem;
  font-weight: bold;
  transition: color 0.3s ease;
}
.single_wrapper .related_posts .related_posts_wrapper .right_side_post .excerpt {
  margin-bottom: 2rem;
}
.single_wrapper .related_posts .related_posts_wrapper .right_side_post .excerpt p {
  color: var(--primary);
  transition: color 0.3s ease;
}
.single_wrapper .related_posts .related_posts_wrapper .right_side_post .btn_wrapper {
  display: flex;
}
.single_wrapper .related_posts .related_posts_wrapper .right_side_post .btn_wrapper a {
  padding: 0rem 5rem;
}
.single_wrapper .related_posts .related_posts_wrapper .right_side_post .btn_wrapper a:hover {
  background: var(--secondary);
}
