@charset "UTF-8";
body {
  position: relative;
}

h1, h2, h3, h4, h5 {
  color: #1D2951;
  font-weight: normal;
}

a:hover {
  opacity: 0.7;
}

.site-header {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header a {
  color: #fff;
}
header button svg {
  stroke: #fff;
}
header button:hover svg {
  stroke: #000;
}

.primary-menu {
  list-style: none;
  display: flex;
  gap: 2.5rem;
}
.primary-menu a {
  text-decoration: none;
  font-weight: 500;
}
.primary-menu li {
  position: relative;
}
.primary-menu li:hover > .sub-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.primary-menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 18px;
}
.primary-menu li.menu-item-has-children > a::after {
  content: "▾";
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
.primary-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #ffffff;
  border-radius: 6px;
  padding: 12px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s ease;
}
.primary-menu .sub-menu li {
  width: 100%;
}
.primary-menu .sub-menu a {
  display: block;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
.primary-menu .sub-menu a:hover {
  background: #f5f5f5;
  color: #000;
}
.primary-menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  margin-left: 4px;
  border-radius: 6px;
}

.header-burger-menu li.menu-item a {
  color: #000;
}

.hero-bg {
  min-height: 80vh;
  padding-top: 180px;
}
.hero-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../img/overlay-header.png");
  background-repeat: repeat-x;
  z-index: 1;
}
.hero-bg .wp-block-cover__inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.hero-bg .wp-block-cover__inner-container .wp-block-group {
  max-width: 750px;
}
.hero-bg .wp-block-cover__inner-container .wp-block-group h1 {
  font-size: 64px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.hero-bg .wp-block-cover__inner-container .wp-block-group p {
  font-size: 24px;
  margin-bottom: 40px;
}
.hero-bg .wp-block-cover__inner-container .wp-block-group .wp-block-buttons.is-layout-flex {
  gap: 20px;
}
.hero-bg .wp-block-cover__inner-container .wp-block-group .wp-block-button a {
  background-color: #fff;
  color: #1D2951;
  border-radius: 0;
  padding: 15px 46px 15px 40px;
  position: relative;
}
.hero-bg .wp-block-cover__inner-container .wp-block-group .wp-block-button a::after {
  content: "";
  background-image: url("../../img/ico-gt.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.hero-bg .wp-block-cover__inner-container .wp-block-group .wp-block-button.is-style-outline a {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.hero-bg .wp-block-cover__inner-container .wp-block-group .wp-block-button.is-style-outline a::after {
  background-image: url("../../img/ico-gt-white.svg");
  width: 22px;
  height: 22px;
}
.hero-bg__inner {
  min-height: 40vh;
  padding-bottom: 50px;
}
.hero-bg__inner .wp-block-cover__inner-container .wp-block-group h2 {
  font-family: Lato, sans-serif;
  font-size: 24px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.hero-bg__inner .wp-block-cover__inner-container .wp-block-group h2::after {
  content: "";
  width: 200px;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero-bg__inner .wp-block-cover__inner-container .wp-block-group p {
  font-size: 20px;
}
.hero-bg__center .wp-block-cover__inner-container .wp-block-group {
  max-width: initial;
}
.hero-bg__center .wp-block-cover__inner-container .wp-block-group h1 {
  max-width: 950px;
  margin: 0 auto 20px;
}
.hero-bg__center .wp-block-cover__inner-container .wp-block-group h3 {
  color: #C09950;
  font-size: 24px;
  text-transform: uppercase;
}
.hero-bg__center .wp-block-cover__inner-container .wp-block-group p {
  max-width: 575px;
  margin: 0 auto;
}
.hero-bg__center .wp-block-cover__inner-container .wp-block-group p a {
  text-decoration: underline;
}
.hero-bg__center .wp-block-cover__inner-container .wp-block-group p.back-button {
  max-width: initial;
}
.hero-bg__center .wp-block-cover__inner-container .wp-block-group .wp-block-buttons {
  padding: 40px 0;
}
.hero-bg__center .wp-block-cover__inner-container .wp-block-group .wp-block-buttons .wp-block-button__link:first-child {
  padding: 15px 40px;
}
.hero-bg__center .wp-block-cover__inner-container .wp-block-group .wp-block-buttons .wp-block-button__link:first-child::after {
  content: none;
}

.one-column-content,
.two-column-content-image,
.two-column-image-content {
  background-image: url("../../img/bg-pattern-top-left.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 600px;
  padding: 100px 15px;
}
.one-column-content figure,
.two-column-content-image figure,
.two-column-image-content figure {
  margin: 0;
}
.one-column-content .wp-block-columns,
.two-column-content-image .wp-block-columns,
.two-column-image-content .wp-block-columns {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.one-column-content .wp-block-columns .wp-block-column,
.two-column-content-image .wp-block-columns .wp-block-column,
.two-column-image-content .wp-block-columns .wp-block-column {
  max-width: 50%;
}
.one-column-content .wp-block-columns .wp-block-column:first-child,
.two-column-content-image .wp-block-columns .wp-block-column:first-child,
.two-column-image-content .wp-block-columns .wp-block-column:first-child {
  max-width: 480px;
}
.one-column-content .wp-block-columns h4,
.two-column-content-image .wp-block-columns h4,
.two-column-image-content .wp-block-columns h4 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}
.one-column-content .wp-block-columns h2,
.two-column-content-image .wp-block-columns h2,
.two-column-image-content .wp-block-columns h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.one-column-content .wp-block-columns .wp-block-button,
.two-column-content-image .wp-block-columns .wp-block-button,
.two-column-image-content .wp-block-columns .wp-block-button {
  padding-top: 50px;
}
.one-column-content .wp-block-columns .wp-block-button a,
.two-column-content-image .wp-block-columns .wp-block-button a,
.two-column-image-content .wp-block-columns .wp-block-button a {
  border-radius: 0;
  padding: 15px 46px 15px 40px;
  position: relative;
}
.one-column-content .wp-block-columns .wp-block-button a::after,
.two-column-content-image .wp-block-columns .wp-block-button a::after,
.two-column-image-content .wp-block-columns .wp-block-button a::after {
  content: "";
  background-image: url("../../img/ico-gt-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.one-column-content .wp-block-columns .wp-block-column:first-child {
  max-width: 845px;
  margin: 0 auto;
}

.two-column-image-content {
  background: none;
}
.two-column-image-content .wp-block-columns h4.wp-block-heading {
  color: #C09950;
  margin: 0;
}
.two-column-image-content .wp-block-columns h2, .two-column-image-content .wp-block-columns p {
  margin-bottom: 30px;
}
.two-column-image-content .wp-block-columns .count-up h2 {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 48px;
  margin: 0;
}
.two-column-image-content .wp-block-columns .count-up p {
  font-size: 18px;
  margin: 0;
}

.half-screen-content-image {
  background-color: #1D2951;
  padding: 100px 15px;
  margin: 0;
  position: relative;
}
.half-screen-content-image figure {
  width: 50%;
  top: 0;
  left: 50%;
  height: 100%;
  margin: 0;
  position: absolute;
}
.half-screen-content-image figure.wp-block-image.alignfull img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.half-screen-content-image .wp-block-columns {
  max-width: 1200px;
  margin: 0 auto;
  gap: 100px;
  color: #fff;
}
.half-screen-content-image .wp-block-columns h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
}
.half-screen-content-image .wp-block-columns h4 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  margin: 0;
}
.half-screen-content-image .wp-block-columns p {
  margin-bottom: 15px;
}
.half-screen-content-image .wp-block-columns ul {
  padding-left: 20px;
  list-style-type: disc;
}

.dark-banner-text-divider,
.dark-banner-text-with-background {
  background-color: #1D2951;
  color: #fff;
  padding: 80px 15px;
  margin: 0;
}
.dark-banner-text-divider h2, .dark-banner-text-divider h4,
.dark-banner-text-with-background h2,
.dark-banner-text-with-background h4 {
  color: #fff;
}
.dark-banner-text-divider h4,
.dark-banner-text-with-background h4 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
.dark-banner-text-divider h2,
.dark-banner-text-with-background h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.dark-banner-text-divider p,
.dark-banner-text-with-background p {
  font-size: 18px;
}
.dark-banner-text-divider .wp-block-buttons,
.dark-banner-text-with-background .wp-block-buttons {
  padding: 20px 0 0;
  gap: 20px;
}
.dark-banner-text-divider .wp-block-buttons .wp-block-button,
.dark-banner-text-with-background .wp-block-buttons .wp-block-button {
  min-width: 350px;
}
.dark-banner-text-divider .wp-block-buttons .wp-block-button__link,
.dark-banner-text-with-background .wp-block-buttons .wp-block-button__link {
  border-radius: 0;
  border: 1px solid #fff;
  text-align: center;
}

.dark-banner-text-with-background {
  background-image: url("../../img/bg-pattern-bottom-right.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.alpha-carousel {
  height: 80vh;
  position: relative;
  width: 100%;
}
.alpha-carousel .carousel-arrow {
  width: 33px;
  height: 52px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.alpha-carousel .carousel-arrow__prev {
  background-image: url("../../img/ico-nav-lt.png");
  left: 16px;
}
.alpha-carousel .carousel-arrow__next {
  background-image: url("../../img/ico-nav-gt.png");
  right: 16px;
}
.alpha-carousel .alpha-carousel__slide {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  z-index: 1;
}
.alpha-carousel .alpha-carousel__slide.is-active {
  opacity: 1;
}
.alpha-carousel .wp-block-cover__inner-container {
  background-color: #fff;
  color: #000;
  padding: 20px;
  width: 380px;
  position: absolute;
  top: 100px;
  left: 100px;
}
.alpha-carousel .wp-block-cover__inner-container h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.alpha-carousel .wp-block-cover__inner-container p {
  font-size: 14px;
  margin-bottom: 30px;
}
.alpha-carousel .wp-block-cover__inner-container a {
  font-size: 14px;
  font-weight: bold;
}
.alpha-carousel .alpha-carousel__nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  z-index: 2;
}
.alpha-carousel .alpha-carousel__nav .wp-block-button {
  max-width: 210px;
  width: 100%;
}
.alpha-carousel .alpha-carousel__nav .wp-block-button .wp-block-button__link {
  background-color: #fff;
  color: #000;
  border-radius: 0;
  font-size: 14px;
}
.alpha-carousel .alpha-carousel__nav .wp-block-button.is-active .wp-block-button__link {
  background-color: #1D2951;
  color: #fff;
}

.white-banner-text-divider, .gray-banner-text-divider {
  padding: 100px 15px;
  background-color: #d9d9d9;
  margin: 0;
}
.white-banner-text-divider h4, .gray-banner-text-divider h4 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}
.white-banner-text-divider h2, .gray-banner-text-divider h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.white-banner-text-divider h3, .gray-banner-text-divider h3 {
  color: #1D2951;
  font-size: 36px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.white-banner-text-divider h3::after, .gray-banner-text-divider h3::after {
  content: "";
  background-color: #1D2951;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 190px;
}
.white-banner-text-divider p, .gray-banner-text-divider p {
  font-size: 18px;
  max-width: 750px;
  margin: 0 auto 40px;
}
.white-banner-text-divider .wp-block-button__link, .gray-banner-text-divider .wp-block-button__link {
  border-radius: 0;
  padding: 15px 30px;
}
.white-banner-text-divider .wp-block-column, .gray-banner-text-divider .wp-block-column {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.home .gray-banner-text-divider p {
  max-width: initial;
}

.white-banner-text-divider {
  background-color: #fff;
}
.white-banner-text-divider p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.companies-carousel {
  background-image: url("../../img/bg-pattern.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 100px 15px;
}
.companies-carousel h4 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  margin: 0;
}
.companies-carousel h2 {
  font-size: 36px;
  margin: 0 auto 15px;
  max-width: 750px;
}
.companies-carousel .companies-carousel-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}
.companies-carousel .companies-carousel-container .slick-arrow {
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  font-size: 1px;
  width: 16px;
  height: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.companies-carousel .companies-carousel-container .slick-arrow.slick-prev {
  background-image: url("../../img/ico-nav-lt.svg");
  left: 0;
}
.companies-carousel .companies-carousel-container .slick-arrow.slick-next {
  background-image: url("../../img/ico-nav-gt.svg");
  right: 0;
}
.companies-carousel .slick-slide {
  padding: 10px;
  position: relative;
}
.companies-carousel .slick-slide .companies-carousel-container__slide {
  background-color: #1D2951;
  min-height: initial;
  aspect-ratio: 1/1;
}
.companies-carousel .slick-slide .companies-carousel-container__slide img {
  object-fit: contain;
  max-width: 300px;
  max-height: 300px;
  opacity: 0.6;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.companies-carousel .slick-slide .wp-block-cover__inner-container {
  color: #fff;
  padding: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.companies-carousel .slick-slide .wp-block-cover__inner-container h2 {
  max-width: 250px;
  font-size: 26px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.companies-carousel .slick-slide .wp-block-cover__inner-container .wp-block-button__link {
  font-size: 12px;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  min-width: 100px;
}

.two-column-content-both {
  background-color: #d9d9d9;
  color: #1D2951;
  padding: 100px 15px;
}
.two-column-content-both .wp-block-columns {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
}
.two-column-content-both .wp-block-columns .wp-block-column {
  max-width: 475px;
  font-size: 18px;
}
.two-column-content-both .wp-block-columns h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.two-column-content-both .wp-block-columns::before {
  content: "";
  background-color: #1D2951;
  width: 1px;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.values-list {
  background-color: #1D2951;
  padding: 100px 15px;
  color: #fff;
}
.values-list h2 {
  color: #fff;
  font-size: 36px;
}
.values-list h4 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
}
.values-list figure.size-full {
  width: initial;
  height: initial;
}
.values-list .wp-block-columns {
  padding-top: 100px;
  margin-bottom: 0;
}
.values-list .wp-block-column h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.values-list .wp-block-column p {
  font-size: 14px;
}

.career-paths-list,
.portfolio-list {
  padding: 100px 15px;
  color: #1D2951;
}
.career-paths-list h2,
.portfolio-list h2 {
  color: #1D2951;
  font-size: 36px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.career-paths-list h2::after,
.portfolio-list h2::after {
  content: "";
  background-color: #1D2951;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 190px;
}
.career-paths-list h3,
.portfolio-list h3 {
  color: #1D2951;
  font-size: 36px;
  margin-bottom: 40px;
}
.career-paths-list h4,
.portfolio-list h4 {
  color: #1D2951;
  font-family: Lato, sans-serif;
  font-size: 14px;
}
.career-paths-list figure.size-full,
.portfolio-list figure.size-full {
  width: initial;
  height: initial;
}
.career-paths-list .wp-block-columns,
.portfolio-list .wp-block-columns {
  padding: 50px 0;
  margin-bottom: 0;
}
.career-paths-list .wp-block-column h2,
.portfolio-list .wp-block-column h2 {
  font-size: 20px;
  padding: 0;
  margin-bottom: 15px;
}
.career-paths-list .wp-block-column h2::after,
.portfolio-list .wp-block-column h2::after {
  content: none;
}
.career-paths-list .wp-block-column p,
.portfolio-list .wp-block-column p {
  font-size: 14px;
}

.projects-list {
  padding: 100px 15px;
  color: #1D2951;
}
.projects-list h2 {
  color: #1D2951;
  font-size: 36px;
  margin-bottom: 40px;
  position: relative;
}
.projects-list .wp-block-column figure.size-full {
  width: 100%;
  height: initial;
  margin: 0;
}
.projects-list .wp-block-column figure.size-full img {
  width: 100%;
}
.projects-list .wp-block-column h2 {
  background-color: #1D2951;
  color: #fff;
  font-size: 20px;
  padding: 16px 5px;
  text-align: center;
}

.explore-section {
  background-image: url("../../img/bg-explore.jpg");
  background-size: cover;
  padding: 100px 15px;
  margin: 0;
}
.explore-section h2 {
  color: #1D2951;
  font-size: 36px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.explore-section h2::after {
  content: "";
  background-color: #1D2951;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 190px;
}
.explore-section h4 {
  font-family: Lato, sans-serif;
  font-size: 14px;
}
.explore-section .wp-block-buttons {
  padding-top: 40px;
  gap: 20px;
}
.explore-section .wp-block-buttons .wp-block-button a {
  background-color: #1D2951;
  color: #fff;
  border-radius: 0;
  padding: 15px 46px 15px 40px;
  position: relative;
}
.explore-section .wp-block-buttons .wp-block-button a::after {
  content: "";
  background-image: url("../../img/ico-gt-white.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.explore-section .wp-block-buttons .wp-block-button.is-style-outline a {
  background-color: transparent;
  color: #1D2951;
  border-color: #1D2951;
}
.explore-section .wp-block-buttons .wp-block-button.is-style-outline a::after {
  background-image: url("../../img/ico-gt.svg");
  width: 16px;
  height: 16px;
}

.career-paths-list h2 {
  padding: 0;
}
.career-paths-list h2::after {
  content: none;
}
.career-paths-list .wp-block-columns {
  padding: 50px 0 0;
  justify-content: center;
  gap: 80px;
}
.career-paths-list .wp-block-columns .wp-block-column {
  background-color: #1D2951;
  color: #fff;
  padding: 30px;
  max-width: 275px;
}
.career-paths-list .wp-block-columns .wp-block-column h2 {
  color: #fff;
  font-size: 20px;
}
.career-paths-list .wp-block-columns .wp-block-column p {
  font-size: 14px;
}
.career-paths-list .wp-block-buttons {
  padding-top: 50px;
}
.career-paths-list .wp-block-buttons .wp-block-button a {
  border-radius: 0;
  padding: 15px 40px;
}

.site-main {
  margin: 0 auto;
  min-height: 80vh;
}

.entry-content > * {
  margin-bottom: 24px;
}

/* Paragraphs */
.entry-content p {
  font-size: 16px;
  line-height: 1.7;
}

/* Headings */
.entry-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}

.entry-content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 14px;
}

/* Buttons */
.wp-block-button__link {
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 600;
}

.site-footer {
  background-color: #1D2951;
  padding-top: 100px;
  padding-bottom: 10px;
}
.site-footer .footer-inner {
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
.site-footer .footer-inner a {
  color: #fff;
}
.site-footer .footer-inner a.wp-block-button__link {
  color: #000;
  border-radius: 5px;
  background-color: #fff;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  padding: 15px 30px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.site-footer .footer-inner h2 {
  color: #fff;
  font-size: 46px;
}
.site-footer .footer-inner h2.wp-block-heading {
  font-size: 20px;
  margin-bottom: 20px;
}

/* Two-column row for first & last name */
.cf7-row,
.cf7-name-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.cf7-row .wpcf7-form-control-wrap,
.cf7-name-row .wpcf7-form-control-wrap {
  flex: 1 1 0;
}

/* Full-width rows for dropdown and message */
.cf7-row {
  margin-bottom: 16px;
}

/* Make controls stretch nicely */
.wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
}

.wp-block-contact-form-7-contact-form-selector .wpcf7-form {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 13px 2px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  max-width: 900px;
  padding: 50px;
}

.wpcf7-form p {
  margin: 0;
  max-width: initial;
  width: 100%;
  position: relative;
}
.wpcf7-form p small {
  color: rgba(29, 41, 81, 0.65);
  font-size: 14px;
}
.wpcf7-form p .wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7-form label {
  color: #18242F;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea, .wpcf7-form button {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  padding: 5px 10px;
  width: 100%;
}
.wpcf7-form button, .wpcf7-form .wpcf7-submit {
  display: block;
  border-radius: 0;
  text-align: center;
}
.wpcf7-form .wpcf7-submit {
  background-color: #1D2951;
  color: #fff;
}
.wpcf7-form button {
  border: 1px solid #1D2951;
  color: #1D2951;
}

@media (max-width: 768px) {
  .header-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .primary-menu {
    flex-direction: column;
    gap: 12px;
  }
  .primary-menu .sub-menu {
    position: static;
    opacity: 1;
    transform: none;
    box-shadow: none;
    display: none;
    padding-left: 20px;
  }
  .primary-menu li.open > .sub-menu {
    display: block;
  }
  .site-content {
    padding: 24px 16px;
  }
  .site-footer .footer-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .site-footer .footer-inner h2 {
    font-size: 24px;
  }
  .site-footer .footer-inner h2.wp-block-heading {
    margin-bottom: 5px;
  }
  .site-footer .footer-inner .widget_block p {
    justify-content: center;
  }
  .site-footer .footer-inner .wp-block-buttons {
    flex-direction: column;
    gap: 0;
  }
  .site-footer .footer-inner .wp-block-buttons .wp-block-button {
    width: 300px;
  }
  .entry-content h1 {
    font-size: 28px;
  }
  .hero-bg {
    min-height: 100vh;
  }
  .hero-bg .wp-block-cover__inner-container .wp-block-group h1 {
    font-size: 48px;
  }
  .hero-bg .wp-block-cover__inner-container .wp-block-group p {
    font-size: 18px;
  }
  .hero-bg__inner {
    min-height: 40vh;
  }
  .hero-bg__inner .back-button {
    display: none;
  }
  .alpha-carousel {
    position: relative;
  }
  .alpha-carousel .wp-block-cover__inner-container {
    width: 80vw;
    position: absolute;
    top: 10vw;
    left: 10vw;
  }
  .alpha-carousel .alpha-carousel__nav {
    gap: 10px;
    bottom: 10px;
  }
  .alpha-carousel .alpha-carousel__nav .wp-block-button {
    width: 80vw;
  }
  .two-column-content-both .wp-block-columns {
    gap: 50px;
    text-align: center;
  }
  .two-column-content-both .wp-block-columns h2 {
    margin-bottom: 0;
  }
  .two-column-content-both .wp-block-columns::before {
    content: none;
  }
  .half-screen-content-image {
    padding-top: 0;
  }
  .half-screen-content-image figure {
    width: 100%;
    height: 250px;
    left: 0;
  }
  .half-screen-content-image .wp-block-columns {
    padding-top: 290px;
    gap: 0;
  }
}

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