@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* CONTAINER */
html {
  font-size: 10px; }

body {
  font-size: 1.6rem;
  font-family: 'Open Sans', sans-serif; }

.gs-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .gs-container .inner-content {
    width: 100%;
    max-width: 1280px;
    padding: 20px; }

.inner-content {
  max-width: 1280px;
  width: 100%;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

/* HEADER */
.header {
  width: 100%;
  background: #8b267a;
  background: linear-gradient(90deg, #8b267a 0%, #e4275f 100%);
  display: flex;
  justify-content: center;
  align-items: center; }
  .header .inner-content {
    max-width: 1280px;
    width: 100%;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 576px) {
      .header .inner-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center; } }
    .header .inner-content .header-logo {
      width: 140px;
      margin-bottom: 20px; }
      @media (min-width: 576px) {
        .header .inner-content .header-logo {
          margin-bottom: 0px; } }
      .header .inner-content .header-logo img {
        width: 100%; }
    .header .inner-content .header-links {
      display: flex;
      justify-content: center;
      align-items: center; }
    .header .inner-content .header-select {
      display: flex;
      justify-content: center;
      align-items: center;
      /*point the arrow upwards when the select box is open (active):*/
      /*style the items (options), including the selected item:*/
      /*style items (options):*/
      /*hide the items when the select box is closed:*/ }
      .header .inner-content .header-select .custom-select {
        position: relative;
        width: 60px; }
      .header .inner-content .header-select .custom-select select {
        display: none; }
      .header .inner-content .header-select .select-selected {
        background-color: transparent;
        padding-left: 5px !important; }
      .header .inner-content .header-select .select-selected:after {
        position: absolute;
        content: "";
        top: 18px;
        right: 9px;
        width: 0;
        height: 0;
        border: 9px solid transparent;
        border-color: #fff transparent transparent transparent; }
      .header .inner-content .header-select .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px; }
      .header .inner-content .header-select .select-items div,
      .header .inner-content .header-select .select-selected {
        color: #ffffff;
        cursor: pointer;
        padding: 10px;
        user-select: none;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        font-style: normal;
        text-align: left; }
      .header .inner-content .header-select .select-items {
        position: absolute;
        background-color: #e4275f;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99; }
      .header .inner-content .header-select .select-hide {
        display: none; }
      .header .inner-content .header-select .select-items div:hover,
      .header .inner-content .header-select .same-as-selected {
        background-color: rgba(0, 0, 0, 0.1); }
    .header .inner-content .header-button {
      border: 1px solid #fff;
      border-radius: 5px;
      padding: 14px;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      font-style: normal;
      text-align: left;
      color: #ffffff;
      margin-left: 10px;
      text-decoration: none; }

/* PAGE HERO */
#page-hero {
  background-image: url("../images/page-hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 95vh;
  height: 100%;
  justify-content: flex-start;
  position: relative; }
  #page-hero .inner-background {
    background-color: red;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: #491b71;
    background: linear-gradient(180deg, #491b71 0%, #dd016f 100%);
    opacity: .66; }
  #page-hero .inner-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 20px;
    padding-bottom: 20px;
    z-index: 9; }
    @media (min-width: 992px) {
      #page-hero .inner-content {
        padding: 70px 20px;
        padding-bottom: 20px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; } }
    #page-hero .inner-content .content-left {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      flex-direction: column; }
      @media (min-width: 992px) {
        #page-hero .inner-content .content-left {
          width: 45%; } }
      #page-hero .inner-content .content-left .active-people {
        margin-bottom: 10px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center; }
        @media (min-width: 576px) {
          #page-hero .inner-content .content-left .active-people {
            justify-content: flex-start;
            align-items: center;
            flex-direction: row; } }
        #page-hero .inner-content .content-left .active-people .item {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 10px; }
          #page-hero .inner-content .content-left .active-people .item span {
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
            font-style: normal;
            text-align: left;
            color: #ffffff; }
            #page-hero .inner-content .content-left .active-people .item span strong {
              font-weight: 600; }
            @media (min-width: 1200px) {
              #page-hero .inner-content .content-left .active-people .item span {
                font-size: 18px;
                line-height: 24px; } }
          #page-hero .inner-content .content-left .active-people .item:first-child svg {
            font-size: 15px;
            margin-right: 6px; }
            @media (min-width: 1200px) {
              #page-hero .inner-content .content-left .active-people .item:first-child svg {
                font-size: 18px; } }
            #page-hero .inner-content .content-left .active-people .item:first-child svg path {
              fill: #21eb4e; }
          #page-hero .inner-content .content-left .active-people .item:nth-child(2) svg {
            font-size: 15px;
            margin-right: 6px; }
            @media (min-width: 1200px) {
              #page-hero .inner-content .content-left .active-people .item:nth-child(2) svg {
                font-size: 18px; } }
            #page-hero .inner-content .content-left .active-people .item:nth-child(2) svg path {
              fill: #fff; }
      #page-hero .inner-content .content-left .content-title {
        font-size: 32px;
        font-weight: bold;
        line-height: 34px;
        font-style: normal;
        text-align: left;
        color: #ffffff;
        margin-bottom: 10px; }
        @media (min-width: 1200px) {
          #page-hero .inner-content .content-left .content-title {
            font-size: 38px;
            line-height: 40px; } }
      #page-hero .inner-content .content-left .content-text {
        font-size: 13px;
        line-height: 20px;
        font-style: normal;
        text-align: left;
        color: #ffffff;
        margin-bottom: 30px; }
        @media (min-width: 1200px) {
          #page-hero .inner-content .content-left .content-text {
            font-size: 16px;
            line-height: 24px; } }
      #page-hero .inner-content .content-left .content-form form {
        width: 100%; }
        #page-hero .inner-content .content-left .content-form form .form-group .form-control {
          border-color: #e0e0e0;
          border-width: 1px;
          border-style: solid;
          border-radius: 5px;
          padding: 10px;
          font-size: 14px;
          font-weight: 400;
          line-height: 20px;
          font-style: normal;
          text-align: left;
          color: #868d96;
          outline: none;
          box-shadow: none; }
          @media (min-width: 1200px) {
            #page-hero .inner-content .content-left .content-form form .form-group .form-control {
              padding: 14px;
              font-size: 16px;
              line-height: 24px; } }
        #page-hero .inner-content .content-left .content-form form .form-names {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          @media (min-width: 992px) {
            #page-hero .inner-content .content-left .content-form form .form-names {
              justify-content: space-between;
              align-items: center;
              flex-direction: row; } }
          #page-hero .inner-content .content-left .content-form form .form-names .form-group {
            width: 100%;
            margin-bottom: 24px; }
            #page-hero .inner-content .content-left .content-form form .form-names .form-group:nth-child(2) {
              margin-bottom: 0; }
            @media (min-width: 992px) {
              #page-hero .inner-content .content-left .content-form form .form-names .form-group {
                width: 48%;
                margin-bottom: 0px; } }
            #page-hero .inner-content .content-left .content-form form .form-names .form-group .form-control {
              width: 100%; }
        #page-hero .inner-content .content-left .content-form form .form-message {
          margin-top: 24px;
          margin-bottom: 24px; }
          #page-hero .inner-content .content-left .content-form form .form-message .form-control {
            width: 100%;
            font-family: 'Open Sans', sans-serif; }
        #page-hero .inner-content .content-left .content-form form .form-image .choose_file {
          position: relative;
          display: inline-flex;
          justify-content: flex-end;
          border-color: #e0e0e0;
          border-width: 1px;
          border-style: solid;
          border-radius: 5px;
          background-color: #fff;
          width: 100%;
          padding: 6px;
          margin-bottom: 10px;
          cursor: pointer; }
          @media (min-width: 992px) {
            #page-hero .inner-content .content-left .content-form form .form-image .choose_file {
              padding: 8px; } }
          #page-hero .inner-content .content-left .content-form form .form-image .choose_file .choose_file_button {
            font-size: 9px;
            font-weight: bold;
            line-height: 20px;
            font-style: normal;
            text-align: left;
            color: #606060;
            display: flex;
            width: 150px;
            justify-content: center;
            align-items: center;
            padding: 5px;
            border-radius: 3px;
            background: #ced4da;
            cursor: pointer; }
            @media (min-width: 992px) {
              #page-hero .inner-content .content-left .content-form form .form-image .choose_file .choose_file_button {
                font-size: 11px;
                line-height: 24px; } }
            #page-hero .inner-content .content-left .content-form form .form-image .choose_file .choose_file_button svg {
              font-size: 20px;
              margin-right: 5px; }
              @media (min-width: 992px) {
                #page-hero .inner-content .content-left .content-form form .form-image .choose_file .choose_file_button svg {
                  font-size: 25px; } }
        #page-hero .inner-content .content-left .content-form form .form-image #img-preview {
          font-size: 10px;
          color: #606060;
          margin-bottom: 10px; }
          @media (min-width: 992px) {
            #page-hero .inner-content .content-left .content-form form .form-image #img-preview {
              font-size: 13px; } }
        #page-hero .inner-content .content-left .content-form form .form-image .choose_file input[type="file"] {
          -webkit-appearance: none;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          cursor: pointer;
          opacity: 0; }
        #page-hero .inner-content .content-left .content-form form .form-group.submit {
          width: 100%; }
          #page-hero .inner-content .content-left .content-form form .form-group.submit a {
            width: 100%;
            display: block;
            border-radius: 4px;
            background: #218838;
            padding: 10px;
            font-size: 16px;
            font-weight: 600;
            line-height: 16px;
            font-style: normal;
            text-align: center;
            text-decoration: none;
            color: #ffffff; }
            @media (min-width: 992px) {
              #page-hero .inner-content .content-left .content-form form .form-group.submit a {
                padding: 12px;
                font-size: 20px;
                line-height: 20px; } }
    #page-hero .inner-content .content-right {
      margin-top: 50px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (min-width: 992px) {
        #page-hero .inner-content .content-right {
          width: 45%;
          margin-top: 0; } }
      #page-hero .inner-content .content-right .image {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start; }
        #page-hero .inner-content .content-right .image img {
          width: 100%;
          max-width: 460px; }
      #page-hero .inner-content .content-right .text {
        font-size: 16px;
        max-width: 460px;
        font-weight: 400;
        line-height: 24px;
        font-style: normal;
        margin-top: 10px;
        text-align: center;
        color: #ffffff; }
  #page-hero .social-links {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    padding-bottom: 300px;
    z-index: 9; }
    @media (min-width: 768px) {
      #page-hero .social-links {
        padding-bottom: 200px; } }
    #page-hero .social-links .image {
      width: 140px;
      display: inline-block;
      margin: 10px; }
      #page-hero .social-links .image img {
        width: 100%; }
  #page-hero .product-info-cards {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
    padding-bottom: 0;
    width: 100%;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 1240px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      #page-hero .product-info-cards {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 40px; } }
    #page-hero .product-info-cards .item {
      filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
      background: #f8f8f8;
      width: 100%;
      padding: 10px 12.5px;
      border-radius: 9px;
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      align-items: center;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        #page-hero .product-info-cards .item {
          width: 30%;
          margin-bottom: 0px;
          padding: 20px 25px; } }
      #page-hero .product-info-cards .item .left .image {
        width: 35px; }
        @media (min-width: 768px) {
          #page-hero .product-info-cards .item .left .image {
            width: 55px; } }
        #page-hero .product-info-cards .item .left .image img {
          width: 100%; }
      #page-hero .product-info-cards .item .right {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        #page-hero .product-info-cards .item .right span:nth-child(1) {
          font-size: 12px;
          line-height: 12px;
          font-weight: 400;
          font-style: normal;
          text-align: center;
          color: #1a1a1a; }
          @media (min-width: 768px) {
            #page-hero .product-info-cards .item .right span:nth-child(1) {
              font-size: 15px;
              line-height: 20px; } }
        #page-hero .product-info-cards .item .right span:nth-child(2) {
          font-size: 15px;
          font-weight: 600;
          line-height: 20px;
          font-style: normal;
          text-align: center;
          color: #1a1a1a;
          margin: 5px 0; }
          @media (min-width: 768px) {
            #page-hero .product-info-cards .item .right span:nth-child(2) {
              font-size: 20px;
              line-height: 20px; } }
        #page-hero .product-info-cards .item .right span:nth-child(3) {
          font-size: 12px;
          line-height: 12px;
          font-weight: 400;
          font-style: normal;
          text-align: center;
          color: #1a1a1a; }
          @media (min-width: 768px) {
            #page-hero .product-info-cards .item .right span:nth-child(3) {
              font-size: 15px;
              line-height: 20px; } }

