#ast-desktop-header .site-header-primary-section-right .menu-item .dropdown-menu-toggle {
  display: none; }

#ast-desktop-header .site-header-primary-section-right .menu-item .sub-menu .menu-item:first-child a {
  font-weight: 600;
  padding-top: 30px; }

#ast-desktop-header .site-header-primary-section-right .menu-item .sub-menu .menu-item:last-child a {
  font-weight: 600;
  padding-bottom: 30px; }

#ast-desktop-header .site-header-primary-section-right .menu-item .sub-menu .menu-item a {
  padding: 10px 30px;
  font-weight: 400; }

#ast-desktop-header .site-header-primary-section-right .ast-header-html-1 p {
  margin: 0; }

#ast-desktop-header .site-header-primary-section-right .ast-header-html-1 .aegis-header-social-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px; }
  #ast-desktop-header .site-header-primary-section-right .ast-header-html-1 .aegis-header-social-menu .aegis-header-social-menu-item {
    display: flex; }

#ast-mobile-header .ast-header-html-1 p {
  margin: 0; }

#ast-mobile-header .ast-header-html-1 .aegis-header-social-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px; }
  #ast-mobile-header .ast-header-html-1 .aegis-header-social-menu .aegis-header-social-menu-item {
    display: flex; }
    #ast-mobile-header .ast-header-html-1 .aegis-header-social-menu .aegis-header-social-menu-item svg {
      width: 27px;
      height: 27px; }

.aegis-footer .aegis-menu-title .elementor-icon-list-items .elementor-icon-list-item a {
  transition: color 0.3s linear; }
  .aegis-footer .aegis-menu-title .elementor-icon-list-items .elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: #13463F; }

.aegis-footer .aegis-menu-list .elementor-icon-list-items .elementor-icon-list-item a {
  transition: color 0.3s linear; }
  .aegis-footer .aegis-menu-list .elementor-icon-list-items .elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: #13463F; }
  .aegis-footer .aegis-menu-list .elementor-icon-list-items .elementor-icon-list-item a:hover .elementor-icon-list-icon svg path {
    fill: #C04755; }
  .aegis-footer .aegis-menu-list .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-icon svg path {
    transition: fill 0.3s linear; }

.aegis-footer .aegis-menu-services .elementor-icon-list-items .elementor-icon-list-item:nth-child(1) .elementor-icon-list-text, .aegis-footer .aegis-menu-services .elementor-icon-list-items .elementor-icon-list-item:nth-child(3) .elementor-icon-list-text {
  font-weight: 600; }

.aegis-btn.aegis-btn-blue .elementor-button:hover .elementor-button-icon svg path {
  fill: #c04755; }

.aegis-btn.aegis-btn-blue .elementor-button .elementor-button-icon {
  position: relative; }
  .aegis-btn.aegis-btn-blue .elementor-button .elementor-button-icon:before {
    content: url("../imgs/button_blue_arrow.svg");
    display: block;
    position: absolute;
    top: 3px; }
  .aegis-btn.aegis-btn-blue .elementor-button .elementor-button-icon svg {
    width: 23.5px; }
    .aegis-btn.aegis-btn-blue .elementor-button .elementor-button-icon svg path {
      fill: transparent;
      transition: fill 0.3s linear; }

.aegis-btn.aegis-btn-white .elementor-button:hover .elementor-button-icon svg path {
  fill: #c04755; }

.aegis-btn.aegis-btn-white .elementor-button .elementor-button-icon {
  position: relative; }
  .aegis-btn.aegis-btn-white .elementor-button .elementor-button-icon:before {
    content: url("../imgs/button_white_arrow.svg");
    display: block;
    position: absolute;
    top: 3px; }
  .aegis-btn.aegis-btn-white .elementor-button .elementor-button-icon svg {
    width: 24.5px; }
    .aegis-btn.aegis-btn-white .elementor-button .elementor-button-icon svg path {
      fill: white;
      transition: fill 0.3s linear; }

.aegis-flow-container::after {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #13463f;
  display: block;
  position: absolute;
  right: calc(50% - 1px); }
  @media only screen and (max-width: 767px) {
    .aegis-flow-container::after {
      right: unset;
      left: 24px; } }

.aegis-flow-container .aegis-flow-row .aegis-flow-item .aegis-flow-content {
  position: relative;
  min-height: 100px; }
  .aegis-flow-container .aegis-flow-row .aegis-flow-item .aegis-flow-content p {
    margin: 0; }

.aegis-flow-container .aegis-flow-row .aegis-flow-item .aegis-flow-number {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 10; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aegis-flow-container .aegis-flow-row .aegis-flow-item .aegis-flow-number {
      width: 70px;
      height: 70px; } }
  @media only screen and (max-width: 767px) {
    .aegis-flow-container .aegis-flow-row .aegis-flow-item .aegis-flow-number {
      width: 50px;
      height: 50px; } }
  .aegis-flow-container .aegis-flow-row .aegis-flow-item .aegis-flow-number .e-con-inner {
    display: flex;
    justify-content: center;
    align-items: center; }

.aegis-flow-container .aegis-flow-row .aegis-flow-item.item-left .aegis-flow-content::before {
  content: "";
  width: 100px;
  height: 5px;
  display: block;
  background-color: #13463F;
  position: absolute;
  top: calc(50% - 2px);
  left: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aegis-flow-container .aegis-flow-row .aegis-flow-item.item-left .aegis-flow-content::before {
      width: 60px; } }
  @media only screen and (max-width: 767px) {
    .aegis-flow-container .aegis-flow-row .aegis-flow-item.item-left .aegis-flow-content::before {
      display: none; } }

.aegis-flow-container .aegis-flow-row .aegis-flow-item.item-left .aegis-flow-content::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-color: #13463F;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(100% + 89px);
  z-index: 5; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aegis-flow-container .aegis-flow-row .aegis-flow-item.item-left .aegis-flow-content::after {
      left: calc(100% + 50px); } }
  @media only screen and (max-width: 767px) {
    .aegis-flow-container .aegis-flow-row .aegis-flow-item.item-left .aegis-flow-content::after {
      display: none; } }

.aegis-flow-container .aegis-flow-row .aegis-flow-item.item-left .aegis-flow-number {
  right: 50px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aegis-flow-container .aegis-flow-row .aegis-flow-item.item-left .aegis-flow-number {
      right: 25px; } }
  @media only screen and (max-width: 767px) {
    .aegis-flow-container .aegis-flow-row .aegis-flow-item.item-left .aegis-flow-number {
      right: unset;
      left: 0; } }

.aegis-flow-container .aegis-flow-row .aegis-flow-item.item-right .aegis-flow-content::before {
  content: "";
  width: 100px;
  height: 5px;
  display: block;
  background-color: #C04755;
  position: absolute;
  top: calc(50% - 2px);
  left: -100px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aegis-flow-container .aegis-flow-row .aegis-flow-item.item-right .aegis-flow-content::before {
      width: 60px;
      left: -60px; } }
  @media only screen and (max-width: 767px) {
    .aegis-flow-container .aegis-flow-row .aegis-flow-item.item-right .aegis-flow-content::before {
      display: none; } }

.aegis-flow-container .aegis-flow-row .aegis-flow-item.item-right .aegis-flow-content::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-color: #C04755;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 10px);
  left: -110px;
  z-index: 5; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aegis-flow-container .aegis-flow-row .aegis-flow-item.item-right .aegis-flow-content::after {
      left: -70px; } }
  @media only screen and (max-width: 767px) {
    .aegis-flow-container .aegis-flow-row .aegis-flow-item.item-right .aegis-flow-content::after {
      display: none; } }

.aegis-flow-container .aegis-flow-row .aegis-flow-item.item-right .aegis-flow-number {
  left: 50px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aegis-flow-container .aegis-flow-row .aegis-flow-item.item-right .aegis-flow-number {
      left: 25px; } }
  @media only screen and (max-width: 767px) {
    .aegis-flow-container .aegis-flow-row .aegis-flow-item.item-right .aegis-flow-number {
      left: 0; } }

#ast-mobile-header .ast-builder-menu-mobile {
  padding-bottom: 40px;
  position: relative; }
  #ast-mobile-header .ast-builder-menu-mobile::after {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    background-color: #777777;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 0; }
  #ast-mobile-header .ast-builder-menu-mobile .main-navigation #ast-hf-mobile-menu > .menu-item > .ast-menu-toggle {
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    box-shadow: none;
    opacity: 0; }
  #ast-mobile-header .ast-builder-menu-mobile .main-navigation .menu-item .ast-icon.icon-arrow {
    display: none; }
  #ast-mobile-header .ast-builder-menu-mobile .main-navigation .sub-menu .menu-item .menu-link {
    color: black;
    font-weight: 400;
    padding: 7px 30px; }

#ast-mobile-header .ast-header-html-1 {
  padding: 40px 20px; }

