
  html, body {
     height: 100%;
      margin: 0;
      padding: 0;
      overflow: hidden;
  }
    body {
        background: #fff;
        font-family: LabGrotesque-Regular, Arial, sans-serif !important;
        font-size: 18px;
    }
    h4 {
        font-size: 18px !important;
        color: #111111 !important;
        font-family: LabGrotesque-Black, Arial, sans-serif !important;
        margin-top: 20px;
    }
    h6 {
        font-size: 1rem !important;
        font-family: LabGrotesque-Regular, Arial, sans-serif !important;
        line-height: 1.25;
        text-align: left !important;
        font-weight: 400;
        margin-bottom: 1rem;
    }
    .form-container {
        background-color: #EBEBEB;
        border: 1px solid #D3D3D3;
        border-radius: 8px;
        box-shadow: 0px 8px 16px 0px #11111133;
        padding: 0.5rem;
      height: 100%;
    }
  .form-container::-webkit-scrollbar {
      display: none;  /* Safari and Chrome */
    }
    form {
        max-width: 400px !important;
        margin: 0 auto !important;
        padding: 10px 5px;
    }
    .form-group {
        margin-bottom: 0 !important;
    }
   .disabled {
        opacity:0.5
    }
    .disclaimer {
        line-height: 1.5;
    }
    .mktoButtonRow span {
        margin-left: 0px !important;
    }
    @media only screen and (max-width: 768px) {
        body,p {
            font-size: 18px;
        }
    }

    /* Add your custom CSS below */
    .mktoForm .mktoLabel {
        padding: 0 !important;
    }
    .mktoForm .mktoButtonRow {
        position: relative !important;
        padding-top: 20px;
        padding-bottom: 25px;
    }
    label[for=gDPROptIn] {
        width: 316px !important;
        font-size: 12px !important;
    }
    .mktoForm input[type=text],
    .mktoForm input[type=url],
    .mktoForm input[type=email],
    .mktoForm input[type=tel],
    .mktoForm input[type=number],
    .mktoForm input[type=date],
    .mktoForm textarea.mktoField,
    .mktoForm select.mktoField {
        width: 100% !important;
    }

    .mktoButtonWrap {
        margin-left: 0 !important;
    }
    .mktoButtonRow {
        width: 100% !important;
        text-align: center;
    }
    .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        display: block;
        width: 100%;
        max-width: 320px;
        text-align: center;
        margin: 15px auto !important;
        padding: 13px 60px !important;
        background: #007EFF !important;
        font-weight: normal;
        color: #fff;
        font-size: 16px !important;
        text-decoration: none;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        transition: .2s ease;
        cursor: pointer;
        border: none !important;
    }

    input[type=radio] {
        border: none;
        background: #ffffff;
        font-size: 10px !important;
        margin: 5px -8px 0 0 !important;
        float: left !important;
    }
    .mktoForm textarea {
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        width: 100%;
        width: -moz-available;
        width: -webkit-fill-available;
        width: stretch;
        border: none;
        border-radius: 25px;
        box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .05);
        background-color: #ebebeb;
        padding: 10px 15px !important;
        min-height: 120px;
        margin-bottom: 30px;
        resize: none;
    }
    .mktoForm input.mktoEmailField,
    .mktoForm input.mktoTextField,
    .mktoForm input.mktoTelField,
    .mktoForm select {
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        width: 100% !important;
        width: -moz-available;
        width: -webkit-fill-available;
        width: stretch;
        border: none;
        border-radius: 5px;
        box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .05);
        padding: 0 15px !important;
        height: 45px;
        margin-bottom: 30px;
        /*-webkit-appearance:none;*/
        -webkit-border-radius: 5px !important;
    }
    .mktoForm select {
        cursor: pointer;
    }

    input:focus {
        outline: none;
    }
    .mktoForm *:focus {
        outline: none;
    }
    .mktoForm {
        padding: 1rem 1rem !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .mktoForm * {
        font-family: LabGrotesque-Black, Arial, sans-serif !important;
    }
    .mktoForm h6 {
        margin-bottom: 1rem !important;
    }

    .mktoForm .mktoLabel {
        font-family: LabGrotesque-Black, Arial, sans-serif !important;
        font-size: 14px !important;
        line-height: 1 !important;
        color: #111111 !important;
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        font-weight: normal !important;
    }
    .container .mktoForm .mktoAsterix, .mktoAsterix {
        float: left !important;
        color: #e91019 !important;
        padding-right: 0.25rem !important;
    }
    .mktoForm .mktoField {
        font-family: LabGrotesque-Regular, Helvetica Neue, Helvetica, sans-serif !important;
        border-bottom: 1px solid #777777 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        font-size: 1rem !important;
        color: #111111 !important;
    }

    .mktoForm input[type=checkbox]+label:before,
    .mktoForm input[type=radio]+label:before {
        left: 1.25rem !important;
    }

    .mktoForm .mktoButtonWrap.mktoShadow .mktoButton {
        width: 100% !important;
        font-family: LabGrotesque-Black, Arial, sans-serif !important;
        padding: 16px 24px !important;
        font-size: 1rem !important;
        line-height: 1 !important;
        -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out !important;
        transition: color 0.2s ease-in-out, background 0.2s ease-in-out !important;
        border-radius: 100px !important;
        background: #007eff !important;
        border: 2px solid #007eff !important;
        color: #fff !important;
        margin: 0 auto !important;
        letter-spacing: 0.32px;
        box-shadow: none !important;
        font-weight: normal !important;
    }
    .mktoForm .mktoButtonWrap.mktoShadow .mktoButton:hover {
        background: #007eff !important;
    }
    .mktoForm .mktoButtonWrap.mktoShadow .mktoButton:focus,
    .mktoForm .mktoButtonWrap.mktoShadow .mktoButton .focus {
        box-shadow: none !important
    }
    .mktoForm input,
    .mktoForm select {
        height: auto !important;
    }
    .container .mktoForm input.mktoEmailField,
    .container .mktoForm input.mktoTextField,
    .container .mktoForm input.mktoTelField,
    .container .mktoForm select {
        height: auto !important;
        border-radius: 4px !important;
        padding: 8px 12px !important;
        border: 1px solid #bcbcbc !important;
        color: #111111 !important;
        margin-bottom: 1rem !important;
    }

    .container .mktoForm input.mktoEmailField,
    .container .mktoForm input.mktoTextField,
    .container .mktoForm input.mktoTelField {
        background: #ffffff !important;
    }
    .container .mktoForm select.mktoField {
        border-radius: 4px !important;
        padding: 8px 12px !important;
        border: 1px solid #bcbcbc !important;
        color: #111111 !important;
    }

    .mktoHasWidth {
        width: 100% !important;
    }

    @media (max-width: 575px) {
        .container .mktoForm {
            padding: 2rem 1.5rem !important;
        }
    }

    @media (max-width: 480px) {
        .mktoForm a {
            padding: 0 !important;
        }
        .mktoForm .mktoLabel {
            width: 100% !important;
            max-width: 320px !important;
        }
        .form-container {
            padding: 1rem 0 !important;
            border: 0 !important;
            box-shadow: 0 0 0 0 !important;
        }
        .container .mktoForm {
            padding: 1rem 15px !important;
        }
    }
    b {
        font-family: LabGrotesque-Black, Helvetica Neue, Helvetica, sans-serif !important;
        font-weight: normal !important;
    }

    html{
      height: 100%;
      margin: 0;
      padding: 0;
      overflow: hidden;
    }

    .layout-canvas-g {
        border: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        width: 100%;

    }

    .layout-canvas-g>.header,
    .layout-canvas-g>.section,
    .layout-canvas-g>.footer {
        position: relative;
        width: 100%;
        word-wrap: break-word;
        background: none;
    }

    .layout-canvas-g>.section {
        margin: 10px 0;
    }

    .layout-canvas-g>.section>.columns {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: none;

        word-wrap: break-word;
    }

    body {
        background: none;
        color: #000;
        font-family: Arial;
        font-size: 12px;
        margin: 0 auto;
    }

    @media only screen and (max-width: 480px) {
        .mobile-hidden {
            display: none !important;
        }

        .responsive-td {
            width: 100% !important;
            display: block !important;
            padding: 0 !important;
        }
    }

    .layout-canvas-g>.section>.columns {
        width: 100%;
    }
    body {
        background: none;
        font-family: LabGrotesque-Regular, Arial, sans-serif !important;
        font-size: 18px;
        margin: 0 auto !important;
    }

    .form-container {
        background-color: #EBEBEB;
        border: 1px solid #D3D3D3;
        border-radius: 8px;
        box-shadow: 0px 8px 16px 0px #11111133;
        padding: 0.5rem;
        max-width: 560px;
        margin: 0 auto;
       overflow-y: scroll; /* Enable scrolling within the container */
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }

    .mktoButtonRow span {
        margin-left: 0px !important;
    }
    @media only screen and (max-width: 768px) {
        body{
            font-size: 16px;
        }
    }
    /* Add your custom CSS below */
    .mktoForm .mktoLabel {
        padding: 0 !important;
    }

    .mktoForm .mktoButtonRow {
        position: relative !important;
    }

    label[for=gDPROptIn] {
        width: 316px !important;
        font-size: 12px !important;
    }

    .mktoForm input[type=text],
    .mktoForm input[type=url],
    .mktoForm input[type=email],
    .mktoForm input[type=tel],
    .mktoForm input[type=number],
    .mktoForm input[type=date],
    .mktoForm textarea.mktoField,
    .mktoForm select.mktoField {
        width: 100% !important;
    }

    .mktoButtonWrap {
        margin-left: 0 !important;
    }

    .mktoButtonRow {
        width: 100% !important;
        text-align: center;
    }

    .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        display: block;
        width: 100%;
        max-width: 320px;
        text-align: center;
        margin: 15px auto !important;
        padding: 13px 60px !important;
        background: #007EFF !important;
        font-weight: normal;
        color: #EBEBEB;
        font-size: 16px !important;
        text-decoration: none;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        transition: .2s ease;
        cursor: pointer;
        border: none !important;
    }

    input[type=radio] {
        border: none;
        background: #ffffff;
        font-size: 10px !important;
        margin: 5px -8px 0 0 !important;
        float: left !important;
    }

    .mktoForm input.mktoEmailField,
    .mktoForm input.mktoTextField,
    .mktoForm input.mktoTelField,
    .mktoForm select {
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        width: 100% !important;
        width: -moz-available;
        width: -webkit-fill-available;
        width: stretch;
        border: none;
        border-radius: 5px;
        box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .05);
        padding: 0 15px !important;
        height: 45px;
        margin-bottom: 30px;
        /*-webkit-appearance:none;*/
        -webkit-border-radius: 5px !important;
    }

    .mktoForm select {
        cursor: pointer;
    }

    .fade.in {
        opacity: 100%;
        display: block;
        margin-top: 7px;
        background-color: #e51b00;
        background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
        background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
        background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
        background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
        border: 1px solid #9f1300;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
        box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
        color: #f3f3f3 !important;
        font-size: 1em;
        line-height: 1.2em;
        max-width: 16em;
        padding: 0.4em 0.6em;
        text-shadow: #901100 0 -1px 0;
        position: relative;
    }

    .popover .arrow {
        content: '';
        display: block;
        position: absolute;
        left: 16%;
        margin-left: auto;
        margin-right: auto;
        bottom: 33%;
        width: 0;
        height: 0;
        border-bottom: 10px solid #e51b00;
        border-top: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .fuelux .popover .popover-content {
        color: #f3f3f3 !important;
        text-align: center;
    }

    input:focus {
        outline: none;
    }

    .mktoForm *:focus {
        outline: none;
    }

    .mktoForm {
        padding: 1rem 1rem !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .mktoForm * {
        font-family: LabGrotesque, Arial, sans-serif !important;
    }

    .mktoForm h6 {
        margin-bottom: 1rem !important;
    }

    .mktoForm .mktoLabel {
        font-family: LabGrotesque-Black, Arial, sans-serif !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        color: #111111 !important;
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        font-weight: normal !important;
    }

    .form-container .mktoForm .mktoAsterix {
        float: left !important;
        color: #e91019 !important;
        padding-right: 0.25rem !important;
        ;
    }

    .mktoForm .mktoField {
        font-family: LabGrotesque-Regular, Helvetica Neue, Helvetica, sans-serif !important;
        border-bottom: 1px solid #777777 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        font-size: 1rem !important;
        line-height: 1.2;
        color: #111111 !important;
    }

    .mktoForm input[type=checkbox]+label:before,
    .mktoForm input[type=radio]+label:before {
        left: 1.25rem !important;
    }

    .mktoForm .mktoButtonWrap.mktoShadow .mktoButton {
        width: 100% !important;
        font-family: LabGrotesque-Black, Arial, sans-serif !important;
        padding: 16px 24px !important;
        font-size: 1rem !important;
        line-height: 1 !important;
        -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out !important;
        transition: color 0.2s ease-in-out, background 0.2s ease-in-out !important;
        border-radius: 100px !important;
        background: #007eff !important;
        border: 2px solid #007eff !important;
        color: #fff !important;
        margin: 0 auto !important;
        letter-spacing: 0.32px;
        box-shadow: none !important;
        font-weight: normal !important;
    }

    .mktoForm .mktoButtonWrap.mktoShadow .mktoButton:hover {
        background: #007eff !important;
    }

    .mktoForm .mktoButtonWrap.mktoShadow .mktoButton:focus,
    .mktoForm .mktoButtonWrap.mktoShadow .mktoButton .focus {
        box-shadow: none !important
    }

    .mktoForm input,
    .mktoForm select {
        height: auto !important;
    }

    .form-container .mktoForm input.mktoEmailField,
    .form-container .mktoForm input.mktoTextField,
    .form-container .mktoForm input.mktoTelField,
    .form-container .mktoForm select {
        height: auto !important;
        border-radius: 4px !important;
        padding: 8px 12px !important;
        border: 1px solid #bcbcbc !important;
        color: #111111 !important;
        margin-bottom: 1rem !important;
    }

    .form-container .mktoForm input.mktoEmailField,
    .form-container .mktoForm input.mktoTextField,
    .form-container .mktoForm input.mktoTelField {
        background: #ffffff !important;
    }

    .form-container .mktoForm select.mktoField {
        border-radius: 4px !important;
        padding: 8px 12px !important;
        border: 1px solid #bcbcbc !important;
        color: #111111 !important;
        background: #ffffff !important;
    }

    .mktoHasWidth {
        width: 100% !important;
    }

    @media (max-width: 575px) {
        .container .mktoForm {
            padding: 2rem 1.5rem !important;
        }
    }

    @media (max-width: 480px) {
        .mktoForm strong,
        .mktoForm a {
            padding: 0 !important;
        }
        .mktoForm .mktoLabel {
            width: 100% !important;
            max-width: 320px !important;
        }
        .form-container {
            border: 0 !important;
            box-shadow: 0 0 0 0 !important;
            max-width:320px !important;
        }
        .container .mktoForm {
            padding: 1rem 15px !important;
        }
    }
  @media (max-width: 320px) {
    .form-container {
        max-width:267px !important;
    }
    .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        max-width:235px !important;
    }
  }
    #smartcapture-block-vw84sjc8uq {
        background-color: transparent;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        text-align: left;
        overflow-y: scroll; /* Enable scrolling within the container */
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }

    #smartcapture-block-vw84sjc8uq .smartcapture-controls .sc-formfield-label,
    #smartcapture-block-vw84sjc8uq .smartcapture-controls .sc-formfield-label label,
    #smartcapture-block-vw84sjc8uq .smartcapture-controls .sc-formfield-input label {
        font-family: LabGrotesque-Black, Arial, sans-serif !important;
        font-size: 14px !important;
        line-height: 1 !important;
        color: #111111;
        margin-top: 0 !important;
        font-weight: normal !important;
        width: 93% !important;
    }

    #smartcapture-block-vw84sjc8uq input[type="radio"],
    #smartcapture-block-vw84sjc8uq input[type="checkbox"] {
        margin: 0 0.4em 3px 0;
        vertical-align: middle;
    }

    #smartcapture-block-vw84sjc8uq input[type="text"],
    #smartcapture-block-vw84sjc8uq input[type="email"],
    #smartcapture-block-vw84sjc8uq input[type="number"] {
        width: 200px;
        height: auto !important;
        border-radius: 4px !important;
        padding: 8px 12px;
        border: 1px solid #bcbcbc !important;
        color: #111111;
        margin-bottom: 1rem;
    }

    #smartcapture-block-vw84sjc8uq .sc-button {
        background-color: #007eff;
        border-color: #009DDC;
        border-radius: 100px !important;
        border-style: solid;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: normal;
        padding: 16px 24px !important;
        border: 2px solid #007eff !important;
        width: 100%;
        max-width:400px;
        letter-spacing: 0.32px;
        font-weight: bold;
    }

    #smartcapture-block-vw84sjc8uq .smartcapture-submit-button-wrapper {
        padding-bottom: 10px;
        text-align: center;
    }

    #smartcapture-block-vw84sjc8uq .date-dropdown-select-boxes input {
        display: none;
    }

    #smartcapture-block-vw84sjc8uq .date-dropdown-select-boxes .select {
        max-height: 28em;
        max-width: 6em;
        overflow: auto;
    }

    .smartcapture-controls {
        position: relative;
    }

    label.error {
        opacity: 100%;
        display: block;
        margin-top: 7px;
        background-color: #e51b00;
        background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
        border: 1px solid #9f1300;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
        color: #f3f3f3 !important;
        font-size: 0.7em;
        line-height: 1.2em;
        max-width: 16em;
        padding: 0.5em 0.7em;
        text-shadow: #901100 0 -1px 0;
        position: absolute;
      top:100%;
        right: 8%;
        z-index: 2;
    }

    .hide {
        display: none;
    }

    label.error::before {
        content: '';
        display: block;
        position: absolute;
        left: 16%;
        margin-left: auto;
        margin-right: auto;
        bottom: 0;
        top: 0px;
        width: 0;
        height: 0;
        border-bottom: 10px solid #e51b00;
        border-top: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        margin-top: -20px;
    }

    .mktoGen.mktoImg {
        display: inline-block;
        line-height: 0;
    }
