/**!! MAIN THEME STYLING !!**/

/****** 00 GENERAL CLASSES *******/

body {
	/*font-family: '', sans-serif;*/
    color: #172770;
}

strong {
    font-family: var(--wp--preset--font-family--gilroy-semibold);
}

em {
    font-family: var(--wp--preset--font-family--gilroy-regularitalic);
}

a {
	-webkit-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;
    outline: none !important;
    text-decoration: none;
    -webkit-backface-visibility: hidden!important; backface-visibility: hidden!important;
    transform: translate3D(0, 0, 0); -webkit-transform: translate3D(0, 0, 0);
}

/*a:where(:not(.wp-element-button)) {
    font-size: inherit !important;
}*/

@media (min-width: 1025px) {.hide-desktop{display: none !important}}

/*** Grid ***/

.container {
	max-width: 1185px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

@media (min-width:1025px) and (max-width:1200px) {
	.container {
		max-width: 95%;
	}
}

/*@media (min-width: 1371px) {.container{max-width: XXXXpx}}*/
@media (min-width: 1670px) {.container{max-width: 1385px}}

.row{position:relative;display:flex;flex-direction:row;align-items:flex-start;width:100%}
.row-equal{align-items:stretch}
.row-wrap{flex-wrap:wrap}
.row-align-left{justify-content:flex-start}
.row-align-right{justify-content:flex-end}
.row-align-center{justify-content:center}
.stack-between{justify-content:space-between}
.columnize{flex-direction:column}
.vertical-flex-center{align-items:center}
.full-col{width:100%}
.col-sf{width:65%}
.col-half{width:50%}
.col-fe{width:48%}
.col-one-third{width:32%}
.col-one-fourth{width:24%}

/* Splide fix */

.splide__list{display: flex;}

/* CF7 fix */

.wpcf7-spinner{position:absolute!important}
.wpcf7 .ajax-loader{position:absolute;right:0}
.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed!important;opacity:.5}

/* Normalization fixes */

html,body{max-width:100%;/*overflow-x:hidden*/}
a:visited{color:inherit}
address{font-style:normal}
blockquote{margin:0}
p:first-of-type{margin-top:0}
p:last-of-type{margin-bottom:0}

/** Buttons styling **/

/* Default button */

.default-btn {
    display: inline-flex;
    align-items: center;
}

.default-btn svg {
    height: 40px; width: 40px;
    margin-left: 20px;
}

.default-btn span {
    color: #8E8E8E;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.default-btn:hover span {
    color: #172770;
}

/****** HEADER *******/

.site-header {
    position: absolute;
    left: 0; right: 0; top: 0;
    width: 100%;
    z-index: 1;
    padding-top: 80px;
}

.admin-bar .site-header {
    padding-top: 112px;
}

.header-rightpart {
    display: inline-flex;
    align-items: center;
}

/** Menu **/

.topmain-navigation ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.topmain-navigation ul li {
    line-height: 25px;
    position: relative;
}

.topmain-navigation ul li a {
    position: relative;
}