.aegis-home-banner {
  position: relative; }
  .aegis-home-banner .aegis-home-banner-video .e-hosted-video {
    height: calc(100vh - 120px);
    min-height: 520px;
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .aegis-home-banner .aegis-home-banner-video .e-hosted-video {
        min-height: 388px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .aegis-home-banner .aegis-home-banner-video .e-hosted-video {
        min-height: 364px; } }
  .aegis-home-banner .aegis-banner-content {
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .aegis-home-banner .aegis-banner-content {
        justify-content: flex-end; } }
    .aegis-home-banner .aegis-banner-content .aegis-banner-small-text {
      position: relative; }
      @media only screen and (min-width: 1025px) {
        .aegis-home-banner .aegis-banner-content .aegis-banner-small-text::before {
          content: "";
          display: block;
          position: absolute;
          background-image: url("../imgs/rectangle_red_desktop.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          width: 74px;
          height: 74px;
          left: -35px;
          bottom: 9px;
          transform: rotate(29deg); } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .aegis-home-banner .aegis-banner-content .aegis-banner-small-text::before {
          content: "";
          display: block;
          position: absolute;
          background-image: url("../imgs/rectangle_red_desktop.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          width: 50px;
          height: 50px;
          left: -19px;
          bottom: 5px;
          transform: rotate(21deg); } }
      @media only screen and (max-width: 767px) {
        .aegis-home-banner .aegis-banner-content .aegis-banner-small-text {
          position: relative; }
          .aegis-home-banner .aegis-banner-content .aegis-banner-small-text::before {
            content: "";
            display: block;
            position: absolute;
            background-image: url("../imgs/rectangle_red.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 34px;
            height: 32px;
            left: -10px;
            bottom: -3px;
            transform: unset; } }
      .aegis-home-banner .aegis-banner-content .aegis-banner-small-text .elementor-heading-title {
        position: relative;
        display: inline-block;
        padding: 0 35px;
        background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.499037) 100%);
        color: #13463F;
        -webkit-clip-path: polygon(0 0, calc(100% - 27px) 0, 100% 100%, 27px 100%);
                clip-path: polygon(0 0, calc(100% - 27px) 0, 100% 100%, 27px 100%); }
    .aegis-home-banner .aegis-banner-content .aegis-banner-big-text .elementor-heading-title {
      padding: 10px 38px; }
    @media only screen and (max-width: 767px) {
      .aegis-home-banner .aegis-banner-content .aegis-banner-big-text .elementor-heading-title {
        padding: 7px 35px 12px 35px; } }

.aegis-icon-box-container .e-con-inner .aegis-icon-box {
  width: calc(100% / 3);
  max-width: 500px !important; }
  @media only screen and (max-width: 767px) {
    .aegis-icon-box-container .e-con-inner .aegis-icon-box {
      width: 100%;
      max-width: 100% !important; } }
  .aegis-icon-box-container .e-con-inner .aegis-icon-box .elementor-icon-box-description .bold-text {
    color: #13463F;
    font-family: Urbanist;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .aegis-icon-box-container .e-con-inner .aegis-icon-box .elementor-icon-box-description .bold-text {
        font-size: 18px;
        line-height: 21.6px; } }

@media only screen and (max-width: 767px) {
  .aegis-core-service .aegis-core-service-background-container {
    background-color: white !important; } }

@media only screen and (min-width: 1201px) {
  .aegis-core-service .aegis-core-service-background-container .aegis-core-service-item-container .aegis-core-service-item {
    width: calc((100% - 180px) / 3); } }

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .aegis-core-service .aegis-core-service-background-container .aegis-core-service-item-container .aegis-core-service-item {
    width: calc((100% - 90px) / 3); } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .aegis-core-service .aegis-core-service-background-container .aegis-core-service-item-container .aegis-core-service-item {
    width: calc((100% - 60px) / 3); } }

@media only screen and (max-width: 767px) {
  .aegis-core-service .aegis-core-service-background-container .aegis-core-service-item-container .aegis-core-service-item {
    width: 100%; } }

.aegis-core-service .aegis-core-service-background-container .aegis-core-service-item-container .aegis-core-service-item .aegis-core-service-image-container {
  position: relative; }
  .aegis-core-service .aegis-core-service-background-container .aegis-core-service-item-container .aegis-core-service-item .aegis-core-service-image-container .aegis-core-service-title {
    width: calc(100% - 40px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; }
    .aegis-core-service .aegis-core-service-background-container .aegis-core-service-item-container .aegis-core-service-item .aegis-core-service-image-container .aegis-core-service-title .elementor-widget-container {
      border-radius: 15px 0px 0px 0px; }

.aegis-services-section .aegis-services-container .aegis-services-item {
  position: relative; }
  .aegis-services-section .aegis-services-container .aegis-services-item.service-1, .aegis-services-section .aegis-services-container .aegis-services-item.service-2, .aegis-services-section .aegis-services-container .aegis-services-item.service-3, .aegis-services-section .aegis-services-container .aegis-services-item.service-4 {
    width: calc((100% - 20px) / 2); }
    @media only screen and (max-width: 767px) {
      .aegis-services-section .aegis-services-container .aegis-services-item.service-1, .aegis-services-section .aegis-services-container .aegis-services-item.service-2, .aegis-services-section .aegis-services-container .aegis-services-item.service-3, .aegis-services-section .aegis-services-container .aegis-services-item.service-4 {
        width: 100%; } }
  .aegis-services-section .aegis-services-container .aegis-services-item.service-5 {
    width: 100%; }
    .aegis-services-section .aegis-services-container .aegis-services-item.service-5 .aegis-services-item-content-container {
      position: relative;
      width: calc(50% - 10px); }
      @media only screen and (max-width: 767px) {
        .aegis-services-section .aegis-services-container .aegis-services-item.service-5 .aegis-services-item-content-container {
          width: 100%; } }
  .aegis-services-section .aegis-services-container .aegis-services-item.service-1 .aegis-services-item-content {
    background-color: #13463F; }
    .aegis-services-section .aegis-services-container .aegis-services-item.service-1 .aegis-services-item-content .aegis-services-item-title .elementor-heading-title {
      color: #7AC5AA; }
  .aegis-services-section .aegis-services-container .aegis-services-item.service-1 .aegis-services-item-content, .aegis-services-section .aegis-services-container .aegis-services-item.service-5 .aegis-services-item-content {
    background-color: #13463F; }
    .aegis-services-section .aegis-services-container .aegis-services-item.service-1 .aegis-services-item-content .aegis-services-item-title .elementor-heading-title, .aegis-services-section .aegis-services-container .aegis-services-item.service-5 .aegis-services-item-content .aegis-services-item-title .elementor-heading-title {
      color: #7AC5AA; }
  .aegis-services-section .aegis-services-container .aegis-services-item.service-2 .aegis-services-item-content {
    background-color: #082471; }
    .aegis-services-section .aegis-services-container .aegis-services-item.service-2 .aegis-services-item-content .aegis-services-item-title .elementor-heading-title {
      color: #67A8C3; }
  .aegis-services-section .aegis-services-container .aegis-services-item.service-3 .aegis-services-item-content {
    background-color: #082471; }
    @media only screen and (max-width: 767px) {
      .aegis-services-section .aegis-services-container .aegis-services-item.service-3 .aegis-services-item-content {
        background-color: #13463F; } }
    .aegis-services-section .aegis-services-container .aegis-services-item.service-3 .aegis-services-item-content .aegis-services-item-title .elementor-heading-title {
      color: #67A8C3; }
      @media only screen and (max-width: 767px) {
        .aegis-services-section .aegis-services-container .aegis-services-item.service-3 .aegis-services-item-content .aegis-services-item-title .elementor-heading-title {
          color: #7AC5AA; } }
  .aegis-services-section .aegis-services-container .aegis-services-item.service-4 .aegis-services-item-content {
    background-color: #13463F; }
    @media only screen and (max-width: 767px) {
      .aegis-services-section .aegis-services-container .aegis-services-item.service-4 .aegis-services-item-content {
        background-color: #082471; } }
    .aegis-services-section .aegis-services-container .aegis-services-item.service-4 .aegis-services-item-content .aegis-services-item-title .elementor-heading-title {
      color: #7AC5AA; }
      @media only screen and (max-width: 767px) {
        .aegis-services-section .aegis-services-container .aegis-services-item.service-4 .aegis-services-item-content .aegis-services-item-title .elementor-heading-title {
          color: #67A8C3; } }
  .aegis-services-section .aegis-services-container .aegis-services-item .aegis-services-item-content {
    width: 48%;
    max-width: 392px;
    position: absolute;
    left: 60px;
    bottom: 50px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .aegis-services-section .aegis-services-container .aegis-services-item .aegis-services-item-content {
        width: 55%;
        left: 30px;
        bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .aegis-services-section .aegis-services-container .aegis-services-item .aegis-services-item-content {
        width: calc(100% - 40px);
        max-width: unset;
        position: absolute;
        left: 20px;
        bottom: 0px; } }

.aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-prev {
  box-shadow: none;
  transform: translate(-102px, -50%); }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-prev {
      transform: translate(-74px, -50%); } }
  @media only screen and (max-width: 767px) {
    .aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-prev {
      display: none !important; } }
  .aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-prev i::before {
    content: "";
    display: block;
    width: 14px;
    height: 31px;
    background-image: url("../imgs/carousel_left_arrow.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0; }

.aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-list .aegis-carousel-item .aegis-carousel-item-img-container .elementor-widget-container {
  position: relative;
  width: 100%; }
  .aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-list .aegis-carousel-item .aegis-carousel-item-img-container .elementor-widget-container::after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-list .aegis-carousel-item .aegis-carousel-item-img-container .elementor-widget-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-list .aegis-carousel-item .aegis-carousel-item-info-container .elementor-widget-button .elementor-button-link:hover .elementor-button-content-wrapper svg path {
  fill: #C04755; }

.aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-list .aegis-carousel-item .aegis-carousel-item-info-container .elementor-widget-button .elementor-button-link .elementor-button-content-wrapper {
  align-items: center; }
  .aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-list .aegis-carousel-item .aegis-carousel-item-info-container .elementor-widget-button .elementor-button-link .elementor-button-content-wrapper svg {
    width: 23.5px !important;
    height: 23px !important; }
    .aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-list .aegis-carousel-item .aegis-carousel-item-info-container .elementor-widget-button .elementor-button-link .elementor-button-content-wrapper svg path {
      fill: white;
      transition: fill 0.3s linear; }
  .aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-list .aegis-carousel-item .aegis-carousel-item-info-container .elementor-widget-button .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
    position: relative; }
    .aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-list .aegis-carousel-item .aegis-carousel-item-info-container .elementor-widget-button .elementor-button-link .elementor-button-content-wrapper .elementor-button-text::after {
      content: url("../imgs/button_white_arrow.svg");
      position: absolute;
      display: block;
      top: -3.5px;
      right: -34px; }

.aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-next {
  box-shadow: none;
  transform: translate(102px, -50%); }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-next {
      transform: translate(74px, -50%); } }
  @media only screen and (max-width: 767px) {
    .aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-next {
      display: none !important; } }
  .aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-next i::before {
    content: "";
    display: block;
    width: 14px;
    height: 31px;
    background-image: url("../imgs/carousel_right_arrow.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0; }

.aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-dots {
  display: none !important;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-dots {
      display: block !important; } }
  .aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-dots li.slick-active button::before {
    color: #C04755; }
  .aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-dots li button {
    box-shadow: none; }
    .aegis-activities-section .aegis-home-activity-carousel .uael-post__body .uael-post-grid__inner .slick-dots li button::before {
      opacity: 1;
      color: #5a7d79; }

.aegis-about-toggle-section .aegis-about-btn .elementor-button-link {
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.2s linear; }
  .aegis-about-toggle-section .aegis-about-btn .elementor-button-link .elementor-button-text {
    transition: color 0.3s linear; }

.aegis-about-toggle-section .aegis-about-btn.active .elementor-button-link, .aegis-about-toggle-section .aegis-about-btn:hover .elementor-button-link {
  border-bottom: 2px solid #F96156; }
  .aegis-about-toggle-section .aegis-about-btn.active .elementor-button-link .elementor-button-text, .aegis-about-toggle-section .aegis-about-btn:hover .elementor-button-link .elementor-button-text {
    color: #13463F; }

.aegis-about-toggle-section .aegis-core-btn .elementor-button-link {
  border-bottom: 2px solid transparent;
  transition: all 0.3s linear; }
  .aegis-about-toggle-section .aegis-core-btn .elementor-button-link .elementor-button-text {
    transition: color 0.3s linear; }

.aegis-about-toggle-section .aegis-core-btn.active .elementor-button-link, .aegis-about-toggle-section .aegis-core-btn:hover .elementor-button-link {
  border-bottom: 2px solid #F96156; }
  .aegis-about-toggle-section .aegis-core-btn.active .elementor-button-link .elementor-button-text, .aegis-about-toggle-section .aegis-core-btn:hover .elementor-button-link .elementor-button-text {
    color: #13463F; }

.aegis-about-about-section {
  display: none; }
  .aegis-about-about-section.active, .aegis-about-about-section.elementor-element-edit-mode {
    display: flex; }
  @media only screen and (min-width: 1025px) and (max-width: 1245px) {
    .aegis-about-about-section .aegis-about-figures-section .e-con-inner {
      display: flex;
      flex-direction: column;
      row-gap: 30px; }
      .aegis-about-about-section .aegis-about-figures-section .e-con-inner .aegis-about-figures-item {
        max-width: unset;
        width: 100%; }
        .aegis-about-about-section .aegis-about-figures-section .e-con-inner .aegis-about-figures-item .e-con-inner {
          flex-direction: row; }
          .aegis-about-about-section .aegis-about-figures-section .e-con-inner .aegis-about-figures-item .e-con-inner .aegis-about-figures-number {
            width: 50%; }
            .aegis-about-about-section .aegis-about-figures-section .e-con-inner .aegis-about-figures-item .e-con-inner .aegis-about-figures-number .elementor-heading-title {
              text-align: end; }
          .aegis-about-about-section .aegis-about-figures-section .e-con-inner .aegis-about-figures-item .e-con-inner .aegis-about-figures-text {
            width: 50%; } }
  @media only screen and (max-width: 1024px) {
    .aegis-about-about-section .aegis-about-figures-section .e-con-inner .aegis-about-figures-item {
      max-width: unset;
      width: 100%; }
      .aegis-about-about-section .aegis-about-figures-section .e-con-inner .aegis-about-figures-item .e-con-inner {
        flex-direction: row; }
        .aegis-about-about-section .aegis-about-figures-section .e-con-inner .aegis-about-figures-item .e-con-inner .aegis-about-figures-number {
          width: 50%; }
          .aegis-about-about-section .aegis-about-figures-section .e-con-inner .aegis-about-figures-item .e-con-inner .aegis-about-figures-number .elementor-heading-title {
            text-align: end; }
        .aegis-about-about-section .aegis-about-figures-section .e-con-inner .aegis-about-figures-item .e-con-inner .aegis-about-figures-text {
          width: 50%; } }
  .aegis-about-about-section .aegis-about-figures-section .aegis-about-figures-item {
    width: unset;
    max-width: 458px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .aegis-about-about-section .aegis-about-figures-section .aegis-about-figures-item {
        max-width: unset;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .aegis-about-about-section .aegis-about-figures-section .aegis-about-figures-item {
        max-width: unset;
        width: 100%; } }
    .aegis-about-about-section .aegis-about-figures-section .aegis-about-figures-item .small-text {
      font-size: 32px;
      font-weight: 700;
      line-height: 36px; }
    .aegis-about-about-section .aegis-about-figures-section .aegis-about-figures-item .plus {
      font-weight: 400; }
    .aegis-about-about-section .aegis-about-figures-section .aegis-about-figures-item .aegis-about-figures-text {
      min-width: auto; }
  .aegis-about-about-section .aegis-ceo-section .aegis-ceo-background-image-container {
    position: relative; }
    .aegis-about-about-section .aegis-ceo-section .aegis-ceo-background-image-container::before {
      content: "";
      display: block;
      position: absolute;
      left: 21%;
      background-image: url("../imgs/ceo_overlay.png");
      background-repeat: no-repeat;
      background-position: left;
      background-size: contain;
      z-index: 11; }
      @media only screen and (max-width: 767px) {
        .aegis-about-about-section .aegis-ceo-section .aegis-ceo-background-image-container::before {
          display: none; } }
    .aegis-about-about-section .aegis-ceo-section .aegis-ceo-background-image-container::after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      background-image: url("../imgs/ceo_overlay_2.png");
      background-repeat: no-repeat;
      background-position: left;
      background-size: cover;
      z-index: 10;
      height: 100%;
      width: 77%;
      max-width: 77%; }
      @media only screen and (max-width: 767px) {
        .aegis-about-about-section .aegis-ceo-section .aegis-ceo-background-image-container::after {
          display: none; } }
    .aegis-about-about-section .aegis-ceo-section .aegis-ceo-background-image-container .aegis-ceo-mobile-img {
      position: relative;
      width: 100%; }
      .aegis-about-about-section .aegis-ceo-section .aegis-ceo-background-image-container .aegis-ceo-mobile-img::after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .aegis-about-about-section .aegis-ceo-section .aegis-ceo-background-image-container .aegis-ceo-mobile-img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    .aegis-about-about-section .aegis-ceo-section .aegis-ceo-background-image-container .aegis-ceo-content-container .aegis-ceo-text-container {
      z-index: 13; }
      @media only screen and (max-width: 767px) {
        .aegis-about-about-section .aegis-ceo-section .aegis-ceo-background-image-container .aegis-ceo-content-container .aegis-ceo-text-container {
          background-color: #528E9A; }
          .aegis-about-about-section .aegis-ceo-section .aegis-ceo-background-image-container .aegis-ceo-content-container .aegis-ceo-text-container .elementor-widget-heading .elementor-heading-title {
            text-shadow: none; } }

.aegis-about-core-section {
  display: none; }
  .aegis-about-core-section.active, .aegis-about-core-section.elementor-element-edit-mode {
    display: flex; }
  .aegis-about-core-section .aegis-core-service-item-container .aegis-core-service-item .aegis-core-service-image-container {
    position: relative; }
    .aegis-about-core-section .aegis-core-service-item-container .aegis-core-service-item .aegis-core-service-image-container .aegis-core-service-title {
      width: calc(100% - 40px);
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
      .aegis-about-core-section .aegis-core-service-item-container .aegis-core-service-item .aegis-core-service-image-container .aegis-core-service-title .elementor-widget-container {
        border-radius: 15px 0px 0px 0px; }

.aegis-services-image-box .elementor-image-box-wrapper {
  position: relative; }
  .aegis-services-image-box .elementor-image-box-wrapper:hover .elementor-image-box-content {
    background: #C04755; }
  .aegis-services-image-box .elementor-image-box-wrapper .elementor-image-box-content {
    transition: all linear 0.3s;
    display: flex;
    position: absolute;
    left: 20px;
    bottom: 0;
    background: #154841;
    border-radius: 12px 0 0 0;
    max-width: 60%; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .aegis-services-image-box .elementor-image-box-wrapper .elementor-image-box-content {
        max-width: calc(80% - 40px); } }
    @media only screen and (max-width: 767px) {
      .aegis-services-image-box .elementor-image-box-wrapper .elementor-image-box-content {
        max-width: calc(100% - 40px); } }
    .aegis-services-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
      margin: 0;
      width: 100%; }
      .aegis-services-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a {
        padding: 25px 20px;
        display: flex;
        text-decoration: none;
        text-align: left; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .aegis-services-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a {
            padding: 15px 15px; } }
        @media only screen and (max-width: 767px) {
          .aegis-services-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a {
            padding: 12px 15px; } }

.aegis-requirement-item .aegis-requirement-item-context {
  flex: 1 1; }

.aegis-card-item p {
  margin: 0; }

.aegis-toggle-list .elementor-toggle-item .elementor-tab-title {
  background-color: #086B7133;
  transition: background-color 0.3s linear; }
  .aegis-toggle-list .elementor-toggle-item .elementor-tab-title.elementor-active {
    background-color: #EEEEEE; }
  .aegis-toggle-list .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
    margin-left: 0px; }

.aegis-toggle-list .elementor-toggle-item .elementor-tab-content {
  background-color: #086B7133;
  transition: background-color 0.3s linear; }
  .aegis-toggle-list .elementor-toggle-item .elementor-tab-content.elementor-active {
    background-color: #EEEEEE; }

.aegis-cies-list .elementor-icon-list-item .elementor-icon-list-text {
  display: flex;
  flex-direction: row; }
  .aegis-cies-list .elementor-icon-list-item .elementor-icon-list-text::before {
    content: "";
    width: 2px;
    height: 2px;
    background-color: black;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
    position: relative;
    top: 10px; }

.aegis-services-section .aegis-services-carousel .elementor-swiper-button-prev svg {
  display: none; }

.aegis-services-section .aegis-services-carousel .elementor-swiper-button-prev::before {
  content: "";
  display: block;
  width: 14px;
  height: 31px;
  background-image: url("../imgs/carousel_left_arrow.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -60px; }
  @media only screen and (max-width: 767px) {
    .aegis-services-section .aegis-services-carousel .elementor-swiper-button-prev::before {
      display: none; } }

.aegis-services-section .aegis-services-carousel .elementor-swiper-button-next svg {
  display: none; }

.aegis-services-section .aegis-services-carousel .elementor-swiper-button-next::before {
  content: "";
  display: block;
  width: 14px;
  height: 31px;
  background-image: url("../imgs/carousel_right_arrow.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: -60px; }
  @media only screen and (max-width: 767px) {
    .aegis-services-section .aegis-services-carousel .elementor-swiper-button-next::before {
      display: none; } }

.aegis-services-section .aegis-services-carousel .swiper-pagination {
  display: none !important;
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .aegis-services-section .aegis-services-carousel .swiper-pagination {
      display: block !important; } }
  .aegis-services-section .aegis-services-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #5A7D79;
    opacity: 1; }
    .aegis-services-section .aegis-services-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #C04755; }

.aegis-services-section .aegis-services-carousel .aegis-carousel-item .aegis-carousel-item-img-container .elementor-widget-container {
  position: relative;
  width: 100%; }
  .aegis-services-section .aegis-services-carousel .aegis-carousel-item .aegis-carousel-item-img-container .elementor-widget-container::after {
    content: "";
    display: block;
    padding-bottom: 84%; }
  .aegis-services-section .aegis-services-carousel .aegis-carousel-item .aegis-carousel-item-img-container .elementor-widget-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.aegis-services-section .aegis-services-carousel .aegis-carousel-item .aegis-carousel-item-info-container .elementor-widget-button .elementor-button-link:hover .elementor-button-content-wrapper svg path {
  fill: #C04755; }

.aegis-services-section .aegis-services-carousel .aegis-carousel-item .aegis-carousel-item-info-container .elementor-widget-button .elementor-button-link .elementor-button-content-wrapper {
  align-items: center; }
  .aegis-services-section .aegis-services-carousel .aegis-carousel-item .aegis-carousel-item-info-container .elementor-widget-button .elementor-button-link .elementor-button-content-wrapper svg {
    width: 23.5px !important;
    height: 23px !important; }
    .aegis-services-section .aegis-services-carousel .aegis-carousel-item .aegis-carousel-item-info-container .elementor-widget-button .elementor-button-link .elementor-button-content-wrapper svg path {
      fill: white;
      transition: fill 0.3s linear; }
  .aegis-services-section .aegis-services-carousel .aegis-carousel-item .aegis-carousel-item-info-container .elementor-widget-button .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
    position: relative; }
    .aegis-services-section .aegis-services-carousel .aegis-carousel-item .aegis-carousel-item-info-container .elementor-widget-button .elementor-button-link .elementor-button-content-wrapper .elementor-button-text::after {
      content: url("../imgs/button_white_arrow.svg");
      position: absolute;
      display: block;
      top: -3.5px;
      right: -34px; }

@media only screen and (max-width: 767px) {
  .aegis-application-icon-box-container .aegis-application-icon-box-title-1 {
    order: 2; } }

.aegis-application-icon-box-container .aegis-application-icon-box-icon-1 {
  position: relative; }
  .aegis-application-icon-box-container .aegis-application-icon-box-icon-1::before {
    content: "";
    width: 50%;
    height: 2px;
    background-color: #5A7D79;
    display: block;
    top: calc(50% - 1px);
    left: 0; }
    @media only screen and (max-width: 767px) {
      .aegis-application-icon-box-container .aegis-application-icon-box-icon-1::before {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .aegis-application-icon-box-container .aegis-application-icon-box-icon-1 {
      order: 1; } }

@media only screen and (max-width: 767px) {
  .aegis-application-icon-box-container .aegis-application-icon-box-title-2 {
    order: 5; } }

.aegis-application-icon-box-container .aegis-application-icon-box-content-1 p {
  margin: 0; }

@media only screen and (max-width: 767px) {
  .aegis-application-icon-box-container .aegis-application-icon-box-content-1 {
    order: 3; } }

.aegis-application-icon-box-container .aegis-application-icon-box-icon-2 {
  position: relative; }
  .aegis-application-icon-box-container .aegis-application-icon-box-icon-2::before {
    content: "";
    width: 50%;
    height: 2px;
    background-color: #13463F;
    display: block;
    top: calc(50% - 1px);
    left: 50%; }
    @media only screen and (max-width: 767px) {
      .aegis-application-icon-box-container .aegis-application-icon-box-icon-2::before {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .aegis-application-icon-box-container .aegis-application-icon-box-icon-2 {
      order: 4; } }

.aegis-application-icon-box-container .aegis-application-icon-box-content-2 p {
  margin: 0; }

@media only screen and (max-width: 767px) {
  .aegis-application-icon-box-container .aegis-application-icon-box-content-2 {
    order: 6; } }

.aegis-info-carousel .aegis-info-carousel-item:hover .aegis-info-item-overlay-container {
  opacity: 1 !important; }

.aegis-info-carousel .aegis-info-carousel-item .aegis-info-item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }
  .aegis-info-carousel .aegis-info-carousel-item .aegis-info-item-link .elementor-widget-container {
    position: relative; }
    .aegis-info-carousel .aegis-info-carousel-item .aegis-info-item-link .elementor-widget-container .elementor-inline-items {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 8px; }
      .aegis-info-carousel .aegis-info-carousel-item .aegis-info-item-link .elementor-widget-container .elementor-inline-items .elementor-icon-list-item {
        width: 100%;
        height: 100%;
        margin: 0; }
        .aegis-info-carousel .aegis-info-carousel-item .aegis-info-item-link .elementor-widget-container .elementor-inline-items .elementor-icon-list-item a {
          width: 100%;
          height: 100%;
          display: block; }
          .aegis-info-carousel .aegis-info-carousel-item .aegis-info-item-link .elementor-widget-container .elementor-inline-items .elementor-icon-list-item a .elementor-icon-list-text {
            width: 100%;
            height: 100%;
            opacity: 0; }

@media only screen and (min-width: 768px) {
  .aegis-info-carousel .aegis-info-carousel-item .aegis-info-item-upper .aegis-info-item-img-container .elementor-widget-container {
    position: relative; }
    .aegis-info-carousel .aegis-info-carousel-item .aegis-info-item-upper .aegis-info-item-img-container .elementor-widget-container::after {
      content: "";
      display: block;
      padding-bottom: 70%; }
    .aegis-info-carousel .aegis-info-carousel-item .aegis-info-item-upper .aegis-info-item-img-container .elementor-widget-container img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; } }

.aegis-info-carousel .aegis-info-carousel-item .aegis-info-item-upper .aegis-info-item-overlay-container {
  opacity: 0;
  transition: opacity 0.2s linear;
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .aegis-info-carousel .aegis-info-carousel-item .aegis-info-item-upper .aegis-info-item-overlay-container .elementor-icon-list-items .elementor-icon-list-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    -moz-column-gap: 15px;
         column-gap: 15px; }

.aegis-info-carousel .aegis-info-carousel-item .aegis-info-item-lower .aegis-info-item-title {
  min-height: 56px; }
  .aegis-info-carousel .aegis-info-carousel-item .aegis-info-item-lower .aegis-info-item-title .elementor-heading-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.aegis-info-carousel .aegis-info-carousel-item .aegis-info-item-lower .egis-info-item-date {
  background-color: #154841;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
  border-radius: 12px 0 0 0; }
  .aegis-info-carousel .aegis-info-carousel-item .aegis-info-item-lower .egis-info-item-date .elementor-icon-list-text {
    white-space: nowrap; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .aegis-info-carousel .slick-prev {
    left: -50px !important; } }

@media only screen and (max-width: 767px) {
  .aegis-info-carousel .slick-prev {
    display: none !important; } }

.aegis-info-carousel .slick-prev i::before {
  content: "";
  display: block;
  width: 14px;
  height: 31px;
  background-image: url(../imgs/carousel_left_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .aegis-info-carousel .slick-next {
    right: -50px !important; } }

@media only screen and (max-width: 767px) {
  .aegis-info-carousel .slick-next {
    display: none !important; } }

.aegis-info-carousel .slick-next i::before {
  content: "";
  display: block;
  width: 14px;
  height: 31px;
  background-image: url(../imgs/carousel_right_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0; }

.aegis-info-carousel .slick-dots {
  display: none !important;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .aegis-info-carousel .slick-dots {
      display: block !important; } }
  .aegis-info-carousel .slick-dots li.slick-active button::before {
    color: #C04755 !important; }
  .aegis-info-carousel .slick-dots li button {
    box-shadow: none; }
    .aegis-info-carousel .slick-dots li button::before {
      opacity: 1 !important;
      color: #5a7d79 !important; }

.aegis-info-meta .elementor-icon-list-items {
  row-gap: 10px; }

.aegis-infos-grid .aegis-info-carousel-item:hover .aegis-info-item-overlay-container {
  opacity: 1 !important; }

.aegis-infos-grid .aegis-info-carousel-item .aegis-info-item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }
  .aegis-infos-grid .aegis-info-carousel-item .aegis-info-item-link .elementor-widget-container {
    position: relative; }
    .aegis-infos-grid .aegis-info-carousel-item .aegis-info-item-link .elementor-widget-container .elementor-inline-items {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 8px; }
      .aegis-infos-grid .aegis-info-carousel-item .aegis-info-item-link .elementor-widget-container .elementor-inline-items .elementor-icon-list-item {
        width: 100%;
        height: 100%;
        margin: 0; }
        .aegis-infos-grid .aegis-info-carousel-item .aegis-info-item-link .elementor-widget-container .elementor-inline-items .elementor-icon-list-item a {
          width: 100%;
          height: 100%;
          display: block; }
          .aegis-infos-grid .aegis-info-carousel-item .aegis-info-item-link .elementor-widget-container .elementor-inline-items .elementor-icon-list-item a .elementor-icon-list-text {
            width: 100%;
            height: 100%;
            opacity: 0; }

@media only screen and (min-width: 768px) {
  .aegis-infos-grid .aegis-info-carousel-item .aegis-info-item-upper .aegis-info-item-img-container .elementor-widget-container {
    position: relative; }
    .aegis-infos-grid .aegis-info-carousel-item .aegis-info-item-upper .aegis-info-item-img-container .elementor-widget-container::after {
      content: "";
      display: block;
      padding-bottom: 70%; }
    .aegis-infos-grid .aegis-info-carousel-item .aegis-info-item-upper .aegis-info-item-img-container .elementor-widget-container img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; } }

.aegis-infos-grid .aegis-info-carousel-item .aegis-info-item-upper .aegis-info-item-overlay-container {
  opacity: 0;
  transition: opacity 0.2s linear;
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .aegis-infos-grid .aegis-info-carousel-item .aegis-info-item-upper .aegis-info-item-overlay-container .elementor-icon-list-items .elementor-icon-list-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    -moz-column-gap: 15px;
         column-gap: 15px; }

.aegis-infos-grid .aegis-info-carousel-item .aegis-info-item-lower .aegis-info-item-title {
  min-height: 73px;
  flex: 1 1; }
  .aegis-infos-grid .aegis-info-carousel-item .aegis-info-item-lower .aegis-info-item-title .elementor-heading-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.aegis-infos-grid .aegis-info-carousel-item .aegis-info-item-lower .egis-info-item-date {
  background-color: #154841;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
  border-radius: 12px 0 0 0; }
  .aegis-infos-grid .aegis-info-carousel-item .aegis-info-item-lower .egis-info-item-date .elementor-icon-list-text {
    white-space: nowrap; }

.aegis-infos-grid .uael-post__footer {
  margin-top: 60px;
  padding-top: 90px;
  border-top: 2px solid #086B7133; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aegis-infos-grid .uael-post__footer {
      margin-top: 40px;
      padding-top: 60px; } }
  @media only screen and (max-width: 767px) {
    .aegis-infos-grid .uael-post__footer {
      margin-top: 20px;
      padding-top: 30px; } }
  .aegis-infos-grid .uael-post__footer .uael-grid-pagination {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .aegis-infos-grid .uael-post__footer .uael-grid-pagination .prev {
      display: inline-flex;
      width: 32px;
      height: 32px;
      overflow: hidden;
      position: relative; }
      .aegis-infos-grid .uael-post__footer .uael-grid-pagination .prev::before {
        content: "";
        width: 32px;
        height: 32px;
        background-image: url(../imgs/pagination_arrow.svg);
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: white;
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(180deg); }
    .aegis-infos-grid .uael-post__footer .uael-grid-pagination .next {
      display: inline-flex;
      width: 32px;
      height: 32px;
      overflow: hidden;
      position: relative; }
      .aegis-infos-grid .uael-post__footer .uael-grid-pagination .next::before {
        content: "";
        width: 32px;
        height: 32px;
        background-image: url(../imgs/pagination_arrow.svg);
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: white;
        background-repeat: no-repeat;
        background-position: center; }

.aegis-upcoming-shortcode-container {
  padding-left: 20px; }
  @media only screen and (max-width: 767px) {
    .aegis-upcoming-shortcode-container {
      padding-right: 20px;
      display: block;
      padding-bottom: 30px; } }
  .aegis-upcoming-shortcode-container .aegis-upcoming-items-section {
    padding-right: 100px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .aegis-upcoming-shortcode-container .aegis-upcoming-items-section {
        padding-right: 70px; } }
    @media only screen and (max-width: 767px) {
      .aegis-upcoming-shortcode-container .aegis-upcoming-items-section {
        padding-right: 0px; } }
    .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-section-title {
      font-family: Urbanist;
      font-size: 48px;
      font-weight: 700;
      line-height: 57.6px;
      letter-spacing: 0.1em;
      color: #154841;
      padding-bottom: 90px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-section-title {
          padding-bottom: 60px; } }
      @media only screen and (max-width: 767px) {
        .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-section-title {
          padding-bottom: 40px;
          font-size: 28px;
          line-height: 33.6px; } }
    .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item {
      border-bottom: 2px solid #086b7133;
      margin-bottom: 90px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item {
          margin-bottom: 60px; } }
      @media only screen and (max-width: 767px) {
        .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item {
          margin-bottom: 30px; } }
      .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-title {
        font-family: Urbanist;
        font-size: 36px;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: 0.05em;
        color: #317989;
        margin: 0;
        padding-bottom: 45px; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-title {
            padding-bottom: 30px; } }
        @media only screen and (max-width: 767px) {
          .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-title {
            font-size: 30px;
            line-height: 36px;
            padding-bottom: 20px; } }
      .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-meta-container {
        display: flex;
        flex-direction: row;
        -moz-column-gap: 50px;
             column-gap: 50px;
        padding-bottom: 45px; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-meta-container {
            -moz-column-gap: 30px;
                 column-gap: 30px;
            padding-bottom: 30px; } }
        @media only screen and (max-width: 767px) {
          .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-meta-container {
            flex-direction: column;
            row-gap: 15px;
            padding-bottom: 20px; } }
        .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-meta-container .aegis-upcoming-item-meta {
          display: flex;
          flex-direction: row;
          -moz-column-gap: 15px;
               column-gap: 15px;
          font-family: Urbanist;
          font-size: 20px;
          font-weight: 400;
          line-height: 34px;
          letter-spacing: 0.05em; }
          @media only screen and (max-width: 767px) {
            .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-meta-container .aegis-upcoming-item-meta {
              font-size: 15px;
              line-height: 26px; } }
          .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-meta-container .aegis-upcoming-item-meta svg {
            width: 25px;
            height: 25px; }
            @media only screen and (max-width: 767px) {
              .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-meta-container .aegis-upcoming-item-meta svg {
                width: 18px;
                height: 18px; } }
      .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-image-container {
        position: relative; }
        .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-image-container::after {
          content: "";
          display: block;
          padding-bottom: 53%; }
        .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-image-container img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
      .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-btn {
        display: inline-block;
        text-decoration: none;
        padding: 22px 20px;
        background-color: #7ac5aa33;
        border-radius: 10px;
        font-family: Urbanist;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 0.1em;
        color: #317989;
        margin-top: 45px;
        margin-bottom: 90px; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-btn {
            margin-top: 30px;
            margin-bottom: 60px; } }
        @media only screen and (max-width: 767px) {
          .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-btn {
            margin-top: 20px;
            padding: 13px 18px;
            margin-bottom: 30px; } }
        .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .aegis-upcoming-item .aegis-upcoming-item-btn svg path {
          fill: #082471; }
    .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .prev {
      transform: rotate(180deg); }
    .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .page-numbers {
      text-decoration: none;
      font-family: Urbanist;
      font-size: 16px;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: 0.05em;
      text-align: center;
      color: #13463f;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 22px;
      height: 22px; }
      .aegis-upcoming-shortcode-container .aegis-upcoming-items-section .aegis-upcoming-items-container .page-numbers.current {
        border: 1px solid #13463f; }

.aegis-finished-shortcode-container {
  padding-right: 20px; }
  @media only screen and (max-width: 767px) {
    .aegis-finished-shortcode-container {
      padding: 0; } }
  .aegis-finished-shortcode-container .e-con-inner {
    max-width: unset; }
  .aegis-finished-shortcode-container .aegis-finished-items-section {
    background-color: #f5f5f8;
    padding: 35px 15px 60px 40px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .aegis-finished-shortcode-container .aegis-finished-items-section {
        padding: 35px 10px 60px 30px; } }
    @media only screen and (max-width: 767px) {
      .aegis-finished-shortcode-container .aegis-finished-items-section {
        padding: 35px 0 40px; } }
    .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-section-title {
      font-family: Urbanist;
      font-size: 36px;
      font-weight: 600;
      line-height: 46px;
      letter-spacing: 0.05em;
      color: #164842;
      padding-bottom: 40px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-section-title {
          padding-bottom: 30px; } }
      @media only screen and (max-width: 767px) {
        .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-section-title {
          font-size: 28px;
          line-height: 34px;
          padding-bottom: 20px;
          padding-left: 20px;
          padding-right: 20px; } }
    .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-item-empty {
      font-family: Urbanist;
      font-size: 16px;
      font-weight: 300;
      line-height: 24px;
      letter-spacing: 0.05em;
      color: black; }
      @media only screen and (max-width: 767px) {
        .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-item-empty {
          font-size: 15px;
          line-height: 22px; } }
    .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container {
      height: 1294px;
      overflow-y: scroll;
      scrollbar-color: #5a7d7980 transparent;
      scrollbar-width: thin; }
      @media only screen and (max-width: 767px) {
        .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container {
          height: unset;
          overflow-y: unset;
          overflow-x: scroll; } }
      .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container .aegis-finished-items-scroll-container {
        display: flex;
        flex-direction: column;
        row-gap: 50px;
        padding-right: 15px; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container .aegis-finished-items-scroll-container {
            padding-right: 10px; } }
        @media only screen and (max-width: 767px) {
          .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container .aegis-finished-items-scroll-container {
            padding: 0 20px;
            flex-direction: row;
            -moz-column-gap: 20px;
                 column-gap: 20px;
            width: calc(((100vw - 70px) * 5) + 120px); } }
        .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container .aegis-finished-items-scroll-container .aegis-finished-item {
          border-bottom: 2px solid #ffffff; }
          @media only screen and (max-width: 767px) {
            .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container .aegis-finished-items-scroll-container .aegis-finished-item {
              border-bottom: none;
              width: calc(100vw - 70px); } }
          .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container .aegis-finished-items-scroll-container .aegis-finished-item .aegis-finished-item-link {
            text-decoration: none; }
            .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container .aegis-finished-items-scroll-container .aegis-finished-item .aegis-finished-item-link .aegis-finished-item-image-container {
              position: relative; }
              .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container .aegis-finished-items-scroll-container .aegis-finished-item .aegis-finished-item-link .aegis-finished-item-image-container::after {
                content: "";
                display: block;
                padding-bottom: 66%; }
              .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container .aegis-finished-items-scroll-container .aegis-finished-item .aegis-finished-item-link .aegis-finished-item-image-container img {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover;
                -o-object-position: center;
                   object-position: center; }
            .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container .aegis-finished-items-scroll-container .aegis-finished-item .aegis-finished-item-link .aegis-finished-item-info-container {
              padding: 25px 20px 50px;
              position: relative; }
              @media only screen and (max-width: 767px) {
                .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container .aegis-finished-items-scroll-container .aegis-finished-item .aegis-finished-item-link .aegis-finished-item-info-container {
                  padding: 25px 20px 30px; } }
              .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container .aegis-finished-items-scroll-container .aegis-finished-item .aegis-finished-item-link .aegis-finished-item-info-container .aegis-finished-item-title {
                width: calc(100% - 30px);
                position: absolute;
                left: 15px;
                bottom: 100%;
                margin: 0;
                font-family: Urbanist;
                font-size: 20px;
                font-weight: 600;
                line-height: 24px;
                letter-spacing: 0.05em;
                color: white;
                background-color: #154841;
                border-radius: 12px 0 0 0;
                padding: 20px 15px; }
              .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container .aegis-finished-items-scroll-container .aegis-finished-item .aegis-finished-item-link .aegis-finished-item-info-container .aegis-finished-item-meta-container {
                display: flex;
                flex-direction: column;
                row-gap: 15px; }
                .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container .aegis-finished-items-scroll-container .aegis-finished-item .aegis-finished-item-link .aegis-finished-item-info-container .aegis-finished-item-meta-container .aegis-finished-item-meta {
                  display: flex;
                  flex-direction: row;
                  -moz-column-gap: 10px;
                       column-gap: 10px;
                  font-family: Urbanist;
                  font-size: 16px;
                  font-weight: 300;
                  line-height: 24px;
                  letter-spacing: 0.05em;
                  color: black; }
                  .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container .aegis-finished-items-scroll-container .aegis-finished-item .aegis-finished-item-link .aegis-finished-item-info-container .aegis-finished-item-meta-container .aegis-finished-item-meta svg {
                    width: 20px;
                    height: 20px; }
                  @media only screen and (max-width: 767px) {
                    .aegis-finished-shortcode-container .aegis-finished-items-section .aegis-finished-items-container .aegis-finished-items-scroll-container .aegis-finished-item .aegis-finished-item-link .aegis-finished-item-info-container .aegis-finished-item-meta-container .aegis-finished-item-meta {
                      font-size: 15px;
                      line-height: 22px; } }

.aegis-activity-detail-upper-part .aegis-activity-detail-img-container img {
  width: 100%; }

.aegis-activity-detail-upper-part .aegis-activity-detail-meta-info-container {
  background-color: #154841;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 25px 40px; }
  @media only screen and (max-width: 767px) {
    .aegis-activity-detail-upper-part .aegis-activity-detail-meta-info-container {
      flex-direction: column;
      row-gap: 15px;
      padding: 20px 20px; } }
  .aegis-activity-detail-upper-part .aegis-activity-detail-meta-info-container .aegis-activity-detail-meta-info-row {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 60px;
         column-gap: 60px; }
    @media only screen and (max-width: 767px) {
      .aegis-activity-detail-upper-part .aegis-activity-detail-meta-info-container .aegis-activity-detail-meta-info-row {
        flex-direction: column;
        row-gap: 15px; } }
    .aegis-activity-detail-upper-part .aegis-activity-detail-meta-info-container .aegis-activity-detail-meta-info-row .aegis-activity-detail-meta-item {
      display: flex;
      flex-direction: row;
      -moz-column-gap: 18px;
           column-gap: 18px;
      font-family: Urbanist;
      font-size: 20px;
      font-weight: 400;
      line-height: 34px;
      letter-spacing: 0.05em;
      color: white; }
      .aegis-activity-detail-upper-part .aegis-activity-detail-meta-info-container .aegis-activity-detail-meta-info-row .aegis-activity-detail-meta-item svg {
        width: 30px;
        height: 30px; }
        @media only screen and (max-width: 767px) {
          .aegis-activity-detail-upper-part .aegis-activity-detail-meta-info-container .aegis-activity-detail-meta-info-row .aegis-activity-detail-meta-item svg {
            width: 20px;
            height: 20px; } }
      @media only screen and (max-width: 767px) {
        .aegis-activity-detail-upper-part .aegis-activity-detail-meta-info-container .aegis-activity-detail-meta-info-row .aegis-activity-detail-meta-item {
          font-size: 15px;
          line-height: 26px; } }

@media only screen and (max-width: 767px) {
  .activity-detail-lower-shortcode {
    display: flex; }
    .activity-detail-lower-shortcode .elementor-widget-container {
      width: 100%; } }

.activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container-title {
  font-family: Urbanist;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0.05em;
  text-align: left;
  padding-bottom: 50px;
  color: #317989; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container-title {
      padding-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container-title {
      padding-bottom: 30px;
      font-size: 30px;
      line-height: 36px; } }

.activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container {
      flex-direction: column; } }
  @media only screen and (max-width: 767px) {
    .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container {
      flex-direction: column; } }
  .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container .aegis-activity-guest-item {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    padding-right: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container .aegis-activity-guest-item {
        width: 100%;
        padding-right: 0; } }
    @media only screen and (max-width: 767px) {
      .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container .aegis-activity-guest-item {
        width: 100%;
        padding-right: 0; } }
    .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container .aegis-activity-guest-item .aegis-activity-guest-img-container {
      width: 40%;
      max-width: 240px;
      position: relative; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container .aegis-activity-guest-item .aegis-activity-guest-img-container {
          max-width: 160px; } }
      @media only screen and (max-width: 767px) {
        .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container .aegis-activity-guest-item .aegis-activity-guest-img-container {
          width: 30%; } }
      .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container .aegis-activity-guest-item .aegis-activity-guest-img-container::after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container .aegis-activity-guest-item .aegis-activity-guest-img-container img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        border-radius: 50%; }
    .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container .aegis-activity-guest-item .aegis-activity-guest-info-container {
      display: flex;
      flex-direction: column;
      -moz-column-gap: 15px;
           column-gap: 15px; }
      .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container .aegis-activity-guest-item .aegis-activity-guest-info-container .aegis-activity-guest-info-name {
        font-family: Urbanist;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.05em;
        color: black; }
        @media only screen and (max-width: 767px) {
          .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container .aegis-activity-guest-item .aegis-activity-guest-info-container .aegis-activity-guest-info-name {
            font-size: 22px;
            line-height: 27.5px; } }
      .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container .aegis-activity-guest-item .aegis-activity-guest-info-container .aegis-activity-guest-info-title {
        font-family: Urbanist;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.05em;
        color: black; }
        @media only screen and (max-width: 767px) {
          .activity-detail-lower-shortcode .aegis-activity-detail-lower-part .aegis-activity-detail-guest-container .aegis-activity-guest-item .aegis-activity-guest-info-container .aegis-activity-guest-info-title {
            font-size: 18;
            line-height: 24px; } }

.activity-detail-other-shortcode {
  padding: 0 20px; }
  .activity-detail-other-shortcode .mySwiper {
    max-width: 1420px; }
    .activity-detail-other-shortcode .mySwiper .swiper-wrapper .swiper-slide a {
      width: 100%; }
      .activity-detail-other-shortcode .mySwiper .swiper-wrapper .swiper-slide a:hover .aegis-other-activity-info-link-icon .aegis-other-activity-info-link-circle path {
        fill: #C04755; }
      .activity-detail-other-shortcode .mySwiper .swiper-wrapper .swiper-slide a .aegis-other-activity-item-container .aegis-other-activity-img-container {
        position: relative; }
        .activity-detail-other-shortcode .mySwiper .swiper-wrapper .swiper-slide a .aegis-other-activity-item-container .aegis-other-activity-img-container::after {
          content: "";
          display: block;
          padding-bottom: 100%; }
        .activity-detail-other-shortcode .mySwiper .swiper-wrapper .swiper-slide a .aegis-other-activity-item-container .aegis-other-activity-img-container img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
      .activity-detail-other-shortcode .mySwiper .swiper-wrapper .swiper-slide a .aegis-other-activity-item-container .aegis-other-activity-info-container {
        background-color: #00000059;
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        padding: 20px 25px; }
        @media only screen and (max-width: 767px) {
          .activity-detail-other-shortcode .mySwiper .swiper-wrapper .swiper-slide a .aegis-other-activity-item-container .aegis-other-activity-info-container {
            padding: 12px 15px; } }
        .activity-detail-other-shortcode .mySwiper .swiper-wrapper .swiper-slide a .aegis-other-activity-item-container .aegis-other-activity-info-container .aegis-other-activity-info-title {
          color: #ffffff;
          font-family: "Urbanist", Sans-serif;
          font-size: 20px;
          font-weight: 600;
          line-height: 24px;
          letter-spacing: 0.05em;
          padding-bottom: 15px; }
          @media only screen and (max-width: 767px) {
            .activity-detail-other-shortcode .mySwiper .swiper-wrapper .swiper-slide a .aegis-other-activity-item-container .aegis-other-activity-info-container .aegis-other-activity-info-title {
              font-size: 18px;
              line-height: 21px;
              letter-spacing: 0.05em;
              padding-bottom: 4px; } }
        .activity-detail-other-shortcode .mySwiper .swiper-wrapper .swiper-slide a .aegis-other-activity-item-container .aegis-other-activity-info-container .aegis-other-activity-info-link {
          display: flex;
          flex-direction: row;
          align-items: center;
          color: white;
          font-family: Urbanist;
          font-size: 12px;
          font-weight: 400;
          line-height: 25.03px;
          letter-spacing: 0.1em;
          text-align: left;
          -moz-column-gap: 15px;
               column-gap: 15px; }
          .activity-detail-other-shortcode .mySwiper .swiper-wrapper .swiper-slide a .aegis-other-activity-item-container .aegis-other-activity-info-container .aegis-other-activity-info-link .aegis-other-activity-info-link-icon {
            display: flex;
            flex-direction: row;
            align-items: center;
            position: relative; }
            .activity-detail-other-shortcode .mySwiper .swiper-wrapper .swiper-slide a .aegis-other-activity-item-container .aegis-other-activity-info-container .aegis-other-activity-info-link .aegis-other-activity-info-link-icon .aegis-other-activity-info-link-circle {
              position: absolute; }
              .activity-detail-other-shortcode .mySwiper .swiper-wrapper .swiper-slide a .aegis-other-activity-item-container .aegis-other-activity-info-container .aegis-other-activity-info-link .aegis-other-activity-info-link-icon .aegis-other-activity-info-link-circle path {
                transition: fill 0.3s linear; }

.aegis-contact-form_wrapper .gform_validation_errors,
.aegis-contact-form_wrapper .gform_heading {
  display: none; }

.aegis-contact-form_wrapper .gfield_description {
  background: transparent !important;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important; }

.aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-name {
  padding-bottom: 15px;
  padding-right: 60px; }
  @media only screen and (min-width: 1025px) and (max-width: 1500px) {
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-name {
      padding-right: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-name {
      padding-right: 30px; } }
  @media only screen and (max-width: 767px) {
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-name {
      padding-right: 0; } }
  .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-name .gfield_label {
    display: none; }
  .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-name .ginput_container {
    min-height: 46px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-name .ginput_container::before {
      content: "";
      background-image: url("../imgs/contact_name_icon.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 34px;
      height: 34px;
      margin-right: 16px; }
      @media only screen and (min-width: 1025px) and (max-width: 1500px) {
        .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-name .ginput_container::before {
          margin-right: 5px; } }
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-name .ginput_container::after {
      content: "";
      position: absolute;
      bottom: -15px;
      width: 100%;
      height: 2px;
      background-color: #7ac5aa; }
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-name .ginput_container input {
      box-shadow: none; }

.aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-phone {
  padding-bottom: 15px;
  padding-left: 60px; }
  @media only screen and (min-width: 1025px) and (max-width: 1500px) {
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-phone {
      padding-left: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-phone {
      padding-left: 30px; } }
  @media only screen and (max-width: 767px) {
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-phone {
      padding-left: 0; } }
  .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-phone .gfield_label {
    display: none; }
  .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-phone .ginput_container {
    min-height: 46px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-phone .ginput_container::before {
      content: "";
      background-image: url("../imgs/contact_phone_icon.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 34px;
      height: 34px;
      margin-right: 16px; }
      @media only screen and (min-width: 1025px) and (max-width: 1500px) {
        .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-phone .ginput_container::before {
          margin-right: 5px; } }
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-phone .ginput_container::after {
      content: "";
      position: absolute;
      bottom: -15px;
      width: 100%;
      height: 2px;
      background-color: #7ac5aa; }
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-phone .ginput_container input {
      box-shadow: none; }

.aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-email {
  padding-bottom: 15px;
  padding-right: 60px; }
  @media only screen and (min-width: 1025px) and (max-width: 1500px) {
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-email {
      padding-right: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-email {
      padding-right: 30px; } }
  @media only screen and (max-width: 767px) {
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-email {
      padding-right: 0; } }
  .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-email .gfield_label {
    display: none; }
  .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-email .ginput_container {
    min-height: 46px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-email .ginput_container::before {
      content: "";
      background-image: url("../imgs/contact_email_icon.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 34px;
      height: 34px;
      margin-right: 16px; }
      @media only screen and (min-width: 1025px) and (max-width: 1500px) {
        .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-email .ginput_container::before {
          margin-right: 5px; } }
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-email .ginput_container::after {
      content: "";
      position: absolute;
      bottom: -15px;
      width: 100%;
      height: 2px;
      background-color: #7ac5aa; }
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-email .ginput_container input {
      box-shadow: none; }

.aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-inquiry {
  padding-bottom: 15px;
  padding-left: 60px; }
  @media only screen and (min-width: 1025px) and (max-width: 1500px) {
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-inquiry {
      padding-left: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-inquiry {
      padding-left: 30px; } }
  @media only screen and (max-width: 767px) {
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-inquiry {
      padding-left: 0; } }
  .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-inquiry .gfield_label {
    display: none; }
  .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-inquiry .ginput_container {
    position: relative; }
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-inquiry .ginput_container select {
      padding-left: 0;
      padding-right: 0;
      box-shadow: none; }
    .aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-inquiry .ginput_container::after {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #7ac5aa; }

.aegis-contact-form_wrapper .aegis-contact-form .aegis-contact-message {
  border-bottom: 2px solid #7ac5aa; }

.google-map {
  height: 540px;
  display: none; }
  @media only screen and (max-width: 767px) {
    .google-map {
      display: none; } }
  .google-map.google-map-mobile {
    display: block;
    height: 50vh; }
  .google-map.active {
    display: block; }
    @media only screen and (max-width: 767px) {
      .google-map.active {
        display: none; } }

.aegis-offices-row-main-container {
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: #f8f8f8;
  padding: 90px 145px; }
  @media only screen and (min-width: 1025px) and (max-width: 1500px) {
    .aegis-offices-row-main-container {
      padding: 90px 100px; } }
  @media only screen and (max-width: 1024px) {
    .aegis-offices-row-main-container {
      padding: 60px 80px; } }
  @media only screen and (max-width: 950px) {
    .aegis-offices-row-main-container {
      padding: 60px 60px; } }
  @media only screen and (max-width: 767px) {
    .aegis-offices-row-main-container {
      display: none; } }
  .aegis-offices-row-main-container .aegis-offices-row-outer-container {
    width: 100%; }
    .aegis-offices-row-main-container .aegis-offices-row-outer-container .aegis-offices-row-container {
      display: none;
      width: 100%;
      justify-content: space-between; }
      .aegis-offices-row-main-container .aegis-offices-row-outer-container .aegis-offices-row-container.active {
        display: flex; }
      .aegis-offices-row-main-container .aegis-offices-row-outer-container .aegis-offices-row-container .aegis-office-item {
        width: calc(100% / 3);
        max-width: 396px;
        padding: 0 20px;
        border-right: 2px solid #086b7133;
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        cursor: pointer; }
        .aegis-offices-row-main-container .aegis-offices-row-outer-container .aegis-offices-row-container .aegis-office-item .aegis-office-item-label {
          font-family: Urbanist;
          font-size: 36px;
          font-weight: 400;
          line-height: 44px;
          letter-spacing: 0.05em;
          text-align: left;
          color: #317989; }
        .aegis-offices-row-main-container .aegis-offices-row-outer-container .aegis-offices-row-container .aegis-office-item .aegis-office-item-address {
          display: flex;
          font-family: Urbanist;
          font-size: 20px;
          font-weight: 400;
          line-height: 34px;
          letter-spacing: 0.05em;
          text-align: left;
          color: black;
          flex: 1 1;
          -moz-column-gap: 25px;
               column-gap: 25px; }
          .aegis-offices-row-main-container .aegis-offices-row-outer-container .aegis-offices-row-container .aegis-office-item .aegis-office-item-address::before {
            content: url(../imgs/map_marker_icon.svg);
            display: inline-block; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .aegis-offices-row-main-container .aegis-offices-row-outer-container .aegis-offices-row-container .aegis-office-item .aegis-office-item-address {
              font-size: 18px;
              line-height: 21.6px;
              -moz-column-gap: 20px;
                   column-gap: 20px; } }
        .aegis-offices-row-main-container .aegis-offices-row-outer-container .aegis-offices-row-container .aegis-office-item .aegis-office-item-email {
          display: flex;
          font-family: Urbanist;
          font-size: 20px;
          font-weight: 400;
          line-height: 34px;
          letter-spacing: 0.05em;
          text-align: left;
          color: black;
          -moz-column-gap: 25px;
               column-gap: 25px;
          line-break: anywhere; }
          .aegis-offices-row-main-container .aegis-offices-row-outer-container .aegis-offices-row-container .aegis-office-item .aegis-office-item-email::before {
            content: url(../imgs/map_email_icon.svg);
            display: inline-block; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .aegis-offices-row-main-container .aegis-offices-row-outer-container .aegis-offices-row-container .aegis-office-item .aegis-office-item-email {
              font-size: 18px;
              line-height: 21.6px;
              -moz-column-gap: 20px;
                   column-gap: 20px; } }
        .aegis-offices-row-main-container .aegis-offices-row-outer-container .aegis-offices-row-container .aegis-office-item .aegis-office-item-tel {
          display: flex;
          font-family: Urbanist;
          font-size: 20px;
          font-weight: 400;
          line-height: 34px;
          letter-spacing: 0.05em;
          text-align: left;
          color: black;
          -moz-column-gap: 25px;
               column-gap: 25px; }
          .aegis-offices-row-main-container .aegis-offices-row-outer-container .aegis-offices-row-container .aegis-office-item .aegis-office-item-tel::before {
            content: url(../imgs/map_phone_icon.svg);
            display: inline-block; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .aegis-offices-row-main-container .aegis-offices-row-outer-container .aegis-offices-row-container .aegis-office-item .aegis-office-item-tel {
              font-size: 18px;
              line-height: 21.6px;
              -moz-column-gap: 20px;
                   column-gap: 20px; } }
        .aegis-offices-row-main-container .aegis-offices-row-outer-container .aegis-offices-row-container .aegis-office-item .aegis-office-item-hours {
          display: flex;
          font-family: Urbanist;
          font-size: 20px;
          font-weight: 400;
          line-height: 34px;
          letter-spacing: 0.05em;
          text-align: left;
          color: black;
          -moz-column-gap: 25px;
               column-gap: 25px; }
          .aegis-offices-row-main-container .aegis-offices-row-outer-container .aegis-offices-row-container .aegis-office-item .aegis-office-item-hours::before {
            content: url(../imgs/map_hours_icon.svg);
            display: inline-block; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .aegis-offices-row-main-container .aegis-offices-row-outer-container .aegis-offices-row-container .aegis-office-item .aegis-office-item-hours {
              font-size: 18px;
              line-height: 21.6px;
              -moz-column-gap: 20px;
                   column-gap: 20px; } }
  .aegis-offices-row-main-container .aegis-offices-row-pagination {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    row-gap: 25px;
    top: 0;
    right: 35px; }
    @media only screen and (max-width: 1024px) {
      .aegis-offices-row-main-container .aegis-offices-row-pagination {
        right: 30px; } }
    @media only screen and (max-width: 950px) {
      .aegis-offices-row-main-container .aegis-offices-row-pagination {
        right: 20px; } }
    .aegis-offices-row-main-container .aegis-offices-row-pagination .dot-row {
      width: 15px;
      height: 15px;
      background-color: #13463f;
      border-radius: 50%;
      cursor: pointer;
      transition: all 0.2s linear; }
      .aegis-offices-row-main-container .aegis-offices-row-pagination .dot-row.active {
        width: 20px;
        height: 20px;
        background-color: #c04755;
        cursor: auto; }

#officeCarousel {
  display: none; }
  @media only screen and (max-width: 767px) {
    #officeCarousel {
      display: block; } }
  #officeCarousel .carousel-item .aegis-office-item-mobile {
    background-color: #f8f8f8;
    padding: 30px 20px; }
    #officeCarousel .carousel-item .aegis-office-item-mobile .aegis-office-item-label {
      font-family: Urbanist;
      font-size: 30px;
      font-weight: 400;
      line-height: 38px;
      letter-spacing: 0.05em;
      text-align: left;
      color: #317989;
      padding-bottom: 20px; }
    #officeCarousel .carousel-item .aegis-office-item-mobile .aegis-office-item-address {
      display: flex;
      flex-direction: row;
      -moz-column-gap: 20px;
           column-gap: 20px;
      font-family: Urbanist;
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0.05em;
      text-align: left;
      color: black;
      padding-bottom: 20px; }
    #officeCarousel .carousel-item .aegis-office-item-mobile .aegis-office-item-email {
      display: flex;
      flex-direction: row;
      -moz-column-gap: 20px;
           column-gap: 20px;
      font-family: Urbanist;
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0.05em;
      text-align: left;
      color: black;
      padding-bottom: 20px; }
    #officeCarousel .carousel-item .aegis-office-item-mobile .aegis-office-item-tel {
      display: flex;
      flex-direction: row;
      -moz-column-gap: 20px;
           column-gap: 20px;
      font-family: Urbanist;
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0.05em;
      text-align: left;
      color: black;
      padding-bottom: 20px; }
    #officeCarousel .carousel-item .aegis-office-item-mobile .aegis-office-item-hours {
      display: flex;
      flex-direction: row;
      -moz-column-gap: 20px;
           column-gap: 20px;
      font-family: Urbanist;
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0.05em;
      text-align: left;
      color: black; }
  #officeCarousel .carousel-indicators {
    bottom: -48px; }
    #officeCarousel .carousel-indicators button {
      opacity: 1;
      background-color: #13463F;
      width: 10px;
      height: 10px;
      border-radius: 50%; }
      #officeCarousel .carousel-indicators button[aria-current="true"] {
        background-color: #C04755; }

body {
  scroll-behavior: smooth; }

.e-con .elementor-widget {
  min-width: auto; }


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