/***************** Matson Event ******************/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}

header.active-header {
    backdrop-filter: blur(64px) !important;
    -webkit-backdrop-filter: blur(64px) !important;
}

body:has(#wpadminbar) header {
    top: 32px !important;
}

header .wp-block-site-logo {
    z-index: 999999;
}

.battle-grid-cta .wp-block-media-text figure {
    max-width: 40px;
    margin: 0 auto;
}

.battle-grid-cta .wp-block-media-text .editor-media-container__resizer{
    width: 40px !important;
}

.speakers-section .speaker-cta .wp-block-media-text {
    display: flex;
}

.speakers-section .wp-block-media-text .editor-media-container__resizer,
.speakers-section .speaker-cta figure {
    width: 215px !important;
    height: 215px;
    flex: none;
    border-radius: 24px;
}

.speakers-section .speaker-content .wp-block-heading {
    position: sticky;
    top: 130px;
}

.speakers-section .speaker-cta .wp-block-media-text__content {
    width: calc(100% - 215px);
    align-self: flex-end;
    padding: 15px 0 24px 40px;
}

.strategy-cta-section .strategy-cta {
    display: flex;
    align-items: flex-end;
}

.video-group {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    max-height: 506px;
}

.video-group .video-overly {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.video-group figure.size-large {
    width: 100%;
    height: 100%;
}

.video-group figure.size-large img {
    height: 100%;
    object-fit: cover;
}

.video-group .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.wp-block-navigation__responsive-container ul li a {
    pointer-events: none;
}

.wp-block-navigation__responsive-container ul li a:focus {
    outline: none !important;
}

.battle-grid-cta .wp-block-media-text {
    min-height: 120px;
    padding: 0 10px;
}

.battle-grid-cta .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 16px;
}

footer .footer-nav {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 6px 24px;
    flex-wrap: wrap;
}

footer .footer-nav li {
    margin: 0;
}

footer .footer-nav li a {
    text-decoration: none;
}

footer .footer-nav li a:hover {
    text-decoration: underline;
}

.speakers-section .speaker-cta .wp-block-media-text__content p a {
    text-decoration: none;
}

.mm-form-wrapper .step-content input[value="US"] {
    color: #f4e7ce99;
    pointer-events: none;
}

/***************** Matson Main ******************/

body.overflow {
    overflow: hidden;
}

.mm-form-wrapper {
    width: 100%;
}

.mm-form-wrapper .form-title {
    font-size: 140px;
    line-height: 0.8;
    font-family: "Bee", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #f5e8d3;
    margin: 0;
}

.mm-form-wrapper .form-steps {
    display: flex;
    padding-bottom: 11px;
}

.mm-form-wrapper .form-steps .step {
    width: 25%;
    color: #F4E7CE;
    font-size: 14px;
    text-align: left;
    font-family: "Proxima Nova", Arial, Sans-serif;
    font-weight: 600;
}

.mm-form-wrapper .form-steps .step:not(:first-child) {
    padding-left: 33px;
}

.mm-form-wrapper .progress-bar {
    width: 100%;
    height: 4px;
    background-color: rgba(244, 231, 206, 0.05);
    border-radius: 40px;
    overflow: hidden;
}

.mm-form-wrapper .progress-bar-fill {
    height: 100%;
    background-color: #F4E7CE;
    width: 25%;
    transition: width 0.3s ease;
    border-radius: 40px;
}

.mm-form-wrapper form {
    margin-top: 22px;
}

.mm-form-wrapper .step-content {
    display: none;
}

.mm-form-wrapper .step-content.active {
    display: block;
    margin-top: 20px;
}

.mm-form-wrapper .mm-form-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.mm-form-wrapper .fields-wrapper p {
    font-size: 14px;
}

.spouse-info h3 {
    font-size: 20px;
}

/* Checkbox style */
.mm-form-wrapper form .checkboc-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #F4E7CE;
    opacity: 0.6;
}

