    body {
            font-family: "arial",sans-serif;
            margin: 0;
            padding: 0;
        }
        p , .text {
            font-size: 16px;
        }


                    @media(min-width: 768px) {
               p , .text{
                 font-size: 18px;
               }
            }

        h1 , h2 ,h3 ,h4, nav * , .mobile-nav-link{
           font-family: 'museo-sans', sans-serif;
        }

        h2 span , h3 span {
            display: inline-block;
        }


        .museo {
            font-family: 'museo-sans', sans-serif !important;
        }
        .carousel-container {
            position: relative;
            overflow: hidden;
        }
        .square-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        html {
            scroll-behavior: smooth;
        }

        /* Hamburger to cross animation */
        .rotate-45 {
            transform: rotate(45deg);
        }

        .-rotate-45 {
            transform: rotate(-45deg);
        }

        .translate-y-2 {
            transform: translateY(0.5rem);
        }

        .-translate-y-2 {
            transform: translateY(-0.5rem);
        }

        .opacity-0 {
            opacity: 0;
        }


/* Hamburger to cross animation - Wrapper class approach */
.hamburger-active {
    /* This class will be toggled on the button element */
}

.hamburger-active span:nth-child(1) {
    transform: rotate(45deg) translateY(11px);
}

.hamburger-active span:nth-child(2) {
    opacity: 0;
}

.hamburger-active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-11px);
}

/* Keep these for any other uses on your site */
.rotate-45 {
    transform: rotate(45deg);
}

.-rotate-45 {
    transform: rotate(-45deg);
}

.translate-y-2 {
    transform: translateY(0.5rem);
}

.-translate-y-2 {
    transform: translateY(-0.5rem);
}

.opacity-0 {
    opacity: 0;
}


