* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

*, a {
  -webkit-tap-highlight-color: transparent !important;
}

body, html {
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  body, html {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body, html {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}

nav a {
  cursor: pointer;
}

a, div {
  -webkit-tap-highlight-color: transparent;
}

a[href^=tel] {
  color: inherit;
}

h2 {
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 200;
  font-size: 3.6rem;
  line-height: 1.2em;
  letter-spacing: 0.072rem;
  color: #fff;
}
h2 span {
  color: #389CFF;
}

h3 {
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 200;
  font-size: 2.5rem;
  line-height: 1.2em;
  letter-spacing: 0.072rem;
  color: #fff;
}
h3 span {
  color: #389CFF;
}

p {
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.5em;
  color: #23356E;
  letter-spacing: 0.027rem;
  color: #fff;
}

.container {
  width: calc(100% - 2rem);
  max-width: 1230px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.secPadding {
  padding: 10rem 0;
}

.global-btn {
  display: inline-block;
  padding: 1rem 1.2rem;
  border-radius: 100px;
  background: #2A72B9;
  position: relative;
  z-index: 1;
}
.global-btn span {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  color: #fff;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 500;
}
.global-btn span::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #389CFF;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.img-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.img-bg .img-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-bg .img-bg-img.img-light {
  opacity: 0;
}
.img-bg .img-blue {
  background: url(/i/about-hero-bl.jpg) no-repeat center/cover;
}
.img-bg .img-light {
  background: url(/i/about-hero-lt.jpg) no-repeat center/cover;
}

/***** INNER HERO *****/
.inner .s1 {
  height: 100vh;
  min-height: 900px;
  position: relative;
}
.inner .s1 .container {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
}
.inner .s1 .container .top {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;
}
.inner .s1 .container .top h1 {
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 200;
  font-size: 5.5rem;
  line-height: 1.1em;
}
.inner .s1 .container .top h2 {
  font-size: 1.65rem;
  padding-bottom: 10px;
  width: 100%;
  max-width: 392px;
}
.inner .s1 .container .line {
  width: 0;
  height: 1px;
  margin: 3rem 0;
  background-color: rgba(165, 210, 255, 0.5);
}
.inner .s1 .container .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
.inner .s1 .container .bottom h3 {
  font-size: 1.65rem;
  max-width: 689px;
}
.inner .s1 .container .bottom p {
  width: 100%;
  max-width: 392px;
  padding-bottom: 1.5rem;
  position: relative;
}
.inner .s1 .container .bottom p::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background-color: #389CFF;
  bottom: 0;
  left: 0;
}

.two-col-txt .line {
  width: 0;
  height: 1px;
  margin-bottom: 2.5rem;
  background-color: rgba(165, 210, 255, 0.5);
}
.two-col-txt .wrap {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.two-col-txt .wrap > div:first-child {
  width: 100%;
  max-width: 706px;
}
.two-col-txt .wrap > div:first-child p {
  font-size: 1.05rem;
  opacity: 0;
}
.two-col-txt .wrap > div:first-child p:first-child {
  margin-bottom: 16px;
}
.two-col-txt .wrap > div:last-child {
  max-width: 392px;
}
.two-col-txt .wrap > div:last-child p {
  position: relative;
  padding-bottom: 1.5rem;
  opacity: 0;
}
.two-col-txt .wrap > div:last-child p::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #389CFF;
  left: 0;
  bottom: 0;
}
.two-col-txt .wrap span {
  color: #389CFF;
}

/***** HEADER *****/
header {
  width: 100%;
  position: fixed;
  background-color: transparent;
  transition: background-color 0.3s ease;
  z-index: 101;
  /* Mobile */
}
header .container {
  max-width: 1335px;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  position: relative;
  gap: 2rem;
}
header .logo {
  display: block;
  width: 215px;
  height: 79px;
  background: url(/i/svg/BeaconCoast_Logo_SM_Semiwhite.svg) no-repeat center/contain;
  position: relative;
  z-index: 1;
}
header nav .wrapper {
  text-align: right;
}
header nav ul {
  list-style: none;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}
header nav ul li a {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-left: 1.5rem;
  transition: color 0.5s ease;
  cursor: pointer;
  position: relative;
}
header nav ul li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #389CFF;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
header nav ul .contact a, header nav ul .login a {
  padding: 13px 20px;
  border-radius: 100px;
  background: linear-gradient(319deg, rgba(175, 215, 255, 0.15) -0.52%, rgba(175, 215, 255, 0.05) 99.67%);
}
header nav ul .contact a::before, header nav ul .login a::before {
  display: none;
}
header nav ul .login a {
  margin-left: 15px;
  padding-right: 40px;
  position: relative;
}
header nav ul .login a::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/i/svg/lock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 20px;
  top: 48%;
  transform: translateY(-50%);
}
header nav ul li a:hover::before,
header nav ul .selNav a::before {
  opacity: 1;
}
header .menu_container {
  display: none;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 0;
  height: 20px;
}
header .menu_container #menu_btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 44px;
  height: 20px;
}
header .menu_container #menu_btn i {
  transition-delay: 0.6s;
  transition: all 0.2s ease-out;
  height: 1px;
  width: 44px;
  background-color: #fff;
  position: absolute;
  border-radius: 2px;
  left: 0;
}
header .menu_container #menu_btn i:nth-child(1) {
  top: 0;
}
header .menu_container #menu_btn i:nth-child(2) {
  top: 10px;
}
header .menu_container #menu_btn i:nth-child(3) {
  top: 20px;
}

