           
.hbspt-form {
  box-shadow: 5px 10px 40px rgb(0 0 0 / 25%);
  border-radius: 16px;
  padding: 2em;
  background-color: #fff;
  max-width: 620px;
  margin: 0 auto;
  padding: 32px;
  font-size: 1em;
  font-family: 'Open Sans', Segoe UI, sans-serif;
  color: #333;
}
.hbspt-form iframe {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.hbspt-form .hs-form-field > label {
  line-height: 1.2em;
  padding-top: 0.3em;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 5px;
  color: #333;
}
.hbspt-form .hs-form-field {
  margin: 0 1% 25px !important;
}
.hbspt-form h1 {
  padding: 0;
  color: #003356;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2em;
  margin: 0 1% 25px !important;
  padding-top: 25px !important;
  text-align: center;
}
.hbspt-form p {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 2rem;
}
.hbspt-form .hs-form-required {
  color: #bf0000;
  padding-left: 5px;
}
.hbspt-form .hs-form-field, .hbspt-form input[type=url], .hbspt-form input[type=text], .hbspt-form input[type=date], .hbspt-form input[type=tel], .hbspt-form input[type=email], .hbspt-form input[type=number], .hbspt-form textarea, .hbspt-form select, .hbspt-form .hs-error-msgs {
  width: 100%;
}
.hbspt-form .hs-error-msgs {
  margin: 0;
  padding: 0;
}
.hbspt-form .hs-error-msgs li {
  display: flex;
  align-items: flex-start;
  align-items: center;
}
.hbspt-form .hs-error-msgs li::before {
  content: '';
  display: inline-block;
  background: url('https://more.ets.org/rs/709-ZCO-379/images/caution_symbol.png') no-repeat center;
  background-size: contain;
  width: 10px;
  height: 32px;
  margin-right: 4px;
}
.hbspt-form select {
  background: #d7d7d7;
  color: #333;
}
.hbspt-form input[type=url].error, .hbspt-form input[type=text].error, .hbspt-form input[type=date].error, .hbspt-form input[type=tel].error, .hbspt-form input[type=email].error, .hbspt-form input[type=number].error, .hbspt-form input[type=checkbox].error, .hbspt-form textarea.error, .hbspt-form select.error {
  border: 1px solid #c30;
}
.hbspt-form .hs-error-msgs label {
  color: #c30;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.hbspt-form input[type=url], .hbspt-form input[type=text], .hbspt-form input[type=date], .hbspt-form input[type=tel], .hbspt-form input[type=email], .hbspt-form input[type=number], .hbspt-form textarea, .hbspt-form select {
  height: auto;
  min-height: 39px;
  border: 1px solid #000;
  color: #000;
  font-size: 1em;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.hbspt-form textarea {
  min-height: 75px;
}
.hbspt-form input[type=text]:hover, .hbspt-form input[type=url]:hover, .hbspt-form input[type=email]:hover, .hbspt-form input[type=tel]:hover, .hbspt-form input[type=number]:hover, .hbspt-form input[type=date]:hover, .hbspt-form select:hover, .hbspt-form textarea:hover {
  box-shadow: 0 0 0 2px #3072be;
  border: 1px solid #fff;
}
.hbspt-form input[type=text]:focus, .hbspt-form input[type=url]:focus, .hbspt-form input[type=email]:focus, .hbspt-form input[type=tel]:focus, .hbspt-form input[type=number]:focus, .hbspt-form input[type=date]:focus, .hbspt-form select:focus, .hbspt-form textarea:focus {
  box-shadow: 0 0 0 2px #3072be;
  width: 100%;
  background-color: #d8eaff;
  border: 1px solid #fff;
}
.hbspt-form option {
  background-color: #fff;
}
.hbspt-form input[type=text]:active, .hbspt-form input[type=url]:active, .hbspt-form input[type=email]:active, .hbspt-form input[type=tel]:active, .hbspt-form input[type=number]:active, .hbspt-form input[type=date]:active, .hbspt-form select:active, .hbspt-form textarea:active {
  box-shadow: 0 0 0 2px #3072be;
  width: 100%;
  border: 1px solid #fff;
}
.hbspt-form ::-webkit-input-placeholder {
  color: #808285;
}
.hbspt-form :-moz-placeholder {
  color: #808285;
}
.hbspt-form ::-moz-placeholder {
  color: #808285;
}
.hbspt-form :-ms-input-placeholder {
  color: #808285;
}
.hbspt-form select {
  background: none;
  appearance: none;
}
.hbspt-form .hs-input {
  padding: 2px 3px;
}
.hbspt-form select.hs-input {
  background: transparent url('https://more.ets.org/rs/709-ZCO-379/images/ETS-DownArrow.png') no-repeat 98% center;
  background-size: 15px;
  color: #808285;
}
.hbspt-form select.hs-input:focus {
  background-color: #d8eaff;
}
.hbspt-form .hs-button {
  background: #fff;
  color: #003356;
  border: 2px solid #003356;
  padding: 10px 20px;
  border-radius: 23px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  margin: 0 1% 25px !important;
}
.hbspt-form .hs-button:hover {
  background: #003356;
  border: 2px solid #003356;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
.hbspt-form .hs-button:focus {
  background: #fff;
  border: 2px solid #003356;
  outline: 4px solid #3072be;
  color: #003356;
}
.hbspt-form .hs-button:active {
  background: #003356;
  border: 2px solid #003356;
  outline: 4px solid #3072be;
  color: #fff;
}
.hbspt-form .hs-button:disabled {
  background: #fff;
  color: #5a7b9f;
  border: 1px solid #a1b7cf;
}
.hbspt-form ul {
  padding: 0 !important;
}
.hbspt-form .hs-form-booleancheckbox {
  padding: 0.3em;
  padding-left: 10px;
  border: 2px solid transparent;
  list-style: none;
}
.hbspt-form .hs-form-booleancheckbox label, .hbspt-form .hs-form-booleancheckbox input {
  cursor: pointer;
}
.hbspt-form .hs-form-booleancheckbox span {
  padding: 10px;
  margin-left: 2.5em !important;
  margin-top: 0.1em;
  margin-bottom: 0.3em;
  margin-right: 5px;
  line-height: 1.2em;
}
.hbspt-form .hs-form-booleancheckbox span p {
  position: relative;
  font-size: 16px;
  color: #151515;
  font-weight: 400;
  line-height: 24px;
}
.hbspt-form .hs-form-booleancheckbox:hover {
  background-color: #d8eaff;
  border-radius: 12px;
  border: 2px solid #3072be;
  color: #003082;
  vertical-align: middle;
}
.hbspt-form .hs-input[type="checkbox"] {
  appearance: none;
  outline: 0;
  background: #fff;
  height: 24px;
  width: 24px;
  border: 1px solid #3072be;
  color: white;
  border-radius: 4px;
  padding: 0px;
  margin-top: 17px;
  margin-left: 12px;
  content: url('https://www.ets.org/content/dam/ets-org/icons/commons/checkbox_unchecked.svg');
}
.hbspt-form .hs-input[type="checkbox"]:checked {
  content: url('https://www.ets.org/content/dam/ets-org/icons/commons/checkbox_checked.svg');
  color: white;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .hbspt-form .hs-form-field > label {
    font-size: 14px;
    line-height: 16.8px;
 }
}

.theme-gre .hbspt-form .hs-button {
  background: #630f54;
  color: #fff;
  border: 2px solid #630f54;
  padding: 10px 20px;
  margin-top: 0px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.4s ease 0s;
}
.theme-gre .hbspt-form .hs-button:hover {
  background: #38002e;
  color: #fff;
  border: 2px solid #38002e;
  transition: all 0.4s ease 0s;
}
.theme-gre .hbspt-form .hs-button:focus {
  background: #fff;
  color: #630f54;
  border: 2px solid #630f54;
  outline: 4px solid #38002e;
}
.theme-gre .hbspt-form .hs-button:active {
  box-shadow: 0 0 0 2px #630f54;
  background: #630f54;
  color: #fff;
  border: 2px solid #630f54;
  outline: 4px solid #38002e;
}

.theme-toefl .hbspt-form .hs-richtext {
  margin: 0 1% 25px;
}
.theme-toefl .hbspt-form .hs-richtext p {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding-top: 25px;
}
.theme-toefl .hbspt-form .hs-form-booleancheckbox span {
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.theme-toefl .hbspt-form .hs-input[type=checkbox] {
  border-color: #151515;
  float: left;
}
.theme-toefl .hbspt-form .hs-button {
  background: #343579;
  color: #fff;
  background-image: none;
  border-radius: 0px;
  border: 1px solid #343579;
  transition: none;
}
.theme-toefl .hbspt-form .hs-button:hover {
  border: 1px solid #343579;
  box-shadow: inset 0 0 0 1px #343579;
  background: none;
  background-color: transparent;
  color: #343579;
}
.theme-toefl .hbspt-form .hs-button:focus {
  outline: 2px solid #343579;
  outline-offset: 2px;
  background: #343579;
  color: #fff;
}
.theme-toefl .hbspt-form .hs-button:active {
  background: none;
  background-color: transparent;
  color: #343579;
  background-image: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #343579;
  box-shadow: inset 0 0 0 1px #343579;
}
.d-none {
    display: none;
}

.ets-updates-signup {
    --spacing-12: 0.75rem;
    --spacing-16: 1rem;
    --spacing-24: 1.5rem;
    --spacing-32: 2rem;
    --spacing-64: 4rem;
    --spacing-80: 5rem;
    --font-weight: 400;
    --_modal-header-size: 4rem;
    --_modal-block-size: 100dvb;
    --page-padding-min: clamp(1rem,7.5dvi,6.75rem);
    --gutter: clamp(1rem,1.75dvi,1.5rem);
    --page-padding-min: var(--gutter);
    --page-max-inline-size: min(82rem,100dvi - 2* var(--page-padding-min));
    --page-padding-inline: calc(100dvi/2 - var(--page-max-inline-size)/2);
    --font-heading: "Reckless","Georgia",serif;
    --font-toefl-heading: "Greet Narrow", system-ui, sans-serif;
    --font-body: "Beausite Classic",system-ui,sans-serif;
    --font-letter-spacing-loose: 0.08em;
    --font-weight-semibold: 600;
    --font-size-eyebrow-small: 0.875rem;
    --font-size-heading-3xlarge: 4rem;
    --font-size-heading-xlarge: 2.5rem;
    --font-line-height-3xtight: 1;
    --font-line-height-xtight: 1.2;
    --brand-eggshell: #f2e9d8;
    --brand-ink: #1a212b;
    --brand-cyan: #4dd3fe;
    --brand-midnight: #103d4b;
    --brand-duskwinkle: #343579;
    --brand-periwinkle: #9196FF;
    --color-primary: var(--brand-cyan);
    --color-on-primary: var(--brand-ink);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(26,33,43,.9);
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
    -webkit-animation: signupFadeIn .7s ease-in-out;
    animation: signupFadeIn .7s ease-in-out
}
.ets-updates-signup p{
	padding-bottom: 1rem;
}

@media(min-width: 769px) {
    .ets-updates-signup {
        --_modal-block-size:90dvb
    }
}

.ets-updates-signup::-webkit-backdrop {
    display: none
}

.ets-updates-signup::backdrop {
    display: none
}

.ets-updates-signup .overlay-action {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.ets-updates-signup .sign-up-popup-focus {
    position: absolute;
    width: 1px;
    overflow: hidden;
    color: #fff;
    opacity: 0;
    height: 1px
}

.ets-updates-signup header {
	 order:1;
	 min-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    block-size: var(--_modal-header-size);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    inset-block-start: 0;
    inset-inline: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: sticky
}

.ets-updates-signup .ets-updates-dialog-close {
    position: relative;
    width: 2rem;
    height: 2rem;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: background-color .5s,border-color .5s;
    transition: background-color .5s,border-color .5s
}

.ets-updates-signup .ets-updates-dialog-close:focus,.ets-updates-signup .ets-updates-dialog-close:hover {
    background-color: #4dd2ff;
    border-color: #4dd2ff
}

.ets-updates-signup .ets-updates-dialog-close:after,.ets-updates-signup .ets-updates-dialog-close:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 45%;
    height: 1px;
    background-color: #fff
}

.ets-updates-signup .ets-updates-dialog-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ets-updates-signup .ets-updates-dialog-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ets-updates-signup .popup-inner {
	display: flex;
	flex-direction: column;
    margin-block:auto;margin-inline:auto;max-block-size: var(--_modal-block-size);
    max-inline-size: 100vi;
    overflow: hidden;
    -webkit-animation: signupMoveFromBtm .8s ease-in-out;
    animation: signupMoveFromBtm .8s ease-in-out;
    -webkit-transform: translateY(101vh);
    transform: translateY(101vh);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@media(min-width: 769px) {
    .ets-updates-signup .popup-inner {
        margin-inline:var(--page-padding-inline);
        margin-top: 5dvb
    }
}

.ets-updates-signup .popup-container {
	order:2;
	min-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1px solid var(--color-outline-dim);
    /*border: 1px solid var(--color-outline-dim);*/
    max-block-size: calc(var(--_modal-block-size) - var(--_modal-header-size));
    overflow: auto;
    background-color: #fff
}

.ets-updates-signup .popup-container-body {
    display: grid
}

@media(min-width: 1025px) {
    .ets-updates-signup .popup-container-body {
        grid-template-columns:40% 1fr
    }
}

.ets-updates-signup .left-panel {
    background-color: #103d4b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-block:var(--spacing-32);padding-inline: var(--page-padding-inline)
}

.ets-updates-signup.toefl-signup .left-panel {
    background-color: var(--brand-periwinkle);
}

@media(min-width: 1025px) {
    .ets-updates-signup .left-panel {
        padding-block:6.5rem;
        padding-inline:var(--spacing-64)}
}

.ets-updates-signup .left-panel svg {
    block-size: 18rem;
    color: #4dd3fe;
    display: none;
    inline-size: 18rem
}

.ets-updates-signup .left-panel svg.toefl-brand-mark {
    color: #000;
}

.ets-updates-signup .left-panel svg>* {
    fill: currentcolor
}

@media(min-width: 1025px) {
    .ets-updates-signup .left-panel .brand-mark {
        display: block;
    }
    .ets-updates-signup.toefl-signup .left-panel .brand-mark {
        display: none;
    }
    .ets-updates-signup.toefl-signup .left-panel .toefl-brand-mark {
        display: block;
    }
}

.ets-updates-signup .left-panel p {
    color: #f2e9d8;
    font-family: var(--font-heading);
    font-size: var(--font-size-heading-xlarge);
    font-weight: var(--font-weight);
    line-height: var(--font-line-height-xtight);
    padding-bottom: 2rem
}
.ets-updates-signup .left-panel p {
    color: #f2e9d8;
    font-family: var(--font-heading);
    font-size: var(--font-size-heading-xlarge);
    font-weight: var(--font-weight);
    line-height: var(--font-line-height-xtight);
    padding-bottom: 2rem
}

.ets-updates-signup.toefl-signup .left-panel p {
    color: #000;
    font-family: var(--font-toefl-heading);
    font-weight: var(--font-weight-semibold);
}

@media(min-width: 1025px) {
    .ets-updates-signup .left-panel p {
        font-size:var(--font-size-heading-3xlarge);
        line-height: var(--font-line-height-3xtight)
    }
}

.ets-updates-signup .right-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-padding-before: var(--spacing-32);
    padding-block-start:var(--spacing-32);padding-inline: var(--page-padding-inline)
}

@media(min-width: 1025px) {
    .ets-updates-signup .right-panel {
        padding-block:var(--spacing-80);
        padding-inline:var(--spacing-80)}
}

.ets-updates-signup .form-content {
    margin-bottom: 1.5rem
}

.ets-updates-signup .form-thank-message {
    padding-top: 2rem
}

.ets-updates-signup .ets-updates-form-actions {
    margin-bottom: 1.5rem
}

.ets-updates-signup .button-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.ets-updates-signup .button-action .e-cta {
    --_text-color: var(--color-on-primary);
    --_background-color: var(--color-primary);
    --_border-color: var(--_background-color);
    background-color: var(--_background-color);
    border: 1px solid var(--_border-color);
    color: var(--_text-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: var(--font-body);
    font-size: var(--font-size-eyebrow-small);
    font-weight: var(--font-weight-semibold);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: var(--font-letter-spacing-loose);
    line-height: var(--font-line-height-3xtight);
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    padding-block:var(--spacing-16);padding-inline: var(--spacing-24);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0
}

.ets-updates-signup .button-action .e-cta:focus-within {
    outline: 2px solid var(--brand-midnight);
    outline-offset: 2px;
}
.ets-updates-signup .button-action .e-cta.active,
.ets-updates-signup .button-action .e-cta:hover,
.ets-updates-signup .button-action .e-cta:active {
    --_text-color: var(--brand-eggshell);
    --_background-color: var(--brand-midnight);
    --_border-color: var(--brand-midnight);
    -webkit-box-shadow: inset 0 0 0 1px var(--_border-color);
    box-shadow: inset 0 0 0 1px var(--_border-color);
    outline: none;
}
.ets-updates-signup.toefl-signup .button-action .e-cta {
    --_text-color: #FFF;
    --_background-color: var(--brand-duskwinkle);
    --_border-color: var(--brand-duskwinkle);
}
.ets-updates-signup.toefl-signup .button-action .e-cta:focus-within {
    outline: 2px solid var(--brand-duskwinkle);
}
.ets-updates-signup.toefl-signup .button-action .e-cta.active,
.ets-updates-signup.toefl-signup .button-action .e-cta:hover,
.ets-updates-signup.toefl-signup .button-action .e-cta:active {
    --_text-color: var(--brand-duskwinkle);
    --_background-color: #ffffffc0;
    --_border-color: var(--brand-duskwinkle);
    -webkit-box-shadow: inset 0 0 0 1px var(--_border-color);
    box-shadow: inset 0 0 0 1px var(--_border-color);
    outline: none;
}

.ets-updates-signup .button-action .cmp-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.ets-updates-signup .button-action .cmp-button.active {
    background-color: #000;
    color: #fff;
    pointer-events: none
}

.ets-updates-signup .mktoForm {
    padding: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%
}

.ets-updates-signup .mktoForm .mktoHtmlText {
    width: auto !important;
}

.ets-updates-signup .mktoForm .mktoHtmlText>span {
    padding-left: 0!important
}

.ets-updates-signup .mktoForm .mktoFormCol {
    width: 100%!important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ets-updates-signup .mktoForm .mktoCheckboxList {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: var(--spacing-12);
    -moz-column-gap: var(--spacing-12);
    column-gap: var(--spacing-12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block:var(--spacing-12);padding: 0;
    vertical-align: initial;
    border: none!important;
    float: none;
    width: 100%!important;
    margin-bottom: -1rem
}

.ets-updates-signup .mktoForm .mktoCheckboxList:hover,.ets-updates-signup .mktoForm .mktoCheckboxList:hover input+label {
    background-color: transparent!important;
    border: none!important;
    border-radius: 0;
    color: #000;
    vertical-align: initial
}

.ets-updates-signup .mktoForm .mktoCheckboxList>input {
    margin: 0;
    min-width: 24px;
}

.ets-updates-signup .mktoForm .mktoCheckboxList>input:focus-visible {
    outline: 1px solid #000!important;
    outline-offset: 2px
}

.ets-updates-signup .mktoForm .mktoCheckboxList>label {
    margin: 0;
    color: #000;
    padding: 0!important;
    border: none!important
}

.ets-updates-signup .mktoForm .mktoButtonRow {
    padding-top: 1.5rem
}

.ets-updates-signup .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    --_text-color: var(--color-on-primary);
    --_background-color: var(--color-primary);
    --_border-color: var(--_background-color);
    background-color: var(--_background-color);
    border: 1px solid var(--_border-color);
    color: var(--_text-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: var(--font-body);
    font-size: var(--font-size-eyebrow-small);
    font-weight: var(--font-weight-semibold);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: var(--font-letter-spacing-loose);
    line-height: var(--font-line-height-3xtight);
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    padding-block:var(--spacing-16);padding-inline: var(--spacing-24);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    background-image: none;
}

.ets-updates-signup .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus-within {
    outline: 2px solid var(--brand-midnight);
    outline-offset: 2px;
}

.ets-updates-signup .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover, 
.ets-updates-signup .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
    --_text-color: var(--brand-eggshell);
    --_background-color: var(--brand-midnight);
    --_border-color: var(--brand-midnight);
    -webkit-box-shadow: inset 0 0 0 1px var(--_border-color);
    box-shadow: inset 0 0 0 1px var(--_border-color);
    background-color: var(--_background-color);
    background-image: none;
    outline: none;
}

.ets-updates-signup.toefl-signup .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    --_text-color: #FFF;
    --_background-color: var(--brand-duskwinkle);
    --_border-color: var(--brand-duskwinkle);
}

.ets-updates-signup.toefl-signup .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus-within {
    outline: 2px solid var(--brand-duskwinkle);
}

.ets-updates-signup.toefl-signup .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover, 
.ets-updates-signup.toefl-signup .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
    --_text-color: var(--brand-duskwinkle);
    --_background-color: #FFF;
    --_border-color: var(--brand-duskwinkle);
    -webkit-box-shadow: inset 0 0 0 1px var(--_border-color);
    outline: none;
}

.ets-updates-signup.toefl-signup input[type="checkbox"] {
    border-color: var(--brand-duskwinkle) !important;
}

.ets-updates-signup input[type="checkbox"],
.ets-updates-signup input[type="checkbox"]:checked {
    content: none;
}

.ets-updates-signup input[type="checkbox"]:after {
    border-radius: 0px;
}

.ets-updates-signup.toefl-signup input[type="checkbox"]:checked {
    background: var(--brand-duskwinkle) !important;
}

@media(max-width: 1199px) {
    .ets-updates-signup .right-panel {
        padding:50px
    }

    .ets-updates-signup .left-panel {
        padding: 50px;
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
        min-width: 300px
    }
}

@media(max-width: 992px) {
    .ets-updates-signup .right-panel {
        padding:30px
    }

    .ets-updates-signup .popup-container {
        display: block
    }

    .ets-updates-signup .left-panel {
        padding: 20px 30px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .ets-updates-signup .left-panel p {
        padding-bottom: 0
    }

    .ets-updates-signup .left-panel figure {
        max-width: 100%;
        width: 5rem
    }
}

@media(max-width: 500px) {
    .ets-updates-signup .right-panel {
        padding: 20px
    }

    .ets-updates-signup .popup-container {
        display: block
    }

    .ets-updates-signup .left-panel {
        padding: 15px 20px
    }

    .ets-updates-signup .left-panel figure {
        width: 3.5rem
    }
}

@-webkit-keyframes signupFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes signupFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes signupMoveFromBtm {
    0% {
        -webkit-transform: translateY(101vh);
        transform: translateY(101vh)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes signupMoveFromBtm {
    0% {
        -webkit-transform: translateY(101vh);
        transform: translateY(101vh)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/* Master SignUp B2B and B2C */
.ets-updates-signup .hbspt-form {
    padding: 0;
    box-shadow: none;
    max-width: 100%;
}
.ets-updates-signup .hbspt-form .hs-form-field {
    margin-bottom: 25px;
}
.ets-updates-signup .hbspt-form .hs-form-field .hs-form-booleancheckbox {
    display: flex;
    padding-block: 12px;
    padding: 0;
    vertical-align: initial;
    border: none;
    float: none;
    width: 100%;
}
.ets-updates-signup .hbspt-form .hs-form-field .hs-form-booleancheckbox label, 
.ets-updates-signup .hbspt-form .hs-form-field .hs-form-booleancheckbox input, 
.ets-updates-signup .hbspt-form .hs-form-field .hs-form-booleancheckbox span {
    padding: 0;
    margin: 0 !important;
}
.ets-updates-signup .hbspt-form .hs-form-field .hs-form-booleancheckbox label {
    display: flex;
    column-gap: 12px;
}
.ets-updates-signup .hbspt-form .hs-form-field .hs-form-booleancheckbox span {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
}
.ets-updates-signup .hbspt-form .hs-form-field .hs-form-booleancheckbox input {
    min-width: 24px;
}
.ets-updates-signup .hbspt-form .hs-form-field .hs-form-booleancheckbox:hover {
    border-radius: 0;
    background-color: transparent;
}
.ets-updates-signup .hbspt-form .hs-form-field .hs-form-booleancheckbox .hs-input[type=checkbox] {
    content: none;
    border-color: #103D4B;
}
.ets-updates-signup .hbspt-form .hs-form-field .hs-form-booleancheckbox .hs-input[type=checkbox]::after {
    content: ' ';
    position: relative;
    left: 32%;
    top: 10%;
    width: 35%;
    height: 60%;
    border: solid #fff;
    border-width: 0px 3px 3px 0;
    transform: rotate(45deg);
    display: block;
    border-radius: 0px;
}
.ets-updates-signup .hbspt-form .hs-form-field .hs-form-booleancheckbox .hs-input[type=checkbox]:checked {
    color: white;
    border-radius: 4px;
    background: #103D4B;
}
.ets-updates-signup .hbspt-form .hs-submit {
    padding-top: 1.5rem;
}
.ets-updates-signup .hbspt-form .hs-button {
    margin: 0;
    padding: 16px 24px;
    font-size: 14px;
    line-height: 14px;
    background-color: #4dd3fe;
    border: none;
    color: #1a212b;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.ets-updates-signup .hbspt-form .hs-button:hover {
    box-shadow: inset 0 0 0 1px #103d4b;
    background-color: #103d4b;
    border: none;
    outline: none;
    color: #f2e9d8;
}
.ets-updates-signup .hbspt-form .hs-button:focus {
    box-shadow: 0 0 0 4px #1a212b;
    background-color: #4dd3fe;
    color: #1a212b;
    outline: 2px solid #fff;
    outline-offset: 0;
}
.ets-updates-signup .hbspt-form .hs-button:focus-visible {
    box-shadow: 0 0 0 4px #1a212b;
    background-color: #4dd3fe;
    color: #1a212b;
    outline: 2px solid #fff;
    outline-offset: 0;
}
.ets-updates-signup .hbspt-form .hs-form-field .hs-form-booleancheckbox .hs-input:focus-visible {
    outline: 1px solid #000;
    outline-offset: 2px;
}
.ets-updates-signup .hbspt-form .hs-error-msgs li{
    line-height: 32px;
}
/*TOEFL SignUp B2B and B2C */
.ets-updates-signup.toefl-signup .hbspt-form .hs-form-field .hs-form-booleancheckbox .hs-input[type=checkbox]:checked {
    background: #343579;
}
.ets-updates-signup.toefl-signup .hbspt-form .hs-button {
    background-color: #343579;
    border: 1px solid #343579;
    color: #fff;
}
.ets-updates-signup.toefl-signup .hbspt-form .hs-button:hover {
    box-shadow: inset 0 0 0 1px #343579;
    background-color: #fff;
    border-color: #343579;
    color: #343579;
}
.ets-updates-signup.toefl-signup .hbspt-form .hs-button:focus {
    box-shadow: 0 0 0 4px #343579;
    background-color: #343579;
    border: 1px solid #343579;
    color: #fff;
    outline: 2px solid #fff;
    outline-offset: 0;
}
.ets-updates-signup.toefl-signup .hbspt-form .hs-button:focus-visible {
     box-shadow: 0 0 0 4px #343579;
    background-color: #343579;
    border: 1px solid #343579;
    color: #fff;
    outline: 2px solid #fff;
    outline-offset: 0;
}
.ets-updates-form-actions.d-none + .form-wrap .form-wrap-inner .submitted-message {
    display: none;
}
