/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 12 2025 | 17:59:44 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2025 | 21:31:34 */
/*
font-size: 16px;

	@include tablet {
		font-size: 18px;
	}

	@include desktop {
		font-size: 20px;
	}

	@include tweakpoint(0, 600px) {
		// some styles
	}
}
*/
h1, h2.feature {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
h1::before, h2.feature::before {
  content: "";
  width: 100%;
  display: inline-block;
  position: absolute;
  height: 35px;
  left: -40px;
  padding-right: 80px;
  top: 25px;
}
@media screen and (min-width: 0) and (max-width: 800px) {
  h1::before, h2.feature::before {
    content: none;
  }
}
h1 span, h2.feature span {
  font-size: 45px !important;
  position: relative;
}
@media (max-width: 980px) {
  h1 span, h2.feature span {
    font-size: 2.5rem !important;
  }
}
h1.white-on-white::before, h2.feature.white-on-white::before {
  background-color: rgba(255, 255, 255, 0.2);
}
h1.white-on-white span, h2.feature.white-on-white span {
  color: white !important;
}
h1.blue-on-blue::before, h2.feature.blue-on-blue::before {
  background-color: #D4E7EC;
}
h1.blue-on-blue span, h2.feature.blue-on-blue span {
  color: #032D5F !important;
}
h1.blue-on-white::before, h2.feature.blue-on-white::before {
  background-color: rgba(255, 255, 255, 0.5);
}
h1.blue-on-white span, h2.feature.blue-on-white span {
  color: #032D5F !important;
}
h2:not(.home h2) {
  font-size: 26px !important;
}
h3:not(.home h3):not(.et-fb-modal h3):not(h3.et-fb-settings-heading):not(.et-fb-page-creation-card-wrapper h3) {
  font-family: Lora, serif !important;
  color: #428FA3 !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
  text-transform: initial !important;
}
p ~ h2, p ~ h3, p ~ h4 {
  margin-top: 1em;
}
div.et_pb_section.et_pb_section_0.title--interior, .et_pb_section_0.et_pb_section {
  margin-top: 35px;
}
@media (max-width: 980px) {
  div.et_pb_section.et_pb_section_0.title--interior, .et_pb_section_0.et_pb_section {
    background: none !important;
    background-image: none !important;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  div.et_pb_section.et_pb_section_0.title--interior {
    height: auto !important;
    padding: 60px 0 30px !important;
  }
}
@media (max-width: 980px) {
  div.et_pb_section.et_pb_section_0.title--interior {
    height: auto !important;
    padding: 55px 0 30px !important;
    background: linear-gradient(28deg, #428fa3 25%, #053060 75%) !important;
  }
}
.introduction {
  padding: 50px 0 70px !important;
  border-bottom: 1px solid #9C9C9C;
  position: relative;
}
@media (max-width: 1300px) {
  .introduction {
    padding: 50px 0 !important;
  }
}
.introduction p.intro {
  font-family: "Lora", serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #6A6A6A !important;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  max-width: 1150px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
@media (max-width: 1300px) {
  .introduction p.intro {
    max-width: 80%;
  }
}
.introduction p.intro strong {
  font-family: "Lora", serif !important;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.page-template-default #main-content a {
  font-weight: bold !important;
  text-decoration: underline !important;
}
.page-template-default #main-content a:hover {
  opacity: 0.7;
}
.page-template-default #main-content a.link-arrow {
  display: inline-block;
  position: relative;
  font-size: 18px !important;
  transition: transform 0.3s ease;
}
.page-template-default #main-content a.link-arrow::after {
  content: "";
  background: url("/wp-content/uploads/2025/05/icon-arrow.svg");
  position: absolute;
  width: 25px;
  height: 25px;
  right: -32px;
  top: 2px;
  filter: invert(47%) sepia(51%) saturate(414%) hue-rotate(145deg) brightness(96%) contrast(94%);
  transition: transform 0.3s ease;
}
.page-template-default #main-content a.link-arrow:hover::after {
  right: -35px;
}
.et_pb_text ul, .et_pb_text ol {
  padding-bottom: 1.5em !important;
  margin-left: 1em !important;
}
.et_pb_text ul li, .et_pb_text ol li {
  padding-bottom: 0.5em !important;
}
@media (max-width: 980px) {
  .et_pb_gutters3 .et_pb_row.e-library-title-wrapper .et_pb_column {
    padding-left: 0 !important;
  }
}