.mm-form-wrapper form .checkboc-label {
    position: relative;
    padding-left: 27px;
    font-size: 20px;
    cursor: pointer;
    color: #F4E7CE;
    line-height: 17px;
}

.mm-form-wrapper form .checkboc-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.mm-form-wrapper form .checkboc-label input[type="checkbox"]:checked~.checkmark {
    opacity: 1;
}

.mm-form-wrapper form .spouse-child .spouse-info {
    display: none;
}

.mm-form-wrapper form .spouse-child:has(input#with-spouse:checked) .spouse-info {
    display: block;
}

.mm-form-wrapper form .checkboc-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 7px;
    border: solid #F4E7CE;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-form-wrapper form .checkboc-label input[type="checkbox"]:checked~.checkmark:after {
    display: block;
}

.mm-form-wrapper input[type="text"],
.mm-form-wrapper input[type="email"],
.mm-form-wrapper input[type="number"],
.mm-form-wrapper input[type="tel"],
.mm-form-wrapper textarea {
    color: #F4E7CE;
    font-size: 20px;
    font-family: "Proxima Nova", Arial, Sans-serif;
    font-weight: 600;
    background: inherit;
    border: none;
    padding: 10px 20px;
    outline: none;
}

.mm-form-wrapper input[type="text"]::placeholder,
.mm-form-wrapper input[type="email"]::placeholder,
.mm-form-wrapper input[type="number"]::placeholder,
.mm-form-wrapper input[type="tel"]::placeholder,
.mm-form-wrapper textarea::placeholder {
    color: #F4E7CE;
    opacity: 0.6;
}

.mm-form-wrapper form {
    margin-top: 46px;
}

.mm-form-wrapper .step-content .fields-wrapper .mm-form-fields {
    padding: 50px 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.mm-form-wrapper .step-content .select.full-width,
.mm-form-wrapper .step-content input.full-width {
    width: 100%;
}

.mm-form-wrapper .step-content input {
    width: calc(50% - 50px);
    margin: 0;
}

.mm-form-wrapper .step-content .select {
    width: calc(50% - 10px);
    margin: 0;
}

/* Radio Button */
.mm-form-wrapper form .radio-label {
    position: relative;
    padding-left: 27px;
    font-size: 20px;
    cursor: pointer;
}

.mm-form-wrapper form .radio-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.mm-form-wrapper form .radio-label .checkradio {
    position: absolute;
    top: 4px;
    left: 1px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    opacity: 0.6;
    border: 1px solid #F4E7CE;
}

.mm-form-wrapper form .radio-label input[type="radio"]:checked~.checkradio {
    opacity: 1;
}

.mm-form-wrapper form .radio-label .checkradio:after {
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F4E7CE;
}

.mm-form-wrapper form .radio-label input[type="radio"]:checked~.checkradio:after {
    display: block;
}

.mm-form-wrapper .mm-form-buttons button {
    padding: 7px 33px 11px 29px;
    border: none;
    background-color: #f5e8d3;
    color: #000;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
    font-family: "Proxima Nova", Arial, Sans-serif;
}

.mm-form-wrapper .mm-form-buttons button:hover {
    background-color: #DBCCAF;
}

.mm-form-wrapper .mm-form-buttons button[disabled] {
    opacity: 0;
    cursor: not-allowed;
}

.mm-form-wrapper .mm-form-buttons button:first-child::before {
    content: '';
    width: 14px;
    height: 16px;
    display: inline-block;
    background: url(../img/prev-btn-arrow.png) no-repeat center / contain;
    position: relative;
    margin-right: 13px;
    top: 4px;
}

.mm-form-wrapper .mm-form-buttons button:first-child{
    padding: 7px 21px 11px 18px;
}

.mm-form-wrapper .mm-form-buttons button:last-child::after {
    content: '';
    width: 14px;
    height: 16px;
    display: inline-block;
    background: url(../img/next-btn-arrow.png) no-repeat center / contain;
    margin-left: 15px;
    position: relative;
    top: 3px;
}

.mm-form-wrapper .error-message {
    font-size: 16px;
    display: none;
    color: red;
}

#advisor-spouse-tshirt p{
    max-width: 446px;
    color: #F4E7CE;
    padding: 0 15px;
}

