@charset "UTF-8";

/* from PAGE CSS */
.wp-block-columns.elements-container {
    margin: auto;
}

.typing-text-effects .wp-block-heading>strong {
    color: #002fa6;
}

.typing-text-effects .wp-block-heading>strong::after {
    content: "|";
    color: #002fa6a1;
    animation-name: typing;
    animation-duration: .5s;
    animation-iteration-count: infinite;
}

.typing-text-effects .wp-block-heading>strong.cursor::after {
    animation: none;
}

@keyframes typing {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.typing-text-effects {
    background-color: #f6f2ed;
}

p.typing-effect.container {
    max-width: 600px;
    margin: auto;
}

.container .typing {
    overflow: hidden;
}

.wp-block-heading.typing {
    font-size: 2rem;
}

.container .typing span.typed-text {
    font: inherit;
    color: #90508D;
    margin-left: .25em;
}

.container .typing span.cursor {
    display: inline-block;
    vertical-align: text-bottom;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 2px;
    height: 1em;
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
}

.container .typing span.cursor.typing {
    animation: none;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }

    49% {
        background-color: #ccc;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #ccc;
    }
}

/* GLOBAL */
.data-hidden,
.hidden-element {
    display: none;
}

/* main elements */
main section {
    border: 1px dashed green;
}

main.site-main {
    position: relative;
}

main section.fool-width {
    max-width: none;
}

main section.alignwide>div {
    max-width: 1440px;
    margin: auto;
}

body.home main#main {
    border: none;
}

.at-heading {
    font-size: 48px;
    line-height: 1.4;
    text-transform: none;
    margin-top: .75em;
    text-align: center;
}

.at-heading strong {
    color: #0F468A;
}

.at-heading-lite {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

/* test */
#progress-2 {
    background-color: #f6f2ed;
    padding: 2rem;
}

body .section-our-process#progress-2 .js-inner {
    background-color: #f6f2ed;
}

div.entry-content> :nth-child(n) {
    margin-top: 6rem;
    margin-bottom: 6rem
}

.wp-block-columns.alignwide.is-layout-flex {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.at-call-to-action-1 {
    margin: 2rem auto;
}

.at-call-to-action-1 hr.wp-block-separator {
    width: 100%;
}

.at-call-to-action-1.wp-block-columns.alignwide.is-layout-flex>div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.at-call-to-action-1 div.wp-block-button.has-custom-width a.wp-block-button__link {
    display: block;
    width: max-content;
    padding: 1em 2em;
    margin: auto;
    cursor: pointer;
    background: #444 !important;
}

.at-call-to-action-1 ul {
    list-style: disc;
}

.at-call-to-action-1 ul li {
    margin-bottom: 1em;
}

/*  */

body.page .text-and-button-block {
    text-align: center;
}

body.page .text-and-button-block .wp-block-button>a {
    padding: 1em 2em;
    background-color: green !important;
    max-width: max-content;
}

body.page .text-and-button-block h2.wp-block-heading {
    color: #007bff;
}

/*  */
figure.wp-block-gallery.alignwide.has-nested-images.columns-2.is-cropped.is-layout-flex {
    display: flex;
    justify-content: center;
    margin: 2em auto;
    max-width: 1024px;
    flex-wrap: wrap;
    gap: 0;
}

figure.wp-block-gallery.alignwide.has-nested-images.columns-2.is-cropped.is-layout-flex>figure {
    flex-basis: 50%;
    padding: 4px;
}

/*  */
section.field-block {
    max-width: 600px;
    margin: 2em auto;
}

/* SECTION HELLO */
.section-hello>div {
    padding-top: 0;
    padding-bottom: 0;
}

.section-hello h2 {
    font-size: 18px;
    text-align: left;
    color: #0F468A;
}

.section-hello h3 {
    font-size: 46px;
    line-height: 1.4;
    text-align: left;
}

.button-type-1 a {
    background: #90508D;
    padding: 12px 32px;
    color: #fff;
    font-weight: 500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.button-type-1 a:hover {
    background: #D3B1D2;
    color: #fff;
}

.section-hello figure.wp-block-image.size-full {
    position: relative;
}

.section-hello .wp-block-group__inner-container>:nth-child(n) {
    margin: auto;
    margin-bottom: 0;
    padding: 0 2rem;
    max-width: 1200px;
}

.section-hello .wp-block-group__inner-container>:nth-child(n)>:nth-child(1) {
    margin: 7em auto;
}

.section-hello .wp-block-group__inner-container>:nth-child(n)>:nth-child(2) {
    justify-content: flex-end;
    height: max-content;
    margin: auto;
    margin-bottom: 0;
}

.section-hello .wp-block-column.is-layout-flow {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.section-hello .wp-block-group__inner-container>:nth-child(n)>:nth-child(1) .wp-block-buttons.button-type-1.is-layout-flex {
    margin-top: 3em;
}

.section-hello figure.wp-block-image.size-full:not(.gpc-tablet)::before {
    content: "";
    background-color: #FBE2E7;
    width: 55%;
    height: auto;
    aspect-ratio: 1/1;
    position: absolute;
    top: 30%;
    left: 35%;
    animation-name: distension_1;
    animation-duration: 2s;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section-hello figure.wp-block-image.size-full:not(.gpc-tablet)::after {
    content: "";
    background-color: #ccc;
    width: 75%;
    height: auto;
    aspect-ratio: 1/1;
    opacity: .3;
    position: absolute;
    top: 30%;
    left: 35%;
    animation-name: distension_2;
    animation-duration: 2s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section-hello .wp-block-image {
    margin: 0;
}

.section-hello .wp-block-image img {
    margin-top: 15%;
    position: relative;
    z-index: 2;
}

@keyframes distension_1 {
    0% {
        width: 5%;
    }

    100% {
        width: 55%;
    }
}

@keyframes distension_2 {
    0% {
        width: 5%;
    }

    100% {
        width: 75%;
    }
}

/* Our Progress */
body .section-our-process {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
}

body main h2 {
    font-size: 36px;
    text-align: center;
}

body .section-our-process .column-our-progress>div {
    flex-direction: column;
}

body .section-our-process>div>div.wp-block-columns {
    flex-wrap: wrap !important;
}

body .column-our-progress {
    min-width: 25%;
}

body .section-our-process .column-our-progress>div> :first-child {
    min-width: max-content;
    min-height: max-content;
    position: relative;
}

body .section-our-process .columns-container>:not(:last-child).column-our-progress>div> :first-child::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
}

body .section-our-process .column-our-progress>div> :last-child {
    padding-right: 2em;
}

body .section-our-process .js-inner {
    display: flex;
    align-items: center;
    position: relative;
    width: 3rem !important;
    height: 3rem !important;
    border: 1px solid;
    border-color: #ccc;
    border-radius: 50%;
    background-color: #fff;
    padding: 0 !important;
    margin-left: 0;
    z-index: 2;
    justify-content: center;
}

/* >>> */
body .section-our-process .column-our-progress .wp-block-heading,
body .section-our-process .column-our-progress .js-inner {
    transition-duration: .4s;
}

body .section-our-process .column-our-progress:hover .wp-block-heading,
body .section-our-process .column-our-progress:hover .js-inner {
    color: #0F468A;
    border-color: #0F468A;
}

body .section-our-process .column-our-progress .js-inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border: 1px solid #0F468A;
    border-radius: inherit;
    animation: none;
}

body .section-our-process .column-our-progress .js-inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border: 1px solid #0F468A;
    border-radius: inherit;
}

body .section-our-process .column-our-progress:hover .js-inner::before {
    animation-name: our_progress;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

body .section-our-process .column-our-progress:hover .js-inner::after {
    animation-name: our_progress;
    animation-duration: 2s;
    animation-delay: .5s;
    animation-iteration-count: infinite;

}

@keyframes our_progress {
    0% {
        visibility: visible;
        opacity: 1;
        width: 100%;
        height: 100%;
    }

    97% {
        visibility: hidden;
    }

    100% {
        visibility: hidden;
        opacity: 0;
        width: 200%;
        height: 200%;
    }
}

/* SVG */
span.svg-icon {
    background-color: transparent !important;
}

body.page .svg-icon-test,
body.page .wp-block-columns.alignfull.svg-icon-test.is-layout-flex.wp-container-22 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    border: 1px dotted;
    padding: 1rem;
    align-items: center !important;
    gap: 2rem;
}

/* Work 2 OUR SERVICES*/
section.wp-block-group.our-services {
    background-color: #f8f8f8;
}

section.wp-block-group.our-services>.wp-block-group__inner-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 6em 1rem;
}

section.wp-block-group.our-services>.wp-block-group__inner-container>.wp-block-columns.is-layout-flex {
    column-gap: 2em;
    row-gap: 2em;
    flex-wrap: wrap !important;
    justify-content: center;
    margin-top: 4em;
    margin-bottom: 4em;
}

section.wp-block-group.our-services>.wp-block-group__inner-container>.wp-block-columns.is-layout-flex>div {
    min-width: 250px;
    max-width: 350px;
    box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
    background: #fff;
    border-radius: 5px;
    padding: 3rem 1.9rem 4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transition: cubic-bezier(0.7, 1, 0.3, 0.9) transform .4s;
    -moz-transition: cubic-bezier(0.7, 1, 0.3, 0.9) transform .4s;
    -ms-transition: cubic-bezier(0.7, 1, 0.3, 0.9) transform .4s;
    -o-transition: cubic-bezier(0.7, 1, 0.3, 0.9) transform .4s;
    transition: cubic-bezier(0.7, 1, 0.3, 0.9) transform .4s;
}

section.wp-block-group.our-services h2 {
    color: #87a2c5;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.43;
    margin-bottom: 2em;
}

section.wp-block-group.our-services h3 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700;
    max-width: 15em;
    text-align: center;
    margin: auto;
}

