@charset "UTF-8";

.card-full:hover,
.shadow-strong {
  box-shadow: 0px 0px 99px 0px rgba(0, 0, 0, 0.25);
}

.shadow-light-lg,
.news-card:hover,
.news-mini-card:hover {
  box-shadow: 0px 0px 99px 0px rgba(0, 0, 0, 0.15);
}




.shadow-light,
.category-card:hover,
.product-card:hover .card-image {
  box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.15);
}

.t-upper {
  text-transform: uppercase;
}

.t-lower {
  text-transform: lowercase;
}

.t-capitalize {
  text-transform: capitalize;
}

.t-underline {
  text-decoration: underline;
}

.t-overline {
  text-decoration: overline;
}

.t-throughline {
  text-decoration: line-through;
}

.t-lines-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-lines-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-lines-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-lines-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-lines-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-lines-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-lines-7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-primary {
  color: #6A6C6C;
}

.t-secondary {
  color: #1867A5;
}

.t-danger {
  color: #EE1A23;
}

.t-dark {
  color: #131414;
}

.t-light {
  color: #FAFAFA;
}

.t-white {
  color: #ffffff;
}

.t-black {
  color: #000000;
}

.t-muted {
  color: #717171;
}

.t-family-1 {
  font-family: "Noto Sans KR", sans-serif;
}

.t-family-2 {
  font-family: "Noto Sans KR", sans-serif;
}

.t-family-3 {
  font-family: "Noto Sans KR", sans-serif;
}

.t-regular {
  font-weight: 400;
}

.t-medium {
  font-weight: 500;
}

.t-semibold {
  font-weight: 600;
}

.t-bold {
  font-weight: 700;
}

.t-bolder {
  font-weight: 900;
}

.t-one-quarter {
  max-width: 25%;
}

.t-one-third {
  max-width: calc(100%/3);
}

.t-two-third {
  max-width: calc(200%/3);
}

.t-one-half {
  max-width: 50%;
}

.t-three-quarters {
  max-width: 75%;
}

.t-block-link,
.t-no-underline {
  display: block;
  text-decoration: none;
}

.t-opacity-50 {
  opacity: 0.5;
}

.t-opacity-65 {
  opacity: 0.65;
}

.t-opacity-75 {
  opacity: 0.75;
}

.t-hover-right:hover {
  transform: translateX(5px);
}

.t-inherit {
  color: inherit;
}

.t-height-0 {
  min-height: 0.625rem;
}

.t-0 {
  font-size: 0.625rem !important;
}

.t-0-regular {
  font-size: 0.625rem;
  font-weight: 400;
}

.t-0-medium {
  font-size: 0.625rem;
  font-weight: 500;
}

.t-0-semibold {
  font-size: 0.625rem;
  font-weight: 600;
}

.t-0-bold {
  font-size: 0.625rem;
  font-weight: 700;
}

.t-0-bolder {
  font-size: 0.625rem;
  font-weight: 900;
}

.t-line-0 {
  line-height: 0.625rem;
}

.t-height-1 {
  min-height: 0.75rem;
}

.t-1 {
  font-size: 0.75rem !important;
}

.t-1-regular {
  font-size: 0.75rem;
  font-weight: 400;
}

.t-1-medium {
  font-size: 0.75rem;
  font-weight: 500;
}

.t-1-semibold {
  font-size: 0.75rem;
  font-weight: 600;
}

.t-1-bold {
  font-size: 0.75rem;
  font-weight: 700;
}

.t-1-bolder {
  font-size: 0.75rem;
  font-weight: 900;
}

.t-line-1 {
  line-height: 0.75rem;
}

.t-height-2 {
  min-height: 0.875rem;
}

.t-2 {
  font-size: 0.875rem !important;
}

.t-2-regular {
  font-size: 0.875rem;
  font-weight: 400;
}

.t-2-medium {
  font-size: 0.875rem;
  font-weight: 500;
}

.t-2-semibold {
  font-size: 0.875rem;
  font-weight: 600;
}

.t-2-bold {
  font-size: 0.875rem;
  font-weight: 700;
}

.t-2-bolder {
  font-size: 0.875rem;
  font-weight: 900;
}

.t-line-2 {
  line-height: 0.875rem;
}

.t-height-3 {
  min-height: 1rem;
}

.t-3 {
  font-size: 1rem !important;
}

.t-3-regular {
  font-size: 1rem;
  font-weight: 400;
}

.t-3-medium {
  font-size: 1rem;
  font-weight: 500;
}

.t-3-semibold {
  font-size: 1rem;
  font-weight: 600;
}

.t-3-bold {
  font-size: 1rem;
  font-weight: 700;
}

.t-3-bolder {
  font-size: 1rem;
  font-weight: 900;
}

.t-line-3 {
  line-height: 1rem;
}

.t-height-4 {
  min-height: 1.125rem;
}

.t-4 {
  font-size: 1.125rem !important;
}

.t-4-regular {
  font-size: 1.125rem;
  font-weight: 400;
}

.t-4-medium {
  font-size: 1.125rem;
  font-weight: 500;
}

.t-4-semibold {
  font-size: 1.125rem;
  font-weight: 600;
}

.t-4-bold {
  font-size: 1.125rem;
  font-weight: 700;
}

.t-4-bolder {
  font-size: 1.125rem;
  font-weight: 900;
}

.t-line-4 {
  line-height: 1.125rem;
}

.t-height-5 {
  min-height: 1.25rem;
}

.t-5 {
  font-size: 1.25rem !important;
}

.t-5-regular {
  font-size: 1.25rem;
  font-weight: 400;
}

.t-5-medium {
  font-size: 1.25rem;
  font-weight: 500;
}

.t-5-semibold {
  font-size: 1.25rem;
  font-weight: 600;
}

.t-5-bold {
  font-size: 1.25rem;
  font-weight: 700;
}

.t-5-bolder {
  font-size: 1.25rem;
  font-weight: 900;
}

.t-line-5 {
  line-height: 1.25rem;
}

.t-height-6 {
  min-height: 1.375rem;
}

.t-6 {
  font-size: 1.375rem !important;
}

.t-6-regular {
  font-size: 1.375rem;
  font-weight: 400;
}

.t-6-medium {
  font-size: 1.375rem;
  font-weight: 500;
}

.t-6-semibold {
  font-size: 1.375rem;
  font-weight: 600;
}

.t-6-bold {
  font-size: 1.375rem;
  font-weight: 700;
}

.t-6-bolder {
  font-size: 1.375rem;
  font-weight: 900;
}

.t-line-6 {
  line-height: 1.375rem;
}

.t-height-7 {
  min-height: 1.5rem;
}

.t-7 {
  font-size: 1.5rem !important;
}

.t-7-regular {
  font-size: 1.5rem;
  font-weight: 400;
}

.t-7-medium {
  font-size: 1.5rem;
  font-weight: 500;
}

.t-7-semibold {
  font-size: 1.5rem;
  font-weight: 600;
}

.t-7-bold {
  font-size: 1.5rem;
  font-weight: 700;
}

.t-7-bolder {
  font-size: 1.5rem;
  font-weight: 900;
}

.t-line-7 {
  line-height: 1.5rem;
}

.t-height-8 {
  min-height: 1.625rem;
}

.t-8 {
  font-size: 1.625rem !important;
}

.t-8-regular {
  font-size: 1.625rem;
  font-weight: 400;
}

.t-8-medium {
  font-size: 1.625rem;
  font-weight: 500;
}

.t-8-semibold {
  font-size: 1.625rem;
  font-weight: 600;
}

.t-8-bold {
  font-size: 1.625rem;
  font-weight: 700;
}

.t-8-bolder {
  font-size: 1.625rem;
  font-weight: 900;
}

