.elementor-kit-18{--e-global-color-primary:#000000;--e-global-color-secondary:#0A0A0A;--e-global-color-text:#2F2F2F;--e-global-color-accent:#FFFFFF;--e-global-color-1015822:#CE4242;--e-global-color-58568a4:#E69733;--e-global-color-e979d16:#21B42D;--e-global-color-08b4c9d:#1074FF;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-size:82px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-size:42px;--e-global-typography-secondary-font-weight:600;font-stretch:0%;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:600;--e-global-typography-2071acf-font-family:"Plus Jakarta Sans";--e-global-typography-2071acf-font-size:32px;--e-global-typography-2071acf-font-weight:600;--e-global-typography-5f41e31-font-family:"Plus Jakarta Sans";--e-global-typography-5f41e31-font-size:16px;--e-global-typography-5f41e31-font-weight:400;--e-global-typography-98ab543-font-family:"Plus Jakarta Sans";--e-global-typography-98ab543-font-size:18px;--e-global-typography-98ab543-font-weight:600;--e-global-typography-8c0cb37-font-family:"Plus Jakarta Sans";--e-global-typography-8c0cb37-font-size:16px;--e-global-typography-8c0cb37-font-weight:600;--e-global-typography-6f59c7c-font-family:"BarlowCondensed";--e-global-typography-6f59c7c-font-size:75px;--e-global-typography-6f59c7c-font-weight:600;--e-global-typography-155a97d-font-family:"Plus Jakarta Sans";--e-global-typography-155a97d-font-size:24px;--e-global-typography-155a97d-font-weight:400;--e-global-typography-155a97d-line-height:150%;color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-18 button,.elementor-kit-18 input[type="button"],.elementor-kit-18 input[type="submit"],.elementor-kit-18 .elementor-button{background-color:var( --e-global-color-08b4c9d );font-family:var( --e-global-typography-98ab543-font-family ), Sans-serif;font-size:var( --e-global-typography-98ab543-font-size );font-weight:var( --e-global-typography-98ab543-font-weight );color:var( --e-global-color-accent );border-radius:30px 30px 30px 30px;padding:12px 36px 12px 36px;}.elementor-kit-18 e-page-transition{background-color:#FFBC7D;}.elementor-kit-18 a{color:var( --e-global-color-primary );}.elementor-kit-18 h1{font-family:"Plus Jakarta Sans", Sans-serif;font-size:82px;font-weight:700;}.elementor-kit-18 h2{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );font-stretch:var( --e-global-typography-secondary-width );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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:1024px){.elementor-kit-18{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-18 h2{font-size:var( --e-global-typography-secondary-font-size );font-stretch:var( --e-global-typography-secondary-width );}.elementor-kit-18 button,.elementor-kit-18 input[type="button"],.elementor-kit-18 input[type="submit"],.elementor-kit-18 .elementor-button{font-size:var( --e-global-typography-98ab543-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-18{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-18 h1{font-size:36px;}.elementor-kit-18 h2{font-size:var( --e-global-typography-secondary-font-size );font-stretch:var( --e-global-typography-secondary-width );}.elementor-kit-18 button,.elementor-kit-18 input[type="button"],.elementor-kit-18 input[type="submit"],.elementor-kit-18 .elementor-button{font-size:var( --e-global-typography-98ab543-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* General styles for arrows inside buttons */
.btn-out-bl svg path,
.btn-nav-mob svg path,
.btn-main-big svg path,
.btn-banner-big svg path,
.btn-footer svg path {
    transition: fill 0.1s ease;
}

/* btn-out-bl — white arrow only on hover */
.btn-out-bl svg path {
    fill: currentColor; /* inherits the button text color */
}
.btn-out-bl:hover svg path {
    fill: #fff;
}

/* btn-nav-mob — white arrow always */
.btn-nav-mob svg path {
    fill: #fff;
}

/* btn-main-big — white arrow always, size 24x24 */
.btn-main-big svg {
    width: 24px;
    height: 24px;
}
.btn-main-big svg path {
    fill: #fff;
}

/* btn-banner-big — white arrow only on hover, size 24x24 */
.btn-banner-big svg {
    width: 24px;
    height: 24px;
}
.btn-banner-big svg path {
    fill: currentColor;
}
.btn-banner-big:hover svg path {
    fill: #fff;
}

/* btn-footer — white arrow, on hover black */
.btn-footer svg path {
    fill: #fff;
}
.btn-footer:hover svg path {
    fill: #000;
}

/* Typography styles */
.hero-title {
  text-align: center;
  line-height: 150%;
}

.accent-line {
  color: #1074FF;
}

.highlighted {
  font-family: 'BarlowCondensed', sans-serif;
  font-weight: 600;
}

.why-message{
  
  transition: border-color .25s ease;
}

/* active state (blue) */
.why-message.is-active{
  border-left-color: #1074FF !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Plus Jakarta Sans';
	font-display: auto;
	src: url('https://budtut.pl/wp-content/uploads/2025/08/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'BarlowCondensed';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://budtut.pl/wp-content/uploads/2025/08/BarlowCondensed-SemiBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */