@import url("https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,500,600,700,800");
@media screen and (max-width: 39.9375rem) {
  html {
    font-size: 12px; } }
@media screen and (min-width: 40rem) {
  html {
    font-size: 13px; } }
@media screen and (min-width: 40rem) and (max-width: 63.9375rem) {
  html {
    font-size: 14px; } }
@media screen and (min-width: 64rem) {
  html {
    font-size: 15px; } }
@media screen and (min-width: 64rem) and (max-width: 74.9375rem) {
  html {
    font-size: 16px; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative; }
  *:focus {
    outline: none;
    box-shadow: none; }

body {
  font-family: "Encode Sans Condensed", sans-serif; }

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  border: none; }

ul,
ol {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }

img {
  max-width: 100%;
  display: inline-block; }

main,
aside,
nav,
section,
footer,
header,
figure,
figcaption {
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0; }

p {
  margin-top: 0;
  margin-bottom: 0; }

section {
  padding-top: 3rem;
  padding-bottom: 3rem; }

@media (min-width: 1024px) {
  .break-by-zmed {
    display: block;
    margin: 0;
    padding: 0; } }
@media (max-width: 1023px) {
  .break-by-zmed {
    display: inline;
    margin: 0;
    padding: 0; } }

.calltoaction {
  background-color: #e59804;
  color: #ffffff;
  padding: .7rem 2rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin: 3rem auto;
  border-radius: 5px;
  border: none; }
  .calltoaction:hover, .calltoaction:active, .calltoaction:focus, .calltoaction:visited {
    color: #ffffff;
    text-decoration: none;
    outline: none; }