.t-line-8 {
  line-height: 1.625rem;
}

.t-height-9 {
  min-height: 1.75rem;
}

.t-9 {
  font-size: 1.75rem !important;
}

.t-9-regular {
  font-size: 1.75rem;
  font-weight: 400;
}

.t-9-medium {
  font-size: 1.75rem;
  font-weight: 500;
}

.t-9-semibold {
  font-size: 1.75rem;
  font-weight: 600;
}

.t-9-bold {
  font-size: 1.75rem;
  font-weight: 700;
}

.t-9-bolder {
  font-size: 1.75rem;
  font-weight: 900;
}

.t-line-9 {
  line-height: 1.75rem;
}

.t-height-10 {
  min-height: 1.875rem;
}

.t-10 {
  font-size: 1.875rem !important;
}

.t-10-regular {
  font-size: 1.875rem;
  font-weight: 400;
}

.t-10-medium {
  font-size: 1.875rem;
  font-weight: 500;
}

.t-10-semibold {
  font-size: 1.875rem;
  font-weight: 600;
}

.t-10-bold {
  font-size: 1.875rem;
  font-weight: 700;
}

.t-10-bolder {
  font-size: 1.875rem;
  font-weight: 900;
}

.t-line-10 {
  line-height: 1.875rem;
}

.t-height-11 {
  min-height: 2rem;
}

.t-11 {
  font-size: 2rem !important;
}

.t-11-regular {
  font-size: 2rem;
  font-weight: 400;
}

.t-11-medium {
  font-size: 2rem;
  font-weight: 500;
}

.t-11-semibold {
  font-size: 2rem;
  font-weight: 600;
}

.t-11-bold {
  font-size: 2rem;
  font-weight: 700;
}

.t-11-bolder {
  font-size: 2rem;
  font-weight: 900;
}

.t-line-11 {
  line-height: 2rem;
}

.t-height-12 {
  min-height: 2.125rem;
}

.t-12 {
  font-size: 2.125rem !important;
}

.t-12-regular {
  font-size: 2.125rem;
  font-weight: 400;
}

.t-12-medium {
  font-size: 2.125rem;
  font-weight: 500;
}

.t-12-semibold {
  font-size: 2.125rem;
  font-weight: 600;
}

.t-12-bold {
  font-size: 2.125rem;
  font-weight: 700;
}

.t-12-bolder {
  font-size: 2.125rem;
  font-weight: 900;
}

.t-line-12 {
  line-height: 2.125rem;
}

.t-height-13 {
  min-height: 2.25rem;
}

.t-13 {
  font-size: 2.25rem !important;
}

.t-13-regular {
  font-size: 2.25rem;
  font-weight: 400;
}

.t-13-medium {
  font-size: 2.25rem;
  font-weight: 500;
}

.t-13-semibold {
  font-size: 2.25rem;
  font-weight: 600;
}

.t-13-bold {
  font-size: 2.25rem;
  font-weight: 700;
}

.t-13-bolder {
  font-size: 2.25rem;
  font-weight: 900;
}

.t-line-13 {
  line-height: 2.25rem;
}

.t-height-14 {
  min-height: 2.375rem;
}

.t-14 {
  font-size: 2.375rem !important;
}

.t-14-regular {
  font-size: 2.375rem;
  font-weight: 400;
}

.t-14-medium {
  font-size: 2.375rem;
  font-weight: 500;
}

.t-14-semibold {
  font-size: 2.375rem;
  font-weight: 600;
}

.t-14-bold {
  font-size: 2.375rem;
  font-weight: 700;
}

.t-14-bolder {
  font-size: 2.375rem;
  font-weight: 900;
}

.t-line-14 {
  line-height: 2.375rem;
}

.t-height-15 {
  min-height: 2.5rem;
}

.t-15 {
  font-size: 2.5rem !important;
}

.t-15-regular {
  font-size: 2.5rem;
  font-weight: 400;
}

.t-15-medium {
  font-size: 2.5rem;
  font-weight: 500;
}

.t-15-semibold {
  font-size: 2.5rem;
  font-weight: 600;
}

.t-15-bold {
  font-size: 2.5rem;
  font-weight: 700;
}

.t-15-bolder {
  font-size: 2.5rem;
  font-weight: 900;
}

.t-line-15 {
  line-height: 2.5rem;
}

.t-height-16 {
  min-height: 2.625rem;
}

.t-16 {
  font-size: 2.625rem !important;
}

.t-16-regular {
  font-size: 2.625rem;
  font-weight: 400;
}

.t-16-medium {
  font-size: 2.625rem;
  font-weight: 500;
}

.t-16-semibold {
  font-size: 2.625rem;
  font-weight: 600;
}

.t-16-bold {
  font-size: 2.625rem;
  font-weight: 700;
}

.t-16-bolder {
  font-size: 2.625rem;
  font-weight: 900;
}

.t-line-16 {
  line-height: 2.625rem;
}

.t-height-17 {
  min-height: 2.75rem;
}

.t-17 {
  font-size: 2.75rem !important;
}

.t-17-regular {
  font-size: 2.75rem;
  font-weight: 400;
}

.t-17-medium {
  font-size: 2.75rem;
  font-weight: 500;
}

.t-17-semibold {
  font-size: 2.75rem;
  font-weight: 600;
}

.t-17-bold {
  font-size: 2.75rem;
  font-weight: 700;
}

.t-17-bolder {
  font-size: 2.75rem;
  font-weight: 900;
}

.t-line-17 {
  line-height: 2.75rem;
}

.t-height-18 {
  min-height: 2.875rem;
}

.t-18 {
  font-size: 2.875rem !important;
}

.t-18-regular {
  font-size: 2.875rem;
  font-weight: 400;
}

.t-18-medium {
  font-size: 2.875rem;
  font-weight: 500;
}

.t-18-semibold {
  font-size: 2.875rem;
  font-weight: 600;
}

.t-18-bold {
  font-size: 2.875rem;
  font-weight: 700;
}

.t-18-bolder {
  font-size: 2.875rem;
  font-weight: 900;
}

.t-line-18 {
  line-height: 2.875rem;
}

.t-height-19 {
  min-height: 3rem;
}

.t-19 {
  font-size: 3rem !important;
}

.t-19-regular {
  font-size: 3rem;
  font-weight: 400;
}

.t-19-medium {
  font-size: 3rem;
  font-weight: 500;
}

.t-19-semibold {
  font-size: 3rem;
  font-weight: 600;
}

.t-19-bold {
  font-size: 3rem;
  font-weight: 700;
}

.t-19-bolder {
  font-size: 3rem;
  font-weight: 900;
}

.t-line-19 {
  line-height: 3rem;
}

.t-height-20 {
  min-height: 3.125rem;
}

.t-20 {
  font-size: 3.125rem !important;
}

.t-20-regular {
  font-size: 3.125rem;
  font-weight: 400;
}

.t-20-medium {
  font-size: 3.125rem;
  font-weight: 500;
}

.t-20-semibold {
  font-size: 3.125rem;
  font-weight: 600;
}

.t-20-bold {
  font-size: 3.125rem;
  font-weight: 700;
}

.t-20-bolder {
  font-size: 3.125rem;
  font-weight: 900;
}

.t-line-20 {
  line-height: 3.125rem;
}

.t-height-21 {
  min-height: 3.25rem;
}

.t-21 {
  font-size: 3.25rem !important;
}

.t-21-regular {
  font-size: 3.25rem;
  font-weight: 400;
}

.t-21-medium {
  font-size: 3.25rem;
  font-weight: 500;
}

.t-21-semibold {
  font-size: 3.25rem;
  font-weight: 600;
}

