/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2026 | 05:28:09 */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */

._hide-overflow {
  overflow-y: hidden !important;
}

.white {
  color: #fff;
}

img,
.wp-block-image {
  width: 100%;
  max-width: 100%;
}

.wp-block-image img {
  width: 100% !important;
}

.image--cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.ast-single-post.ast-page-builder-template .site-main > article,
.ast-page-builder-template .post-navigation {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.subheading {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  color: #b1dae4;
  text-transform: uppercase;
}

.deep-blue {
  color: #012A40;
}

.page-width {
  max-width: 1260px !important;
  width: 100%;
}

/** Ipad Air Media Trick To Contain The Layout **/

@media (max-width: 781px) {
  ._contain__layout--foripad {
    max-width: 580px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

/** Buttons **/
.wp-block-button .wp-block-button__link {
  min-width: 150px;
}

/** Header **/

.ast-theme-transparent-header #masthead._sticky {
  position: sticky;
  top: 0;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

.ast-theme-transparent-header #masthead > #ast-desktop-header {
  position: absolute;
  left: 0;
  right: 0;
}

.site__header--homepage._other--pages {
  display: none !important;
}

body:not(.home) .site__header--homepage._other--pages {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body:not(.home) .site__header--homepage:not(._other--pages) {
  display: none !important;
}

#block-7,
#block-9 {
  margin: 0 !important;
}

@media (max-width: 781px) {
  body:not(.home) .site__header--homepage._other--pages {
    display: -ms-grid !important;
    display: grid !important;
  }
}

@media (max-width: 921.9px) {
  #ast-desktop-header {
    display: block;
  }
}
#ast-mobile-header {
  display: none !important;
}
@media (min-width: 922px) {
  #ast-mobile-header {
    display: none !important;
  }
}
.site-above-header-wrap {
  margin-left: max(0rem, calc((100vw - 1260px + 0rem - 24px) / 2));
}

@media (max-width: 922px) {
  .site-above-header-wrap {
    width: 100%;
  }
}

.site-header-above-section-center.site-header-section
  > .header-widget-area[aria-label="Header Widget 1"] {
  width: 100%;
  max-width: 100%;
}

.header__site_logo {
  max-width: 150px;
}

.header__site_hamburger {
  max-width: 40px;
  cursor: pointer;
}

.drawer__menu--header-logo {
  max-width: 87px;
  margin-left: max(0rem, calc((100vw - 1260px + 0rem - 24px) / 2)) !important;
}

.drawer__menu--header-close {
  max-width: 45px;
  cursor: pointer;
}

.drawer__menu {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #012a40;
/*   opacity: 0; */
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  padding-right: 30px;
  padding-left: 30px;
}
.drawer__menu._animate {
	display: block;
	z-index: -1000;
	transform: translateY(-100%);
}
.drawer__menu._open {
/*   opacity: 1; */
  z-index: 10;
  transform: translateY(0);
}