section.wp-block-group.our-services h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 1em;
    margin-bottom: 9px;
}

section.wp-block-group.our-services .wp-block-buttons.is-layout-flex {
    width: max-content;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

section.wp-block-group.our-services a.wp-block-button__link.wp-element-button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 0;
    color: #fff;
    background: url(/wp-content/themes/gpc/assets/img/icon-svg-arrow-right-long-solid-white.svg) #d3b1d2;
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -ms-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}

section.wp-block-group.our-services a.wp-block-button__link.wp-element-button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border: 1px solid #0F468A;
    border-radius: inherit;
    animation: none;
}

section.wp-block-group.our-services a.wp-block-button__link.wp-element-button::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border: 1px solid #0F468A;
    border-radius: inherit;
    animation: none;
}

section.wp-block-group.our-services>.wp-block-group__inner-container>.wp-block-columns.is-layout-flex>div:hover a.wp-block-button__link.wp-element-button::before {
    animation-name: our_progress;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}

section.wp-block-group.our-services>.wp-block-group__inner-container>.wp-block-columns.is-layout-flex>div:hover a.wp-block-button__link.wp-element-button::after {
    animation-name: our_progress;
    animation-duration: 2s;
    animation-delay: .5s;
    animation-iteration-count: infinite;
}

section.wp-block-group.our-services>.wp-block-group__inner-container>.wp-block-columns.is-layout-flex>div:hover {
    -webkit-transform: translateY(-.4em);
    -moz-transform: translateY(-.4em);
    -ms-transform: translateY(-.4em);
    -o-transform: translateY(-.4em);
    transform: translateY(-.4em);
}

section.wp-block-group.our-services>.wp-block-group__inner-container>.wp-block-columns.is-layout-flex>div:hover a.wp-block-button__link.wp-element-button {
    background-color: #0F468A !important;
}

section.wp-block-group.our-services p>a {
    color: #0F468A;
    position: relative;
    overflow: hidden;
    margin: auto .25em;
}

.link {
    font-size: 18px;
    font-weight: 600;
    width: max-content;
    margin: 0 auto;
    line-height: 1;
    display: flex;
    align-items: center;
}

.link a {
    padding: .25em 0;
    border-bottom: 1px solid #ccc;
}

section.wp-block-group.our-services p>a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    background: currentColor;
    -moz-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -ms-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -o-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
}

section.wp-block-group.our-services p>:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

/* NEW ELEMENTS */
.wp-block-columns.elements-container {
    max-width: 1200px;
    margin: auto;
    gap: 1rem;
}