/* email signup */
      .mc-form-wrap--outer {
        margin-left: auto;
        margin-right: auto;
        max-width: 1160px;
        padding-top: 80px;
        padding-bottom: 80px;
      }
    @media screen and (max-width: 1200px) {
      .mc-form-wrap--outer {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 60px;
        padding-bottom: 60px;
      }
    }
    @media screen and (max-width: 550px) {
      .mc-form-wrap--outer {
        padding-top: 40px;
        padding-bottom: 40px;
      }
    }
    .mc-form-wrap * {
      font-family: museo-sans, arial, sans-serif;
    }
    .mc-form-wrap {
      font-family: museo-sans, arial, sans-serif;
      display: flex;
      border: 4px solid #00AEEF;
    }
    @media screen and (max-width: 850px) {
      .mc-form-wrap {
        flex-direction: column;
      }
    }

    .mc-icon svg {
      width: 60px;
      height: 60px;
    }
    @media screen and (max-width: 850px) {
      .mc-icon svg {
        width: 50px;
        height: 50px;
      }
    }
    @media screen and (max-width: 550px) {
      .mc-icon svg {
        width: 40px;
        height: 40px;
      }
    }
    .mc-form-text {
      background: #0B2539;
      color: #fff;
      flex: 1 1 33.333%;
      padding: 40px;
      box-sizing: border-box;
    }
    @media screen and (max-width: 550px) {
      .mc-form-text {
        padding: 20px;
      }
    }
    /* .mc-form-info */
    @media screen and (max-width: 850px) {
      .mc-form-info {
        display: flex;
        gap: 30px;
      }
    }
    @media screen and (max-width: 550px) {
      .mc-form-info {
        display: block;
      }
    }
    .mc-title {
      color: #00AEEf;
      font-size: 30px;
      font-weight: 900;
      line-height: 48px;
      margin: 15px 0 10px;
      line-height: 1.2;
    }
    @media screen and (max-width: 850px) {
      .mc-title {
        margin-top: 0;
        line-height: 1.1;
        font-size: 30px;
      }
    }
    @media screen and (max-width: 550px) {
      .mc-title {
        margin-top: 10px;
        line-height: 1.2;
        font-size: 28px;
      }
    }
    .mc-text {
      font-size: 18px;
      line-height: 1.35;
      color: #fff;
    }
    .mc-form-form {
      flex: 1 1 66.666%;
      box-sizing: border-box;
      padding: 40px;
      background: #fff;
    }
    @media screen and (max-width: 550px) {
      .mc-form-form {
        padding: 20px;
      }
    }
    .mc-form-form ::placeholder {
      color: #333;
      opacity: 1;
    }
    .mc-form-form .mc-row label,
    .mc-form-form .mc-row-email label {
      display: none;
    }
    .mc-row {
      display: flex;
      gap: 20px;
      margin-bottom: 20px;
    }
    @media screen and (max-width: 550px) {
      .mc-row {
        flex-direction: column;
      }
    }
    .mc-row-email {
      display: flex;
      gap: 20px;
      margin-bottom: 25px;
    }
    @media screen and (max-width: 550px) {
      .mc-row-email {
        flex-direction: column;
      }
    }
    .mc-row .mc-field-group {
      flex: 1 1 50%;
      box-sizing: border-box;
    }
    @media screen and (max-width: 550px) {
      .mc-row .mc-field-group {
        flex: 1 1 100%;
      }
    }
    .mc-row-email .mc-field-group-email {
      flex: 1 1 70%;
    }
    .mc-row-email .mc-field-group-zip {
      flex: 1 1 30%;
    }
    @media screen and (max-width: 550px) {
      .mc-row-email .mc-field-group-email,
      .mc-row-email .mc-field-group-zip {
        flex: 1 1 100%;
      }
    }
    .mc-row .mc-field-group input,
    .mc-row-email .mc-field-group input {
      box-sizing: border-box;
      display: block;
      width: 100%;
      border-radius: 0;
      border: 1px solid #333;
      background: #fff;
      padding: 5px 15px;
      min-height: 46px;
      font-size: 18px;
      color: #333;
    }
    .mc-radio-group {
      display: flex;
      padding: 0;
      margin: 0;
      list-style: none;
      margin: 10px 0;
      gap: 15px;
      align-items: flex-start;
    }
    @media screen and (max-width: 550px) {
      .mc-radio-group {
        flex-direction: column;
        align-items: flex-start;
      }
    }
    .mc-radio-group li {
      flex: 1 1 33.33%;
    }
    @media screen and (max-width: 550px) {
      .mc-radio-group li {
        flex: 1 1 100%;
      }
    }
    .mc-radio-group input[type="radio"] {
      position: absolute;
      opacity: 0;
      width: 0;
      height: 0;
    }
    .mc-radio-group label {
      display: flex;
      align-items: center;
      cursor: pointer;
      font-size: 18px;
      color: #0B2539;
      padding-left: 30px;
      position: relative;
      line-height: 1.3;
      font-weight: 500;
    }
    .mc-radio-group label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #333;
      border-radius: 50%;
      background: #fff;
      transition: all 0.2s ease;
    }
    .mc-radio-group input[type="radio"]:checked + label::after {
      content: '';
      position: absolute;
      left: 4px;
      top: 4px;
      transform: none;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #00AEEF;
    }
    .mc-radio-group label:hover::before {
      border-color: #00AEEF;
    }
    .mc-checkboxes-group {
      display: flex;
      padding: 0;
      margin: 10px 0;
      list-style: none;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 15px;
    }
    .mc-checkboxes-group li {
      flex: 1 1 25%;
      max-width: calc(25% - 15px);
    }
    @media screen and (max-width: 550px) {
      .mc-checkboxes-group li {
        flex: 1 1 50%;
        max-width: calc(50% - 13px);
      }
    }
    .mc-checkboxes-group input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      width: 0;
      height: 0;
    }
    .mc-checkboxes-group label {
      display: flex;
      align-items: center;
      cursor: pointer;
      font-size: 18px;
      color: #0B2539;
      padding-left: 30px;
      position: relative;
      line-height: 1.3;
      font-weight: 500;
    }
    .mc-checkboxes-group label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      height: 18px;
      border: 1px solid #333;
      border-radius: 0px;
      background: #fff;
      transition: all 0.2s ease;
    }
    .mc-checkboxes-group input[type="checkbox"]:checked + label::after {
      content: '';
      position: absolute;
      left: 6px;
      top: calc(50% - 2px);
      transform: translateY(-50%) rotate(45deg);
      width: 5px;
      height: 10px;
      border: solid #00AEEF;
      border-width: 0 3px 3px 0;
    }
    .mc-checkboxes-group label:hover::before {
      border-color: #00AEEF;
    }
    .mc-b-25 {
      margin-bottom: 25px;
    }
    .mc-form-form .button {
      font-size: 18px;
      font-weight: 900;
      line-height: 22px;
      text-align: center;
      background: #00AEEF;
      max-width: 200px;
      color: #0B2539;
      padding: 10px 15px;
      display: block;
      position: relative;
      border: none;
      transition: .25s ease-out;
    }
    .mc-form-form .button:hover {
      background: #0B2539;
      color: #fff;
      cursor: pointer;
    }
    .mc-field-group strong {
      color: #0B2539;
      font-size: 20px;
    }
    @media screen and (max-width: 550px) {
      .mc-text,
      .mc-row .mc-field-group input,
      .mc-row-email .mc-field-group input,
      .mc-radio-group label,
      .mc-checkboxes-group label {
        font-size: 16px;
      }
      .mc-field-group strong {
        font-size: 18px;
      }
    }