#products {
  padding: 0; }
  #products .inner-content {
    padding: 0;
    width: 100%;
    max-width: 1240px;
    margin-top: 40px;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 25px; }
    @media (min-width: 576px) {
      #products .inner-content {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 768px) {
      #products .inner-content {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 992px) {
      #products .inner-content {
        grid-template-columns: repeat(4, 1fr); } }
    @media (min-width: 1280px) {
      #products .inner-content {
        padding: 0px; } }
    #products .inner-content .product-card {
      border-radius: 20px;
      padding: 16px;
      cursor: pointer;
      background: #f4f4f4; }
      #products .inner-content .product-card .image {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        overflow: hidden; }
        #products .inner-content .product-card .image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #products .inner-content .product-card .content {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #fff;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        #products .inner-content .product-card .content .title {
          font-size: 20px;
          font-weight: 600;
          line-height: 20px;
          font-style: normal;
          text-align: center;
          color: #1a1a1a;
          margin-bottom: 20px; }
        #products .inner-content .product-card .content .text {
          font-size: 15px;
          font-weight: 400;
          line-height: 20px;
          font-style: normal;
          text-align: center;
          color: #1a1a1a;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          /* number of lines to show */
          line-clamp: 3;
          -webkit-box-orient: vertical; }

#footer-cards {
  padding: 0; }
  #footer-cards .inner-content {
    padding: 0;
    width: 100%;
    max-width: 1280px;
    margin-top: 40px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 25px; }
    @media (min-width: 768px) {
      #footer-cards .inner-content {
        grid-template-columns: repeat(2, 1fr); } }
    #footer-cards .inner-content .item {
      border-radius: 20px;
      cursor: pointer;
      background: #f4f4f4;
      height: 430px; }
      #footer-cards .inner-content .item.blog {
        padding: 16px;
        padding-bottom: 20px;
        display: grid;
        padding-bottom: 60px; }
        #footer-cards .inner-content .item.blog .splide__pagination {
          display: flex;
          bottom: 15px;
          margin: 5px; }
          #footer-cards .inner-content .item.blog .splide__pagination .splide__pagination__page {
            width: 15px;
            height: 15px;
            background-color: #fff;
            opacity: 1; }
            #footer-cards .inner-content .item.blog .splide__pagination .splide__pagination__page.is-active {
              background-color: #606060;
              transform: unset; }
        #footer-cards .inner-content .item.blog .product-card {
          border-radius: 20px;
          cursor: pointer;
          height: 100%;
          background: #f4f4f4; }
          #footer-cards .inner-content .item.blog .product-card .image {
            width: 100%;
            height: 200px;
            margin-bottom: 20px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            overflow: hidden; }
            #footer-cards .inner-content .item.blog .product-card .image img {
              width: 100%;
              object-position: top;
              height: 100%;
              object-fit: cover; }
          #footer-cards .inner-content .item.blog .product-card .content {
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            background-color: #fff;
            padding: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column; }
            #footer-cards .inner-content .item.blog .product-card .content .title {
              font-size: 20px;
              font-weight: 600;
              line-height: 20px;
              font-style: normal;
              text-align: center;
              color: #1a1a1a;
              margin-bottom: 20px; }
            #footer-cards .inner-content .item.blog .product-card .content .text {
              font-size: 15px;
              font-weight: 400;
              line-height: 20px;
              font-style: normal;
              text-align: center;
              color: #1a1a1a;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              /* number of lines to show */
              line-clamp: 2;
              -webkit-box-orient: vertical; }
      #footer-cards .inner-content .item.who-we-are {
        background: #8b267a;
        background: linear-gradient(180deg, #8b267a 0%, #e4275f 100%);
        padding: 16px;
        padding-bottom: 60px;
        display: grid; }
        #footer-cards .inner-content .item.who-we-are .splide__slide {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
        #footer-cards .inner-content .item.who-we-are .splide__pagination {
          display: flex;
          bottom: 15px;
          margin: 5px; }
          #footer-cards .inner-content .item.who-we-are .splide__pagination .splide__pagination__page {
            width: 15px;
            height: 15px;
            opacity: 1;
            background: rgba(255, 255, 255, 0.52); }
            #footer-cards .inner-content .item.who-we-are .splide__pagination .splide__pagination__page.is-active {
              background-color: #fff;
              transform: unset; }
        #footer-cards .inner-content .item.who-we-are .social-links {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 30px;
          z-index: 9; }
          #footer-cards .inner-content .item.who-we-are .social-links .image {
            width: 140px;
            display: inline-block;
            margin: 10px; }
            #footer-cards .inner-content .item.who-we-are .social-links .image img {
              width: 100%; }
        #footer-cards .inner-content .item.who-we-are .stars-item {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 25px; }
          #footer-cards .inner-content .item.who-we-are .stars-item .star-item svg {
            font-size: 20px;
            color: #fff; }
            @media (min-width: 992px) {
              #footer-cards .inner-content .item.who-we-are .stars-item .star-item svg {
                font-size: 33px; } }
        #footer-cards .inner-content .item.who-we-are .content-text {
          font-size: 19px;
          font-weight: 500;
          line-height: 26px;
          font-style: normal;
          text-align: center;
          margin-bottom: 30px;
          color: #ffffff; }
        #footer-cards .inner-content .item.who-we-are .person {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: row; }
          #footer-cards .inner-content .item.who-we-are .person .image {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 10px; }
            #footer-cards .inner-content .item.who-we-are .person .image img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
          #footer-cards .inner-content .item.who-we-are .person .text {
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            font-style: normal;
            text-align: center;
            color: #ffffff; }
    #footer-cards .inner-content h5 {
      margin-bottom: 15px;
      font-size: 20px;
      font-weight: bold;
      line-height: 20px;
      font-style: normal;
      text-align: left;
      color: #cb1a4e; }
    #footer-cards .inner-content .who-we-are-item,
    #footer-cards .inner-content .blog-item {
      height: 90; }