.t-21-bold {
  font-size: 3.25rem;
  font-weight: 700;
}

.t-21-bolder {
  font-size: 3.25rem;
  font-weight: 900;
}

.t-line-21 {
  line-height: 3.25rem;
}

.t-height-22 {
  min-height: 3.375rem;
}

.t-22 {
  font-size: 3.375rem !important;
}

.t-22-regular {
  font-size: 3.375rem;
  font-weight: 400;
}

.t-22-medium {
  font-size: 3.375rem;
  font-weight: 500;
}

.t-22-semibold {
  font-size: 3.375rem;
  font-weight: 600;
}

.t-22-bold {
  font-size: 3.375rem;
  font-weight: 700;
}

.t-22-bolder {
  font-size: 3.375rem;
  font-weight: 900;
}

.t-line-22 {
  line-height: 3.375rem;
}

.t-height-23 {
  min-height: 3.5rem;
}

.t-23 {
  font-size: 3.5rem !important;
}

.t-23-regular {
  font-size: 3.5rem;
  font-weight: 400;
}

.t-23-medium {
  font-size: 3.5rem;
  font-weight: 500;
}

.t-23-semibold {
  font-size: 3.5rem;
  font-weight: 600;
}

.t-23-bold {
  font-size: 3.5rem;
  font-weight: 700;
}

.t-23-bolder {
  font-size: 3.5rem;
  font-weight: 900;
}

.t-line-23 {
  line-height: 3.5rem;
}

.t-10px {
  font-size: 10px !important;
}

.t-11px {
  font-size: 11px !important;
}

.t-12px {
  font-size: 12px !important;
}

.t-14px {
  font-size: 14px !important;
}

.t-16px {
  font-size: 16px !important;
}

.t-18px {
  font-size: 18px !important;
}

.t-20px {
  font-size: 20px !important;
}

.t-22px {
  font-size: 22px !important;
}

.t-24px {
  font-size: 24px !important;
}

.t-26px {
  font-size: 26px !important;
}

.t-28px {
  font-size: 28px !important;
}

.t-30px {
  font-size: 30px !important;
}

.t-32px {
  font-size: 32px !important;
}

