.elementor-kit-7{--e-global-color-primary:#1A6694;--e-global-color-secondary:#DB582E;--e-global-color-text:#000000;--e-global-color-accent:#72225C;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto Condensed";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:19px;--e-global-typography-accent-font-family:"helvetica-neue-lt-pro";--e-global-typography-accent-font-weight:500;font-family:"Roboto Condensed", Sans-serif;font-size:16px;line-height:19px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h2{font-family:"Roboto Condensed", Sans-serif;font-size:48px;font-weight:700;}.elementor-kit-7 h3{font-family:"Roboto Condensed", Sans-serif;font-size:32px;font-weight:700;line-height:36px;}.elementor-kit-7 h4{font-family:"Roboto Condensed", Sans-serif;font-size:28px;font-weight:700;line-height:32px;}.elementor-kit-7 h5{font-family:"Roboto Condensed", Sans-serif;font-size:24px;font-weight:700;line-height:28px;}.elementor-kit-7 h6{font-family:"Roboto Condensed", Sans-serif;font-size:20px;font-weight:700;line-height:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1277px;}.e-con{--container-max-width:1277px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h2{font-size:40px;line-height:44px;}.elementor-kit-7 h3{font-size:32px;line-height:36px;}.elementor-kit-7 h4{font-size:26px;line-height:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
}

sub, sup {
    font-size: 60%;
}


.elementor-widget-text-editor ul {
    padding-left: 18px;
    margin: -11px 0 20px;
}

.elementor-widget-text-editor li {
    padding-left: 0;
    margin-block: 11px;
}

.elementor-widget-text-editor ::marker {
    color: #FF8204;
}

.elementor-widget-text-editor ul ul {
    margin-top: 0px;
}

.elementor-widget-text-editor ul ul li {
   display: block;
}

.elementor-widget-text-editor ul ul li::before {
    content: '-';
    position: absolute;
    left: 20px;
    font-size: 24px;
}

.elementor-widget-text-editor a {
    color: inherit;
    text-decoration: underline;
}

body:not(.elementor-editor-active) .isi-hidden {
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

body:not(.elementor-editor-active) .isi-hidden.is-open {
  opacity: 1;
  overflow: auto;
}

.isi-toggle-icon .elementor-button-icon svg {
  transition: transform 0.3s ease-in-out;
}

.isi-toggle-icon.is-open .elementor-button-icon svg {
  transform: rotate(180deg);
}

#isi-hidden {
  height: 120px;
  overflow: hidden;
  transition: height 250ms ease;
}

#isi-hidden.isi-is-open {
  height: 60vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}/* End custom CSS */