#advisor-spouse-tshirt .select{
    max-width: 446px !important;
    width: calc(100% - 27px) !important;
    margin-top: 12px;
}

.mm-form-wrapper #advisor-spouse-tshirt button{
    position: static;
    margin-top: 40px;
    padding: 9px 30px 10px;
}

button#close-spouse-overlay::after,
.mm-form-wrapper #advisor-spouse-tshirt button::after{
    background: url(../img/next-btn-arrow.png) no-repeat center / contain;
    content: '';
    display: inline-block;
    width: 15px;
    height: 14px;
    top: 1px;
    margin-left: 16px;
    left: -2px;
}

.step-content-2 .fields-wrapper {
    display: none;
}

.step-content-2.already-exists-in-system .fields-wrapper.t-shirt,
.step-content-2.not-exists-in-system .fields-wrapper.non-advisor {
    display: block;
}

.step-content-2.already-exists-in-system .loader,
.step-content-2.already-registered .loader,
.step-content-2.not-exists-in-system .loader {
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #000 inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #F4E7CE !important;
}

/* .mm-form-wrapper .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #000;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 80px auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */

.loader {
    width: 100%;
    height: 300px;
    display: inline-block;
    position: relative;
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #FFF;
    position: absolute;
    left: calc(50% - 80px);
    top: calc(50% - 80px);
    animation: animloader 2s linear infinite;
}

.loader::after {
    animation-delay: 1s;
}

@keyframes animloader {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

#thank-you-msg p,
#thank-you-msg h2,
#user-already-register p,
#advisor-capacity-full p,
#user-already-register h2,
#advisor-capacity-full h2,
#prospect-capacity-full p,
#prospect-capacity-full h2,
#spouse-already-register-popup h2,
#spouse-already-register-popup p{
    max-width: 726px;
    color: #F4E7CE;
    padding: 0 15px;
    margin: 43px 0 0;
}

#advisor-capacity-full p,
#prospect-capacity-full p,
#spouse-already-register-popup p,
#thank-you-msg p,
#user-already-register p {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
}

#advisor-capacity-full h2,
#prospect-capacity-full h2,
#spouse-already-register-popup h2,
#thank-you-msg h2,
#user-already-register h2 {
    margin: 0;
    font-size: 140px;
    line-height: 0.8;
    font-family: "Bee", sans-serif;
    font-weight: 700;
}

.mm-form-wrapper .step-content-3 .fields-wrapper .mm-form-fields {
    gap: 20px 32px;
    padding: 50px 114px;
}

.mm-form-wrapper .step-content-3 .fields-wrapper .spouse-info .mm-form-fields {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin-top: 5px;
}

.mm-form-wrapper .step-content-3 .fields-wrapper .spouse-info .mm-form-fields h3 {
    width: 100%;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #f4e7ce;
    text-transform: capitalize;
}

.mm-form-wrapper .step-content-3 .mm-form-fields p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #f4e7ce;
    margin: 0 0 3px;
}

.mm-form-wrapper .step-content .fields-wrapper.t-shirt p {
    font-size: 20px;
    line-height: 24px;
    color: #F4E7CE;
    margin: 0;
    padding: 0 20px;
}

.step-content-4 #advisor-spouse-tshirt,
.step-content-4 #thank-you-msg,
.step-content-4 #spouse-already-register-popup,
.step-content-2 #user-already-register,
.step-content-2 #advisor-capacity-full,
.step-content-2 #prospect-capacity-full{
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: top 0.6s ease;
    z-index: 100;
    overflow: hidden;
}