.t-pointer {
  cursor: pointer;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

.t-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .t-sm-left {
    text-align: left !important;
  }

  .t-sm-right {
    text-align: right !important;
  }

  .t-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .t-md-left {
    text-align: left !important;
  }

  .t-md-right {
    text-align: right !important;
  }

  .t-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .t-lg-left {
    text-align: left !important;
  }

  .t-lg-right {
    text-align: right !important;
  }

  .t-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .t-xl-left {
    text-align: left !important;
  }

  .t-xl-right {
    text-align: right !important;
  }

  .t-xl-center {
    text-align: center !important;
  }
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-33 {
  width: calc(100% / 3);
}

.width-50 {
  width: 50%;
}

.width-66 {
  width: calc(200% / 3);
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-100 {
  width: 100%;
}

@media (max-width: 950px) {
  .width-responsive,
  .width-15,
  .width-20,
  .width-25,
  .width-33,
  .width-50,
  .width-66,
  .width-75,
  .width-80,
  .width-100 {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 950px) {
  .width-container-responsive {
    flex-direction: column;
  }
}

.cell-grid-5 {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 10px;
}

.cell-grid-5 .cell {
  display: block;
  text-decoration: none;
  min-height: 200px;
}

.cell-grid-5 .cell.cell-1 {
  grid-column: 1/span 3;
}

.cell-grid-5 .cell.cell-2 {
  grid-column: 4/span 2;
}

.cell-grid-5 .cell.cell-3 {
  grid-column: 1/span 2;
}

.cell-grid-5 .cell.cell-4 {
  grid-column: 3/span 3;
  grid-row: 2/span 2;
}

.cell-grid-5 .cell.cell-5 {
  grid-column: 1/span 2;
}

.cell-grid-5 .cell.cell-6 {
  grid-column: 1/span 2;
}

.cell-grid-5 .cell.cell-7 {
  grid-column: 3/span 3;
}

.cell-grid-2 {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
}

.cell-grid-2 .cell {
  display: block;
  text-decoration: none;
  min-height: 250px;
}

.cell-grid-2 .cell.cell-1 {
  grid-column: 1/span 1;
}

.cell-grid-2 .cell.cell-2 {
  grid-column: 2/span 1;
  grid-row: 1/span 2;
}

.cell-grid-2 .cell.cell-3 {
  grid-column: 1/span 1;
}

@media (max-width: 950px) {
  .cell-responsive,
  .cell-grid-5 .cell.cell-1,
  .cell-grid-5 .cell.cell-2,
  .cell-grid-5 .cell.cell-3,
  .cell-grid-5 .cell.cell-4,
  .cell-grid-5 .cell.cell-5,
  .cell-grid-5 .cell.cell-6,
  .cell-grid-5 .cell.cell-7,
  .cell-grid-2 .cell.cell-1,
  .cell-grid-2 .cell.cell-2,
  .cell-grid-2 .cell.cell-3 {
    grid-column: 1/span 5 !important;
  }
}

.position-absolute {
  position: absolute;
}

.abs-t-0 {
  top: 0;
}

.abs-b-0 {
  bottom: 0;
}

.abs-r-0 {
  right: 0;
}

.abs-l-0 {
  left: 0;
}

.abs-x-0 {
  right: 0;
  left: 0;
}

.abs-y-0 {
  top: 0;
  bottom: 0;
}

.abs-0 {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.abs-y-bottom {
  bottom: 0;
}

.abs-x-center {
  left: 50%;
  transform: translateX(-50%);
}

.position-relative {
  position: relative;
}

.abs-y-center {
  top: 50%;
  transform: translateY(-50%);
}

.abs-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ratio-1-1 {
  width: 100%;
  padding-bottom: 100%;
}

.ratio-4-3 {
  width: 100%;
  padding-bottom: calc(calc(100% * 3) / 4);
}

.ratio-3-2 {
  width: 100%;
  padding-bottom: calc(calc(100% * 2) / 3);
}

.ratio-3-4 {
  width: 100%;
  padding-bottom: calc(calc(100% * 4) / 3);
}

.ratio-1-2 {
  width: 100%;
  padding-bottom: calc(calc(100% * 2) / 1);
}

.ratio-2-1 {
  width: 100%;
  padding-bottom: calc(calc(100% * 1) / 2);
}

.ratio-16-9 {
  width: 100%;
  padding-bottom: calc(calc(100% * 9) / 16);
}

.ratio-9-16 {
  width: 100%;
  padding-bottom: calc(calc(100% * 16) / 9);
}

.ratio-16-4 {
  width: 100%;
  padding-bottom: calc(calc(100% * 4) / 16);
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.no-animation {
  transition: unset !important;
}

* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html {
  font-family: "Montserrat", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

footer,
header,
main,
nav,
section {
  display: block;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

table {
  border-collapse: collapse;
}

.informative-pages * {
  font-size: 12px;
  font-weight: 400;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #6A6C6C;
  background: white;
  overflow-x: hidden;
  position: relative;
}

* {
  color: inherit;
}

.invalid-feedback {
  font-size: 12px;
}

.fancybox-container .fancybox-content.message {
  position: relative;
}

.fancybox-container .fancybox-content.message:after {
  position: absolute;
  content: "\F00D";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 10px;
  right: 20px;
}

.fancybox-container .fancybox-content.message h2 {
  font-size: 20px !important;
  margin-bottom: 1rem;
}

.fancybox-container .fancybox-content.message p {
  color: #131414 !important;
  font-size: 14px;
}

.fancybox-container .fancybox-content.message button {
  background-color: transparent !important;
}

.fancybox-container .fancybox-content.message button:focus {
  outline: none;
}

.fancybox-container .fancybox-content.message button:hover {
  outline: 0;
  border: 0;
}

.fancybox-container .fancybox-content.message button svg {
  opacity: 0;
}

.fancybox-container .fancybox-content.message button svg path {
  stroke: #131414 !important;
}

.fancybox-container .fancybox-content h3 {
  font-size: 20px;
  margin-bottom: 1rem;
}

.fancybox-container .fancybox-content p {
  color: #131414;
  font-size: 14px;
}

.fancybox-container .fancybox-content .confirmation {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.bg-primary {
  background-color: #6A6C6C;
}

.bg-secondary {
  background-color: #1867A5;
}

.bg-light {
  background-color: #FAFAFA;
}

.bg-dark {
  background-color: #131414;
}

.bg-dark-white {
  background-color: #F8F8F8;
}

.b-b {
  border-bottom: 1px solid #e5e5e5;
}

.b-b-primary {
  border-bottom: 1px solid #6A6C6C;
}

.b-t {
  border-top: 1px solid #e5e5e5;
}

.b-r {
  border-right: 1px solid #e5e5e5;
}

.b-l {
  border-left: 1px solid #e5e5e5;
}

.b-y {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.b-x {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

button:focus {
  outline: none !important;
}

.btn-block {
  display: block;
}

.btn,
.fancybox-container .fancybox-content .confirmation a {
  display: inline-block;
  color: #131414;
  text-align: center;
  vertical-align: middle;
  cursor: pointer !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
  outline: none;
  text-decoration: none;
  padding: 0.4rem 1.75rem;
  font-size: 12px;
  line-height: 1.5rem;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}

.btn:before,
.fancybox-container .fancybox-content .confirmation a:before {
  content: "";
  position: absolute;
  top: 51%;
  bottom: 51%;
  left: 51%;
  right: 51%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.35s ease-in-out !important;
}

.btn:hover:before,
.fancybox-container .fancybox-content .confirmation a:hover:before {
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
}

.btn-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 0.4rem;
  border-radius: 50%;
  height: calc(2.3rem + 2px);
  width: calc(2.3rem + 2px);
  border: 1px solid #131414;
}

.btn-circle i {
  color: #131414;
}

.btn-circle.circle-btn-active,
.btn-circle.favorite-remove {
  background-color: #131414;
  border-color: #131414;
}

.btn-circle.circle-btn-active i,
.btn-circle.favorite-remove i {
  color: #FAFAFA;
}

.btn-circle:hover {
  background-color: #131414;
  border-color: #131414;
}

.btn-circle:hover i {
  color: #FAFAFA;
}

.btn-image {
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-lg {
  padding: 0.6rem 2rem;
  font-size: 1rem;
  line-height: 2.2;
  border-radius: 0rem;
}

.btn-md {
  padding: 0 1rem;
  font-size: 12px;
  line-height: 10px;
  height: 35px;
  border-radius: 3px;
  flex-grow: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-primary {
  color: #ffffff;
  background-color: #6A6C6C;
  border-color: #6A6C6C;
}

.btn-primary:hover {
  background-color: transparent;
  color: #6A6C6C;
  border-color: #6A6C6C;
}

.btn-outline-primary {
  color: #6A6C6C;
  background-color: transparent;
  border-color: #6A6C6C;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #6A6C6C;
  border-color: #6A6C6C;
}

.btn-secondary,
.fancybox-container .fancybox-content .confirmation a {
  color: #6A6C6C;
  background-color: #1867A5;
}

.btn-secondary:before,
.fancybox-container .fancybox-content .confirmation a:before {
  background-color: rgba(106, 108, 108, 0.1);
}

.btn-outline-secondary {
  color: #717171;
  border-color: #717171;
}

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #717171;
}

.btn-light {
  color: #000000;
  background-color: #ffffff;
}

.btn-outline-light {
  color: #000000;
  background-color: #ffffff;
  border-color: #e5e5e5;
}

.btn-outline-light:hover {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}

.btn-outline-light {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.btn-outline-light:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-dark {
  color: #ffffff;
  background-color: #131414;
}

.btn-outline-dark {
  color: #131414;
  border-color: #131414;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #131414;
}

.btn-danger {
  color: #ffffff;
  background-color: #d90133;
  border-color: #d90133;
}

.btn-outline-danger {
  color: #d90133;
  border-color: #d90133;
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #d90133;
}

.btn-link {
  display: inline-block;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.quantity-box-wrapper .btn-decrement {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  outline: none;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.quantity-box-wrapper .btn-decrement i {
  color: #131414;
  font-size: 12px;
}

.quantity-box-wrapper .input-quantity {
  height: 40px;
  border: 1px solid #e5e5e5;
  border-right: 0;
  border-left: 0;
  text-align: center;
  color: #717171;
  max-width: 50px;
  outline: none;
  font-size: 12px;
  color: #000000;
  background-color: #e5e5e5;
}

.quantity-box-wrapper .btn-increment {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  outline: none;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.quantity-box-wrapper .btn-increment i {
  color: #131414;
  font-size: 12px;
}

.btn-radio-size-wrapper {
  position: relative;
  color: #717171;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 12px;
  margin-right: 5px;
}

.btn-radio-size-wrapper.wrapper-circle {
  border-radius: 50% !important;
  padding: 0;
  width: 40px;
}

.btn-radio-size-wrapper.wrapper-circle .btn-radio-size {
  border-radius: 50% !important;
}

.btn-radio-size-wrapper .btn-radio-size {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
  border-radius: 50px;
  outline: none;
}

.btn-radio-size-wrapper .btn-radio-size:hover {
  opacity: 0.8;
}

.btn-radio-size-wrapper .btn-radio-size:checked {
  border: 1px solid #e5e5e5;
}

.btn-radio-size-wrapper .btn-radio-size:checked .btn-radio-size-wrapper {
  color: #131414;
}

.btn-radio-color {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: #717171;
  height: 20px;
  width: 20px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  margin-right: 10px;
  outline: none;
}

.btn-radio-color:hover {
  opacity: 0.8;
}

.btn-radio-color:checked {
  position: relative;
}

.btn-radio-color:checked:after {
  position: absolute;
  content: "\F00C";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.input-group {
  margin: 0 !important;
  padding-left: 15px;
  display: flex;
  align-items: center;
}

.input-group .btn-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-color: transparent;
  border: 1px solid #D1D1D1;
  color: #717171;
  height: 12px;
  width: 12px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  margin-right: 10px;
  outline: none;
}

.input-group .btn-radio:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #6A6C6C;
  min-height: 7px;
  min-width: 7px;
  border-radius: 50%;
  font-weight: 900;
}

.input-group .btn-radio:hover {
  background-color: #FAFAFA;
}

.input-group .btn-radio:checked {
  background-color: #FAFAFA;
  border-color: #131414;
}

.input-group label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

.text-field {
  display: block;
  width: 100%;
  padding: 0.4rem 1.25rem;
  font-size: 0.9rem;
  line-height: 1.7rem;
  border-radius: 0rem;
  height: calc(0.8rem + 1.7rem + 2px);
  color: #000000;
  background-clip: padding-box;
  border: 1px solid #EAEAEA;
  border-radius: 90px;
  background-color: #EAEAEA;
  font-family: "Montserrat", sans-serif;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
  box-shadow: none;
}

.text-field:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.text-field-secondary {
  color: #717171;
  font-weight: 500;
  background-color: #1867A5;
  border-radius: 5px;
  border: 1px solid #1867A5;
}

.text-field-secondary:hover {
  outline: none;
  box-shadow: none;
  background-color: rgba(24, 103, 165, 0.3);
}

.text-field-secondary:focus {
  border: 1px solid #e5e5e5;
  background-color: rgba(24, 103, 165, 0.3);
}

.text-field-lg {
  height: calc(2.2rem + 1.2rem + 2px);
  padding: 0.6rem 1rem;
  font-size: 1rem;
  line-height: 2.2rem;
}

.text-field-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

textarea {
  overflow: auto;
  resize: vertical;
  height: auto !important;
}

.check-in-textfield {
  position: relative;
}

.check-in-textfield .check-after {
  position: absolute;
  right: 0px;
  padding: 0 10px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-dark {
  color: #ffffff;
  background-color: #000000;
}

.badge-primary {
  color: #ffffff;
  background-color: #EE1A23;
}

.badge-secondary {
  color: #ffffff;
  background-color: #717171;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
}

.card .card-header {
  padding: 0 1.25rem;
  border: 1px solid #EE1A23;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  background-color: white;
  border: 1px solid #e5e5e5;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top: 0;
}

.card .card-footer {
  padding: 0 1.25rem;
}

.card .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.hover-brightness:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.hover-scale:hover {
  transform: scale(1.015);
}

.content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
}

@media (min-width: 576px) {
  .content {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .content {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .content {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .content {
    max-width: 1140px;
  }

  .content .center {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .content .before-center {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }
}

.square {
  width: 100%;
  padding-bottom: 100%;
}

.parallax {
  transition: unset !important;
}

.no-animation {
  transition: unset !important;
}

.cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contain {
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: contain;
}

.invalid-feedback {
  display: block;
  font-size: 12px;
  color: #EE1A23;
  padding: 0.5rem 0;
}

.flex-center {
  display: flex;
  align-items: center;
}

.min-h-vh {
  min-height: 100vh;
  width: 100%;
}

.min-h-1 {
  min-height: 100px;
  width: 100%;
}

.min-h-2 {
  min-height: 200px;
  width: 100%;
}

.min-h-3 {
  min-height: 300px;
  width: 100%;
}

.min-h-4 {
  min-height: 400px;
  width: 100%;
}

.min-h-5 {
  min-height: 500px;
  width: 100%;
}

.min-h-6 {
  min-height: 600px;
  width: 100%;
}

.min-h-7 {
  min-height: 700px;
  width: 100%;
}

.my-max {
  margin: 8rem 0 !important;
}

.py-max {
  padding: 8rem 0 !important;
}

.mt-max {
  margin-top: 8rem !important;
}

.pt-max {
  padding-top: 8rem !important;
}

.mb-max {
  margin-bottom: 8rem !important;
}

.pb-max {
  padding-bottom: 8rem !important;
}

.overflow-hidden {
  overflow: hidden;
}

.accordions-wrapper {
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  padding: 10px 0;
}

.accordion {
  display: block;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  border: none;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  outline: none;
  text-transform: uppercase;
  transition: 0.4s;
  margin: 0;
}

.accordion:after {
  content: "\F055";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: 0.3s;
  float: right;
  margin-left: 5px;
  color: #1867A5;
}

.accordion-active:after {
  content: "\F056";
  transition: 0.3s;
  color: #1867A5;
  font-family: "Font Awesome 5 Free";
}

.panel {
  background-color: transparent;
  max-height: 0;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding: 0px 20px;
}

.input-group {
  position: relative;
  margin: 40px auto;
}

.input-group .form-control {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 35px;
  font-size: 16px;
  border: none;
  border-bottom: 1.5px solid #bac4ce;
  background-color: transparent;
}

.input-group .form-control + label {
  position: absolute;
  top: 5px;
  left: 3px;
  font-size: 16px;
  color: #6A6C6C;
  transition: all 0.2s ease-out;
}

.input-group .form-control + label.compact {
  font-size: 14px;
}

.input-group .form-control:focus {
  outline: none;
  border-width: 2px;
  border-color: #6A6C6C;
  transition: all 0.2s ease-out;
}

.input-group .form-control:focus + label,
.input-group .form-control.has-value + label {
  top: -15px;
  color: #6A6C6C;
  font-size: 12px;
}

.input-group .form-control.has-value:not(:focus) + label {
  color: #6A6C6C;
}

.input-group.compact {
  margin: 20px auto;
}

.input-group.compact label {
  font-size: 13px;
}

.input-group textarea.form-control {
  height: 120px;
}

.slider {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background: #e5e5e5;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #6A6C6C;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #6A6C6C;
  cursor: pointer;
}

.thumbnail-50 {
  height: 50px;
  width: 50px;
  min-width: 50px;
}

.thumbnail-50-50-outer {
  display: block;
  text-decoration: none;
  padding: 5px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  overflow: hidden;
}

.thumbnail-40-40 {
  height: 40px;
  width: 40px;
  min-width: 40px;
}

.thumbnail-r0-100-100 {
  height: 100px;
  width: 100px;
  min-width: 100px;
  border-radius: 0px;
  border: 10px solid #ffffff;
}

.thumbnail-r5-100-100 {
  height: 100px;
  width: 100px;
  min-width: 100px;
  border-radius: 5px;
  border: 10px solid #ffffff;
}

.thumbnail-r10-100-100 {
  height: 100px;
  width: 100px;
  min-width: 100px;
  border-radius: 10px;
  border: 10px solid #ffffff;
}

.thumbnail-circle-100-100 {
  height: 100px;
  width: 100px;
  min-width: 100px;
  border: 10px solid #ffffff;
  border-radius: 50%;
}

.thumbnail-r5-80-80 {
  height: 80px;
  width: 80px;
  min-width: 80px;
  border-radius: 5px;
  border: 10px solid #ffffff;
}

.rating-outer {
  display: flex;
  align-items: center;
}

.rating-outer i {
  font-size: 12px;
  margin-right: 3px;
}

.rating-outer .primary {
  color: #131414 !important;
}

.rating-outer .secondary {
  color: #e5e5e5;
}

.nav-menu {
  display: flex;
}

.nav-menu .nav-item {
  background-color: #ffffff;
  border: none;
  outline: none;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  position: relative;
  color: #717171;
}

.nav-menu .nav-item.nav-item-active {
  background-color: #e5e5e5;
  color: #131414;
  border-radius: 90px;
}

@media (max-width: 1199.98px) {
  .nav-menu {
    flex-direction: column;
    border-bottom: 1px solid transparent;
  }

  .nav-menu .nav-item {
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
}

.nav-section {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0s ease-in 0.1s;
}

.nav-section.nav-section-active {
  opacity: 1;
  margin: 2rem 0;
  max-height: 100000px;
}

.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/

.z-depth-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/

.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/

.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */

.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */

.z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.hoverable {
  transition: box-shadow 0.25s;
}

.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bg-color-1 {
  background-color: #EE1A23;
  color: #ffffff !important;
}

.bg-color-2 {
  background-color: #030303;
  color: #ffffff !important;
}

.bg-color-3 {
  background-color: #FDB816;
  color: #ffffff !important;
}

.bg-color-4 {
  background-color: #36B349;
  color: #ffffff !important;
}

.bg-color-5 {
  background-color: #ED41E0;
  color: #ffffff !important;
}

.bg-color-6 {
  background-color: #EBEBEB;
  color: #000000 !important;
}

.bg-color-7 {
  background-color: #ED41E0;
  color: #ffffff !important;
}

.privacy-cookies {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  background-color: #ffffff;
}

.privacy-cookies a {
  color: #6A6C6C;
  text-decoration: none;
}

.privacy-cookies button {
  font-size: 12px !important;
}

.facebook-color {
  color: #3b5998;
}

.twitter-color {
  color: #1da1f2;
}

.youtube-color {
  color: #ff0000;
}

.instagram-color {
  color: #c32aa3;
}

.top-10 {
  top: 10px;
}

.top-20 {
  top: 20px;
}

.top-30 {
  top: 30px;
}

.top-40 {
  top: 40px;
}

.top-50 {
  top: 50px;
  position: absolute;
}

.top-60 {
  top: 60px;
}

.top-70 {
  top: 70px;
}

.top-80 {
  top: 80px;
}

.top-90 {
  top: 90px;
}

.top-100 {
  top: 100px;
  position: absolute;
}

.top-200 {
  top: 200px;
  position: absolute;
}

.p-200 {
  padding-top: 200px;
}

.p-180 {
  padding-top: 180px;
}

.z-index-5 {
  z-index: 5;
}

.text-decoration-none {
  text-decoration: none;
}

.input-disabled {
  border-color: #EAEAEA;
  padding: 5px 7px;
  background-color: rgba(106, 108, 108, 0.2);
  border-radius: 3px;
  height: 35px;
  transition: 0.35s;
  border: 0;
  font-size: 12px;
  outline: none;
}

.input-disabled::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6A6C6C;
  font-size: 12px;
  z-index: 3;
}

.input-disabled:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6A6C6C;
  font-size: 12px;
  z-index: 3;
}

.input-disabled::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6A6C6C;
  font-size: 12px;
  z-index: 3;
}

.input-disabled::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6A6C6C;
  font-size: 12px;
  z-index: 3;
}

.input-disabled:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6A6C6C;
}

.input-disabled::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6A6C6C;
}

.input-basic {
  border-color: #EAEAEA;
  padding: 5px 7px;
  background-color: #EFEFEF;
  border-radius: 3px;
  height: 35px;
  transition: 0.35s;
  border: 0;
  font-size: 12px;
}

.input-basic:focus {
  background-color: rgba(106, 108, 108, 0.2);
  outline: 0;
}

.input-basic:focus::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6A6C6C;
  opacity: 0.8;
  /* Firefox */
  font-size: 12px;
}

.input-basic:focus:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6A6C6C;
  opacity: 0.8;
  /* Firefox */
  font-size: 12px;
}

.input-basic:focus::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6A6C6C;
  opacity: 0.8;
  /* Firefox */
  font-size: 12px;
}

.input-basic:focus::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6A6C6C;
  opacity: 0.8;
  /* Firefox */
  font-size: 12px;
}

.input-basic::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6A6C6C;
  -moz-transition: 0.35s;
  transition: 0.35s;
  font-size: 12px;
}

.input-basic:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6A6C6C;
  -ms-transition: 0.35s;
  transition: 0.35s;
  font-size: 12px;
}

.input-basic::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6A6C6C;
  -ms-transition: 0.35s;
  transition: 0.35s;
  font-size: 12px;
}

.input-basic::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6A6C6C;
  transition: 0.35s;
  font-size: 12px;
}

.input-basic:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6A6C6C;
}

.input-basic::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6A6C6C;
}

.btn-hover-left-white:hover button,
.offer-image:hover button,
.offer-basic:hover button,
.latest-offers .first:hover button,
.stream-div:hover button {
  transform: translateX(-20px);
}

.newsletter:hover button,
.latest-offers .second:hover button,
.category-banner:hover button {
  transform: translateX(20px);
}

nav.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  transition: 0.5s;
}

nav.main-menu .nav-content {
  font-size: 12px;
  width: 100%;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  transition: 0.35s;
}

nav.main-menu .nav-content a.burger {
  padding: 0 20px;
  display: none;
  align-items: center;
  height: 50px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.35s;
}

nav.main-menu .nav-content a.burger.hidden {
  display: none !important;
}

@media (max-width: 767.98px) {
  nav.main-menu .nav-content a.burger {
    display: flex;
  }
}

@media (max-width: 575.98px) {
  nav.main-menu .nav-content a.burger {
    display: flex;
  }
}

nav.main-menu .nav-content img.logo {
  float: left;
  height: 100px;
  flex-grow: 0;
  margin: 0;
  padding-top: 10px;
  transition: 0.35s;
}

nav.main-menu .nav-content .nav-links {
  transition: 0.35s;
  align-items: center;
  border-radius: 0 0 0 45px;
  padding: 0 25px 0 30px;
  margin: 0;
  height: 60px;
  display: flex;
  width: 78%;
  justify-content: space-around;
  list-style: none;
  flex-grow: 0;
  background-color: #1867A5;
  color: #ffffff;
}

nav.main-menu .nav-content .nav-links.hide {
  display: none;
}

nav.main-menu .nav-content .nav-links li {
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.35s;
}

nav.main-menu .nav-content .nav-links li a {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding: 0 11px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  transition: 0s all;
}

nav.main-menu .nav-content .nav-links li a:after {
  opacity: 0;
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}

nav.main-menu .nav-content .nav-links li a:hover:after {
  width: 100%;
  opacity: 1;
}

nav.main-menu .nav-content .nav-links li .btn-channel {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  background: transparent;
  padding: 8px 5px !important;
  cursor: pointer;
  transition: 0.35s;
}

nav.main-menu .nav-content .nav-links li .btn-channel:hover {
  background-color: #ffffff;
  color: #1867A5;
}

nav.main-menu .nav-content .nav-links .icons li a {
  padding: 8px;
  opacity: 0.8;
}

nav.main-menu.nav-compact img.logo {
  height: 60px;
  padding: 0;
  padding-left: 20px;
}

nav.main-menu.nav-compact .nav-content {
  background-color: #1867A5;
  padding: 5px;
  border-radius: 0 0 0 60px;
}

nav.main-menu.compact img.logo {
  height: 60px;
  padding: 0;
  padding-left: 20px;
}

nav.main-menu.compact .nav-content {
  background-color: #1867A5;
  padding: 5px;
  border-radius: 0 0 0 60px;
}

@media (max-width: 575.98px), (max-width: 767.98px), (max-width: 991.98px) {
  nav.main-menu {
    display: none;
  }
}

nav.main-menu-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  background-color: #1867A5;
  transition: 0.5s;
  border-radius: 0 0 0 60px;
}

