.elementor-kit-6{--e-global-color-primary:#1D1814;--e-global-color-secondary:#E6E9EC;--e-global-color-text:#1D1814CC;--e-global-color-accent:#F65D1F;--e-global-color-bbcda99:#FFFFFF;--e-global-color-a658f60:#D6DEE6;--e-global-color-bd7afd9:#FFFFFF99;--e-global-color-461ef74:#DF5219;--e-global-color-4a0a710:#000000;--e-global-color-edad763:#FFFFFF33;--e-global-color-0ad3f41:#F7F7F7;--e-global-color-a84d660:#FFFFFF1A;--e-global-color-5cce111:#FFFFFF1A;--e-global-typography-primary-font-family:"eurostile";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:2em;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;--e-global-typography-f13bd43-font-family:"eurostile";--e-global-typography-f13bd43-font-size:clamp(40px, -0.62px + 5.30vw, 100px);--e-global-typography-f13bd43-font-weight:500;--e-global-typography-f13bd43-line-height:0.95em;--e-global-typography-1df7d36-font-family:"eurostile";--e-global-typography-1df7d36-font-size:clamp(35px, 9.11px + 2.66vw, 60px);--e-global-typography-1df7d36-font-weight:500;--e-global-typography-1df7d36-line-height:1em;--e-global-typography-c9c4913-font-family:"eurostile";--e-global-typography-c9c4913-font-size:clamp(25px, 2.22px + 2.97vw, 45px);--e-global-typography-c9c4913-font-weight:500;--e-global-typography-c9c4913-line-height:1.2em;--e-global-typography-3091e0f-font-family:"eurostile";--e-global-typography-3091e0f-font-size:clamp(25px, 7.91px + 2.23vw, 40px);--e-global-typography-3091e0f-font-weight:500;--e-global-typography-3091e0f-line-height:1.2em;--e-global-typography-0bc6e1b-font-family:"eurostile";--e-global-typography-0bc6e1b-font-size:clamp(20px, 2.91px + 2.23vw, 35px);--e-global-typography-0bc6e1b-font-weight:500;--e-global-typography-b6f0663-font-family:"eurostile";--e-global-typography-b6f0663-font-size:clamp(18px, 15.72px + 0.30vw, 20px);--e-global-typography-b6f0663-font-weight:500;--e-global-typography-b6f0663-line-height:1.3em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-text-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
  overflow-x: hidden;
}

html {
    scroll-padding-top: 100px;
}

p a {
    font-weight: 500;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    transition: 0.3s;
}

.blur-bg {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

@keyframes moveUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.orange {
    color: #F65D1F;
}

.downright {
  --chamferW: 50px;
  --chamferH: 40px;
  position: relative;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--chamferH)),
    calc(100% - var(--chamferW)) 100%,
    0 100%
  );
}

.upright {
  --chamferW: 50px;
  --chamferH: 40px;
  clip-path: polygon(
    0 0,
    calc(100% - var(--chamferW)) 0,
    100% var(--chamferH),
    100% 100%,
    0 100%
  );
}

.downleft {
  --chamferW: 50px;
  --chamferH: 40px;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    var(--chamferW) 100%,
    0 calc(100% - var(--chamferH))
  );
}/* End custom CSS */