@charset "UTF-8";

/**
* Role: Country post style
* Theme: GCG ATDev
*/

/* tmp */
span.alarm {
    display: block;
    text-align: center;
    background: yellow;
    color: #c90606;
    font-weight: 600;
}

.widget-container.country-widget-wrapper.wp-block-group-is-layout-constrained {
    background: #1ea0c35e;
}

article#post-73>.entry-content {
    padding: 4rem 2rem;
}

/* .end tmp */

/* JetPack */
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
    transition-duration: .3s;
}

/* .site-content */
div.site-content section {
    -webkit-user-select: none;
    user-select: none;
}

body.single div.site-content {
    max-width: none;
    margin-top: 90px;
    padding: 0;
}

/* category */
body div.entry-content a.more-link {
    max-width: max-content;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-content-widget-area.full-width {
    border-bottom: 1px solid #eef2ff;
}

/* site footer */
ul.footer-navigation-wrapper {
    justify-content: center;
}

/* article */
:where(.wp-block-columns) {
    margin-bottom: 0;
}

body.single section.staff-only-container ul,
body.single section.country ul {
    list-style: disc;
    padding-left: 1.5em;
}

ul.list-columns.list-columns-3 {
    margin-top: 1em;
    row-gap: 1em;
}

main ul li::marker {
    color: #6778ad;
}

main ol li::marker {
    color: #6778ad;
}

ol.regular-numeric-list li,
div.list-double-nesting:not(.bullet-bullet) p {
    position: relative;
    padding-left: 1.75em;
}

ol.regular-numeric-list {
    padding-left: 0;
}

div.list-double-nesting.bullet-bullet>div>p::before {
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    margin-right: .5em;
    margin-bottom: .15em;
    background: var(--grey-100, #687B81);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

section.country li a {
    color: #0c426d;
    text-decoration: 1px dotted underline;
    z-index: 3;
}

section.country li a:hover {
    color: #2085d5;
    text-decoration: 1px solid underline;
}

div.list-double-nesting ol,
div.list-double-nesting ol {
    padding-left: 2.55em;
}

span.regular-number,
div.list-double-nesting span.number {
    color: #6778ad;
    font-weight: 500;
    min-width: max-content;
    position: absolute;
    top: 0;
    left: 0;
}

div.list-double-nesting ul {
    list-style: disc;
    padding-left: 2.55em;
}

.list-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
}

body.single .list-columns li {
    margin: 0;
}

.list-columns.list-columns-3 li {
    flex-basis: calc(33.333% - 1.5em);
}

body.single main li,
body.single main p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: .5em;
}

body.single main .toggle-element p {
    margin-bottom: 0;
}

body.single .entry-content,
body.single .site-content .wp-block-group__inner-container {
    max-width: none;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}

body main section {
    background: #fff;
}

.wp-block-group.alignwide>div.wp-block-group__inner-container {
    max-width: 1440px;
}

body.single article.post.format-standard.category-countries {
    padding: 0;
}

.entry-content .country-title-data {
    display: none;
}

/* .entry-header */
header.entry-header.alignwide {
    display: flex;
}

header.entry-header.alignwide figure.post-thumbnail {
    overflow: hidden;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.entry-header.alignwide figure.post-thumbnail img {
    width: auto !important;
    max-width: none !important;
    height: 100% !important;
}

body.single header.entry-header.alignwide h1.entry-title {
    color: #6a6f84;
    font-size: 70px;
    margin: 0;
    margin-bottom: 1.5em;
    padding: 0;
    text-align: left;
}

header.entry-header .country-title-data>div p {
    color: #6a6f84;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    padding-right: .75em;
    text-transform: uppercase;
}

header.entry-header.alignwide>:nth-child(n) {
    flex-basis: 50%;
    overflow: hidden;
}

header.entry-header .country-title-data>div p {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.entry-title-wrapper .container {
    max-width: 720px;
    margin-left: auto;
    margin-right: 0;
    padding: 5rem 2.5rem 5rem 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

header.entry-header .replace-container .country-title-data>div {
    padding: 0;
}

header.entry-header .country-title-data>div p>em {
    display: block;
    color: #6a6f84;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
}

header.entry-header .country-title-data>div {
    display: flex;
    flex-wrap: wrap;
}

header.entry-header .country-title-data>div>:nth-child(n) {
    flex-basis: 50%;
    margin-bottom: 0;
}

/* CONTENT */
section.country>div>.wp-block-heading {
    font-size: 60px;
    line-height: 1.1;
    text-align: center;
    max-width: 24em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .75em;
    padding-bottom: .2em;
}

section.country.country-profile>div>.wp-block-heading {
    padding-bottom: .5em;
}

section.country.immigration-procedure>div>.wp-block-heading {
    max-width: 15em;
    padding-top: 1em;
    padding-bottom: .5em;
}

/* .circle-element */
.progress-bar-circle .wp-block-heading {
    font-size: 30px;
    color: #6a6f84;
    margin-top: 3em;
}

.circle-element>div p {
    min-width: max-content;
    word-break: normal;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

article.category-countries .circle-element>div.wp-block-group__inner-container {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* toggle */
section.country {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2rem;
}

section.country>div>div.content.is-layout-flex>:nth-child(1) {
    flex-basis: 66.666%;
    position: relative;
    max-height: 62vh;
    overflow-y: auto;
}

section.country>div>div.content.is-layout-flex>:nth-child(2) {
    flex-basis: 33.333%;
    height: 62vh;
    overflow-y: auto;
}

section.country.country-profile>div>div.content.is-layout-flex>:nth-child(1),
section.country.has-top-menu.taxation>div>div.content.is-layout-flex>:nth-child(1),
section.country.has-top-menu.employment-regulation>div>div.content.is-layout-flex>:nth-child(1) {
    max-height: 72vh;
}

section.country>div>div.content.is-layout-flex>:nth-child(1)>.content-container>div>:last-child.toggle-element {
    margin-bottom: 50%;
}

section.country.country-profile>div>div.content.is-layout-flex>div>:last-child.toggle-element {
    margin-bottom: 50%;
}

section.country>div>div.content.is-layout-flex>:nth-child(2)>div {
    -webkit-user-select: text;
    user-select: text;
}

section.country.has-top-menu>div>div.content.is-layout-flex>:nth-child(1)>div {
    padding: 0 .25rem 2rem 0;
}

section.country.has-top-menu>div>div.content.is-layout-flex>:nth-child(1)>div>div>:last-child.type-3 {
    margin-bottom: 50%;
}

section.country.has-top-menu>div>div.content.is-layout-flex>:nth-child(1)>div>div>ul:first-child,
section.country.has-top-menu>div>div.content.is-layout-flex>:nth-child(1)>div>div>ol:first-child,
section.country.has-top-menu>div>div.content.is-layout-flex>:nth-child(1)>div>div>.wp-block-heading:first-child,
section.country.has-top-menu>div>div.content.is-layout-flex>:nth-child(1)>div>div>p:first-child {
    margin-top: 2rem;
}

section.country.has-top-menu>div>div.content.is-layout-flex>:nth-child(1)>div>div>.wp-block-heading:first-child {
    line-height: 1.1;
}

.toggle-content {
    -webkit-user-select: none;
    user-select: none;
}

.toggle-element .toggle-element-hidden {
    overflow: hidden;
    max-height: 0;
}

.toggle-element:not(.type-3) .toggle-element-hidden {
    transition-property: max-height;
    transition-duration: .5s;
    transition-delay: 0s;
}

.toggle-element:not(.has-toggle-in-toggle) .toggle-element-hidden {
    padding: 0 104px 0 0;
}

.toggle-element.toggle-type-1:not(.has-toggle-in-toggle) .toggle-element-hidden {
    padding: 0 104px 0 2.5rem;
}

.toggle-element.open .toggle-element-hidden {
    max-height: 500rem;
}

.wp-block-group.toggle-element.toggle-type-1 {
    padding-bottom: 2rem;
}

.toggle-element.toggle-type-1.open .toggle-element-visible {
    padding-bottom: 0;
}

svg path.open {
    transition-duration: .5s;
    opacity: 0;
}

.toggle-element-visible {
    position: relative;
    padding: .5rem 104px 0 0;
    cursor: zoom-in;
}

toggle-type-1 .toggle-element-visible {
    padding: .5rem 104px 0 2.5rem;
}

.toggle-element:not(.type-3) .toggle-element-visible {
    min-height: 6em;
    padding-top: 1.5rem;
}

.toggle-element.open .toggle-element-visible {
    cursor: zoom-out;
}

svg.toggle-icon {
    position: absolute;
    right: 20px;
}

.toggle-element.toggle-type-1 .toggle-element-visible {
    padding: 2.5rem 104px 0 2.5rem;
}

.toggle-element-visible .wp-block-heading {
    line-height: 1.1;
    display: flex;
    align-items: center;
}

span.toggle-circle-icon {
    background: #ccc;
    width: .67em;
    min-width: .67em;
    height: .67em;
    margin-right: .5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.section-top-menu {
    gap: 3%;
}

.wp-block-columns.is-not-stacked-on-mobile.section-top-menu {
    min-width: max-content;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
	justify-content: flex-start;
}

.btn-container {
    margin-bottom: 1.5rem;
}

body .entry-content .btn-container>.wp-block-group__inner-container {
    overflow-x: auto;
}

.wp-block-columns.is-not-stacked-on-mobile.section-top-menu>div {
    background: #fff;
    min-width: max-content;
    flex-basis: auto;
    flex-grow: 0;
    text-align: center;
    padding: .5em 1.25em;
    cursor: pointer;
    transition-duration: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.summary.wp-block-column:hover {
    background-color: #ededed !important;
}

div.section-top-menu>div.white-hover.open>* {
    color: #fff;
}

.white-hover>* {
    transition-duration: .4s;
}

.white-hover:hover>* {
    color: #fff;
}

body .site-main .btn-container .section-top-menu>div>* {
    margin: 0;
    background: transparent !important;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

section.has-top-menu .content-container:not(.preview-element) {
    display: none;
}

section.has-top-menu .content-container:not(.preview-element).open {
    display: block;
}

.toggle-element {
    margin-bottom: 2rem;
}

.toggle-element-visible>div>.wp-block-heading {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: .25em;
}

.toggle-element p a {
    transition-duration: .2s;
    text-decoration: 1px dotted underline;
}

.toggle-element p a:hover {
    color: #6778ad;
    text-decoration: 1px solid underline;
}

ol.grid-list {
    display: flex;
    flex-wrap: wrap;
}

ol.grid-list.custom-number-style {
    list-style: none;
    padding-left: 0;
}

ol.grid-list.custom-number-style li {
    position: relative;
    padding-left: 4.1em;
}

ol.grid-list.custom-number-style .number {
    min-width: max-content;
    color: #6A6F84;
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}

ol.grid-list>li {
    flex-basis: 50%;
    padding: 0 2rem 1rem 0;
}

ol.grid-list.colums-1.custom-number-style li {
    flex-basis: 100%;
}

ol.grid-list.colums-1.custom-number-style .number {
    font-size: 2em;
}

section.immigration-procedure,
section.taxation {
    background: #F4F5F8;
}

section.taxation .toggle-element {
    background: #fff;
}

.toggle-type-2 .toggle-element {
    background: #fff;
    padding: 3em 2em 2em 2em;
    margin-bottom: 1.5rem;
}

.toggle-type-2 .toggle-element .wp-block-heading {
    margin-top: 0;
}

.toggle-type-2 svg.toggle-icon {
    top: 1em;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.type-3 .toggle-element-visible,
.toggle-type-3 .toggle-element-visible {
    padding: .5rem 2rem;
    display: flex;
    align-items: center;
}

.type-3.toggle-element,
.toggle-type-3 .toggle-element {
    border: 3px solid #D3E4FF;
    margin-bottom: 1rem;
}

.type-3.toggle-element .toggle-element-hidden>div>:first-child {
    margin-top: 0;
}

.type-3.toggle-element .toggle-element-hidden ol,
.type-3.toggle-element .toggle-element-hidden ul {
    margin-top: .75em;
}

body .entry-content .type-3 .toggle-element-visible>div,
body .entry-content .toggle-type-3 .toggle-element-visible>div {
    margin-left: 0;
}

.type-3 .toggle-element-visible svg,
.toggle-type-3 .toggle-element-visible svg {
    top: auto;
    right: 32px;
}

.type-3 .toggle-element-visible span.toggle-circle-icon,
.toggle-type-3 .toggle-element-visible span.toggle-circle-icon {
    background: #D3E4FF;
}

.type-3 .toggle-element-visible svg>:nth-child(1),
.toggle-type-3 .toggle-element-visible svg>:nth-child(1) {
    fill: #D3E4FF;
}


.type-3 .toggle-element-visible svg>:nth-child(2),
.type-3 .toggle-element-visible svg>:nth-child(3),
.toggle-type-3 .toggle-element-visible svg>:nth-child(2),
.toggle-type-3 .toggle-element-visible svg>:nth-child(3) {
    stroke: #D3E4FF;
}

.type-3 .toggle-element-visible .wp-block-heading,
.toggle-type-3 .toggle-element-visible .wp-block-heading {
    font-size: 24px;
    margin: 1em 4em 1em 0;
    text-transform: uppercase;
}

/* toggle-in-toggle */
.toggle-in-toggle {
    padding: 1rem 2rem 2rem;
}

.toggle-in-toggle-element-visible .wp-block-heading {
    margin-top: 0;
    margin-bottom: .5em;
    text-transform: uppercase;
    color: #002196;
    text-decoration: 2px dotted underline;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.toggle-in-toggle-element-visible .wp-block-heading:hover {
    text-decoration: 2px solid underline;
}

.toggle-element.has-toggle-in-toggle .toggle-in-toggle-element .toggle-in-toggle-element-hidden {
    transition-duration: .5s;
    max-height: 0;
    overflow: hidden;
}

.toggle-element.has-toggle-in-toggle .toggle-in-toggle-element.open .toggle-in-toggle-element-hidden {
    max-height: 500rem;
}

.toggle-element.type-3.has-toggle-in-toggle .toggle-in-toggle>div>:not(:last-child).toggle-in-toggle-element .toggle-in-toggle-element-hidden,
.toggle-element.type-3 .toggle-element-hidden {
    transition-property: max-height, padding-bottom;
    transition-duration: 1s, .15s;
    transition-delay: 0s, .8s;
}

.toggle-element.type-3.has-toggle-in-toggle .toggle-in-toggle>div>:not(:last-child).toggle-in-toggle-element.open .toggle-in-toggle-element-hidden,
.toggle-element.type-3.open .toggle-element-hidden {
    padding-bottom: 2rem;
    transition-duration: 1.5s, .15s;
    transition-delay: 0s, .05s;
}

.toggle-element.type-3:not(.has-toggle-in-toggle)>div>.toggle-element-hidden {
    padding-left: 2rem;
}

.toggle-element.has-toggle-in-toggle.type-3 .toggle-in-toggle {
    padding-top: 0;
    padding-bottom: 0;
}

.toggle-element.has-toggle-in-toggle .toggle-in-toggle-element .toggle-in-toggle-element-hidden .wp-block-heading {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: .5em;
    display: flex;
    align-items: center;
}

.toggle-in-toggle-element-hidden .has-at-background {
    background: #EEF2FF;
    padding: 2rem;
    margin-bottom: 2rem;
}

.toggle-in-toggle span.toggle-circle-icon {
    background: #282828;
    width: 8px;
    min-width: 8px;
    height: 8px;
}

.toggle-in-toggle svg.open-sidebar {
    width: 1.6em;
    min-width: 1.6em;
    height: auto;
    margin-top: -.1em;
    margin-right: .15em;
}

.toggle-in-toggle svg.open-sidebar path {
    stroke: #002196;
}

.toggle-in-toggle-element.open svg.open-sidebar>:nth-child(1) {
    opacity: 0;
}

/* widget-quick-nav */
aside.widget-area::before,
aside.widget-area::after {
    content: none;
}

aside.widget-area .widget-container.quick-navigation-wrapper {
    display: none !important;
}

.widget-container.quick-navigation-wrapper {
    padding-left: 3rem;
    padding-right: .25rem;
    margin-right: 4px;
}

body.single .entry-content .widget-container.quick-navigation-wrapper>div {
    padding: 1rem 2.5rem;
}

.country.country-profile .widget-container.quick-navigation-wrapper>div,
.country.options-of-doing .widget-container.quick-navigation-wrapper>div,
.country.employment-regulation .widget-container.quick-navigation-wrapper>div {
    background: #f4f5f8;
}

.country.taxation .widget-container.quick-navigation-wrapper>div,
.country.immigration-procedure .widget-container.quick-navigation-wrapper>div {
    background: #fff;
}

.items-container.has-children-level {
    margin-top: .5em;
}

.level-2,
.level-3 {
    margin-left: 2rem;
}

body.single .level-2 p,
body.single .level-3 p {
    line-height: 1.1;
    font-weight: 600;
    margin-top: .15em;
}

body.single .level-2 p {
    margin-top: .35em;
    margin-bottom: .5em;
}

body.single .level-2 p.has-children {
    margin-top: -.15em;
    margin-bottom: 0;
}

.level-3 {
    font-style: italic;
}

.items-container .items-container:not(.has-children-level) {
    overflow: hidden;
    transition-duration: .5s;
    max-height: 0;
}

div.entry-content>.quick-navigation-wrapper>div a.open,
.quick-navigation-wrapper a.open {
    color: #d80000;
}

.wp-block-group__inner-container.open>div.items-container {
    max-height: 60rem;
}

.wp-block-group__inner-container.open>p.has-children>svg.open-sidebar>:nth-child(1) {
    opacity: 0;
}

.content-container>div {
    position: relative;
}

.level-1 p.has-children svg.open-sidebar {
    margin-top: -.1em;
}

.level-2 p.has-children svg.open-sidebar {
    margin-top: -.2em;
}

p.has-children svg.open-sidebar {
    margin-left: .25em;
    width: 36px;
    height: 36px;
    min-width: max-content;
}

p.has-children svg.open-sidebar path {
    stroke: #c3d1e2;
}

.wp-block-group__inner-container.open>p.has-children>svg.open-sidebar path {
    stroke: #87a2c5;
}

.quick-navigation-inner-parent .wp-block-group__inner-container.open>p.has-children svg.open-sidebar {
    z-index: 3;
    cursor: zoom-out;
    pointer-events: all;
}

p.has-children {
    pointer-events: none;
}

p.has-children a {
    pointer-events: all;
}

p.country-name>a>code {
    font: inherit;
    color: #87a2c5;
}

.quick-navigation-wrapper .wp-block-heading {
    margin: 0;
    padding: 1em 0 .25em;
    color: #6A6F84;
    font-size: 26px;
    text-transform: uppercase;
    border-bottom: 4px solid #EEF2FF;
}

section.country-profile .quick-navigation-wrapper .wp-block-heading,
section.options-of-doing .quick-navigation-wrapper .wp-block-heading,
section.employment-regulation .quick-navigation-wrapper .wp-block-heading {
    border-color: #fff;
}

p.has-children {
    display: flex;
    align-items: center;
}

.level-1>div>p.has-children {
    margin: .75em 0 0;
    color: #6A6F84;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
}

.level-2>div>p.has-children {
    font-weight: 600;
}

/* staff-only-container */
body.single .entry-content section.staff-only-container,
section.staff-only-container {
    border: 2px solid var(--Aqua-Blue, #00A4B4);
}

body.single .entry-content section.staff-only-container>div,
section.staff-only-container>div {
    position: relative;
    margin: auto;
}

section.staff-only-container>div::before {
    content: "Staff Only Section";
    background: var(--Aqua-Blue, #00A4B4);
    padding: .5em 1em;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}

.staff-only-container .container>div>.wp-block-columns {
    max-width: 1440px;
    margin: auto;
    justify-content: flex-start;
}

.staff-only-container .container>div>.wp-block-columns>.wp-block-column {
    max-width: 1000px;
}

.staff-only-container svg.icon {
    width: 1.5em;
    height: auto;
    vertical-align: middle;
    margin-top: -.35em;
    margin-right: .5em;
}

.staff-only-container .wp-block-columns {
    gap: 3rem;
}

.staff-only-container>div>.wp-block-group {
    padding: 6rem 2rem 4rem;
}

.staff-only-container>div>.wp-block-group:nth-child(2n) {
    background: #F4F5F8;
}

.staff-only-container a {
    transition-duration: .3s;
    text-decoration: dotted 1px underline;
}

.staff-only-container p {
    line-height: 1.4;
    margin-top: 0;
}

.staff-only-container a:hover {
    text-decoration: solid 1px underline;
    color: var(--Aqua-Blue, #00A4B4);
}

.staff-only-container h2.wp-block-heading {
    font-size: 60px;
    line-height: 1.2;
}

.staff-only-container h3.wp-block-heading {
    font-size: 30px;
    line-height: 1.2;
}

.gpc-logo-container {
    max-width: 200px;
    height: auto;
    padding: 1rem 2em 0 0;
    cursor: pointer;
}

svg.icon.gpc-logo {
    width: 100%;
    height: auto;
}

/* .end staff-only-container */

/* "@MEDIA QUERY */
@media (min-width: 1921px) {
    header.entry-header.alignwide figure.post-thumbnail {
        max-width: 720px;
    }

    .entry-title-wrapper .container {
        padding-left: 0;
    }
}

@media (max-width: 1480px) {
    .entry-title-wrapper .container {
        padding: 5rem 2.5rem;
    }
}

@media (max-width: 1439px) and (min-width: 1024px) {
    body.single .entry-content .widget-container.quick-navigation-wrapper>div {
        padding: .25rem 1.5rem .5rem;
    }

}

@media (max-width: 1439px) {

    body.single main td,
    body.single main th,
    body.single main li,
    body.single main p {
        font-size: 16px;
    }

    body.single header.entry-header.alignwide h1.entry-title {
        font-size: 50px;
        margin-bottom: .5rem;
    }

    header.entry-header .country-title-data>div p {
        font-size: 28px;
    }

    header.entry-header .country-title-data>div p>em {
        font-size: 14px;
    }

    .staff-only-container h2.wp-block-heading,
    section.country>div>.wp-block-heading {
        font-size: 40px;
    }

    .quick-navigation-wrapper .wp-block-heading {
        font-size: 20px;
    }

    .level-1>div>p.has-children {
        font-size: 20px;
    }

    body.single .level-2 p,
    body.single .level-3 p {
        font-size: 16px;
    }

    ol.grid-list>li {
        flex-basis: 100%;
        padding: 0 1rem 1rem 0;
    }

    ol.grid-list.custom-number-style .number {
        font-size: 36px;
    }

    svg.toggle-icon {
        width: 40px;
        height: auto;
        right: 32px;
    }

    .toggle-element-visible>div>.wp-block-heading {
        font-size: 24px;
    }

    .staff-only-container h3.wp-block-heading,
    .progress-bar-circle .wp-block-heading {
        font-size: 24px;
    }

    .progress-bar-circle .canvas-container>div:not(.small-circle) {
        width: 180px;
        height: 180px;
    }

    .circle-left {
        width: 36px;
        height: 36px;
    }

    .circle-right {
        width: 24px;
        height: 24px;
    }

    .progress-bar-circle .wp-block-code {
        font-size: 32px;
    }

}

@media (min-width: 1024px) {

    div.entry-content>.quick-navigation-wrapper {
        display: none;
    }

    section.country.country-profile {
        padding-bottom: 0;
    }

    span.icon-btn {
        display: none;
    }

    section.country-profile,
    section.has-top-menu {
        height: 100vh;
        overflow: hidden;
    }

    .wp-block-columns.is-not-stacked-on-mobile.section-top-menu>div:hover {
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        transform: translateY(-4px);
    }

}

@media (max-width: 1023px) {
    section.country .quick-navigation-inner-parent {
        display: none;
    }

    section.country {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    section.country-profile>div>div.content {
        flex-direction: column-reverse;
    }

    body.single header.entry-header.alignwide h1.entry-title {
        font-size: 40px;
    }

    header.entry-header .country-title-data>div p {
        font-size: 24px;
    }

    header.entry-header .country-title-data>div p>em {
        font-size: 12px;
    }

    body.single .entry-content>.widget-container.quick-navigation-wrapper {
        margin: 3rem auto 0;
        padding: 0;
        position: relative;
        height: 3.1em;
    }

    body.single .entry-content>.widget-container.quick-navigation-wrapper.sticky {
        height: 0;
        margin-top: 0;
        -webkit-transition: height .4s, matgin .4s;
        -moz-transition: height .4s, matgin .4s;
        -ms-transition: height .4s, matgin .4s;
        -o-transition: height .4s, matgin .4s;
        transition: height .4s, matgin .4s;
    }

    body.single .entry-content>.widget-container.quick-navigation-wrapper.sticky>.wp-block-group__inner-container {
        position: fixed;
        top: 6px;
        left: 6px;
        right: 6px;
        z-index: 10;
    }

    .staff-only-container h2.wp-block-heading,
    section.country>div>.wp-block-heading {
        font-size: 30px;
        padding: 2em 1rem .25em;
    }

    section.country.country-profile>div>.wp-block-heading {
        padding-top: 2em;
        padding-bottom: .75em;
    }

    body.single .entry-content>.widget-container.quick-navigation-wrapper>.wp-block-group__inner-container>div {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .btn-container {
        margin-bottom: .5rem;
    }

    body.single .entry-content>.widget-container.quick-navigation-wrapper>div {
        max-height: 3.15rem;
        padding: 0;
        background: #6A6F84;
        overflow: hidden;
        position: absolute;
        left: 4px;
        right: 4px;
        top: 0;
        z-index: 10;
        -webkit-user-select: none;
        user-select: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

    body.single .entry-content>.widget-container.quick-navigation-wrapper>div.open {
        max-height: 300rem;
        background: #f4f5f8;
		-webkit-transition: max-height .5s;
		-moz-transition: max-height .5s;
		-ms-transition: max-height .5s;
		-o-transition: max-height .5s;
		transition: max-height .5s;
    }

    body.single .entry-content>.widget-container.quick-navigation-wrapper>div .wp-block-heading {
        color: #fff;
    }

    body.single .entry-content>.widget-container.quick-navigation-wrapper>div.open .wp-block-heading {
        color: #6A6F84;
    }

    .entry-content>.quick-navigation-wrapper>div .wp-block-heading {
        border-color: transparent;
        cursor: pointer;
    }

    .entry-content>.quick-navigation-wrapper>div.open .wp-block-heading {
        border-color: #fff;
        cursor: pointer;
    }

    span.icon-btn {
        margin-top: 2rem;
        color: #6A6F84;
        font-weight: 600;
        text-transform: uppercase;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        cursor: pointer;
    }

    .quick-navigation-wrapper span.icon-btn svg {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    body.single .entry-content .widget-container.quick-navigation-wrapper>div.open {
        max-height: 300rem;
        overflow: auto;
    }

    .quick-navigation-wrapper .wp-block-heading {
        text-align: center;
        margin: 0 1.5rem;
        padding: .9rem 0;
        line-height: 1;
    }

    .level-1>div>p.has-children {
        margin: 1em 0 0;
    }

    p.has-children svg.open-sidebar path {
        stroke: #8993bb;
    }

    .wp-block-group__inner-container.open>p.has-children>svg.open-sidebar path {
        stroke: #fff;
    }

    body section.country .quick-navigation-wrapper .wp-block-heading {
        border-color: #8993bb;
    }

    .toggle-element-visible .wp-block-heading {
        align-items: center;
        padding-right: 1.5rem;
    }

    span.toggle-circle-icon {
        margin-top: 0;
        margin-right: .75em;
    }
}

@media (max-width: 781px) {
    section.country {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    header.entry-header.alignwide {
        flex-direction: column;
    }

    header.entry-header.alignwide figure.post-thumbnail {
        max-width: none;
    }

    header.entry-header.alignwide figure.post-thumbnail img {
        max-width: none !important;
        height: 100% !important;
    }

    header.entry-header .country-title-data>div p {
        font-size: 18px;
    }

    .progress-bar-circle .wp-block-heading {
        font-size: 16px;
    }

    .entry-title-wrapper .container {
        padding: 3rem 1rem;
    }

    main#main .progress-bar-circle .elements-container>div {
        flex-basis: auto !important;
    }

    .progress-bar-circle .elements-container .canvas-container p {
        margin: 0;
        font-size: 12px;
    }

    .progress-bar-circle .wp-block-code {
        font-size: 24px;
    }

    .progress-bar-circle .canvas-container>div:not(.small-circle) {
        width: 140px;
        height: 140px;
    }

    .circle-left {
        width: 22px;
        height: 22px;
    }

    .circle-right {
        right: -18px;
        width: 14px;
        height: 14px;
    }

    .btn-container {
        padding: 0 1rem;
        margin-bottom: 0;
    }

    .wp-block-columns.is-not-stacked-on-mobile.section-top-menu {
        justify-content: flex-start;
        padding: .5rem 0;
    }

    .toggle-element-visible {
        padding: 1rem 1rem 0rem;
    }

    .toggle-element.toggle-type-1 .toggle-element-visible {
        padding: 1.5rem 4rem 0 1.5rem;
    }

    .toggle-element-visible>div>.wp-block-heading {
        padding-right: 2.75rem;
    }

    .toggle-element.toggle-type-1 .toggle-element-visible>div>.wp-block-heading {
        padding-right: 0;
    }

    svg.toggle-icon {
        right: 20px;
        width: 40px;
        height: auto;
    }

    .widget-container.quick-navigation-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-right: 0;
    }

    .toggle-element:not(.has-toggle-in-toggle) .toggle-element-hidden {
        padding: 0 1rem;
    }

    .toggle-element.toggle-type-1.open {
        padding-bottom: 2rem;
    }

    .toggle-element.toggle-type-1 {
        padding-bottom: 0;
    }

    .toggle-element.toggle-type-1:not(.has-toggle-in-toggle) .toggle-element-hidden {
        padding: 0 1.5rem 0 1.5rem;
    }

    .type-3 .toggle-element-visible,
    .toggle-type-3 .toggle-element-visible {
        padding: .5rem 1rem;
    }

    .toggle-in-toggle-element-visible .wp-block-heading {
        font-size: 16px;
    }

    section.country.has-top-menu>div>div.content.is-layout-flex>:nth-child(1)>div {
        padding: 1rem;
    }

    body .entry-content .btn-container>.wp-block-group__inner-container {
        padding: 0;
        margin: 0;
    }

    .type-3 .toggle-element-visible .wp-block-heading {
        font-size: 14px;
    }

    section.country.immigration-procedure>div>.wp-block-heading {
        max-width: 14em;
        padding-bottom: 1.25em;
        padding-top: 2em;
    }

    .toggle-element:not(.type-3) .toggle-element-visible {
        min-height: 6em;
        padding-top: 1rem;
    }

}

@media (max-width: 560px) {
    .wp-block-columns.elements-container {
        padding: 0;
    }

    section.country>div>.wp-block-heading {
        font-size: 26px;
        padding: 2.5em 1rem .25em;
    }

    .toggle-element-visible>div>.wp-block-heading {
        font-size: 20px;
    }

    main#main .progress-bar-circle .elements-container>div {
        flex-basis: 50% !important;
    }

    .entry-content section.progress-bar-circle>div.wp-block-group__inner-container {
        padding: 0 1rem 0rem;
    }

    section.country {
        padding-left: 0;
        padding-right: 0;
    }

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

    .progress-bar-circle .canvas-container>div:not(.small-circle) {
        width: 135px;
        height: 135px;
    }

    .toggle-in-toggle-element-visible .wp-block-heading {
        font-size: 14px;
    }
}