/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/section/hero.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
/*images*/
.hero {
  height: 85vh;
  background-color: #52b6ac;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 1200px) {
      .hero .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .hero__img {
    width: 100%; }
    .hero__img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
    .hero__img picture {
      display: block;
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 767px) {
      .hero__img {
        width: 100%;
        margin-right: 0rem;
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1200px) and (max-height: 700px) {
      .hero__img {
        width: 45rem;
        height: 45rem; } }
    @media only screen and (min-width: 1200px) {
      .hero__img {
        width: 30rem;
        height: 30rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    .hero__img:not(.hero__img-full-size) {
      aspect-ratio: 1/1; }
      .hero__img:not(.hero__img-full-size) svg {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .hero .hero__img-full-size svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media only screen and (max-width: 767px) {
      .hero .hero__img-full-size svg {
        left: -50%;
        right: 0;
        width: auto;
        max-width: none; } }
  .hero__text {
    position: relative;
    z-index: 99;
    width: 47%; }
    @media only screen and (min-width: 1200px) {
      .hero__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    @media only screen and (max-width: 1199px) {
      .hero__text {
        text-align: center;
        width: 100%; } }
  .hero__sub-title {
    font-size: 1.125rem;
    color: var(--c-white); }
    @media only screen and (max-width: 1199px) {
      .hero__sub-title {
        text-align: center; } }
  .hero__title {
    margin-bottom: 1.875rem;
    font-size: 1.8125rem;
    font-weight: 600;
    color: var(--c-white);
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
    @media only screen and (min-width: 992px) {
      .hero__title {
        font-size: 2.8125rem;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px); } }
    @media only screen and (max-width: 1199px) {
      .hero__title {
        text-align: center;
        width: 100%; } }
  .hero__description {
    margin-bottom: 2.5rem;
    font-size: 1.375rem;
    font-weight: 300;
    color: var(--c-white);
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px); }
    @media only screen and (max-width: 1199px) {
      .hero__description {
        display: none; } }
  .hero .swiper-slide-active .hero__title {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all .8s ease-in-out .3s;
    transition: all .8s ease-in-out .3s; }
  .hero .swiper-slide-active .hero__description {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all .8s ease-in-out .6s;
    transition: all .8s ease-in-out .6s; }

.hero .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: .5; }

.hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.25rem; }

.hero .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin: 0 0.9375rem;
  background-origin: padding-box;
  height: 0.25rem;
  border-radius: 0;
  background-color: var(--c-white);
  opacity: .3; }
  .hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1; }

.hero .swiper-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  bottom: 0;
  padding: 1.875rem 0.9375rem;
  z-index: 999; }
  @media only screen and (max-width: 991px) {
    .hero .swiper-pagination {
      display: none; } }

.hero .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 85vh; }


/*# sourceMappingURL=section-hero.css.map*/