h2 {
  font-size: 1.9rem;
  font-weight: 800;
  color: #612761; }

.purple {
  color: #82287c; }

p {
  margin-bottom: 2rem; }

header {
  /*background-color: rgba(130, 40, 124, 0.5);*/
  color: #ffffff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999999999; }
  header img {
    margin-left: .5rem;
    height: 1rem;
    position: relative;
    top: -.2rem; }
  header p {
    margin-bottom: 0; }

.section1 {
  background-image: url("../img/section-1-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .section1 h1 {
    margin-top: 5rem;
    font-weight: 800;
    color: #82287c; }
  .section1 .line {
    width: 120px;
    height: 3px;
    background-color: #82287c;
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .section1 p {
    font-size: 1.4rem; }

.section-ty {
  background-image: url("../img/bg-ty.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 6rem;
  min-height: 100vh; }
  .section-ty h1 {
    margin-top: 5rem;
    font-weight: 800;
    color: #82287c; }
  .section-ty .line {
    width: 120px;
    height: 3px;
    background-color: #82287c;
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .section-ty p {
    font-size: 1.4rem; }

@keyframes breathe {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
.section2 {
  background-color: #82287c; }
  .section2 video {
    display: block;
    width: 60%;
    margin: 0 20%; }
  .section2 .play-vid {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer; }
    .section2 .play-vid #play {
      position: relative;
      left: .4rem;
      color: #ffffff;
      background-color: #82287c;
      width: 5rem;
      height: 5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 3rem;
      z-index: 2;
      padding-left: .2em; }
    .section2 .play-vid b {
      color: #82287c;
      display: block;
      text-align: center;
      margin-top: 1rem;
      font-size: 1.4rem; }
  .section2 #pause {
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    background-color: #82287c;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 3rem;
    z-index: 2; }

.section3 {
  background-image: url("../img/section-3-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #ffffff; }
  .section3 h2 {
    color: #ffffff; }
  .section3 small {
    display: block; }

.section4 {
  background-color: #eeeeee;
  padding-top: 5rem;
  padding-bottom: 3rem; }
  .section4 h2 {
    color: #612761;
    margin-bottom: 2rem; }
    .section4 h2 img {
      display: inline-block;
      height: 1.2em;
      vertical-align: middle; }

.section5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .section5 .line {
    width: 120px;
    height: 3px;
    background-color: #82287c;
    margin: 1rem auto; }
  .section5 p {
    margin-bottom: 2rem; }
  .section5 .img-responsive {
    margin: 1rem auto;
    width: 75px;
    height: 75px; }

.section6 {
  background-image: url("../img/section-6-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #ffffff; }
  .section6 h2, .section6 p {
    margin-bottom: 2rem;
    color: #ffffff; }

.section7 {
  background-image: url("../img/section-7-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .section7 h2, .section7 p {
    margin-bottom: 2rem; }

.section8 {
  background-image: url("../img/section-8-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .section8 h2 {
    margin-bottom: .5rem; }
  .section8 p {
    margin-bottom: 2rem; }

.section9 {
  background-image: url("../img/section-9-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .section9 h2 {
    margin-bottom: 2rem;
    color: #ffffff; }
  .section9 .img-responsive {
    margin: 0 auto -4rem;
    position: relative;
    top: -6rem;
    border-radius: 5px; }
  .section9 p {
    margin-bottom: 2rem;
    max-width: 90%;
    margin-left: 5%; }
  .section9 .purple {
    font-weight: 600; }
  .section9 .tile {
    margin-top: 6rem;
    padding-bottom: 2rem;
    background-color: #ffffff; }

.section10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #612761; }
  .section10 h3 {
    color: #ffffff; }

.section11 {
  background-image: url("../img/section-9b-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 9rem;
  margin-bottom: -4rem; }
  .section11 h2 {
    margin-bottom: 2rem;
    color: #ffffff; }
  .section11 .img-responsive {
    width: 80%;
    margin: 0 10% -4rem;
    position: relative;
    top: -6rem;
    border-radius: 5px; }
  .section11 p {
    margin-bottom: 2rem;
    max-width: 80%;
    margin-left: 10%; }
  .section11 .purple {
    font-weight: 600; }
  .section11 .tile {
    min-height: 26rem;
    margin-top: 6rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
    text-align: center; }

.section12 .tile {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 15px;
  background-color: #612761; }
  .section12 .tile h2 {
    font-weight: 500;
    font-size: 1.2rem; }
    .section12 .tile h2 img {
      position: relative;
      height: 1em;
      top: -.2em;
      margin-left: .5rem; }
    .section12 .tile h2 b {
      display: block;
      font-weight: 800;
      font-size: 2rem;
      margin-top: .35rem; }
  .section12 .tile h2,
  .section12 .tile p,
  .section12 .tile small {
    color: #ffffff;
    display: block; }

.section13 {
  position: relative;
  overflow: hidden; }
  .section13 .deco {
    position: absolute;
    top: 8rem;
    bottom: 3rem;
    left: 50%;
    width: 50%; }
  .section13 h2 {
    margin: 3rem auto; }

.section14 {
  position: relative;
  overflow: hidden; }
  .section14 .deco {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    width: 50%; }
  .section14 .fix-me {
    padding-top: 3rem; }
  .section14 h2 {
    margin: 3rem auto; }

.section15 {
  background-color: #eeeeee;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .section15 h2 {
    margin-bottom: 2rem; }
  .section15 img {
    width: 100%; }
  .section15 p {
    margin-top: 2rem; }

.section16 {
  background-image: url("../img/section-16-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .section16 h2 {
    margin-bottom: 3rem; }
  .section16 h3 {
    margin-bottom: 3rem; }
  .section16 .number {
    width: 100px;
    height: 100px;
    border: 10px solid #612761;
    color: #612761;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 800;
    border-radius: 50%; }
  .section16 img {
    display: block;
    margin: 0 auto 2rem; }
  .section16 p {
    padding: .75rem 1rem;
    margin-top: 1rem;
    position: relative; }
    .section16 p::after {
      content: "";
      display: block;
      position: absolute;
      width: 3rem;
      height: 1px;
      top: 50%;
      background-color: #612761;
      transform: translateY(-50%);
      z-index: 3; }
  .section16 .has-left::after {
    left: -4rem; }
  .section16 .has-right::after {
    right: -4rem; }

.section17 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #612761;
  color: #ffffff; }
  .section17 h2 {
    color: #ffffff;
    margin-bottom: 3rem; }

.section18 .tile {
  width: 100%;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden; }
  .section18 .tile img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.section19 {
  background-color: #eeeeee;
  padding-top: 2rem;
  position: relative;
  overflow-y: hidden; }
  .section19 .line {
    display: block;
    width: 4px;
    height: 30px;
    background-color: #612761;
    margin: 2rem 0; }
  .section19 h3 {
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 2rem; }
  .section19 .deco {
    position: absolute;
    top: 0;
    width: 50%;
    left: 50%; }

.section20 {
  background-image: url("../img/section-20-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .section20 h2 {
    margin-bottom: 3rem; }
  .section20 h3 {
    margin-bottom: 2rem; }

.section21 {
  background-image: url("../img/section-21-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .section21 .tile h2 {
    font-weight: 500;
    font-size: 1.2rem; }
    .section21 .tile h2 img {
      position: relative;
      height: 1em;
      top: -.2em;
      margin-left: .5rem; }
    .section21 .tile h2 b {
      display: block;
      font-weight: 800;
      font-size: 2rem;
      margin-top: .35rem; }
  .section21 .tile h2,
  .section21 .tile p,
  .section21 .tile small {
    color: #ffffff;
    display: block; }

.section16a {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .section16a .tile h2 {
    font-weight: 500;
    font-size: 1.2rem;
    color: #000000; }
    .section16a .tile h2 img {
      position: relative;
      height: 1em;
      top: -.2em;
      margin-left: .5rem; }
    .section16a .tile h2 b {
      display: block;
      font-weight: 800;
      font-size: 2rem;
      margin-top: .35rem;
      color: #612761; }
  .section16a .tile p,
  .section16a .tile small {
    color: #000000;
    display: block; }

.section22 {
  background-color: #181818;
  color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section22 p {
    margin-bottom: 0; }

.modal-lg {
  max-width: 800px;
  width: auto; }

.modal-content {
  padding-top: 4rem; }
  .modal-content .limit {
    max-width: 450px;
    margin: 0 auto; }
    .modal-content .limit .form-group {
      margin: 2rem 0;
      display: flex; }
      .modal-content .limit .form-group label {
        flex: 2; }
        .modal-content .limit .form-group label span {
          color: red; }
      .modal-content .limit .form-group input {
        flex: 6;
        border-radius: 1rem;
        font-size: 1rem;
        padding: .5rem; }
    .modal-content .limit .checkbox {
      margin: .5rem auto; }
  .modal-content h3 {
    font-size: 2rem;
    font-weight: 100;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0; }

@media (max-width: 767px) {
  .calltoaction{
    width: 100%;
  }
  .deco {
    display: none; }
  .section16 p::after{
    display: none;
  }
  .section16 .number {
    display: none; }

  .section18 .tile {
    padding-bottom: 80%; }

  .section11 .col-sm-4 {
    margin-bottom: 2rem; }

  .section7 {
    padding-bottom: 0;
    background-position: top right; }

  .section2 video {
    width: 100%;
    margin: 0; }

  .section1 {
    background-position: top left; }
    .section1 h1 {
      font-size: 1.8rem; }

  .section8 {
    background-position: top left; } }

/*# sourceMappingURL=style.css.map */
.text2-header{
  color:#303030;
  font-size: 26px;
  font-weight:  600;
}
.text-top-header{
  color:#b537ad;
  margin-top: 35px;
}
@media only screen and (max-width: 1024px){
    .text-top-header {
      color: #b537ad;
      margin-top: 0;
      font-size: 13px;
  }
  .text2-header {
      color: #303030;
      font-size: 18px;
      font-weight: 600;
  }
}