.step-content-4.spouse-exists-in-system #advisor-spouse-tshirt,
.step-content-4.show-thankyou-msg #thank-you-msg,
.step-content-2.advisor-capacity-full #advisor-capacity-full,
.step-content-2.prospect-capacity-full #prospect-capacity-full,
.step-content-2.already-registered #user-already-register {
    top: 0;
}

.step-content-4.spouse-already-registered #spouse-already-register-popup{
    top: 0 !important;
}

.step-content-4.spouse-already-registered #spouse-already-register-popup:not(.active){
    top: -100% !important;
}

.step-content-4 #advisor-spouse-tshirt:not(.active),
.step-content-4 #thank-you-msg:not(.active),
.step-content-2 #prospect-capacity-full:not(.active),
.step-content-2 #advisor-capacity-full:not(.active),
.step-content-2 #user-already-register:not(.active) {
    top: -100%;
}

.step-content-4.spouse-already-registered .loader {
    display: none !important;
}

.step-content-4.spouse-already-registered .final-step-message {
    display: block !important;
}

/********************/
#register-overlay {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #000000;
    color: white;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: top 0.6s ease;
    z-index: 99;
    overflow: auto;
}

#register-overlay.active {
    top: 0;
}

.form-container {
    background: #000;
    padding: 100px 15px;
    width: 100%;
    max-width: 676px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-container input {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
}

.form-container button {
    padding: 10px 20px;
    background: #fff;
    border: none;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

#close-capacity-popup,
#close-advisor-tshirt,
#close-thanku-overlay,
#close-spouse-overlay,
#close-overlay {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    background-color: #F4E7CE;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 17px 6px 17px;
    border-radius: 60px;
    transition: all 0.3s;
    font-family: "Proxima Nova", Arial, Sans-serif;
}

#close-capacity-popup::after,
#close-thanku-overlay::after,
#close-advisor-tshirt::after,
#close-spouse-overlay::after,
#close-overlay::after {
    content: '';
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-left: 15px;
    display: inline-block;
    background: url('../img/close-icon.png') no-repeat center / contain;
}

#close-capacity-popup:hover,
#close-thanku-overlay:hover,
#close-advisor-tshirt:hover,
#close-spouse-overlay:hover,
#close-overlay:hover {
    background-color: #dbccaf;
}

button#close-spouse-overlay {
    position: static;
    margin-top: 85px;
    padding: 8px 30px 10px;
}

.mm-form-wrapper .step-content-4 .fields-wrapper h3 {
    font-size: 20px;
    font-weight: 600;
    color: #f4e7ce;
    text-transform: capitalize;
    margin: 0;
}

.mm-form-wrapper #multiStepForm .step-content-4.show-submit-loader .final-step-message,
.mm-form-wrapper #multiStepForm .step-content-4.show-submit-loader .fields-wrapper{
    display: none !important;
}
.mm-form-wrapper #multiStepForm .step-content-4.show-submit-loader .loader{
    display: block !important;
}

.mm-form-wrapper .step-content-4 .child-quantity,
.mm-form-wrapper .step-content-4 .child-quantity .select {
    width: 100% !important;
}

.mm-form-wrapper .step-content-4 .child-quantity .select .styledSelect {
    padding: 10px 0 !important;
}

.mm-form-wrapper .step-content-4 .fields-wrapper {
    display: none;
}

.mm-form-wrapper .step-content-4.spouse-not-registered .fields-wrapper,
.mm-form-wrapper .step-content-4.spouse-child-question .fields-wrapper {
    display: block;
}

#multiStepForm .step-content-4 .final-step-message {
    display: none;
    padding: 100px;
    color: #F5E8D3;
}

#multiStepForm:has(.step-content-3 .checkboc-label input[type="checkbox"]:not(:checked)) .step-content-4 .final-step-message {
    display: block;
}

