.elementor-33 .elementor-element.elementor-element-51caf38{--display:flex;--min-height:576px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-33 .elementor-element.elementor-element-51caf38 .elementor-background-slideshow__slide__image{background-position:center center;}.elementor-33 .elementor-element.elementor-element-ed593f1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-33 .elementor-element.elementor-element-aff3a53{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-33 .elementor-element.elementor-element-705aa30{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-33 .elementor-element.elementor-element-20fa03d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-33 .elementor-element.elementor-element-51caf38{--min-height:400px;}}@media(max-width:767px){.elementor-33 .elementor-element.elementor-element-51caf38{--min-height:200px;}}/* Start custom CSS for html, class: .elementor-element-3e28c2b */.conversation-section {
    position: relative;
    width: 100%;
    min-height: 760px;
    padding: 80px 50px 0 50px;
    background: #F8F6F0;
    overflow: hidden;
    font-family: "Work Sans", sans-serif;
}

.conversation-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.conversation-background img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center;
}

.conversation-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    min-height: 680px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.conversation-form-panel {
    width: 620px;
    min-height: 650px;
    padding: 42px 56px 38px 56px;
    background: #FFFFFF;
    border: 1px solid #E3E1D9;
}

.conversation-tag {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: 34px;
}

.conversation-tag-line {
    width: 58px;
    height: 2px;
    flex: 0 0 auto;
    background: #FEC700;
}

.conversation-tag-text {
    color: #02463E;
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.conversation-tag-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #FEC700;
}

.conversation-form-panel h2 {
    margin: 0 0 20px 0;
    color: #000000;
    font-family: "Fraunces", serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -1.4px;
}

.conversation-form-panel h2 span {
    display: block;
}

.conversation-intro {
    max-width: 500px;
    margin: 0 0 30px 0;
    color: #59635F;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

.conversation-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.conversation-field {
    width: 100%;
}

.conversation-field-full {
    grid-column: 1 / -1;
}

.conversation-field label {
    display: block;
    margin: 0 0 8px 0;
    color: #17201E;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.conversation-field label span {
    color: #FEC700;
}

.conversation-field input,
.conversation-field select,
.conversation-field textarea {
    width: 100%;
    margin: 0;
    padding: 14px 15px;
    border: 1px solid #D9D8D1;
    border-radius: 0;
    outline: none;
    background: #FFFFFF;
    color: #17201E;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    box-sizing: border-box;
}

.conversation-field input {
    height: 52px;
}

.conversation-field select {
    height: 52px;
    padding-right: 45px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.conversation-field textarea {
    min-height: 108px;
    resize: vertical;
}

.conversation-field input::placeholder,
.conversation-field textarea::placeholder {
    color: #737B77;
    opacity: 1;
}

.conversation-select-wrap {
    position: relative;
    width: 100%;
}

.conversation-select-wrap i {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #02463E;
    font-size: 14px;
    pointer-events: none;
}

.conversation-submit-wrap {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 2px;
}

.conversation-submit,
.conversation-submit:visited,
.conversation-submit:hover,
.conversation-submit:focus,
.conversation-submit:active {
    width: 100%;
    min-height: 56px;
    padding: 0 22px;
    border: 1px solid #02463E;
    border-radius: 0;
    outline: none;
    background: #02463E;
    color: #FFFFFF !important;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: none;
}

.conversation-submit span,
.conversation-submit:hover span,
.conversation-submit:focus span,
.conversation-submit:active span {
    color: #FFFFFF !important;
}

.conversation-submit i,
.conversation-submit:hover i,
.conversation-submit:focus i,
.conversation-submit:active i {
    margin-left: 12px;
    color: #FFFFFF !important;
}

.conversation-note {
    grid-column: 1 / -1;
    margin: -2px 0 0 0;
    color: #737B77;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

@media (min-width: 1440px) {
    .conversation-section {
        min-height: 820px;
        padding: 90px 50px 0 50px;
    }

    .conversation-container {
        max-width: 1500px;
        min-height: 720px;
    }

    .conversation-form-panel {
        width: 680px;
        min-height: 690px;
        padding: 48px 62px 42px 62px;
    }

    .conversation-tag {
        margin-bottom: 38px;
    }

    .conversation-tag-line {
        width: 66px;
    }

    .conversation-tag-text {
        font-size: 15px;
        letter-spacing: 4px;
    }

    .conversation-form-panel h2 {
        font-size: 56px;
        margin-bottom: 22px;
    }

    .conversation-intro {
        max-width: 540px;
        margin-bottom: 34px;
        font-size: 16px;
    }

    .conversation-form {
        gap: 18px;
    }

    .conversation-field input,
    .conversation-field select {
        height: 54px;
    }

    .conversation-field textarea {
        min-height: 116px;
    }

    .conversation-submit {
        min-height: 58px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .conversation-section {
        min-height: 760px;
        padding: 50px 30px 0 30px;
    }

    .conversation-container {
        min-height: 680px;
        justify-content: flex-end;
    }

    .conversation-form-panel {
        width: 58%;
        min-height: 640px;
        padding: 36px 38px 34px 38px;
    }

    .conversation-tag {
        gap: 12px;
        margin-bottom: 28px;
    }

    .conversation-tag-line {
        width: 50px;
    }

    .conversation-tag-text {
        font-size: 16px;
        letter-spacing: 2.8px;
    }

    .conversation-form-panel h2 {
        font-size: 40px;
        line-height: 1.05;
        letter-spacing: -0.8px;
    }

    .conversation-intro {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 26px;
    }

    .conversation-form {
        gap: 14px;
    }

    .conversation-field label {
        font-size: 16px;
    }

    .conversation-field input,
    .conversation-field select {
        height: 50px;
        padding: 12px 14px;
    }

    .conversation-field textarea {
        min-height: 100px;
    }

    .conversation-submit {
        min-height: 54px;
    }
}

@media (max-width: 767px) {
    .conversation-section {
        min-height: auto;
        padding: 30px 10px 0 10px;
        background: #F8F6F0;
    }

    .conversation-background {
        position: relative;
        height: 300px;
    }

    .conversation-background img {
        height: 300px;
        object-position: center;
    }

    .conversation-container {
        min-height: auto;
        margin: 0;
        justify-content: stretch;
        align-items: stretch;
    }

    .conversation-form-panel {
        width: 100%;
        min-height: auto;
        padding: 30px 20px 28px 20px;
        border-top: 0;
    }

    .conversation-tag {
        gap: 10px;
        margin-bottom: 26px;
    }

    .conversation-tag-line {
        width: 42px;
    }

    .conversation-tag-text {
        font-size: 16px;
        letter-spacing: 2px;
        white-space: normal;
    }

    .conversation-tag-dot {
        width: 9px;
        height: 9px;
    }

    .conversation-form-panel h2 {
        margin-bottom: 18px;
        font-size: 32px;
        line-height: 1.08;
        letter-spacing: -0.5px;
    }

    .conversation-intro {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 1.6;
    }

    .conversation-form {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .conversation-field-full {
        grid-column: auto;
    }

    .conversation-field label {
        margin-bottom: 7px;
        font-size: 16px;
    }

    .conversation-field input,
    .conversation-field select {
        height: 50px;
        font-size: 16px;
    }

    .conversation-field textarea {
        min-height: 110px;
        font-size: 16px;
    }

    .conversation-submit-wrap {
        grid-column: auto;
        margin-top: 3px;
    }

    .conversation-submit {
        min-height: 54px;
        font-size: 16px;
    }

    .conversation-note {
        grid-column: auto;
        font-size: 16px;
        line-height: 1.5;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ada5cb */.help-services-section {
    width: 100%;
    background: #F8F6F0;
    padding: 80px 50px 0 50px;
    box-sizing: border-box;
}

.help-services-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 70px;
    box-sizing: border-box;
}

.help-intro-column {
    width: 100%;
    padding: 10px 35px 0 0;
    box-sizing: border-box;
}

.help-section-tag {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 42px;
}

.help-tag-line {
    width: 68px;
    height: 2px;
    background: #FEC700;
    display: block;
    flex-shrink: 0;
}

.help-tag-text {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #02463E;
    white-space: nowrap;
}

.help-tag-dot {
    width: 10px;
    height: 10px;
    background: #FEC700;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
}

.help-intro-column h2 {
    margin: 0;
    color: #000000;
    font-family: "Fraunces", serif;
    font-size: 58px;
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -2px;
}

.help-intro-column h2 span {
    display: block;
}

.help-intro-text {
    max-width: 590px;
    margin: 38px 0 0 0;
    color: #59635F;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

.help-gold-divider {
    width: 62px;
    height: 3px;
    background: #FEC700;
    display: block;
    margin-top: 46px;
}

.help-statistics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 34px;
    width: 100%;
}

.help-stat {
    min-height: 125px;
    padding: 0 25px;
    border-right: 1px solid #D9D8D0;
    box-sizing: border-box;
}

.help-stat:first-child {
    padding-left: 0;
}

.help-stat:last-child {
    border-right: 0;
}

.help-stat strong {
    display: block;
    color: #02463E;
    font-family: "Fraunces", serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
}

.help-stat span {
    display: block;
    margin-top: 18px;
    color: #59635F;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.help-services-column {
    width: 100%;
    border-left: 1px solid #D9D8D0;
    padding-left: 68px;
    box-sizing: border-box;
}

.help-service-item {
    width: 100%;
    min-height: 170px;
    display: grid;
    grid-template-columns: 125px 3px minmax(0, 1fr) 38px;
    align-items: center;
    column-gap: 28px;
    border-bottom: 1px solid #D9D8D0;
    text-decoration: none !important;
    box-sizing: border-box;
}

.help-service-item:first-child {
    padding-top: 0;
}

.help-service-icon {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: #EDF0E9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #02463E;
    font-size: 42px;
    box-sizing: border-box;
}

.help-service-line {
    width: 3px;
    height: 108px;
    background: #FEC700;
    display: block;
}

.help-service-content {
    min-width: 0;
}

.help-service-content h3 {
    margin: 0;
    color: #000000;
    font-family: "Fraunces", serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.05;
}

.help-service-content p {
    max-width: 450px;
    margin: 13px 0 0 0;
    color: #59635F;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.help-service-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #02463E;
    font-size: 22px;
}

.help-services-bottom {
    padding-top: 34px;
}

.help-main-button,
.help-main-button:visited,
.help-main-button:hover,
.help-main-button:focus,
.help-main-button:active {
    width: 440px;
    min-height: 58px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    box-sizing: border-box;
    background: #02463E !important;
    border: 1px solid #02463E !important;
    color: #FFFFFF !important;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
}

.help-main-button span,
.help-main-button:hover span,
.help-main-button:focus span,
.help-main-button:active span,
.help-main-button i,
.help-main-button:hover i,
.help-main-button:focus i,
.help-main-button:active i {
    color: #FFFFFF !important;
}

.help-service-item,
.help-service-item *,
.help-service-item:hover,
.help-service-item:hover *,
.help-service-item:focus,
.help-service-item:focus *,
.help-service-item:active,
.help-service-item:active *,
.help-service-item:visited,
.help-service-item:visited * {
    text-decoration: none !important;
}

@media (min-width: 1440px) {
    .help-services-section {
        padding: 90px 50px 0 50px;
    }

    .help-services-container {
        max-width: 1500px;
        gap: 85px;
    }

    .help-intro-column {
        padding-right: 45px;
    }

    .help-section-tag {
        margin-bottom: 46px;
    }

    .help-tag-line {
        width: 72px;
    }

    .help-intro-column h2 {
        font-size: 64px;
        letter-spacing: -2.5px;
    }

    .help-intro-text {
        max-width: 620px;
        font-size: 18px;
        margin-top: 40px;
    }

    .help-gold-divider {
        margin-top: 50px;
    }

    .help-statistics {
        margin-top: 38px;
    }

    .help-stat strong {
        font-size: 48px;
    }

    .help-services-column {
        padding-left: 76px;
    }

    .help-service-item {
        min-height: 180px;
        grid-template-columns: 130px 3px minmax(0, 1fr) 40px;
        column-gap: 30px;
    }

    .help-service-icon {
        width: 116px;
        height: 116px;
        font-size: 44px;
    }

    .help-service-line {
        height: 112px;
    }

    .help-service-content h3 {
        font-size: 36px;
    }

    .help-service-content p {
        font-size: 16px;
    }

    .help-main-button {
        width: 460px;
        min-height: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .help-services-section {
        padding: 50px 30px 0 30px;
    }

    .help-services-container {
        grid-template-columns: 1fr;
        gap: 55px;
        max-width: 900px;
    }

    .help-intro-column {
        padding-right: 0;
    }

    .help-section-tag {
        margin-bottom: 30px;
    }

    .help-intro-column h2 {
        font-size: 46px;
        letter-spacing: -1.5px;
    }

    .help-intro-text {
        max-width: 700px;
        margin-top: 28px;
        font-size: 16px;
    }

    .help-gold-divider {
        margin-top: 35px;
    }

    .help-statistics {
        max-width: 650px;
        margin-top: 28px;
    }

    .help-stat {
        min-height: 105px;
        padding: 0 20px;
    }

    .help-stat strong {
        font-size: 38px;
    }

    .help-stat span {
        font-size: 16px;
        margin-top: 14px;
    }

    .help-services-column {
        border-left: 0;
        border-top: 1px solid #D9D8D0;
        padding-left: 0;
        padding-top: 15px;
    }

    .help-service-item {
        min-height: 150px;
        grid-template-columns: 100px 3px minmax(0, 1fr) 35px;
        column-gap: 22px;
    }

    .help-service-icon {
        width: 92px;
        height: 92px;
        font-size: 34px;
    }

    .help-service-line {
        height: 90px;
    }

    .help-service-content h3 {
        font-size: 28px;
    }

    .help-service-content p {
        font-size: 16px;
        max-width: 500px;
    }

    .help-main-button {
        width: 360px;
        min-height: 56px;
    }
}

@media (max-width: 767px) {
    .help-services-section {
        padding: 30px 10px 0 10px;
    }

    .help-services-container {
        display: block;
        max-width: 100%;
    }

    .help-intro-column {
        padding: 0;
    }

    .help-section-tag {
        gap: 11px;
        margin-bottom: 28px;
    }

    .help-tag-line {
        width: 42px;
        height: 2px;
    }

    .help-tag-text {
        font-size: 16px;
        letter-spacing: 2.5px;
        white-space: normal;
    }

    .help-tag-dot {
        width: 9px;
        height: 9px;
    }

    .help-intro-column h2 {
        font-size: 34px;
        line-height: 1;
        letter-spacing: -1px;
    }

    .help-intro-text {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.6;
    }

    .help-gold-divider {
        width: 50px;
        height: 2px;
        margin-top: 30px;
    }

    .help-statistics {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 26px;
    }

    .help-stat {
        min-height: 95px;
        padding: 0 10px;
    }

    .help-stat:first-child {
        padding-left: 0;
    }

    .help-stat strong {
        font-size: 28px;
    }

    .help-stat span {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.35;
        letter-spacing: 1px;
    }

    .help-services-column {
        margin-top: 45px;
        border-left: 0;
        border-top: 1px solid #D9D8D0;
        padding: 10px 0 0 0;
    }

    .help-service-item {
        min-height: auto;
        padding: 24px 0;
        grid-template-columns: 62px 2px minmax(0, 1fr) 25px;
        column-gap: 13px;
    }

    .help-service-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .help-service-line {
        width: 2px;
        height: 72px;
    }

    .help-service-content h3 {
        font-size: 25px;
        line-height: 1.05;
    }

    .help-service-content p {
        margin-top: 9px;
        font-size: 16px;
        line-height: 1.45;
    }

    .help-service-arrow {
        font-size: 18px;
    }

    .help-services-bottom {
        padding-top: 25px;
    }

    .help-main-button {
        width: 100%;
        min-height: 54px;
        padding: 0 18px;
        gap: 18px;
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9d72bb */.why-speak-section {
    width: 100%;
    background: #F8F6F0;
    padding: 80px 50px 0 50px;
    margin: 0;
}

.why-speak-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    column-gap: 70px;
    align-items: stretch;
}

.why-speak-intro {
    width: 100%;
    padding: 5px 45px 0 0;
    margin: 0;
    border-right: 1px solid #D9D8D1;
}

.why-speak-tag {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin: 0 0 45px 0;
    padding: 0;
}

.why-speak-tag-line {
    width: 70px;
    height: 2px;
    background: #FEC700;
    display: block;
    flex: 0 0 auto;
}

.why-speak-tag-text {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #02463E;
    white-space: nowrap;
}

.why-speak-tag-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #FEC700;
    display: block;
    flex: 0 0 auto;
}

.why-speak-intro h2 {
    margin: 0 0 30px 0;
    padding: 0;
    font-family: "Fraunces", serif;
    font-size: 58px;
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -1.8px;
    color: #000000;
}

.why-speak-intro h2 span {
    display: block;
    color: #000000;
}

.why-speak-description {
    max-width: 610px;
    margin: 0;
    padding: 0;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #59635F;
}

.why-speak-reasons {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0;
}

.why-speak-reason {
    width: 100%;
    min-height: 205px;
    display: grid;
    grid-template-columns: 110px 1fr;
    column-gap: 35px;
    align-items: center;
    padding: 25px 0;
    margin: 0;
    border-bottom: 1px solid #D9D8D1;
}

.why-speak-reason:first-child {
    padding-top: 0;
}

.why-speak-reason:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.why-speak-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #EEF0EA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.why-speak-icon i {
    font-size: 40px;
    color: #02463E;
    line-height: 1;
}

.why-speak-reason-content {
    width: 100%;
    padding: 0;
    margin: 0;
}

.why-speak-reason-content h3 {
    margin: 0 0 12px 0;
    padding: 0;
    font-family: "Fraunces", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.15;
    color: #000000;
}

.why-speak-reason-content p {
    max-width: 600px;
    margin: 0;
    padding: 0;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #59635F;
}

@media (min-width: 1440px) {

    .why-speak-section {
        padding: 90px 50px 0 50px;
    }

    .why-speak-container {
        max-width: 1500px;
        column-gap: 85px;
    }

    .why-speak-intro {
        padding-right: 60px;
    }

    .why-speak-tag {
        margin-bottom: 50px;
    }

    .why-speak-tag-line {
        width: 76px;
    }

    .why-speak-tag-text {
        font-size: 16px;
        letter-spacing: 4.5px;
    }

    .why-speak-tag-dot {
        width: 17px;
        height: 17px;
    }

    .why-speak-intro h2 {
        font-size: 64px;
        line-height: 1;
        letter-spacing: -2px;
        margin-bottom: 34px;
    }

    .why-speak-description {
        font-size: 16px;
        line-height: 1.78;
    }

    .why-speak-reason {
        min-height: 220px;
        grid-template-columns: 120px 1fr;
        column-gap: 38px;
    }

    .why-speak-icon {
        width: 120px;
        height: 120px;
    }

    .why-speak-icon i {
        font-size: 42px;
    }

    .why-speak-reason-content h3 {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .why-speak-reason-content p {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .why-speak-section {
        padding: 50px 30px 0 30px;
    }

    .why-speak-container {
        max-width: 100%;
        grid-template-columns: 0.85fr 1.15fr;
        column-gap: 35px;
    }

    .why-speak-intro {
        padding-right: 30px;
    }

    .why-speak-tag {
        gap: 14px;
        margin-bottom: 32px;
    }

    .why-speak-tag-line {
        width: 52px;
    }

    .why-speak-tag-text {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .why-speak-tag-dot {
        width: 14px;
        height: 14px;
    }

    .why-speak-intro h2 {
        font-size: 42px;
        line-height: 1.04;
        letter-spacing: -1px;
        margin-bottom: 24px;
    }

    .why-speak-description {
        font-size: 16px;
        line-height: 1.7;
    }

    .why-speak-reason {
        min-height: 175px;
        grid-template-columns: 78px 1fr;
        column-gap: 24px;
        padding: 22px 0;
    }

    .why-speak-icon {
        width: 78px;
        height: 78px;
    }

    .why-speak-icon i {
        font-size: 30px;
    }

    .why-speak-reason-content h3 {
        font-size: 27px;
        margin-bottom: 9px;
    }

    .why-speak-reason-content p {
        font-size: 16px;
        line-height: 1.55;
    }
}

@media (max-width: 767px) {

    .why-speak-section {
        padding: 30px 10px 0 10px;
    }

    .why-speak-container {
        display: block;
        max-width: 100%;
        padding: 0;
    }

    .why-speak-intro {
        padding: 0 0 35px 0;
        margin: 0 0 35px 0;
        border-right: 0;
        border-bottom: 1px solid #D9D8D1;
    }

    .why-speak-tag {
        gap: 11px;
        margin-bottom: 28px;
    }

    .why-speak-tag-line {
        width: 42px;
        height: 2px;
    }

    .why-speak-tag-text {
        font-size: 16px;
        letter-spacing: 2.4px;
        white-space: normal;
    }

    .why-speak-tag-dot {
        width: 13px;
        height: 13px;
    }

    .why-speak-intro h2 {
        font-size: 34px;
        line-height: 1.06;
        letter-spacing: -0.8px;
        margin-bottom: 22px;
    }

    .why-speak-description {
        font-size: 16px;
        line-height: 1.7;
    }

    .why-speak-reasons {
        width: 100%;
    }

    .why-speak-reason {
        min-height: 0;
        grid-template-columns: 72px 1fr;
        column-gap: 20px;
        align-items: center;
        padding: 25px 0;
    }

    .why-speak-reason:first-child {
        padding-top: 0;
    }

    .why-speak-reason:last-child {
        padding-bottom: 0;
    }

    .why-speak-icon {
        width: 72px;
        height: 72px;
    }

    .why-speak-icon i {
        font-size: 28px;
    }

    .why-speak-reason-content h3 {
        font-size: 24px;
        line-height: 1.15;
        margin-bottom: 8px;
    }

    .why-speak-reason-content p {
        font-size: 16px;
        line-height: 1.55;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-641d5fe */.locations-section {
    width: 100%;
    background: #F8F6F0;
    padding: 80px 50px 0 50px;
    box-sizing: border-box;
}

.locations-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.locations-header {
    width: 100%;
    text-align: center;
    margin-bottom: 48px;
}

.locations-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 22px;
}

.locations-tag-line {
    width: 60px;
    height: 2px;
    background: #FEC700;
    flex: 0 0 auto;
}

.locations-tag-text {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #02463E;
}

.locations-tag-dot {
    width: 10px;
    height: 10px;
    background: #FEC700;
    border-radius: 50%;
    flex: 0 0 auto;
}

.locations-header h2 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.08;
    color: #000000;
}

.locations-layout {
    display: grid;
    grid-template-columns: 34% 66%;
    width: 100%;
    min-height: 650px;
    border: 1px solid #E3E1D9;
    background: #FFFFFF;
}

.locations-panel {
    padding: 46px 42px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.locations-panel-tag {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.locations-panel-line {
    width: 48px;
    height: 2px;
    background: #FEC700;
    flex: 0 0 auto;
}

.locations-panel-tag span:last-child {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #02463E;
}

.locations-panel h3 {
    margin: 0 0 22px 0;
    font-family: "Fraunces", serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.08;
    color: #000000;
}

.locations-description {
    margin: 0 0 30px 0;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #59635F;
}

.location-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.location-item,
.location-item:visited,
.location-item:hover,
.location-item:focus,
.location-item:active {
    width: 100%;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #E3E1D9;
    box-sizing: border-box;
    text-decoration: none !important;
    color: #000000 !important;
    background: transparent !important;
}

.location-item:first-child {
    padding-top: 4px;
}

.location-item:last-child {
    border-bottom: 0;
}

.location-icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F3ED;
    border-radius: 50%;
    box-sizing: border-box;
}

.location-icon i {
    font-size: 24px;
    color: #02463E;
}

.location-content {
    min-width: 0;
}

.location-content h4 {
    margin: 0 0 7px 0;
    font-family: "Fraunces", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
}

.location-content p {
    margin: 0;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #59635F;
}

.location-arrow {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-arrow i {
    font-size: 18px;
    color: #02463E;
}

.locations-map {
    width: 100%;
    min-height: 650px;
    background: #E3E1D9;
    overflow: hidden;
}

.locations-map iframe {
    width: 100%;
    height: 100%;
    min-height: 650px;
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
}

@media (min-width: 1440px) {
    .locations-section {
        padding: 90px 50px 0 50px;
    }

    .locations-container {
        max-width: 1500px;
    }

    .locations-header {
        margin-bottom: 52px;
    }

    .locations-header h2 {
        font-size: 56px;
    }

    .locations-layout {
        grid-template-columns: 34% 66%;
        min-height: 700px;
    }

    .locations-panel {
        padding: 52px 48px;
    }

    .locations-panel h3 {
        font-size: 46px;
    }

    .locations-description {
        line-height: 1.75;
        margin-bottom: 34px;
    }

    .location-item {
        grid-template-columns: 66px minmax(0, 1fr) 36px;
        gap: 20px;
        padding: 22px 0;
    }

    .location-icon {
        width: 66px;
        height: 66px;
    }

    .location-content h4 {
        font-size: 26px;
    }

    .locations-map,
    .locations-map iframe {
        min-height: 700px;
    }
}

@media (max-width: 1024px) {
    .locations-section {
        padding: 50px 30px 0 30px;
    }

    .locations-header {
        margin-bottom: 38px;
    }

    .locations-header h2 {
        font-size: 40px;
    }

    .locations-layout {
        grid-template-columns: 40% 60%;
        min-height: 600px;
    }

    .locations-panel {
        padding: 34px 28px;
    }

    .locations-panel h3 {
        font-size: 34px;
    }

    .locations-description {
        font-size: 16px;
        line-height: 1.65;
        margin-bottom: 24px;
    }

    .location-item,
    .location-item:visited,
    .location-item:hover,
    .location-item:focus,
    .location-item:active {
        grid-template-columns: 52px minmax(0, 1fr) 28px;
        gap: 14px;
        padding: 17px 0;
    }

    .location-icon {
        width: 52px;
        height: 52px;
    }

    .location-icon i {
        font-size: 20px;
    }

    .location-content h4 {
        font-size: 21px;
    }

    .location-content p {
        font-size: 16px;
        line-height: 1.45;
    }

    .location-arrow i {
        font-size: 16px;
    }

    .locations-map,
    .locations-map iframe {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .locations-section {
        padding: 30px 10px 0 10px;
    }

    .locations-header {
        text-align: left;
        margin-bottom: 30px;
    }

    .locations-tag {
        justify-content: flex-start;
        gap: 14px;
        margin-bottom: 18px;
    }

    .locations-tag-line {
        width: 44px;
    }

    .locations-tag-text {
        font-size: 16px;
        letter-spacing: 2.5px;
    }

    .locations-tag-dot {
        width: 9px;
        height: 9px;
    }

    .locations-header h2 {
        font-size: 32px;
        line-height: 1.1;
    }

    .locations-layout {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .locations-panel {
        padding: 28px 20px 24px 20px;
    }

    .locations-panel-tag {
        margin-bottom: 20px;
    }

    .locations-panel-tag span:last-child {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .locations-panel h3 {
        font-size: 30px;
        line-height: 1.1;
        margin-bottom: 18px;
    }

    .locations-description {
        font-size: 16px;
        line-height: 1.65;
        margin-bottom: 24px;
    }

    .location-item,
    .location-item:visited,
    .location-item:hover,
    .location-item:focus,
    .location-item:active {
        grid-template-columns: 50px minmax(0, 1fr) 28px;
        gap: 14px;
        padding: 17px 0;
    }

    .location-item:first-child {
        padding-top: 0;
    }

    .location-icon {
        width: 50px;
        height: 50px;
    }

    .location-icon i {
        font-size: 19px;
    }

    .location-content h4 {
        font-size: 21px;
        margin-bottom: 6px;
    }

    .location-content p {
        font-size: 16px;
        line-height: 1.45;
    }

    .location-arrow i {
        font-size: 17px;
    }

    .locations-map {
        width: 100%;
        min-height: 420px;
    }

    .locations-map iframe {
        width: 100%;
        min-height: 420px;
        height: 420px;
    }
}/* End custom CSS */