#footer {
  margin-top: 40px;
  background: #bcbcbc; }
  #footer .footer-first {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    flex-direction: column; }
    @media (min-width: 1200px) {
      #footer .footer-first {
        flex-direction: row; } }
    #footer .footer-first .footer-left {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column; }
      #footer .footer-first .footer-left .image {
        width: 120px; }
        #footer .footer-first .footer-left .image img {
          width: 100%; }
      #footer .footer-first .footer-left .social-links {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px; }
        #footer .footer-first .footer-left .social-links .app-image {
          width: 60px;
          display: inline-block;
          margin: 5px; }
          #footer .footer-first .footer-left .social-links .app-image img {
            width: 100%; }
    #footer .footer-first .footer-right .footer-links ul {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      @media (min-width: 768px) {
        #footer .footer-first .footer-right .footer-links ul {
          flex-direction: row; } }
      #footer .footer-first .footer-right .footer-links ul li a {
        display: inline-block;
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        font-style: normal;
        text-align: center;
        color: #4e4e4e;
        margin: 5px;
        text-decoration: none; }
        @media (min-width: 992px) {
          #footer .footer-first .footer-right .footer-links ul li a {
            margin: 10px;
            font-size: 14px; } }
    #footer .footer-first .footer-right .social-links {
      margin-top: 10px; }
      #footer .footer-first .footer-right .social-links ul {
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (min-width: 1200px) {
          #footer .footer-first .footer-right .social-links ul {
            justify-content: flex-end; } }
        #footer .footer-first .footer-right .social-links ul li a {
          width: 30px;
          color: #fff;
          font-size: 20px;
          height: 30px;
          margin: 2px;
          border-radius: 50%;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          background-color: #757679; }
  #footer .copyright {
    border-top: 1px solid #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 18px; }
    #footer .copyright span {
      font-size: 15px;
      font-weight: 500;
      font-style: normal;
      text-align: center;
      color: #ffffff; }

