@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;531;600;700;800;900&display=swap");
@font-face {
  font-family: "FontAwesome";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2853287/fa-light-300.woff2") format("woff2");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2853287/fa-light-300.woff") format("woff");
}
@font-face {
  font-family: "FontAwesome";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2853287/fa-duotone-900.woff2") format("woff2");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2853287/fa-duotone-900.woff") format("woff");
}
@font-face {
  font-family: "FontAwesome";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2853287/fa-brands-400.woff2") format("woff2");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2853287/fa-brands-400.woff") format("woff");
}
@font-face {
  font-family: "FontAwesome";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2853287/fa-solid-900.woff2") format("woff2");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2853287/fa-solid-900.woff") format("woff");
}
@font-face {
  font-family: "FontAwesome";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2853287/fa-brands-400.woff2") format("woff2");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2853287/fa-brands-400.woff2") format("woff");
}
/*
@font-face {
  font-family: "MyriadPro";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2853287/MyriadPro-regular.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro";
  font-weight: bold;
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2853287/MyriadPro-bold.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro";
  font-weight: bold;
  font-style: italic;
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2853287/MyriadPro-boldCond.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro";
  font-weight: ligther;
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2853287/MyriadPro-Light.woff") format("woff");
}
*/
@font-face {
  font-family: "MyriadPro";
  src: url("./fonts/MyriadPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "MyriadProRegular";
  src: url("./fonts/MyriadPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "MyriadProBold";
  src: url("./fonts/MyriadPro-bold.woff") format("woff");
}
@font-face {
  font-family: "MyriadProBoldCond";
  src: url("./fonts/MyriadPro-boldCond.woff") format("woff");
}
@font-face {
  font-family: "MyriadProLight";
  src: url("./fonts/MyriadPro-Light.woff") format("woff");
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #008cd2;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

* {
  font-family: "Roboto", "Roboto Slab", "MyriadPro";
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

input:focus, select:focus {
  border: none;
  outline-width: 0;
}

.theme-phase3 * {
  margin: 0;
}

h1 {
  font-size: 28px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #6a737b;
}

h2 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #6a737b;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #6a737b;
}

h4 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #6a737b;
}

h5 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #6a737b;
}

p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #6a737b;
}

p.small {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #6a737b;
}

p.bold {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #6a737b;
}

.tab {
  font-size: 12px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.5px;
  color: #6a737b;
}

.labelSmall {
  width: 72px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #6a737b;
}

.labelSmallLink {
  width: 110px;
  font-size: 12px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #6a737b;
}

.dropdownMenu {
  width: 186px;
  height: 16px;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: normal;
  color: #6a737b;
}

.navigationLink {
  width: 94px;
  height: 24px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #6a737b;
}

.btn1 {
  text-transform: uppercase;
  border-radius: 10px;
  cursor: pointer;
  margin: 5px 0;
  width: 210px;
  height: 40px;
  background-color: white;
  border: #008cd2 1px solid;
  color: #008cd2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
}
.btn1:hover {
  background-color: #f8f8f9;
}

.btn2 {
  text-transform: uppercase;
  border-radius: 10px;
  cursor: pointer;
  margin: 5px 0;
  width: 210px;
  height: 40px;
  background-color: #008cd2;
  color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
}
.btn2:hover {
  background-color: #0071aa;
}

.btn3 {
  text-transform: uppercase;
  border-radius: 10px;
  cursor: pointer;
  margin: 5px 0;
  width: 210px;
  height: 40px;
  background-color: white;
  border: 1px solid #6a737b;
  color: #6a737b;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
}
.btn3:hover {
  background-color: #f8f8f9;
}

.btn4 {
  text-transform: uppercase;
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  width: 210px;
  height: 40px;
  background: #6a737b;
  color: white;
}
.btn4 .ico {
  width: 20%;
}
.btn4 p {
  width: 70%;
  margin-left: 10%;
  font-family: MyriadPro;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: white;
}

.separe {
  width: 350px;
  height: 1px;
  background-color: #e5e5e6;
  margin: 20px 0;
}

.tab {
  cursor: pointer;
  font-family: MyriadPro;
  font-size: 12px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.5px;
  color: #dadadb;
  width: 150px;
  padding: 8px 0 2px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.tab.active p {
  color: #008cd2;
}
.tab.active svg {
  fill: #008cd2;
}
.tab p {
  width: 100%;
  text-align: center;
  margin: 5px 0 0 0;
  font-weight: bold;
}
.tab svg {
  fill: #6a737b;
}

input[type=radio] {
  width: 20px;
  height: 20px;
  position: relative;
}
input[type=radio]:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 1px #dadadb;
  border-radius: 50%;
  background: white;
}

