.page-id-161699 .gd-section--hero-banner .gd-banner-background img.portrait {
  display: block;
}
@media all and (min-width: 768px) {
  .page-id-161699 .gd-section--hero-banner .gd-banner-background img.portrait {
    display: none;
  }
}
.page-id-161699 .gd-section--hero-banner .gd-banner-background img.landscape {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 767px) {
  .page-id-161699 .gd-section--hero-banner .gd-banner-background img.landscape {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .page-id-161699 .gd-banner .headlines {
    margin-bottom: 120vw !important;
  }
}

.gd-section--hero-banner {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .gd-section--hero-banner {
    min-height: 675px;
  }
}
.gd-section--hero-banner.auto-height {
  min-height: unset;
}
.gd-section--hero-banner.image-is-offset {
  overflow: visible;
}
@media (min-width: 768px) {
  .gd-section--hero-banner.image-is-offset .gd-banner .container .headlines {
    max-width: 560px;
  }
}
.gd-section--hero-banner.image-is-cover .gd-banner-background img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gd-section--hero-banner.color-teal {
  background-color: #2ED8C3;
}
.gd-section--hero-banner.color-teal .gd-banner h1 {
  color: #003D5B;
  /*
  color: white;
  background: $green-dark;
  box-shadow: 2px 0 0 $green-dark, -2px 0 0 $green-dark;

  @include media-breakpoint-up(md) {
    box-shadow: 5px 0 0 $green-dark, -5px 0 0 $green-dark;
  }

  @include media-breakpoint-up(lg) {
    box-shadow: 10px 0 0 $green-dark, -10px 0 0 $green-dark;
  }
  */
}
.gd-section--hero-banner.color-teal .gd-banner h2 {
  color: #003D5B;
}
.gd-section--hero-banner.color-teal .gd-banner a {
  color: #003D5B;
}
.gd-section--hero-banner.color-teal .gd-banner .button {
  color: white !important;
  background-color: #CC3262 !important;
}
.gd-section--hero-banner.color-pink {
  background-color: #CC3262;
}
.gd-section--hero-banner.color-pink .gd-banner h1 {
  color: white;
  /*
  color: $green-dark;
  background: white;
  box-shadow: 2px 0 0 white, -2px 0 0 white;

  @include media-breakpoint-up(md) {
    box-shadow: 5px 0 0 white, -5px 0 0 white;
  }

  @include media-breakpoint-up(lg) {
    box-shadow: 10px 0 0 white, -10px 0 0 white;
  }
  */
}
.gd-section--hero-banner.color-pink .gd-banner h2 {
  color: white;
}
.gd-section--hero-banner.color-pink .gd-banner a {
  color: #003D5B;
}
.gd-section--hero-banner.color-pink .gd-banner .button {
  color: white !important;
  background-color: #003D5B !important;
}
.gd-section--hero-banner.color-green-dark {
  background-color: #003D5B;
}
.gd-section--hero-banner.color-green-dark .gd-banner h1 {
  color: white;
  /*
  color: white;
  background: $green-dark;
  box-shadow: 2px 0 0 $green-dark, -2px 0 0 $green-dark;
  //background: $pink;
  //box-shadow: 2px 0 0 $pink, -2px 0 0 $pink;

  @include media-breakpoint-up(md) {
    box-shadow: 5px 0 0 $green-dark, -5px 0 0 $green-dark;
  }

  @include media-breakpoint-up(lg) {
    box-shadow: 10px 0 0 $green-dark, -10px 0 0 $green-dark;
  }
  */
}
.gd-section--hero-banner.color-green-dark .gd-banner h2 {
  color: white;
}
.gd-section--hero-banner.color-green-dark .gd-banner a {
  color: #CC3262;
}
.gd-section--hero-banner.color-green-dark .gd-banner .button {
  color: white !important;
  background-color: #CC3262 !important;
}
.gd-section--hero-banner.color-green-dark-teal {
  background-color: #003D5B;
}
.gd-section--hero-banner.color-green-dark-teal .gd-banner {
  /*
  .button {
    color: white !important;
    background-color: $pink !important;
  }
  */
}
.gd-section--hero-banner.color-green-dark-teal .gd-banner h1 {
  color: white;
  /*
  color: $green-dark;
  background: $teal;
  box-shadow: 2px 0 0 $teal, -2px 0 0 $teal;

  @include media-breakpoint-up(md) {
    box-shadow: 5px 0 0 $teal, -5px 0 0 $teal;
  }

  @include media-breakpoint-up(lg) {
    box-shadow: 10px 0 0 $teal, -10px 0 0 $teal;
  }
  */
}
.gd-section--hero-banner.color-green-dark-teal .gd-banner h2 {
  color: white;
}
.gd-section--hero-banner.color-green-dark-teal .gd-banner a {
  color: white;
}
.gd-section--hero-banner.color-green-dark-minimal {
  background-color: #003D5B;
}
.gd-section--hero-banner.color-green-dark-minimal .gd-banner h1 {
  color: white;
  /*
  background: transparent;
  box-shadow: 2px 0 0 $pink, -2px 0 0 $pink;

  @include media-breakpoint-up(md) {
      box-shadow: 5px 0 0 $pink, -5px 0 0 $pink;
  }

  @include media-breakpoint-up(lg) {
      box-shadow: 10px 0 0 $pink, -10px 0 0 $pink;
  }
  */
}
.gd-section--hero-banner.color-green-dark-minimal .gd-banner h2 {
  color: white;
}
.gd-section--hero-banner.color-green-dark-minimal .gd-banner a {
  color: white;
}
.gd-section--hero-banner.color-green-dark-minimal .gd-banner .button {
  color: #003D5B !important;
  background-color: white !important;
}
.gd-section--hero-banner.color-green {
  background-color: #007380;
}
.gd-section--hero-banner.color-green .gd-banner h1 {
  color: white;
  /*
  background: $green-dark;
  box-shadow: 2px 0 0 $green-dark, -2px 0 0 $green-dark;

  @include media-breakpoint-up(md) {
    box-shadow: 5px 0 0 $green-dark, -5px 0 0 $green-dark;
  }

  @include media-breakpoint-up(lg) {
    box-shadow: 10px 0 0 $green-dark, -10px 0 0 $green-dark;
  }
  */
}
.gd-section--hero-banner.color-green .gd-banner h2 {
  color: white;
}
.gd-section--hero-banner.color-green .gd-banner a {
  color: #003D5B;
}
.gd-section--hero-banner.color-green .gd-banner .button {
  color: white !important;
  background-color: #CC3262 !important;
}
.gd-section--hero-banner a.button {
  cursor: pointer;
}
.gd-section--hero-banner a.button.white {
  background: #fff !important;
  color: #003D5B !important;
}
.gd-section--hero-banner a.button.pink {
  background: #CC3262 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .gd-section--hero-banner .gd-section--hero-banner--hold {
    position: relative;
  }
}
.gd-section--hero-banner .gd-banner {
  position: relative;
  z-index: 15;
  padding-top: 54px;
  padding-bottom: 30px;
  min-height: 480px;
}
@media (min-width: 768px) {
  .gd-section--hero-banner .gd-banner {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .gd-section--hero-banner .gd-banner {
    padding-top: 106px;
    padding-bottom: 74px;
  }
}
.gd-section--hero-banner .gd-banner .container .headlines {
  max-width: 220px;
}
@media (min-width: 768px) {
  .gd-section--hero-banner .gd-banner .container .headlines {
    max-width: 420px;
  }
}
@media (min-width: 992px) {
  .gd-section--hero-banner .gd-banner .container .headlines {
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .gd-section--hero-banner .gd-banner .container .h1-hold {
    width: 160%;
  }
}
.gd-section--hero-banner .gd-banner .container h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.gd-section--hero-banner .gd-banner .container .headlines {
  max-width: 250px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gd-section--hero-banner .gd-banner .container .headlines {
    max-width: 420px;
  }
}
@media (min-width: 992px) {
  .gd-section--hero-banner .gd-banner .container .headlines {
    max-width: 720px;
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  .gd-section--hero-banner .gd-banner .container .headlines {
    max-width: 680px;
  }
}
@media (max-width: 991px) {
  .gd-section--hero-banner .gd-banner .container .headlines {
    max-width: 540px;
    margin-left: 6px;
  }
}
@media (max-width: 767px) {
  .gd-section--hero-banner .gd-banner .container .headlines {
    max-width: calc(100% - 125px);
    margin-left: 3px;
  }
}
@media (max-width: 360px) {
  .gd-section--hero-banner .gd-banner .container .headlines {
    max-width: calc(100% - 112px);
  }
}
@media (max-width: 991px) {
  .gd-section--hero-banner .gd-banner .container .h1-hold {
    width: 125%;
  }
}
.gd-section--hero-banner .gd-banner .container h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  display: inline;
  padding: 3px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media (min-width: 768px) {
  .gd-section--hero-banner .gd-banner .container h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .gd-section--hero-banner .gd-banner .container h1 {
    font-size: 50px;
    padding: 4px 0;
  }
}
.gd-section--hero-banner .gd-banner .container h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.51;
  margin-top: 16px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .gd-section--hero-banner .gd-banner .container h2 {
    font-size: 20px;
    margin-top: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .gd-section--hero-banner .gd-banner .container h2 {
    font-size: 24px;
  }
}
.gd-section--hero-banner .gd-banner .container h2 .font-weight-regular {
  font-weight: normal !important;
}
.gd-section--hero-banner .gd-banner .container a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.51;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .gd-section--hero-banner .gd-banner .container a {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .gd-section--hero-banner .gd-banner .container a {
    font-size: 24px;
  }
}
.gd-section--hero-banner .gd-banner .container.text-white a {
  color: #FFFFFF;
}
.gd-section--hero-banner .gd-banner .container.text-white .banner__popular_search a.link {
  color: #FFFFFF;
}
.gd-section--hero-banner .gd-banner .container.with-flyout {
  padding-bottom: 150px;
}
@media (min-width: 768px) {
  .gd-section--hero-banner .gd-banner .container.with-flyout {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .gd-section--hero-banner .gd-banner .container {
    padding-bottom: 70px;
  }
  .gd-section--hero-banner .gd-banner .container h1 br {
    display: none;
  }
}
.gd-section--hero-banner .graphic_image {
  width: 1077px;
  height: 616px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1439px) {
  .gd-section--hero-banner .graphic_image {
    width: 877px;
    height: 466px;
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .gd-section--hero-banner .graphic_image {
    width: 677px;
    height: 346px;
  }
}
@media (max-width: 767px) {
  .gd-section--hero-banner .graphic_image {
    width: 557px;
    height: 256px;
  }
}
@media (max-width: 767px) {
  .gd-section--hero-banner .graphic_image + .gd-banner-person.is-size-contain {
    right: -140px;
  }
}
.gd-section--hero-banner .gd-banner-person {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 342px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media (min-width: 768px) {
  .gd-section--hero-banner .gd-banner-person {
    right: -150px;
    width: 500px;
  }
}
@media (min-width: 992px) {
  .gd-section--hero-banner .gd-banner-person {
    right: auto;
    left: 58vw;
    width: 705px;
  }
}
.gd-section--hero-banner .gd-banner-person.is-size-cover {
  right: -160px;
}
@media (min-width: 992px) {
  .gd-section--hero-banner .gd-banner-person.is-size-cover {
    background-size: cover;
  }
}
.gd-section--hero-banner .gd-banner-person.is-size-contain {
  right: -180px;
  background-size: contain;
  background-position: center bottom;
}
.gd-section--hero-banner .gd-banner-person.is-size-contain.with-flyout {
  background-position: center;
}
@media (min-width: 992px) {
  .gd-section--hero-banner .gd-banner-person.is-size-contain {
    right: -180px;
  }
}
.gd-section--hero-banner .gd-banner-person.is-size-offset {
  left: 50vw;
  right: -180px;
  background-size: contain;
  background-position: center bottom;
}
.gd-section--hero-banner .gd-banner-person.is-size-offset.with-flyout {
  background-position: center;
}
@media (min-width: 992px) {
  .gd-section--hero-banner .gd-banner-person.is-size-offset {
    right: -180px;
    bottom: -150px;
  }
}
@media (min-width: 768px) {
  .gd-section--hero-banner .gd-banner-person.is-video {
    display: flex;
    align-items: flex-end;
  }
}
.gd-section--hero-banner .gd-banner-person.is-video video {
  width: 100%;
}
@media (min-width: 768px) {
  .gd-section--hero-banner .gd-banner-person.is-video video.is-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .gd-section--hero-banner .gd-banner-person.is-video video.has-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .gd-section--hero-banner .gd-banner-person.is-video video {
    bottom: 0;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .gd-section--hero-banner .gd-banner-person {
    right: -35%;
  }
}
@media (max-width: 360px) {
  .gd-section--hero-banner .gd-banner-person {
    right: -40%;
  }
}
@media (max-width: 991px) {
  .gd-section--hero-banner.padding-top-small .gd-banner-person {
    top: -20px !important;
  }
}
@media (max-width: 991px) {
  .gd-section--hero-banner.padding-top-medium .gd-banner-person {
    top: -50px !important;
  }
}
@media (max-width: 991px) {
  .gd-section--hero-banner.padding-top-large .gd-banner-person {
    top: -100px !important;
  }
}
@media (max-width: 991px) {
  .gd-section--hero-banner.padding-bottom-small .gd-banner-person {
    bottom: -20px !important;
  }
}
@media (max-width: 991px) {
  .gd-section--hero-banner.padding-bottom-medium .gd-banner-person {
    bottom: -60px !important;
  }
}
@media (max-width: 991px) {
  .gd-section--hero-banner.padding-bottom-large .gd-banner-person {
    bottom: -100px !important;
  }
}
.gd-section--hero-banner .flyout-container {
  position: absolute;
  z-index: 90000;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 576px) {
  .gd-section--hero-banner .flyout-container {
    z-index: 20;
  }
}
@media (max-width: 767px) {
  .gd-section--hero-banner .flyout-container {
    right: auto;
    left: 15px;
    width: calc(100% - 30px);
  }
}
.gd-section--hero-banner .flyout {
  position: relative;
  display: flex;
  align-items: center;
  transition: transform 500ms;
  transform: translateX(700px);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 50px rgba(1, 71, 81, 0.4);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
}
@media (max-width: 991px) {
  .gd-section--hero-banner .flyout {
    padding: 10px 0;
  }
}
@media (min-width: 576px) {
  .gd-section--hero-banner .flyout {
    min-width: 430px;
  }
}
.gd-section--hero-banner .flyout svg {
  margin-right: 8px;
}
.gd-section--hero-banner .flyout a {
  display: flex;
  text-decoration: none;
}
.gd-section--hero-banner .flyout a.arrow {
  padding-right: 8px;
}
.gd-section--hero-banner .flyout--active {
  transform: translate3D(0, 0, 0) !important;
}
.gd-section--hero-banner .flyout__close {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
}
.gd-section--hero-banner .flyout__close svg {
  width: 14px;
  height: 14px;
  margin-right: 0;
}
.gd-section--hero-banner .flyout__close a {
  padding: 5px;
}
.gd-section--hero-banner .flyout--closed {
  display: none;
}
.gd-section--hero-banner .flyout__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 300px;
  text-align: left;
}
@media (min-width: 992px) {
  .gd-section--hero-banner .flyout__content {
    margin-right: 24px;
    margin-left: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.gd-section--hero-banner .flyout__content h3 {
  font-size: 12px;
  font-weight: bold;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #2ED8C3;
}
@media (min-width: 992px) {
  .gd-section--hero-banner .flyout__content h3 {
    font-size: 14px;
  }
}
.gd-section--hero-banner .flyout__content p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  color: #003D5B;
}
@media (min-width: 992px) {
  .gd-section--hero-banner .flyout__content p {
    font-size: 16px;
  }
}
.gd-section--hero-banner .flyout__content p a {
  color: #003D5B !important;
}
.gd-section--hero-banner .flyout__content a.more {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 8px;
  text-decoration: underline;
  color: #003D5B;
}
@media (min-width: 992px) {
  .gd-section--hero-banner .flyout__content a.more {
    font-size: 16px;
  }
}
.gd-section--hero-banner .flyout__illustration {
  display: flex;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 22px;
}
@media (max-width: 767px) {
  .gd-section--hero-banner .flyout__illustration {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
  }
}
.gd-section--hero-banner .flyout__illustration img {
  max-width: 130px;
  max-height: 40px;
}
@media (max-width: 767px) {
  .gd-section--hero-banner .flyout__illustration img {
    max-width: 80px;
  }
}
@media (min-width: 576px) {
  .gd-section--hero-banner .flyout.flyout__box_format-button {
    padding: 12px 0 12px 20px;
  }
}
@media (max-width: 575px) {
  .gd-section--hero-banner .flyout.flyout__box_format-button {
    padding: 0 0 50px 0;
  }
}
.gd-section--hero-banner .flyout.flyout__box_format-button .flyout__content {
  padding-bottom: 17px;
}
@media (max-width: 575px) {
  .gd-section--hero-banner .flyout.flyout__box_format-button .flyout__content {
    margin-left: 12px;
  }
}
.gd-section--hero-banner .flyout.flyout__box_format-button .flyout__content a.more {
  display: none;
}
.gd-section--hero-banner .flyout.flyout__box_format-button .hold-button {
  align-self: center;
  margin-right: 24px;
}
@media (max-width: 575px) {
  .gd-section--hero-banner .flyout.flyout__box_format-button .hold-button {
    position: absolute;
    bottom: 12px;
    left: 12px;
  }
}
.gd-section--hero-banner .flyout.flyout__box_format-button .hold-button .button {
  font-size: 80%;
  background-color: #007380 !important;
}
.gd-section--hero-banner .gd-banner-stats {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F7F7F7;
}
@media (max-width: 767px) {
  .gd-section--hero-banner .gd-banner-stats {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.gd-section--hero-banner .gd-banner-stats .container {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .gd-section--hero-banner .gd-banner-stats .container {
    flex-direction: column;
  }
}
.gd-section--hero-banner .gd-banner-stats__item {
  position: relative;
  width: 220px;
  margin-right: 24px;
}
@media (min-width: 768px) {
  .gd-section--hero-banner .gd-banner-stats__item:not(:last-child)::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='1' height='137' viewBox='0 0 1 137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 137L1 136.493L2.64448e-08 136.493L0 137L1 137ZM1 132.433L1 131.419L2.90892e-07 131.419L2.38003e-07 132.433L1 132.433ZM1 127.359L1 126.344L5.5534e-07 126.344L5.02451e-07 127.359L1 127.359ZM1 122.285L1 121.27L8.19788e-07 121.27L7.66898e-07 122.285L1 122.285ZM1 117.211L1 116.196L1.08424e-06 116.196L1.03135e-06 117.211L1 117.211ZM1 112.137L1 111.122L1.34868e-06 111.122L1.29579e-06 112.137L1 112.137ZM1 107.063L1 106.048L1.61313e-06 106.048L1.56024e-06 107.063L1 107.063ZM1 101.989L1 100.974L1.87758e-06 100.974L1.82469e-06 101.989L1 101.989ZM1 96.9148L1 95.9L2.14203e-06 95.9L2.08914e-06 96.9148L1 96.9148ZM1 91.8407L1 90.8259L2.40647e-06 90.8259L2.35358e-06 91.8407L1 91.8407ZM1 86.7667L1 85.7519L2.67092e-06 85.7519L2.61803e-06 86.7667L1 86.7667ZM1 81.6926L1 80.6778L2.93537e-06 80.6778L2.88248e-06 81.6926L1 81.6926ZM1 76.6185L1 75.6037L3.19982e-06 75.6037L3.14693e-06 76.6185L1 76.6185ZM1 71.5444L1 70.5296L3.46426e-06 70.5296L3.41137e-06 71.5444L1 71.5444ZM1 66.4704L1 65.4556L3.72871e-06 65.4556L3.67582e-06 66.4704L1 66.4704ZM1 61.3963L1 60.3815L3.99316e-06 60.3815L3.94027e-06 61.3963L1 61.3963ZM1 56.3222L1 55.3074L4.25761e-06 55.3074L4.20472e-06 56.3222L1 56.3222ZM1 51.2482L1 50.2333L4.52205e-06 50.2333L4.46916e-06 51.2482L1 51.2482ZM1 46.1741L1 45.1593L4.7865e-06 45.1593L4.73361e-06 46.1741L1 46.1741ZM1 41.1L1.00001 40.0852L5.05095e-06 40.0852L4.99806e-06 41.1L1 41.1ZM1.00001 36.0259L1.00001 35.0111L5.3154e-06 35.0111L5.26251e-06 36.0259L1.00001 36.0259ZM1.00001 30.9519L1.00001 29.937L5.57985e-06 29.937L5.52696e-06 30.9519L1.00001 30.9519ZM1.00001 25.8778L1.00001 24.863L5.84429e-06 24.863L5.7914e-06 25.8778L1.00001 25.8778ZM1.00001 20.8037L1.00001 19.7889L6.10874e-06 19.7889L6.05585e-06 20.8037L1.00001 20.8037ZM1.00001 15.7296L1.00001 14.7148L6.37319e-06 14.7148L6.3203e-06 15.7296L1.00001 15.7296ZM1.00001 10.6556L1.00001 9.64075L6.63764e-06 9.64075L6.58475e-06 10.6556L1.00001 10.6556ZM1.00001 5.58148L1.00001 4.56666L6.90208e-06 4.56666L6.84919e-06 5.58148L1.00001 5.58148ZM1.00001 0.507401L1.00001 2.60587e-08L7.14009e-06 -2.60587e-08L7.11364e-06 0.507401L1.00001 0.507401Z' fill='%23B8B8B8'/%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 767px) {
  .gd-section--hero-banner .gd-banner-stats__item {
    width: 100%;
    margin-right: 0;
    height: 110px;
  }
  .gd-section--hero-banner .gd-banner-stats__item:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #2ED8C3;
  }
}
.gd-section--hero-banner .gd-banner-stats__item p:first-child {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  color: #003D5B;
}
@media (min-width: 768px) {
  .gd-section--hero-banner .gd-banner-stats__item p:first-child {
    font-size: 35px;
  }
}
.gd-section--hero-banner .gd-banner-stats__item p:nth-child(2) {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  display: inline-block;
  max-width: 250px;
  margin-top: 8px;
  color: #007380;
}
@media (min-width: 768px) {
  .gd-section--hero-banner .gd-banner-stats__item p:nth-child(2) {
    max-width: 200px;
    margin-top: 5px;
  }
}
.gd-section--hero-banner .icon_waw {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 40%;
}
@media (max-width: 767px) {
  .gd-section--hero-banner .icon_waw {
    max-width: 80%;
  }
}
.gd-section--hero-banner .icon_waw svg {
  width: 100%;
  height: auto;
}
.gd-section--hero-banner .video-cta {
  margin-top: 40px;
  max-width: 700px;
}
.gd-section--hero-banner .video-cta a {
  align-items: flex-end !important;
  cursor: pointer;
  color: white !important;
  font-weight: normal !important;
  font-size: 95% !important;
}
@media (max-width: 575px) {
  .gd-section--hero-banner .video-cta a {
    flex-direction: column;
    align-items: flex-start !important;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.gd-section--hero-banner .video-cta a .video-hold {
  position: relative;
  width: 300px;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 575px) {
  .gd-section--hero-banner .video-cta a .video-hold {
    order: 2;
    width: 200px;
    margin: 12px 0 0 0;
    padding: 0;
    border: 0;
  }
}
.gd-section--hero-banner .video-cta a .video-hold video {
  position: relative;
  z-index: 8;
  display: block;
  width: 100%;
}
.gd-section--hero-banner .video-cta a .video-hold:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  right: 26px;
  bottom: 0;
  left: 0;
  background: url(../../images/hero-video-base.png) center no-repeat;
  background-size: cover;
}
@media (max-width: 575px) {
  .gd-section--hero-banner .video-cta a .video-hold:after {
    right: 0;
  }
}
.gd-section--hero-banner .video-cta a .video-hold:before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  right: 26px;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.2;
}
@media (max-width: 575px) {
  .gd-section--hero-banner .video-cta a .video-hold:before {
    right: 0;
  }
}
@media (max-width: 575px) {
  .gd-section--hero-banner .video-cta a span {
    order: 1;
    display: block;
    width: auto;
  }
}
.gd-section--hero-banner .gd-banner-background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gd-section--hero-banner .gd-banner-background img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100.01%;
  min-height: 100.01%;
}
@media (min-width: 576px) {
  .gd-section--hero-banner .gd-banner-background img.portrait {
    display: none;
  }
}
@media (max-width: 575px) {
  .gd-section--hero-banner .gd-banner-background img.landscape {
    display: none;
  }
}
@media (max-width: 991px) {
  .gd-section--hero-banner.padding-top-small .gd-banner-background {
    top: -20px !important;
  }
}
@media (max-width: 991px) {
  .gd-section--hero-banner.padding-top-medium .gd-banner-background {
    top: -50px !important;
  }
}
@media (max-width: 991px) {
  .gd-section--hero-banner.padding-top-large .gd-banner-background {
    top: -100px !important;
  }
}
.gd-section--hero-banner .gd-banner-background.landscape-bottom img.landscape {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
  max-width: 2000px;
}
.gd-section--hero-banner .gd-banner-background.portrait-bottom img.portrait {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .gd-section--hero-banner .gd-banner-background.cover img {
    max-width: none !important;
    width: auto !important;
  }
}
@media (max-width: 575px) {
  .gd-section--hero-banner .gd-banner.portrait-full-content .headlines {
    max-width: none;
  }
  .gd-section--hero-banner .gd-banner.portrait-full-content .h1-hold {
    width: auto !important;
  }
}

.gd-banner__search__form {
  display: flex;
  margin-bottom: 55px;
}
@media (max-width: 1199px) {
  .gd-banner__search__form {
    margin-bottom: 40px;
    flex-wrap: wrap;
    max-width: 580px;
  }
}
@media (max-width: 991px) {
  .gd-banner__search__form {
    max-width: 460px;
  }
}
@media (max-width: 767px) {
  .gd-banner__search__form {
    margin-bottom: 24px;
  }
}
.gd-banner__search__field {
  width: 33.3333%;
  margin-right: 8px;
  background-color: #FFF;
  /* padding: 8px 12px 2px 12px; */
  position: relative;
  border-radius: 2px;
}
.gd-banner__search__field:last-child {
  margin-right: 0;
}
.gd-banner__search__field label {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #007380;
  position: absolute;
  left: 12px;
  top: 8px;
}
.gd-banner__search__field select {
  padding: 10px 20px;
  margin-top: 0;
  cursor: pointer;
  min-height: 70px;
  border: 0 none;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  background-image: url("../../images/down_arrow.svg");
  background-position: 91% 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  transition: all ease-in-out 0.25s;
}
.gd-banner__search__field select:hover {
  background-color: #003D5B;
  color: #FFF;
  background-image: url("../../images/down_arrow_white.svg");
}
.gd-banner__search__field span.icon {
  width: 20px;
  display: inline-block;
  line-height: 0;
  margin-right: 12px;
}
.gd-banner__search__field.submit {
  max-width: 160px;
  background-color: transparent;
  padding: 0;
}
.gd-banner__search__field button.button {
  padding: 0 !important;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .gd-banner__search__field {
    margin-bottom: 8px;
    width: 50%;
  }
  .gd-banner__search__field.submit {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .gd-banner__search__field {
    max-width: 280px !important;
    width: calc(50% - 8px);
    margin-bottom: 8px;
  }
  .gd-banner__search__field select {
    min-height: 55px;
  }
}
@media (max-width: 767px) {
  .gd-banner__search__field {
    width: 100%;
    max-width: initial !important;
    margin-right: 0;
  }
  .gd-banner__search__field:last-child {
    margin-bottom: 0;
  }
  .gd-banner__search__field.submit {
    height: 55px;
    max-width: 160px !important;
  }
}
.gd-banner__search .language,
.gd-banner__search .category {
  max-width: 200px;
}
@media (max-width: 1199px) {
  .gd-banner__search .language,
  .gd-banner__search .category {
    max-width: 280px;
  }
}
.gd-banner__search .country {
  max-width: 250px;
}
@media (max-width: 1199px) {
  .gd-banner__search .country {
    max-width: 280px;
  }
}
.banner__popular_search {
  max-width: 830px;
}
@media (max-width: 991px) {
  .banner__popular_search {
    max-width: 525px;
  }
}
.banner__popular_search .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #003D5B;
  margin-bottom: 16px;
  margin-top: 0;
}
.banner__popular_search .popular_search_list {
  display: flex;
  margin-top: 0;
  flex-wrap: wrap;
}
.banner__popular_search .popular_search_list > li {
  margin-right: 8px;
  margin-bottom: 8px;
}
.banner__popular_search .popular_search_list > li:last-child {
  margin-right: 0px;
}
.banner__popular_search .popular_search_list .icon {
  margin-right: 8px;
}
.banner__popular_search .popular_search_list a.link {
  background-color: #007380;
  border-radius: 2px;
  min-height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .banner__popular_search .popular_search_list > li {
    width: 100%;
  }
}

/*
.gd-banner-person {
        position: absolute;
        z-index: 10;

        top: 0;
        //bottom: 402px;

        width: 342px;
        height: 452px;
        //background-image: url(../../../images/banner-person.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;

        @include media-breakpoint-up(md) {
            //right: -200px;
            right: -150px;
            //bottom: 212.5px;
            //bottom: 0;

            width: 500px;
            //height: 660px;
            height: 100%;
        }

        @include media-breakpoint-up(lg) {
            //bottom: -180px;
            //bottom: 0;
            left: 55vw;
            width: 900px;
            //height: 1191px;
            height: 100%;
        }

        &.is-size-cover {
            right: -160px;
            //bottom: 402px;

            @include media-breakpoint-up(lg) {
                //left: 0;
                background-size: cover;
            }
        }

        &.is-size-contain {
            background-size: contain;
            //left: auto;

            @include media-breakpoint-down(sm) {
                height: 342px;
                right: -180px;
                //bottom: 0;
            }
        }
    }
*//*# sourceMappingURL=hero_banner.css.map */