.full-page-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4); }
  .full-page-product .close-button {
    border: none;
    font-size: 35px;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px; }
  .full-page-product .product-card {
    border-radius: 20px;
    padding: 16px;
    cursor: pointer;
    background: #f4f4f4;
    max-width: 450px;
    margin: 20px; }
    .full-page-product .product-card .image {
      width: 100%;
      height: 300px;
      margin-bottom: 20px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      overflow: hidden; }
      .full-page-product .product-card .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .full-page-product .product-card .content {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      background-color: #fff;
      padding: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .full-page-product .product-card .content .title {
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        font-style: normal;
        text-align: center;
        color: #1a1a1a;
        margin-bottom: 20px; }
      .full-page-product .product-card .content .text {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        font-style: normal;
        text-align: center;
        color: #1a1a1a;
        display: -webkit-box; }

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg); }
  100% {
    opacity: 1;
    transform: none; } }
[data-animation] {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: both;
  animation-duration: 1s; }

.animations-disabled,
.animations-disabled [data-animation] {
  animation: none !important;
  opacity: 1 !important; }

.slideInUp {
  animation-name: slideInUp; }

.slideInDown {
  animation-name: slideInDown; }

.slideInLeft {
  animation-name: slideInleft; }

.slideInRight {
  animation-name: slideInRight; }