nav.main-menu-mobile.fill-color {
  border-radius: 0 0 0 0px;
}

nav.main-menu-mobile a.burger {
  padding: 0 20px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  height: 50px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.35s;
}

nav.main-menu-mobile a.burger.hidden {
  display: none !important;
}

nav.main-menu-mobile img.logo {
  height: 80px;
  flex-grow: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.35s;
}

nav.main-menu-mobile .nav-content {
  font-size: 12px;
  width: 100%;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  transition: 0.35s;
  height: 80px;
}

nav.main-menu-mobile .nav-content .nav-links {
  margin: 0;
  max-height: 0;
  top: 80px;
  transition: 0.35s;
  width: 100%;
  background-color: #1867A5;
  list-style-type: none;
  padding: 0;
  color: #ffffff;
  overflow: hidden;
  position: absolute;
}

nav.main-menu-mobile .nav-content .nav-links.display {
  max-height: 100vh;
  overflow-y: auto;
}

nav.main-menu-mobile .nav-content .nav-links li {
  text-align: center;
  padding: 10px;
  transition: 0.35s;
}

nav.main-menu-mobile .nav-content .nav-links li a {
  text-decoration: none;
}

@media (max-width: 575.98px), (max-width: 767.98px), (max-width: 991.98px) {
  nav.main-menu-mobile {
    display: block;
  }
}

