@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@200;400;700&family=Roboto:wght@400;700&display=swap");
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  transition: transform 0.4s ease-in-out;
}

body {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #8D8D8D;
}
body h1, body h2, body h3 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04rem;
  color: #071C21;
}
body h1 span, body h2 span, body h3 span {
  font-weight: 300;
}
body h4, body h5, body h6 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -0.04rem;
  color: #071C21;
}

b, strong {
  font-weight: bold;
}

h1 {
  font-size: 3.5rem;
  line-height: 3.25rem;
  font-weight: 200 !important;
  letter-spacing: -0.05em !important;
}
@media (max-width: 599px) {
  h1 {
    font-size: 2.75rem;
    line-height: 2.5rem;
  }
}

h2 {
  font-size: 3rem;
  line-height: 2.75rem;
  font-weight: 200 !important;
  letter-spacing: -0.05em !important;
}
@media (max-width: 599px) {
  h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 2rem;
}
@media (max-width: 599px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media (max-width: 599px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

footer, header, nav, section, main {
  display: block;
  transition: all 0.3s ease-out;
}

main {
  padding-top: 125px;
}
@media (max-width: 599px) {
  main {
    padding-top: 95px;
  }
}

@media (max-width: 599px) {
  section .row {
    flex-direction: column;
  }
}
section .container-fluid {
  max-width: 1440px;
}
section ul {
  list-style-type: disc;
  margin: 0 20px;
}
section ul.no-style {
  list-style-type: none;
}
section ul li {
  padding: 10px;
}
section ul li::marker {
  color: #FBB023;
}

a {
  color: #071C21;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

small {
  font-size: 0.75rem;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th, table td {
  padding: 15px;
  border: solid 1px #ddd;
  text-align: left;
}
table th {
  background-color: #f1f1f1;
}

blockquote {
  display: block;
  border-top: solid 2px #eee;
  padding: 1rem 0 0.5rem;
  margin: 1rem 0;
  position: relative;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  color: #666;
  text-align: center;
}

form label {
  display: block;
  color: #071C21;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 0.5rem;
}
form input[type=text] {
  color: #071C21;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  background: #ffffff;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}

form input[type=email] {
    color: #071C21;
    width: 100%;
    display: block;
    font-size: 1.5rem;
    background: #ffffff;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
}


form input[type=tel] {
    color: #071C21;
    width: 100%;
    display: block;
    font-size: 1.5rem;
    background: #ffffff;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 599px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .hidden-desktop {
    display: none !important;
  }
}

.spaced {
  padding: 3.75rem 0;
}
@media (max-width: 599px) {
  .spaced {
    padding: 2rem 0;
  }
}
.spaced.negative-margin-top {
  margin-top: -115px;
  padding-bottom: 0;
}
.spaced.extra-padding-bottom {
  padding-bottom: 100px;
}

.do-logo {
  width: 185px;
}

.do-logo-mobile {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  z-index: 90;
}

header {
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 95px;
  background-color: #ffffff;
}
header .topbar {
  padding: 1rem 2rem;
}
@media (max-width: 599px) {
  header .topbar {
    padding: 0;
  }
}
header .topbar .do-button-block {
  padding-left: 0;
  margin-left: -1px;
}
header .topbar .do-button-block .do-button {
  display: inline-block;
  margin-left: 10px;
}
header .container {
  width: 100%;
}
@media (max-width: 599px) {
  header #navDesktop {
    display: none;
  }
}
header #navMobile {
  position: absolute;
  z-index: 999;
  width: 60%;
}
@media (min-width: 600px) {
  header #navMobile {
    display: none;
  }
}

header .do-navbar .nav-container{
    height: 95px;
    display: flex;
    align-items: center;
}

@media (min-width: 1200px) {
  header .do-navbar .nav-container {
    display: flex;
    justify-content: center;
  }

}
header .do-navbar .nav-container li {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}
@media (min-width: 1200px) {
  header .do-navbar .nav-container li {
    display: inline-flex;
  }
}
header .do-navbar .nav-container a {
  text-decoration: none;
  color: #071C21;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.25rem 1rem;
  border: solid 1px transparent;
  border-radius: 100px;
}
@media (max-width: 599px) {
  header .do-navbar .nav-container a {
    color: #071C21;
  }
}
@media (min-width: 1200px) {
  header .do-navbar .nav-container a {
    padding: 0.5rem 1rem;
  }
}
header .do-navbar .nav-container a:hover {
  border-color: #FBB023;
}
header .do-navbar .nav-container a:hover:hover {
  color: #071C21;
}
header .do-navbar .nav-container .mobile-items {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  width: 100%;
  height: 100vh;
  transition: left 0.5s ease-in-out;
  text-align: right;
  background-color: #ffffff;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: -150%;
}
header .do-navbar .nav-container .mobile-items li {
  padding: 10px;
}
header .do-navbar .nav-container .checkbox {
  position: absolute;
  display: block;
  width: 24px;
  height: 20px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
header .do-navbar .nav-container .hamburger-lines {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 34px;
  left: 30px;
  width: 24px;
  height: 20px;
  z-index: 2;
  cursor: pointer;
}
header .do-navbar .nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 20px;
  background-color: #071C21;
}
header .do-navbar .nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
header .do-navbar .nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}
header .do-navbar .nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
header .do-navbar .nav-container input[type=checkbox]:checked ~ .mobile-items {
  left: 0;
}
header .do-navbar .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}
header .do-navbar .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}
header .do-navbar .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.do-text-uppercase {
  text-transform: uppercase;
}

