/*
Theme name: SD Capital Website
Description: Custom Theme
*/

/*
	Source SCSS styles are located in resources/scss/
	The compiled bundle is saved to `dist/index.${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	The DEVELOPMENT.md file contains instructions how to get the build
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

/* team member, blog category fix */
.article-blog__content p a {
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
    color: #b19f8b;
}

/* temp section build */
.section-access {
  padding-top: clamp(46px, 5.0620821394vw + 26.106017192px, 99px);
  padding-bottom: clamp(46px, 2.9608404967vw + 34.3638968481px, 77px);
}
.section-access:not([class*=the-background]) {
  padding-block: 0;
  margin-top: clamp(46px, 5.0620821394vw + 26.106017192px, 99px);
  margin-bottom: clamp(46px, 2.9608404967vw + 34.3638968481px, 77px);
}
.section-access:last-child {
  padding-bottom: 150px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-access:last-child {
    padding-bottom: 159px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-access {
    padding-bottom: 117px;
  }
  .section-access:not([class*=the-background]) {
    padding-bottom: 0;
    margin-bottom: 117px;
  }
}
.section-access > * {
  position: relative;
  overflow: hidden;
}
@media (min-width: 985.02px) {
  .section-access__inner > * {
    width: calc(50% - 8px);
    padding-right: clamp(60px, 4.6800382044vw + 41.6074498567px, 109px);
  }
}
.section-access__title {
  margin-bottom: clamp(35px, 3.4383954155vw + 21.4871060172px, 71px);
}
@media (min-width: 985.02px) {
  .section-access__title {
    padding-top: 5px;
  }
}
.section-access__title h1 {
  font-size: 64px;
  line-height: 1.12;
  letter-spacing: 0;
}
@media (min-width: 985.02px) {
  .section-access__media {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-right: 0;
  }
}
@media (max-width: 985px) {
  .section-access__media {
    margin-bottom: 42px;
    height: 283px;
  }
}
.section-access__media img,
.section-access__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.section-access__media + .section-access__list {
  padding-top: clamp(15px, 5.3486150907vw + -6.0200573066px, 71px);
}
@media (max-width: 985px) {
  .section-access__media + .section-access__list {
    gap: 51px;
  }
  .section-access__media + .section-access__list > p {
    margin-bottom: 0;
  }
  .section-access__media + .section-access__list > p:first-child {
    margin-bottom: 29px;
  }
}
.section-access__content {
  margin-bottom: 74px;
}
.section-access__content p {
  font-size: 26px;
  line-height: 1.46;
  letter-spacing: -0.52px;
}
.section-access__list {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 2.4832855778vw + 30.2406876791px, 66px);
}
@media (max-width: 985px) {
  .section-access__list {
    gap: 110px;
  }
}
.section-access__list a {
  text-decoration: none;
  transition: color var(--theme-transition-duration);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}
@media (hover: hover) and (pointer: fine) {
  .section-access__list a:where(:hover, :focus-visible) {
    -webkit-text-stroke-width: 0.5px;
  }
}
.section-access__list a[data-title]:before {
  content: attr(data-title);
  min-width: 80px;
}
.section-access__form:not(:first-child) {
  margin-top: clamp(30px, 10.3151862464vw + -10.5386819484px, 138px);
}
.section-access--alt + section.section-content-and-video:not([class*=the-background]) {
  margin-top: 0;
}
.section-access--alt + section.section-content-and-video:not([class*=the-background]) > * {
  gap: clamp(28px, 2.9608404967vw + 16.3638968481px, 59px);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-access--alt + section.section-content-and-video:not([class*=the-background]) > * {
    gap: 60px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-access--alt + section.section-content-and-video:not([class*=the-background]):not(:last-child) {
    margin-bottom: 0;
  }
}
.section-access--alt {
  padding-top: clamp(46px, 2.2922636103vw + 36.9914040115px, 70px);
  padding-bottom: clamp(46px, 2.9608404967vw + 34.3638968481px, 77px);
}
.section-access--alt:not([class*=the-background]) {
  padding-block: 0;
  margin-top: clamp(46px, 2.2922636103vw + 36.9914040115px, 70px);
  margin-bottom: clamp(46px, 2.9608404967vw + 34.3638968481px, 77px);
}
.section-access--alt > * {
  overflow: visible;
}
.section-access--alt .section-access__inner {
  min-height: clamp(352px, 25.5969436485vw + 251.4040114613px, 620px);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-access--alt .section-access__inner {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-access--alt .section-access__media {
    order: 10;
    margin-top: 86px;
    height: 352px;
  }
}
.section-access--alt .section-access__title h1 {
  font-size: 56px;
  line-height: 1.11;
  letter-spacing: -1.12px;
  margin-bottom: 40px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-access--alt .section-access__title h1 {
    font-size: 64px;
    line-height: 1.12;
    letter-spacing: -1.28px;
  }
}
.section-access--alt .section-access__title > *:last-child {
  margin-bottom: 0;
} 

@media (max-width: 985px) {
	.section-embed__inner-embed-holder .calendly-inline-widget {
	  min-width: 100% !important;
	  width: 100% !important;
	  max-width: 100% !important;
	  overflow-x: hidden;
	}
}

@media (max-width: 985px) {
  .section-embed__inner-embed:has(#calendly-inline-widget) {
    height: auto;
    min-height: 700px;
  }
}