input[type=radio]:checked {
  width: 20px;
  height: 20px;
  position: relative;
}
input[type=radio]:checked:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 1px #008cd2;
  border-radius: 50%;
  background: white;
}
input[type=radio]:checked:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 5px;
  right: 0;
  border-radius: 50%;
  background: #008cd2;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: relative;
}
input[type=checkbox]:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 1px #dadadb;
  border-radius: 3px;
  background: white;
}

input[type=checkbox]:checked {
  width: 20px;
  height: 20px;
  position: relative;
}
input[type=checkbox]:checked:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 1px #008cd2;
  border-radius: 3px;
  background: white;
}
input[type=checkbox]:checked:after {
  content: "";
  width: 12px;
  height: 12px;
  font-size: 14px;
  font-family: "FontAwesome";
  font-weight: 200;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 3px;
  right: 0;
  color: #008cd2;
}

.product {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100px;
  border: 2px solid #dadadb;
  border-radius: 5px;
  margin: 5px 0;
  padding: 0 5px;
  font-size: 15px;
}
.product:last-child {
  margin-bottom: 30px;
}
.product .info1 {
  height: 50%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.product .info1 > div {
  height: 100%;
}
.product .info2 {
  height: 50%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.product .info2 > div {
  height: 100%;
  width: 25%;
}
.product .block1 {
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding-left: 1%;
}
.product .block1 .img {
  min-width: 75px;
  min-height: 75px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.product .block1 .info {
  padding-left: 2%;
  height: 100%;
  width: calc(100% - 75px);
}
.product .block1 .info .info1 {
  height: 50%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.product .block1 .info .info1 h3 {
  width: 70%;
  font-size: 1em;
}
.product .block1 .info .info1 .btns {
  width: 30%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.product .block1 .info .info1 .btns .ico {
  cursor: pointer;
  padding: 0 10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.product .block1 .info .info1 .btns .ico svg {
  height: 17px;
}
.product .block1 .info .info1 .btns .ico:nth-child(1) {
  padding: 0 5px;
}
.product .block1 .info .info1 .btns .ico:nth-child(1) svg {
  fill: #dbbf21;
}
.product .block1 .info .info1 .btns .ico:nth-child(2) {
  padding: 0 10px;
}
.product .block1 .info .info1 .btns .ico:nth-child(2) svg {
  fill: #56b146;
}
.product .block1 .info .info1 .btns .ico:nth-child(3) {
  border-left: 1px solid #dadadb;
}
.product .block1 .info .info1 .btns .ico:nth-child(3) svg {
  fill: #d0021b;
}
.product .block1 .info .info2 {
  height: 50%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  justify-content: space-around;
}
.product .block1 .info .info2 div {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.product .block1 .info .info2 div h5 {
  width: 100%;
  font-style: italic;
  font-size: 0.9em;
}
.product .block1 .info .info2 div h4 {
  width: 100%;
  font-size: 0.9em;
}
.product .block1 .info .info2 div:last-child h5 {
  text-align: right;
}
.product .block1 .info .info2 div:last-child h4 {
  text-align: right;
}
.product .block2 {
  width: 40%;
  height: 100%;
}
.product .block2 .info1 {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.product .block2 .info1 .btns_view {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 5px;
}
.product .block2 .info1 .btns_view h6 {
  color: #008cd2;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: bold;
  font-size: 0.9em;
}
.product .block2 .info1 .btns_view .ico svg {
  fill: #008cd2;
  width: 20px;
}
.product .block2 .info1 .btns_more {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.product .block2 .info1 .btns_more .ico {
  cursor: pointer;
}
.product .block2 .info1 .btns_more .ico svg {
  fill: #a1a1a1;
  width: 25px;
}
.product .block2 .info2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.product .block2 .info2 .text {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  display: none;
  width: 100%;
  padding-right: 25px;
}
.product .block2 .info2 .text .orders h5 {
  text-align: right;
  font-weight: bold;
  color: #434b52;
  font-size: 0.8em;
}
.product .block2 .info2 .text .orders h6 {
  font-weight: lighter;
  text-align: right;
  color: #434b52;
  color: #a1a1a1;
  font-size: 0.7em;
}
.product .block2 .info2 .text .ico {
  margin-left: 10px;
}
.product .block2 .info2 .text .ico svg {
  fill: #a1a1a1;
}
.product .block2 .info2 .btns {
  width: 50%;
  -webkit-box-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: flex;
  padding-right: 25px;
}
.product .block2 .info2 .btns .btn1 {
  width: 100%;
  max-width: 145px;
  font-size: 0.9em;
}
.product.ordered .block2 .info2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.product.ordered .block2 .info2 .text {
  display: -webkit-box;
  display: flex;
}
.product.ordered .block2 .info2 .btns {
  display: none;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 8;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  display: none;
}
.modal .modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.modal .modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.modal .modal-close svg {
  fill: white;
  width: 30px;
}
.modal .modal-content {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  width: 80%;
  height: 100%;
  z-index: 1;
}
.modal .modal-content .modal-video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.modal .modal-content .modal-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header {
  height: 50vh;
  font-size: 15px;
}
.header .header-img {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.header .header-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.header .header-img .img {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}
.header .header-img .img img {
  margin-top: 750px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.header .header-btns {
  position: absolute;
  top: 10px;
  right: 30px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 5;
}
.header .header-btns a {
  margin: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  right: 0;
  padding: 10px 10px;
  -webkit-box-align: start;
          align-items: flex-start;
  display: none;
}
.header .header-btns a:hover .ico svg {
  fill: #0079ca;
}
.header .header-btns a:hover div h5 {
  color: #0079ca;
}
.header .header-btns a:hover div p {
  color: #0079ca;
}
.header .header-btns .ico {
  margin: 10px;
}
.header .header-btns .ico svg {
  fill: white;
}
.header .header-btns .arrow svg {
  width: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .header-btns div.header-dropdow-text {
  height: 70px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  padding-right: 10px;
  width: 100%;
}
.header .header-btns div.header-dropdow-text h5 {
  color: white;
  font-weight: bold;
  font-size: 1.4em;
  text-align: left;
  width: 100%;
}
.header .header-btns div.header-dropdow-text p {
  width: 100%;
  color: white;
  font-weight: normal;
  font-size: 1.2em;
}
.header .header-btns .header-dropdow {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 5px 2px;
  border-radius: 4px 4px 0 0;
  height: 40px;
  position: relative;
  width: 380px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  cursor: pointer;
  flex-wrap: wrap;
}
.header .header-btns .header-dropdow .header-dropdow-title {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.header .header-btns .header-dropdow.active {
  background: rgba(0, 0, 0, 0.7);
}
.header .header-btns .header-dropdow.active a {
  display: -webkit-box;
  display: flex;
}
.header .header-btns .header-dropdow.active .arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .header-btns .header-dropdow h4 {
  color: white;
  font-size: 2em;
}
.header .header-btns a.header-start {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50px;
}
.header .header-btns a.header-become {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 140px;
}
.header .header-btns a.header-number2 {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 230px;
  width: calc(100% - 20px);
  border-radius: 0 0 15px 15px;
  height: 80px;
}
.header .header-btns a.header-number2 svg {
  width: 40px;
  height: 50px;
}
.header .header-btns .header-number {
  margin-right: 10px;
  color: white;
  right: 30px;
  bottom: -30px;
  font-size: 1.3em;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.header .header-btns .header-number > div {
  margin: 0 10px;
}
.header .header-btns .header-number img {
  width: 50px;
}
.header .header-text {
  position: absolute;
  top: 32vh;
  left: 80px;
  font-size: 8px;
}
.header .header-text .header-logo {
  position: absolute;
  bottom: calc(100% + 0px);
  left: 70px;
  width: 280px;
}
.header .header-text .header-logo .img {
  width: 100%;
}
.header .header-text .header-logo .img img {
  width: 100%;
}
.header .header-text .header-title h3 {
  color: white;
  text-transform: uppercase;
  font-size: 7.5em;
  font-style: italic;
}
.header .header-text .header-title h4 {
  color: white;
  font-weight: 200;
  font-size: 4.3em;
  font-family: "MyriadPro";
}

section.home {
  font-size: 12px;
}
section.home article {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}
section.home article > div {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
section.home article > div > div {
  width: 100%;
}
section.home .b0 {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 20px 0;
}
section.home .b0 .b0-content {
  width: 50%;
}
section.home .b0 .b0-content .b0-content2 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
section.home .b0 .b0-content .b0-content2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.home article.b6 {
  padding: 0 10%;
  width: 80%;
  margin: 10px 0;
  font-size: 12px;
}
section.home article.b6 .b6-content {
  max-width: 1100px;
  background: #e1eff6;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 10px 20px;
  flex-wrap: wrap;
}
section.home article.b6 .b6-content .b6-text {
  width: 100%;
}
section.home article.b6 .b6-content .b6-text h4 {
  color: black;
  font-size: 1.6em;
  text-align: center;
}
section.home article.b6 .b6-content .b1-btn {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  justify-content: center;
}
section.home article.b6 .b6-content .b1-btn a.btn2.readNow h4 {
  color: white;
  text-transform: initial;
  font-weight: 300;
  font-size: 1.4em;
}
section.home article.b6 .b6-content .b1-btn a.btn2.readNow .ico {
  display: none;
}
section.home article.b7 {
  padding: 0 10%;
  width: 80%;
  margin: 10px 0;
  font-size: 12px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
section.home article.b7 .b7-content {
  max-width: 1100px;
  background: #e1eff6;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 10px 0 0 10px;
  padding: 10px 20px;
  flex-wrap: wrap;
  width: 50%;
}
section.home article.b7 .b7-content:nth-child(2) {
  border-radius: 0 10px 10px 0;
  position: relative;
}
section.home article.b7 .b7-content:nth-child(2):after {
  content: "";
  width: 2px;
  background: #94b9dd;
  position: absolute;
  height: 80%;
  margin: 0 10%;
  left: -26px;
}
section.home article.b7 .b7-content .b7-text {
  width: 100%;
}
section.home article.b7 .b7-content .b7-text h4 {
  color: black;
  font-size: 1.6em;
  text-align: center;
}
section.home article.b7 .b7-content .b1-btn {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  justify-content: center;
}
section.home article.b7 .b7-content .b1-btn a.btn2.readNow h4 {
  color: white;
  text-transform: initial;
  font-weight: 300;
  font-size: 1.4em;
}
section.home article.b7 .b7-content .b1-btn a.btn2.readNow .ico {
  display: none;
}
section.home article.b1 {
  background: #f3f6f7;
  height: 30vh;
}
section.home article.b1 .b1-title {
  padding: 30px 0;
}
section.home article.b1 .b1-title h2 {
  color: black;
  margin-right: 20px;
  font-size: 3.5em;
  font-family: "MyriadPro";
}
section.home article.b1 .b1-title .btn.viewAll {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: initial;
}
section.home article.b1 .b1-title .btn.viewAll h4 {
  color: #4ea631;
  font-size: 1.6em;
  margin-right: 5px;
  font-weight: bold;
}
section.home article.b1 .b1-title .btn.viewAll .ico {
  color: #4ea631;
  font-size: 1.6em;
  font-weight: bold;
}
section.home article.b1 .b1-list {
  padding-bottom: 30px;
}
section.home article.b1 .b1-list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
section.home article.b1 .b1-list ul li {
  margin: 5px 10px;
  text-transform: initial;
  height: 50px;
}
section.home article.b1 .b1-list ul li a {
  font-size: 1.4em;
}
section.home article.b2 .b2-title {
  padding: 30px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  height: 15vh;
}
section.home article.b2 .b2-title h2 {
  width: 100%;
  color: black;
  margin-right: 20px;
  font-size: 3.5em;
  text-align: center;
  font-family: "MyriadPro";
}
section.home article.b2 .b2-title h3 {
  color: black;
  margin-right: 20px;
  font-size: 2.2em;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-family: "MyriadPro";
}
section.home article.b2 .b2-list ul {
  padding: 10px 10px 30px 10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: initial;
          align-items: initial;
  width: 98%;
}
section.home article.b2 .b2-list ul li {
  margin: 10px 0;
  width: calc(40% - 10px);
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  padding: 10px 5%;
  background: #f3f6f7;
}
section.home article.b2 .b2-list ul li h4 {
  color: black;
  margin-bottom: 10px;
  text-align: center;
  font-size: 2.4em;
  width: 100%;
  font-family: "MyriadPro";
  font-weight: normal;
}
section.home article.b2 .b2-list ul li h5 {
  color: black;
  font-size: 1.8em;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  font-family: "MyriadPro";
}
section.home article.b2 .b2-list ul li .img {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
}
section.home article.b2 .b2-list ul li .img img {
  width: 100%;
}
section.home article.b2 .b2-list ul li.noImage {
  position: relative;
  width: calc(40% + 10px);
  margin: 10px 0;
  position: relative;
  left: -10px;
}
section.home article.b2 .b2-list ul li.noImage h4 {
  top: 40px;
  position: relative;
  font-size: 1.6em;
}
section.home article.b2 .b2-list ul li.noImage h5 {
  position: relative;
  top: 140px;
  font-size: 3em;
  font-family: "MyriadPro";
}
section.home article.b2 .b2-list ul li.noImage .img {
  opacity: 0;
}
section.home article.b3 {
  padding: 30px;
}
section.home article.b3 .b3-title {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
section.home article.b3 .b3-title h2 {
  width: 100%;
  font-size: 3.5em;
  color: black;
  padding: 0;
  font-family: "MyriadPro";
  font-weight: bold;
  text-align: center;
}
section.home article.b3 .b3-title h4 {
  width: 100%;
  padding: 0 50px;
  font-size: 1.9em;
  color: black;
  font-weight: 500;
  margin-top: 30px;
  text-align: center;
}
section.home article.b3 .b3-list1 {
  font-size: 9px;
}
section.home article.b3 .b3-list1 ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-align: initial;
          align-items: initial;
  margin-bottom: 40px;
  width: 100%;
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section.home article.b3 .b3-list1 ul li {
  width: 40%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 5px;
  border: 4px solid #4ea631;
  border-radius: 35px;
  margin: 10px 1%;
  padding-bottom: 20px;
}
section.home article.b3 .b3-list1 ul li .img {
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 30px;
  overflow: hidden;
}
section.home article.b3 .b3-list1 ul li .img img {
  width: 105%;
}
section.home article.b3 .b3-list1 ul li .text {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: calc(100% - 300px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 80%;
  width: calc(100% - 300px);
}
section.home article.b3 .b3-list1 ul li .text > * {
  width: 100%;
}
section.home article.b3 .b3-list1 ul li .text h5 {
  font-weight: bold;
  font-size: 2.6em;
  text-align: center;
  color: black;
}
section.home article.b3 .b3-list1 ul li .text h6 {
  font-weight: 500;
  font-size: 1.8em;
  text-align: center;
  color: black;
}
section.home article.b3 .b3-list1 ul li .text a.btn.viewAll {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
section.home article.b3 .b3-list1 ul li .text a.btn.viewAll h4 {
  font-weight: bold;
  font-size: 1.6em;
  color: #4ea631;
}
section.home article.b3 .b3-list1 ul li .text a.btn.viewAll .ico {
  font-weight: bold;
  font-size: 1.6em;
  margin-left: 5px;
  color: #4ea631;
}
section.home article.b3 .b3-list2 {
  font-size: 10px;
}
section.home article.b3 .b3-list2 ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: initial;
          align-items: initial;
  margin-bottom: 20px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
section.home article.b3 .b3-list2 ul li {
  width: 25%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  padding: 10px 3%;
  border: 1px solid #434b52;
  margin: 10px 1%;
}
section.home article.b3 .b3-list2 ul li > * {
  width: 100%;
}
section.home article.b3 .b3-list2 ul li .img {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
section.home article.b3 .b3-list2 ul li .img img {
  max-height: 100%;
  max-width: 100%;
}
section.home article.b3 .b3-list2 ul li h5 {
  font-weight: bold;
  font-size: 2.7em;
  text-align: center;
  color: black;
  margin: 10px 0;
}
section.home article.b3 .b3-list2 ul li h6 {
  font-weight: lighter;
  font-size: 2em;
  text-align: center;
  color: black;
  margin: 10px 0;
  margin-bottom: 30px;
  font-family: "MyriadPro";
}
section.home article.b3 .b3-list2 ul li a.btn2.leanMore {
  padding: 15px;
  height: 35px;
  width: 60%;
  font-size: 1.7em;
}
section.home article.b3 .b3-list2 ul li .seeVideo {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  margin: 10px 0;
  color: #0079ca;
  font-weight: bold;
  cursor: pointer;
}
section.home article.b4 {
  background: #2f3030;
  width: 100%;
  padding-bottom: 20px;
}
section.home article.b4 .b4-title {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
section.home article.b4 .b4-title h2 {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 4.2em;
  font-family: "MyriadPro";
}
section.home article.b4 .b4-title h4 {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-weight: lighter;
  margin-bottom: 20px;
}
section.home article.b4 .b4-numbers {
  width: 100%;
}
section.home article.b4 .b4-numbers ul {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
section.home article.b4 .b4-numbers ul li.btn2 {
  margin: 0 10px;
  width: 320px;
  height: 50px;
}
section.home article.b4 .b4-numbers ul li.btn2 a {
  font-size: 1.5em;
  text-align: center;
}

footer.main-footer {
  font-size: 12px;
  padding: 30px 8%;
  background-color: #2a2f33;
  color: #fff;
  width: 84%;
  padding-top: 110px;
}
footer.main-footer .links {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 2px solid #fff;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}
footer.main-footer .footer-paragraph {
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  padding-left: 0;
  width: 40%;
}
footer.main-footer .links-container {
  width: 70%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 0rem;
}
footer.main-footer .links-container .links-mini {
  display: none;
}
footer.main-footer .links-container .row-two li:not(:first-child) h5 {
  padding-top: 20px;
}
footer.main-footer .links-container .support-link {
  padding-top: 1rem;
}
footer.main-footer .links-container .sub-links, footer.main-footer .links-container .links-mini {
  font-size: 1.2rem;
  color: #a1a1a1;
  padding-left: 39px;
  width: 25%;
}
footer.main-footer .links-container .links-mini {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  width: 100%;
  display: none;
}
footer.main-footer .links-container .links-mini li {
  width: 100%;
  text-align: center;
}
footer.main-footer .links-container .links-mini li a {
  text-align: center;
}
footer.main-footer .links-container .last-column {
  padding-top: 25px;
}
footer.main-footer .links-container h5 {
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0;
}
footer.main-footer .links-container li {
  margin: 0 0 1rem 0;
  font-size: 0.7em;
}
footer.main-footer .links-container li a {
  font-size: 0.9em;
  color: #a1a1a1;
  text-align: left;
  text-decoration: none;
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}
footer.main-footer .social-link-container {
  padding-right: 0 !important;
  width: 10%;
}
footer.main-footer .social-link-container .social-links {
  float: right;
}
footer.main-footer .social-link-container .social-links li {
  border-radius: 30px;
  border: 1px solid #fff;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 41px;
  height: 41px;
}
footer.main-footer .social-link-container .social-links li a {
  color: #a1a1a1;
}
footer.main-footer .social-link-container .social-links li i {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
footer.main-footer .social-link-container .social-links li i svg {
  fill: white;
  width: 17px;
}
footer.main-footer .footer-logo-container {
  padding-left: 0;
}
footer.main-footer .footer-logo-container .footer-logo {
  margin-left: 0;
  width: 102px;
  margin-bottom: 1.5rem;
}
footer.main-footer .footer-logo-container .rights-reserved {
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #e4e5e6;
  font-style: italic;
  font-size: 1.2rem;
}
footer.main-footer .terms {
  text-align: right;
  position: relative;
  padding-right: 0;
  color: #a1a1a1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
footer.main-footer .terms .terms-links {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
footer.main-footer .terms .bar {
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0 7px;
}
footer.main-footer .terms a {
  bottom: 0;
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #a1a1a1;
  text-decoration: none;
}
footer.main-footer .footer-bottom {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-align: end;
          align-items: flex-end;
}
footer.main-footer .footer-bottom .footer-logo-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 50%;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
}
footer.main-footer .footer-bottom .footer-logo-container .rights-reserved {
  width: 100%;
  font-size: 1.2em;
}
footer.main-footer .footer-bottom .terms {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  width: 50%;
  height: 100%;
}
footer.main-footer .footer-bottom .terms .terms-links {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
footer.main-footer .footer-bottom .terms .terms-links a {
  font-size: 1.2em;
}

@media screen and (max-width: 2000px) {
  .header {
    font-size: 12px;
  }
  .header .header-img .img img {
    width: initial;
    margin-top: 550px;
  }
  .header .header-btns .header-number {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 1600px) {
  .header {
    font-size: 12px;
  }
  .header .header-img .img img {
    width: initial;
    margin-top: 550px;
  }
}
@media screen and (max-width: 1400px) {
  .header {
    font-size: 10px;
  }
  .header .header-btns {
    font-size: 12px;
  }

  section.home article.b3 .b3-list1 ul li .img {
    width: 150px;
  }
  section.home article.b3 .b3-list1 ul li .text {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1200px) {
  .header {
    font-size: 8px;
  }
  .header .header-text {
    font-size: 7px;
  }
  .header .header-text .header-logo {
    left: 50px;
  }

  section.home article.b1 {
    height: initial;
  }
  section.home article.b1 .b1-title {
    flex-wrap: wrap;
  }
  section.home article.b1 .b1-title h2 {
    width: 100%;
    text-align: center;
  }
  section.home article.b1 .b1-title .btn.viewAll {
    width: 100%;
  }
  section.home article.b1 .b1-list ul {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  section.home article.b3 .b3-list1 {
    font-size: 9px;
  }
  section.home article.b3 .b3-list1 ul li .text {
    height: 90%;
  }
  section.home article.b3 .b3-list2 {
    font-size: 9px;
  }
}
@media screen and (max-width: 1024px) {
  section.home article.b3 .b3-list1 ul li .img {
    width: 100px;
    height: 100px;
  }
  section.home article.b3 .b3-list1 ul li .text {
    width: calc(100% - 150px);
    height: 100%;
  }

  footer.main-footer .links {
    flex-wrap: wrap;
  }
  footer.main-footer .footer-paragraph {
    width: 100%;
    margin-bottom: 50px;
  }
  footer.main-footer .footer-paragraph > div {
    text-align: center;
  }
  footer.main-footer .links-container {
    width: 100%;
    margin-bottom: 50px;
  }
  footer.main-footer .social-link-container {
    width: 100%;
  }
  footer.main-footer .social-link-container .social-links {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
  footer.main-footer .social-link-container .social-links li {
    margin: 0 10px;
  }
  footer.main-footer .footer-bottom {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .header {
    font-size: 6px;
  }
  .header .header-text {
    left: 0;
    right: 0;
    margin: auto;
  }
  .header .header-text .header-logo {
    bottom: calc(100% + -10px);
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    max-width: 400px;
    width: 280px;
  }
  .header .header-text .header-title {
    font-size: 5px;
  }
  .header .header-text .header-title h3 {
    text-align: center;
  }
  .header .header-text .header-title h4 {
    text-align: center;
    font-size: 5.3em;
  }

  section.home article.b1 {
    height: initial;
  }
  section.home article.b1 .b1-title {
    flex-wrap: wrap;
  }
  section.home article.b1 .b1-title h2 {
    width: 100%;
    text-align: center;
  }
  section.home article.b1 .b1-title .btn.viewAll {
    width: 100%;
  }
  section.home article.b1 .b1-list ul {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  section.home article.b6 {
    font-size: 10px;
  }
  section.home article.b7 {
    font-size: 10px;
    flex-wrap: wrap;
  }
  section.home article.b7 .b7-content {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  section.home article.b7 .b7-content:nth-child(2) {
    border-radius: 0 0 10px 10px;
    position: relative;
  }
  section.home article.b7 .b7-content:nth-child(2):after {
    content: "";
    height: 2px;
    background: #94b9dd;
    position: absolute;
    width: 80%;
    margin: 0 10%;
    top: 0px;
    left: 0;
  }
  section.home article.b2 {
    height: initial;
  }
  section.home article.b2 .b2-title {
    height: initial;
  }
  section.home article.b3 {
    font-size: 10px;
  }
  section.home article.b3 .b3-list1 ul li {
    padding: 30px 5px;
    width: 100%;
  }
  section.home article.b3 .b3-list2 ul li a.btn2.leanMore {
    font-size: 1.2em;
    height: 15px;
    width: 40%;
  }
  section.home article.b4 .b4-numbers ul li.btn2 a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .header {
    font-size: 5px;
  }

  section.home article.b6 {
    width: 92%;
    padding: 0 4%;
  }
  section.home article.b6 .b6-content .b1-btn a.btn2.readNow {
    width: initial;
    padding: 0 20px;
  }
  section.home article.b7 {
    width: 92%;
    padding: 0 4%;
  }
  section.home article.b7 .b7-content .b1-btn a.btn2.readNow {
    width: initial;
    padding: 0 20px;
  }
  section.home .b0 .b0-content {
    width: 70%;
  }
  section.home article.b3 {
    font-size: 9px;
  }
  section.home article.b3 .b3-list2 ul li {
    width: 40%;
  }
  section.home article.b3 .b3-list2 ul li a.btn2.leanMore {
    height: 15px;
    width: 40%;
  }

  footer.main-footer .footer-paragraph {
    display: none;
  }
  footer.main-footer .links-container {
    -webkit-box-pack: center;
            justify-content: center;
  }
  footer.main-footer .links-container .sub-links {
    display: none;
  }
  footer.main-footer .links-container .links-mini {
    display: -webkit-box;
    display: flex;
    padding: 0;
  }
  footer.main-footer .footer-bottom {
    flex-wrap: wrap;
  }
  footer.main-footer .footer-bottom .footer-logo-container {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  footer.main-footer .footer-bottom .footer-logo-container .rights-reserved {
    text-align: center;
  }
  footer.main-footer .footer-bottom .terms {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
  footer.main-footer .footer-bottom .terms .terms-links {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .header {
    font-size: 3px;
    height: initial;
  }
  .header .header-btns {
    left: 0;
    right: 0;
    margin: auto;
    flex-wrap: wrap;
    position: relative;
  }
  .header .header-btns .header-dropdow {
    position: relative;
    width: 100%;
    border-radius: 0;
    background: white;
    padding: 0;
    height: initial;
  }
  .header .header-btns .header-dropdow .header-dropdow-title {
    background: #464646;
    height: 60px;
    width: 100%;
  }
  .header .header-btns .header-dropdow .header-dropdow-items {
    background: black;
    position: relative;
  }
  .header .header-btns .header-dropdow .header-dropdow-items a {
    top: initial;
    position: relative;
  }
  .header .header-btns a.header-start.btn1 {
    margin-bottom: 10px;
  }
  .header .header-btns .header-number {
    width: 100%;
    text-align: center;
    right: 0;
    position: absolute;
    top: calc(-50vh + 10px);
    z-index: 1;
    height: 40px;
  }
  .header .header-text {
    top: 220px;
  }
  .header .header-text .header-title h4 {
    font-size: 6em;
  }

  .header .header-text .header-title {
    font-size: 3px;
  }
  .header .header-text .header-logo {
    width: 200px;
    bottom: calc(100% + 10px);
  }
  .header .header-img {
    height: 50vh;
  }
  .header .header-img .img {
    margin-left: -220px;
  }
  .header .header-btns {
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -10px;
  }

  section.home article.b6 .b6-content {
    flex-wrap: wrap;
  }
  section.home article.b6 .b6-content .b6-text {
    width: 100%;
  }
  section.home article.b6 .b6-content .b6-text h4 {
    text-align: center;
  }
  section.home article.b6 .b6-content .b1-btn {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
  section.home article.b7 .b7-content {
    flex-wrap: wrap;
  }
  section.home article.b7 .b7-content .b7-text {
    width: 100%;
  }
  section.home article.b7 .b7-content .b7-text h4 {
    text-align: center;
  }
  section.home article.b7 .b7-content .b1-btn {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
  section.home .b0 .b0-content {
    width: 90%;
  }
  section.home article.b2 .b2-list ul li {
    width: 90%;
  }
  section.home article.b2 .b2-list ul li.noImage {
    width: 90%;
    left: initial;
  }
  section.home article.b3 .b3-title h2 {
    font-size: 2.8em;
  }
  section.home article.b3 .b3-list1 ul {
    height: initial;
    padding: 0;
  }
  section.home article.b3 .b3-list1 ul li {
    width: 100%;
    flex-wrap: wrap;
    height: initial;
  }
  section.home article.b3 .b3-list1 ul li .img {
    width: 150px;
    height: 150px;
    margin: 0;
  }
  section.home article.b3 .b3-list1 ul li .text {
    width: 100%;
    height: initial;
    margin-top: 20px;
  }
  section.home article.b3 .b3-list2 ul {
    flex-wrap: wrap;
  }
  section.home article.b3 .b3-list2 ul li {
    width: 100%;
  }
  section.home article.b3 .b3-list2 ul li .img {
    height: 100px;
  }
  section.home article.b3 .b3-list2 ul li a.btn2.leanMore {
    height: 15px;
    width: 40%;
  }
  section.home article.b4 .b4-title h2 {
    font-size: 3.2em;
  }
  section.home article.b4 .b4-numbers ul {
    flex-wrap: wrap;
  }
  section.home article.b4 .b4-numbers ul li.btn2 {
    margin: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  section.home article.b3 .b3-list1 {
    font-size: 10px;
  }
  section.home article.b3 .b3-list1 .b3-title h3 {
    padding: 0;
  }
  section.home article.b3 .b3-list1 ul {
    font-size: 7px;
  }

  .header .header-btns {
    font-size: 8px;
  }
  .header .header-btns a {
    font-size: 11px;
  }
  .header .header-btns .header-dropdow h4 {
    margin-top: 5px;
  }
  .header .header-btns .header-number {
    font-size: 2.5em;
    margin-bottom: 10px;
  }

  footer.main-footer .footer-bottom .terms {
    flex-wrap: wrap;
  }
  footer.main-footer .footer-bottom .terms .terms-links {
    flex-wrap: wrap;
  }
  footer.main-footer .footer-bottom .terms .terms-links a {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  footer.main-footer .footer-bottom .terms .terms-links .bar {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .header .header-btns {
    font-size: 7px;
  }
  .header .header-btns .header-dropdow h4 {
    margin-top: 10px;
  }
}