.home-header-wrapper {
  width: 100%;
  height: 750px;
}

.home-header-wrapper .home-header {
  width: 100%;
  height: 750px;
  position: relative;
}

.home-header-wrapper .home-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.image-content {
  z-index: 2;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-content h3 {
  text-align: center;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .image-content h3 {
    font-size: 36px !important;
  }
}

.image-content button {
  margin: auto;
}

.top-curve {
  position: absolute;
  top: 595px;
  z-index: 2;
  height: 250px;
  width: 100%;
}

.news-mini-card {
  padding: 15px;
  transition: 0.35s;
  cursor: pointer;
}

.news-card {
  padding: 15px;
  transition: 0.35s;
  cursor: pointer;
}

.news-card .info {
  position: relative;
}

.news-card .info .date {
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
}

@media (max-width: 575.98px), (max-width: 767.98px) {
  .news-card .info .date {
    position: relative !important;
    margin-top: 10px;
  }
}

.category-banner {
  cursor: pointer;
}

@media (max-width: 950px) {
  .category-banner {
    height: 320px !important;
  }
}

@media (max-width: 950px) {
  .category-banner .category-content {
    width: auto;
  }
}

.category-banner:hover button {
  background-color: #ffffff;
  color: #6A6C6C;
}

.category-banner.right {
  justify-content: flex-end;
}

.category-banner.left {
  justify-content: flex-start;
}

.product-card {
  cursor: pointer;
  transition: 0.35s;
}

.product-card .card-content {
  height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card .card-image {
  padding: 25px;
  transition: 0.35s;
  height: 250px;
  background-color: #ffffff;
  overflow: hidden;
}

.product-card .card-image .image {
  height: 200px;
}

.product-card .price {
  transition: 0.35s;
}

.product-card .btn-product {
  border-radius: 15px;
  color: #ffffff;
  padding: 5px 8px;
  border: 1px solid #1867A5;
  z-index: 2;
  background: #1867A5;
  transition: 0.35s;
  cursor: pointer;
}

.product-card:hover .btn-product {
  background: #ffffff;
  border: 1px solid #1867A5;
  color: #1867A5;
}

.product-card:hover .card-image {
  transition: 0.35s;
}

.stream-div {
  position: absolute;
  max-width: 1100px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  top: 653px;
  padding: 30px 50px 30px 40px;
  cursor: pointer;
}

.stream-div:hover button {
  background-color: #1867A5;
  color: #ffffff;
}

@media (max-width: 575.98px), (max-width: 767.98px), (max-width: 991.98px) {
  .stream-div {
    width: 95% !important;
  }
}

.latest-offers .first {
  position: relative;
  overflow: hidden;
}

.latest-offers .first:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.latest-offers .first .info {
  z-index: 2;
}

.latest-offers .first:hover button {
  background-color: #ffffff;
  color: #1867A5;
}

.latest-offers .second {
  padding: 30px;
  min-height: 270px;
  cursor: pointer;
}

.latest-offers .second button {
  transition: 0.35s;
}

.latest-offers .second .all-text {
  width: 50%;
}

@media (max-width: 767.98px), (max-width: 575.98px), (max-width: 991.98px) {
  .latest-offers .second .all-text {
    width: 100%;
  }
}

.latest-offers .second .image {
  width: 50%;
  max-width: 220px;
  height: 210px;
}

@media (max-width: 767.98px), (max-width: 575.98px), (max-width: 991.98px) {
  .latest-offers .second .image {
    width: 100%;
    max-width: 400px;
    height: 250pxpx;
  }
}

.latest-offers .second:hover button {
  background-color: #1867A5;
  color: #ffffff;
}

.photo {
  width: 100%;
  padding-bottom: 100%;
}

.photos-slideshow-wrapper {
  position: relative;
}

.photos-slideshow-wrapper .photos-slideshow {
  width: 100%;
  height: 250px;
  margin-top: 35px;
}

.photos-slideshow-wrapper .photos-slideshow .photo {
  height: 250px;
  width: 255px;
}

.photos-slideshow-wrapper .owl-nav .owl-next {
  position: absolute;
  right: -35px;
  font-size: 25px !important;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 575.98px) {
  .photos-slideshow-wrapper .owl-nav .owl-next {
    right: -16px !important;
  }
}

.photos-slideshow-wrapper .owl-nav .owl-prev {
  position: absolute;
  left: -35px;
  font-size: 25px !important;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 575.98px) {
  .photos-slideshow-wrapper .owl-nav .owl-prev {
    left: -16px !important;
  }
}

.newsletter input {
  background-color: #F8F8F8;
  border-radius: 20px;
  padding: 7px 8px;
  width: 90%;
  border: 1.5px solid rgba(0, 0, 0, 0.05);
}

.newsletter input:focus {
  outline: 0;
}

.newsletter input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
  /* Firefox */
}

.newsletter input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
  /* Firefox */
}