.drawer__menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(https://grouptwomaidev.wpenginepowered.com/wp-content/uploads/2025/12/G2-Icon.png);
  height: 100%;
  width: 100%;
  max-width: 556px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.drawer__menu--header {
  padding-top: 50px;
  padding-bottom: 110px;
  position: relative;
  z-index: 10;
  margin: 0 !important;
}

.drawer__menu .widget_nav_menu {
  margin: 0 !important;
}

.drawer__menu .widget_nav_menu li {
  padding-bottom: 20px;
}
.drawer__menu nav .menu-link {
  font-family: Cormorant, sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  color: #fff;
}

.drawer__menu nav {
  margin-left: max(0rem, calc((100vw - 1260px + 0rem - 24px) / 2)) !important;
}

body:not(.home) .drawer__menu nav .menu-link {
  opacity: 0.5;
}

/* body:not(.home) .drawer__menu nav .menu-link:hover {
  opacity: 1;
  color: #b1dae4;
} */

body .drawer__menu nav .menu-link:hover {
  opacity: 1 !important;
  color: #b1dae4;
}

body:not(.home) .drawer__menu nav .current_page_item .menu-link {
  opacity: 1;
}

@media (max-width: 781px) {
  .drawer__menu::after {
    display: none;
  }

  .site__header--homepage {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .drawer__menu--header {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    padding-top: 25px !important;
  }
}

/** Article Cards **/

.article__date {
  font-weight: 600;
  font-size: 14px;
  color: #012A40;
  letter-spacing: 3px;
}

.article__excerpt {
  text-transform: uppercase;
  max-width: 355px;
  line-height: 2;
}

.article__excerpt--heading {
  font-family: "Montserrat", sans-serif;
}

.article__item p.wp-block-post-excerpt__more-text {
  margin: 0 !important;
}

.article__item p.wp-block-post-excerpt__more-text > a,
.article__read--button {
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-color: #012a40;
  background-color: #012a40;
  color: var(--ast-global-color-4);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  font-size: 1rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-top: 13px;
  padding-right: 13px;
  padding-bottom: 13px;
  padding-left: 13px;
  min-width: 150px;
  text-align: center;
  text-decoration: none !important;
}

@media (max-width: 781px) {
  .article__excerpt {
    font-size: 12px;
  }
}

/** Hero Media Banner **/

.hero__banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(https://grouptwomaidev.wpenginepowered.com/wp-content/uploads/2025/12/G2-Icon.png);
  height: 100%;
  width: 100%;
  max-width: 556px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hero__banner_content--wrapper {
  max-width: 1260px !important;
  width: 100%;
}

.hero__banner_content {
  position: absolute;
  top: 0;
  z-index: 1;
  max-width: 487px !important;
  width: 100%;
}
.hero__banner_content._center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

@media (max-width: 781px) {
  .hero__banner::after {
    display: none;
  }
  .hero__banner_content {
    max-width: 325px !important;
  }
}

/** Image Text with Image Large **/

.image__text_uneven--image-large {
  margin-left: max(0rem, calc((100vw - 1385px + 0rem - 24px) / 2)) !important;
  max-width: 1920px !important;
}

.image__text_uneven--image-large--text-wrap {
  max-width: 465px;
  margin-left: auto;
}

@media (max-width: 781px) {
	.image__text_uneven--image-large {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
	.image__text_uneven--image-large--text-wrap {
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

/** Collapsible Content **/

.summary__title > summary {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  color: #012A40;
  text-transform: uppercase;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border: 1px solid #b1dae4;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.summary__title > summary::marker {
  content: "";
}

.summary__title > summary::after {
  content: "";
  position: absolute;
  background: url(https://grouptwomaidev.wpenginepowered.com/wp-content/uploads/2025/12/Polygon-2.svg);
  right: 0;
  height: 15px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.4s ease;
}

.summary__title[open] summary::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: 0.4s ease;
}

/** Footer **/

.site-footer > .site-below-footer-wrap {
  margin-top: 110px;
  background-color: transparent;
  background-image: url(https://grouptwomaidev.wpenginepowered.com/wp-content/uploads/2025/12/Wall1_LtBlue-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 750px;
  padding-top: 110px;
  padding-bottom: 110px;
}

.site-footer > .site-below-footer-wrap.ast-builder-grid-row-container {
  -ms-flex-line-pack: start;
  align-content: start;
}

.site__footer--logo {
  max-width: 88px;
}

.site__footer--social {
  margin-top: 30px !important;
  max-width: 175px;
  gap: 10px !important;
}

.site__footer--social > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 !important;
}

.site__footer--social > div:last-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.site__footer--social > div:nth-child(1) figure {
  max-width: 25px;
}
.site__footer--social > div:nth-child(2) figure {
  max-width: 33px;
}

.site__footer--social > div:nth-child(3) figure {
  max-width: 25px;
}

.site__footer--social > div:nth-child(4) figure {
  max-width: 14px;
}

@media (max-width: 922px) {
  .site__footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 480px;
    margin-left: 0 !important;
  }
}

@media (max-width: 781px) {
  .site-footer > .site-below-footer-wrap {
    margin-top: 90px;
  }

  .site__footer--social {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
  .site__footer_social--group {
    gap: 50px !important;
  }
}


.youtube-short-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 square ratio */
  overflow: hidden;
}

.youtube-short-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-responsive-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.youtube-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hs-button {
	border-radius: 50% !important;
}