#page {
  background: #fff;
  overflow: hidden;
}

.announcement-no #page,
.announcement-yes #page {
  margin-top: 0;
}

#top {
  display: none;
}

body {
  color: #1C1919;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
}
body p,
body ul,
body ol {
  font-family: europa, sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media (max-width: 991px) {
  body p,
  body ul,
  body ol {
    font-size: 16px;
  }
}
body p li,
body ul li,
body ol li {
  margin-bottom: 25px;
}
body p {
  margin-bottom: 30px;
}
body p.dwc-emphasized {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 991px) {
  body p.dwc-emphasized {
    font-size: 22px;
  }
}
body #content a:not(.btn) {
  color: #000;
  padding-bottom: 2px;
  border-bottom: 2px solid #FFBD01;
  text-decoration: none;
}
body #content a:not(.btn):hover {
  color: black;
  border-color: black;
}
body h2 {
  font-family: europa, sans-serif;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
  font-size: 75px;
  line-height: 1;
  color: #1C1919;
}
body h2.sans-serif {
  font-family: europa, sans-serif;
  font-weight: bold;
  font-size: 75px;
  line-height: 1.1;
  color: #1C1919;
}
@media (max-width: 991px) {
  body h2 {
    font-size: 50px;
  }
}
body h3 {
  font-family: europa, sans-serif;
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.15em;
  line-height: 1.1;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  body h3 {
    font-size: 24px;
  }
}
body h4 {
  font-family: europa, sans-serif;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 30px;
  text-transform: uppercase;
}
body h5 {
  font-family: europa, sans-serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
body .btn {
  font-family: europa, sans-serif;
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 24px;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: 100px !important;
  border: 0px;
  margin: 0 12px;
}
body .btn:first-child {
  margin-left: 0;
}
body .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 551px) {
  body .btn {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
    display: inline-block;
    padding: 18px 26px;
  }
}
body .btn.btn-gold {
  background: #FFBD01;
  color: black;
  border: 2px solid #FFBD01;
}
body .btn.btn-gold:hover {
  background: black;
  color: white;
  border: 2px solid black;
}
body .btn-dark {
  background-color: #252F41;
}
body .bg-dark {
  background: #1C1919;
}

.mh-section {
  padding: 160px 0;
  background: #f7f7f5;
}
@media (max-width: 1199px) {
  .mh-section {
    padding: 80px 0;
  }
}