#multiStepForm:has(.step-content-3 .checkboc-label input[type="checkbox"]:not(:checked)) .step-content-4 .loader {
    display: none;
}

#multiStepForm:has(.step-content-3 .checkboc-label input[type="checkbox"]:checked) .step-content-4 .loader {
    display: block;
}

#multiStepForm:has(.step-content-3 .checkboc-label input[type="checkbox"]:checked) .step-content-4 .final-step-message {
    display: none;
}

#multiStepForm:has(.step-content-3 .checkboc-label-2 input[type="checkbox"]:checked) .step-content-4.spouse-already-registered .loader {
    display: none;
}

#multiStepForm:has(.step-content-3 .checkboc-label-2 input[type="checkbox"]:checked) .step-content-4.spouse-already-registered .final-step-message {
    display: none !important;
}

#multiStepForm:has(.step-content-3 .checkboc-label-2 input[type="checkbox"]:checked) .step-content-4.spouse-already-registered .fields-wrapper {
    display: block;
}

.mm-form-wrapper.prev-loader .step-content .loader{
    display: block !important;
}

.mm-form-wrapper.prev-loader .step-content .fields-wrapper{
    display: none;
}

.mm-form-wrapper.prev-loader .mm-form-buttons button:first-child{
    opacity: 0.7;
    pointer-events: none;
}

.mm-form-wrapper .step-content-1 .loader,
.mm-form-wrapper .step-content-3 .loader{
    display: none;
}

.mm-form-wrapper .step-content-4.spouse-not-registered .loader,
.mm-form-wrapper .step-content-4.spouse-child-question .loader {
    display: none !important;
}

.mm-form-wrapper .step-content-4 .spouse-coming {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px 30px;
}

.mm-form-wrapper .step-content-4 .spouse-coming label {
    display: block;
    width: 100%;
}

.mm-form-wrapper .step-content-4 .spouse-coming label.radio-label {
    display: inline-block;
    width: auto;
    font-size: 20px;
    font-weight: 600;
}

.mm-form-wrapper .step-content-4 .fields-wrapper .mm-form-fields {
    gap: 14px;
}

.child-quantity .select{
    margin-top: 17px !important;
}

.mm-form-wrapper .step-content-4 .fields-wrapper label {
    font-size: 14px;
    color: #f4e7ce;
}

body form .select {
    position: relative;
}

body form .select select {
    width: 100%;
    height: 50px;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 0px;
    border: 2px solid rgb(71 71 71 / 60%);
    padding-left: 16px;
    padding-right: 16px;
    background: url(../img/arrow-down.svg) no-repeat center right 18px;
    background-color: inherit;
    background-size: 18px;
    padding: 12px 40px 12px 16px !important;
    margin: 0 !important;
}

body form .s-hidden {
    display: none;
}

body form .styledSelect {
    padding: 10px 45px 10px 20px;
    position: relative;
    z-index: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    background-color: inherit;
    ;
    box-shadow: none;
    font-size: 16px !important;
    line-height: 28px;
    color: #1E2937 !important;
    text-transform: none;
    letter-spacing: 0px;
    transition: all 0.3s;
    text-align: left;
}

body form .styledSelect .text-ellipses {
    font-size: 20px;
    font-weight: 600;
    font-family: "Proxima Nova", Arial, Sans-serif;
    color: #f4e7ce99;
}

