body {
  background-color: #182e47;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  line-height: 82px;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 58px;
  font-weight: 800;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 46px;
  font-weight: 800;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  font-weight: 800;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 18px;
}

a {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #96cb70;
  text-decoration: none;
}

a:hover {
  color: #96cb70;
  text-decoration: underline;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0px;
  list-style-type: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 12px;
  padding-left: 30px;
  background-image: url('../images/Oval.svg');
  background-position: 0% 11px;
  background-repeat: no-repeat;
}

label {
  display: block;
  padding-top: 6px;
  color: #005689;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 18px;
  padding: 0px 0px 0px 30px;
  border-left: 4px solid #d47e63;
  color: #fff;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.p-large {
  font-size: 26px;
  line-height: 38px;
}

.p-large.highlighted {
  color: #96cb70;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-height: 55px;
  min-width: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 14px 60px;
  border-radius: 37px;
  background-color: #50b0b4;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #50b0b4;
  box-shadow: 0 12px 36px 0 rgba(80, 176, 180, 0.25);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
  text-decoration: none;
}

.section {
  position: relative;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.t-margin {
  margin-top: 60px;
}

.fluid-cell {
  position: relative;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.fluid-cell:hover {
  text-decoration: none;
}

.fluid-cell._67-p {
  width: 66.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._33-p {
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._100-p {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}



.fluid-cell._50-p {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._w-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.in-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.in-center._w-center-align {
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.fluid-cell.no-b-padding {
  padding-bottom: 0px;
}

.fluid-cell._60-p {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.hide-desktop, .hide-desktop {
  display: none;
}

.fluid-cell._100-p {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.subheading {
  margin-bottom: 12px;
  padding-top: 12px;
  color: #96cb70;
  font-weight: 700;
}

.container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 84px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faux-h1 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  line-height: 82px;
  font-weight: 800;
  text-transform: uppercase;
}

.faux-h2 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 58px;
  font-weight: 800;
  text-transform: uppercase;
}

.faux-h3 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  line-height: 46px;
  font-weight: 800;
  text-transform: uppercase;
}

.faux-h4 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  font-weight: 800;
  text-transform: uppercase;
}

.faux-h5 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.faux-h5:hover {
  text-decoration: none;
}

.faux-h6 {
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.faux-h6:hover {
  text-decoration: none;
}

.block {
  position: relative;
  display: block;
  height: 100%;
  padding: 48px;
  border: 4px solid #96cb70;
  border-radius: 18px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
}

.block.t-margin {
  margin-top: 48px;
}

.container-border {
  position: absolute;
  left: 48px;
  top: 0%;
  right: 48px;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 4px solid #3a4d62;
  border-radius: 24px;
}

.container-border.end-bottom {
  border-bottom-width: 2px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.container-border.end-top {
  border-top-width: 2px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.gear-w-number {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-bottom: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.gear-w-number._w-image {
  width: 180px;
  height: 180px;
  margin-top: 132px;
  margin-right: auto;
  margin-left: auto;
}

.gear-w-number.no-image {
  margin: 0 auto 20px;
  width: 150px;
  height: 150px;
}

.gear-small {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: url('../images/Gear-Small-Green.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.title-w-number {
  display: block;
  color: #182e47;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.number {
  font-family: Montserrat, sans-serif;
  color: #182e47;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
}
.gear-w-number.no-image .number {
  font-size: 60px
}

.gear-w-number.no-image .title-w-number{
  font-size: 11px;
}
.header-grpahics {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
}

.header-gear-wrap {
  position: absolute;
  left: auto;
  top: 190px;
  right: 84px;
  bottom: auto;
  width: 200px;
  height: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-gear-wrap._2 {
  top: 84px;
  right: -100px;
  bottom: auto;
}

.header-gear-wrap._3 {
  top: -100px;
  right: 0px;
  bottom: auto;
}

.header-gear-wrap._4 {
  top: -48px;
  right: 210px;
  bottom: auto;
}

.header-gear {
  width: 100%;
  height: 100%;
  background-image: url('../images/Gear-Large-Cyan.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-gear.orange {
  background-image: url('../images/Gear-Large-Orange.svg');
}

.header-gear.yellow {
  background-image: url('../images/Gear-Large-Yellow.svg');
}

.header-gear.green {
  background-image: url('../images/Gear-Large-Green.svg');
}

.deco-line {
  width: 72px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 24px;
  background-color: #96cb70;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 270px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-dropdown-link {
  position: relative;
  margin-right: 18px;
  margin-left: 18px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.nav-dropdown-trigger {
  position: relative;
  z-index: 20;
  display: inline-block;
  padding-right: 24px;
  background-image: url('../images/Down-arrow-icon.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  cursor: pointer;
}

.nav-dropdown-trigger:hover {
  color: #fff;
  text-decoration: none;
}

.nav-dropdown-content {
  position: absolute;
  left: 0px;
  top: 60px;
  right: auto;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 24px;
  background-color: #96cb70;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.child-link {
  display: inline-block;
  width: 100%;
  padding: 14px 30px;
  border-bottom: 1px solid rgba(6, 26, 16, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #182e47;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.child-link:hover {
  border-bottom-color: rgba(6, 26, 16, 0.2);
  background-color: #88b666;
  color: #182e47;
  text-decoration: none;
}

.child-link.w--current {
  color: #01c6e4;
}

.child-link.first {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.child-link.last {
  border-bottom-color: transparent;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.child-link.last:hover {
  box-shadow: none;
}

.nav-bar {
  position: relative;
  z-index: 1111;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.nav-wrap {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 96px;
  padding-left: 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-icon {
  width: 30px;
  height: 30px;
  margin-right: 18px;
  border: 2px solid #96cb70;
  border-radius: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.social-icon.youtube {
  background-image: url('../images/yt-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icon.twitter {
  background-image: url('../images/TW-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icon.facebook {
  background-image: url('../images/FB-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icon.linkedin {
  background-image: url('../images/IN-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icon.email {
  background-image: url('../images/Email-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}


.social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta-link {
  display: inline-block;
  margin-bottom: 18px;
  padding-bottom: 3px;
  border-bottom: 2px solid #96cb70;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.cta-link:hover {
  border-bottom-color: #fff;
  color: #96cb70;
  text-decoration: none;
}

.cta-link.play-video {
  margin-top: 36px;
  cursor: pointer;
}

.nav-border {
  position: absolute;
  left: 48px;
  top: 0%;
  right: 48px;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 4px solid #3a4d62;
  border-radius: 24px;
}

.main-title {
  margin-bottom: -8px;
  color: #96cb70;
  font-size: 84px;
  line-height: 84px;
}

.carousel-left-arrow {
  position: absolute;
  left: auto;
  top: -60px;
  right: 84px;
  bottom: auto;
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 42px;
  background-image: url('../images/Left-arrow.svg');
  background-position: 47% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.carousel-left-arrow:hover {
  border-color: #96cb70;
}

.hide {
  display: none;
}

.carousel-right-arrow {
  position: absolute;
  left: auto;
  top: -60px;
  right: 24px;
  bottom: auto;
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 42px;
  background-image: url('../images/Right-arrow.svg');
  background-position: 53% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.carousel-right-arrow:hover {
  border-color: #96cb70;
}

.carousel-cell {
  position: relative;
  width: 33.3%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.carousel-cell:hover {
  text-decoration: none;
}

.carousel {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  background-color: transparent;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 500px;
  padding: 24px 30px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 4px solid #3a4d62;
  border-radius: 18px;
  background-color: #182e47;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.carousel-slide {
  width: 100%;
}

.mask {
  height: 100%;
}

.no-b-margin {
  margin-bottom: 0px;
}

.carousel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.card-wrap {
  height: 100%;
  padding: 24px;
}

.card-expanded {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background-color: #182e47;
}

.carousel-back-button {
  position: absolute;
  left: auto;
  top: -55px;
  right: 30px;
  bottom: auto;
  padding-left: 24px;
  background-image: url('../images/Left-arrow.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: right;
  cursor: pointer;
}

.carousel-back-button:hover {
  color: #96cb70;
}

.card-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  padding: 36px;
  border-radius: 14px;
  background-color: #96cb70;
  color: #182e47;
  cursor: pointer;
}

.card-hover-link {
  display: inline-block;
  margin-top: 18px;
  border-bottom: 1px solid #182e47;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.card-collapsed {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background-color: #182e47;
}

.card-title {
  margin-bottom: 6px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  text-transform: capitalize;
}

.card-title:hover {
  text-decoration: none;
}

.svg {
  margin-top: 18px;
}

.modal-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2222;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #182e47;
}

.modal-window {
  display: block;
  width: 100%;
}

.modal-close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.media-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 96px;
  background-color: #50b0b4;
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}

.play-button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.flipping-icon {
  margin-left: 3px;
}

.button-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 6px;
  margin-bottom: 18px;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.button-icon:hover {
  background-color: #fff;
  text-decoration: none;
}

.tooltip {
  position: absolute;
  left: -24px;
  top: auto;
  right: auto;
  bottom: 24px;
  display: inline-block;
  min-width: 200px;
  padding: 12px;
  background-color: #fff;
  color: #182e47;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
}

.link-w-tooltip {
  position: relative;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }

  .block.t-margin {
    margin-top: 60px;
  }

  .nav-wrap {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }

  .carousel-back-button {
    cursor: pointer;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-position: -170px -20px;
  }

  h1 {
    font-size: 48px;
    line-height: 58px;
  }

  h2 {
    font-size: 40px;
    line-height: 52px;
  }

  h3 {
    font-size: 30px;
    line-height: 42px;
  }

  h4 {
    font-size: 24px;
    line-height: 36px;
  }

  .section.t-margin {
    margin-top: 48px;
  }

  .fluid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fluid-cell.in-center {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }

  .fluid-cell._60-p {
    width: 100%;
  }

  .fluid-cell.hide-desktop,.hide-desktop {
    display: block;
  }

  .container {
    padding: 48px 36px;
  }

  .faux-h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .faux-h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .faux-h3 {
    font-size: 30px;
    line-height: 42px;
  }

  .faux-h4 {
    font-size: 24px;
    line-height: 36px;
  }

  .block {
    padding: 36px;
  }

  .block.t-margin {
    margin-top: 36px;
  }

  .container-border {
    left: 24px;
    right: 24px;
  }

  .gear-w-number._w-image {
    margin-top: 204px;
  }
 

  .header-gear-wrap {
    top: 160px;
    right: 48px;
    width: 150px;
    height: 150px;
  }

  .header-gear-wrap._2 {
    top: 72px;
  }

  .header-gear-wrap._3 {
    top: -72px;
  }

  .header-gear-wrap._4 {
    top: -12px;
    right: 160px;
  }

  .div-block {
    height: 330px;
  }

  .nav-dropdown-link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .child-link.first {
    border-top-style: none;
  }

  .nav-wrap {
    padding-right: 60px;
    padding-left: 60px;
  }

  .social-icon {
    margin-right: 12px;
  }

  .cta-link.play-video {
    margin-top: 24px;
  }

  .nav-border {
    left: 24px;
    right: 24px;
  }

  .main-title {
    font-size: 60px;
    line-height: 66px;
  }

  .carousel {
    display: none;
  }

  .card {
    height: auto;
    min-height: auto;
    padding-right: 36px;
    padding-left: 36px;
  }

  .play-button {
    width: 84px;
    height: 84px;
  }
}
@media screen and (max-width: 990px) {
  .fluid-cell._67-p, 
  .fluid-cell._33-p,
  .fluid-cell._50-p {
    width: 100%;
  }
  
}

@media screen and (max-width: 767px) {
  body {
    background-position: -300px -20px;
  }

  h1 {
    margin-bottom: 12px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }

  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }

  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }

  h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 28px;
  }

  blockquote {
    margin-left: 0px;
    font-size: 28px;
    line-height: 44px;
  }

  .p-large {
    margin-bottom: 18px;
  }

  .section.t-margin {
    margin-top: 36px;
  }

  .fluid-cell {
    padding: 18px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fluid-cell._67-p, 
  .fluid-cell._33-p,
  .fluid-cell._50-p {
    width: 100%;
  }

  .fluid-cell.in-center {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .fluid-cell._60-p {
    width: 100%;
  }

  .subheading {
    margin-bottom: 6px;
    background-image: none;
    font-size: 13px;
    line-height: 23px;
  }

  .container {
    padding: 36px 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container._w-border {
    padding-right: 48px;
    padding-left: 48px;
  }

  .faux-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }

  .faux-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }

  .faux-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }

  .faux-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }

  .faux-h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }

  .block:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .gear-w-number._w-image {
    margin-top: 174px;
  }

  .header-gear-wrap {
    right: 24px;
    width: 125px;
    height: 125px;
  }

  .header-gear-wrap._2 {
    right: -96px;
  }

  .header-gear-wrap._3 {
    top: -36px;
  }

  .header-gear-wrap._4 {
    top: 24px;
    right: 140px;
  }

  .div-block {
    height: 300px;
  }

  .nav-dropdown-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-wrap {
    padding-right: 36px;
    padding-left: 48px;
  }

  .main-title {
    font-size: 54px;
    line-height: 60px;
  }

  .carousel-left-arrow {
    left: 18px;
    top: 0px;
    right: auto;
  }

  .carousel-right-arrow {
    left: 78px;
    top: 0px;
    right: auto;
  }

  .carousel-cell {
    padding: 18px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .carousel {
    padding-bottom: 36px;
  }

  .carousel-slide {
    width: 200%;
  }

  .card-title {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }

  .modal-wrap {
    padding: 60px 36px 36px;
    border-width: 36px;
  }

  .button-icon:hover {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-position: -330px -20px;
  }

  h1 {
    line-height: 48px;
  }

  p {
    margin-bottom: 12px;
  }

  blockquote {
    font-size: 22px;
    line-height: 32px;
  }

  .p-large {
    font-size: 22px;
    line-height: 32px;
  }

  .utility-page-content {
    width: 260px;
  }

  .button {
    padding-right: 36px;
    padding-left: 36px;
  }

  .section.t-margin {
    margin-top: 0px;
  }

  .fluid-cell {
    padding: 18px 0px;
  }

  .container {
    padding: 24px 8vw 18px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container._w-border {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .faux-h1 {
    font-size: 30px;
    line-height: 42px;
  }

  .block {
    padding: 24px;
    border-radius: 12px;
  }

  .container-border {
    left: 0px;
    right: 0px;
    border-right-style: none;
    border-right-width: 0px;
    border-left-style: none;
    border-left-width: 0px;
    border-radius: 0px;
  }

  .container-border.end-bottom {
    border-top-style: none;
  }

  .gear-w-number._w-image {
    margin-top: 136px;
  }

  .header-gear-wrap {
    top: 184px;
    right: -12px;
    width: 100px;
    height: 100px;
  }

  .header-gear-wrap._2 {
    top: 72px;
    right: -42px;
  }

  .header-gear-wrap._3 {
    top: -36px;
  }

  .header-gear-wrap._4 {
    right: 96px;
  }

  .div-block {
    height: 250px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .nav-dropdown-link {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 18px;
  }

  .nav-dropdown-trigger {
    width: 100%;
  }

  .nav-dropdown-content {
    position: static;
    display: block;
    width: 100%;
    margin-top: 12px;
    border-radius: 12px;
  }

  .child-link {
    font-size: 16px;
    line-height: 26px;
  }

  .nav-wrap {
    padding-right: 14vw;
    padding-left: 14vw;
  }

  .social-icon {
    width: 36px;
    height: 36px;
    margin-right: 0px;
  }

  .social-wrap {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 22px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 2px solid #3a4d62;
  }

  .cta-link {
    margin-bottom: 12px;
  }

  .cta-link.play-video {
    margin-top: 12px;
  }

  .nav-border {
    left: 8vw;
    right: 8vw;
  }

  .main-title {
    margin-bottom: -6px;
    font-size: 42px;
    line-height: 48px;
  }

  .carousel-right-arrow {
    left: 72px;
  }

  .carousel-cell {
    padding-right: 0px;
    padding-left: 0px;
  }

  .carousel {
    padding-bottom: 24px;
  }

  .card {
    padding: 18px 24px 24px;
    border-radius: 12px;
  }

  .carousel-slide {
    margin-right: 12px;
  }

  .mask {
    width: 100%;
  }

  .modal-wrap {
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    border-style: none;
  }

  .button-icon {
    margin-bottom: 12px;
  }
}