.newsletter input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
  /* Firefox */
}

.newsletter input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
  /* Firefox */
}

.newsletter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
}

.newsletter input::-ms-input-placeholder {
  /* Microsoft Edge */
}

.newsletter:hover button {
  background-color: #1867A5;
  color: #ffffff;
}

.home-before-footer {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-position: center !important;
  width: 100%;
  height: 100vh;
  position: relative;
}

.home-before-footer .logo-div {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 160px;
  transform: translateX(-50%);
}

@media (max-width: 575.98px) {
  .home-before-footer .logo-div {
    bottom: 100px !important;
  }
}

.home-before-footer .icon {
  border-radius: 50%;
  font-size: 50px;
}

.home-before-footer .bottom-curve {
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  height: 150px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .home-before-footer .bottom-curve {
    height: 50px !important;
  }
}

@media (max-width: 575.98px) {
  .home-before-footer {
    background-attachment: unset !important;
  }
}

.footer-curve {
  position: absolute;
  height: 400px;
  width: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  /* margin-left: auto; */
  /* margin-right: auto; */
  overflow: hidden;
  right: 0;
  left: 0;
  transform: scale(1.5);
  background-color: #ffffff;
  box-shadow: 0px -20px 99px 0px rgba(0, 0, 0, 0.5);
}

footer {
  background-color: #F8F8F8;
  padding-bottom: 10px;
}

footer .title {
  font-size: 14px;
  font-weight: 700;
  color: #1867A5;
}

footer ul {
  margin-top: 25px;
  list-style-type: none;
  padding: 0;
}

footer ul li {
  margin: 8px 0;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  opacity: 0.8;
}

.channel {
  /* Track */
  /* Handle */
  /* Handle on hover */
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 20px;
  border: 1px solid rgba(209, 209, 209, 0.5);
}

.channel ::-webkit-scrollbar {
  width: 8px;
}

.channel ::-webkit-scrollbar-track {
  background: #E8E8E8;
}

.channel ::-webkit-scrollbar-thumb {
  background: #1867A5;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.channel ::-webkit-scrollbar-thumb:hover {
  background: #6A6C6C;
}

.channel .video-cards {
  height: 450px;
  overflow-y: auto;
}

.channel .video-cards .video-card {
  cursor: pointer;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid rgba(209, 209, 209, 0.5);
}

.channel .video-cards .video-card.active {
  background-color: #F8F8F8;
}

.category-card {
  border-radius: 15px;
  transition: 0.35s;
  text-align: center;
  position: relative;
  padding: 15px;
  overflow: hidden;
  height: 250px;
}

.category-card .title {
  font-size: 12px;
  font-weight: 600;
}

.category-card .image {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  height: 90%;
}

.h-450 {
  height: 450px;
}

.page-header {
  position: relative;
  height: 450px;
  width: 100%;
  z-index: 0;
}

.page-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 0;
}

.page-header .page-info {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 40px;
  padding-left: 15px;
}