.elements-container .elements {
    padding: 1rem 2rem 1rem 0;
}

.elements-container .elements .element {
    color: #696969;
    border-bottom: 1px solid #e1e1e1;
}

.wp-block-columns.elements-container .elements .wp-block-heading {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.42;
    margin: 0 0 1em 0;
}

.wp-block-columns.elements-container .elements .element .wp-block-heading {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 1.25;
    background: #fff;
    color: #87a2c5;
    padding: 20px 30px 1.3rem 0;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition-duration: .4s;
}

.wp-block-columns.elements-container .elements .element .wp-block-heading svg {
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: auto;
    margin-left: -.2rem;
    margin-right: .75rem;
    vertical-align: middle;
}

.elements-container .elements .element .wp-block-heading svg path {
    fill: #87a2c5;
    transition-duration: .4s;
}

.elements-container .elements .element .active .wp-block-heading,
.elements-container .elements .element:hover .wp-block-heading {
    color: #90508D;
}

.elements-container .elements .element .active .wp-block-heading svg path,
.elements-container .elements .element:hover .wp-block-heading svg path {
    fill: #90508D;
}

.wp-block-columns.elements-container .elements .element p {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wp-block-group.opening-element {
    padding-left: 3em;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: ease max-height .5s;
    -moz-transition: ease max-height .5s;
    -ms-transition: ease max-height .5s;
    -o-transition: ease max-height .5s;
    transition: ease max-height .5s;
}

.wp-block-group.opening-element>div {
    margin-top: -.5rem;
    margin-bottom: 2rem;
}

.wp-block-group.opening-element p {
    margin-top: 0;
}

.opening-element.active {
    max-height: 500px;
}

.element svg {
    transition-duration: .5s;
}

.element .active svg {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

/* -------------------------  */
.wp-block-social-link:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.wp-block-social-links .wp-social-link svg {
    height: 1rem;
    width: 1rem;
}

.wp-block-social-links .wp-social-link svg path {
    transition-duration: .1s;
}

.wp-block-social-links li a {
    padding: 0;
    width: 100%;
    min-height: 100%;
    overflow: visible;
    display: flex;
    justify-content: center;
}

.wp-block-social-links li:hover {
    border-color: #A863A5;
    background-color: #A863A5;
}


.social-shared a,
.wp-block-social-links li:hover a {
    color: #fff;
}


.social-shared a span.screen-reader-text,
.wp-block-social-links li a span {
    width: max-content;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: calc(100% + .5rem);
    background: #d2a98e;
    font-size: .85rem;
    font-weight: 600;
    line-height: 2;
    padding: .25em 1.25em;
    visibility: hidden;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
    opacity: 0;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: all .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -ms-transition: all .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -o-transition: all .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: all .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    transition-delay: .1s;
}

body main .social-shared span.screen-reader-text {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    -ms-transform: translateX(-50%) translateY(-8px);
    -o-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}

body main .social-shared a:hover span.screen-reader-text {
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}


.social-shared a:hover span.screen-reader-text,
.wp-block-social-links li a:hover span {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.social-shared a span.screen-reader-text::after,
.wp-block-social-links li a span::after {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    width: 6px;
    height: 8px;
    border: 8px solid;
    border-color: transparent;
    border-top-color: #A863A5;
}


.social-shared a span.screen-reader-text::after,
.wp-block-social-links li a span::after {
    border-top-color: #A863A5;
}

.social-shared a span.screen-reader-text,
.wp-block-social-links li a span.screen-reader-text {
    color: #fff;
    background-color: #A863A5;
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: .3rem auto;
    overflow: visible;
    padding: .25em 1.25em;
    width: max-content;
}

/* .end PAGE.CSS */

.lets-talk.send-message-sticky {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    pointer-events: none;
}

.lets-talk.send-message-sticky a {
    position: relative;
    color: inherit;
    display: flex;
    align-items: center;
}

.lets-talk.send-message-sticky a svg {
    vertical-align: middle;
    margin-top: 1px;
    z-index: 3;
    pointer-events: all;
}

.lets-talk.send-message-sticky a:hover {
    color: #0F468A;
}

.lets-talk.send-message-sticky a:hover svg path {
    fill: #0F468A;
}

.lets-talk.send-message-sticky a::before {
    content: "";
    display: block;
    background-color: #fff;
    width: 30px;
    height: 28px;
    position: absolute;
    right: 0;
    z-index: 2;
    box-shadow: 0 0 32px #ccc;
    border-radius: 5px 0 0 5px;

}

.lets-talk.send-message-sticky a span.title {
    z-index: 1;
    background-color: #fff;
    padding: 0 1em;
    border-radius: .5em 0 0 .5em;
    transition-duration: 1s;
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
}

.lets-talk.send-message-sticky a:hover span.title {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

main#main {
    border: none;
}

main section {
    border: none;
}

header .primary-menu-container ul.menu-wrapper li#menu-item-1154>a {
    border: none;
}

/*  */

header.entry-header.alignwide h1.entry-title {
    font-size: 46px;
}

section.gpc:not(.section-hello, .about-gpc)>.wp-block-group__inner-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 4em 1rem;
}

section.gpc figure {
    margin: 0;
}

section a,
section a strong,
svg path,
section svg path {
    transition-duration: .4s;
}

body .wp-block-table td,
body .wp-block-table th {
    border: 1px solid #eee;
    padding: .5em;
}

.wp-block-table td em {
    font-style: normal;
}

body section.gpc h2 {
    color: #87a2c5;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.43;
    margin-bottom: 1.5em;
}

body section.gpc.plans h2 {
    color: var(--grey-100, #687B81);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1rem;
    text-transform: none;
    letter-spacing: 0;
}

/* SITE HEADER */
header.site-header .masthead-container {
    max-width: 1440px;
    padding: 0 2rem;
    justify-content: flex-start;
    justify-content: space-between;
    gap: 3rem;
}

.right-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-basis: 55%;
}

header .masthead-container .primary-contaiver {
    display: flex;
    align-items: center;
    gap: 3rem;
}

header .left-container {
    height: 100%;
    display: flex;
    align-items: center;
    column-gap: 3rem;
}

/* header.site-header img.custom-logo {
    width: 172px;
} */

header.site-header img.custom-logo {
    display: inline-block;
    width: 172px;
    aspect-ratio: auto;
    height: 55px;
}

.site-header ul:not(.contact-links) {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 1em;
}

.site-header ul:not(.contact-links) li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header ul:not(.contact-links) li a {
    height: 100%;
    display: flex;
    align-items: center;
}

ul.register-links li a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header ul:not(.contact-links)>li>a::before {
    height: 3px;
}

.site-header li.sing-in>a::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    background: #87a2c5;
}