header.scroll:not(.active) {
  background: #fff;
}
header.scroll:not(.active) .logo {
  background: url(/i/svg/BeaconCoast_Logo_SM_Color.svg) no-repeat center/contain;
}
header.scroll:not(.active) nav ul li a {
  color: #23356E;
}
header.scroll:not(.active) nav ul .login a::after {
  background-image: url(/i/svg/lock-bl.svg);
}
header.scroll:not(.active) nav ul li a:hover::before,
header.scroll:not(.active) nav ul .selNav a::before {
  opacity: 1;
}
header.scroll:not(.active) .menu_container #menu_btn i {
  background: #23356E;
}

/****** HEADER ACTIVE ******/
header.active nav {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  background: #134885;
}
header.active nav .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  text-align: center;
}
header.active nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.7rem;
}
header.active nav ul li a {
  display: inline-block;
  text-align: center;
  font-size: 1.65rem;
  font-weight: 200;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(0%, 100%);
  position: relative;
  margin: 0;
  text-transform: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
header.active nav ul li a.fade {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
header.active nav ul .contact a, header.active nav ul .login a {
  font-size: 15px;
  font-weight: 500;
}
header.active nav ul .contact {
  margin-top: 1rem;
}
header.active nav ul li a:hover::before,
header.active nav ul .selNav a::before {
  opacity: 1;
}
header.active #menu_btn i {
  top: 5px;
}
header.active #menu_btn i:nth-child(1) {
  transform: rotate(45deg);
  width: 40px;
  top: 5px;
}
header.active #menu_btn i:nth-child(3) {
  transform: rotate(-45deg);
  width: 40px;
  top: 5px;
}
header.active #menu_btn i:nth-child(2) {
  display: none;
}

footer {
  background: #032251;
  padding: 5rem 0 10rem;
  position: relative;
  z-index: 1;
}
footer .container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
footer .left .logo {
  display: block;
  width: 215px;
  height: 79px;
  background: url(/i/svg/BeaconCoast_Logo_SM_Semiwhite.svg) no-repeat center/contain;
  position: relative;
  margin-bottom: 7.2rem;
}
footer .left .address .title {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #389CFF;
  letter-spacing: 2.6px;
}
footer .left .address a {
  display: inline-block;
  color: #fff;
  transition: color 0.3s ease;
}
footer .left .address a:hover {
  color: #389CFF;
}
footer .left .address .ad {
  margin-top: 1.5rem;
}
footer .left .address .ad1 {
  margin-bottom: 10px;
}
footer .right {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .right h2 {
  color: #fff;
}
footer .right .social {
  margin: 2.5rem 0 9rem;
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .right .social p {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  color: #fff;
  margin-right: 15px;
  position: relative;
  top: 3px;
}
footer .right .social .linkedin {
  width: 18px;
  height: 18px;
  background: url(/i/svg/linkedin.svg) no-repeat center/contain;
}
footer .right .social .x {
  width: 16px;
  height: 16px;
  background: url(/i/svg/x.svg) no-repeat center/contain;
}
footer .right .disc {
  display: flex;
  align-items: center;
}
footer .right .disc p, footer .right .disc a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
footer .right .disc p {
  font-weight: 500;
  position: relative;
  top: 3px;
}
footer .right .disc a {
  display: inline-block;
  text-decoration: underline;
  transition: color 0.3s ease;
  margin-left: 1rem;
}
footer .right .disc a:hover {
  color: #389CFF;
}

#shade {
  display: none;
  background: #000;
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}

#login_popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  background: #fff;
  z-index: 105;
}
#login_popup .btn-close {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/i/svg/plus2.svg) no-repeat center/contain;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  transform: rotate(45deg);
  cursor: pointer;
}
#login_popup .contain {
  display: flex;
  flex-direction: row;
}
#login_popup .contain > div {
  width: 50%;
  padding: 2rem 1rem;
  position: relative;
}
#login_popup .contain > div::after {
  content: "";
  display: block;
  width: 1px;
  height: 85%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(82, 104, 134, 0.2);
}
#login_popup .contain > div::before {
  content: "";
  display: block;
  width: 86%;
  height: 1px;
  position: absolute;
  left: 7%;
  bottom: 0;
  /* transform: translateY(-50%); */
  background: rgba(82, 104, 134, 0.2);
}
#login_popup .contain img {
  display: block;
  max-width: 300px;
  height: 60px;
  margin: 0 auto 1.3rem auto;
}
#login_popup .contain p {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  transition: color 0.3s ease;
  color: #23356E;
}
#login_popup .contain a:hover p {
  color: #389CFF;
}