.topmain-navigation ul li a:after {
    content: '';
    width: 100%; height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 4px;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.topmain-navigation ul li a:hover:after {
    bottom: -3px;
    opacity: 1;
}

.topmain-navigation ul li:not(:last-of-type) {
    margin-right: 25px;
}

.topmain-navigation li a {
    font-size: 16px; line-height: 25px;
    color: #fff;
}

/** Language switcher **/

.lang-switcher-wrapper {
    margin-left: 30px;
    position: relative;
    display: inline-flex;
}

.lang-switcher-wrapper ul {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

html[lang="en-US"] .lang-switcher-wrapper ul {
    flex-direction: column;
}

.lang-switcher-wrapper ul li {
    min-width: 59px;
}

.lang-switcher-wrapper li a {
    font-size: 20px; line-height: 25px;
    color: #fff;
    padding: 0;
}

html[lang="pl-PL"] .lang-switcher-wrapper li:last-of-type a:before,
html[lang="en-US"] .lang-switcher-wrapper li:first-of-type a:before {
    content: '';
    width: 25px; height: 13px;
    display: inline-block;
    top: 2px;
    position: relative;
    margin-right: 5px;
    background: url(../../assets/svg/langswitch-chevron-down.svg) no-repeat center; background-size: contain;
}

html[lang="pl-PL"] .lang-switcher-wrapper li:first-of-type,
html[lang="en-US"] .lang-switcher-wrapper li:last-of-type {
    position: absolute;
    top: 100%;
    right: -20px;
    text-align: right;
    padding-top: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

html[lang="pl-PL"] .lang-switcher-wrapper li:first-of-type:before,
html[lang="en-US"] .lang-switcher-wrapper li:last-of-type:before {
    content: '';
    width: 100%; height: 1px;
    position: absolute;
    top: 3px; left: 0;
    background: #fff;
}

html[lang="pl-PL"] .showfixedheader .lang-switcher-wrapper li:first-of-type:before, 
html[lang="en-US"] .showfixedheader .lang-switcher-wrapper li:last-of-type:before {
    background: #172770;
}

html[lang="pl-PL"] .lang-switcher-wrapper:hover li:first-of-type,
html[lang="pl-PL"] .lang-switcher-wrapper li:first-of-type:hover,
html[lang="en-US"] .lang-switcher-wrapper:hover li:last-of-type,
html[lang="en-US"] .lang-switcher-wrapper li:last-of-type:hover {
    opacity: 1;
    pointer-events: initial;
    right: 0;
}

/* Animated top bar */

.site-header.initial-scrolled {
    padding-top: 33px; padding-bottom: 33px;
    z-index: 2;
    top: -150px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 2.6px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 4px 2.6px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 4px 2.6px 0px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.65s ease-in-out;
    transition: all 0.65s ease-in-out;
}

.site-header.initial-scrolled.showfixedheader {
    top: 0;
    position: fixed;
}

.admin-bar .site-header.initial-scrolled.showfixedheader {
    top: 32px;
}

.site-header.initial-scrolled.showfixedheader .lang-switcher-wrapper li a,
.site-header.initial-scrolled.showfixedheader .topmain-navigation ul li a {
    color: #172770;
}

.site-header.initial-scrolled .custom-logo-link {
    width: 169px; height: 20px;
    position: relative;
}

.site-header.initial-scrolled .custom-logo-link:before {
    content: '';
    width: 100%; height: 100%;
    position: absolute;
    left: 0; top: 0;
    background: url(../../assets/svg/ceta-logosmall-dark.svg) no-repeat center; background-size: contain;
}

.site-header.initial-scrolled .custom-logo-link img {
    opacity: 0;
}

.site-header.initial-scrolled .lang-switcher-wrapper li:first-of-type:before,
.site-header.initial-scrolled .topmain-navigation ul li a:after {
    background: #172770;
}

/****** FOOTER ******/

/*.home .site-footer {
    margin-top: 100px;
}*/

.site-footer {
    position: relative;
    padding: 65px 0 35px;
}

.site-footer:before {
    content: '';
    width: calc(100% - 30px); height: 100%;
    display: block;
    right: 0; bottom: 0;
    position: absolute;
    pointer-events: none;
    border-top-left-radius: 125px;
    background: #047EBF; background: linear-gradient(90deg,rgba(4, 126, 191, 1) 0%, rgba(23, 39, 101, 1) 100%);
}

/** Logo redirects **/

.sswmain-href svg {
    width: 110px; height: 110px;
}

.sswmain-href span {
    color: #fff;
    font-size: 20px; line-height: 22px;
    max-width: 65%;
    display: block;
    margin-top: 10px;
}

/** Right part - menus and social media **/

.leftcol-logo-sswredirect,
.rightcol-menus-sm {
    display: flex;
    flex-wrap: wrap;
}

.bottom-navigation {
    margin-right: 35px;
}

.bottom-navigation ul {
    list-style: none;
    padding: 0;
}

.bottom-navigation ul li,
.bottom-navigation ul li a {
    font-size: 18px; line-height: 25px;
    color: #fff;
}

.bottom-navigation ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.bottom-navigation ul li a {
    position: relative;
}

.bottom-navigation ul li a:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 4px;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.bottom-navigation ul li a:hover:before {
    bottom: -4px;
    opacity: 1;
}

.sm-list {
    padding: 0;
    list-style: none;
    display: flex;
}

.sm-list li:not(:last-of-type) {
    margin-right: 7px;
}

.sm-list li a svg g g {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.sm-list li a:hover svg g g {
    stroke: #FC4CC9 !important;
}

.sswmain-href {
    margin-right: 25px;
}

/* Copyright */

.copyright-row {
    border-top: 1px solid rgba(255,255,255,0.25);
    margin-top: 35px;
    padding-top: 25px;
}

.copyright-www {
    font-size: 18px; line-height: 24px;
    color: #fff;
}

.ts-href {
    display: inline-flex;
    align-items: center;
}

.ts-href span {
    font-size: 18px; line-height: 24px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ts-href:hover span {
    color: #FC4CC9;
}

/****** T01 HOME ******/

/***** T01S01 CLAIM *****/

.claim-wrapper {
    padding: 295px 0 255px;
    position: relative;
}

.claim-bg {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    width: calc(100% - 35px); height: 100%; object-fit: cover; object-position: center;
    border-bottom-right-radius: 120px;
}

.claim-wrapper article {
    /*max-width: 72%;*/ width: 100%;
    position: relative;
    z-index: 1;
}

.claim-wrapper article h1 {
    font-size: 70px; line-height: 70px;
    color: #fff;
    margin: 0 0 45px 0;
}

.claim-wrapper article p {
    line-height: 32px;
    color: #fff;
}

/***** T01S02 MORE INFORMATION *****/

.home-moreinfo-wrapper {
    padding: 100px 0 0;
}

.home-moreinfo-wrapper article {
    /*max-width: 83%;*/ width: 100%;
    margin-right: auto;
}

.home-moreinfo-wrapper article h2,
.home-moreinfo-wrapper article h2 a {
    font-size:42px; line-height: 53px;
}

.home-moreinfo-wrapper article h2 a,
.home-moreinfo-wrapper article h2 span {
    color: #FC4CC9;
    border: 1px solid #FC4CC9;
    padding: 3px 15px;
    border-radius: 10px;
}

.home-moreinfo-wrapper article h2 {
    margin-bottom: 60px;
}

.home-moreinfo-wrapper article h2 a:hover {
    color: #172770;
}

.home-moreinfo-wrapper article p,
.home-moreinfo-wrapper article li {
    font-size: 25px; line-height: 32px;
}

.home-moreinfo-wrapper article p:not(:last-of-type) {
    margin-bottom: 30px;
}

.home-moreinfo-wrapper article p a {
    color: #FC4CC9;
}

.home-moreinfo-wrapper article p a:hover {
    color: #172770;
}

/***** T01S03 PACKAGES GRID *****/

.packages-wrapper-home {
    padding-top: 100px;
}

.packages-wrapper-home.bloghasnoposts {
    margin-bottom: 75px;
}

.packages-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; grid-column-gap: 67px; grid-row-gap: 67px;
}

.package-block a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    position: relative;
    min-height: 500px;
    border-radius: 20px;
    background: #F4F4F4;
}

.package-bg {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    border-radius: 20px;
    opacity: 0.1;
}

.package-block a span {
    position: relative;
    z-index: 1;
    color: #172770;
    font-size: 50px; line-height: 50px;
    -webkit-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;
    display: block;
}

.package-block a svg {
    position: absolute;
    right: 40px; bottom: 40px;
    pointer-events: none;
}

.package-block a:hover {
    background: #FC4CC9;
}

.package-block a:hover span {
    color: #fff;
}

/***** T01S04 BLOGPOST GRID *****/

.news-wrapper {
    padding-top: 100px;
}

.news-wrapper.newsmarginbottom {
    padding-bottom: 75px;
}

.default-header {
    font-size: 45px; line-height: 55px;
}

.blogposts-defaultgrid-threecols {
    border-top: 1px solid #D1D1D1;
    padding-top: 70px;
    margin-top: 25px;
    padding-left: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 115px;
    grid-row-gap: 65px;
}

.blogpost-block {
    min-height: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blogpost-block .title-wrapper {
    display: -webkit-box;
    min-height: 165px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.blogpost-block .title-wrapper a {
    color: #172770;
}

.blogpost-block a:hover {
    color: #FC4CC9;
}

.blogpost-block:nth-child(4n+2):before,
.blogpost-block:nth-child(4n+3):before {
    content: '';
    width: 1px; height: 100%;
    background: #D1D1D1;
    display: block;
    position: absolute;
    left: -56.5px;
}

.blogpost-submeta {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: 30px;
}

.blogpost-submeta,
.blogpost-submeta * {
    font-size: 18px; line-height: 25px;
}

.firstcat-name {
    color: #FC4CC9;
}

.news-wrapper .default-btn {
    display: flex; width: fit-content;
    margin-left: auto; margin-right: 0; margin-top: 25px;
    align-self: flex-end; justify-self: flex-end;
}

/***** T01S05 TEAM LISTING GRID *****/

.tm-wrapper-home {
    padding-top: 30px;
}

.tm-defaultgrid-twocols {
    padding-left: 0;
    border-top: 1px solid #D1D1D1;
    padding-top: 70px;
    margin-top: 25px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.row-tm {
    border: 1px solid #D1D1D1;
    border-radius: 10px;
}

.row-tm picture {
    max-width: 48%; width: 100%;
}

.row-tm picture,
.row-tm picture img {
    border-radius: 10px;
}

.row-tm picture img {
    width: 100%; height: auto;
}

@media (min-width: 1025px) {
    .row-tm picture {
        height: 390px;
    }

    .row-tm picture img {
        width: 100%; height: 100%;
        object-fit: cover;
    }
}

.rightcol-tm-meta {
    max-width: 50%; width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.tmname-redirect {
    font-size: 25px; line-height: 32px;
    color: #172770;
}

.tmname-redirect:hover {
    color: #FC4CC9;
}

.tm-job {
    font-size: 15px; line-height: 23px;
    color: #0095E9;
    display: block;
    margin-top: 7px;
}

.tm-contacts {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.tm-contacts a {
    font-size: 15px; line-height: 23px;
    color: #FC4CC9;
    width: fit-content;
}

.tm-contacts a.tm-email {
    margin-bottom: 3px;
}

.tm-contacts a.tm-email:hover {
    color: #172770;
}

.tm-contacts a svg {
    height: 18px;
    width: auto;
}

/*.tm-contacts a svg path {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}*/

.tm-contacts a svg path {
    fill: #2867B2 !important;
}

.tm-specs {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.tm-specs,
.tmspecs-header,
.tm-specs aside {
    font-size: 14px; line-height: 22px;
}

/***** T01S06 CONTACT FORM *****/

.contactform-wrapper {
    padding-top: 115px;
    margin-bottom: 100px;
}

.form-box-wrap {
    background: #f2f2f2;
    border-radius: 15px;
    padding: 84px 50px
}

.form-box-wrap .default-header {
    margin-bottom: 35px;
}

.form-box-wrap .wpcf7 textarea, 
.form-box-wrap .wpcf7 input[type=text], 
.form-box-wrap .wpcf7 input[type=email], 
.form-box-wrap .wpcf7 input[type=tel] {
    border: 0;
    width: 100%;
    font-size: 22px; line-height: 36px;
    padding: 25px 36px;
    border-radius: 15px;
    margin-bottom: 20px;
    -webkit-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;
    outline: 1px solid transparent
}

.form-box-wrap .wpcf7 textarea {
    height: 270px;
}

.row-cf-general .col-half:first-of-type {
    padding-right: 2%;
}

.pink-button-cf7 {
    background: #FC4CC9;
    border: 0;
    color: #fff;
    font-size: 22px; line-height: 30px; font-weight: 700;
    min-height: 100px; min-width: 100%;
    display: flex;
    align-items: center; justify-content: center;
    border-radius: 15px;
    -webkit-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;
    cursor: pointer;
    font-family: var(--wp--preset--font-family--gilroy-semibold);
}

.pink-button-cf7:hover {
    background: #172B70
}

.codedropz-upload-inner .codedropz-btn-wrap {
    display: flex;
    align-items: center; justify-content: center;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    color: #FC4CC9;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px; font-size: 14px;
}

.codedropz-upload-inner span {
    font-size: 15px; line-height: 22px;
}

.codedropz-upload-inner {
    display: flex;
    flex-direction: column;
}

.form-box-wrap  .wpcf7-list-item {
    margin-left: 0;
    font-size: 16px; line-height: 22px;
}

.form-box-wrap  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 16px; line-height: 22px;
    display: inline;
}

.form-box-wrap  .wpcf7-acceptance .wpcf7-list-item-label a {
    font-size: 16px; line-height: 22px;
    color: #172770;
    text-decoration: underline !important;
}

.cf-accepts {
    margin-top: 25px;
}

.cf-info {
    display: block;
    margin: 20px 0 0;
    color: #888;
    font-weight: 500; font-size: 16px; line-height: 22px;
}

.cf-info a {
    color: inherit;
    font-size: 16px; line-height: 22px;
    text-decoration: underline !important
}

.cf-info ol {
    margin: 15px 0;
}

.wpcf7-not-valid-tip {
    font-size: 16px; line-height: 24px;
    font-family: var(--wp--preset--font-family--gilroy-medium);
}

@media (min-width: 1025px) {
    .wpcf7-not-valid-tip {
        margin-top: -15px;
    }
    span[data-name="wiadomosc-004"] .wpcf7-not-valid-tip {
        margin-top: -25px;
    }
}

/****** T02 SINGLE PACKAGE ******/

/***** T02S01 INTRO *****/

.package-intro-wrapper {
    position: relative;
    padding: 265px 0 200px;
}

.package-intro-wrapper article {
    position: relative;
    z-index: 1;
    max-width: 83%; width: 100%;
}

.package-intro-wrapper article,
.package-intro-wrapper article * {
    color: #fff;
}

.package-intro-wrapper article h1 {
    font-size: 70px; line-height: 82px;
    margin: 0 0 15px;
}

.package-intro-wrapper article p,
.package-intro-wrapper article li {
    line-height: 32px;
}

.package-intro-wrapper article p:not(:last-of-type) {
    margin-bottom: 25px;
}

/***** T02S02 MORE INFO *****/

.packagetxt-info-wrapper {
    padding: 155px 0;
}

.packagetxt-info-wrapper blockquote,
.packagetxt-info-wrapper article {
    max-width: 86%; width: 100%;
}

.packagetxt-info-wrapper blockquote,
.packagetxt-info-wrapper blockquote p {
    color: #FC4CC9;
    font-size: 35px; line-height: 46px;
}

.packagetxt-info-wrapper article {
    margin-top: 25px;
}

.packagetxt-info-wrapper article p {
    font-size: 20px; line-height: 27px;
}

/***** T02S03 SERVICES LIST *****/

.packages-grid-wrapper {
    border-top: 1px solid #D1D1D1;
    padding-top: 45px; margin-top: 25px;
}

.packages-grid-wrapper article {
    margin-bottom: 80px;
}

.packages-grid-wrapper article p {
    font-size: 20px; line-height: 27px;
}

.packages-grid {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.packages-grid > li {
    border: 1px solid #172770; border-radius: 20px;
    padding: 40px;
}

.package-title {
    font-size: 30px; line-height: 42px;
    margin-bottom: 30px;
    display: block;
}

.package-desc ul {
    list-style-type: disc;
}

.package-desc * {
    font-size: 20px; line-height: 27px;
}

.package-desc li:not(:last-of-type) {
    margin-bottom: 10px;
}

.package-desc ul {
    list-style: none;
    padding-left: 0;
}

.package-desc ul li {
    position: relative;
    padding-left: 45px;
}

.package-desc ul li:before {
    content: '';
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../../assets/svg/solutions-pointers.svg) no-repeat center;
    background-size: contain;
}

/***** T02S04 STEP BY STEP *****/

.stepbystep-wrapper {
    margin-top: 70px;
}

.darkblue-box {
    background: #172770;
    border-radius: 20px;
    padding: 60px 70px 120px;
}

.darkblue-box,
.darkblue-box * {
    color: #fff;
}

.timeline-header {
    text-align: center;
}

.stepbystep-grid {
    margin-top: 100px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.stepbystep-grid:before {
    content: '';
    width: 1px; height: calc(100% - var(--lastsbs));
    background: #FC4CC9;
    display: block;
    position: absolute;
    left: 0; right: 0; top: 20px;
    margin: 0 auto;
}

.stepbystep-grid li {
    max-width: 43%; width: 100%;
    position: relative;
}

.stepbystep-grid li {
    position: relative;
}

.stepbystep-grid li:before {
    content: '';
    width: 48px; height: 1px;
    background: #FC4CC9;
    display: block;
    position: absolute;
}

.stepbystep-grid li:after {
    content: '';
    width: 40px; height: 40px;
    background: url(../../assets/svg/stepbystep-pointer.svg) no-repeat center; background-size: contain;
    position: absolute;
}

.stepbystep-grid li:nth-of-type(even) {
    margin-left: auto;
}

.stepbystep-grid li:nth-of-type(even):before {
    left: -68px; top: 15px;
}

.stepbystep-grid li:nth-of-type(even):after {
    left: -93px; top: -5px;
}

.stepbystep-grid li:nth-of-type(odd) {
    text-align: right;
}

.stepbystep-grid li:nth-of-type(odd):before {
    right: -68px; top: 15px;
}

.stepbystep-grid li:nth-of-type(odd):after {
    right: -93px; top: -5px;
}

.stepbystep-grid li h3 {
    font-size: 25px; line-height: 32px;
    margin-bottom: 15px;
}

.stepbystep-grid li p {
    font-size: 20px; line-height: 27px;
}

/***** T02S05 WORTH *****/

.whyworth-wrapper {
    padding-top: 115px;
}

.row-why {
    align-items: stretch;
}

.row-why picture {
    max-width: 45%; width: 100%;
    position: relative;
}

.why-leftcol-img {
    height: 100%; width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0; top: 0;
}

.rightcol-why {
    max-width: 50%; width: 100%;
}

.rightcol-why article {
    margin-top: 35px;
}

.rightcol-why article,
.rightcol-why article * {
    font-size: 20px; line-height: 27px;
}

.rightcol-why article ul {
    list-style: none;
    padding: 0;
}

.rightcol-why article ul li {
    padding: 20px 0;
    border-top: 1px solid #D1D1D1;
    padding-left: 50px;
    position: relative;
}

.rightcol-why article ul li:before {
    content: '';
    width: 34px; height: 34px;
    display: inline-block;
    position: absolute;
    left: 0; top: 0; bottom: 0;
    margin: auto 0;
    background: url(../../assets/svg/worth-list-pointer.svg) no-repeat center; background-size: contain;
}

.rightcol-why article ul li:last-of-type {
    border-bottom: 1px solid #D1D1D1;
}

/***** T02S06 TRUST *****/

.trust-wrapper {
    padding-top: 115px;
}

.trust-infoblocks-grid {
    border-top: 1px solid #D1D1D1;
    padding-top: 75px; margin-top: 25px;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-gap: 30px;
}

.blocktype-50 {
    max-width: calc(50% - 15px);
}

.trust-infoblocks-grid li {
    border: 1px solid #FC4CC9;
    padding: 40px 60px 40px 40px;
    border-radius: 20px;
}

.trust-ib-title {
    font-size: 30px; line-height: 42px;
    color: #FC4CC9;
    display: block;
    margin-bottom: 15px;
}

.trust-infoblocks-grid li p {
    font-size: 20px; line-height: 27px;
}

.trust-infoblocks-grid li p:not(:last-of-type) {
    margin-bottom: 20px;
}

.trust-twocols-desc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 130px;
    grid-row-gap: 50px;
}

/***** T02S07 AWARDS *****/

.awards-wrapper {
    position: relative;
    padding: 150px 0;
}

.single-award-img {
    padding: 0 30px;
    height: auto;
}

.blaze-track div {
    display: inline-flex;
    align-items: center; justify-content: center;
}

.blaze-track-container {
    padding: 0 35px;
}

.blaze-prev,
.blaze-next {
    position: absolute;
    top: 0; bottom: 0;
    height: fit-content;
    margin: auto 0;
    border: 0;
    color: transparent;
    background-color: transparent;
    width: 44px; height: 44px;
    background-image: url(../../assets/svg/worth-list-pointer.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.blaze-prev {
    left: 0;
    transform: rotate(-142deg);
}

.blaze-next {
    right: 0;
    transform: rotate(40deg);
}

/***** T02S08 FAQS *****/

.faq-wrapper .accordion {
    width: 100%; /*max-width: 80%;*/
    overflow: hidden;
    margin-top: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.33);
}

.faq-wrapper .accordion__intro {
    position: relative;
    padding: 0 0 30px;
    cursor: pointer;
    color: #FC4CC9;
    font-size: 30px; line-height: 42px;
}

.faq-wrapper .accordion__intro > h2 {
    color: #FC4CC9;
    font-size: 30px; line-height: 42px;
}

.faq-wrapper .accordion__intro:after {
    content: '';
    width: 44px; height: 44px;
    position: absolute;
    right: 0; top: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    transform: rotate(130deg);
    background: url(../../assets/svg/worth-list-pointer.svg) no-repeat center; background-size: contain;
}

.faq-wrapper .accordion.accordion__active .accordion__intro:after {
    transform: rotate(-50deg);
}

.faq-wrapper .accordion__content {
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
    opacity: 0;
}

.faq-wrapper .accordion__content,
.faq-wrapper .accordion__content p,
.faq-wrapper .accordion__content p a {
    font-size: 20px; line-height: 27px;
}

.faq-wrapper .accordion__content p:not(:last-of-type) {
    margin-bottom: 25px;
}

.faq-wrapper .accordion__active .accordion__content {
    padding: 0;
    opacity: 1;
    margin-bottom: 25px;
}

.faq-wrapper.bloghasnoposts {
    margin-bottom: 75px;
}

/****** T03 BLOGPOSTS ******/

.single-post footer {
    margin-top: 100px;
}

/** Reverse header styling **/

.reverse-header .header-rightpart * {
    color: #172770;
}

.reverse-header .topmain-navigation ul li a:after {
    background: #172770;
}

.reverse-header .lang-switcher-wrapper li a {
    color: #172770;
}

.reverse-header .custom-logo-link img {
    opacity: 0;
}

.lang-switcher-wrapper.notranslations {
    display: none; pointer-events: none; visibility: hidden;
}

.reverse-header .custom-logo-link:before {
    content: '';
    width: 100%; height: 100%;
    position: absolute;
    left: 0; top: 0;
    background: url(../../assets/svg/cetassw-logo-onblog.svg) no-repeat center; background-size: contain;
}

/***** T03S01 INTRO *****/

.bw-header-wrap {
    position: relative;
    margin-top: 225px;
    padding-top: 200px;
}

.bw-header-wrap > img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.newtime-override {
    top: 35px;
    right: 45px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    font-family: --wp--preset--font-family--gilroy-semibold: Gilroy-SemiBold;
}

.bw-header-wrap .bw-title {
    position: relative;
    font-weight: 300;
    color: #172770;
    background: #fff;
    padding: 25px 45px;
    border-top-right-radius: 20px;
    max-width: 65%;
    font-size: 50px; line-height: 60px;
    margin-top: 200px;
    font-family: var(--wp--preset--font-family--gilroy-light);
}

/***** T03S02 CONTENT *****/

.row-event-info {
    padding: 55px 0;
    align-items: stretch;
}

.leftcol-txt-content {
    max-width: 65%;
}

.leftcol-txt-content p, 
.leftcol-txt-content ol li, 
.leftcol-txt-content ul li {
    font-size: 18px;
    line-height: 30px;
}

.leftcol-txt-content p:not(:last-of-type) {
    margin-bottom: 20px;
}

.rightcol-event-details {
    padding-top: 25px;
}

.rightcol-event-details, .sm-share-wrapper {
    max-width: 340px;
    width: 100%;
}

.fixed-wrapper {
    position: sticky;
    top: 35px;
}

.tm-list-event {
    margin-top: 73px;
}

.single-small-person {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 27px;
}

.single-small-person picture {
    max-width: 155px;
    background: #172770;
    display: inline-flex;
    align-items: flex-start;
}

.single-small-person picture img {
    width: 100%; height: auto;
}

.single-small-person picture, .single-small-person picture img {
    border-radius: 15px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.rightcol-meta-small {
    width: 185px;
    display: inline-flex;
    flex-direction: column;
    padding-left: 22px;
}

.rts-name {
    color: #172770;
    font-size: 25px;
    line-height: 33px;
    display: block;
    margin-bottom: 5px;
    font-family: var(--wp--preset--font-family--gilroy-light);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.rts-name:hover {
    color: #FC4CC9;
}

.rightcol-meta-small > small:first-of-type {
    font-size: 16px;
    line-height: 21px;
    color: #FC4CC9;
}

.rightcol-meta-small small.customtitle {
    color: #8E8E8E;
    font-size: 13px;
    line-height: 18px;
    display: block;
    margin-top: 5px;
}

/***** T03S03 SHARE *****/

.sm-share-wrapper {
    padding: 26px 36px;
    background: rgb(242 242 242 / 89%);
    border-radius: 15px;
}

.leftcol-sm-title {
    display: inline-flex;
    flex-direction: column;
}

.rightcol-sm-share-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.leftcol-sm-title small {
    font-size: 16px;
    line-height: 21px;
    color: #FC4CC9;
}

.rightcol-sm-share-grid .sm-href svg, 
.rightcol-sm-share-grid .sm-href svg path {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.rightcol-sm-share-grid .sm-href:hover svg path {
    fill: #FC4CC9 !important;
}

/***** T03S04 GO BACK BUTTON *****/

.bottom-navigation .default-header {
    margin-bottom: 25px;
}

.single-post main .bottom-navigation {
    margin-right: 0px;
}

.buttons-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 18px;
}

.block-btn {
    width: 100%;
    min-height: 135px;
    background: #F4F4F4;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 40px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.block-btn span {
    font-size: 30px;
    line-height: 45px;
    color: #172770;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transform: perspective(1px) translateZ(0);
    backface-visibility: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-family: var(--wp--preset--font-family--gilroy-light);
}

.block-btn .redirect-arrow {
    position: relative;
    height: 40px;
    width: 40px;
    background: #172770;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.redirect-arrow img {
    filter: invert(100%) brightness(200%);
}

.block-btn:hover span {
    color: #FC4CC9;
}

.block-btn:hover picture {
    background-color: #FC4CC9;
}

/****** T04 BLOG / ARCHIVE ******/

.blog .blog-wrapper-main,
.archive .blog-wrapper-main {
    margin-top: 225px;
}

.blog footer,
.archive footer {
    margin-top: 100px;
}

/** Pagenavi **/

.wp-pagenavi {
    display: flex;
    align-items: center
}

.wp-pagenavi * {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    color: #172770
}

.wp-pagenavi .page, .wp-pagenavi span.current {
    margin-right: 25px
}

.wp-pagenavi span.current {
    color: #FC4CC9
}

.nextpostslink {
    margin-left: auto;
    margin-right: 0;
    height: 31px;
    width: 32px;
    color: transparent;
    position: relative
}

.nextpostslink:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../assets/svg/arrow-blue-next.svg) no-repeat center;
    background-size: contain
}

.nextpostslink,.nextpostslink:before {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.nextpostslink:hover {
    opacity: 0.7;
    filter: brightness(2)
}

.wp-pagenavi {
    position: relative
}

.previouspostslink {
    height: 31px;
    width: 32px;
    color: transparent;
    position: absolute;
    right: 75px;
    top: 0
}

.previouspostslink:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../assets/svg/arrow-blue-next.svg) no-repeat center;
    background-size: contain;
    transform: rotate(180deg)
}

.previouspostslink,.previouspostslink:before {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.previouspostslink:hover {
    opacity: 0.7;
    filter: brightness(2)
}

/****** T05 DEFAULT PAGE TEMPLATE ******/

.page-template-default  .default-page-wrapper {
    padding: 225px 0 100px;
}

.page-template-default .default-page-wrapper h1.page-title {
    font-size: 44px; line-height: 55px;
    display: block;
    margin-bottom: 35px;
}

.page-template-default .default-page-wrapper p,
.page-template-default .default-page-wrapper p *,
.page-template-default .default-page-wrapper li,
.page-template-default .default-page-wrapper li a,
.page-template-default .default-page-wrapper p a {
    font-size: 20px; line-height: 25px;
}

.page-template-default .default-page-wrapper p a,
.page-template-default .default-page-wrapper li a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.page-template-default .default-page-wrapper li {
    margin-bottom: 15px;
}

.page-template-default .default-page-wrapper p:not(:last-of-type) {
    margin-bottom: 25px;
}

.page-template-default .default-page-wrapper h2,
.page-template-default .default-page-wrapper h3 {
    font-size: 25px;  line-height: 37px;
    display: block;
    margin-bottom: 10px;
}

.dp-goback-wrapper {
    margin-top: 75px;
    display: flex;
    justify-content: flex-end;
}

/****** T06 ERROR 404 PAGE TEMPLATE ******/

.error404 .default-page-wrapper {
    padding: 225px 0 100px;
}