.mh-dark-section {
  background: #1C1919;
  color: #F2ECDF;
}
.mh-dark-section__title {
  color: #9CB5C9;
  font-size: 85px;
  max-width: 970px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
@media (max-width: 1199px) {
  .mh-dark-section__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .mh-dark-section__title {
    font-size: 42px;
    margin-bottom: 2rem;
  }
}

.dwc-hero {
  background-color: #eae8e3;
  min-height: 785px;
}
.dwc-hero .logo {
  position: absolute;
  position: absolute;
  top: 60px;
  left: 0;
}
.dwc-hero .mh-coach-hero-present {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #F2ECDF;
  letter-spacing: 4px;
  margin-top: 0;
  display: block;
}
.dwc-hero .main-img {
  display: block;
  margin-left: auto;
}
.dwc-hero > .container {
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
}
.dwc-hero h1 {
  font-family: europa, sans-serif;
  font-weight: bold;
  line-height: 1;
  font-size: 66px;
  color: #1C1919;
  margin-top: 1rem;
  margin-bottom: 30px;
  letter-spacing: 0;
}
@media (max-width: 1400px) {
  .dwc-hero h1 {
    font-size: 56px;
    margin-top: 1.5rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .dwc-hero h1 {
    font-size: 46px;
    margin-top: 1.5rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .dwc-hero h1 {
    font-size: 32px;
  }
}
.dwc-hero h4 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: left;
  color: #dark;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1199px) {
  .dwc-hero h4 {
    font-size: 18px;
    max-width: 320px;
  }
}
.dwc-hero p {
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.636363;
  color: #1C1919;
  margin-bottom: 17px;
  padding-right: 1rem;
}
@media (max-width: 1400px) {
  .dwc-hero p {
    font-size: 20px;
    line-height: 1.5;
  }
}
.dwc-hero__hero-text {
  min-height: 80vh;
}
.dwc-hero__stars {
  margin-top: 40px;
  margin-bottom: 20px;
}
.dwc-hero__stars img {
  width: 150px;
  height: auto;
  max-width: 80%;
}
.dwc-hero__quote {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .dwc-hero__quote {
    font-size: 16px;
  }
}
.dwc-hero__author {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .dwc-hero__author {
    font-size: 16px;
  }
}
.dwc-hero p.dwc-hero__sub {
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .dwc-hero p.dwc-hero__sub {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .dwc-hero {
    min-height: auto;
  }
  .dwc-hero > .container {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .dwc-hero .logo {
    top: 50px;
    left: 10px;
    max-width: 90px;
  }
  .dwc-hero .mh-coach-hero-present {
    font-size: 18px;
  }
  .dwc-hero p {
    font-size: 18px;
  }
  .dwc-hero .mh-coach-hero-text {
    min-height: auto;
  }
  .dwc-hero .main-img {
    max-width: 400px;
    margin: auto;
    display: block;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .dwc-hero > .container {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .dwc-hero .mh-coach-hero-present {
    font-size: 16px;
  }
  .dwc-hero .main-img {
    max-width: 100%;
    margin-top: 25px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .dwc-hero .logo {
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 95px;
  }
  .dwc-hero .main-img {
    padding-left: 0;
    max-width: 60%;
  }
  .dwc-hero__left-col {
    padding-bottom: 1rem;
  }
}

.dwc-brands {
  background-color: #eae8e3;
  padding-top: 60px;
  padding-bottom: 60px;
}
.dwc-brands h4 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-align: center;
  color: #F2ECDF;
  padding-top: 0;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .dwc-brands {
    padding-top: 0px;
  }
}

.dwc-intro {
  background: #eae8e3;
  background: url(../../img/page-specific/dwc/background-happyfamily.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 160px 0 100px;
}
.dwc-intro__title {
  color: #fff;
  font-size: 60px;
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.dwc-intro__text {
  color: #fff;
  max-width: 910px;
  margin: 60px auto 0px;
  font-size: 20px;
  line-height: 1.636;
  text-align: center;
}
@media (max-width: 767px) {
  .dwc-intro__text {
    color: #1C1919;
  }
}
.dwc-intro__text .leading-text {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9cb5c9;
  letter-spacing: 5px;
}
@media (max-width: 991px) {
  .dwc-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .dwc-intro__title {
    font-size: 36px;
  }
  .dwc-intro__text {
    font-size: 16px;
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .dwc-intro {
    background-image: none;
    background: #eae8e3;
    color: #1C1919;
  }
}

.dwc-for {
  background-color: #466F6F;
  color: #fff;
  padding: 160px 0;
}
.dwc-for__title {
  color: #fff;
  font-size: 60px;
  max-width: 821px;
  text-align: left;
  margin-top: 0;
}
.dwc-for__text {
  color: #fff;
}
.dwc-for__right {
  text-align: right;
}
.dwc-for__image {
  border-radius: 53px;
  width: 600px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .dwc-for {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: left center;
  }
  .dwc-for__title {
    font-size: 36px;
  }
  .dwc-for__subtitle {
    font-size: 24px;
  }
  .dwc-for__text {
    font-size: 16px;
    text-align: left;
    padding: 0;
  }
  .dwc-for__right {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .dwc-for__image {
    max-width: 60%;
  }
}

.dwc-choose {
  background: #f6f6f4;
  color: #1C1919;
  padding: 160px 0 100px;
}
.dwc-choose__title {
  color: #1C1919;
  font-size: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.dwc-choose__text {
  color: #1C1919;
  max-width: 910px;
  margin: 60px auto 100px;
  font-size: 20px;
  line-height: 1.636;
  text-align: center;
}
.dwc-choose__text .leading-text {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9cb5c9;
  letter-spacing: 5px;
}
@media (max-width: 991px) {
  .dwc-choose {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .dwc-choose__title {
    font-size: 36px;
  }
  .dwc-choose__text {
    font-size: 16px;
    text-align: left;
  }
}
.dwc-choose .comparison-container {
  background-color: transparent;
  border-radius: 20px;
  overflow: hidden;
}
.dwc-choose .comparison-container .column {
  padding: 40px 30px;
}
.dwc-choose .comparison-container .left-col {
  background-color: #ded2aa;
}
.dwc-choose .comparison-container .right-col {
  background-color: #cfc06c;
}
.dwc-choose .comparison-container .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.dwc-choose .comparison-container .item {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  padding-bottom: 1rem;
}
.dwc-choose .comparison-container .item:last-child {
  border-bottom: none;
}
.dwc-choose .comparison-container .item strong {
  font-weight: 600;
}

.dwc-imagine {
  background: #f6f6f4;
  padding: 140px 0 0;
}
@media (max-width: 991px) {
  .dwc-imagine {
    padding-top: 60px;
  }
  .dwc-imagine h2 {
    font-size: 36px;
  }
}
.dwc-imagine .card-box {
  background-color: #99AE9D;
  border-radius: 2rem;
  padding: 2rem;
  text-align: left;
  color: #000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.dwc-imagine .card-box h5 {
  font-weight: bold;
  margin-top: 1rem;
  font-size: 30px;
  text-transform: none;
  letter-spacing: 0;
}
.dwc-imagine .emoji {
  font-size: 44px;
}

.dwc-coaches {
  background-color: #f6f6f4;
  padding-bottom: 140px;
}
@media (max-width: 991px) {
  .dwc-coaches {
    background-color: #466F6F;
    padding-bottom: 0;
  }
}
.dwc-coaches .container {
  background: #466F6F;
  padding-top: 140px;
  padding-bottom: 140px;
  color: #fff;
}
@media (max-width: 991px) {
  .dwc-coaches .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.dwc-coaches h2 {
  color: #fff;
}
.dwc-coaches__headshot {
  width: 230px;
  max-width: 80%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .dwc-coaches__headshot {
    margin-top: 0;
  }
}

.dwc-how {
  background: url(../../img/page-specific/dwc/background-cooking.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
.dwc-how h2 {
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  .dwc-how {
    padding: 60px 0;
  }
  .dwc-how h2 {
    font-size: 36px;
  }
}

.dwc-audiences {
  padding: 35px 0 15px;
  background: #f6f6f4;
}
.dwc-audiences__title {
  letter-spacing: 0;
}
.dwc-audiences__left {
  padding: 120px 0 90px 10px;
  color: #1C1919;
}
.dwc-audiences__main-text {
  padding-right: 2rem;
  margin-top: 45px;
}
.dwc-audiences ul {
  padding-left: 0;
}
@media (max-width: 1199px) {
  .dwc-audiences ul {
    padding-left: 0;
  }
}
.dwc-audiences ul li {
  background-position-y: 5px;
  padding: 0;
  position: relative;
  list-style-type: none;
  background-image: url("data:image/svg+xml,%3Csvg id='CheckMark' xmlns='http://www.w3.org/2000/svg' width='28.872' height='28.872' viewBox='0 0 28.872 28.872'%3E%3Cpath id='Path_231' data-name='Path 231' d='M311.065,386.7A14.436,14.436,0,1,0,325.5,401.133,14.436,14.436,0,0,0,311.065,386.7Zm0,26.948a12.51,12.51,0,0,1,0-25.021v0a12.531,12.531,0,0,1,12.509,12.512v0A12.512,12.512,0,0,1,311.062,413.645Z' transform='translate(-296.629 -386.697)' fill='%23BDAD53'/%3E%3Cpath id='Path_232' data-name='Path 232' d='M313.228,392.8l-7.25,7.808-3.291-3.552a.882.882,0,0,0-1.31,0,1.052,1.052,0,0,0,0,1.413l3.946,4.256a.9.9,0,0,0,.654.292h0a.9.9,0,0,0,.652-.291l7.926-8.537a1.056,1.056,0,0,0-.022-1.412A.882.882,0,0,0,313.228,392.8Z' transform='translate(-292.381 -383.33)' fill='%23BDAD53'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 27px;
  padding-left: 2.5rem;
  margin-bottom: 40px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .dwc-audiences {
    padding-top: 70px;
  }
  .dwc-audiences__main-text {
    margin-top: 2rem;
    padding-right: 0;
  }
  .dwc-audiences__left {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .dwc-audiences__left p {
    font-size: 1rem;
  }
  .dwc-audiences__left ul li {
    font-size: 1rem;
  }
  .dwc-audiences__title {
    font-size: 28px;
    letter-spacing: 0;
  }
  .dwc-audiences img {
    max-width: 300px;
    margin: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .dwc-audiences__title {
    font-size: 36px;
    letter-spacing: 0;
  }
  .dwc-audiences img {
    max-width: 60%;
  }
}

.dwc-inside {
  background: #e8e5df;
  padding: 140px 0 0;
}
@media (max-width: 991px) {
  .dwc-inside {
    padding-top: 60px;
  }
}
.dwc-inside .feature-card {
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 50px 30px;
  height: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.03);
  text-align: center;
}
.dwc-inside .feature-card h5 {
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.2;
}
.dwc-inside .feature-card p {
  margin-bottom: 0;
}
.dwc-inside__header strong {
  background: #b4a452;
}

.dwc-receive {
  background: #e8e5df;
  padding: 0 0 140px;
}
@media (max-width: 991px) {
  .dwc-receive {
    padding-bottom: 60px;
  }
}

.dwc-testimonialgrid {
  background: #f6f6f4;
  padding: 140px 0 0;
}
@media (max-width: 991px) {
  .dwc-testimonialgrid {
    padding-top: 60px;
  }
  .dwc-testimonialgrid h2 {
    font-size: 36px;
  }
}

.dwc-gofurther {
  background: #f6f6f4;
  padding: 140px 0;
}
.dwc-gofurther ul {
  padding-left: 0;
}
@media (max-width: 1199px) {
  .dwc-gofurther ul {
    padding-left: 0;
  }
}
.dwc-gofurther ul li {
  background-position-y: 5px;
  padding: 0;
  position: relative;
  list-style-type: none;
  background-image: url("data:image/svg+xml,%3Csvg id='CheckMark' xmlns='http://www.w3.org/2000/svg' width='28.872' height='28.872' viewBox='0 0 28.872 28.872'%3E%3Cpath id='Path_231' data-name='Path 231' d='M311.065,386.7A14.436,14.436,0,1,0,325.5,401.133,14.436,14.436,0,0,0,311.065,386.7Zm0,26.948a12.51,12.51,0,0,1,0-25.021v0a12.531,12.531,0,0,1,12.509,12.512v0A12.512,12.512,0,0,1,311.062,413.645Z' transform='translate(-296.629 -386.697)' fill='%23BDAD53'/%3E%3Cpath id='Path_232' data-name='Path 232' d='M313.228,392.8l-7.25,7.808-3.291-3.552a.882.882,0,0,0-1.31,0,1.052,1.052,0,0,0,0,1.413l3.946,4.256a.9.9,0,0,0,.654.292h0a.9.9,0,0,0,.652-.291l7.926-8.537a1.056,1.056,0,0,0-.022-1.412A.882.882,0,0,0,313.228,392.8Z' transform='translate(-292.381 -383.33)' fill='%23BDAD53'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 27px;
  padding-left: 2.5rem;
  margin-bottom: 40px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .dwc-gofurther {
    padding: 60px 0;
  }
  .dwc-gofurther h2 {
    font-size: 36px;
  }
  .dwc-gofurther ul li {
    font-size: 16px;
  }
}

.dwc-ready {
  background: #e8e5df;
  padding: 100px 0;
}
.dwc-ready__badge img {
  width: auto;
  height: 200px;
  margin-top: -200px;
  margin-bottom: 40px;
}
.dwc-ready .steps-container {
  text-align: center;
  padding: 50px 0;
  /* Creating the thin black line between the circles */
}
@media (max-width: 767px) {
  .dwc-ready .steps-container {
    padding: 0 0 20px;
  }
}
.dwc-ready .steps-container .step {
  text-align: center;
  padding: 20px;
  position: relative;
}
.dwc-ready .steps-container .step-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #466F6F;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .dwc-ready .steps-container .step-number {
    font-size: 16px;
  }
}
.dwc-ready .steps-container .step-description {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .dwc-ready .steps-container .step-description {
    font-size: 16px;
  }
}
.dwc-ready .steps-container .row {
  position: relative;
}
.dwc-ready .steps-container .step {
  position: relative;
}
.dwc-ready .steps-container .step:not(:last-child) {
  position: relative;
}
.dwc-ready .steps-container .step:not(:last-child)::after {
  content: " ";
  position: absolute;
  top: 45px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #99AE9D; /* Thin black line */
  transform: translateX(10px); /* Adjust the space between the circles */
  z-index: 0;
}
@media (max-width: 767px) {
  .dwc-ready .steps-container .step:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .dwc-ready {
    padding: 100px 0 60px;
  }
  .dwc-ready h2 {
    font-size: 36px;
  }
}

.dwc-breakfree {
  background: url(../../img/page-specific/dwc/background-golfing.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
.dwc-breakfree h2 {
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .dwc-breakfree {
    padding: 60px 0 40px;
    background-position: right center;
  }
  .dwc-breakfree h2 {
    font-size: 36px;
  }
}

.dwc-finalcta {
  background: #e8e5df;
  padding: 140px 0;
}
.dwc-finalcta__badge img {
  width: auto;
  height: 150px;
  margin-top: -280px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .dwc-finalcta {
    padding: 100px 0 40px;
  }
  .dwc-finalcta h2 {
    font-size: 36px;
  }
  .dwc-finalcta__badge img {
    margin-top: -180px;
  }
}

.dwc-faq {
  background: #fff;
  padding: 140px 0;
}
@media (max-width: 767px) {
  .dwc-faq {
    padding: 60px 0;
  }
  .dwc-faq h2 {
    font-size: 36px;
  }
}

.dwc-testimonial {
  padding: 140px 0;
}
@media (max-width: 991px) {
  .dwc-testimonial {
    padding: 60px 0;
  }
  .dwc-testimonial.testimonial-above-seal {
    padding-bottom: 120px;
  }
}
.dwc-testimonial__left {
  text-align: center;
}
.dwc-testimonial__left img {
  max-width: 350px;
  height: auto;
  width: 100%;
}
.dwc-testimonial__paragraph {
  font-family: garamond-premier-pro-display, serif;
  line-height: 1.2;
  font-weight: 300;
  color: #1C1919;
  margin: 0px auto 18px;
  text-transform: none;
  font-size: 55px;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .dwc-testimonial__paragraph {
    font-size: 48px;
  }
}
.dwc-testimonial__secondary {
  font-size: 22px;
  letter-spacing: 0;
  color: #1C1919;
}
.dwc-testimonial__sep {
  color: #605A49;
  width: 20px;
  height: 2px !important;
  opacity: 1;
}
.dwc-testimonial__author {
  color: #605A49;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.dwc-testimonial__jobtitle {
  color: #605A49;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .dwc-testimonial .container {
    max-width: 100%;
  }
  .dwc-testimonial__left img {
    margin-bottom: 20px;
    max-width: 150px;
  }
  .dwc-testimonial__paragraph {
    font-size: 36px;
  }
  .dwc-testimonial__secondary {
    font-size: 18px;
  }
  .dwc-testimonial__author {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .dwc-testimonial__right {
    text-align: center;
  }
  .dwc-testimonial__sep {
    margin: 20px auto;
  }
}
.dwc-testimonial.testimonial-white .dwc-testimonial__paragraph,
.dwc-testimonial.testimonial-white .dwc-testimonial__secondary,
.dwc-testimonial.testimonial-white .dwc-testimonial__author,
.dwc-testimonial.testimonial-white .dwc-testimonial__jobtitle,
.dwc-testimonial.testimonial-white .dwc-testimonial__sep {
  color: #fff;
}

.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
.marquee ul,
.marquee li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 60s linear infinite;
}

.fade-in {
  opacity: 0;
}

.animate {
  opacity: 0;
  animation: fade-in 1s ease-in-out forwards;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
body .gform_wrapper .gform_footer input[type=submit] {
  border-radius: 100px !important;
  margin: auto;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  content: "";
  display: block;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* Overriding container size */
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
/* Modal
----------------------------------------------------- */
body.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-backdrop.show {
  opacity: 0.9;
}

#coaching-form-modal .modal-content {
  border: 0;
  border-radius: 0;
}

/*# sourceMappingURL=double-win-coaching.css.map */