/***** FORM *****/
form input, form textarea {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}
form input:focus, form textarea:focus, form button:focus, form select:focus {
  outline: none;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}

.disclaimers .s1 {
  padding: 13rem 0 7.5rem 0;
}
.disclaimers .s1 .img-bg .img-blue {
  background: url(/i/insights.jpg) no-repeat center/cover;
}
.disclaimers .s1 h1 {
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 200;
  font-size: 3.6rem;
  line-height: 1.2em;
  letter-spacing: 0.072rem;
  color: #fff;
  margin-bottom: 3rem;
}
.disclaimers .s1 h2 {
  font-size: 2.5rem;
  margin: 2rem 0;
}
.disclaimers .s1 p {
  margin-bottom: 1rem;
}
.disclaimers .s1 a {
  text-decoration: underline;
  transition: color 0.3s ease;
}
.disclaimers .s1 a:hover {
  color: #389CFF;
}

.btn-cookie-preferences {
  font-family: "neue-haas-grotesk-display" !important;
  font-size: 15px !important;
  text-decoration: underline;
  color: #fff !important;
  transition: color 0.3s ease;
  margin-left: 1rem;
}

.btn-cookie-preferences:hover {
  color: #389CFF !important;
}

.cookie-disclaimer {
  color: #23356E;
}
.cookie-disclaimer p {
  color: #23356E;
}

