
body {
    font-family: 'Source Sans Pro';
}



.axm-heading-main {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 48px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #111826;
}



.axm-heading-1 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    /* identical to box height, or 133% */
    letter-spacing: -0.02em;
    color: #111826;
    margin-bottom: 24px;
}

.axm-heading-2 {
    font-family: 'Source Sans Pro';
    
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;  
    color: #FFFFFF;
}

.axm-heading-3 {
    font-family: 'Share Tech';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    /* identical to box height */

    text-align: center;

    /* Black/80 */

    color: #1F2936;
}

.axm-heading-4 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    

    letter-spacing: -0.01em;

    

    color: #1F2936;
}


.axm-heading-btn-1 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-size: 1.5em;
    line-height: 40px;
    /* identical to box height, or 133% */
    letter-spacing: -0.02em;
    color: #D1D5DB;
    margin-bottom: 24px;
    cursor: pointer;
    margin-right: 20px;
}

.axm-heading-btn-active {
    color: #111826;

}

.axm-content-1 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5562;
    margin-bottom: 48px;
    
}

.axm-tip-active {
    fill: rgb(0, 126, 255);
}

.axm-aa-box {
    padding: 24px;
    gap: 8px;
    
    position: absolute;
    width: 409px;
    /*height: 513px;*/
    left: 727px;
    

    /* Basic / White */

    background: #FFFFFF;
    /* Black/20 */

    border: 1px solid #E5E7EB;
    /* 2XL */

    box-shadow: 0px 25px 50px rgba(31, 41, 54, 0.15);
    border-radius: 6px;
}

.axm-aa-box-m {
    padding: 24px;
    gap: 8px;
    
    position: absolute;
    
    /*height: 513px;*/
    
    

    /* Basic / White */

    background: #FFFFFF;
    /* Black/20 */

    border: 1px solid #E5E7EB;
    /* 2XL */

    box-shadow: 0px 25px 50px rgba(31, 41, 54, 0.15);
    border-radius: 6px;
}

.axm-aa-box-title {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #111826;
    margin-bottom: 8px;
}

.axm-aa-contact-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    width: 361px;
    background: #F3F4F6;
    border-radius: 6px;
}

.axm-aa-addr-box {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;    
    color: #4B5562;
    margin: 15px 0px;
}

.axm-aa-addr-title {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1F2936;
    margin-bottom: 8px;
}

.axm-aa-contact-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1F2936;
    margin-bottom: 8px;
}

.axm-aa-contact {
    color: #00A452

}

.axm-reg-btn {
    padding: 14px 24px;
    font-family: 'Source Sans Pro';
    gap: 4px;
    color: white;
    width: 323px;
    height: 48px;
    font-weight: bold;
    border: none;
    /* Primary / 100 */

    background: #00A452;
    /* S */

    box-shadow: 0px 2px 3px rgba(31, 41, 54, 0.08);
    border-radius: 6px;
}

.axm-reg-btn-2 {
    padding: 14px 24px;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
    padding: 14px 24px;
    border: 1px solid #00A452;
    box-shadow: 0px 20px 25px rgba(31, 41, 54, 0.1);
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #00A452;
}


.inv-tooltip {
    position: relative;
    display: inline-block;
}


.inv-tooltip .tooltiptext {
    
    
    background-color: #fff;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(31, 41, 54, 0.08);
    border-radius: 6px;
    color: #4B5562;
    text-align: center;
    border-radius: 6px;
    padding: 5px 20px;
    position: absolute;
    z-index: 1;
    bottom: 85%;
    left: 50%;
    margin-left: -60px;
    
    
}


.inv-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #D1D5DB transparent transparent transparent;
}

.axm-btn-1 {
    align-items: center;
    padding: 14px 24px;
    gap: 4px;
    /*width: 968px;*/
    height: 48px;
    color: white;
    background: #00A452;
    box-shadow: 0px 20px 25px rgba(31, 41, 54, 0.1);
    border-radius: 6px;
    width: 100%;
    border: none;
}


.axm-btn-2 {
    align-items: center;
    padding: 14px 24px;
    gap: 4px;
    /*width: 968px;*/
    height: 48px;
    color: #4B5562;
    background: #D1D5DB;
    box-shadow: 0px 20px 25px rgba(31, 41, 54, 0.1);
    border-radius: 6px;
    width: 100%;
    border: none;
}

.axm-quote-label {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    /* identical to box height, or 133% */

    display: flex;
    align-items: center;
    letter-spacing: -0.02em;

    /* Positive / Darker */

    color: #1AB759;
}