body form .styledSelect .text-ellipses{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body form .styledSelect .text-ellipses.valueAdded {
    color: #F4E7CE;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body form .styledSelect:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 1px));
    right: 18px;
    line-height: 1;
    width: 14px;
    height: 8px;
    background: url(../img/arrow-down.svg) no-repeat center;
    opacity: 0.6;
}

body form .styledSelect.active:after {
    background: url("../img/arrow-down.svg") no-repeat center;
    transform: translateY(-50%) rotate(180deg);
}

body form .options::-webkit-scrollbar {
  width: 5px;
}

body form .options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
body form .options::-webkit-scrollbar-thumb {
  background: #F4E7CE; 
  border-radius: 10px;
}

body form .options {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    left: 0;
    z-index: 9;
    margin: 0 !important;
    padding: 3px 0 16px 0px !important;
    list-style: none;
    background: #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 16px;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 225px;
    overflow-y: auto;
    border: none;
    box-shadow: 0px 5px 20px 1px rgb(244 231 206 / 15%);
}

body form .options li {
    margin: 0;
    padding: 3px 5px 2px 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.18px;
    color: #F4E7CE;
    text-transform: none;
    cursor: pointer;
    text-align: left;
    font-weight: 600;
    transition: all 0.3s;
}

body form .options li:hover {
    opacity: 0.6;
}

body form .options li::before {
    display: none !important;
}

body form .options li[rel=""] {
    display: none;
}

body form .options .active {
    opacity: 0.6;
    position: relative;
    cursor: default;
    pointer-events: none;
}

body form .styledSelect.noplaceholder .text-ellipses {
    color: rgba(71, 71, 71, 0.6);
}




/* ZA Code */

.wp-block-buttons .wp-element-button {
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.wp-block-buttons .wp-element-button:after {
    content: "";
    height: 40px;
    width: 40px;
    background: #F4E7CE url(../img/button-arrow.svg) center center no-repeat;
    border-radius: 50%;
    margin-left: 24px;
}


/* Hero Section */

.hero-section {
    position: relative;
}

.hero-bottom-bar,
.block-editor-block-list__block.hero-bottom-bar {
    position: absolute;
    bottom: 36px;
    left: 50%;
    max-width: 1370px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    transform: translateX(-50%);
    gap: 25px;
    flex-wrap: wrap;
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-right {
    text-align: right;
}

.dark-share h2 span {
    display: inline-block;
}

.styledSelect:has(.text-ellipses.valueAdded)::after,
.styledSelect.active::after{
    opacity: 1;
}

.styledSelect.active .text-ellipses{
    color: #F4E7CE;
}

@media screen and (max-width:1024px) {
    .wp-block-navigation__responsive-container ul {
        gap: 30px;
    }

    .wp-block-navigation__responsive-container ul li a {
        font-size: 12px;
    }

    .speakers-section {
        flex-direction: column;
    }

    .strategy-cta-section,
    .days-cta {
        flex-wrap: wrap !important;
    }

    .days-cta.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        padding: 30px !important;
        width: calc(50% - 68px) !important;
        flex-basis: unset !important;
        flex-grow: unset;
        flex-grow: unset;
    }

    .days-cta.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column p {
        font-size: 16px;
    }

    .strategy-cta-section.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: unset !important;
        width: calc(50% - 8px) !important;
        flex-grow: unset !important;
    }

    .speakers-section .speaker-cta {
        display: flex;
        flex-wrap: wrap;
        flex-basis: unset !important;
        gap: 30px;
    }

    .speakers-section .speaker-cta .wp-block-media-text {
        width: calc(50% - 15px);
        margin: 0;
    }

    .speakers-section .wp-block-media-text .editor-media-container__resizer,
    .speakers-section .speaker-cta figure {
        width: 150px !important;
        height: 150px;
    }

    .speakers-section .speaker-cta .wp-block-media-text__content {
        padding: 15px 0 24px 20px;
        width: calc(100% - 150px);
        align-self: flex-start
    }
}

@media screen and (max-width:767px) {
    .speakers-section .speaker-cta .wp-block-media-text__content {
        width: calc(100% - 120px);
        padding: 10px 0 24px 25px;
    }

    .speakers-section .wp-block-media-text .editor-media-container__resizer,
    .speakers-section .speaker-cta figure {
        width: 120px !important;
        height: 120px;
    }

    #multiStepForm .step-content-4 .final-step-message{
        padding: 30px 10px;
    }

    .mm-form-wrapper .step-content .fields-wrapper .mm-form-fields {
        padding: 30px 10px;
    }

    #advisor-capacity-full h2,
    #prospect-capacity-full h2,
    #spouse-already-register-popup h2,
    #thank-you-msg h2,
    #user-already-register h2 {
        font-size: 72px;
    }

    #spouse-already-register-popup p,
    #thank-you-msg p,
    #user-already-register p {
        font-size: 16px;
    }

    .wp-block-buttons .wp-element-button:after {
        height: 36px;
        width: 36px;
        margin-left: 18px;
    }

    .wp-block-buttons .wp-element-button {
        padding: 12px 18px 12px 20px !important;
    }

    .speakers-section .speaker-cta {
        gap: 20px;
    }

    .speakers-section .speaker-cta .wp-block-media-text {
        width: calc(50% - 10px);
        align-items: flex-start;
    }

    .hero-section .growth-heading {
        letter-spacing: 6px !important;
    }

    .strategy-cta-section .strategy-cta {
        min-height: 400px !important;
    }

    .mm-form-wrapper .form-title{
        font-size: 95px;
    }

    .mm-form-wrapper form {
        margin-top: 20px;
    }

    .hero-section .wp-block-cover video{
        object-position: 57% 50% !important;
    }

    .speakers-section .speaker-cta .wp-block-media-text__content h4 p{
        margin: 0;
    }

    .speakers-section .wp-block-media-text .editor-media-container__resizer,
    .speakers-section .speaker-cta figure {
        align-self: flex-start !important;
    }
}

