.elementor-670 .elementor-element.elementor-element-c2e423a{--display:flex;}.elementor-670 .elementor-element.elementor-element-c2e423a.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-670 .elementor-element.elementor-element-c2e423a{--width:90.876%;}}/* Start custom CSS for html, class: .elementor-element-31cb432 */.dt-contact,
.dt-contact * {
  box-sizing: border-box;
}

.dt-contact {
  position: relative;
  width: 100%;
  margin-inline: 0;
  padding: 104px 24px 112px;
  overflow: hidden;
  color: #1C2B57;
  background:
    radial-gradient(circle at 8% 16%, rgba(229, 183, 59, 0.18), transparent 28%),
    linear-gradient(135deg, #F7F3ED 0%, #FFFFFF 76%);
  font-family: inherit;
}

.dt-contact::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 72px;
  left: -70px;
  bottom: 52px;
  border-radius: 50%;
  background: #1C2B57;
  opacity: 0.055;
  transform: rotate(-8deg);
}

.dt-contact::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -82px;
  top: -82px;
  border: 3px solid rgba(229, 183, 59, 0.24);
  border-radius: 50%;
}

.dt-contact__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 72px;
  align-items: center;
}

.dt-contact__intro {
  text-align: right;
}

.dt-contact__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #B98510;
  font-size: 16px;
  font-weight: 700;
}

.dt-contact__eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: #E5B73B;
}

.dt-contact h1 {
  margin: 0;
  color: #1C2B57;
  font-size: clamp(42px, 4.2vw, 60px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.dt-contact h1 span {
  position: relative;
  display: inline-block;
}

.dt-contact h1 span::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 4%;
  bottom: 5px;
  width: 54%;
  height: 12px;
  border-radius: 40% 55% 45% 60%;
  background: rgba(229, 183, 59, 0.42);
  transform: rotate(-1.5deg);
}

.dt-contact__lead {
  margin: 28px 0 0;
  color: #4B5568;
  font-size: 21px;
  line-height: 1.9;
}

.dt-contact__privacy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  margin: 24px 0 0;
  color: #657086;
  font-size: 15px;
  line-height: 1.7;
}

.dt-contact__privacy i {
  color: #B98510;
}

.dt-contact__cards {
  display: grid;
  gap: 18px;
}

.dt-contact__card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 164px;
  padding: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(28, 43, 87, 0.11);
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(28, 43, 87, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.dt-contact__card::after {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(229, 183, 59, 0.13);
}

.dt-contact__card:hover {
  transform: translateY(-4px);
  border-color: rgba(229, 183, 59, 0.58);
  box-shadow: 0 20px 48px rgba(28, 43, 87, 0.14);
}

.dt-contact__icon {
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #E5B73B;
  background: #1C2B57;
  font-size: 31px;
  box-shadow: 0 10px 22px rgba(28, 43, 87, 0.18);
}

.dt-contact__copy {
  flex: 1;
  min-width: 0;
}

.dt-contact__copy h2 {
  margin: 0 0 7px;
  color: #1C2B57;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.3;
}

.dt-contact__copy p {
  margin: 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.65;
}

.dt-contact__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  color: #B98510;
  font-size: 16px;
  font-weight: 800;
}

.dt-contact__cta i {
  font-size: 13px;
  transition: transform 180ms ease;
}

.dt-contact__card:hover .dt-contact__cta i {
  transform: translateX(-4px);
}

@media (max-width: 900px) {
  .dt-contact {
    padding: 82px 24px 90px;
  }

  .dt-contact__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .dt-contact__intro {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .dt-contact__eyebrow {
    justify-content: center;
  }

  .dt-contact__privacy {
    justify-content: center;
  }

  .dt-contact__cards {
    width: min(680px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .dt-contact {
    padding: 64px 18px 72px;
  }

  .dt-contact h1 {
    font-size: 36px;
    line-height: 1.25;
  }

  .dt-contact__lead {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.8;
  }

  .dt-contact__privacy {
    align-items: flex-start;
    font-size: 14px;
  }

  .dt-contact__card {
    gap: 17px;
    min-height: 0;
    padding: 23px 20px;
    border-radius: 20px;
  }

  .dt-contact__icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    border-radius: 17px;
    font-size: 27px;
  }

  .dt-contact__copy h2 {
    font-size: 23px;
  }

  .dt-contact__copy p {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dt-contact__card,
  .dt-contact__cta i {
    transition: none;
  }
}

.dt-contact__card {
  color: inherit;
  text-decoration: none;
}

.dt-contact__title {
  display: block;
  margin: 0 0 7px;
  color: #1C2B57;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.3;
}

.dt-contact__description {
  display: block;
  margin: 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.65;
}

@media (max-width: 600px) {
  .dt-contact__title {
    font-size: 23px;
  }

  .dt-contact__description {
    font-size: 15px;
  }
}


.dt-contact a.dt-contact__card,
.dt-contact a.dt-contact__card:hover,
.dt-contact a.dt-contact__card:focus,
.dt-contact a.dt-contact__card span {
  text-decoration: none !important;
}/* End custom CSS */