.elementor-widget-container > *:last-child, .elementor-widget-text-editor > *:last-child {
  margin-bottom: 0;
}

h1.elementor-heading-title {
  font-size: 54px;
}
@media (max-width: 1024px) {
  h1.elementor-heading-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h1.elementor-heading-title {
    font-size: 36px;
  }
}

h2.elementor-heading-title {
  font-size: 40px;
}
@media (max-width: 1024px) {
  h2.elementor-heading-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2.elementor-heading-title {
    font-size: 30px;
  }
}

h3.elementor-heading-title {
  font-size: 36px;
}
@media (max-width: 1024px) {
  h3.elementor-heading-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3.elementor-heading-title {
    font-size: 26px;
  }
}

h4.elementor-heading-title {
  font-size: 30px;
}
@media (max-width: 1024px) {
  h4.elementor-heading-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h4.elementor-heading-title {
    font-size: 22px;
  }
}

h5.elementor-heading-title {
  font-size: 20px;
}
@media (max-width: 1024px) {
  h5.elementor-heading-title {
    font-size: 18px;
  }
}

.gold-bullets ul {
  list-style: none;
  padding: 0;
}
.gold-bullets ul li {
  padding-left: 30px;
  line-height: 1.5;
  position: relative;
}
.gold-bullets ul li:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: var(--e-global-color-accent);
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
.gold-bullets ul li:not(:last-child) {
  margin-bottom: 1em;
}

body .elementor-button {
  position: relative;
}
body .elementor-button:has(.elementor-button-icon) {
  padding-right: 55px;
}
body .elementor-button .elementor-button-icon {
  background: var(--e-global-color-7d21736);
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
body .elementor-button .elementor-button-icon svg, body .elementor-button .elementor-button-icon i {
  fill: var(--e-global-color-81392c8);
  color: var(--e-global-color-81392c8);
  font-size: 18px;
  transition: transform 0.3s ease;
}
body .elementor-button .elementor-button-icon:has(.fa-arrow-right) {
  background: var(--e-global-color-81392c8);
}
body .elementor-button .elementor-button-icon:has(.fa-arrow-right) svg, body .elementor-button .elementor-button-icon:has(.fa-arrow-right) i {
  fill: var(--e-global-color-cf27c45);
  color: var(--e-global-color-cf27c45);
  transform: rotate(-30deg);
}
body .elementor-button:hover .elementor-button-icon i, body .elementor-button:hover .elementor-button-icon svg, body .elementor-button:focus .elementor-button-icon i, body .elementor-button:focus .elementor-button-icon svg {
  transform: rotate(0deg);
}
body .white-icon .elementor-button-icon {
  background: var(--e-global-color-81392c8);
}
body .white-icon .elementor-button-icon svg, body .white-icon .elementor-button-icon i {
  fill: var(--e-global-color-7d21736);
  color: var(--e-global-color-7d21736);
}
@media (max-width: 767px) {
  body .small-mobile .elementor-button .elementor-button-text {
    font-size: 13px;
    line-height: 1rem;
  }
}

.section-padding {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 1024px) {
  .section-padding {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.section-padding > .e-con-inner {
  padding: 0 !important;
  /*> [data-element_type="container"]:has([data-element_type="container"]) {
  	padding:0 !important;
  }*/
}

.gold-em em {
  font-weight: bold;
  color: var(--e-global-color-accent);
}

.gold-underline u {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.gold-underline u:after {
  content: "";
  display: block;
  height: 3px;
  background: var(--e-global-color-accent);
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 4px);
}

.link-arrow {
  border-bottom: 2px solid var(--e-global-color-7d21736);
  position: relative;
  margin-bottom: 6px !important;
}
.link-arrow p {
  margin: 0;
  padding-bottom: 5px;
}
.link-arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--e-global-color-7d21736);
  border-right: 2px solid var(--e-global-color-7d21736);
  transform: translateY(6px) rotate(45deg);
  position: absolute;
  bottom: 0;
  right: 0;
}

.box-white-hover:hover h4, .box-white-hover:hover h5, .box-white-hover:hover p {
  color: var(--e-global-color-81392c8) !important;
}
.box-white-hover:hover .link-arrow {
  border-bottom-color: var(--e-global-color-81392c8);
}
.box-white-hover:hover .link-arrow:after {
  border-top-color: var(--e-global-color-81392c8);
  border-right-color: var(--e-global-color-81392c8);
}

.gold-above:before {
  content: "";
  display: block;
  background: var(--e-global-color-accent);
  width: 30px;
  height: 4px;
  margin-bottom: 10px;
}

.gold-below:after {
  content: "";
  display: block;
  background: var(--e-global-color-accent);
  width: 60px;
  height: 4px;
  margin-top: 2px;
}

.gold-before, .gold-after {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}
.gold-before:before, .gold-after:before {
  content: "";
  display: block;
  background: var(--e-global-color-accent);
  width: 30px;
  height: 4px;
}
.gold-before.gold-after, .gold-after.gold-after {
  flex-direction: column-reverse !important;
}
@media (max-width: 767px) {
  .gold-before.gold-before:not(.always-left), .gold-after.gold-before:not(.always-left) {
    flex-direction: column;
  }
}

.header-triangle {
  position: absolute !important;
  right: 0;
  bottom: 0;
  height: 100%;
  aspect-ratio: 2/3;
  z-index: 2;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .header-triangle {
    height: unset;
    width: 100%;
    aspect-ratio: 3/2;
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
  }
}
.header-triangle img {
  display: block;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: center right;
}

.header-tail img {
  clip-path: polygon(62% 0, 100% 0, 100% 100%, 0% 100%);
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
  padding: 8px !important;
  border-radius: 50% !important;
  background: var(--e-global-color-8bbe79e) !important;
}

body.single-post, body.postid-660 {
  margin-top: 126px;
}
@media (max-width: 1024px) {
  body.single-post, body.postid-660 {
    margin-top: 85px;
  }
}
body.single-post header .main, body.postid-660 header .main {
  background: var(--e-global-color-secondary);
}

.gold-dot-h3 h3 {
  font-family: inherit !important;
  font-weight: bold !important;
  color: var(--e-global-color-42c336b) !important;
  position: relative;
  font-size: 18px;
}
.gold-dot-h3 h3:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: var(--e-global-color-accent);
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 3px;
}

@media (max-width: 767px) {
  .remove-break-mobile br {
    display: none !important;
  }
}
body .elementor-widget-text-editor a {
  text-decoration: underline;
  color: var(--e-global-color-cf27c45);
}

.box-round-icon {
  position: absolute !important;
  top: 0;
  right: 20px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50%;
}
.box-round-icon.inline {
  position: static !important;
  transform: unset;
}
.box-round-icon.left {
  right: unset;
  left: 30px;
}
.box-round-icon.right {
  right: 30px;
}

.half-ct-circle {
  padding: 10px;
}
.half-ct-circle:before {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  z-index: 1;
  border: 4px solid var(--e-global-color-cf27c45);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  transform: rotate(35deg);
}
.half-ct-circle.bottom:before {
  transform: rotate(-90deg);
}
.half-ct-circle div {
  z-index: 2;
}