@media screen and (max-width:599px) {

    .speakers-section .speaker-cta .wp-block-media-text__content {
        padding: 5px 0 24px 25px;
    }

    .speakers-section .speaker-cta .wp-block-media-text{
        align-items: flex-start;
    }

    #close-thanku-overlay, #close-spouse-overlay, #close-overlay{
        top: 15px;
        right: 15px;
        padding: 6px 10px;
    }

    #close-spouse-overlay::after, #close-overlay::after {
        font-size: 25px;
        top: 4px;
        margin-left: 7px;
    }

    .strategy-cta-section.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        width: 100% !important;
    }

    .days-cta.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        width: 100% !important;
    }

    .strategy-cta-section .strategy-cta {
        min-height: 350px !important;
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close {
        height: 100%;
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
        padding: 0;
        text-align: center;
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
        top: 20px;
    }

    .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content ul {
        align-items: center !important;
        gap: 20px !important;
    }

    .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content ul li a {
        color: #F4E7CE !important;
    }

    .wp-block-navigation__responsive-container ul li a {
        font-size: 14px;
    }

    .wp-block-navigation__responsive-container.is-menu-open {
        height: 100vh;
        padding: 20px !important;
        background-color: #000000 !important;
    }

    .speakers-section .speaker-cta .wp-block-media-text {
        margin-top: 20px !important;
    }

    .mm-form-wrapper .step-content .select,
    .mm-form-wrapper .step-content input {
        width: 100%;
    }

    .battle-grid-cta .wp-block-media-text .wp-block-media-text__content p {
        font-size: 16px;
    }

    .battle-grid-cta .wp-block-media-text {
        min-height: 100px;
    }

    .speakers-section .speaker-cta .wp-block-media-text {
        width: 100%;
    }

    .mm-form-wrapper .step-content-4 .spouse-coming label.radio-label{
        font-size: 16px;
        padding-left: 25px;
    }
}

@media screen and (max-width:479px){
    .hero-bottom-bar, 
    .block-editor-block-list__block.hero-bottom-bar{
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-bottom-bar .wp-block-group,
    .hero-bottom-bar .wp-block-group p{
        max-width: 100%;
        width: 100%;
    }

    header .nav-wrapper{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    header .nav-wrapper .wp-block-site-logo{
        max-width: 40px !important;
    }

}