.site-header li.free>a::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    background: #87a2c5;
    background: #0F468A;
}

body .site-header li.sing-in>a::before,
body .site-header li.free>a::before {
    height: 5px;
    background: #A863A5;
}

body .site-header li.sing-in>a:hover,
body .site-header li.free>a:hover {
    color: #A863A5;
}

li.tel {
    display: inline-block;
    margin-right: 1em;
}

ul.register-links li {
    width: 7em;
    border-left: 1px solid #eeeeeeb0;
    border-right: 1px solid #eeeeeeb0;
}

ul.contact-links li a span {
    color: #87a2c5;
    /*     font-weight: 600; */
    margin-right: .5em;
}

ul.contact-links,
ul.register-links {
    font-weight: 500;
}

header.site-header ul.contact-links {
    font-size: 14px;
}

/*  */

/* FOOTER */
footer.site-footer {
    background-color: #f8f8f8;
}

footer .footer-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1440px;
    margin: auto;
    padding: 2rem 0;
    align-items: center;
    gap: 1rem;
}

footer.site-footer .powered-by {
    text-align: center;
}

nav.footer-navigation {
    display: flex;
    align-items: center;
    gap: 1rem;
}

a.footer-log svg {
    vertical-align: middle;
}

/* SOCIAL FOOTER WIDGET */
/* tmp */
aside.widget-area {
    display: flex;
    gap: 0;
    flex-direction: column;
}

section#iubenda_legal_widget-1 {
    padding-bottom: 2rem;
}

section#iubenda_legal_widget-1 .widget-title {
    text-align: center;
    margin-top: 0;
}

section#iubenda_legal_widget-1>section {
    display: flex;
    justify-content: center;
    gap: 0;
    align-items: center;
}

section#iubenda_legal_widget-1>section a {
    margin: 0 .5rem !important;
}

/* .end tmp */

/* SOCIAL LINK !Сгрупировать */
aside.widget-area section.widget.widget_block {
    border-top: 1px solid #eee;
    padding: 2rem 1rem;
    background-color: #fff;
    flex-basis: 100%;
}

.menu-list-social.wp-block-social-links,
section.widget.widget_block ul.wp-block-social-links {
    display: flex;
    gap: 1rem;
    margin: auto;
    justify-content: center;
}

