.benefit-bullet {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .benefit-bullet p {
    color: #105B9F;
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 2rem 0 0;
    max-width: 228px;
    text-align: center; }

.benefit-link {
  text-decoration: none; }

.benefit {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  overflow: hidden;
  max-width: 428px; }
  .benefit__image {
    height: 236px;
    position: relative; }
    .benefit__image img {
      height: 100%;
      object-fit: cover;
      object-position: center;
      overflow: hidden;
      width: 100%; }
    .benefit__image__logo {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: white;
      border-radius: 10px 0px 30px 0px;
      color: white;
      height: 91px;
      left: 0;
      position: absolute;
      top: 0;
      width: 106px; }
      .benefit__image__logo img {
        height: 70%;
        width: 70%;
        object-fit: contain;
        object-position: center;
        overflow: hidden; }
    .benefit__image__discount {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: white;
      border-top-left-radius: 30px;
      color: white;
      height: 91px;
      right: 0;
      position: absolute;
      bottom: 0;
      width: 106px; }
      .benefit__image__discount img {
        height: 70%;
        width: 70%;
        object-fit: contain;
        object-position: center;
        overflow: hidden; }
  .benefit__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #707070;
    height: auto;
    padding: 1.5rem; }
    .benefit__text p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      font-size: 1.125rem;
      margin: 0;
      overflow: hidden;
      width: 80%; }
    .benefit__text i {
      color: #707070;
      font-size: 1.25rem; }

@media (max-width: 650px) {
  .benefit {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
    overflow: hidden;
    width: 100%; }
    .benefit__image {
      height: 236px;
      position: relative; }
      .benefit__image img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        overflow: hidden;
        width: 100%; }
      .benefit__image__logo {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        border-radius: 10px 0px 30px 0px;
        color: white;
        height: 91px;
        left: 0;
        position: absolute;
        top: 0;
        width: 106px; }
        .benefit__image__logo img {
          height: 70%;
          width: 70%;
          object-fit: contain;
          object-position: center;
          overflow: hidden; }
    .benefit__text {
      display: flex;
      align-items: center;
      color: #707070;
      height: auto;
      padding: 1.5rem; }
      .benefit__text p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        font-size: 1.125rem;
        margin: 0;
        overflow: hidden;
        width: 80%; }
      .benefit__text i {
        color: #707070;
        font-size: 1.25rem; } }
.colmedica-button {
  display: flex;
  align-items: center;
  background-color: #105B9F;
  border: none;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  font-size: 1.375rem;
  font-weight: 600;
  height: 60px;
  padding: 0 1.5rem;
  text-decoration: none; }
  .colmedica-button:hover {
    color: white; }
  .colmedica-button__icon {
    display: flex;
    align-items: center;
    background-color: #E30613;
    border-radius: 50%;
    height: 37px;
    justify-content: center;
    margin: 0 0 0 0.5rem !important;
    width: 37px; }
    .colmedica-button__icon i {
      font-size: 1rem; }

html,
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-family: sans-serif; }

.top-navbar_mobile {
  display: none; }
.top-navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6.25rem;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 1rem;
  width: 100%; }
.top-navbar-right {
  display: flex;
  align-items: center; }
  .top-navbar-right nav {
    display: flex;
    column-gap: 2rem; }
    .top-navbar-right nav a {
      color: #105B9F;
      font-size: 1.125rem;
      font-weight: 500;
      text-decoration: none; }
      .top-navbar-right nav a:hover {
        color: #009FE3; }
  .top-navbar-right .contact-button {
    background-color: #105B9F;
    border-radius: calc(45px / 2);
    border: none;
    color: white;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 500;
    margin-left: 1.5rem;
    padding: 0.625rem 1.5rem 0.5rem;
    text-decoration: none; }

footer {
  background-color: #105B9F; }

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 auto;
  max-width: 1320px;
  width: 100%; }
.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
.footer-info {
  max-width: 30rem; }
  .footer-info p {
    font-size: 0.8rem;
    margin-bottom: 0.75rem; }
  .footer-info .terms-conditions {
    color: white; }
  .footer-info .colmedia-page {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-top: 0.75rem; }
    .footer-info .colmedia-page a {
      color: white;
      margin: 0 0.75rem;
      text-decoration: none; }
.footer-social-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
  width: 100%; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #074882;
  color: white;
  height: 4rem; }
  .footer-bottom p {
    margin: 0; }

#burgerMenu .modal-header {
  border-bottom: none;
  justify-content: flex-end; }
