.cf7md-form .mdc-card {
    border-radius: calc(36px / 2) !important;
    border: solid 1px #dadce0 !important;
    box-shadow: none !important;
}
.cf7md-form .mdc-card > .cf7md-card-body > .mdc-layout-grid__inner > .svg-icon,
.cf7md-form .mdc-card > .cf7md-card-body > .mdc-layout-grid__inner > .material-icons
{
    color: var(--palette-text-dark);
    font-size: 24px;
    position: absolute;
    top: 11px;
    height: 24px;
}
@media (min-width: 840px) {
    .cf7md-form .mdc-card > .cf7md-card-body > .mdc-layout-grid__inner > .svg-icon,
    .cf7md-form .mdc-card > .cf7md-card-body > .mdc-layout-grid__inner > .material-icons
    {
        top: 19px;
    }
}
.cf7md-form .mdc-card > .cf7md-card-header > .cf7md-card-title {
    margin-left: 35px !important;
    color: var(--palette-text-dark) !important;
    font-size: 17px !important;
    line-height: 1.33 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    font-style: normal !important;
}
.no-card-icon > .cf7md-card > .mdc-card > .cf7md-card-header > .cf7md-card-title {
    margin-left: 0 !important;
}
@media (max-width: 781px) {
    .cf7md-form .mdc-card > .cf7md-card-header > .cf7md-card-title {
        font-size: 16px !important;
        line-height: 1.5 !important;
        font-weight: 500 !important;
        letter-spacing: 0.1px !important;
    }
}
.cf7md-card-body .mdc-layout-grid__cell > p:first-child {
    margin-top: 0;
}
.cf7md-card-body .mdc-layout-grid__cell > p:last-child {
    margin-bottom: 0;
}

.cf7md-form > .mdc-layout-grid > .mdc-layout-grid__inner {
    grid-gap: 24px;
}
.cf7md-form > .mdc-layout-grid > .mdc-layout-grid__inner .cf7md-card-body > .mdc-layout-grid__inner {
    grid-gap: 24px;
}

/*.cf7md-form .cf7md-item,*/
/*.cf7md-form input,*/
/*.cf7md-form label,*/
/*.cf7md-form textarea,*/
/*.cf7md-form p,*/
/*.cf7md-form .mdc-select,*/
/*.cf7md-form.cf7md-form+.wpcf7-response-output,*/
/*.cf7md-form .wpcf7-not-valid-tip,*/
/*.cf7md-form .cf7md-card-title,*/
/*.cf7md-form .cf7md-card-subtitle,*/
/*.cf7md-form .mdc-button,*/
/*.cf7md-form .mdc-floating-label,*/
/*.cf7md-form .mdc-text-field-helper-text,*/
/*.cf7md-form .mdc-text-field__input,*/
/*.cf7md-form .mdc-select__native-control,*/
/*.cf7md-form .mdc-form-field*/
/*{*/
/*    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;*/
/*    font-size: 16px;*/
/*    color: var(--mdc-theme-on-background) !important;*/
/*}*/

.cf7md-form .side-label {
    display: flex;
    align-items: center;
}
.cf7md-form .side-label > label {
    margin-right: 1em;
    color: var(--mdc-theme-on-surface) !important;
    font-size: 16px !important;
    white-space: nowrap;
    min-width: 130px;
}
.cf7md-form .side-label > .cf7md-item {
    display: contents;
}

.cf7md-form .mdc-text-field--textarea .mdc-floating-label {
    min-height: 20px;
}

.cf7md-form .cf7md-list > .cf7md-label {
    margin-bottom: calc(var(--seychelleszigetek-space-between-blocks) - 10px);
}

.cf7md-form .mdc-select--focused .mdc-select__dropdown-icon {
    bottom: 20px;
}

.cf7md-form .mdc-button {
    color: var(--palette-common-white) !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-radius: 100px !important;
    padding: 0 16px !important;
    background-color: var(--palette-primary-dark) !important;
    line-height: 37px !important;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}
.cf7md-form .mdc-button:hover {
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%) !important;
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1) !important;
    color: var(--palette-common-white) !important;
}