aside.widget-area .wp-block-social-links .wp-block-social-link.wp-social-link {
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

aside.widget-area .wp-block-social-links:not(.is-style-logos-only) li.wp-social-link {
    background: transparent;
    color: #87a2c5;
    border: 1px solid;
    border-color: #87a2c5;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

aside.widget-area .wp-block-social-links:not(.is-style-logos-only) li.wp-social-link:hover {
    color: #fff;
    border-color: #A863A5;
    background: #A863A5;
}

nav.secondary-navigation.navigation-social {
    padding: 3rem 1rem;
}

.wp-block-social-links li,
aside.widget-area .wp-block-social-link {
    border-radius: 50%;
    display: block;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-block-social-links li {
    background-color: transparent;
    color: #87a2c5;
    border: 1px solid;
    border-color: #87a2c5;
    transition-duration: .2s;
}

.wp-block-social-links li svg,
.wp-block-social-links .wp-social-link svg {
    height: 1rem;
    width: 1rem;
    fill: currentColor;
    color: currentColor;
}

.wp-block-social-links li svg {
    height: 1rem;
    width: 1rem;
    fill: currentColor;
    color: currentColor;
}

.wp-block-social-links li svg path {
    transition-duration: .1s;
}

.wp-block-social-links li a {
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .2s;
}

ul:not(.ab-top-menu)>li>a {
    color: inherit;
    position: relative;
}

/* .end SOCIAL LINK */

div#content {
    min-height: 100vh;
}

div.entry-content> :nth-child(n) {
    margin-top: 0;
    margin-bottom: 0;
}

main section.at-container {
    max-width: 1024px;
    margin: auto;
    padding: 0;
}

main section.at-container.gpc>.wp-block-group__inner-container {
    padding: 1rem;
}

section.at-container.gpc {
    padding: 2rem;
    box-shadow: 0 0 36px #eee;
}

section.at-container a {
    color: #0F468A;
    text-decoration: underline 1px dotted;
}

section.at-container a:hover {
    text-decoration: underline 1px solid;
}

.wp-block-group.svg-container.wp-block-group-is-layout-constrained {
    width: 100%;
    aspect-ratio: 2/1;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.gpc .wp-block-columns.elements-container {
    max-width: 1440px;
    padding-left: 1rem;
    padding-right: 1rem;
}

body main#main section.gpc h3 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    max-width: 25em;
    text-align: center;
    margin: auto;
}

section.gpc h3>strong,
section.gpc h3>mark {
    color: #90508D;
    background: none;
}

.section-hello.gpc .wp-block-group__inner-container>:nth-child(n) {
    max-width: 1440px;
    margin: auto;
    margin-bottom: 0;
    padding: 0 2rem;
}

.section-hello.gpc>div {
    padding-top: 0;
    padding-bottom: 0;
    background: url(https://globalpayrollcalculator.com/wp-content/uploads/welcomeBackgroundMap.webp);
    background-size: cover;
}

.section-hello.gpc>div>div>:nth-child(2) {
    position: relative;
}

.section-hello {
    overflow: hidden;
}

.section-hello-img,
.section-hello-img img {
    display: block;
    max-height: 100%;
    width: auto;
    position: relative;
}

.section-hello.gpc figure.gpc-tablet img {
    margin: 0;
}

.section-hello.gpc figure.gpc-tablet {
    width: 68%;
    opacity: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 51%;
    right: 0;
    animation-name: tablet;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    animation-timing-function: ease-out;
    z-index: 1;
    transform-origin: left bottom;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.section-hello.gpc figure.gpc-tablet::before {
    content: "";
    display: block;
    width: 95%;
    height: 95%;
    position: absolute;
    box-shadow: 1rem 1rem 2rem #bbb;
}

@keyframes tablet {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.section-hello.gpc p {
    font-size: 22px;
}

.section-hello.gpc h1.wp-block-heading {
    font-size: 24px;
    text-align: left;
    color: #0F468A;
}

.section-hello.gpc h2.wp-block-heading {
    font-size: 40px;
    line-height: 1.4;
    text-align: left;
    color: var(--grey-100, #687B81);
    margin-bottom: 1em;
}

.section-hello.gpc .wp-block-buttons.button-type-1 {
    display: flex;
    column-gap: 3em;
}

.section-hello.gpc .wp-block-buttons.button-type-1>:nth-child(2) a {
    /* color: #fff; */
    background: #0E3D77;
}

.section-hello.gpc .wp-block-buttons.button-type-1>:nth-child(2) a:hover {
    background-color: #87A2C5;
}

/*  */

/* typing-text-effects */
.typing-text-effects.typing-container.gpc {
    background: none;
    padding: 6em 1rem;
    text-align: center;
}

.typing-text-effects.typing-container.gpc .wp-block-heading.typing {
    font-size: 2rem;
    text-align: center;
}

section.gpc .streamlined-talent {
    margin-top: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

section.gpc .streamlined-talent>div>div {
    box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
    background: #fff;
    border-radius: 5px;
    padding: 50px 30px 63px;
    position: relative;
    -webkit-transition: cubic-bezier(0.7, 1, 0.3, 0.9) transform .4s;
    -moz-transition: cubic-bezier(0.7, 1, 0.3, 0.9) transform .4s;
    -ms-transition: cubic-bezier(0.7, 1, 0.3, 0.9) transform .4s;
    -o-transition: cubic-bezier(0.7, 1, 0.3, 0.9) transform .4s;
    transition: cubic-bezier(0.7, 1, 0.3, 0.9) transform .4s;
}

section.gpc .streamlined-talent>div>div>:nth-child(2) {
    color: #0F468A;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #0F468A33;
}

.element .wp-block-boldblocks-svg-block.gpa-logo.svg-b-1 {
    justify-content: center;
	margin-bottom: 1.5rem;
}

section.gpc .streamlined-talent p strong {
    font-size: 3rem;
}

section p.link.icon:after {
    content: "";
    display: inline-block;
    margin-left: .5em;
    margin-top: .15em;
    width: 1em;
    height: 1em;
    background: url(/wp-content/themes/gpc/assets/img/icon-svg-arrow-right-long-solid-blue.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

section.our-services.benefits.gpc svg path {
    stroke: #90508D;
}

section.our-services.benefits.gpc h3 {
    max-width: max-content;
}

section.benefits.gpc .wp-block-boldblocks-svg-block :not(.use-as-button) svg {
    display: block;
    width: 40%;
    height: auto;
    margin: auto;
}

svg.re {
    -webkit-transform: scale(1.02) translateY(-2%);
    -moz-transform: scale(1.02) translateY(-2%);
    -ms-transform: scale(1.02) translateY(-2%);
    -o-transform: scale(1.02) translateY(-2%);
    transform: scale(1.02) translateY(-2%);
}

svg.re path#pt-1 {
    animation-iteration-count: infinite;
}

/* PLANS */
.text-and-images.gpc .elements-container {
    padding: 0;
    gap: 3rem;
}

.text-and-images.gpc .elements-container>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}

body section.plans.gpc h2 {
    margin-bottom: 1em;
    text-align: left;
}

.plans.gpc img {
    box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
    -webkit-border-radius: 24px 24px 0 24px;
    -moz-border-radius: 24px 24px 0 24px;
    -ms-border-radius: 24px 24px 0 24px;
    -o-border-radius: 24px 24px 0 24px;
    border-radius: 24px 24px 0 24px;
}

.text-description {
    position: relative;
    padding-bottom: 1.5rem;
    font-size: .95rem;
    font-weight: 600;
}

.text-description::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.3)), color-stop(49.8%, rgba(63, 72, 86, 0.3)), to(rgba(255, 255, 255, 0.3)));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.3) 0%, rgba(63, 72, 86, 0.3) 49.8%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, rgba(63, 72, 86, 0.3) 49.8%, rgba(255, 255, 255, 0.3) 100%);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.text-and-images.gpc .elements-container>div ul {
    list-style: disc;
}

.text-and-images.gpc .elements-container>div ul li::marker {
    color: #87a2c5;
}

.text-and-images.gpc .elements-container>div ul li {
    line-height: 1.4;
    margin: .5rem 0;
}

section.gpc.plans.report>.wp-block-group__inner-container {
    padding-top: 0;
}

section.gpc.plans .wp-block-buttons.button-type-1 {
    margin: 2rem auto 0;
}

section.gpc.plans .button-type-1 a {
    border: 2px solid;
    border-color: #90508D;
}

.button-type-1 a {
    background: #90508D;
    padding: 12px 32px;
    color: #fff;
    font-weight: 500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.button-type-1 a:hover {
    background: #D3B1D2;
    color: #fff;
}

section.gpc.plans .button-type-1 a:hover {
    background: #D3B1D2;
    color: #fff;
    border-color: #D3B1D2;
}

/* popular-questions  */
.popular-questions.gpc {
    background-color: #f8f8f8;
}

.popular-questions.gpc .elements-container {
    margin-top: 2rem;
}

.popular-questions>div>.wp-block-heading {
    text-align: center;
}

.popular-questions>div>h3.wp-block-heading {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700;
    margin: auto;
}

.popular-questions.gpc .elements-container .elements .element .wp-block-heading {
    background: inherit;
}

/* PRICING PAGE */
.pricing.gpc .wp-block-columns.elements-container {
    max-width: 1440px;
    margin-top: 3.5rem;
    flex-wrap: wrap !important;
    justify-content: center;
}

.pricing.gpc {
    text-align: center;
}

.pricing.gpc .price {
    padding: 1rem;
}

.pricing .element.agency ul {
    text-align: center;
}

.pricing .element.agency ul li {
    padding-left: 0;
}

.agency-contact-description {
    flex-basis: 25%;
}

p.data-description.lets-talk a {
    font-size: .9rem;
    font-weight: 400;
    color: inherit;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.pricing .price.lets-talk>div a svg {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: .75rem auto;
}

.pricing .price.lets-talk>div a:hover svg path {
    fill: #A863A5;
}

.pricing.gpc .elements-container {
    gap: 3rem;
}

main#main .pricing.gpc .element h4.wp-block-heading {
    font-size: 15px;
    line-height: 1.5;
    color: #696969;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 21px;
    z-index: 2;
}

.pricing.gpc .element {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: .25rem;
    overflow: hidden;
    padding: 33px 2rem 61px;
    box-shadow: 8px 12px 82px rgba(51, 51, 51, .18);
    position: relative;
    top: 0;
    -webkit-transition: cubic-bezier(0.7, 1, 0.3, 0.9) top .4s;
    -moz-transition: cubic-bezier(0.7, 1, 0.3, 0.9) top .4s;
    -ms-transition: cubic-bezier(0.7, 1, 0.3, 0.9) top .4s;
    -o-transition: cubic-bezier(0.7, 1, 0.3, 0.9) top .4s;
    transition: cubic-bezier(0.7, 1, 0.3, 0.9) top .4s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.pricing.gpc .element:hover {
    top: -.4rem;
}

.pricing.gpc .wp-block-columns.elements-container>div {
    min-width: 350px;
    max-width: 450px;
    height: max-content;
}

.pricing.gpc .element.agency {
    max-width: 440px;
}

.pricing.gpc .element.advanced {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.pricing.gpc .element .price {
    text-align: center;
}

.pricing.gpc .price p:not(.volume) {
    color: #87a2c5;
    font-size: 1.15rem;
    font-weight: 600;
}

.pricing.gpc p.volume {
    font-size: 2.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
    margin: 0 auto;
}

span.volume {
    display: inline-flex;
    flex-direction: column;
    width: max-content;
    font-size: .85rem;
    line-height: 1.4;
    color: #87a2c5;
}

span.volume i {
    font-style: normal;
}

span.volume>:nth-child(1) {
    border-bottom: 2px solid;
}

.price.lets-talk {
    padding: 2rem 0rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

p.data-description.lets-talk a strong {
    display: block;
    font-size: 1.5rem;
    color: #0F468A;
}

p.data-description.lets-talk a:hover strong {
    color: #A863A5;
}

.gpc.pricing .button-type-1 a {
    border: 2px solid;
    border-color: transparent;
}

.gpc.pricing .button-type-1 a:hover {
    background: #E9D8E9;
    color: #A863A5;
    border-color: inherit;
}

.gpc.pricing .button-type-1.lite a {
    /* padding: 12px 32px; */
    background: transparent;
    color: #A863A5;
    border: 2px solid;
    border-color: inherit;
}

.gpc.pricing .button-type-1.lite a:hover {
    /* background-color: #0F468A; */
    background: #E9D8E9;
    color: #A863A5;
    border-color: inherit;
}

.pricing .element ul li {
    margin: .75em 0;
    line-height: 1.2;
    padding-left: 2em;
    position: relative;
}

.pricing p.note {
    text-align: center;
    line-height: 1.2;
    color: #0F468A;
    margin: 2em auto;
}

.pricing p.note a {
    color: #8d8d8d;
    text-decoration: underline 1px dotted;
}

.pricing p.note a:hover {
    color: #0F468A;
}

.pricing i.icon-inner {
    display: inline-block;
    width: 1em;
    vertical-align: middle;
    margin-right: .5em;
    position: absolute;
    left: 0;
}

.pricing i.icon-inner svg {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.pricing li i.icon-inner svg path {
    fill: #0F468A;
}

.pricing li.off i.icon-inner svg path {
    fill: red;
}

.pricing .element {
    position: relative;
}

.pricing-switcher__head {
    font-size: 1.2rem;
}

.pricing-switcher span {
    margin: .25em;
}

.pricing-mark {
    position: absolute;
    top: 0;
    right: 0;
    height: 92px;
    width: 92px;
    background-color: #A863A5;
}

.pricing-mark::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 159px;
    right: 23px;
    position: absolute;
    top: 10px;
    width: 100%;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.pricing-mark span {
    position: absolute;
    top: 21px;
    right: -2px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.19;
    display: block;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 70px;
}

.pricing-switcher__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.pricing-switcher__head {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    color: #87a2c5;
    font-weight: 600;
    font-size: 20px;
    line-height: calc(24/20);
}

.pricing-switcher__body {
    width: 83px;
    height: 35px;
    border-radius: 100px;
    background: #3d5c83;
    position: relative;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}

.pricing-switcher__origin {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    top: 5px;
    left: 5px;
    transition-duration: 0.3s;
}

.price>div p {
    margin: 0 auto;
}

.pricing-switcher {
    user-select: none;
    z-index: 3;
}

.pricing-switcher.active .pricing-switcher__origin {
    left: 53px;
}

.pricing-switcher__item.month {
    color: #0F468A;
}

.pricing-switcher.active .year.pricing-switcher__item {
    color: #0F468A;
}

.pricing-switcher.active .month.pricing-switcher__item {
    color: #87a2c5;
}

.pricing p.volume.year {
    display: none;
}

.pricing p.volume.year.active {
    display: flex;
}

.pricing p.volume.month.active {
    display: none;
}

.screen-box.upgrade {
    margin-bottom: 1rem;
}

p.screen-title {
    text-align: center;
    color: #fff;
    background: #A863A5;
    padding: 8px 20px;
}

.screen-text {
    display: block;
    background: #EFEFEF;
    margin: 0;
    min-width: calc(100% + 4rem);
    max-height: 0;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px #0000001A;
    position: relative;
    left: -2rem;
    transition: max-height ease-in .25s;
    -webkit-transition: max-height ease-in .25s;
    -moz-transition: max-height ease-in .25s;
    -ms-transition: max-height ease-in .25s;
    -o-transition: max-height ease-in .25s;
}

p.screen-text strong {
    display: block;
    font: inherit;
    margin: 0;
    padding: 20px 30px;
}

p.screen-title,
.screen-text {
    position: relative;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.screen-box.upgrade:hover .screen-text {
    max-height: 12em;
}

/* ?--- */
header.site-header ul.contact-links {
    font-size: 14px;
}

ul.contact-links li.email {
    white-space: nowrap;
}

/* add New Pricing */
.period.pricing-switcher__head {
    color: #0F468A;
    font-size: 28px;
}

.pricing.gpc p.free-trial-period.volume {
    font-size: 40px;
}

span.calc-count-item {
    color: #87a2c5;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 .75em 0;
}

.period.free,
.period.advanced-anlimited {
    text-align: center;
    max-width: 11em;
    margin: 2.42rem auto;
}

/* GPA Logo  */
main .gpa-logo svg.gpa-logo {
    height: 82px;
    width: auto;
    margin: 0 auto 2em;
}

.typing-text-effects.typing-container.gpc .link>a {
    color: var(--grey-100, #687B81);
    position: relative;
    overflow: hidden;
}

.typing-text-effects.typing-container.gpc .link>a:hover {
    color: #90508D;
	border-color: currentColor;
}

.site-header .gpa-logo svg.gpa-logo {
    width: auto;
    height: 52px;
}

header.site-header {
    height: 90px;
}

header.site-header .masthead-container {
    gap: 5rem;
}

body svg.wp-block-boldblocks-svg-block.gpa-logo {
    width: auto;
    height: auto;
    margin: auto;
    transition-duration: .4s;
}

svg.gpa-logo:hover path.start-orange {
    fill: #ab8702;
}

svg.gpa-logo path.start-black {
    animation: gpa 1.5s ease-in infinite;
    -webkit-animation: gpa 1.5s ease-in infinite;
}

@keyframes gpa {
    0% {
        fill: black;
    }

    17.5% {
        fill: rgb(0, 102, 255);
    }

    50% {
        fill: green;
    }

    82.5% {
        fill: red;
    }

    100% {
        fill: black;
    }
}

section.section-hello.gpc>div>div.wp-block-columns>:first-child h1.wp-block-heading {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #87a2c5;
}

section.section-hello .parent-container {
    position: relative;
    width: max-content;
    margin-bottom: 4em;
}

.gpa-text {
    min-width: max-content;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 106%;
    font-weight: 600;
    position: absolute;
    bottom: -2.15rem;
}

a.gpa-logo.gpa-logo-insert {
    display: block;
    margin: 0 !important;
    height: max-content !important;
    position: absolute;
    left: 130%;
    top: 50%;
    z-index: 3;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.gpa-text a {
    color: #87a2c5;
    ;
}

.gpa-text a:hover {
    color: #ab8702;
}

main .gpa-logo.gpa-logo-insert svg.gpa-logo {
    height: 170px;
    margin: 0 !important;
}

@media (max-width: 1439px) {
    header.site-header {
        height: 110px;
    }

    header.site-header .masthead-container {
        gap: 3rem;
    }
}

@media (max-width: 1179px) {
    header.site-header {
        height: 110px;
    }

    header.site-header .masthead-container {
        gap: 1.5rem;
    }
}

/* .end GPA Logo  */

/* @MEDIA */
@media (max-width: 1199px) {
    header.entry-header.alignwide h1.entry-title {
        font-size: 40px;
    }
}

@media (max-width: 1279px) {

    header.site-header ul.contact-links,
    header.site-header ul.register-links {
        font-size: 14px;
    }

    header .left-container {
        column-gap: 2rem;
    }

    nav.primary-navigation ul.menu-wrapper {
        gap: 1em;
    }

    .section-hello.gpc h2.wp-block-heading {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    .site-header nav .right-container {
        display: none;
    }

    body.home header#masthead a.gpa-logo {
        visibility: hidden;
        opacity: 0;
        transition-duration: .4s;
    }
}

@media (max-width: 1023px) {
    section.section-hello.gpc>div>div {
        height: auto;
        flex-direction: column-reverse;
    }

    .section-hello .wp-block-group__inner-container>:nth-child(n)>:nth-child(1) {
        margin: 0 auto;
        padding: 2rem 0 5rem;
    }

    .section-hello .wp-block-group__inner-container>:nth-child(n)>:nth-child(1) .wp-block-buttons.button-type-1.is-layout-flex {
        margin-top: 2rem;
    }

    .section-hello .wp-block-group__inner-container>:nth-child(n)>:nth-child(1) p {
        margin: 0.5em auto;
    }

    .section-hello.gpc h2.wp-block-heading {
        font-size: 26px;
    }

    .pricing.gpc .wp-block-columns.elements-container {
        flex-wrap: wrap !important;
        justify-content: center;
    }

    .pricing.gpc .element {
        flex-basis: calc(50% - 2rem);
        max-width: 50%;
    }

    .pricing.gpc .element.advanced {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .site-header nav .right-container {
        width: 100%;
        margin-top: 3rem;
        gap: 1.5rem;
    }

    .primary-menu-container>ul>li {
        padding-top: .75em;
        padding-bottom: .75em;
    }

    .primary-menu-container {
        height: 100vh;
    }

    nav.primary-navigation {
        min-height: 100vh;
        height: auto;
    }

    .site-header nav ul#primary-menu-list .contact-links li a {
        font-size: 16px;
        line-height: 2;
    }

    nav.primary-navigation ul.menu-wrapper {
        gap: 0;
    }

    .right-container,
    .right-container ul.register-links {
        flex-direction: column;
    }

    .right-container ul.register-links {
        margin-top: 1rem;
        gap: 1.5rem;
    }

    .site-header li.free>a::after {
        background: #A863A5;
    }

    .site-header li.sing-in>a::after {
        background: #fff;
    }

    header.site-header .masthead-container>.right-container ul.register-links {
        display: none;
        flex-direction: column;
    }

    header.site-header .right-container ul.register-links li {
        width: max-content;
        border: none;
    }

    header .left-container {
        align-items: flex-start;
    }

    .benefits.gpc .elements-container {
        flex-wrap: wrap !important;
    }

    .benefits.gpc .elements-container>div {
        flex-basis: calc(50% - 1rem);
    }

    header.site-header .masthead-container>.right-container ul.contact-links {
        width: 18em;
        position: absolute;
        left: 72%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .site-header a.gpa-logo {
        position: absolute;
        left: 38%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    a.gpa-logo.gpa-logo-insert {
        display: none;
    }

    nav ul.contact-links li a span {
        color: #d3d3d3;
    }

    section.gpc:not(.section-hello, .about-gpc)>.wp-block-group__inner-container {
        padding: 3em 1rem;
    }
}

@media (max-width: 959px) {
    .section-hello.gpc h2.wp-block-heading {
        font-size: 24px;
    }
}

@media (min-width: 782px) {
    .wp-block-columns.elements-container {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 781px) {

    /* 	tmp */
    main.site-main::before {
        display: none;
    }

    /* 	 */

    .section-hello .wp-block-image img {
        margin-top: 1rem;
    }

    main#main section.benefits .elements-container>div {
        flex-basis: calc(50% - 2rem) !important;
    }

    .site-header .masthead-container>.right-container {
        display: none;
    }

    .site-header a.gpa-logo {
        left: 50%;
    }

    section.wp-block-group.our-services>.wp-block-group__inner-container {
        padding: 3rem 1rem;
    }

    body main#main section.gpc h3 {
        font-size: 26px;
    }

    .wp-block-columns.elements-container .elements .element .wp-block-heading {
        font-size: 20px;
    }

    .popular-questions.gpc .elements-container .elements {
        padding: 0;
    }

    .section-hello.gpc h2.wp-block-heading {
        font-size: 20px;
        margin: .25rem auto;
    }

    .section-hello.gpc .wp-block-group__inner-container>:nth-child(n) {
        flex-direction: column-reverse;
        padding: 0 1rem;
    }

    .section-hello.gpc .wp-block-group__inner-container>:nth-child(n)>:nth-child(1) {
        margin: 0em auto;
    }

    .section-hello.gpc .wp-block-buttons.button-type-1 {
        column-gap: 2em;
    }

    section.gpc .streamlined-talent>div>div>:nth-child(2) {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-left: none;
        border-right: none;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: #e2e4e5fc;
    }

    section.about-gpc .link a {
        border: none;
    }

    section.gpc .streamlined-talent {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .pricing.gpc .element {
        max-width: 100%;
    }

    .global-employment-budget.gpc .elements-container {
        flex-direction: column-reverse;
    }

    .wp-block-columns.elements-container {
        gap: 0;
    }

    footer .footer-container {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    nav.footer-navigation {
        flex-direction: column;
    }

    ul.footer-navigation-wrapper {
        row-gap: .25rem;
    }

    .pricing.gpc .element.agency {
        gap: 1.5rem;
    }
}

@media (max-width: 560px) {
    .button-type-1 a {
        padding: 8px 22px;
    }

    .pricing.gpc .element {
        padding: 33px 1rem 61px;
    }

    p.screen-title {
        line-height: 1.1;
        padding: 14px 20px;
    }

    main#main section.benefits .elements-container>div {
        flex-basis: 100% !important;
    }

    ul.footer-navigation-wrapper {
        flex-direction: column;
    }

    nav.primary-navigation ul.menu-wrapper {
        padding-bottom: 80px;
        max-height: 100vh;
    }

    .site-header nav .right-container {
        margin-top: 2.5rem;
        gap: 1rem;
    }

    .site-header a.gpa-logo {
        left: 240px;
    }

    .primary-menu-container>ul>li {
        padding-top: .25em;
        padding-bottom: .25em;
    }

    .section-hello.gpc .wp-block-buttons.button-type-1 {
        column-gap: 1em;
        justify-content: space-between;
    }

    .typing-text-effects.typing-container.gpc {
        padding: 4rem 1rem 5rem;
    }

    .text-and-images.gpc .elements-container {
        gap: 0;
    }

    section.wp-block-group.our-services>.wp-block-group__inner-container>.wp-block-columns.is-layout-flex {
        margin-bottom: 1em;
    }

    section.gpc:not(.section-hello, .about-gpc)>.wp-block-group__inner-container {
        padding: 3.5rem 1rem;
    }

    .section-hello.gpc figure.gpc-tablet {
        width: 66%;
        bottom: 50%;
    }

}

/* Stroke animation */
@keyframes example-a {
    from {
        stroke-dasharray: 0 100;
    }

    to {
        stroke-dasharray: 100 0;
    }
}

@keyframes example-b {
    from {
        stroke-dasharray: 0 40;
        stroke-dashoffset: 0;
    }

    to {
        stroke-dasharray: 40 0;
        stroke-dashoffset: 40;
    }
}

@keyframes example-c {
    from {
        stroke-dasharray: 0 20;
    }

    to {
        stroke-dasharray: 20 0;
    }
}

@keyframes example-d {
    from {
        stroke-dasharray: 0 20;
        stroke-dashoffset: 0;
    }

    to {
        stroke-dasharray: 20 0;
        stroke-dashoffset: 20;
    }
}

@keyframes example-e {
    from {
        stroke-dasharray: 2 2;
        stroke-dashoffset: 0;
    }

    to {
        stroke-dasharray: 2 2;
        stroke-dashoffset: 20;
    }
}

@keyframes example-f {
    from {
        stroke-dasharray: 2 2 6;
        stroke-dashoffset: 0;
    }

    to {
        stroke-dasharray: 2 2 6;
        stroke-dashoffset: 100;
    }
}

@keyframes example-g {
    from {
        stroke-dasharray: 10 10;
        stroke-dashoffset: 0;
    }

    to {
        stroke-dasharray: 10 10;
        stroke-dashoffset: 100;
    }
}

@keyframes example-h {
    from {
        stroke-dasharray: 0 10 0 0;
    }

    to {
        stroke-dasharray: 3 4 3 0;
    }
}

.animation-svg.animate svg path {
    animation: example-a 3s linear alternate;
}


#a {
    animation: example-a 3s linear infinite alternate;
}

#b {
    animation: example-b 3s linear infinite alternate;
}

#c {
    animation: example-c 3s linear infinite alternate;
}

#d {
    animation: example-d 3s linear infinite alternate;
}

#e {
    animation: example-e 3s linear infinite alternate;
}

#f {
    animation: example-f 3s linear infinite alternate;
}

#g {
    animation: example-g 3s linear infinite alternate;
}

#h {
    animation: example-h 3s linear infinite alternate;
}