.do-text-left {
  text-align: left;
}

.do-text-center {
  text-align: center;
}

.do-text-right {
  text-align: right;
}

.do-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  color: #071C21;
  background-color: #FBB023;
  border-radius: 100px;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: 1.25rem;
  cursor: pointer;
}
.do-button:disabled { 
    opacity: 0.4;
    cursor: not-allowed;
}

@media (max-width: 599px) {
  .do-button {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0;
    display: grid;
    text-align: center;
  }
}
.do-button.small {
  padding: 0.25rem 1rem;
  font-size: 0.825rem;
}
@media (min-width: 1200px) {
  .do-button.small {
    padding: 0.5rem 1rem;
  }
}
.do-button.dark {
  color: #ffffff;
  background-color: #071C21;
}
.do-button:hover {
  color: #071C21;
  background-color: #ffffff;
}

.do-social-icons {
  display: flex;
  margin-top: 20px;
}
.do-social-icons img {
  margin-right: 40px;
}
.do-social-icons img:last-of-type {
  margin-right: 0;
}

@keyframes animationfloating {
  from {
    top: 0px;
  }
  to {
    top: 20px;
  }
}
.do-thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -20px 0;
}
@media (max-width: 599px) {
  .do-thumbs {
    display: none;
  }
}
.do-thumbs .do-cards .img {
  animation: animationfloating 1s infinite;
}
.do-thumbs .do-cards:nth-of-type(1) {
  margin-top: 100px;
}
.do-thumbs .do-cards:nth-of-type(2) {
  margin-left: 30px;
}
.do-thumbs .do-cards:nth-of-type(3) {
  margin-top: 30px;
  margin-left: 30px;
}
.do-thumbs .do-cards:nth-of-type(4) {
  margin-top: -55px;
  margin-left: 30px;
  z-index: 10;
}

.do-cards {
  border-radius: 20px;
}
@media (max-width: 599px) {
  .do-cards {
    margin-top: 20px;
  }
}
.do-cards:hover {
  transform: scale(1.1);
  transition: ease-in-out 0.2s;
}
.do-cards .img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.do-cards .content {
  padding: .5rem 2rem 1rem;
  background-color: #F8F8F8;
  border-radius: 20px;
}

.do-cards .content h5{
    margin-bottom: 1rem;
}