#burgerMenu .modal-body {
  display: flex;
  flex-direction: column;
  padding: 1rem 3rem 3rem;
  row-gap: 1.5rem; }
  #burgerMenu .modal-body a {
    color: #105B9F;
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none; }
    #burgerMenu .modal-body a.contact-button {
      color: white;
      width: min-content;
      margin-left: 0; }
    #burgerMenu .modal-body a:hover {
      color: #009FE3; }

@media (max-width: 1180px) {
  .top-navbar-container {
    height: fit-content;
    margin: 0 auto;
    max-width: 100%;
    padding: 1rem; }
  .top-navbar-left {
    padding-right: 2rem; }
  .top-navbar-right nav {
    column-gap: 2rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 1rem; }
    .top-navbar-right nav a {
      text-align: end; }

  .footer-container {
    height: unset;
    max-width: 100%;
    padding: 2rem 1rem; }
  .footer-content:nth-child(2) {
    padding: 0 1rem; }
  .footer-info {
    max-width: 30vw; } }
@media (max-width: 830px) {
  .top-navbar {
    display: none; }
    .top-navbar_mobile {
      display: block;
      padding: 2rem; }
    .top-navbar-container {
      padding: 0; }

  .footer-container {
    flex-direction: column;
    height: unset;
    max-width: 100%;
    padding: 2rem 1rem;
    justify-content: center;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%; }
  .footer-content {
    padding: 2rem 0rem; }
  .footer-info {
    max-width: 20rem; }
  .footer-bottom {
    height: unset;
    padding: 1rem 0; }
    .footer-bottom p {
      list-style: 1.5;
      max-width: 20.25rem;
      text-align: center; }

  .colmedia-page {
    justify-content: center;
    margin-top: 1.5rem !important; } }
.plans-section {
  max-width: 1120px;
  margin: 0 auto; }
.plans-carousel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 420px;
  margin: 0 auto; }
  .plans-carousel__info {
    margin: 0 6rem 0 2rem; }
    .plans-carousel__info h2 {
      color: #105B9F;
      margin: 0; }
    .plans-carousel__info p {
      color: #009FE3;
      font-weight: bold;
      font-size: 1.125rem;
      margin: 0;
      max-width: 230px; }
  .plans-carousel__carousel {
    display: flex;
    align-items: center;
    background-color: #009FE3;
    height: 100%;
    position: relative;
    max-width: 696px;
    padding-right: 1.5rem; }
    .plans-carousel__carousel .splide__arrow {
      background-color: white;
      bottom: 0;
      box-shadow: 8px 8px 9px #1685D8;
      opacity: 1;
      top: unset; }
      .plans-carousel__carousel .splide__arrow svg > path {
        fill: #009FE3; }
      .plans-carousel__carousel .splide__arrow--prev {
        left: 3rem; }
      .plans-carousel__carousel .splide__arrow--next {
        left: 5.5rem;
        right: unset; }
  .plans-carousel__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 3px 15px #1685D8;
    height: 300px;
    text-align: center;
    padding: 0 1.5rem;
    width: 300px !important; }
    .plans-carousel__item h3 {
      color: #009FE3;
      font-size: 1.25rem;
      font-weight: 600;
      margin: 2rem 0 0; }
    .plans-carousel__item p {
      font-size: 1.125rem;
      margin: 0; }

@media (max-width: 1180px) {
  .plans-carousel__info {
    margin: 0 2rem 0 2rem; } }
@media (max-width: 940px) {
  .plans-carousel {
    flex-direction: column;
    justify-content: center;
    background-color: #009FE3;
    height: 590px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center; }
    .plans-carousel__info {
      margin: 3rem auto 0; }
      .plans-carousel__info h2 {
        color: white;
        font-size: 2rem; }
      .plans-carousel__info p {
        color: white;
        font-size: 1.5rem;
        margin: 0 auto; }
    .plans-carousel__carousel {
      display: flex;
      align-items: center;
      background-color: #009FE3;
      height: 100%;
      position: relative;
      max-width: 364px;
      padding-right: unset; }
      .plans-carousel__carousel .splide__arrow {
        bottom: -0.5rem; }
        .plans-carousel__carousel .splide__arrow--prev {
          left: 40%; }
        .plans-carousel__carousel .splide__arrow--next {
          left: unset;
          right: 40%; } }
