@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: Roboto, sans-serif;
  color: rgb(69, 69, 69);
  font-weight: 400;
  line-height: 1.3;
  font-size: 16px;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0px 0px 15px;
  line-height: 1.2;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus,
input:focus,
select:focus,
button:focus {
  outline: solid 0px;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: rgb(23, 96, 49);
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
* {
  overflow-anchor: none;
}
.header {
  padding: 25px 0px;
  position: relative;
}
.header::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 150px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
.header .top-links {
  text-align: center;
}
.header .top-links p {
  margin-bottom: 2px;
}
.header .top-links a {
  text-decoration: underline;
  color: rgb(69, 69, 69);
}
.header .links a:hover {
  color: rgb(69, 69, 69);
  opacity: 0.7;
}
.header .links a {
  font-size: 18px;
  display: inline-block;
  padding: 10px;
  color: rgb(23, 96, 49);
  transition: all 0.3s ease 0s;
}
.header .links a:hover {
  color: rgb(134, 36, 113);
  opacity: 0.7;
}
.landing-wrapper {
  position: relative;
  padding: 30px 0px 350px;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.landing-wrapper h3 {
  color: rgb(227, 58, 86);
  font-weight: 400;
  font-style: italic;
}
.row.cta {
  max-width: 890px;
  margin: 0px auto;
}
.title h2 {
  color: rgb(23, 96, 49);
  font-size: 40px;
  margin-bottom: 0px;
}
.title h4 {
  color: rgb(219, 31, 128);
  font-weight: 400;
  font-size: 22px;
}
.title h3 {
  color: rgb(219, 31, 128);
  font-weight: 400;
  font-size: 44px;
}
.title h3 span {
  font-weight: 300;
}
.landing-wrapper {
  background-image: url("../img/background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-wrapper .title {
  padding-bottom: 50px;
}
.single-sign {
  text-align: left;
  background-color: rgb(255, 255, 255);
  color: rgb(134, 36, 113);
  transition: all 0.3s ease 0s;
  position: relative;
  padding: 10px 15px;
  margin: 40px auto 0px;
  border-radius: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  border: 2px solid rgb(228, 63, 149);
  box-shadow: rgba(228, 63, 49, 0.39) 0px 0px 6px;
  z-index: 1;
  min-height: 150px;
  max-width: 220px;
}
.single-sign .arrow {
  position: absolute;
  right: -15px;
  bottom: -10px;
  max-width: 40px;
}
.single-sign:hover {
  color: rgb(134, 36, 113);
  opacity: 0.95;
}
.single-sign h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: rgb(23, 96, 49);
  margin-bottom: 5px;
}
.single-sign p {
  margin-bottom: 0px;
  color: rgb(63, 67, 68);
  font-size: 16px;
}
.single-sign h4 span {
  color: rgb(169, 99, 30);
}
.single-sign p {
  font-size: 13px;
}
.landing-wrapper .signboard {
  padding-bottom: 350px;
  position: relative;
  z-index: 1;
}
.landing-top {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .header.home .container {
    max-width: 1400px;
  }
}
.isi {
  font-size: 12px;
  width: 100%;
  background-color: rgb(246, 246, 246);
  z-index: 1020;
}
.isi#t3-isi {
  box-shadow: rgba(0, 0, 0, 0.15) 0px -5px 9px 2px;
  position: relative;
  padding: 20px 0px;
}
.isi h2 {
  font-size: 1.35em;
  margin-bottom: 0px;
  font-weight: bold;
  color: rgb(88, 89, 91);
}
.isi h3 {
  font-size: 1.15em;
  text-transform: uppercase;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
  font-weight: bold;
  color: rgb(88, 89, 91);
}
.isi h4 {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 6px;
  color: rgb(88, 89, 91);
}
.isi .panel {
  border-radius: 0px;
  border-color: rgb(88, 89, 91);
  background: none;
  font-weight: bold !important;
}
.isi .panel h4 {
  margin-top: 0px;
}
.isi .panel p:last-child {
  margin-bottom: 0px;
}
.isi p {
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .isi {
    font-size: 14px;
  }
}
.isi.sticky {
  max-height: 25vh;
  position: fixed;
  bottom: 0px;
  z-index: 1021;
  transform: translateY(0%);
  transition: transform 600ms ease 0s, -webkit-transform 300ms ease 0s,
    box-shadow 600ms ease 0s;
  box-shadow: rgba(0, 0, 0, 0.21) 0px 8px 12px 10px;
}
.isi.sticky .container {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.isi.sticky .container .moduletable {
}
.isi.sticky .container .moduletable .custom {
  line-height: 1.1em;
}
.isi.sticky .container .moduletable .custom h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 1.25em;
}
.isi.sticky .container .moduletable .custom h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.isi.sticky .container .moduletable .custom .panel {
  margin-bottom: 0px;
}
.isi.sticky .container .expand-isi {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
  border: 1px solid rgb(88, 89, 91);
  border-radius: 2em;
  font-size: 1em;
}
.isi.sticky .container .expand-isi::before {
  text-align: center;
  content: "+";
  width: 1.25em;
  height: 1.25em;
  display: block;
  color: rgb(88, 89, 91);
  font-weight: 800;
  font-size: 1.2em;
  line-height: 1.2em;
}
.isi.sticky.no-sticky {
  transform: translateY(100%);
  box-shadow: rgba(0, 0, 0, 0) 0px 8px 12px 10px;
  transition: transform 600ms ease 0s, -webkit-transform 300ms ease 0s,
    box-shadow 600ms ease 0s;
}
@media (max-width: 767px) {
  .isi.desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .isi.mobile {
    display: none;
  }
}
.isi .panel {
  margin-bottom: 24px;
  border: 1px solid rgb(88, 89, 91);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
  border-radius: 0px;
  background: none;
  font-weight: bold !important;
}
.isi .panel-body {
  padding: 15px;
}
.box-warning {
  border: 1px solid rgb(0, 0, 0);
  padding: 8px;
  margin-bottom: 8px;
}
.indication-area {
  padding: 20px 0px;
}
.t3-footer {
  padding: 50px 0px;
  background: rgb(88, 89, 91);
  font-family: Lato, sans-serif;
  color: rgb(255, 255, 255);
  font-size: 10px;
}
.t3-footer a {
  color: rgb(255, 255, 255);
}
.t3-footer a:hover,
.t3-footer a:focus {
  text-decoration: underline;
}
.t3-footer .logo .logo-img {
  width: 114px;
  height: 70px;
}
.t3-footer .logo .custom-linkedin {
  margin-top: 40px;
  font-size: 20px;
}
.t3-footer .logo .custom-linkedin a:hover,
.t3-footer .logo .custom-linkedin a:focus {
  text-decoration: none;
}
.t3-footer .menu {
  padding-top: 20px;
}
.t3-footer .menu ul.nav li {
  text-align: center;
}
.t3-footer .menu ul.nav li a {
  display: inline-block;
  padding: 7px 14px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 14px;
}
.t3-footer .menu ul.nav li a:hover,
.t3-footer .menu ul.nav li a:focus {
  background-color: rgb(255, 255, 255);
  color: rgb(88, 89, 91);
}
.t3-footer .others {
  padding-top: 20px;
  text-align: center;
}
.t3-footer .others .custom-customerservice {
  font-size: 14px;
  margin-bottom: 20px;
}
.t3-footer .others .custom-customerservice .box-white {
  display: inline-flex;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 3px;
  font-family: Dosis, sans-serif;
  font-weight: 700;
}
.t3-footer .others .custom-customerservice .box-white [class^="col-"] {
  border-top: 2px solid rgb(255, 255, 255);
  padding: 0px;
}
.t3-footer
  .others
  .custom-customerservice
  .box-white
  [class^="col-"]:first-child {
  border-top: none;
}
.t3-footer .others .custom-customerservice .box-white [class^="col-"] a {
  display: block;
  padding: 8px;
  text-transform: uppercase;
}
.t3-footer .others .custom-customerservice .box-white [class^="col-"] a:hover,
.t3-footer .others .custom-customerservice .box-white [class^="col-"] a:focus {
  background-color: rgb(255, 255, 255);
  color: rgb(88, 89, 91);
  text-decoration: none;
}
.t3-footer .others .custom-copyright {
  display: inline-block;
  font-size: 10px;
  max-width: 290px;
}
@media (min-width: 768px) {
  .t3-footer .menu {
    padding-top: 0px;
  }
  .t3-footer .menu ul.nav {
    margin-top: -7px;
    display: block;
  }
  .t3-footer .menu ul.nav li {
    text-align: left;
  }
  .t3-footer .others {
    padding-top: 0px;
    text-align: left;
  }
  .t3-footer .others .custom-customerservice .box-white {
    margin: 0px;
    width: 100%;
  }
  .t3-footer .others .custom-customerservice .box-white [class^="col-"] {
    border-top: none;
    border-left: 2px solid rgb(255, 255, 255);
    white-space: nowrap;
    text-align: center;
  }
  .t3-footer
    .others
    .custom-customerservice
    .box-white
    [class^="col-"]:first-child {
    border-left: none;
  }
  .t3-footer .others .custom-customerservice .box-white [class^="col-"] a {
    white-space: nowrap;
  }
  .t3-footer .others .custom-copyright {
    display: block;
  }
}
.title.regular h2,
.title.regular h3 {
  font-weight: 400;
}
.single-slide {
  padding-top: 30px;
}
.single-slide .title {
  padding-bottom: 30px;
}
.secondary-title {
  font-weight: 400;
  color: rgb(219, 31, 128);
  font-size: 24px;
  text-transform: uppercase;
}
.slides-text ul {
  padding-left: 15px;
}
.slides-text ul li::marker {
  color: rgb(219, 31, 128);
}
.bordered-btn {
  display: inline-block;
  color: rgb(23, 96, 49);
  font-size: 20px;
  padding: 8px 10px;
  border: 2px solid rgb(23, 96, 49);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
  transition: all 0.3s ease 0s;
  text-align: center;
  background-color: rgb(255, 255, 255);
  min-width: 280px;
}
.bordered-btn:hover {
  background-color: rgb(23, 96, 49);
  color: rgb(255, 255, 255);
}
.subcription-area {
  position: relative;
  padding: 30px 0px 200px;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.subcription-area.one {
  background-image: url("../img/slidebg-1.jpg");
}
.subcription-area.two {
  background-image: url("../img/slidebg-2.jpg");
  background-size: 400px;
  background-position: right bottom;
}
.subcription-area.three {
  background-image: url("../img/slidebg-3.jpg");
}
.subcription-area.four {
  background-image: url("../img/slidebg-4.jpg");
  background-size: 35%;
}
.subcription-area.five {
  background-image: url("../img/slidebg-5.jpg");
  background-size: 40%;
  background-position: right bottom;
}
.subcription-area.six {
  background-image: url("../img/slidebg-6.jpg");
  background-position: right center;
}
.subcription-box {
  background-color: rgb(219, 31, 128);
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 70px 30px 60px;
  border-radius: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 200px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 10px;
  margin-top: 40px;
  z-index: 1;
}
.subcription-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -50px;
  width: 80px;
  height: 100px;
  background-image: url("../img/ticker.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  transform: translateX(-50%);
}
.subcription-box h4 {
  font-size: 22px;
}
.subcription-box input[type=email], .subcription-box input[type=text]  {
  width: 100%;
  display: block;
  border-radius: 0px;
  border: 4px solid rgb(222, 171, 83);
  margin-bottom: 10px;
  min-height: 45px;
  text-align: left;
}
.subcription-box form {
  width: 90%;
}
.white-btn {
  display: inline-block;
  color: rgb(219, 31, 128);
  border: 2px solid rgb(255, 255, 255);
  padding: 8px 20px;
  font-size: 18px;
  background-color: rgb(255, 255, 255);
  min-width: 150px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 6px;
}
.subcription-box .success-text {
  display: none;
}
.subcription-box .white-btn {
  margin-top: 15px;
}
.bordered-btn img {
  max-width: 24px;
  transition: all 0.3s ease 0s;
  display: inline !important;
}
.subcription-area .bordered-btn {
  min-width: 290px;
  margin-top: 30px;
}
.ref-area {
  border-top: 2px solid rgb(112, 112, 112);
  padding: 25px 0px 15px;
}
.ref-area p {
  margin-bottom: 5px;
}
.slides .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: transparent;
  display: inline-block;
  margin: 3px;
  border-radius: 50px;
  border: 2px solid rgb(23, 96, 49);
}
.slides .owl-dots .owl-dot.active {
  background-color: rgb(219, 31, 128);
  border-color: rgb(219, 31, 128);
}
.slides .owl-dots {
  text-align: center;
  padding: 0px;
  padding-top: 30px;
}
.bordered-btn:hover img {
  filter: brightness(0) invert(1);
}
.billboard-img {
  position: absolute;
  top: -250px;
  right: -20%;
}
.colored {
  color: rgb(153, 102, 64);
}
.section-padding {
  padding: 50px 0px;
}
.single-resource {
  padding: 20px;
  text-align: center;
  color: rgb(0, 0, 0);
  margin-top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.single-resource:hover {
  color: rgb(0, 0, 0);
  opacity: 0.9;
}
.single-resource h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.single-resource p {
  margin-bottom: 0px;
}
.resources {
  padding: 50px 0px 100px;
}
.resources .bordered-btn {
  min-width: 280px;
  margin-top: 50px;
}
.subcription-box.signpost {
  padding: 50px 30px;
}
.subcription-box.signpost .white-btn {
  margin-top: 0px;
}
.subcription-box label {
  padding: 0px;
  font-weight: 700;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.signposts {
  padding: 50px 0px 150px;
  background-image: url("../img/support-bg.jpg");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.signposts .bordered-btn {
  margin-top: 40px;
  min-width: 280px;
}
.title.big h2 {
  font-size: 60px;
}
.big-btn {
  background-color: rgb(23, 96, 49);
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 9px 6px;
  font-weight: 700;
  font-size: 100px;
  padding: 15px 40px;
  transition: all 0.3s ease 0s;
  border-radius: 20px;
}
.big-btn:hover {
  color: rgb(255, 255, 255);
  opacity: 0.99;
}
.quizwrap {
  padding-bottom: 250px;
  background-image: url("../img/quiz-bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.race-start {
  position: relative;
}
.big-btn.black {
  background-color: rgb(0, 0, 0);
}
.questions a {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 700;
  transition: all 0.3s ease 0s;
  margin: 3px 15px;
  position: relative;
  padding-left: 50px;
}
.questions {
  text-align: left;
}
.question.one {
  background-image: url("../img/ones-bg.jpg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.question.two {
  background-image: url("../img/two-bg.jpg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.question.three {
  background-image: url("../img/three-bg.jpg");
  background-size: 34%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.question.four {
  background-image: url("../img/four-bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.question.five {
  background-image: url("../img/five-bg.jpg");
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.question.six {
  background-image: url("../img/six-bg.jpg");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.question.seven {
  background-image: url("../img/two-bg.jpg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.questions a .round {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: rgb(253, 253, 253);
  border-radius: 50px;
  margin-bottom: 2px;
  margin-right: 5px;
  opacity: 0.6;
  transition: all 0.3s ease 0s;
}
.questions a:hover .round {
  opacity: 1;
}
.questions a:hover {
  opacity: 0.99;
}
.section-padding.question {
  padding-bottom: 180px;
}
.questions a .number {
  position: absolute;
  left: 0px;
  top: 0px;
}
.questions .title h2,
.questions .title h3,
.questions .title h4 {
  color: rgb(255, 255, 255);
}
.mw2 {
  max-width: 280px;
  margin: 0px auto;
}
.ribbon-box {
  background-color: rgb(252, 252, 252);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  margin-left: 0px;
  padding: 10px;
  margin-bottom: 30px;
}
.ribbon-box .single-ribbon {
  position: relative;
  padding: 12px 1px 10px 110px;
  min-height: 50px;
}
.ribbon-box .single-ribbon img {
  position: absolute;
  left: -10px;
  top: 10px;
  max-width: 110px;
}
.single-slide .row.align-items-center {
  align-items: flex-start !important;
}
.single-slide .title h2 {
  text-transform: uppercase;
}
.ribbon-box .red {
  display: block;
  font-size: 20px;
  color: rgb(227, 58, 86);
  font-weight: 700;
}
.ribbon-box .red img {
  max-width: 15px;
  display: inline-block;
  margin-left: 5px;
}
.ribbon-box ul,
.ribbon-box p {
  margin-left: 0px;
}
.ribbon-box .red img.double {
  max-width: 35px;
}
.red.inline {
  color: rgb(227, 58, 86);
  display: block;
}
.red img {
  max-width: 20px;
  display: inline !important;
}
.slides-text p a {
  color: inherit;
  text-decoration: underline;
}
.question .title img.my-4 {
  margin: 30px 0px 50px !important;
}
.question .subcription-box {
  margin-top: 70px;
}
.questions .title h3 {
  font-size: 28px;
}
.question .col-lg-7 .title.regular h2 {
  font-size: 30px;
  color: rgb(219, 31, 128);
}
#accordion .card {
  border: 0px;
  margin-bottom: 15px;
}
#accordion .card-header {
  border: 2px solid rgb(219, 31, 128);
  border-radius: 0px;
  background-color: rgb(255, 255, 255);
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 6px;
  outline: none;
}
#accordion .card-header button {
  display: block;
  width: 100%;
  color: rgb(219, 31, 128);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  padding: 10px 25px;
  position: relative;
  background: white;
  border: 0px;
}
#accordion .card-header button img {
  max-width: 20px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
h4.green {
  color: rgb(23, 96, 49);
}
#accordion ul li::marker {
  color: rgb(219, 31, 128);
}
#accordion {
  margin-bottom: 40px;
}
#accordion .card .card-body img {
  max-width: 450px;
  margin-bottom: 15px;
}
.secondary-title.py-2 {
  text-transform: none;
}