@media (max-width: 599px) {
  .do-cards .content {
    padding: 1.5rem 3rem 1rem;
  }
}
@media (max-width: 1440px) {
  .do-cards .content p {
    min-height: 80px;
  }
}
.do-cards .content.dark {
  background-color: #071C21;
}
.do-cards .content.dark p {
  color: #8D8D8D;
}
.do-cards .content.dark h4, .do-cards .content.dark h5, .do-cards .content.dark h6 {
  color: #ffffff;
}

.do-blocks {
  border-radius: 20px;
  background: transparent;
}
.do-blocks.do-cta {
  padding: 1.5rem;
}
.do-blocks.do-cta h4 {
  padding: 0;
  color: #ffffff;
}
.do-blocks.do-cta h4 span {
  color: #FBB023;
}
.do-blocks h2 {
  padding: 0 3.5rem;
}
@media (max-width: 599px) {
  .do-blocks h2 {
    padding: 0 2rem;
  }
}
.do-blocks p {
  padding: 1.5rem 5rem;
}
@media (max-width: 599px) {
  .do-blocks p {
    padding: 2rem;
  }
}
.do-blocks h4 {
  padding: 0 5rem;
}
@media (max-width: 599px) {
  .do-blocks h4 {
    padding: 0 2rem;
  }
}
.do-blocks .outline-gradient {
  width: 100%;
  min-height: 360px;
  background: url("../images/block-gradient.png") no-repeat left 25px;
  background-size: contain;
}
@media (max-width: 599px) {
  .do-blocks .outline-gradient {
    background: url("../images/block-gradient.png") no-repeat left 15px;
    background-size: contain;
  }
}
.do-blocks .outline-gradient .do-button {
  margin: 0 5rem;
}
@media (max-width: 599px) {
  .do-blocks .outline-gradient .do-button {
    margin: 0 2rem;
  }
}