.fadeIn {
  animation-name: fadeIn; }

.fadeOut {
  animation-name: fadeIn;
  animation-direction: reverse; }

.zoomIn {
  animation-name: zoomIn; }

.zoomOut {
  animation-name: zoomIn;
  animation-direction: reverse; }

.zoomReverseIn {
  animation-name: zoomReverseIn; }

.zoomReverseOut {
  animation-name: zoomReverseIn;
  animation-direction: reverse; }

.flipInY {
  animation-name: flipInY; }

.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse; }

.rotateAnim {
  animation: 1s linear infinite rotate-con; }

@keyframes rotate-con {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

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


.btn-submit  {
  width: 100%;
  display: block;
  border-radius: 4px;
  background: #218838;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  color: #ffffff;

  /*padding: 10px;*/
  /*font-size: 16px;*/
  /*line-height: 16px;*/

  padding: 12px;
  font-size: 20px;
  line-height: 20px;
}


.gs-modal-body {
  padding: 41.7px 31px 19.9px 31px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mb-29 {
  margin-bottom: 29px;
}


.gs-modal-text {
  font-size: 14px;
  color: #8D8D8D;
  text-align: center;
}

.gs-modal-link {
  font-size: 12px;
  color: #1A1A1A;
  text-decoration: underline;
  transition: all ease .2s;
}

.gs-modal-link:hover {
  color: #000;
}

.gs-modal-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.gs-modal-check label {
  font-size: 12px;
  color: #1A1A1A;
  padding-top: 5.2px;
}

.gs-modal-check input {
  height: 14px;
  width: 14px;
}

.gs-modal-check input:checked {
  background-color: rgb(0, 0, 0) !important;
}

.gs-modal-check input:checked {
  box-shadow: 0 0 0 1px rgb(0, 0, 0), 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  border-color: #000;
}

.gs-modal-check input:focus {
  box-shadow: 0 0 0 1px rgb(0, 0, 0), 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  border-color: #000;
}

.gs-modal-check input:active {
  background-color: #4e4e4e;
  border-color: #000;
}

.gs-input-text {
  padding: 7px 16px;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  transition: all ease 0.2s;
}

.gs-input-text:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

.gs-input-text:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 1);
}

.gs-button-success {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #218838;
  border: 3px solid #86C695;
  border-radius: 5px;
  padding: 5px 16px;
  transition: all ease 0.2s;
}

.gs-button-success:hover {
  background-color: #1c742f;
  border: 3px solid #56a167;
}

.gs-button-success:active {
  background-color: #125c22;
  border: 3px solid #3c814c;
}


.password-wrapper {
  display: flex;
}

.password-wrapper input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.password-wrapper span {
  background-color: #CED4DA;
  width: 49px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gap-18 {
  gap: 18px;
}

.dropdown-menu
{
  font-size: 14px;
}
.dropdown-item {
  padding: 5px;
}
/*.dropdown-item {*/
  /*display: block;*/
  /*width: 100%;*/
  /*padding: 2px;*/
  /*clear: both;*/
  /*font-weight: 400;*/
  /*color: #212529;*/
  /*text-align: inherit;*/
  /*text-decoration: none;*/
  /*white-space: nowrap;*/
  /*background-color: transparent;*/
  /*border: 0;*/
/*}*/

.language-dropdown {
  color: #fff;
  cursor: pointer;
  transition: all ease 0.2s;
}

.language-dropdown:hover {
  color: rgba(255, 255, 255, .7);
}