body .cookie-disclaimer {
  background-color: #F4F4F4;
  border-radius: 10px;
  width: 90% !important;
  max-width: 1320px !important;
  position: fixed;
  bottom: 20px !important;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
}
body .cookie-disclaimer * {
  text-transform: none !important;
}
body .cookie-disclaimer .btn-agree {
  color: #032251;
}
body .cookie-disclaimer .btn-preferences {
  background: #032251;
  color: #fff;
}
body .cookie-disclaimer .c-disclaimer.c-on {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
body .cookie-disclaimer .c-disclaimer.c-on p {
  margin: 0 1rem 0 0;
}
body .cookie-disclaimer .c-disclaimer.c-on > a, body .cookie-disclaimer .c-disclaimer.c-on button {
  min-width: 175px;
  margin: 0 !important;
  background: #032251;
  color: #fff;
}
body .cookie-disclaimer .c-content a:nth-child(5), body .cookie-disclaimer .c-content button:nth-child(5) {
  color: #fff;
  background-color: #d13e3e !important;
}
body .cookie-disclaimer .c-on > button {
  background: #032251;
  color: #fff;
}
body .cookie-disclaimer .c-content a:nth-child(6), body .cookie-disclaimer .c-content button:nth-child(6) {
  color: #fff;
  background-color: #93aac5 !important;
}
body .cookie-disclaimer p, body .cookie-disclaimer div {
  font-size: 0.8rem;
  line-height: 1.33em;
}
body .cookie-disclaimer a, body .cookie-disclaimer button {
  text-decoration: none;
}
body .cookie-disclaimer ul {
  list-style-type: none;
}
body .cookie-disclaimer .c-content h2 {
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.2em;
  letter-spacing: normal;
}
body .cookie-disclaimer h3 {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.2em;
  color: #032251;
}
body .cookie-disclaimer .btn-agree, body .cookie-disclaimer li > a, body .cookie-disclaimer li > button {
  background-color: #fff;
}
body .cookie-disclaimer li > button {
  width: 100%;
  text-align: left;
  text-decoration: none !important;
}
body .cookie-disclaimer .c-nav .btn-close-pref button {
  text-align: left;
}
body .cookie-disclaimer .btn-agree, body .cookie-disclaimer .btn-preferences {
  border-radius: 3.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
}

a.noclick, .noclick > a {
  cursor: context-menu !important;
}

@media screen and (max-width: 1300px) {
  body .cookie-disclaimer {
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    bottom: 0 !important;
  }
  body .cookie-disclaimer .c-preferences {
    padding-top: 50px;
  }
  body .cookie-disclaimer .c-disclaimer.c-on {
    display: block !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > p {
    margin-bottom: 1.5rem;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > a {
    margin-bottom: 0.5rem !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > .btn-agree {
    margin-right: 0.75rem !important;
  }
}
@media screen and (max-width: 1200px) {
  .inner .s1 .container .top {
    flex-direction: column;
    align-items: flex-start;
  }
  .inner .s1 .container .top h2 {
    max-width: none;
  }
  .inner .s1 .container .bottom {
    flex-direction: column;
  }
  .inner .s1 .container .bottom h3, .inner .s1 .container .bottom p {
    max-width: none;
  }
  header .menu_container {
    display: block;
  }
  header nav {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2rem;
  }
  .secPadding {
    padding: 7rem 0;
  }
  .inner .s1 .container .top h1 {
    font-size: 4.5rem;
  }
  .two-col-txt .wrap {
    flex-direction: column;
  }
  .two-col-txt .wrap > div:first-child, .two-col-txt .wrap > div:last-child {
    max-width: none;
  }
  footer {
    padding: 5rem 0;
  }
  footer .container {
    flex-direction: column;
  }
  footer .container .left {
    text-align: center;
  }
  footer .container .left .logo {
    margin: 0 auto 1rem auto;
  }
  footer .container .left .address {
    display: none;
  }
  footer .container .right {
    width: 100%;
  }
  footer .container .right h2 {
    display: none;
  }
  footer .container .right .social {
    text-align: center;
    justify-content: center;
    margin: 0 0 2rem 0;
  }
  footer .container .right .disc {
    text-align: center;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  body, html {
    -webkit-text-size-adjust: 100%;
  }
  #login_popup .contain {
    flex-direction: column;
  }
  #login_popup .contain > div {
    width: 100%;
    padding: 1.5rem 1rem;
  }
  #login_popup .contain > div:first-of-type::after {
    width: 85%;
    height: 1px;
    top: auto;
    right: auto;
    bottom: 0;
  }
  #login_popup .contain img {
    max-width: 240px;
    height: 40px;
    margin-bottom: 1rem;
  }
  .secPadding {
    padding: 5rem 0;
  }
  .global-btn span {
    font-size: 11px;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.7rem;
  }
  p {
    font-size: 1rem;
  }
  .inner .s1 {
    min-height: auto;
  }
  .inner .s1 .container .top h1 {
    font-size: 3rem;
  }
  .inner .s1 .container .top h2 {
    font-size: 1.2rem;
  }
  .inner .s1 .container .line {
    margin: 2rem 0;
  }
  .inner .s1 .container .bottom h3 {
    font-size: 1.2rem;
  }
  header .container {
    padding: 1rem 0;
  }
  header .logo {
    width: 170px;
    height: 60px;
  }
  header .menu_container #menu_btn {
    width: 30px;
    height: 16px;
  }
  header .menu_container #menu_btn i {
    width: 30px;
  }
  header .menu_container #menu_btn i:nth-child(2) {
    top: 8px;
  }
  header .menu_container #menu_btn i:nth-child(3) {
    top: 16px;
  }
  header.active #menu_btn i:nth-child(1),
  header.active #menu_btn i:nth-child(3) {
    width: 26px;
    top: 5px;
  }
  header.active nav ul li a {
    font-size: 1.4rem;
  }
  header.active nav ul .contact a, header.active nav ul .login a {
    font-size: 13px;
  }
  header.active nav ul li a::before {
    width: 8px;
    height: 8px;
  }
  footer .left .logo {
    width: 170px;
    height: 60px;
  }
  footer .right .disc p, footer .right .disc a {
    font-size: 14px;
  }
  footer .right .disc a {
    margin-bottom: 10px;
  }
  .disclaimers .s1 {
    padding: 10rem 0 5rem 0;
  }
  .disclaimers .s1 h1 {
    font-size: 3rem;
  }
  .disclaimers .s1 h2 {
    font-size: 2rem;
  }
}

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