.page-header .page-info h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs a {
  text-decoration: none;
  margin: 0;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.clients {
  background-color: #1867A5;
  width: 100%;
  height: auto;
  color: #ffffff;
}

.clients .logo {
  height: 100px;
}

.party-types {
  border: 1.5px solid rgba(209, 209, 209, 0.5);
}

.party-types ul {
  list-style-type: none;
  padding: 0;
}

.party-types ul li {
  margin-bottom: 10px;
  cursor: pointer;
}

.party-types ul li a {
  text-decoration: none;
}

.party-types ul li.selected {
  color: #1867A5 !important;
}

.party-types ul li:hover {
  color: rgba(24, 103, 165, 0.85);
}

.idea-type {
  background-color: #DF7225;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 20px;
  width: auto;
}

@media (max-width: 575.98px) {
  .idea-type {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.offer-basic {
  position: relative;
  padding: 30px 35px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
}

.offer-basic:hover button {
  background-color: #1867A5;
  color: #ffffff;
}

.offer-image {
  padding: 30px 35px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.offer-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1755077031) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: 1;
}

.offer-image .info {
  z-index: 2;
}

.offer-image:hover button {
  background-color: #ffffff;
  color: #1867A5;
}

.highlighted-slideshow-wrapper {
  background-color: #F8F8F8;
  padding: 30px 0;
}

.highlighted-slideshow-wrapper .highlighted-slideshow .owl-stage {
  margin: auto;
}

.highlighted-slideshow-wrapper .owl-nav {
  display: none;
}

.slideshow .owl-stage {
  margin: auto;
}

.jobs-block {
  position: relative;
}

.jobs-block .jobs-menu {
  background-color: #ffffff;
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  max-height: 0;
  overflow: hidden;
  transition: 0.35s;
  top: 60px;
  width: 170px;
  color: #1867A5;
  z-index: 6;
  position: absolute;
}

.jobs-block .jobs-menu a {
  font-weight: 500;
  padding: 10px 12px !important;
  text-transform: capitalize;
}

.jobs-block .jobs-menu a:hover {
  background-color: rgba(24, 103, 165, 0.2);
}

.jobs-block .jobs-menu.active {
  max-height: 200px;
}

.categories-menu {
  position: fixed;
  background-color: #ffffff;
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  max-width: 800px;
  z-index: 6;
  left: 50%;
  transform: translateX(-40%);
  top: 60px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: 0.35s;
}

.categories-menu .category {
  margin: 10px;
  text-align: center;
  width: 140px;
  height: 100px;
  overflow: hidden;
}

.categories-menu .title {
  font-family: 600;
  font-size: 12px;
  color: #1867A5;
}

.categories-menu .description {
  color: #D1D1D1;
  font-size: 11px;
}

.categories-menu .icon {
  font-size: 22px;
}

.categories-menu.active {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.filter {
  border: 1.5px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  max-width: 300px;
  width: 100%;
  padding: 8px 15px;
}

.filter:focus {
  outline: 0;
}

.line {
  border: 1px solid rgba(209, 209, 209, 0.5);
}

.input-basic {
  border: 1.5px solid rgba(0, 0, 0, 0.05);
  padding: 5px 7px;
  background-color: #F8F8F8;
  border-radius: 5px;
  height: 35px;
  transition: 0.35s;
  font-size: 12px;
}

.transition {
  transition: 0.35s;
}

.btn-white-custom {
  border-radius: 15px;
  color: #ffffff;
  padding: 5px 8px;
  border: 1px solid #ffffff;
  z-index: 2;
  background: transparent;
  transition: 0.35s;
  cursor: pointer;
  text-decoration: none;
}

.btn-white-custom:hover {
  background-color: #ffffff;
  color: #1867A5;
}

.btn-secondary-custom {
  text-decoration: none;
  border-radius: 15px;
  color: #6A6C6C;
  padding: 5px 8px;
  border: 1px solid #1867A5;
  z-index: 2;
  background: transparent;
  transition: 0.35s;
  cursor: pointer;
}

.btn-secondary-custom:hover {
  background-color: #1867A5;
  color: #ffffff;
}

.btn-back {
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.btn-back i {
  line-height: 25px;
}

.half {
  max-width: 48.5%;
  width: 100%;
}

@media (max-width: 991.98px) {
  .half {
    max-width: 100% !important;
  }
}

.full {
  width: 100%;
}

.quarter {
  width: 22%;
}

.border-radius-15 {
  border-radius: 15px;
}

.h-card-medium {
  min-height: 150px;
}

.card-basic {
  border-radius: 15px;
  background-color: #ffffff;
}

.card-basic.padding {
  padding: 20px 50px 20px 40px;
}

.section-title {
  position: relative;
}

.section-title .title {
  color: #1867A5;
  font-size: 20px;
  font-weight: 700;
}

.section-title .link {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.subsection-title {
  position: relative;
}

.subsection-title .title {
  font-size: 14px;
  font-weight: 600;
}

.subsection-title .link {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.card-full {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-color: #ffffff;
}

.card-full.padding {
  padding: 30px 50px 30px 40px;
}

.div-title {
  color: #1867A5;
  font-size: 20px;
  font-weight: 700;
}

.h-full {
  height: 100%;
}

.h-100 {
  height: 100px;
}

.h-200 {
  height: 200px;
}

.h-250 {
  height: 250px;
}

.h-300 {
  height: 300px;
}

.h-350 {
  height: 350px;
}

.h-400 {
  height: 400px;
}

.h-half {
  height: 50%;
}

.h-full {
  height: 100%;
}

.h-small {
  height: 120px;
}

.w-small {
  width: 125px;
}

.btn-hover-left-white:hover button {
  background-color: #ffffff;
  color: #1867A5;
}

.fill {
  position: relative;
}

.fill:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.fill .info {
  z-index: 2;
}

.fill40 {
  position: relative;
  overflow: hidden;
}

.fill40:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.bg-after-black {
  position: relative;
}

.bg-after-black:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1755077031) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: 1;
}

.border-gray {
  border: 1px solid #D1D1D1;
}

.cv-upload {
  background-color: #1867A5;
  color: #ffffff;
  max-width: 180px;
  padding: 5px 8px;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
}

.cv-upload input {
  position: absolute;
  opacity: 0;
}

.cv-upload label {
  cursor: pointer;
}

.cv-upload label i {
  color: #ffffff;
}

.float-right {
  float: right;
}

.select2-selection {
  background-color: #F8F8F8 !important;
  border: 1.5px solid rgba(0, 0, 0, 0.05) !important;
}

.news-tags {
  background-color: #F8F8F8;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 10px;
  border: 1.5px solid rgba(0, 0, 0, 0.05);
}

.news-tags .title {
  margin: 0;
  color: #1867A5;
}

.news-tags .tags-array {
  display: flex;
  flex-direction: column;
}

.jobs-block-mobile .subcategories-list {
  overflow: hidden;
  transition: 0.35s;
  max-height: 0;
  padding: 0;
  list-style-type: none;
}

.jobs-block-mobile.active .subcategories-list {
  max-height: 200px;
}

.whatsapp-chat {
  position: fixed;
  bottom: 24px;
  z-index: 10;
  right: 24px;
}

.whatsapp-chat .whatsapp-icon {
  width: 60px;
  height: 60px;
}

@media (max-width: 767.98px), (max-width: 575.98px) {
  .copyrights-centered {
    text-align: center;
  }
}

.common-loader-hide {
  -webkit-animation: hideit 0.5s normal forwards ease-in-out !important;
          animation: hideit 0.5s normal forwards ease-in-out !important;
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.common-loader-initial {
  -webkit-animation: fade-in 0.5s normal forwards ease-in-out;
          animation: fade-in 0.5s normal forwards ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes hideit {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 0;
    display: none !important;
    height: 100vh;
  }

  100% {
    height: 0;
    opacity: 0;
  }
}

@keyframes hideit {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 0;
    display: none !important;
    height: 100vh;
  }

  100% {
    height: 0;
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

