.elementor-kit-34{--e-global-color-primary:#3D6C7E;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#A83D72;--e-global-color-7b69ce1:#DEDEDE;--e-global-color-10d0b69:#F6F6F6;--e-global-color-82199bd:#FFFFFF;--e-global-typography-primary-font-family:"Gilmer";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Attila";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Gilmer";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"Attila";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;color:var( --e-global-color-text );font-family:"Gilmer", Sans-serif;font-weight:400;}.elementor-kit-34 button:hover,.elementor-kit-34 button:focus,.elementor-kit-34 input[type="button"]:hover,.elementor-kit-34 input[type="button"]:focus,.elementor-kit-34 input[type="submit"]:hover,.elementor-kit-34 input[type="submit"]:focus,.elementor-kit-34 .elementor-button:hover,.elementor-kit-34 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-82199bd );}.elementor-kit-34 e-page-transition{background-color:#FFBC7D;}.elementor-kit-34 a{color:#3D6C7E;}.elementor-kit-34 a:hover{color:var( --e-global-color-primary );}.elementor-kit-34 h1{font-family:"Attila", Sans-serif;font-size:60px;font-weight:600;text-transform:uppercase;}.elementor-kit-34 h2{font-family:"Attila", Sans-serif;font-size:60px;font-weight:600;text-transform:uppercase;}.elementor-kit-34 h3{font-family:"Attila", Sans-serif;font-size:44px;font-weight:600;text-transform:uppercase;}.elementor-kit-34 h4{font-family:"Attila", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-34 h5{font-family:"Attila", Sans-serif;font-size:30px;font-weight:600;text-transform:uppercase;}.elementor-kit-34 h6{font-family:"Attila", Sans-serif;font-size:20px;font-weight:600;text-transform:uppercase;}.elementor-kit-34 button,.elementor-kit-34 input[type="button"],.elementor-kit-34 input[type="submit"],.elementor-kit-34 .elementor-button{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:984px;}.e-con{--container-max-width:984px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1023px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:500px){.elementor-kit-34 h1{font-size:32px;}.elementor-kit-34 h2{font-size:32px;}.elementor-kit-34 h3{font-size:28px;}.elementor-kit-34 h4{font-size:26px;}.elementor-kit-34 h5{font-size:24px;}.elementor-kit-34 h6{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-top-section:not(.elementor-sticky), .page-header {
    padding: max(3%, calc((100vh - 545px - 120px - 50vh) / 2)) 0;
}
.elementor-top-section:not(.elementor-sticky):first-of-type, .page-header {
    padding: max(3%, calc((100vh - 545px - 120px - 50vh) / 2)) 0
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
   padding: 10;
}
@media only screen and (max-width: 1023px) {
    .elementor-top-section:not(.elementor-sticky), .page-header {
        padding: 5%;
    }
    .elementor-top-section:not(.elementor-sticky):first-of-type, .page-header {
        padding: 5%;
    }
}

.page-header {
    background-image: url(/wp-content/uploads/2023/01/triangle-gray-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

h1.entry-title {
    color: black;
    width: 1024px !important;
}

@media only screen and (max-width: 1023px) {
    h1.entry-title {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0!important;
    }
}

.foo-large-text {
    font-size: 24px;
}

/* Animation of sublines */

/* The Javascript is in the header script */

h1>u,
    h2>u,
    h3>u,
    .elementor-widget-text-editor span {
        position: relative;
        text-decoration: none !important;
        z-index: 1;
        display: inline-block;
        color: black;
    }

    @keyframes fooAnimateWidth {
        0% {
            width: 0;
        }

        100% {
            width: 101%;
        }
    }

    h1>u>.foo-headline-background,
    h2>u>.foo-headline-background,
    h3>u>.foo-headline-background,
    .elementor-widget-text-editor span > .foo-headline-background {
        text-decoration: none;
        bottom: 17%;
        height: 35%;
        content: '';
        background: var(--e-global-color-primary);
        position: absolute;
        z-index: -1;
        animation: 1s ease-in-out fooAnimateWidth;
        animation-delay: 1s;
        animation-fill-mode: forwards;
    }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gilmer';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://pt1.group/wp-content/uploads/2023/01/Gilmer-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Gilmer';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://pt1.group/wp-content/uploads/2023/01/Gilmer-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Attila';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://pt1.group/wp-content/uploads/2023/01/F37Attila-SemiBold-1.woff') format('woff');
}
/* End Custom Fonts CSS */