@charset "UTF-8";
@import "../../../theme/variables.css";
@font-face {
  font-family: "Tiempos Headline";
  font-display: swap;
  src: url("../../../fonts/TiemposHeadline-Regular.otf");
}
@font-face {
  font-family: "Tiempos Headline Medium";
  font-display: swap;
  src: url("../../../fonts/TiemposHeadline-Medium.otf");
}
@font-face {
  font-family: "Tiempos Headline Light";
  font-display: swap;
  src: url("../../../fonts/TiemposHeadline-Light.otf");
}
@font-face {
  font-family: Lato;
  font-display: swap;
  src: url("../../../fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Lato;
  font-weight: 300;
  font-display: swap;
  src: url("../../../fonts/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: Lato;
  font-weight: 700;
  font-display: swap;
  src: url("../../../fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Lato;
  font-weight: 900;
  font-display: swap;
  src: url("../../../fonts/Lato-Black.ttf") format("truetype");
}

/*
  Bootstrap 4 default breakpoints:

  .col-sm for larger mobile phones (devices with resolutions ≥ 576px);
  .col-md for tablets (≥768px);
  .col-lg for laptops (≥992px);
  .col-xl for desktops (≥1200px)
*/

.network-tba:before,
.network-tbatcr:before,
.network-tbam:before,
.network-aol:before,
.network-aoltcr:before
{
	color: #FFF;
}

.network-ob:before,
.network-obtcr:before,
.network-obm:before
{
	color: #FFF;
}


@media (min-width: 1024px) {
  .h-desktop {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .h-mobile {
    display: none !important;
  }
}
:root {
  --primary: #0ddc64;
  --milk: #ece9e0;
  --font-regular: "Figtree", sans-serif;
  --font-headline: "Figtree", sans-serif;
  --page-width: 1200px;
  --breakpoint: 1024px;
  --gutter-width: 50px;
  --theme-color: #334579;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
}
@media (max-width: 1024px) {
  :root {
    --gutter-width: 30px;
  }
}
:root body {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
}
:root a {
  color: #4a90e2;
  text-decoration: underline;
}
:root a:hover {
  cursor: pointer;
  color: #4a90e2;
}
:root h2 {
  font-weight: 400;
  font-size: 22px;
}
:root img {
  max-width: 100%;
  object-fit: contain;
}
:root .bold {
  font-weight: bold;
}
:root article p {
  font-size: 20px;
  line-height: 30px;
}
:root article h1 {
  font-weight: 400;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}
:root article blockquote {
  font-weight: 400;
  font-size: 24px;
  font-weight: 300;
  line-height: 37px;
  color: #07aa4b;
}

.header {
  color: white;
  background-color: white;
}
.header__container {
  --cols-width: 1455px;
  max-width: calc(var(--cols-width) + 2 * var(--gutter-width));
  margin: auto;
  padding: 0 var(--gutter-width);
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1455px;
  padding: 60px 50px;
  background-image: url(https://cdn.gundrymd.com/images/background_header@3x-1_900x124_comp.jpg);
  background-repeat: repeat;
  background-size: cover;
  cursor: pointer;
}
.header__logo_img {
  max-height: 75px;
}
@media (max-width: 1024px) {
  .header__container {
    max-width: 100%;
  }
}
.header__phone {
  display: none;
}
@media (max-width: 330px) {
  .header__phone {
    display: none;
  }
}

.page {
  --cols-width: calc((70px * 12) + var(--gutter-width) * (12 - 1));
  display: flex;
  margin: auto;
  padding-top: 24px;
  max-width: calc(var(--cols-width) + 2 * var(--gutter-width));
  padding: var(--gutter-width);
  margin: auto;
  margin-bottom: var(--gutter-width);
  padding-bottom: 200px;
}
.page--sectionContainer {
  --cols-width: 1200px;
  max-width: calc(var(--cols-width) + 2 * var(--gutter-width));
  margin: auto;
  padding: 0;
}
@media (max-width: 1024px) {
  .page--sectionContainer {
    max-width: 100%;
  }
}
.page__left {
  flex-basis: 55%;
  margin-bottom: 32px;
  padding-right: 48px;
  border-right: 2px solid #54565a;
}
.page__right {
  flex-basis: 45%;
  margin-bottom: 32px;
  padding-left: 48px;
}
.page .nextPageInjectedLink {
  display: content;
  margin-bottom: 14px;
  cursor: pointer;
  text-decoration: underline;
}
.page .article__body p:first-of-type:first-letter {
  font-size: 80px;
  font-weight: 700;
  line-height: 75px;
  float: left;
  padding-right: 8px;
}
.page .article__body p {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 24px;
}

.semiBold {
  font-weight: 600;
}
.page .article__headline {
  font-size: 65px;
  line-height: 61px;
  font-weight: bold;
  color: var(--theme-color);
}

.page .article__subHeadline_topText {
  font-size: 17px;
  line-height: 38px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 7px solid #00a4e5;
  font-weight: 600;
  color: var(--theme-color);
  width: 125px;
}
.page .article__subHeadline_bottomText {
  font-size: 17px;
  line-height: 38px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--theme-color);
}
.page .article_body_container a {
  margin-bottom: 0;
}
.page .article__body_container {
  font-size: 24px;
  padding: 12px 0;
  font-weight: bold;
  font-weight: 700;
  background: #f69220;
  width: 100%;
  text-decoration: none;
  color: white;
  border: none;
  margin-bottom: 24px;
}
.page .article__image {
  margin-bottom: 14px;
}
.page .article_body_presentationBtn {
  font-size: 24px;
  padding: 12px 0;
  font-weight: bold;
  font-weight: 700;
  width: 100%;
  text-decoration: none;
  color: white;
  border: none;
  margin-bottom: 24px;
  padding: 20px 0;
  background-color: #4a90e2;
  margin-bottom: 25px;
}
.page .article_body_disclaimer {
  font-size: 20px;
  font-weight: 400;
}

.page .article_body_bioContainer {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
.page .article_body_bioContainer img {
  min-width: 200px;
  margin: auto;
  object-fit: contain;
}
.page .article_body_bioContainer_right {
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
  color: #000000;
}
.page .article_body_bioContainer_right a {
  display: contents;
}
.page .findOut__heading {
  font-size: 58px;
  line-height: 58px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #334579;
}
.page .findOut__items a.nextPageInjectedLink {
  text-decoration: none;
  color: initial;
}
.page .findOut__items a.nextPageInjectedLink:hover {
  text-decoration: underline;
  color: #54565a;
  text-decoration-color: black;
}
.page .findOut__items__item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  border: 1px solid #9b9b9b;
}
.page .findOut__items__item__heading {
  font-size: 20px;
  line-height: 30px;
  padding: 0 8px 0 24px;
  color: #54565a;
}
.page .findOut__items__item__image img {
  max-width: 170px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .page {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .page__left {
    padding: 0;
    border-right: none;
  }
  .page__right {
    padding: 0;
  }
  .page .findOut__items__item__image img {
    max-width: 134px;
  }
}

.footer {
  font-size: 12px;
  text-align: center;
  color: white;
  background: linear-gradient(180deg, #4780c2 0, #27377a 100%);
}
.footer__container {
  --cols-width: 1200px;
  max-width: calc(var(--cols-width) + 2 * var(--gutter-width));
  margin: auto;
  padding: 45px var(--gutter-width) 120px;
}
@media (max-width: 1024px) {
  .footer__container {
    max-width: 100%;
  }
  .page .article__body p {
    font-size: 21px;
  }
  .page .article__body_container {
    padding: 12px 0;
  }

  .page .article_body_presentationBtn {
    font-size: 21px;
    padding: 10px 0;
  }
  .page .article_body_bioContainer {
    flex-direction: column;
    row-gap: 45px;
  }
  .article_body_bioContainer_left img {
    width: 100%;
  }
  .page .findOut__items__item__image img {
    max-width: 122px;
    height: auto !important;
    display: block;
  }
  .page .findOut__items__item__heading {
    font-size: 13px;
    line-height: 17px;
  }
  .page .article__headline {
    font-size: 35px;
    line-height: 46px;
  }
  .header__container {
    padding: 50px;
  }
  .page .findOut__heading {
    font-size: 29px;
    margin-bottom: 17px;
  }
}

.footer_logo {
  display: flex;
  margin-bottom: 30px;
}
.footer_logo img {
  max-width: 170px;
}
.footer__disclaimer {
  margin-bottom: 16px;
}

.footer__disclaimer p {
  font-size: 18px;
  line-height: 30px;
  color: white;
  font-weight: 400;
  text-align: start;
  margin-bottom: 0;
}
.footer__disclaimer span {
  font-size: 9px;
  position: relative;
  bottom: 6px;
}

.footer__disclaimer p a {
  color: white;
  text-decoration: underline;
}
.footer__disclaimer p a:not([href]):not([class]) {
  color: white;
  text-decoration: underline;
  font-weight: 700;
}
.footer__disclaimer p a:hover {
  color: white;
  opacity: 0.7;
}
.footer__links {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 30px;
  color: white;
  font-weight: 400;
  font-weight: 600;
}
.footer__links a {
  color: white;
}