.notch-image {
  width: 530px; }
  .notch-image__image {
    height: 350px;
    position: relative;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
    .notch-image__image img {
      height: 100%;
      object-fit: cover;
      object-position: center;
      overflow: hidden;
      width: 100%; }
    .notch-image__image__logo {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: white;
      border-radius: 0px 0px 30px 0px;
      height: 91px;
      left: 0;
      position: absolute;
      top: 0;
      width: 106px; }
      .notch-image__image__logo img {
        height: 70%;
        width: 70%;
        object-fit: contain;
        object-position: center;
        overflow: hidden; }

.filter {
  margin: 2rem auto;
  width: 80%;
  max-width: 1200px;
  -webkit-box-shadow: 0px 0px 10px 0px #80CCF1;
  box-shadow: 0px 0px 10px 0px #80CCF1;
  border-radius: 10px;
  display: flex;
  overflow: hidden; }
  .filter .bluebox {
    background: #1685D8;
    font-weight: bold;
    color: white;
    padding: 60px 60px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .filter .bluebox .filter-title {
      min-width: 6rem; }
    .filter .bluebox img {
      height: 1rem;
      width: 1rem;
      margin-right: 0.5rem; }
  .filter .selectors {
    display: flex;
    padding: 40px 75px;
    width: 100%;
    justify-content: space-between;
    gap: 35px; }
    .filter .selectors .selector-container {
      width: 100%;
      justify-content: space-between;
      align-items: stretch;
      display: flex;
      flex-direction: column; }
      .filter .selectors .selector-container .selector-name {
        color: #00589E;
        font-weight: bold;
        margin-bottom: 2rem; }
      .filter .selectors .selector-container .selector select {
        border: none;
        border-bottom: 1px solid #105B9F;
        width: 100%;
        outline: none; }
        .filter .selectors .selector-container .selector select option {
          color: #ACACAC;
          padding: 3px 1rem; }
          .filter .selectors .selector-container .selector select option:focus {
            color: black; }

@media (max-width: 830px) {
  .filter {
    flex-direction: column; }
    .filter .bluebox {
      padding: 1rem;
      text-align: center; }
    .filter .selectors {
      flex-direction: column;
      padding: 1rem; }
      .filter .selectors .selector-container {
        flex-direction: column; }
        .filter .selectors .selector-container .selector-name {
          margin-bottom: 1rem; } }
.carousel .carousel-inner .carousel-item {
  height: 570px; }
  .carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.carousel .carousel-control-prev {
  left: 10%; }
.carousel .carousel-control-next {
  right: 10%; }

.benefits {
  padding: 60px 0; }
  .benefits .title {
    font-size: 2rem;
    font-weight: bolder;
    text-align: center;
    color: #009FE3;
    max-width: 800px;
    width: 80%;
    margin: 20px auto; }
  .benefits #benefitsContainer .page {
    display: none;
    flex-wrap: wrap;
    max-width: 1320px;
    width: 90%;
    margin: 5rem auto;
    column-gap: 18px;
    row-gap: 50px;
    justify-content: space-around; }
  .benefits #benefitsContainer .page-active {
    display: flex; }
  .benefits .pager {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center; }
    .benefits .pager .page-link {
      cursor: pointer;
      border: none;
      color: gray; }

.our-categories {
  background-color: #F2FBFF;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 80px; }
  .our-categories .title {
    font-size: 2rem;
    font-weight: bolder;
    text-align: center;
    color: #009FE3;
    max-width: 590px;
    margin: 20px auto; }
  .our-categories .bullet-container {
    max-width: 1170px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 150px;
    row-gap: 90px; }
    .our-categories .bullet-container .bullet {
      text-decoration: none; }
      .our-categories .bullet-container .bullet .bullet-icon {
        height: 91px; }
        .our-categories .bullet-container .bullet .bullet-icon img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .our-categories .bullet-container .bullet .bullet-name {
        color: #105B9F;
        font-weight: bolder;
        font-size: 22px;
        max-width: 180px;
        text-align: center;
        min-height: 66px;
        margin-top: 1rem; }

.allied-brands {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 45px; }
  .allied-brands .title {
    font-size: 2rem;
    font-weight: bolder;
    text-align: center;
    color: #009FE3;
    max-width: 590px;
    margin: 20px auto; }
  .allied-brands #brandsContainer {
    max-width: 1246px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center; }
    .allied-brands #brandsContainer .brand {
      width: 300px;
      height: 160px;
      border-radius: 10px;
      -webkit-box-shadow: 0px 0px 10px 5px rgba(112, 112, 112, 0.1);
      box-shadow: 0px 0px 10px 5px rgba(112, 112, 112, 0.1);
      overflow: hidden; }
      .allied-brands #brandsContainer .brand .brand-logo {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .allied-brands #brandsContainer .brand .brand-logo img {
          max-width: 90%;
          max-height: 90%; }
      .allied-brands #brandsContainer .brand:hover {
        -webkit-box-shadow: 0px 0px 10px 0px #80CCF1;
        box-shadow: 0px 0px 10px 0px #80CCF1;
        border: 1px solid #80CCF1; }
  .allied-brands .more-brands {
    display: flex;
    justify-content: center; }
    .allied-brands .more-brands button {
      background-color: #105B9F;
      color: white;
      border: none;
      border-radius: 45px;
      font-size: 22px;
      padding: 1rem 1rem 1rem 2rem;
      display: flex;
      gap: 24px; }

