.elementor-kit-9{--e-global-color-primary:#002345;--e-global-color-secondary:#B24445;--e-global-color-text:#66798C;--e-global-color-accent:#407881;--e-global-color-db7c89c:#FFCD8B;--e-global-color-07338a7:#020202;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:65px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.5em;--e-global-typography-c97adc7-font-family:"Manrope";--e-global-typography-c97adc7-font-size:32px;--e-global-typography-c97adc7-font-weight:700;--e-global-typography-c97adc7-line-height:1.3em;--e-global-typography-67050ec-font-family:"Manrope";--e-global-typography-67050ec-font-size:30px;--e-global-typography-67050ec-font-weight:700;--e-global-typography-67050ec-line-height:1.3em;--e-global-typography-d433c13-font-family:"Manrope";--e-global-typography-d433c13-font-size:25px;--e-global-typography-d433c13-font-weight:700;--e-global-typography-d433c13-line-height:1.3em;background-color:#F8F8F5;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.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);}@media(max-width:1024px){.elementor-kit-9{--e-global-typography-primary-font-size:56px;--e-global-typography-secondary-font-size:36px;--e-global-typography-accent-font-size:18px;--e-global-typography-c97adc7-font-size:28px;--e-global-typography-67050ec-font-size:26px;--e-global-typography-d433c13-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:42px;--e-global-typography-secondary-font-size:30px;--e-global-typography-accent-font-size:16px;--e-global-typography-c97adc7-font-size:22px;--e-global-typography-67050ec-font-size:20px;--e-global-typography-d433c13-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.main-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-container > .e-con-inner {
    gap: 20px;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.blog-contents a {
    color: #B24445;
}

@media (min-width: 1024px) {
    .main-container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .main-container > .e-con-inner {
        gap: 60px;
    }
}


.rotate {
  display: inline-block;
  animation: spin 10s linear infinite;
  /* optional: make it smoother */
  transform-origin: center center;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/* End custom CSS */