.inv-srcs {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.inv-srcs::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.axm-a, .axm-a:hover, .axm-a:focus, .axm-a:active {
    text-decoration: none;
    color: #fff;
   
}

.axm-easy-reg {
    display: flex;
    flex-direction: column;
    font-family: 'Source Sans Pro';
    padding: 32px 32px 16px;
    gap: 16px;
    
    
    background: #00A452;
    box-shadow: inset 0px 0px 16px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

.axm-brk-srv {
    display: flex;
    font-family: 'Source Sans Pro';
    flex-direction: column;
    justify-content: center;
    padding: 32px 32px 16px;
    gap: 16px;
    
    
    background: #4B5562;
    box-shadow: inset 0px 0px 16px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}


@media (max-width: 480px) {
    .sec-ivsq {
        display: flex;
        justify-content: flex-start;
        padding: 15px 0px;
        color: white; 
        font-weight: bold;
        flex-direction: column;
    }

    .sec-ivsq div {
        padding: 5px 0px;
    }

    .sec-ivsq:last-child {
        text-align: left;
    }

    .sec-axm-srv {
        display: flex; 
        flex-direction: column;

    }

    .sec-axm-srv div:first-child {
      margin-bottom: 10px;  
    }

    .sec-axm-srv div:last-child {
        margin-top: 10px;  
    }
    
    .axm-ins-src-box {
        display: flex;
        flex-direction: column;
    
    }

    .axm-ins-src-item {
        flex: 1;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 48px;
        background: #FFFFFF;
        border: 1px solid #E5E7EB;
        border-radius: 6px;
        margin-bottom: 20px;
    }

    .rr-form {
        background: #FFFFFF;
        padding: 20px;
    }

    .sec-q {
        padding: 24px;
        background: #F3F4F6;
        border-radius: 16px;
        
    }

    .rr-p {
        
        font-size: 16px;
        display: inline-block;
        text-align: center;
        white-space: break-spaces;
        padding: 0px 10px;
        width: 100vw;
    }

}


@media (min-width: 481px){
    .sec-ivsq {
        display: flex;
        justify-content: space-between;
        padding: 15px 0px;
        color: white; 
        font-weight: bold;
        flex-direction: row;
    }
    
    .sec-ivsq div:last-child {
        text-align: right;
    }

    .sec-axm-srv {
        display: flex; 
        flex-direction: row;
    }

    .sec-axm-srv div:first-child {
        margin-right: 10px;  
    }
  
      .sec-axm-srv div:last-child {
          margin-left: 10px;  
    }

    .axm-ins-src-box {
        display: flex;
        flex-direction: row;
    
    }

    .axm-ins-src-item {
        flex: 1;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 48px;
        background: #FFFFFF;
        border: 1px solid #E5E7EB;
        border-radius: 6px;
    }

    .axm-ins-src-box div:first-child {
        margin-right: 10px;
    }

    .axm-ins-src-box div:last-child {
        margin-left: 10px;
    }
    
    .axm-ins-src-box div:not(:first-child):not(:last-child){
        margin: 0px 10px;
    }

    .rr-form {
        background: #FFFFFF;
        border: 1px solid #F3F4F6;
        box-shadow: 0px 10px 14px rgba(31, 41, 54, 0.1);
        border-radius: 8px;
        padding: 24px;
        text-align: left;
    }

    .sec-q {
        padding: 24px;
        background: #F3F4F6;
        border-radius: 16px;
        /*margin-right: 20px;*/
    }

    .retail-container {
        margin-left: 20px;
    }

    .rr-p {
        margin-bottom: 40px;
        font-size: 16px;
        
    }

}


.rr-form-header {
    border-bottom: 4px solid #00A452;
    width: fit-content;
    padding: 0px 3px 8px 3px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 900;
    
}

.rr-form-header-nl {
    width: fit-content;
    padding: 0px 3px 8px 3px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 900;
    
}

.rr-form-header-2 {
    padding: 0px 3px 8px 3px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 900;
    color: #4B5562;
    
}

.rr-form-header-2-active {
    
    color: #00A452;
    
}

.rr-form-content {
    font-size: 16px;
    color: #4B5562;
    font-weight: 400;
    margin-bottom: 30px;
    
}

#chips > * {
    margin: 5px;
}



.rr-p > img {
    padding-bottom: 20px;
}

.rr-dot {
    height: 9px;
    width: 9px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 2px;
}

.rr-dot-active {
    background-color: #4678B2;
}