@media (max-width: 830px) {
  .carousel .carousel-inner .carousel-item {
    height: 220px; }

  .benefits {
    padding-top: 1rem; }
    .benefits .title {
      font-size: 1.2rem; }

  .our-categories .title {
    margin: auto; }
  .our-categories .bullet-container {
    row-gap: 60px;
    column-gap: 60px; }
    .our-categories .bullet-container .bullet {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 165px; }
      .our-categories .bullet-container .bullet .bullet-icon {
        height: 75px;
        width: 135px; } }
.top-banner {
  position: relative;
  width: 100%; }
  .top-banner h3 {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    height: fit-content;
    margin: auto;
    max-width: 620px;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .top-banner__image img {
    object-fit: cover;
    height: 130px;
    width: 100%; }

.bullets-section {
  margin-top: 4rem; }
  .bullets-section h3 {
    color: #009FE3;
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    text-align: center; }
  .bullets-section__container {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 3rem;
    margin: 5rem 0; }

.whats-about {
  background-color: #F2FBFF;
  padding: 5rem 0; }
  .whats-about__content {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 3rem;
    margin: 0 auto;
    max-width: 1320px;
    width: 100%; }
  .whats-about__left {
    display: flex;
    flex-direction: column;
    max-width: 440px; }
    .whats-about__left h3 {
      color: #009FE3;
      font-size: 2rem;
      font-weight: bold;
      margin: 0; }
    .whats-about__left p {
      font-size: 1.125rem;
      line-height: 1.2;
      margin: 1.5rem 0 0;
      max-width: 365px; }
    .whats-about__left .colmedica-button {
      display: flex;
      align-self: flex-start;
      margin: 2rem 0; }
  .whats-about__right {
    width: 40%;
    max-width: 530px; }
    .whats-about__right img {
      object-fit: cover;
      height: 350px;
      width: 100%; }

@media (max-width: 960px) {
  .bullets-section {
    padding: 0 2rem; }

  .whats-about {
    padding: 5rem 2rem; } }
@media (max-width: 830px) {
  .top-banner {
    position: relative;
    width: 100%; }
    .top-banner h3 {
      font-size: 1.5rem;
      max-width: 348px; }

  .bullets-section {
    margin-top: 2rem; }
    .bullets-section__container {
      flex-direction: column;
      column-gap: 0;
      row-gap: 3rem;
      margin: 3rem 0; }
    .bullets-section .right-icon {
      display: none; }

  .whats-about {
    background-color: #F8F8F8;
    padding: 2rem; }
    .whats-about__content {
      flex-direction: column;
      column-gap: unset;
      max-width: unset; }
    .whats-about__left {
      max-width: 350px; }
      .whats-about__left p {
        margin: 1rem 0 0;
        max-width: unset; }
      .whats-about__left .colmedica-button {
        align-self: center; }
    .whats-about__right {
      width: 100%;
      margin: 0;
      max-width: 394px; }
      .whats-about__right img {
        height: 260px; } }
.about-section {
  padding: 5rem 0; }
  .about-section__content {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4rem;
    margin: 0 auto;
    max-width: 1320px;
    width: 100%; }
  .about-section__left {
    display: flex;
    flex-direction: column;
    max-width: 472px; }
    .about-section__left h3 {
      color: #009FE3;
      font-size: 2rem;
      font-weight: bold;
      margin: 0;
      max-width: 432px; }
    .about-section__left h4 {
      color: #009FE3;
      font-size: 1.375rem;
      font-weight: 500;
      margin: 0; }
    .about-section__left p {
      color: black;
      font-size: 1.125rem;
      line-height: 1.2;
      margin: 1rem 0 0;
      max-width: 460px; }
      .about-section__left p:nth-child(4) {
        margin-top: 0.25rem; }
    .about-section__left i {
      color: white; }
    .about-section__left .colmedica-button {
      display: flex;
      align-self: flex-start;
      margin: 1.5rem 0 0; }
      .about-section__left .colmedica-button p {
        margin-left: 1rem !important; }
  .about-section__right {
    width: 40%;
    max-width: 530px; }
    .about-section__right img {
      object-fit: cover;
      height: 350px;
      width: 100%; }

.benefits__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 6rem auto 0;
  max-width: 1320px;
  padding: 0 2rem;
  width: 100%; }
  .benefits__content h3 {
    color: #009FE3;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5rem; }
.benefits__row {
  display: flex;
  align-self: center;
  justify-content: space-between;
  column-gap: 6rem;
  margin-bottom: 3rem; }
  .benefits__row:nth-child(2) .benefit-bullet p {
    max-width: 212px;
    width: 100%; }
  .benefits__row:nth-child(2) .benefit-bullet:nth-child(2) p {
    max-width: 250px; }
  .benefits__row:nth-child(3) .benefit-bullet p {
    max-width: 375px;
    width: 100%; }
    .benefits__row:nth-child(3) .benefit-bullet p:nth-child(3) {
      margin-top: 0.25rem; }
  .benefits__row:nth-child(3) .benefit-bullet:nth-child(2) p {
    max-width: 300px; }

@media (max-width: 960px) {
  .about-section {
    padding: 5rem 2rem; } }
@media (max-width: 830px) {
  .about-section {
    background-color: #F8F8F8;
    padding: 2rem 2rem 0; }
    .about-section__content {
      flex-direction: column;
      column-gap: unset;
      max-width: unset; }
    .about-section:nth-child(3) .about-section__content {
      flex-direction: column-reverse; }
    .about-section__left {
      max-width: 428px;
      margin-bottom: 3rem; }
      .about-section__left p {
        margin: 1rem 0 0;
        max-width: unset; }
    .about-section__right {
      width: 100%;
      margin: 0;
      max-width: 428px; }
      .about-section__right img {
        height: 260px; }

  .benefits__content {
    margin: 3rem auto 0;
    max-width: unset;
    width: 100%; }
    .benefits__content h3 {
      margin-bottom: 3rem; }
  .benefits__row {
    flex-direction: column;
    justify-content: center;
    column-gap: unset;
    margin: 0 0 4rem;
    row-gap: 4rem; } }
.benefit-info {
  display: flex;
  flex-direction: row;
  gap: 60px;
  max-width: 1320px;
  margin: 5rem auto;
  padding: 0 2rem; }
  .benefit-info .benefit-right {
    width: 50%; }
  .benefit-info .benefit-left {
    width: 50%;
    font-size: 17px; }
    .benefit-info .benefit-left .main-phrase {
      color: #009FE3;
      font-size: 22px;
      font-weight: bold; }
    .benefit-info .benefit-left .benefit-mobile {
      display: none; }
    .benefit-info .benefit-left .second-phrase {
      font-weight: bold;
      max-width: 380px;
      margin-top: 1rem;
      margin-bottom: 1rem; }
    .benefit-info .benefit-left .perks {
      display: flex; }
      .benefit-info .benefit-left .perks .perk-point {
        width: 0.3rem;
        min-width: 0.3rem;
        margin-right: 1rem; }
        .benefit-info .benefit-left .perks .perk-point img {
          width: 100%;
          object-fit: cover; }
    .benefit-info .benefit-left .sing-up {
      margin-top: 5rem;
      display: flex;
      justify-content: left; }
      .benefit-info .benefit-left .sing-up button {
        background-color: #105B9F;
        color: white;
        border: none;
        border-radius: 45px;
        font-size: 22px;
        padding: 1rem 1rem 1rem 2rem;
        display: flex;
        gap: 24px; }

.other-benefits {
  margin: 5rem 0; }
  .other-benefits__mobile {
    display: none; }
  .other-benefits h3 {
    color: #009FE3;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 4rem;
    text-align: center; }
  .other-benefits__carousel {
    margin: 0 auto;
    max-width: 1320px;
    padding: 2rem; }

@media (max-width: 830px) {
  .benefit-info {
    flex-direction: column;
    width: 90%;
    margin: auto; }
    .benefit-info .benefit-right {
      display: none; }
    .benefit-info .benefit-left {
      width: 100%;
      margin: 2rem 0; }
      .benefit-info .benefit-left .benefit-mobile {
        display: block;
        margin: 2rem 0; }
      .benefit-info .benefit-left .sing-up {
        margin-top: 5rem;
        display: flex;
        justify-content: left; }
        .benefit-info .benefit-left .sing-up button {
          width: 100%;
          display: flex;
          justify-content: space-between;
          gap: unset;
          font-size: 1rem; }

  .other-benefits {
    margin: 5rem 0; }
    .other-benefits__carousel {
      display: none; }
    .other-benefits__mobile {
      display: flex;
      flex-direction: column;
      align-items: center;
      row-gap: 2rem;
      padding: 0 2rem; }

  .notch-image {
    margin: 0;
    width: 100%; } }
.allies-info-top {
  display: flex;
  flex-direction: row;
  gap: 60px;
  max-width: 1320px;
  margin: 5rem auto; }
  .allies-info-top .allies-right {
    width: 50%; }
  .allies-info-top .allies-left {
    width: 50%;
    font-size: 17px; }
    .allies-info-top .allies-left .main-phrase {
      color: #009FE3;
      font-size: 22px; }
    .allies-info-top .allies-left .perk {
      display: flex;
      max-width: 460px; }
    .allies-info-top .allies-left .second-phrase {
      font-weight: bold;
      max-width: 460px;
      margin-top: 2rem; }
    .allies-info-top .allies-left .sing-up {
      margin-top: 2rem;
      display: flex;
      justify-content: left; }
      .allies-info-top .allies-left .sing-up button {
        background-color: #105B9F;
        color: white;
        border: none;
        border-radius: 45px;
        font-size: 22px;
        padding: 1rem 1rem 1rem 2rem;
        display: flex;
        gap: 24px; }

.our-categories .allied-title {
  font-size: 22px;
  font-weight: bolder;
  text-align: center;
  color: #00589E;
  max-width: 741px;
  margin: 20px auto;
  text-align: center; }

.allies-info-bottom {
  display: flex;
  flex-direction: row;
  gap: 60px;
  max-width: 1320px;
  margin: 5rem auto; }
  .allies-info-bottom .allies-left {
    width: 50%; }
  .allies-info-bottom .allies-right {
    width: 50%;
    font-size: 17px; }
    .allies-info-bottom .allies-right .main-phrase {
      color: #009FE3;
      font-size: 22px;
      font-weight: bold; }
    .allies-info-bottom .allies-right .perk {
      display: flex;
      max-width: 460px; }
    .allies-info-bottom .allies-right .second-phrase {
      font-weight: bold;
      margin-top: 2rem;
      max-width: 460px; }
    .allies-info-bottom .allies-right .sing-up {
      margin-top: 2rem;
      display: flex;
      justify-content: left; }
      .allies-info-bottom .allies-right .sing-up button {
        background-color: #105B9F;
        color: white;
        border: none;
        border-radius: 45px;
        font-size: 22px;
        padding: 1rem 1rem 1rem 2rem;
        display: flex;
        gap: 24px; }

@media (max-width: 830px) {
  .allies-info-top {
    flex-direction: column;
    gap: unset;
    width: 90%;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .allies-info-top .allies-right {
      width: 100%;
      margin: 2rem 0; }
    .allies-info-top .allies-left {
      width: 100%;
      margin: 2rem 0; }
      .allies-info-top .allies-left .perk {
        max-width: unset; }

  .our-categories .allied-title {
    max-width: 400px; }

  .our-categories .title {
    margin: auto; }
  .our-categories .bullet-container {
    row-gap: 1rem;
    column-gap: 1rem;
    justify-content: space-between; }
    .our-categories .bullet-container .bullet {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 45%; }
      .our-categories .bullet-container .bullet .bullet-icon {
        height: auto;
        width: 80px; }
        .our-categories .bullet-container .bullet .bullet-icon img {
          height: auto;
          width: auto;
          max-width: 100%;
          max-height: 100%; }
      .our-categories .bullet-container .bullet .bullet-name {
        word-wrap: break-word;
        max-width: 100%;
        font-size: 16px; }

  .allies-info-bottom {
    flex-direction: column;
    gap: unset;
    width: 90%;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .allies-info-bottom .allies-left {
      width: 100%;
      order: 2;
      margin: 2rem 0; }
    .allies-info-bottom .allies-right {
      order: 1;
      width: 100%;
      margin: 2rem 0; }
      .allies-info-bottom .allies-right .perk {
        max-width: unset; } }


/*# sourceMappingURL=site.css.map */