.wpcf7 form .wpcf7-response-output {
    padding: 1em !important;
    margin: 2em 0 0 0 !important;
    border: 1px solid var(--mdc-theme-primary) !important;
    border-radius: 8px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output
{
    border-color: var(--palette-error-dark) !important;
    color: var(--palette-error-dark) !important;
    font-weight: 600 !important;
}

.cf7md-form .wpcf7-not-valid-tip {
    padding: 0 !important;
    margin: 0.5em 0 0 0 !important;
    color: var(--palette-error-dark) !important;
    font-weight: 600;
}

.cf7md-submit {
    display: flex;
    align-items: center;
}

.mdc-floating-label {
    height: 20px;
}

.cf7md-form .mdc-button.wpcf7-submit,
.cf7md-form .mdc-button.wpcf7-submit:hover
{
    box-shadow: none !important;
}

.cf7md-item > hr {
    margin: 0;
}

.wpcf7-list-item > label > small {
    display: block;
    padding-top: 0.5em;
    color: var(--palette-text-secondary) !important;
}

.wpcf7-list-item > label > small > a {
    color: var(--mdc-theme-primary) !important;
    text-decoration: none;
}

.cf7md-form .icon-text-blocks {
    display: flex;
    gap: 2em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.cf7md-form .icon-text-blocks > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
.cf7md-form .icon-text-blocks > div > div {
    display: flex;
    gap: 0.5em;
    align-items: center;
}
.cf7md-form .icon-text-blocks > div > div > i {
    font-size: 36px;
    color: var(--palette-text-dark);
}
.cf7md-form .icon-text-blocks > div > div > h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 500 !important;
    color: var(--palette-text-dark);
}
.cf7md-form .icon-text-blocks > div > p {
    margin: 0;
    width: 100%;
}

@media (max-width: 600px) {
    .cf7md-form .icon-text-blocks {
        flex-direction: column;
        padding-left: 1em;
        padding-right: 1em;
    }
    .cf7md-form .icon-text-blocks > div {
        width: 100%;
    }
}

.wpcf7-form .ajanlatok-cont .cf7md-card-body > .mdc-layout-grid__inner > div:nth-last-child(4) {
    display: none !important;
}

.wpcf7-form .ajanlatok-cont .cf7md-card-body > .mdc-layout-grid__inner > div:nth-last-child(-n + 17) {
    display: none;
}
.wpcf7-form .ajanlatok-cont .cf7md-card-body > .mdc-layout-grid__inner > div:nth-last-child(1),
.wpcf7-form .ajanlatok-cont .cf7md-card-body > .mdc-layout-grid__inner > div:nth-last-child(2),
.wpcf7-form .ajanlatok-cont .cf7md-card-body > .mdc-layout-grid__inner > div:nth-last-child(3),
.wpcf7-form .ajanlatok-cont .cf7md-card-body > .mdc-layout-grid__inner > div.visible {
    display: block;
}

.cf7md-checkbox-label:has(i),
.cf7md-radio-label:has(i)
{
    padding-right: 75px;
    position: relative;
    width: 100%;
}
.cf7md-checkbox-label > i,
.cf7md-radio-label > i
{
    position: absolute;
    top: 0;
    right: 0;
    font-style: normal;
}
.cf7md-checkbox-label > i > i,
.cf7md-radio-label > i > i
{
    display: none;
}

.form-calculation-result {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.form-calculation-result,
.form-calculation-total
{
    margin-top: 20px;
}
.form-calculation-result .cf7md-card-body > .mdc-layout-grid__inner > div,
.form-calculation-total > div
{
    position: relative;
    /*margin-top: 20px;*/
}
/*.form-calculation-result .cf7md-card-body > .mdc-layout-grid__inner > .cf7md-item,*/
/*.form-calculation-result .cf7md-card-body > .mdc-layout-grid__inner > .wpcf7-list-item {*/
/*    margin-top: 20px !important;*/
/*}*/
.form-calculation-total > div {
    padding-right: 75px;
}
.form-calculation-result .cf7md-card-body > .mdc-layout-grid__inner > div > span:last-child,
.form-calculation-total > div > span:last-child,
.form-calculation-result .cf7md-card-body > .mdc-layout-grid__inner .cf7md-radio-label > span:last-child
{
    position: absolute;
    top: 0;
    right: 0;
}
.form-calculation-card-transfer .cf7md-card-body > .mdc-layout-grid__inner .cf7md-radio-label
{
    padding-top: 23px;
}
.form-calculation-card-transfer .cf7md-card-body > .mdc-layout-grid__inner .cf7md-radio-label > span:last-child
{
    right: unset;
    left: 35px;
    font-weight: 600;
}

.form-calculation-result .cf7md-card-body > .mdc-layout-grid__inner > hr:not(:first-child),
.form-calculation-total > hr:not(:first-child)
{
    margin-top: 1.5em;
}

/*
.less-button,
.less-button:hover,
.less-button:visited,
.more-button,
.more-button:hover,
.more-button:visited
{
    color: var(--mdc-theme-primary) !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}*/

.less-button {
    float: right;
}

.cf7md-card-body > .mdc-layout-grid__inner > .mdc-layout-grid__cell > p:not(:last-child),
.cf7md-card-body > .mdc-layout-grid__inner > .mdc-layout-grid__cell > .show-more > p:not(:last-child)
{
    margin-bottom: 10px;
}

.cf7md-form .cf7md-list .wpcf7-list-item,
.cf7md-form .cf7md-list .cf7md-radio-item,
.cf7md-form .cf7md-list .cf7md-checkbox-item,
.cf7md-form .cf7md-list .cf7md-switch-item
{
    margin-bottom: 20px;
}
/*.cf7md-form .cf7md-list .wpcf7-list-item:last-of-type,*/
/*.cf7md-form .cf7md-list .cf7md-radio-item:last-of-type,*/
/*.cf7md-form .cf7md-list .cf7md-checkbox-item:last-of-type,*/
/*.cf7md-form .cf7md-list .cf7md-switch-item:last-of-type*/
/*{*/
/*    margin-bottom: 0;*/
/*}*/

.show-more-content {
    flex-direction: column;
    gap: 5px;
}

.cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label:not(.mdc-floating-label--float-above),
.cf7md-form .mdc-select .mdc-floating-label:not(.mdc-floating-label--float-above)
{
    color: var(--palette-text-secondary) !important;
}

.wpcf7-textarea.mdc-text-field__input
{
    padding-top: 14px !important;
}

.cf7md-form .mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.cf7md-form .mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above
{
    font-size: 14px !important;
}

.wpcf7-form{
    margin-bottom: 0 !important;
}

.mdc-layout-grid__cell > .icon-text-blocks > div > p.is-style-body1:last-child {
    padding-left: 52px;
}

.wpcf7-form-control.wpcf7-radio.stars {
    display: flex;
    gap: 8px;
}
.wpcf7-form-control.wpcf7-radio.stars > .wpcf7-list-item {
    width: auto !important;
    margin-bottom: 0 !important;
}
.wpcf7-form-control.wpcf7-radio.stars > .wpcf7-list-item > .mdc-radio
{
    display: none !important;
}
.wpcf7-form-control.wpcf7-radio.stars > .wpcf7-list-item > .cf7md-radio-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
    font-size: 0px !important;
    cursor: pointer;
}
.wpcf7-form-control.wpcf7-radio.stars > .wpcf7-list-item > .cf7md-radio-label:before {
    content: url(/wp-content/uploads/ikon/star_24dp__FILL1_wght400_GRAD0_opsz24.svg);
    display: block;
    width: 20px;
    height: 20px;
    filter: var(--palette-filter-text-disabled) !important;
}
.wpcf7-form-control.wpcf7-radio.stars.val-1 > .wpcf7-list-item:nth-child(1) > .cf7md-radio-label:before,
.wpcf7-form-control.wpcf7-radio.stars.val-2 > .wpcf7-list-item:nth-child(1) > .cf7md-radio-label:before,
.wpcf7-form-control.wpcf7-radio.stars.val-2 > .wpcf7-list-item:nth-child(2) > .cf7md-radio-label:before,
.wpcf7-form-control.wpcf7-radio.stars.val-3 > .wpcf7-list-item:nth-child(1) > .cf7md-radio-label:before,
.wpcf7-form-control.wpcf7-radio.stars.val-3 > .wpcf7-list-item:nth-child(2) > .cf7md-radio-label:before,
.wpcf7-form-control.wpcf7-radio.stars.val-3 > .wpcf7-list-item:nth-child(3) > .cf7md-radio-label:before,
.wpcf7-form-control.wpcf7-radio.stars.val-4 > .wpcf7-list-item:nth-child(1) > .cf7md-radio-label:before,
.wpcf7-form-control.wpcf7-radio.stars.val-4 > .wpcf7-list-item:nth-child(2) > .cf7md-radio-label:before,
.wpcf7-form-control.wpcf7-radio.stars.val-4 > .wpcf7-list-item:nth-child(3) > .cf7md-radio-label:before,
.wpcf7-form-control.wpcf7-radio.stars.val-4 > .wpcf7-list-item:nth-child(4) > .cf7md-radio-label:before,
.wpcf7-form-control.wpcf7-radio.stars.val-5 > .wpcf7-list-item:nth-child(1) > .cf7md-radio-label:before,
.wpcf7-form-control.wpcf7-radio.stars.val-5 > .wpcf7-list-item:nth-child(2) > .cf7md-radio-label:before,
.wpcf7-form-control.wpcf7-radio.stars.val-5 > .wpcf7-list-item:nth-child(3) > .cf7md-radio-label:before,
.wpcf7-form-control.wpcf7-radio.stars.val-5 > .wpcf7-list-item:nth-child(4) > .cf7md-radio-label:before,
.wpcf7-form-control.wpcf7-radio.stars.val-5 > .wpcf7-list-item:nth-child(5) > .cf7md-radio-label:before
{
    filter: var(--palette-filter-warning-rating) !important;
}

.stars-display {
    display: flex;
    gap: 0;
    align-items: center;
}
.stars-display > span {
    display: flex;
}
.stars-display > img,
.stars-display > span > img {
    filter: var(--palette-filter-text-disabled) !important;
    height: 20px;
}
.stars-display.val-1 > img:nth-of-type(1),
.stars-display.val-2 > img:nth-of-type(1),
.stars-display.val-2 > img:nth-of-type(2),
.stars-display.val-3 > img:nth-of-type(1),
.stars-display.val-3 > img:nth-of-type(2),
.stars-display.val-3 > img:nth-of-type(3),
.stars-display.val-4 > img:nth-of-type(1),
.stars-display.val-4 > img:nth-of-type(2),
.stars-display.val-4 > img:nth-of-type(3),
.stars-display.val-4 > img:nth-of-type(4),
.stars-display.val-5 > img:nth-of-type(1),
.stars-display.val-5 > img:nth-of-type(2),
.stars-display.val-5 > img:nth-of-type(3),
.stars-display.val-5 > img:nth-of-type(4),
.stars-display.val-5 > img:nth-of-type(5)
{
    filter: var(--palette-filter-warning-rating) !important;
}
.stars-display.val-1 > span,
.stars-display.val-2 > span,
.stars-display.val-3 > span,
.stars-display.val-4 > span,
.stars-display.val-5 > span
{
    display: none !important;
}

.stars-display.val-1-0 > img:nth-of-type(1),
.stars-display.val-1-5 > img:nth-of-type(1),
.stars-display.val-1-5 > span:nth-of-type(2) > img,
.stars-display.val-2-0 > img:nth-of-type(1),
.stars-display.val-2-0 > img:nth-of-type(2),
.stars-display.val-2-5 > img:nth-of-type(1),
.stars-display.val-2-5 > img:nth-of-type(2),
.stars-display.val-2-5 > span:nth-of-type(3) > img,
.stars-display.val-3-0 > img:nth-of-type(1),
.stars-display.val-3-0 > img:nth-of-type(2),
.stars-display.val-3-0 > img:nth-of-type(3),
.stars-display.val-3-5 > img:nth-of-type(1),
.stars-display.val-3-5 > img:nth-of-type(2),
.stars-display.val-3-5 > img:nth-of-type(3),
.stars-display.val-3-5 > span:nth-of-type(4) > img,
.stars-display.val-4-0 > img:nth-of-type(1),
.stars-display.val-4-0 > img:nth-of-type(2),
.stars-display.val-4-0 > img:nth-of-type(3),
.stars-display.val-4-0 > img:nth-of-type(4),
.stars-display.val-4-5 > img:nth-of-type(1),
.stars-display.val-4-5 > img:nth-of-type(2),
.stars-display.val-4-5 > img:nth-of-type(3),
.stars-display.val-4-5 > img:nth-of-type(4),
.stars-display.val-4-5 > span:nth-of-type(5) > img,
.stars-display.val-5-0 > img:nth-of-type(1),
.stars-display.val-5-0 > img:nth-of-type(2),
.stars-display.val-5-0 > img:nth-of-type(3),
.stars-display.val-5-0 > img:nth-of-type(4),
.stars-display.val-5-0 > img:nth-of-type(5)
{
    filter: var(--palette-filter-warning-rating) !important;
}

.stars-display.val-1-0 > span:nth-of-type(1),
.stars-display.val-1-0 > span:nth-of-type(2),
.stars-display.val-1-0 > span:nth-of-type(3),
.stars-display.val-1-0 > span:nth-of-type(4),
.stars-display.val-1-0 > span:nth-of-type(5),
.stars-display.val-1-5 > span:nth-of-type(1),
.stars-display.val-1-5 > img:nth-of-type(2),
.stars-display.val-1-5 > span:nth-of-type(3),
.stars-display.val-1-5 > span:nth-of-type(4),
.stars-display.val-1-5 > span:nth-of-type(5),
.stars-display.val-2-0 > span:nth-of-type(1),
.stars-display.val-2-0 > span:nth-of-type(2),
.stars-display.val-2-0 > span:nth-of-type(3),
.stars-display.val-2-0 > span:nth-of-type(4),
.stars-display.val-2-0 > span:nth-of-type(5),
.stars-display.val-2-5 > span:nth-of-type(1),
.stars-display.val-2-5 > span:nth-of-type(2),
.stars-display.val-2-5 > img:nth-of-type(3),
.stars-display.val-2-5 > span:nth-of-type(4),
.stars-display.val-2-5 > span:nth-of-type(5),
.stars-display.val-3-0 > span:nth-of-type(1),
.stars-display.val-3-0 > span:nth-of-type(2),
.stars-display.val-3-0 > span:nth-of-type(3),
.stars-display.val-3-0 > span:nth-of-type(4),
.stars-display.val-3-0 > span:nth-of-type(5),
.stars-display.val-3-5 > span:nth-of-type(1),
.stars-display.val-3-5 > span:nth-of-type(2),
.stars-display.val-3-5 > span:nth-of-type(3),
.stars-display.val-3-5 > img:nth-of-type(4),
.stars-display.val-3-5 > span:nth-of-type(5),
.stars-display.val-4-0 > span:nth-of-type(1),
.stars-display.val-4-0 > span:nth-of-type(2),
.stars-display.val-4-0 > span:nth-of-type(3),
.stars-display.val-4-0 > span:nth-of-type(4),
.stars-display.val-4-0 > span:nth-of-type(5),
.stars-display.val-4-5 > span:nth-of-type(1),
.stars-display.val-4-5 > span:nth-of-type(2),
.stars-display.val-4-5 > span:nth-of-type(3),
.stars-display.val-4-5 > span:nth-of-type(4),
.stars-display.val-4-5 > img:nth-of-type(5),
.stars-display.val-5-0 > span:nth-of-type(1),
.stars-display.val-5-0 > span:nth-of-type(2),
.stars-display.val-5-0 > span:nth-of-type(3),
.stars-display.val-5-0 > span:nth-of-type(4),
.stars-display.val-5-0 > span:nth-of-type(5)
{
    display: none !important;
}

.cf7md-file > .cf7md-label--static,
.cf7md-file > .cf7md-file--label > .cf7md-file--btn,
.cf7md-file > .cf7md-file--label > .cf7md-file--value,
.cf7md-file > div > .mfcf7-zl-multiline-sample {
    display: none !important;
}
.cf7md-file > .cf7md-file--label > div  {
    margin-top: 0px !important;
}
.cf7md-file input[type=button].button-primary {
    color: var(--palette-common-white) !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-radius: 100px !important;
    padding: 0 16px !important;
    background-color: var(--palette-primary-dark) !important;
    line-height: 37px !important;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    outline: none;
    cursor: pointer;
    border: none !important;
    margin-top: 12px !important;
}
/*.cf7md-file .mfcf7-zl-multifile-name:not(:empty) {*/
/*    display: inline-block;*/
/*}*/

.codedropz-upload-handler {
    margin-bottom: 0 !important;
}

.velemeny-form .cf7md-radio
{
    height: 23px !important;
}

.velemeny-stat-cont {
    padding: 0 !important;
    margin-bottom: 40px !important;
}
.velemeny-stat-cont > div > div {
    width: 100%;
    display: flex;
    gap: 16px;
}
.velemeny-stat-cont > div > div > div:first-of-type {
    flex-grow: 1;
    padding: 16px 0 16px 16px;
}
.velemeny-stat-cont > div > div > div:last-of-type {
    gap: 8px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    padding: 16px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
.velemeny-stat-cont > div > div > div:last-of-type > div:first-of-type {
    line-height: 1;
    font-size: 55px;
    font-weight: 600;
}

.velemeny-hide-list .velemeny-cont > div:nth-of-type(2),
.velemeny-hide-list .velemeny-cont > div:nth-of-type(3),
.velemeny-hide-list .velemeny-cont > div.velemeny-load-more-cont
{
    display: none !important;
}
.velemeny-hide-list .velemeny-cont > div.velemeny-stat-cont
{
    margin-bottom: 0 !important;
}

.velemeny-simple-summary .velemeny-cont > div.velemeny-stat-cont
{
    border: none !important;
}
.velemeny-simple-summary .velemeny-cont > div.velemeny-stat-cont>div>div>div:first-of-type {
    padding: 0 !important;
}
.velemeny-simple-summary .velemeny-cont > div.velemeny-stat-cont>div>div>div:last-of-type {
    padding: 0 !important;
    background: none !important;
}

/*.codedropz-upload-inner {*/
/*    text-align: left;*/
/*}*/
.codedropz-upload-inner > div:first-of-type {
    font-size: 22px;
}
.codedropz-upload-inner > span {
    font-size: 14px;
}
.codedropz-upload-inner > .codedropz-btn-wrap {
    font-size: 14px;
}

.velemeny-count-order-cont {
    margin-bottom: 12px;
}
.velemeny-count-order-cont > div > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}
.velemeny-count-order-cont > div > div > div > select {
    border-radius: 100px;
    font-size: 14px;
    line-height: 1;
    padding: 4px 10px;
}

.cf7md-card-body .is-style-body1 > p:not(:last-of-type) {
    margin-bottom: 12px;
}
.cf7md-card-body .is-style-body1.show-more-content {
    margin-top: 12px;
}

.cf7md-form .mdc-card {
    background: transparent;
}

.borderless-form-card > .cf7md-card > .mdc-card {
    border: none !important;
    border-radius: 0 !important;
}
.borderless-form-card > .cf7md-card > .mdc-card > .cf7md-card-body {
    margin: 0 !important;
}
.borderless-form-card > .cf7md-card > .mdc-card > .cf7md-card-body .icon-text-blocks {
    padding: 0 !important;
}

.collapsed-form-card {
    cursor: pointer;
}
.collapsed-form-card:not(.opened) > .cf7md-card  > .mdc-card > .cf7md-card-body {
    height: 0;
    margin-bottom: 0 !important;
}
.collapsed-form-card > .cf7md-card  > .mdc-card > .cf7md-card-header > .cf7md-card-title {
    display: flex;
    justify-content: space-between;
}
.collapsed-form-card > .cf7md-card  > .mdc-card > .cf7md-card-header > .cf7md-card-title:after {
    content: url("/wp-content/uploads/2023/12/expand_less_FILL0_wght400_GRAD0_opsz24-cropped.svg");
    filter: var(--palette-filter-text-secondary);
    width: 12px;
}
.collapsed-form-card:not(.opened) > .cf7md-card  > .mdc-card > .cf7md-card-header > .cf7md-card-title:after {
    content: url("/wp-content/uploads/2023/12/expand_more_FILL0_wght400_GRAD0_opsz24-cropped.svg");
}

@media (min-width: 500px)
{
    .col-2-gap-20-on-desktop {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 20px;
    }
}

body.scroll-bottom-300 .hide-scroll-bottom-300 {display: none !important;}
body.scroll-bottom-305 .hide-scroll-bottom-305 {display: none !important;}
body.scroll-bottom-310 .hide-scroll-bottom-310 {display: none !important;}
body.scroll-bottom-315 .hide-scroll-bottom-315 {display: none !important;}