/*
Theme Name: KING-K2
Description: A custom theme built by the FS.
Author: FS
Version: 1.0
*/
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: unset;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border-color: unset;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

blockquote, q {
  quotes: none;
}

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

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

button {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

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

a {
  cursor: pointer;
}

div.two-col {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  div.two-col {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.two-col {
  -moz-columns: 2;
       columns: 2;
}
@media screen and (max-width: 767px) {
  .two-col {
    -moz-columns: 1;
         columns: 1;
  }
}

.three-col {
  -moz-columns: 3;
       columns: 3;
}
@media screen and (max-width: 767px) {
  .three-col {
    -moz-columns: 1;
         columns: 1;
  }
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

small {
  font-size: 0.85em;
}

em {
  font-style: italic;
}

/* wordpress */
@media screen and (max-width: 767px) {
  img.alignnone,
  img.size-full {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

img.aligncenter {
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
  display: block;
}

img.alignleft {
  margin: 1rem 3rem 3rem 0;
  max-width: 100%;
  height: auto;
  float: left;
}

img.alignright {
  margin: 1rem 0rem 3rem 3rem;
  max-width: 100%;
  height: auto;
  float: right;
}

@media screen and (max-width: 767px) {
  img.aligncenter,
  img.alignleft,
  img.alignright,
  img.alignmedium,
  img.aligcenter {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .wp-caption {
    max-width: 100%;
  }
  .wp-caption img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  iframe[src*=youtube] {
    max-height: 340px;
  }
}
img.lazyload,
img.lazyloading {
  opacity: 0;
  transition: opacity 400ms ease;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 400ms ease;
}

[id] {
  scroll-margin-top: 100px;
}

body {
  font-family: "agenda-one", sans-serif;
  font-size: 22px;
  line-height: 38px;
}

strong {
  font-weight: 700;
  font-style: normal;
}

.bgsettings, .home_why_block .wrapper, .ageblock .bgimage, .thru_the_ages .lead, .doctor_review_slider {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  padding-inline: 4%;
  width: 100%;
  margin-inline: auto;
}

.button {
  display: inline-block;
  cursor: pointer;
  background: #FAD9A4;
  text-decoration: none;
  color: #3064A6;
  border-radius: 6px;
  font-size: 16px;
  font-style: italic;
  font-family: "urw-form", sans-serif;
  padding-inline: 3ch;
  padding-block: 1.5ch;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  background: #3064A6;
  color: #fff;
}

.btnwrap {
  display: flex;
  place-content: center;
  gap: 1rem;
}

.container {
  width: 100%;
  padding-inline: 4%;
  margin-inline: auto;
}

h4,
h3,
h2,
h1 {
  font-family: "urw-form", sans-serif;
  font-weight: 500;
  font-style: normal;
}

p {
  margin-bottom: 1rem;
}

.alert-bar {
  color: #fff;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.alert-bar a {
  padding-block: 4px 5px;
  width: 50%;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: "urw-form", sans-serif;
  font-size: 19px;
  position: relative;
}
@media (max-width: 980px) {
  .alert-bar a {
    padding-block: 5px;
    font-size: 1.1rem;
  }
}
.alert-bar a:nth-child(1):before {
  content: "";
  transition: box-shadow 0.85s ease-in-out;
  position: absolute;
  inset: 0;
  background: #3164A6;
  z-index: -1;
}
.alert-bar a:nth-child(1):hover:before {
  content: "";
  position: absolute;
  inset: 0;
}
.alert-bar a:nth-child(2):before {
  content: "";
  transition: box-shadow 0.85s ease-in-out;
  position: absolute;
  inset: 0;
  background: #284F8D;
  z-index: -1;
}
.alert-bar a:nth-child(2):hover:before {
  content: "";
  position: absolute;
  inset: 0;
}
.alert-bar a:nth-child(2) img {
  margin-top: -4px;
}
.alert-bar a img {
  display: block;
}
@media (max-width: 980px) {
  .alert-bar a img {
    display: none;
  }
}
.alert-bar a i {
  width: 1px;
  background: #fff;
  height: 100%;
}
@media (max-width: 980px) {
  .alert-bar a i {
    display: none;
  }
}
.alert-bar a span {
  display: block;
}

.fixedheader {
  position: fixed;
  top: 47px;
  padding-block: 45px 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding-inline: 2%;
  transition: padding 0.3s ease-in-out;
  z-index: 999;
}
.fixedheader.is-scrolled {
  padding-block: 35px 15px;
  animation: bg-shift 0.5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  .fixedheader.is-scrolled {
    padding-block: 1rem;
  }
}
@keyframes bg-shift {
  from {
    background-color: rgba(40, 79, 141, 0);
  }
  to {
    background-color: #284f8d;
  }
}
.fixedheader .phoneicon {
  display: none;
}
.fixedheader .rightheader {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.fixedheader .rightheader .button:hover {
  background: #3164A6;
  color: #fff;
  outline: 1px solid #fff;
}
.fixedheader .rightheader .tel {
  color: #fff;
  font-size: 21px;
  line-height: 17px;
  text-decoration: none;
  font-family: "urw-form", sans-serif;
}
@media screen and (max-width: 1500px) {
  .fixedheader .rightheader .tel {
    font-size: clamp(0.875rem, 0.6394rem + 0.3846vw, 1rem);
  }
}
@media screen and (max-width: 1500px) {
  .fixedheader .rightheader .button {
    font-size: clamp(0.875rem, 0.6394rem + 0.3846vw, 1rem);
  }
}
.fixedheader .logo {
  margin-right: 1ch;
}
.fixedheader .logo img {
  display: block;
}

.header-menu {
  list-style: none;
  display: flex;
  width: 100%;
}
.header-menu > li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(49, 100, 166, 0);
  transition: background 0.3s ease-in-out;
}
.header-menu > li:hover {
  background: #3164A6;
  border-radius: 6px;
}
.header-menu > li > a {
  text-align: center;
}
.header-menu a {
  height: 100%;
  padding-block: 1rem;
  display: block;
  padding-inline: 1rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  font-family: "urw-form", sans-serif;
  font-size: 19px;
}
@media screen and (max-width: 1500px) {
  .header-menu a {
    font-size: clamp(0.875rem, 0.6394rem + 0.3846vw, 1rem);
    padding-inline: 0.8vw;
  }
}
@media screen and (max-width: 1130px) {
  .header-menu a {
    font-size: clamp(0.75rem, -0.125rem + 1.4286vw, 0.875rem);
    padding-inline: 0.65vw;
  }
}
.header-menu > li.menu-item-has-children {
  position: relative;
}
@media (hover: hover) {
  .header-menu > li.menu-item-has-children:hover .sub-menu.depth-0 {
    opacity: 1;
    visibility: visible;
  }
}
.header-menu .sub-menu {
  list-style: none;
  display: block;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  min-width: calc(300px + 2rem);
  background: #3164A6;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  padding-block: 1.5rem;
}
.header-menu .sub-menu:before {
  content: "";
  top: -10px;
  position: absolute;
  left: 0;
  height: 10px;
  display: block;
  width: 100%;
}
.header-menu .sub-menu a {
  padding-block: 1rem;
  padding-inline: 1rem;
}
.header-menu .sub-menu a:hover {
  text-decoration: underline;
}
@media (hover: hover) {
  .header-menu .sub-menu.depth-0 > li.menu-item-has-children:hover .sub-menu.depth-1 {
    background: #284F8D;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: block;
    left: 100%;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .header-menu .sub-menu.depth-0 > li.menu-item-has-children:hover .sub-menu.depth-1:before {
    content: "";
    background: #284F8D;
    width: 10px;
    height: 5px;
    top: 0;
    left: -2px;
  }
}
.header-menu .nav-plus {
  display: none;
}

.opennav {
  display: none;
}

.fixedheader .btnwrap {
  display: none;
}
.fixedheader .rightheader .button svg {
  display: none;
}

@media (max-width: 980px) {
  .fixedheader {
    top: 48px;
    padding-block: 1rem;
    padding-inline: calc(4% + 0.25rem);
  }
  .fixedheader.is-active {
    background: #284F8D;
  }
  .fixedheader .btnwrap {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .fixedheader .btnwrap .button {
    padding-block: 14px;
  }
  .fixedheader .rightheader .tel .teltext {
    display: none;
  }
  .fixedheader .rightheader .tel .phoneicon {
    display: block;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  .fixedheader .rightheader .tel .phoneicon {
    display: flex;
  }
}
@media (max-width: 980px) {
  .fixedheader .rightheader .button {
    background: unset;
    padding: 0;
  }
  .fixedheader .rightheader .button svg {
    display: block;
  }
  .fixedheader .rightheader .button span {
    display: none;
  }
  .fixedheader nav {
    display: none;
    position: absolute;
    z-index: 999;
    height: 100vh;
    overflow-y: scroll;
    padding-block: 0 15rem;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 999;
  }
  .fixedheader nav.is-active {
    display: block;
    background: #284F8D;
  }
  .opennav {
    display: flex;
    place-content: center;
  }
  .opennav.is-active .open {
    display: none;
  }
  .opennav.is-active .close {
    display: block;
  }
  .opennav .open {
    height: 18px;
    width: 25px;
  }
  .opennav .close {
    display: none;
    height: 18px;
    width: 25px;
  }
  .header-menu {
    display: flex;
    flex-direction: column;
  }
  .header-menu > li {
    justify-content: flex-start;
    border-top: 1px solid #4673ad;
  }
  .header-menu > li:last-of-type {
    border-bottom: 1px solid #4673ad;
  }
  .header-menu > li > a {
    text-align: left;
  }
  .header-menu a {
    font-weight: 300;
    font-size: 17px;
    padding-inline: 1.2rem 0;
    line-height: 1.25;
  }
  .header-menu .sub-menu {
    display: none;
    width: 100%;
    position: relative;
    top: 0;
    min-width: 100%;
    background: unset;
    opacity: 1;
    visibility: visible;
    border-radius: unset;
    padding-block: 0;
    transition: unset;
    left: unset;
  }
  .header-menu .sub-menu.depth-0 a {
    padding-left: 2rem;
  }
  .header-menu .sub-menu.depth-1 a {
    padding-left: 3rem;
  }
  .header-menu .menu-item-has-children {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .header-menu .menu-item-has-children > a {
    flex-grow: 1;
  }
  .header-menu .nav-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(30px + 2rem);
    height: 100%;
    padding-block: 1rem;
  }
  .header-menu .nav-plus svg {
    width: 10px;
    height: 10px;
    size-adjust: block;
  }
  .header-menu .nav-plus.rotatoe .linetwo {
    display: none;
  }
}
.home_hero {
  position: relative;
  height: calc(100vh - 206px);
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-height: 800px) {
  .home_hero {
    min-height: 100vh;
  }
}
.home_hero:after {
  content: "";
  background-color: rgba(16, 31, 35, 0.35);
  inset: 0;
  z-index: 1;
  position: absolute;
}
.home_hero video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_hero .container {
  position: absolute;
  top: 60%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .home_hero .container {
    top: 50%;
  }
}
.home_hero .container .cnt {
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
  position: relative;
  z-index: 33;
}
.home_hero .container .cnt img {
  display: block;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .home_hero .container .cnt img {
    display: none;
  }
}
.home_hero .container .cnt h1 {
  font-size: 54px;
  line-height: 56px;
  text-align: center;
  margin-block: 40px 30px;
}
@media (max-width: 767px) {
  .home_hero .container .cnt h1 {
    font-size: 27px;
    line-height: 36px;
  }
}
.home_hero .container .cnt h2 {
  font-size: 32px;
  line-height: 68px;
  text-align: center;
}
@media (max-width: 767px) {
  .home_hero .container .cnt h2 {
    font-size: 17px;
    line-height: 18px;
  }
}
.home_hero .container .cnt p {
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  font-family: "urw-form", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .home_hero .container .cnt p {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.home_hero .container .cnt .btnwrap {
  margin-top: 30px;
}

.stats_block {
  padding-block: 40px;
  overflow: hidden;
}
@media (min-width: 1020px) {
  .stats_block {
    min-height: 200px;
  }
}
.stats_block .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 767px) {
  .stats_block .container {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.stats_block img {
  display: block;
  margin-inline: auto;
  margin-bottom: 10px;
  min-height: 1ch;
  font-family: "urw-form", sans-serif;
}
.stats_block .col {
  flex-grow: 1;
  flex-basis: 100%;
}
.stats_block .col:nth-child(4),
.stats_block .col:nth-child(2) {
  width: 2px;
  min-height: 100%;
  background: #284F8D;
  flex: 0 0 1px;
  align-self: stretch;
}
@media (max-width: 767px) {
  .stats_block .col:nth-child(4),
  .stats_block .col:nth-child(2) {
    display: none;
  }
}
.stats_block .top {
  font-family: "urw-form", sans-serif;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  color: #3164A6;
  margin-bottom: 10px;
}
.stats_block .bottom {
  font-family: "urw-form", sans-serif;
  font-style: italic;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  padding-inline: 10%;
}

blockquote {
  font-family: "filosofia-lining", serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  color: #2B3C58;
  display: block;
}
@media (max-width: 767px) {
  blockquote {
    font-size: 19px;
    line-height: 29px;
  }
}

cite {
  font-family: "urw-form-semi-condensed", sans-serif;
  font-size: 32px;
  line-height: 47px;
  text-align: center;
  color: #2B3C58;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  cite {
    font-size: 21px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.doctor_review_slider {
  position: relative;
  padding-block: 160px 0;
  display: flex;
  flex-direction: row;
}
@media (min-width: 1024px) {
  .doctor_review_slider {
    min-height: 630px;
  }
}
@media (max-width: 980px) {
  .doctor_review_slider {
    flex-wrap: wrap;
    padding-block: 60px 0;
  }
}
.doctor_review_slider .col {
  padding-block: 0 20px;
  width: 50%;
  align-self: center;
  padding-inline: 4%;
}
@media (max-width: 980px) {
  .doctor_review_slider .col {
    width: 100%;
    order: -1;
  }
}
.doctor_review_slider cite {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .doctor_review_slider cite {
    margin-top: 20px;
  }
}
.doctor_review_slider .sdr img {
  display: block;
  margin-inline: auto;
  margin-bottom: 1rem;
}
.doctor_review_slider .docimg {
  width: 50%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 980px) {
  .doctor_review_slider .docimg {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .doctor_review_slider .docimg {
    overflow: hidden;
  }
}
.doctor_review_slider .docimg img {
  display: block;
}
.doctor_review_slider .docimg a {
  font-family: "urw-form", sans-serif;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  left: 0;
  padding-block: 0 1rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .doctor_review_slider .docimg a {
    display: none;
  }
}
.doctor_review_slider .docimg a:hover {
  text-decoration: none;
}
.doctor_review_slider .docimg a:first-of-type {
  left: 5vw;
}
.doctor_review_slider .docimg a:last-of-type {
  left: 28vw;
}
.doctor_review_slider .rnav {
  display: flex;
  place-content: center;
  gap: 10px;
  margin-top: 1rem;
}

.thru_the_ages {
  position: relative;
}
.thru_the_ages .leadwrapper {
  background: radial-gradient(#385981 0%, #2b3c58 100%);
  padding-block: 0 320px;
}
@media (max-width: 980px) {
  .thru_the_ages .leadwrapper {
    padding-block: 0 320px;
  }
}
@media (max-width: 767px) {
  .thru_the_ages .leadwrapper {
    padding-block: 0 80px;
  }
}
.thru_the_ages .lead {
  position: relative;
  color: #fff;
  padding-block: 130px 160px;
  background-attachment: fixed;
}
@media (max-width: 980px) {
  .thru_the_ages .lead {
    background-attachment: scroll;
    padding-block: 130px 160px;
  }
}
@media (max-width: 767px) {
  .thru_the_ages .lead {
    padding-block: 50px 100px;
  }
}
.thru_the_ages .lead.lazyloaded {
  background-image: url(images/free-bg.webp);
}
.thru_the_ages .lead h2 {
  font-size: 54px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .thru_the_ages .lead h2 {
    font-size: 42px;
    line-height: 49px;
    text-wrap: balance;
  }
}
.thru_the_ages .lead h3 {
  font-size: 37px;
  line-height: 67px;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .thru_the_ages .lead h3 {
    text-wrap: balance;
  }
}
@media (max-width: 767px) {
  .thru_the_ages .lead h3 {
    font-size: 42px;
    line-height: 49px;
  }
}
.thru_the_ages .lead a:not(.button) {
  color: currentColor;
}
.thru_the_ages .lead a:not(.button):hover {
  text-decoration: none;
}
.thru_the_ages .lead p {
  font-family: "filosofia-lining", serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 41px;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .thru_the_ages .lead p {
    font-size: 22px;
    line-height: 38px;
  }
}
.thru_the_ages .lead .container {
  max-width: 1280px;
  position: relative;
  z-index: 33;
}
.thru_the_ages .lead .heading {
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 57px;
  line-height: 67px;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 980px) {
  .thru_the_ages .lead .heading {
    text-wrap: balance;
  }
}
@media (max-width: 767px) {
  .thru_the_ages .lead .heading {
    font-size: 42px;
    line-height: 49px;
  }
}
.thru_the_ages .lead .icons {
  display: flex;
  place-content: center;
  gap: 50px;
  margin-top: 60px;
  text-align: center;
}
.thru_the_ages .lead .icons a:hover img {
  outline: 10px solid #fad9a4;
  border-radius: 50%;
}
.thru_the_ages .lead .icons a {
  color: #fff;
  text-decoration: none;
}
.thru_the_ages .lead .icons img {
  display: block;
  margin-bottom: 20px;
  outline: 10px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  transition: outline 0.3s ease-in-out;
}
.thru_the_ages .lead .icontext {
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  line-height: 37px;
}
@media (max-width: 767px) {
  .thru_the_ages .lead .icontext {
    font-size: 28px;
    line-height: 1;
  }
}
.thru_the_ages .singleicon.selected a img {
  outline: 10px solid #fad9a4;
  border-radius: 50%;
}

.ageblock {
  background-color: #2B3C58;
  color: #fff;
  width: 100%;
  margin-top: -1px;
}
.ageblock:nth-child(2) {
  background: transparent;
  margin-top: -276px;
  position: relative;
  z-index: 66;
}
@media (max-width: 980px) {
  .ageblock:nth-child(2) {
    margin-top: -380px;
  }
}
@media (max-width: 767px) {
  .ageblock:nth-child(2) {
    margin-top: -100px;
  }
}
.ageblock:nth-child(2) .number {
  background: transparent;
}
@media (max-width: 980px) {
  .ageblock:nth-child(2) .number {
    background: #304869;
  }
}
@media (max-width: 767px) {
  .ageblock:nth-child(2) .number {
    background: unset;
  }
}
.ageblock:nth-child(4), .ageblock:nth-child(3) {
  padding-top: 3rem;
}
.ageblock .age {
  font-family: "urw-form-semi-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1ch;
}
@media (max-width: 767px) {
  .ageblock .age {
    font-size: 28px;
  }
}
.ageblock .age:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
.ageblock .age:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
.ageblock .number {
  font-size: 169px;
  font-family: "urw-form-semi-condensed", sans-serif;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
  min-height: 169px;
  background: #2B3C58;
  position: relative;
  z-index: 33;
}
@media (max-width: 767px) {
  .ageblock .number {
    font-size: 79px;
    min-height: 89px;
  }
}
@media (max-width: 767px) {
  .ageblock .number {
    background: transparent;
  }
}
.ageblock .subtractwrap {
  width: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .ageblock .subtractwrap {
    min-height: 116px;
  }
}
.ageblock img.subtract {
  display: block;
  width: 100%;
  position: relative;
  z-index: 33;
  margin-inline: auto;
  margin-top: -20px;
}
.ageblock img.subtract:after {
  display: none;
}
.ageblock .mobimg {
  display: none;
}
.ageblock .bgimage {
  background-image: linear-gradient(#2b3c58, #2b3c58);
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: -8vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: calc(760px + 8vh);
  position: relative;
  z-index: 0;
  background-color: #2b3c58;
}
@media (max-width: 980px) {
  .ageblock .bgimage {
    background-attachment: scroll;
  }
}
@media (max-width: 767px) {
  .ageblock .bgimage {
    min-height: unset;
    aspect-ratio: 4/3;
    margin-top: 0;
  }
}
.ageblock .bgimage:after {
  content: "";
  background: linear-gradient(360deg, #2b3c58 5%, rgba(43, 60, 88, 0) 50%);
  position: absolute;
  inset: 0;
}
.ageblock .wrap {
  position: relative;
  width: 100%;
  background: #2B3C58;
}
.ageblock .container {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 33;
  max-width: calc(980px + 8%);
  gap: 90px;
}
@media (max-width: 767px) {
  .ageblock .container {
    flex-wrap: wrap;
    max-width: 100%;
    gap: 40px;
    padding-block: 0 30px;
  }
}
.ageblock .container a:not(.button) {
  color: #fff;
}
.ageblock .container a:not(.button):hover {
  text-decoration: none;
}
.ageblock .container .col:first-of-type {
  width: 580px;
}
@media (max-width: 767px) {
  .ageblock .container .col:first-of-type {
    width: 100%;
  }
}
.ageblock .container .col:first-of-type p:has(a.button:nth-of-type(2)) a.button:last-of-type {
  margin-left: 1ch;
}
.ageblock .container .col:last-of-type {
  width: 310px;
}
@media (max-width: 767px) {
  .ageblock .container .col:last-of-type {
    width: 100%;
  }
}
.ageblock .icon {
  display: block;
}
.ageblock h2 {
  text-transform: uppercase;
  font-size: 57px;
  line-height: 47px;
  text-align: left;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .ageblock h2 {
    font-size: 37px;
    line-height: 47px;
    margin-bottom: 1rem;
  }
}
.ageblock h3 {
  font-family: "filosofia-lining", serif;
  font-weight: normal;
  font-size: 27px;
  line-height: 38px;
  text-align: left;
  margin-block: 25px;
}
.ageblock h3 strong {
  color: #FAD9A4;
}
@media (max-width: 767px) {
  .ageblock .mt {
    margin-bottom: -16px;
  }
  .ageblock p {
    font-size: 20px;
    line-height: 28px;
  }
}

.home_why_block {
  position: relative;
}
.home_why_block .buffer {
  padding-block: 30px;
  background: #2B3C58;
}
@media (max-width: 767px) {
  .home_why_block .buffer {
    padding-block: 1rem;
  }
}
.home_why_block .subtract {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: -1px;
  min-width: 100%;
}
@media (max-width: 980px) {
  .home_why_block .subtract {
    position: relative;
    top: -1px;
  }
}
.home_why_block .whybg {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
  margin-top: -77.3333333333px;
}
@media (min-width: 1024px) {
  .home_why_block .whybg {
    min-height: 603px;
  }
}
@media (max-width: 767px) {
  .home_why_block .whybg {
    display: none;
  }
}
.home_why_block .mobimg {
  display: none;
}
@media (max-width: 767px) {
  .home_why_block .mobimg {
    display: block;
    margin-top: -15px;
  }
  .home_why_block .mobimg img {
    width: 100%;
    margin-inline: auto;
    display: block;
  }
}
.home_why_block .top {
  display: flex;
  gap: 150px;
}
@media (max-width: 980px) {
  .home_why_block .top {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.home_why_block .top .lgoo {
  min-width: 290px;
  margin-top: -60px;
}
@media (min-width: 1024px) {
  .home_why_block .top .lgoo {
    overflow: hidden;
  }
}
.home_why_block .top .lgoo svg {
  display: block;
}
.home_why_block .top .lgoo svg g:last-of-type {
  transform-origin: 50% 50%;
  animation: spin 40s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 980px) {
  .home_why_block .top .lgoo {
    min-width: 100%;
  }
  .home_why_block .top .lgoo svg {
    display: block;
    margin-inline: auto;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  .home_why_block .top .lgoo svg {
    max-width: 50vw;
  }
}
.home_why_block .top .lgoo .bar {
  margin-top: 40px;
  display: block;
  width: 1px;
  min-height: 100%;
  background: #484D64;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .home_why_block .top .lgoo .bar {
    min-height: 120px;
  }
}
.home_why_block .top .lgoo img {
  display: block;
  margin-top: -50px;
  position: relative;
  z-index: 33;
}
.home_why_block .top .cntright {
  align-self: center;
}
@media (min-width: 1024px) {
  .home_why_block .top .cntright {
    padding-block: 40px;
  }
}
.home_why_block .top .cntright a:not(.button) {
  color: #3164A6;
}
.home_why_block .top .cntright a:not(.button):hover {
  text-decoration: none;
}
.home_why_block .top .cntright p {
  font-family: "filosofia-lining", serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 48px;
  text-align: left;
  color: #484d64;
}
@media (max-width: 767px) {
  .home_why_block .top .cntright p {
    font-size: 27px;
    line-height: 38px;
  }
}
.home_why_block .top h2 {
  font-size: 57px;
  line-height: 47px;
  text-transform: uppercase;
  color: #484D64;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .home_why_block .top h2 {
    font-size: 40px;
    line-height: 37px;
  }
}
.home_why_block .hr {
  border-top: 1px solid #484D64;
}
@media (max-width: 980px) {
  .home_why_block .hr {
    display: none;
  }
}
.home_why_block .bottom {
  padding-block: 30px 80px;
}
.home_why_block .bottom .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 980px) {
  .home_why_block .bottom .container {
    flex-wrap: wrap;
  }
}
.home_why_block .bottom .singleicon {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 980px) {
  .home_why_block .bottom .singleicon {
    flex-grow: 1;
    flex-basis: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .home_why_block .bottom .singleicon {
    flex-grow: 1;
    flex-basis: 100%;
  }
}
.home_why_block .bottom .singleicon h3 {
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 27px;
  color: #484d64;
  margin-bottom: 10px;
}
.home_why_block .bottom .singleicon p {
  font-family: "filosofia-lining", serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 37px;
  text-align: left;
  color: #484d64;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .home_why_block .bottom .singleicon p {
    font-size: 20px;
    line-height: 27px;
  }
}
.home_why_block .bottom .singleicon a {
  color: #557AB5;
  text-decoration: underline;
}
.home_why_block .bottom .singleicon figure {
  display: block;
  min-height: 120px;
}
.home_why_block .btnwrap {
  width: 100%;
}

.video_cta_block {
  background: rgba(248, 248, 248, 0.76);
  padding-block: 0 160px;
}
@media (max-width: 980px) {
  .video_cta_block {
    padding-block: 0 40px;
  }
}
@media (max-width: 767px) {
  .video_cta_block {
    padding-block: 0 40px;
  }
}
.video_cta_block .videohero {
  display: block;
  width: 100%;
  position: relative;
}
.video_cta_block .videohero video {
  width: 100%;
  height: 100%;
  display: block;
}
.video_cta_block .logo {
  display: block;
  width: 100%;
}
.video_cta_block .logo img {
  display: block;
  margin-inline: auto;
  margin-top: 1rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .video_cta_block .logo img {
    margin-top: 1rem;
    max-width: 120px;
  }
}
.video_cta_block .cnt {
  max-width: 760px;
  margin-inline: auto;
  margin-top: 40px;
  font-family: "filosofia-lining", serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #2b3c58;
}
@media (max-width: 767px) {
  .video_cta_block .cnt {
    font-size: 22px;
    line-height: 38px;
    padding-inline: 4%;
    max-width: 100%;
  }
}
.video_cta_block .cnt h2 {
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 47px;
  line-height: 48px;
  text-wrap: balance;
  margin-block: 60px 30px;
}
@media (max-width: 767px) {
  .video_cta_block .cnt h2 {
    font-size: 27px;
    line-height: 29px;
    margin-block: 30px 30px;
  }
}

.home_locations_block {
  background: radial-gradient(closest-side at 35vw 50vh, #385981 0%, #2b3c58 110%);
  color: #fff;
  overflow: hidden;
}
@media (max-width: 980px) {
  .home_locations_block {
    padding-block: 0 40px;
  }
}
@media (max-width: 767px) {
  .home_locations_block {
    background: radial-gradient(#385981 0%, #2b3c58 100%);
  }
}
.home_locations_block .container {
  padding-right: 0;
}
@media (max-width: 980px) {
  .home_locations_block .container {
    padding-right: 4%;
  }
}
.home_locations_block .topcnt {
  display: grid;
  grid-template-columns: 1fr 376px;
  gap: 5vw;
}
@media (max-width: 980px) {
  .home_locations_block .topcnt {
    display: block;
    margin-inline: auto;
  }
}
.home_locations_block .vert {
  position: relative;
  z-index: 3;
}
.home_locations_block .fimg {
  display: grid;
  grid-template-columns: 116px 1fr;
}
@media (max-width: 980px) {
  .home_locations_block .fimg {
    display: none;
  }
}
.home_locations_block .fimg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_locations_block .bg {
  margin-left: -58px;
  position: relative;
  z-index: 0;
}
.home_locations_block .bg img {
  display: none;
}
.home_locations_block .bg.washington img.washington {
  display: block;
}
.home_locations_block .bg.oregon img.oregon {
  display: block;
}
.home_locations_block .bg.arizona img.arizona {
  display: block;
}
.home_locations_block h2 {
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 57px;
  line-height: 47px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 100px;
}
@media (max-width: 980px) {
  .home_locations_block h2 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .home_locations_block h2 {
    font-size: 30px;
    line-height: 47px;
  }
}
@media (max-width: 767px) {
  .home_locations_block p {
    font-size: 20px;
    line-height: 28px;
  }
}
.home_locations_block .tabs {
  padding-block: 40px 90px;
}
@media (max-width: 767px) {
  .home_locations_block .tabs {
    padding-block: 40px 0;
  }
}
.home_locations_block .tabs button {
  color: #fff;
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 47px;
  text-transform: uppercase;
  background: transparent;
  padding-inline: 3rem;
  padding-block: 1rem;
  border-bottom: 1px solid #fff;
  flex: 1;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}
.home_locations_block .tabs button.selected {
  background: rgba(255, 255, 255, 0.09);
}
.home_locations_block .tabs button:hover {
  background: rgba(255, 255, 255, 0.09);
}
.home_locations_block .tabwrap {
  display: none;
  color: #fff;
}
.home_locations_block .tabwrap a {
  color: currentColor;
}
.home_locations_block .tabwrap.selected {
  display: block;
}
@media (max-width: 767px) {
  .home_locations_block .tabwrap.selected {
    display: none;
  }
}
.home_locations_block .btns {
  display: flex;
}
@media (max-width: 767px) {
  .home_locations_block .btns {
    display: none;
  }
}
.home_locations_block .tabselect {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  row-gap: 40px;
  padding-inline: 0;
}
@media (max-width: 767px) {
  .home_locations_block .tabselect {
    grid-template-columns: 1fr;
    padding-inline: 8%;
    margin-top: 0;
    row-gap: 20px;
  }
}
.home_locations_block .title {
  font-size: 21px;
  line-height: 27px;
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .home_locations_block .title {
    margin-bottom: 10px;
  }
}
.home_locations_block .address {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.home_locations_block .tel {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  text-decoration: none;
}
.home_locations_block .btnwrap {
  justify-content: flex-start;
  padding-top: 20px;
}
.home_locations_block .btnwrap a {
  color: #FAD9A4;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .home_locations_block address {
    margin-top: 1rem;
  }
  .home_locations_block address:last-of-type {
    margin-bottom: 1.5rem;
  }
}
.home_locations_block button.mobselector {
  display: none;
}
@media (max-width: 767px) {
  .home_locations_block button.mobselector {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.09);
    border-bottom: none;
    text-align: left;
    padding-inline: 8%;
    margin-bottom: 10px;
  }
  .home_locations_block button.mobselector:last-of-type {
    margin-bottom: 0;
  }
  .home_locations_block button.mobselector.mobselected img {
    transform: rotate(180deg);
  }
}
.home_locations_block button.mobselector img {
  display: inline-block;
}

/* end home page */
footer {
  background: radial-gradient(#385981 0%, #2b3c58 85%);
  padding-block: 100px 30px;
  color: #fff;
  position: relative;
  border-top: 1px solid rgba(64, 154, 214, 0.2);
}
@media (max-width: 767px) {
  footer {
    padding-block: 80px 30px;
    background: radial-gradient(#385981 0%, #2b3c58 100%);
  }
}
footer .bglogo {
  display: flex;
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 1;
  place-content: center;
}
footer .bglogo img {
  align-self: center;
  display: block;
  max-width: 100%;
}
footer .container {
  position: relative;
  z-index: 33;
}
@media (max-width: 767px) {
  footer .container {
    padding-inline: 8%;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .top {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  footer .top .logo {
    width: 100%;
  }
}
footer .top .logo img {
  display: block;
}
@media (max-width: 767px) {
  footer .top .logo img {
    margin-inline: auto;
  }
}
footer .top .right {
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: flex-start;
}
@media (max-width: 980px) {
  footer .top .right {
    align-self: center;
  }
}
@media (max-width: 767px) {
  footer .top .right {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .tel {
  font-family: "urw-form", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 17px;
}
footer .button {
  padding-inline: 2rem;
}
footer .middle {
  display: flex;
  margin-top: 100px;
  gap: 30px;
}
@media (max-width: 980px) {
  footer .middle {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  footer .middle {
    margin-top: 40px;
  }
}
footer .faddress {
  flex-grow: 1;
}
@media (max-width: 980px) {
  footer .faddress:nth-child(1) {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  footer .faddress {
    flex-basis: 100%;
  }
}
footer .faddress img {
  display: block;
  margin-bottom: 10px;
}
footer .faddress p.title {
  font-size: 17px;
  line-height: 27px;
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.5rem;
}
footer .addygrid {
  display: flex;
  gap: 2ch;
}
@media (max-width: 767px) {
  footer .addygrid {
    flex-wrap: wrap;
    row-gap: 8px;
  }
}
footer .addygrid p {
  line-height: 1.3;
}
footer .addygrid a {
  text-decoration: none;
  font-size: 20px;
}
@media (min-width: 1024px) and (max-width: 1170px) {
  footer .addygrid a {
    font-size: 1rem;
  }
}
footer .addygrid a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .addygrid .saddy {
    flex-basis: calc(50% - 2ch);
  }
  footer .addygrid .saddy p {
    margin-bottom: 0;
  }
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-block: 40px;
  border-block: 1px solid rgba(64, 154, 214, 0.2);
}
@media (max-width: 767px) {
  footer .bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}
footer .bottom .eat {
  font-size: 14px;
  flex-grow: 1;
  width: 50%;
}
@media (max-width: 767px) {
  footer .bottom .eat {
    width: 100%;
  }
}
footer .bottom .eat p {
  margin-bottom: 0;
  line-height: 1.6;
}
footer .bottom .eat a:hover {
  text-decoration: underline;
}
footer .bottom .acces {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  footer .bottom .acces {
    width: 100%;
    justify-content: center;
  }
}
footer .bottom .acces a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
footer .bottom .acces a span {
  text-decoration: underline;
}
footer .copy {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
}
footer .copy p {
  margin-bottom: 0;
  line-height: 1.5;
}
footer .copy p strong {
  font-weight: 300;
}
@media (max-width: 767px) {
  footer .copy p strong {
    display: block;
    margin-bottom: 1ex;
  }
}
footer .copy p:last-of-type a::before {
  content: "";
}
footer .copy a:hover {
  text-decoration: underline;
}
footer .copy a:first-of-type:before {
  content: " | ";
}
@media (max-width: 767px) {
  footer .copy a:first-of-type:before {
    content: "";
  }
}
footer .copy a[href*="silvragency.com"]:last-of-type::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  background-image: url("images/silvr.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/*# sourceMappingURL=style.css.map */