﻿html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "SF Pro Display";
  font-style: normal;
}

input,
select,
button {
  font-family: "SF Pro Display";
  color: #6c717c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

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

h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0 0 20px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #002941;
}

p {
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.3px;
  color: #002941;
  text-align: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.error {
  margin-top: 2px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.132px;
  color: #d8260f;
}

.golden {
  background-color: #f5f1e3 !important;
  border: 1px solid;
  border-color: transparent;
}

.golden div {
  background: #fffcf1;
}

/*MODAL*/
.modal-dialog {
  top: 280px;
}

.modal-backdrop {
  background: #02010d;
  opacity: 0.6;
}

.modal-content {
  border: none;
}

.modal-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.modal-container div.modal-header {
  justify-content: center;
  padding: 0;
  border: none;
}

.modal-container div.modal-body {
  justify-content: center;
  padding: 32px 0;
  border: none;
}

.modal-container div.modal-body h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

.modal-container div.modal-body p {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}

.modal-container div.modal-footer {
  justify-content: center;
  padding: 0;
  border: none;
}

.modal-container div.modal-footer button {
  width: 280px;
  height: 48px;
  padding: 12px 0px;
  background: #19567c;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 6px;
}

.modal-container div.modal-footer button:hover {
  background: #093d5e;
}

.modal-container div.modal-footer button:active {
  background: #2271a2;
}
/*--------------------------------------------------*/

.valid-input {
  border-color: #19567c !important;
}

.error-input {
  margin-bottom: 0px !important;
  border-color: #d8260f !important;
}

.bg-right {
  background-position: right !important;
}

.w-50 {
  width: 50%;
}

.ml-8 {
  margin-left: 8px;
}

.mr-24 {
  margin-right: 24px;
}

.fw-600 {
  font-weight: 600;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.title {
  margin-top: 110px;
  margin-bottom: 10px;
  text-align: center;
  color: #002941;
}

.subtitle {
  margin: 10px auto 10px auto;
  text-align: center;
}

header {
  z-index: 10;
  width: 100%;
  top: 0;
  position: fixed;
  background: grey;
  height: 70px;
  color: #fff;
  background-color: #fff;
  border-bottom: 0.6px solid #002941;
  backdrop-filter: blur(30px);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 11px 158px;
  max-width: 1440px;
  max-height: 70px;
  margin: 0 auto;
}

header .header-container .logo {
  max-width: 107px;
  max-height: 32px;
  height: 70px;
  width: 100%;
  background-image: url("/assets/images/atslogo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #ffffff;
  backdrop-filter: blur(30px);
  cursor: pointer;
}

header .header-container button.getInTouch {
  max-width: 151px;
  max-height: 48px;
  width: 100%;
  height: 100%;
  padding: 12px 20px;
  background: #19567c;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}
/*HERO BLOCK*/
.hero {
  height: auto;
  background: linear-gradient(
      0deg,
      rgba(25, 86, 124, 0.15),
      rgba(25, 86, 124, 0.15)
    ),
    url("/assets/images/landing_hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  color: #fff;
}

.hero_title {
  margin: 358px auto 16px auto;
  font-style: italic;
  font-weight: 300;
  font-size: 66px;
  line-height: 79px;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.hero_title strong {
  font-weight: 700;
}

.hero_tagline {
  margin-bottom: 364px;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
/*---------------------------*/

/*ABOUT BLOCK*/
.about {
  text-align: center;
  color: #002941;
}

.about_title {
  margin-top: 110px;
}

.about p {
  max-width: 744px;
}

.about_image {
  height: 350px;
  max-width: 744px;
  margin: 20px auto 40px auto;
  background-repeat: no-repeat;
  background-size: 591px 250px;
  background: url("/assets/images/landing_about.png");
}

p.about_description {
  margin-bottom: 99px;
  text-align: center;
}
/*----------------------------*/

/*STRATEGY DRIVEN BLOCK*/
.strategy-driven {
  display: flex;
  flex-direction: row;
  max-width: 1128px;
  margin: 11px auto 0 auto;
  color: #002941;
}

.strategy-driven_image {
  width: 480px;
  background-repeat: no-repeat;
  background-size: 480px 724px;
  background: url("/assets/images/landing_strategy_driven.png");
}

.strategy-driven_description {
  max-width: 648px;
  background: #e9f5ff;
  border-radius: 8px;
}

.strategy-driven_description p {
  margin-right: 108px;
  margin-left: 64px;
  margin-bottom: 110px;
  text-align: left;
}

.strategy-driven_description h2 {
  margin-top: 110px;
  margin-left: 64px;
  margin-right: 108px;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  text-align: left;
}
/*-------------------------------------*/
.segments {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
}

ul.segments-full {
  display: flex;
  justify-content: center;
  flex-direction: row;
  list-style-type: none;
}

ul.segments-short {
  display: none;
}

.segments p.subtitle {
  max-width: 864px;
  margin-bottom: 40px;
}

.segment-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 150px;
  width: 213px;
  margin: 0 8px 18px 8px;
  background: #e9f5ff;
  border: 1px solid;
  border-color: transparent;
  box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer;
}

.segment-block_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  min-width: 70px;
  margin: 16px 71px 10px 72px;
  object-fit: cover;
  border-radius: 50%;
  background: #badaf3;
}

.segment-block p.segment-block_number {
  margin: 0;
  min-height: 12px;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #19567c;
}

.segment-block .segment-block_name {
  margin: 0 8px 16px 8px;
  text-transform: capitalize;
}

.active-grey {
  border-color: #b0cee8;
  box-shadow: 2px 6px 15px rgba(3, 47, 74, 0.15);
}

.active-golden {
  border-color: #dcd6c3;
  box-shadow: 2px 6px 15px rgba(3, 47, 74, 0.15);
}

.segments .segment-description {
  display: flex;
  flex-direction: row;
  background: #e9f5ff;
  border-radius: 8px;
  color: #002941;
}

.display-none {
  display: none;
}

.segments .segment-description_title {
  border: 1px solid;
  border-color: transparent !important;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  text-align: left;
  text-transform: capitalize;
}

.segments .segment-description_title h2 {
  padding: 80px 0 0 64px;
  text-align: left;
}

.segments .segment-description_title p {
  margin: 0;
  padding-left: 64px;
  padding-right: 72px;
  text-align: left;
  text-transform: none;
}

.segments .segment-description div.image {
  background-repeat: no-repeat;
  max-width: 480px;
  width: 480px;
  max-height: 405px;
  height: 405px;
  flex: 1 0 480px;
  background-size: cover;
}

ul.segments-mobile_icons {
  display: none;
  justify-content: space-between;
  list-style-type: none;
  margin-bottom: 16px;
}

ul.segments-mobile_icons .segment-block {
  height: 82px;
  width: 55px;
  margin: 0;
  background: none;
}

ul.segments-mobile_icons .segment-block_name {
  font-size: 11px;
  line-height: 13px;
  margin: 0;
}

ul.segments-mobile_icons .segment-block_icon {
  min-width: 48px;
  min-height: 48px;
  margin: 0 0 8px 0;
}

.segments .mobile-segment-list {
  display: flex;
  flex-direction: column;
}

.segments .mobile-segment {
  max-width: 297px;
  margin: 0 auto 20px auto;
  padding: 16px;
  background-color: #e9f5ff;
  border-radius: 8px;
}

.segments .mobile-segment div.icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  min-width: 70px;
  margin: 0;
  object-fit: cover;
  border-radius: 50%;
  background-color: #badaf3;
}

.segments .mobile-segment .golden {
  background-color: #fffcf1 !important;
}

.segments .mobile-segment div.mobile-image {
  max-width: 258px;
  width: 258px;
  max-height: 216px;
  height: 216px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: 258px 216px;
  border-radius: 8px;
}

.segments .mobile-segment p.segment-block_number {
  margin-top: 10px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  text-align: left;
}

.segments .mobile-segment h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  text-transform: capitalize;
}

.segments .mobile-segment p {
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}

.advisor-form {
  margin: 0 auto;
  max-width: 744px;
  color: #6c717c;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
}

.advisor-form form .form-group {
  position: relative;
  display: grid;
  margin-top: 20px;
  grid: "first-name last-name" " phone email" "state city" "zip submit";
  grid-column-gap: 16px;
  grid-template-columns: 360px 360px;
}

.advisor-form .first-name {
  grid-area: first-name;
}

.advisor-form .last-name {
  grid-area: last-name;
}

.advisor-form .email {
  grid-area: email;
}

.advisor-form .phone {
  grid-area: phone;
}

.advisor-form .state {
  grid-area: state;
}

.advisor-form .city {
  grid-area: city;
}

.advisor-form .zip {
  grid-area: zip;
}

.advisor-form .submit {
  grid-area: submit;
}

.advisor-form p.form-note {
  margin-bottom: 110px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.1px;
  color: #6c717c;
}

.advisor-form .form-group {
  max-width: 360px;
}

.advisor-form .form-control {
  display: block;
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dbdbdb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.advisor-form .form-select {
  display: block;
  width: 100%;
  padding: 12px 49px 12px 16px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  background-image: url(/assets/images/Vector.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.advisor-form .form-button {
  display: block;
  width: 100%;
  padding: 12px 20px 12px 20px;
  margin-bottom: 24px;
  background: #19567c;
  border-radius: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  border: none;
}

.advisor-form .form-button:hover {
  background: #093d5e;
}

.advisor-form .form-button:active {
  background: #2271a2;
}

.advisor-form form .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.advisor-form form .input-group.zip {
  width: 40%;
}

.advisor-form form .input-group.zip input.form-control {
  padding-right: 16px;
}

.advisor-form input:focus-visible {
  outline-color: #dbdbdb !important;
}

.advisor-form select:focus-visible {
  outline-color: #dbdbdb !important;
}

.top-footer {
  background: #f5f1e3;
}

.top-footer_content {
  display: flex;
  justify-content: space-between;
  padding: 92px 288px 54px 156px;
  max-width: 1440px;
  margin: 0 auto;
}

.top-footer_content div.logo {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
}

.top-footer_content div.logo div {
  height: 44px;
  max-height: 44px;
  max-width: 147px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/assets/images/atslogo.svg");
}

.top-footer_content div.logo p {
  max-width: 288px;
  margin-top: 32px;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}

.top-footer_content div.contacts {
  position: relative;
  display: grid;
  margin-top: 20px;
  grid: "office office-data" "fax fax-data" "email email-data" "address address-data";
  grid-column-gap: 16px;
}

.top-footer_content div.contacts .office {
  grid-area: office;
  font-weight: 600;
}

.top-footer_content div.contacts .office-data {
  grid-area: office-data;
  text-decoration: none;
  color: #002941;
}

.top-footer_content div.contacts .fax {
  grid-area: fax;
  font-weight: 600;
}

.top-footer_content div.contacts .fax-data {
  grid-area: fax-data;
}

.top-footer_content div.contacts p.fax-data a {
  text-decoration: none;
  color: #002941;
}

.top-footer_content div.contacts .email {
  grid-area: email;
  font-weight: 600;
}

.top-footer_content div.contacts .email-data {
  grid-area: email-data;
  text-decoration: none;
  color: #002941;
}

.top-footer_content div.contacts .address {
  grid-area: address;
  font-weight: 600;
}

.top-footer_content div.contacts .address-data {
  grid-area: address-data;
}

.top-footer_content div.contacts p {
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 8px;
}

footer .bottom-footer {
  background: #dddbcb;
}

footer .bottom-footer .rights {
  display: flex;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
}

footer .rights p {
  padding: 20px 0 22px 0;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  background: #dddbcb;
  text-align: center;
}

@media screen and (max-width: 1290px) {
  .hero_title {
    font-size: 51px;
    line-height: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 640px;
  }

  .header-container {
    max-width: 640px;
    margin: 0 auto;
    padding: 11px 24px;
  }

  .hero {
    max-height: 752px;
    margin-top: 70px;
    background: url("/assets/images/landing_hero_tablet.png");
    background-repeat: no-repeat;
  }

  .hero_title {
    margin-top: 257px;
  }

  .hero_tagline {
    text-align: center;
    font-size: 24px;
  }

  .title {
    margin-top: 80px;
    font-size: 38px;
    line-height: 45px;
    text-align: center;
  }

  section.hero {
    margin-left: 0px;
    margin-right: 0px;
  }

  section {
    margin-left: 25px;
    margin-right: 24px;
  }

  .subtitle {
    max-width: 592px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  p.about_description {
    margin-bottom: 40px;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .about_image {
    background: url("/assets/images/landing_about_tablet.png");
    background-size: 95%;
    background-repeat: no-repeat;
    height: 250px;
    width: 591px;
    margin: 10px 0;
  }

  .strategy-driven {
    margin-top: 40px;
    flex-direction: column;
    background: #e9f5ff;
  }

  .strategy-driven_image {
    width: 543px;
    height: 250px;
    max-width: 543px;
    max-height: 250px;
    margin: 10px auto 45px auto;
    background-image: url("/assets/images/landing_strategy_driven_tablet.png");
    border-radius: 8px;
  }

  .strategy-driven_description {
    max-width: 591px;
  }

  .strategy-driven_description h2 {
    margin: 40px 24px 10px 24px;
    font-size: 38px;
    line-height: 45px;
    text-align: left;
  }

  .strategy-driven_description p {
    margin: 10px 24px;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  .advisor-form form .form-group {
    grid-template-columns: 288px 288px;
  }

  .segments {
    max-width: 592px;
  }

  .segment-block {
    height: 166px;
    width: 106px;
  }

  .segment-block .segment-block_name {
    margin-top: 5px;
    font-size: 18px;
    line-height: 21px;
  }

  .segment-block_icon {
    margin-bottom: 5px;
  }

  .segments .segment-description {
    flex-direction: column;
    max-width: 591px;
  }

  .segments .segment-description_title h2 {
    padding: 40px 24px 10px 24px;
    margin: 0px;
    font-size: 38px;
    line-height: 45px;
  }

  .segments .segment-description_title p {
    padding: 10px 24px 10px 24px;
    font-size: 20px;
    line-height: 30px;
  }

  .segments .segment-description div.image {
    max-width: 544px;
    width: 544px;
    max-height: 456px;
    height: 456px;
    margin: 10px 24px 40px 24px;
    border-radius: 8px;
  }

  .advisor-form {
    max-width: 592px;
  }

  .top-footer_content {
    flex-direction: column;
    max-width: 640px;
    padding: 40px 24px;
  }

  .top-footer_content div.logo div {
    height: 44px;
    max-height: 44px;
    max-width: 520px;
    background-image: url("/assets/images/landing_ats_full_logo.png");
    margin-bottom: 10px;
  }

  .top-footer_content div.logo p {
    max-width: 592px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .top-footer_content div.contacts {
    margin-top: 20px;
  }

  footer .bottom-footer .rights {
    max-width: 640px;
  }

  footer .bottom-footer .rights {
    justify-content: flex-start;
  }

  footer .rights p {
    text-align: left;
    padding: 20px 24px;
  }
}

@media screen and (max-width: 640px) {
  .container {
    max-width: 320px;
    padding: 0px;
  }

  section {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  header {
    height: 64px;
  }

  header .header-container button.getInTouch {
    max-width: 135px;
    max-height: 40px;
    padding: 8px 19px;
    font-size: 16px;
  }

  .header-container {
    padding: 13px 15px;
    max-width: 320px;
  }

  .hero {
    max-height: 585px;
    max-width: 320px;
    width: 320px;
    margin-top: 0;
    background: url("/assets/images/landing_hero_mobile.png");
  }

  .hero_title {
    margin-top: 210px;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.01em;
  }

  .hero_tagline {
    margin-top: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.3px;
  }

  .title {
    margin-top: 50px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.8px;
    text-align: left;
  }

  .subtitle {
    font-size: 18px;
    line-height: 27px;
    text-align: left;
  }

  .about_image {
    max-width: 289px;
    width: 289px;
    max-height: 180px;
    height: 180px;
    background-size: 289px 180px;
    background-image: url("/assets/images/landing_about_mobile.png");
  }

  p.about_description {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .strategy-driven {
    max-width: 320px;
  }

  .strategy-driven_description h2 {
    margin-right: 0;
    margin-left: 0;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.8px;
  }

  .strategy-driven_description p {
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
    line-height: 27px;
  }

  .strategy-driven_image {
    height: 180px;
    max-width: 288px;
    max-height: 180px;
    margin-right: 0;
    margin-left: 0;
    background-image: url("/assets/images/landing_strategy_driven_mobile.png");
  }

  .advisor-form form .form-group {
    grid: "first-name" "last-name" "phone" "email" "state" "city" "zip" "submit";
  }

  .advisor-form p.form-note {
    text-align: left;
  }

  .segments {
    max-width: 320px;
  }

  ul.segments-full {
    display: none;
  }

  ul.segments-short {
    display: flex;
    justify-content: center;
    flex-direction: column;
    list-style-type: none;
  }

  ul.segments-mobile_icons {
    display: flex;
  }

  .segments .mobile-segment div.icon {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .top-footer_content {
    max-width: 320px;
    padding: 40px 15px 27px 15px;
  }

  .top-footer_content div.contacts .office {
    margin-top: 12px;
  }

  .top-footer_content div.contacts .fax {
    margin-top: 12px;
  }

  .top-footer_content div.contacts .email {
    margin-top: 12px;
  }

  .top-footer_content div.contacts .address {
    margin-top: 12px;
  }

  .top-footer_content div.contacts p,
  .top-footer_content div.contacts a {
    margin-bottom: 4px;
  }

  .top-footer_content div.contacts {
    grid: "office" "office-data" "fax" "fax-data" "email" "email-data" "address" "address-data";
  }

  .top-footer_content div.contacts div:nth-child(even) {
    margin-bottom: 16px;
  }

  footer .bottom-footer .rights {
    max-width: 320px;
  }

  footer .bottom-footer .rights {
    justify-content: center;
  }

  footer .rights p {
    padding: 24px 15px;
    text-align: center;
  }
}

@media (max-width: 320px) {
  header {
    max-width: 320px;
  }
}