.do-steps h2 {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .do-steps .row {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}
.do-steps .do-steps-number {
  margin: 0;
  padding: 0;
}
.do-steps .do-steps-number li {
  list-style-type: none;
  background: url("../images/circle-gradient.svg") no-repeat left top;
  background-size: 46px;
  color: #071C21;
}
.do-steps .do-steps-number li span {
  display: inline-block;
  width: 25px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  margin-right: 10px;
}
.do-steps .do-steps-img {
  background: url("../images/icon-steps-bg.svg") no-repeat right center;
  background-size: contain;
}
.do-steps .do-steps-img img {
  margin: 40px 140px 0 0;
}
@media (max-width: 599px) {
  .do-steps .do-steps-img img {
    margin: 0 0 40px 22%;
  }
}

.do-bg-dark {
  background-color: #071C21;
}
.do-bg-dark.do-bg-cta {
  background-image: url("../images/cta-gif.gif");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-blend-mode: color-dodge;
}
.do-bg-dark.do-bg-cta::after {
  background-image: url("../images/cta-gif.gif");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-blend-mode: color-dodge;
}
.do-bg-dark span {
  color: #FBB023;
}
.do-bg-dark .do-button {
  margin-top: 30px;
}
.do-bg-dark h1, .do-bg-dark h2, .do-bg-dark h3 {
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 599px) {
  .do-bg-dark h2 {
    font-size: 1.5rem;
  }
}

.do-bg-grey {
  background-color: #F8F8F8;
}
.do-bg-grey h4 {
  color: #8D8D8D;
}

.do-bg-secondary {
  background-color: #FBB023;
}
.do-bg-secondary .do-cards .content {
  color: #071C21;
  background-color: transparent;
}

.circled-title {
  min-height: 340px;
  background: url("../images/circle-gradient.svg") no-repeat left center;
  background-size: contain;
}
.circled-title img {
  margin: 70px 0 0 130px;
}
.circled-title h2 {
  margin: 0 0 0 90px;
}

.with-shadow {
  box-shadow: 1px 2px 15px 10px rgba(0, 0, 0, 0.07);
}

.swiper {
  margin-top: -20px;
  min-height: 570px;
}
@media (max-width: 599px) {
  .swiper {
    min-height: 620px;
  }
}
.swiper .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.swiper .swiper-slide {
  background: url("../images/hero-bg.png") no-repeat center 20px;
  background-size: cover;
}
@media (max-width: 599px) {
  .swiper .swiper-slide {
    text-align: center;
    padding-top: 60px;
  }
}
.swiper .swiper-slide:after {
    position: absolute;
    content: "";
    z-index: 1;
    display: block;
    bottom: 0;
    right: 0;
    background: url("../images/hero-vector.svg") no-repeat right bottom;
    background-size: contain;
    width: 55%;
    height: 570px;
    pointer-events: none;
}
@media (max-width: 599px) {
  .swiper .swiper-slide:after {
    width: 100%;
    height: 570px;
    pointer-events: none;
  }
}
.swiper .swiper-slide h1 {
  color: #071C21;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .swiper .swiper-slide h1 {
    top: 40%;
  }
}
.swiper .swiper-slide img {
  position: relative;
  z-index: 10;
  margin-left: 40px;
}
@media (max-width: 599px) {
  .swiper .swiper-slide img {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .swiper .swiper-slide .do-button {
    margin: -20px 0 20px;
  }
}
.swiper.page-header {
  min-height: 45vh;
}
.swiper.page-header h1 {
  position: relative;
  top: 65%;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 599px) {
  .swiper.page-header h1 {
    position: absolute;
    top: 65%;
    font-size: 1.75rem;
    line-height: 2.25rem;
    z-index: 1;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: white;
  width: calc(var(--swiper-navigation-size) / 44 * 44);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2rem;
}

.do-logo-carousel {
  padding: 1rem 0 0;
  background-color: white;
  border-radius: 20px;
}
.do-logo-carousel img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  padding: 30px;
}

.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots.disabled {
  display: block !important;
}

.do-tabs {
  overflow: hidden;
  margin-top: -20px;
}

.do-tab {
  width: 100%;
  color: #071C21;
  overflow: hidden;
}
.do-tab input[type=radio] {
  -webkit-appearance: none;
  border-radius: 0;
}
.do-tab-label {
  display: flex;
  justify-content: space-between;
  padding: 0;
  background: white;
  cursor: pointer;
  color: black;
  transition: all 0.3s ease-out;
}
.do-tab-label:hover {
  color: #FBB023;
}
.do-tab-label::after {
  content: "›";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.do-tab-content {
  max-height: 0;
  padding: 0 1em;
  color: black;
  background: #F8F8F8;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.35s;
}

.do-tab-content a {
    color: #1678DC;
}
.do-tab-content a:hover{
    text-decoration: underline;
    cursor: pointer;
}

.do-tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: white;
  cursor: pointer;
}
.do-tab-close:hover {
  background: white;
}

input:checked + .do-tab-label {
  background: white;
}
input:checked + .do-tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .do-tab-content {
  border-top: solid 1px #FBB023;
  max-height: 100vh;
  padding: 1rem;
}

footer {
  color: #ffffff;
  padding: 3.75rem 0;
  background-color: #04161B;
}
footer span {
  color: #FBB023;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #FBB023;
}

.do-terms-container {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.do-terms-container ul{
    list-style: decimal;

    display: flex;
    flex-direction: column;
    gap: .25rem;
    padding-top: .25rem;
    padding-left: 1rem;
}
.do-terms-container ul li{
    font-size: .85rem;
}


.do-terms-container ul li a:hover {
    text-decoration: underline;
    cursor: pointer;
}

article h2{
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

article p {
    padding: .3rem 0;
}

article a:hover{
    text-decoration: underline;
    cursor: pointer;
}

article .do-list-letters {
    padding-left: 2rem;
    list-style-type: lower-alpha;
}

article table {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

article table th{
    text-transform: uppercase;
}

article .sub-article {
    padding: 0 1rem;
}

article .sub-article h2{
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 0rem;
}