.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c994ac4:#0A1E32;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5f9e5a8-font-family:"tenon";--e-global-typography-5f9e5a8-font-size:1.1em;--e-global-typography-5f9e5a8-font-weight:400;--e-global-typography-5f9e5a8-line-height:30px;--e-global-typography-b200e7a-font-family:"elizeth";--e-global-typography-b200e7a-font-size:2em;--e-global-typography-b200e7a-font-weight:300;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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-b200e7a-line-height:2.8rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#lightlink a{
    color: #000000;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #ddd5c1;
}
#lightlink a:hover{
    color: #000000;
  -o-transition:color .2s ease-out, background .2s ease-in;
  -ms-transition:color .2s ease-out, background .2s ease-in;
  -moz-transition:color .2s ease-out, background .2s ease-in;
  -webkit-transition:color .2s ease-out, background .2s ease-in;
  transition:color .2s ease-out, background .2s ease-in;
  background:#f2ede1;
}

#lightlink a.alt-link{
    color: #ffffff;
}
#lightlink a.alt-link:hover {
    color: #F0FFFE;
}

#darklink a{
    color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #cecece;
}
#darklink a:hover{
    color: #ffffff;
  -o-transition:color .2s ease-out, background .2s ease-in;
  -ms-transition:color .2s ease-out, background .2s ease-in;
  -moz-transition:color .2s ease-out, background .2s ease-in;
  -webkit-transition:color .2s ease-out, background .2s ease-in;
  transition:color .2s ease-out, background .2s ease-in;
  background:rgba(10, 24, 28,.8);
}

#darklink a.alt-link{
    color: #ffffff;
}
#darklink a.alt-link:hover {
    color: #17505b ;
}
.elementor-widget-tk_custom_toc > .elementor-widget-container > .elementor-toc__body {
    padding: 0;
    margin-top: 25px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: black;
  border: 2px solid #bcbcbc;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
.button:after {
  content: '→';
  position: absolute;
  opacity: 0;  
  right: -30px;
  top:10px;
  transition: 0.3s;
}

.button:hover{
  padding-right: 25px;
  padding-left: 10px;
}

.button:hover:after {
  opacity: 1;
  right: 10px;
}

.button:hover {
  border: 2px solid #161616;
  transition: all 0.3s ease;
}/* End custom CSS */