.brand {
  position: static;
  display: block;
  width: 15%;
  padding-right: 3%;
  float: left;
  border-right: 4px solid #010111;
}

.nav-menu {
  position: static;
  width: 80%;
  float: left;
  text-align: center;
}

.image {
  display: block;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-bottom: 1px solid rgba(242, 88, 62, .05);
  background-color: #fff;
}

.heading {
  font-family: Poppins, sans-serif;
  color: #2b3e42;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
}

.heading.small {
  margin-top: 0px;
  color: #f2583e;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}

.heading-2 {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #f2583e;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1000px;
  margin-top: 130px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/startup-home-slide-image-1a.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  -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;
}

.head2 {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #747e80;
  font-size: 30px;
  line-height: 35px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 3px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 80px;
  -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: 8px;
  background-color: #f2583e;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.button:hover {
  background-color: #2b3e42;
}

.button.middle {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
}

.vid {
  position: relative;
  padding: 150px 50px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(242, 88, 62, .9)), color-stop(31%, hsla(44, 48%, 94%, .6)), color-stop(50%, hsla(43, 4%, 39%, .75)), to(rgba(43, 62, 66, .9)));
  background-image: linear-gradient(270deg, rgba(242, 88, 62, .9), hsla(44, 48%, 94%, .6) 31%, hsla(43, 4%, 39%, .75) 50%, rgba(43, 62, 66, .9));
}

.div-head {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.div-para {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

.form-head {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #2b3e42;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.form-head.s {
  font-size: 25px;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 2px;
}

.field {
  margin-bottom: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
  border: 2px solid #f2583e;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-align: center;
}

.field.middle {
  border-color: rgba(242, 88, 62, .71);
  text-align: center;
}

.form-block {
  padding: 25px;
  border-radius: 8px;
  background-color: #fff;
}

.form-block._2 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(242, 88, 62, .3);
  box-shadow: 1px 0 15px 1px rgba(1, 1, 17, .15);
}

.background-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.row {
  position: relative;
  z-index: 10;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(43, 62, 66, .11);
}

.img {
  width: 50%;
  height: 250px;
  float: left;
  border: 2px solid #f2583e;
  background-image: url('../images/bigstock-Business-People-Working-150470762.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img.right {
  float: right;
  background-image: url('../images/maxresdefault.jpg');
}

.img.left {
  background-image: url('../images/bigstock-Business-People-Discussing-Wor-7014723.jpg');
}

.txt-div {
  width: 50%;
  height: 250px;
  padding-right: 30px;
  padding-left: 40px;
  float: right;
}

.txt-div.side {
  padding-left: 0px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #2b3e42;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 2px;
}

.para {
  font-family: Poppins, sans-serif;
  color: rgba(43, 62, 66, .75);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}

.div-block-2 {
  margin-bottom: 80px;
}

.div-block-2.k {
  margin-bottom: 0px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  padding-top: 0px;
  padding-bottom: 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;
  background-image: url('../images/Blockchain.Info-to-Provide-Limited-Bitcoin-Cash-Support.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-2 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.div-block-3 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-4 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .59)), to(rgba(0, 0, 0, .59)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .59), rgba(0, 0, 0, .59));
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
}

.link-block {
  display: block;
  height: 600px;
  background-color: #1966f0;
  background-image: url('../images/Rule-48.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.section-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #010111;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 40px;
  -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-bottom: 1px solid rgba(242, 88, 62, .55);
}

.footer-txt {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, .75);
  font-size: 20px;
  letter-spacing: 2px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -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-block {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, .6);
  letter-spacing: 0px;
}

.section-6 {
  margin-top: 130px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-5 {
  font-family: Poppins, sans-serif;
  color: #f2583e;
  line-height: 40px;
  text-align: center;
  text-transform: none;
}

.heading-6 {
  margin-bottom: 50px;
  font-family: Merienda, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 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;
  border-top: 1px solid rgba(242, 88, 62, .4);
}

.heading-7 {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #2b3e42;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: none;
}

.img-div {
  width: 50%;
  height: 400px;
  float: right;
  background-image: url('../images/best-cryptocurrency-apps-iphone.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img-div.move {
  float: left;
  background-image: url('../images/Bitcoin-trading.jpg');
}

.img-div.ok {
  background-image: url('../images/cp.jpg');
}

.txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 400px;
  padding: 0px 50px 30px;
  float: left;
  -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;
  background-color: #1966f0;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

.section-7 {
  height: auto;
  padding-top: 0px;
  padding-bottom: 30px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
  background-color: #f2583e;
}

.heading-9 {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 900;
}

.heading-10 {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, .85);
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2px;
}

.heading-11 {
  margin-top: 100px;
  margin-bottom: 80px;
  font-family: Poppins, sans-serif;
  color: #f2583e;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(1, 1, 17, .1);
}

.lightbox-link {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.image-3 {
  display: block;
  height: 250px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
}

.text-block-2.d {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Inconsolata, monospace;
}

.div-block-9 {
  height: auto;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
}

.div-block-10 {
  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-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;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 100px;
  font-family: Merienda, sans-serif;
  font-weight: 400;
}

.div-block-11 {
  width: 10%;
  height: 2px;
  margin-bottom: 50px;
  background-color: #f2583e;
}

.div-block-12 {
  width: 31%;
  padding: 10px;
}

.div-block-12.d {
  box-shadow: 0 0 20px 5px rgba(242, 88, 62, .15);
}

.text-block-3 {
  margin-bottom: 50px;
  font-family: Merienda, sans-serif;
  font-weight: 700;
  text-align: center;
}

.heading-13 {
  margin-top: 0px;
  font-family: Merienda, sans-serif;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -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-bottom: 1px solid rgba(242, 88, 62, .45);
}

.heading-14 {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.div-block-14 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.div-block-15 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
  color: rgba(51, 51, 51, .85);
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -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;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -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: #2b3e42;
  text-align: center;
}

.div-block-17.other {
  background-color: #f2583e;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 2px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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-block-4 {
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: rgba(51, 51, 51, .85);
  font-size: 15px;
  font-weight: 500;
}

.text-block-4.stretch {
  padding: 10px;
  background-color: #2b3e42;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -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: 2px none #f2583e;
  border-radius: 5px;
  background-color: #1966f0;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 2px;
}

.button-2:hover {
  background-color: #f2583e;
}

.button-2.col {
  background-color: #f2583e;
}

.button-2.col:hover {
  background-color: #1966f0;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-21 {
  height: auto;
}

.row-2 {
  margin-bottom: 15px;
}

.div-block-22 {
  padding-bottom: 50px;
}

.section-8 {
  height: auto;
  margin-top: 130px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
  color: rgba(43, 62, 66, .71);
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #f2583e;
  font-size: 55px;
  line-height: 65px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
}

.text-block-5 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
}

.div-block-23 {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(25, 102, 240, .25);
}

.div-block-24 {
  width: 30%;
  padding-top: 30px;
  float: left;
}

.div-block-25 {
  width: 70%;
  padding-top: 30px;
  float: left;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merienda, sans-serif;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2px;
}

.heading-18.ct {
  margin-bottom: 30px;
  text-align: center;
}

.div-block-26 {
  position: relative;
  z-index: 20;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(25, 102, 240, .25);
}

.div-block-26.fl {
  border-bottom-style: none;
}

.paragraph-3 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.paragraph-3.lo {
  margin-bottom: 20px;
  color: #f2583e;
  font-weight: 900;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  background-color: #f2583e;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: #1966f0;
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
}

.text-block-6 {
  font-family: Merienda, sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.text-block-7 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.list-item {
  margin-bottom: 10px;
}

.div-block-27 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 400px;
  -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-image: url('../images/guy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-3 {
  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-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-decoration: none;
}

.ico {
  font-family: Fontawesome, sans-serif;
  color: #f2583e;
}

.ico.x {
  font-size: 50px;
  line-height: 51px;
}

.heading-20 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
}

.over {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 17, .97)), to(rgba(1, 1, 17, .97)));
  background-image: linear-gradient(180deg, rgba(1, 1, 17, .97), rgba(1, 1, 17, .97));
  opacity: 0;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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-decoration: none;
}

.heading-21 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.text-block-8 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}

.slider {
  height: 400px;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.arrow {
  height: 100px;
  background-color: #f2583e;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.arrow:hover {
  background-color: #1966f0;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.color {
  color: #f2583e;
  font-weight: 400;
}

.paragraph-4 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  -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: #f2583e;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.div-block-31 {
  margin-top: 130px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-22 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: #2b3e42;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
}

.heading-22.ch {
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
}

.heading-23 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Merienda, sans-serif;
  color: #f2583e;
  font-weight: 900;
  text-align: center;
}

.heading-24 {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #2b3e42;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-25 {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1966f0;
  font-family: Merienda, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 3px;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  -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: 8px;
  background-color: #f2583e;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 3px;
}

.button-5:hover {
  background-color: #2b3e42;
}

.section-9 {
  padding-top: 30px;
}

.text-block-9 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}

.div-block-33 {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-34 {
  width: 30%;
  height: 200px;
  float: left;
  background-image: url('../images/bitcoincash.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 200px;
  padding-right: 50px;
  padding-left: 50px;
  float: left;
  -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: #f2583e;
}

.paragraph-5 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.hi {
  font-size: 24px;
  line-height: 40px;
}

.div-block-36 {
  margin-bottom: 40px;
}

.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
}

.div-block-37 {
  display: block;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(51, 51, 51, .66);
  text-decoration: none;
}

.image-5 {
  width: 30px;
  height: 30px;
}

.heading-26 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.heading-27 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #28b5a5;
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
}

.div-block-38 {
  margin-top: 10px;
}

.link-block-6 {
  width: 200px;
}

.div-block-39 {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -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;
}

.navbar-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e8b243;
  opacity: 1;
}

.navbar-2.gallery {
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  cursor: pointer;
}

.navbar-2.gallery:hover {
  background-color: #2f373d;
}

.nav-links {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.nav-links:hover {
  background-color: #2f373d;
}

.nav-links:focus {
  background-color: #d49e2e;
}

.nav-links.w--current {
  background-color: #d49e2e;
  color: #fff;
}

.nav-links.gal {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.nav-links.gal:hover {
  background-color: transparent;
}

.nav-links.gal:focus {
  background-color: transparent;
}

.section-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/Header-images-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Header-images-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.head {
  margin-top: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 0 25px hsla(0, 0%, 100%, .77);
}

.head-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}

.div-block-40 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.half {
  position: relative;
  width: 50%;
  padding-top: 0px;
  float: left;
}

.half.ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: auto;
  margin-top: 75px;
  margin-right: 2%;
  padding: 75px 20px 25px;
  -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;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .28);
}

.half.ct.shift {
  margin-right: 0%;
  margin-left: 2%;
}

.half.shifted {
  padding-top: 40px;
}

.heading-28 {
  margin-top: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.heading-29 {
  font-family: 'PT Sans', sans-serif;
  color: #f3cb79;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.submit-button {
  display: block;
  width: 100%;
  border-radius: 2px;
  background-color: #f3cb79;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #28b5a5;
}

.submit-button.height {
  height: 50px;
}

.fields {
  height: 50px;
  border: 1px solid #5f5d5d;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  text-transform: capitalize;
}

.fields.pad {
  margin-right: 10px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
}

.fields.pad:hover {
  background-image: none;
}

.fields.pad:focus {
  border-style: none;
}

.form-block-2 {
  margin-bottom: 0px;
}

.section-11 {
  padding-bottom: 30px;
  background-color: #ede9e4;
}

.div-block-41 {
  padding-top: 20px;
}

.heading-30 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
}

.heading-31 {
  margin-bottom: 50px;
  font-family: 'PT Sans', sans-serif;
  color: #28b5a5;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.heading-31.dark {
  margin-bottom: 20px;
  font-weight: 700;
}

.paragraph-6 {
  font-family: 'PT Serif', serif;
  text-align: center;
}

.circle {
  position: absolute;
  left: 0px;
  top: -75px;
  right: 0px;
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #c7c7c7;
  border-radius: 100%;
  background-image: url('../images/Testimonial-karl-cecily.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.circle.others {
  background-image: url('../images/Testimonial-justin-erica.jpg');
}

.circle.reg {
  position: relative;
  top: 0px;
  margin-bottom: 15px;
}

.circle.tori {
  position: relative;
  top: 0px;
  margin-bottom: 30px;
  background-image: url('../images/Testimonial-tori-tommy.jpg');
}

.circle.john {
  position: relative;
  top: 0px;
  margin-bottom: 30px;
  background-image: url('../images/Testimonial-bros.jpg');
}

.circle.justin {
  position: relative;
  top: 0px;
  margin-bottom: 30px;
  background-image: url('../images/Testimonial-ericamber.jpg');
}

.circle.hillary {
  position: relative;
  top: 0px;
  margin-bottom: 30px;
}

.div-block-42 {
  display: block;
  padding-top: 30px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sixth {
  width: 16%;
  height: 80px;
  margin-right: 0.666%;
  float: none;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/logo-america.jpg');
  background-position: 50% 50%;
  background-size: 90px;
  background-repeat: no-repeat;
  box-shadow: 0 0 7px 0 rgba(51, 51, 51, .3);
  -webkit-transition: border-color 400ms ease, box-shadow 400ms ease;
  transition: border-color 400ms ease, box-shadow 400ms ease;
  cursor: pointer;
}

.sixth:hover {
  border: 1px solid #000;
  box-shadow: 0 0 7px 0 rgba(51, 51, 51, .3);
}

.sixth.shade {
  margin-right: 0.666%;
  margin-left: 0%;
  background-image: url('../images/Logo-holidayinn.gif');
  background-size: 54px;
  background-repeat: no-repeat;
}

.sixth.bmw {
  background-image: url('../images/logo-bmw.jpeg');
  background-size: 39px;
}

.sixth.bridal {
  background-image: url('../images/logo-bridalshow.jpg');
  background-size: 120px;
}

.sixth.crow {
  background-image: url('../images/Logo-crowne.jpg');
  background-size: 125px;
}

.sixth.horiz {
  background-image: url('../images/logo-horizon.png');
  background-size: 140px;
}

.sixth.jo {
  background-image: url('../images/logo-jobing.jpg');
  background-size: 90px;
}

.sixth.merc {
  background-image: url('../images/logo-mercedes.jpeg');
  background-size: 91px;
}

.sixth.pho {
  background-image: url('../images/logo-phoenix.gif');
  background-size: 93px;
}

.sixth.prog {
  background-image: url('../images/logo-progressive.jpeg');
  background-size: 101px;
}

.sixth.se {
  background-image: url('../images/Logo-scottsdale.jpg');
  background-size: 120px;
}

.sixth.wire {
  background-image: url('../images/logo-weddingwire.jpg');
  background-size: 86px;
}

.image-6 {
  display: block;
  width: 100%;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-12 {
  padding-bottom: 40px;
  background-color: #2f373d;
}

.heading-32 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

.div-block-44 {
  width: 33.33%;
  float: left;
}

.heading-33 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #28b5a5;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}

.heading-34 {
  margin-top: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.div-block-45 {
  padding-top: 30px;
}

.image-7 {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-46 {
  padding-top: 20px;
}

.section-13 {
  padding-top: 30px;
  padding-bottom: 80px;
  background-color: #28b5a5;
}

.heading-35 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 35px;
  font-weight: 400;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-48 {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/Icon-camera.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.div-block-48._2 {
  background-image: url('../images/Icon-group.png');
  background-size: 30px;
}

.div-block-48._3 {
  background-size: 30px;
}

.div-block-48._4 {
  background-image: url('../images/Icon-touch.png');
  background-size: 30px;
}

.div-block-48._5 {
  background-image: url('../images/Icon-no-flash.png');
  background-size: 30px;
}

.div-block-48._6 {
  background-image: url('../images/Icon-image.png');
  background-size: 30px;
}

.div-block-48._7 {
  background-image: url('../images/Icon-silence.png');
  background-size: 30px;
}

.div-block-48.time {
  background-image: url('../images/Icon-clock.png');
  background-size: 30px;
}

.paragraph-7 {
  margin-bottom: 0px;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 16px;
}

.heading-36 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

.section-14 {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #ede9e4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ede9e4), to(transparent)), url('../images/Strips-BG-image-4.png');
  background-image: linear-gradient(180deg, #ede9e4, transparent), url('../images/Strips-BG-image-4.png');
  background-position: 0px 0px, 0px 50px;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.part {
  position: relative;
  width: 95%;
  margin-right: 5%;
  margin-bottom: 40px;
  padding: 30px 20px;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .17);
}

.part.two {
  margin-right: 0%;
  margin-bottom: 40px;
  margin-left: 5%;
}

.text-block-10 {
  text-align: center;
}

.div-block-49 {
  width: 50%;
  float: left;
}

.section-15 {
  background-color: #2f373d;
}

.div-block-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.heading-37 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.heading-38 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #28b5a5;
  text-align: center;
}

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

.form-block-3 {
  margin-bottom: 0px;
}

.div-block-51 {
  width: 70%;
  float: left;
}

.section-16 {
  height: auto;
  padding-top: 80px;
  background-color: #28b5a5;
}

.div-block-52 {
  width: 30%;
  padding-top: 0px;
  float: left;
}

.heading-39 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.div-block-53 {
  position: relative;
  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;
}

.img1 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 700px;
  padding-top: 20px;
  opacity: 0;
  -webkit-transform: rotate(-10deg) translate(-40px, 0px);
  -ms-transform: rotate(-10deg) translate(-40px, 0px);
  transform: rotate(-10deg) translate(-40px, 0px);
}

.img2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 700px;
  opacity: 0;
  -webkit-transform: rotate(-10deg) translate(-40px, 0px);
  -ms-transform: rotate(-10deg) translate(-40px, 0px);
  transform: rotate(-10deg) translate(-40px, 0px);
}

.img3 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 700px;
  opacity: 0;
  -webkit-transform: rotate(-10deg) translate(-40px, 0px);
  -ms-transform: rotate(-10deg) translate(-40px, 0px);
  transform: rotate(-10deg) translate(-40px, 0px);
}

.img4 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 700px;
  opacity: 0;
  -webkit-transform: rotate(-10deg) translate(-40px, 0px);
  -ms-transform: rotate(-10deg) translate(-40px, 0px);
  transform: rotate(-10deg) translate(-40px, 0px);
}

.img5 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 700px;
  opacity: 0;
  -webkit-transform: rotate(-10deg) translate(-40px, 0px);
  -ms-transform: rotate(-10deg) translate(-40px, 0px);
  transform: rotate(-10deg) translate(-40px, 0px);
}

.img6 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 700px;
  opacity: 0;
  -webkit-transform: rotate(-10deg) translate(-40px, 0px);
  -ms-transform: rotate(-10deg) translate(-40px, 0px);
  transform: rotate(-10deg) translate(-40px, 0px);
}

.img7 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 700px;
  opacity: 0;
  -webkit-transform: rotate(-10deg) translate(-40px, 0px);
  -ms-transform: rotate(-10deg) translate(-40px, 0px);
  transform: rotate(-10deg) translate(-40px, 0px);
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-10 {
  width: 30px;
  height: 30px;
  max-width: 100%;
  margin-right: 20px;
}

.text-block-11 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.top1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 70px;
  -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: transparent;
  font-family: 'PT Sans', sans-serif;
  color: #2f373d;
  font-size: 18px;
}

.top1:hover {
  background-color: rgba(47, 55, 61, .15);
  color: #fff;
}

.top1:focus {
  background-color: #2f373d;
  color: #fff;
}

.text-block-12 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-left: 0%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.tabs-content {
  width: 70%;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  -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: transparent;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  text-align: center;
}

.tab-link:hover {
  background-color: rgba(47, 55, 61, .25);
  color: #fff;
}

.tab-link.w--current {
  background-color: #2f373d;
  color: #fff;
}

.section-17 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/Header-images-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-56 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 45px;
  background-color: #fff;
}

.heading-40 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

.heading-41 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'PT Sans', sans-serif;
  color: #28b5a5;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.field1 {
  height: 50px;
  border: 2px solid #aaa3a3;
  border-radius: 3px;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  font-family: 'PT Sans', sans-serif;
}

.field1:hover {
  border-color: #e6e4e4;
}

.field1:focus {
  border-color: #000;
}

.text-block-13 {
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}

.heading-42 {
  font-family: 'PT Sans', sans-serif;
  text-align: center;
}

.text-block-14 {
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  color: #28b5a5;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.div-block-57 {
  width: 33.3%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.heading-43 {
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.paragraph-8 {
  font-family: 'PT Serif', serif;
  color: rgba(47, 55, 61, .71);
}

.div-block-58 {
  margin-bottom: 20px;
}

.section-18 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #000;
}

.heading-44 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.text-block-15 {
  margin-bottom: 5px;
  font-family: 'PT Serif', serif;
  color: #fff;
  text-align: center;
}

.text-block-16 {
  font-family: 'PT Serif', serif;
  color: #28b5a5;
  text-align: center;
}

.link {
  color: #28b5a5;
  text-decoration: none;
}

.div-block-59 {
  padding-top: 50px;
}

.image-11 {
  display: block;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-17 {
  font-family: 'PT Serif', serif;
  color: hsla(33, 20%, 91%, .55);
  text-align: center;
}

.div-block-60 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-19 {
  background-color: rgba(51, 51, 51, .85);
}

.section-20 {
  padding-bottom: 30px;
}

.main {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  display: block;
  margin-bottom: 0px;
}

.navbar-2-copy {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e8b243;
}

.div-block-61 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 80px;
}

.section-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/Header-images-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Header-images-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
}

.heading-45 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
}

.heading-46 {
  margin: 0px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'PT Sans', sans-serif;
  color: #28b5a5;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.up-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -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-bottom: 1px solid rgba(51, 51, 51, .12);
}

.text-block-18 {
  text-decoration: none;
}

.link-block-7 {
  font-family: 'PT Sans', sans-serif;
  color: #28b5a5;
  text-decoration: none;
}

.section-22 {
  display: block;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.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: 260px;
  -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;
}

.div-block-65 {
  display: block;
  margin-right: 150px;
  margin-left: 150px;
  padding-right: 0px;
  float: none;
  -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-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 71%, .49);
  text-align: center;
}

.container-8 {
  display: block;
  -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;
}

.row-3 {
  position: static;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-left: -48px;
  padding-left: 11px;
  float: none;
  -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;
}

.row-4 {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-bottom: -4px;
  padding-top: 1px;
  padding-bottom: 0px;
  padding-left: 2px;
}

.column-2 {
  height: 240px;
  padding-top: 0px;
  background-image: url('../images/Event-2.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.column-3 {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  -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-block-26 {
  display: block;
  margin-bottom: 15px;
  font-family: 'PT Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.text-block-26-copy {
  position: static;
  bottom: -3px;
  display: block;
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #e8b243;
  font-size: 30px;
  font-weight: 700;
}

.link-block-8 {
  display: block;
}

.div-block-66 {
  margin-top: 15px;
}

.image-12 {
  display: inline-block;
}

.text-block-27 {
  display: inline-block;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'PT Sans', sans-serif;
  color: #bababa;
  font-size: 22px;
  font-weight: 700;
}

.text-block-27:hover {
  color: #28b5a5;
}

.link-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -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;
  color: #8a1313;
  text-decoration: none;
}

.text-block-28 {
  font-family: Merriweather, serif;
  font-size: 12px;
}

.text-block-29 {
  font-family: Merriweather, serif;
  font-size: 12px;
}

.section-22-copy {
  display: block;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b3e42;
}

.heading-45-copy {
  margin-top: 40px;
  margin-bottom: 25px;
  font-family: 'PT Sans', sans-serif;
  color: #28b5a5;
  text-align: center;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.heading-46-copy {
  margin-top: 0px;
  margin-bottom: 19px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.link-3 {
  font-family: 'PT Sans', sans-serif;
  color: #28b5a5;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.row-5 {
  display: block;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-67 {
  margin-top: 30px;
  margin-bottom: 42px;
}

.column-4 {
  display: block;
}

.text-block-30 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.text-block-31 {
  margin-top: 14px;
  font-family: 'PT Sans', sans-serif;
  color: #e8b243;
  font-size: 30px;
  font-weight: 700;
}

.button-6 {
  margin-top: 20px;
  background-color: #28b5a5;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

.column-5 {
  border-radius: 5px;
}

.div-block-68 {
  padding-top: 23px;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(33, 20%, 91%, .29);
  border-radius: 5px;
}

.div-block-69 {
  padding-top: 23px;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(33, 20%, 91%, .29);
  border-radius: 5px;
}

.div-block-70 {
  height: 100%;
  padding-top: 23px;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(33, 20%, 91%, .29);
  border-radius: 5px;
}

.image-13 {
  float: left;
  text-align: center;
}

.button-7 {
  text-align: center;
}

.paragraph-9 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.image-14 {
  position: fixed;
  left: 0px;
  bottom: 0px;
  margin-right: -37px;
  padding-right: 0px;
  padding-left: 12px;
  clear: none;
}

.button-8 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.button-9 {
  position: absolute;
  left: 500px;
  right: 500px;
  margin-bottom: 5px;
  padding-bottom: 19px;
}

.div-block-72 {
  width: 100%;
  text-align: center;
}

.button-10 {
  padding-top: 20px;
  padding-right: auto;
  padding-bottom: 20px;
  background-color: #d49e2e;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.div-block-73 {
  margin-bottom: 27px;
}

.div-block-74 {
  margin-bottom: 50px;
}

.button-11 {
  margin-right: 0px;
  padding-left: 15px;
  background-color: #d49e2e;
  font-family: 'PT Sans', sans-serif;
  font-weight: 800;
}

.column-7 {
  padding-left: 484px;
}

.column-8 {
  padding-right: 480px;
}

.button-12 {
  background-color: #d49e2e;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.div-block-75 {
  padding-top: 0px;
  padding-bottom: 13px;
  text-align: center;
}

.div-block-76 {
  padding-top: 29px;
}

.bold-text-2 {
  font-size: 24px;
}

@media (max-width: 991px) {
  .heading {
    margin-top: 20px;
    font-size: 35px;
    line-height: 40px;
  }
  .heading.small {
    font-size: 60px;
    line-height: 65px;
    text-align: center;
  }
  .heading-2 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .section {
    height: 800px;
    margin-top: 100px;
  }
  .div-block {
    padding-top: 50px;
  }
  .button.middle {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
  }
  .vid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-head {
    font-size: 20px;
  }
  .field {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }
  .div-block-4 {
    width: 100%;
  }
  .heading-4 {
    font-size: 18px;
    line-height: 22px;
  }
  .link-block {
    height: 400px;
  }
  .text-block {
    text-align: center;
  }
  .section-6 {
    margin-top: 100px;
  }
  .heading-5 {
    margin-top: 0px;
    font-size: 45px;
    line-height: 50px;
  }
  .text-block-3 {
    min-height: 40px;
  }
  .paragraph-2 {
    line-height: 24px;
  }
  .div-block-16 {
    height: 300px;
  }
  .heading-15 {
    font-size: 20px;
    letter-spacing: 0px;
  }
  .div-block-18 {
    height: 300px;
  }
  .button-2 {
    width: 90%;
    font-size: 16px;
    letter-spacing: 0px;
  }
  .section-8 {
    margin-top: 100px;
  }
  .paragraph-3.al {
    text-align: left;
  }
  .button-4 {
    width: 100%;
  }
  .div-block-31 {
    margin-top: 100px;
  }
  .div-block-35 {
    display: block;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 15px;
  }
  .paragraph-5 {
    font-size: 16px;
  }
  .bold-text {
    font-size: 18px;
  }
  .nav-menu-3 {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #e8b243;
    text-align: center;
  }
  .navbar-2 {
    background-color: #e8b243;
  }
  .nav-links {
    float: left;
    font-size: 16px;
  }
  .head {
    font-size: 50px;
  }
  .head-2 {
    font-size: 20px;
  }
  .div-block-40 {
    width: 90%;
  }
  .heading-28 {
    font-size: 30px;
  }
  .heading-29 {
    font-size: 16px;
  }
  .heading-30 {
    font-size: 30px;
  }
  .heading-31 {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .paragraph-6 {
    font-size: 12px;
  }
  .circle.tori {
    width: 100px;
    height: 100px;
  }
  .circle.john {
    width: 100px;
    height: 100px;
  }
  .circle.justin {
    width: 100px;
    height: 100px;
  }
  .circle.hillary {
    width: 100px;
    height: 100px;
  }
  .sixth {
    width: 30%;
    height: 100px;
    margin-right: 0%;
    margin-bottom: 20px;
    float: left;
  }
  .sixth.shade {
    margin-right: 5%;
    margin-left: 5%;
  }
  .sixth.bmw {
    margin-right: 5%;
    margin-left: 5%;
  }
  .sixth.merc {
    margin-right: 5%;
    margin-left: 5%;
  }
  .sixth.se {
    margin-right: 5%;
    margin-left: 5%;
  }
  .div-block-43 {
    display: block;
  }
  .heading-32 {
    font-size: 30px;
  }
  .heading-33 {
    font-size: 22px;
  }
  .heading-34 {
    font-size: 14px;
  }
  .heading-35 {
    font-size: 30px;
  }
  .div-block-48 {
    background-size: 30px;
  }
  .paragraph-7 {
    font-size: 14px;
  }
  .heading-36 {
    font-size: 30px;
  }
  .heading-37 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .heading-38 {
    font-size: 30px;
  }
  .section-16 {
    padding-top: 30px;
  }
  .heading-39 {
    font-size: 40px;
    line-height: 50px;
  }
  .img1 {
    height: auto;
  }
  .img2 {
    height: auto;
  }
  .img3 {
    height: auto;
  }
  .img4 {
    height: auto;
  }
  .img5 {
    height: auto;
  }
  .img6 {
    height: auto;
  }
  .img7 {
    height: auto;
  }
  .tab-link {
    height: 50px;
    font-size: 14px;
  }
  .tab-link.w--current {
    height: 50px;
    font-size: 14px;
  }
  .heading-40 {
    font-size: 30px;
    line-height: 34px;
  }
  .heading-41 {
    font-size: 16px;
    line-height: 20px;
  }
  .heading-42 {
    font-size: 30px;
  }
  .text-block-14 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .heading-43 {
    font-size: 14px;
  }
  .paragraph-8 {
    font-size: 12px;
  }
  .menu-button {
    float: none;
    background-color: #e8b243;
    color: #000;
    text-align: center;
  }
  .menu-button.w--open {
    background-color: #d49e2e;
  }
  .icon {
    color: #000;
  }
  .menu-button-2 {
    float: none;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section {
    height: 950px;
  }
  .txt-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .txt-div.side {
    padding-left: 10px;
  }
  .heading-3 {
    font-size: 20px;
    line-height: 24px;
  }
  .para {
    font-size: 14px;
  }
  .section-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .link-block {
    height: 300px;
  }
  .footer-txt {
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
  }
  .txt {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-8 {
    font-size: 30px;
    line-height: 35px;
  }
  .div-block-8 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .heading-9 {
    text-align: center;
  }
  .heading-10 {
    text-align: center;
  }
  .lightbox-link {
    display: block;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-2 {
    margin-bottom: 20px;
  }
  .heading-12 {
    text-align: center;
  }
  .div-block-12 {
    width: 100%;
    margin-bottom: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(242, 88, 62, .45);
  }
  .text-block-3 {
    min-height: 0px;
  }
  .div-block-16 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .div-block-18 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .div-block-20 {
    display: block;
  }
  .text-block-5 {
    font-size: 20px;
    line-height: 25px;
  }
  .div-block-24 {
    width: 100%;
    padding-left: 10px;
    text-align: center;
  }
  .div-block-25 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-18 {
    font-size: 20px;
  }
  .paragraph-3.al {
    text-align: center;
  }
  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-7 {
    text-align: left;
  }
  .text-block-7.ct {
    text-align: center;
  }
  .div-block-28 {
    width: 90%;
    height: 300px;
  }
  .button-4 {
    width: 90%;
    font-size: 16px;
  }
  .div-block-34 {
    width: 100%;
    height: 150px;
    float: none;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .div-block-35 {
    width: 100%;
    float: none;
  }
  .image-5 {
    width: 20px;
    height: 20px;
  }
  .heading-26 {
    font-size: 20px;
  }
  .heading-27 {
    font-size: 14px;
  }
  .link-block-6 {
    width: 150px;
  }
  .nav-menu-3 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .nav-links {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .head {
    font-size: 35px;
    line-height: 40px;
  }
  .head-2 {
    font-size: 16px;
  }
  .div-block-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .half.ct {
    padding-top: 40px;
  }
  .half.shifted {
    padding-top: 200px;
  }
  .heading-28 {
    font-size: 24px;
    line-height: 30px;
  }
  .heading-29 {
    font-size: 14px;
  }
  .submit-button.height {
    font-size: 12px;
  }
  .fields {
    font-size: 12px;
  }
  .heading-30 {
    font-size: 25px;
    line-height: 30px;
  }
  .circle {
    top: -55px;
    width: 100px;
    height: 100px;
  }
  .heading-32 {
    font-size: 25px;
    line-height: 30px;
  }
  .heading-33 {
    font-size: 16px;
    line-height: 28px;
  }
  .heading-34 {
    font-size: 12px;
  }
  .section-13 {
    padding-left: 10px;
  }
  .heading-35 {
    font-size: 25px;
    line-height: 30px;
  }
  .div-block-48.time {
    background-size: 20px;
  }
  .paragraph-7 {
    font-size: 12px;
  }
  .section-14 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-50 {
    padding: 30px 10px;
  }
  .section-16 {
    padding-bottom: 50px;
  }
  .div-block-54 {
    width: 150px;
  }
  .tabs-menu {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-link {
    height: 70px;
  }
  .tab-link.w--current {
    height: 70px;
  }
  .container-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-62 {
    width: 50%;
  }
  .text-block-18 {
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .brand {
    width: 30%;
    padding-right: 10px;
    border-right-style: none;
  }
  .container {
    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;
  }
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .heading.small {
    font-size: 40px;
    line-height: 55px;
  }
  .section {
    margin-top: 235px;
  }
  .head2 {
    font-size: 20px;
    line-height: 30px;
  }
  .vid {
    padding-right: 10px;
    padding-left: 10px;
  }
  .form-block._2 {
    width: 100%;
  }
  .img {
    width: 100%;
    float: none;
  }
  .txt-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: none;
    -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;
  }
  .heading-3 {
    text-align: center;
  }
  .link-block {
    height: 200px;
  }
  .section-5 {
    height: auto;
  }
  .footer-txt {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .text-block {
    font-size: 12px;
  }
  .section-6 {
    margin-top: 185px;
  }
  .heading-5 {
    font-size: 40px;
  }
  .heading-6 {
    font-size: 30px;
    line-height: 40px;
  }
  .heading-7 {
    text-align: center;
  }
  .img-div {
    width: 100%;
    height: 200px;
  }
  .txt {
    width: 100%;
    float: none;
  }
  .div-block-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-8 {
    margin-top: 235px;
  }
  .heading-16 {
    font-size: 20px;
  }
  .heading-17 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  .text-block-5 {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .div-block-25 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .div-block-26 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-3 {
    font-size: 14px;
  }
  .paragraph-3.lo {
    padding-right: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .link-block-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .heading-19 {
    font-size: 16px;
  }
  .div-block-28 {
    width: 100%;
  }
  .color {
    font-size: 12px;
  }
  .button-4 {
    text-align: center;
  }
  .div-block-31 {
    margin-top: 185px;
  }
  .heading-24 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }
  .button-5 {
    width: 90%;
  }
  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-32 {
    display: block;
    width: 100%;
  }
  .div-block-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .paragraph-5 {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 23px;
  }
  .bold-text {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .link-block-6 {
    width: 100px;
  }
  .nav-menu-3 {
    position: relative;
  }
  .nav-links {
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    text-align: right;
  }
  .nav-links.w--current {
    float: none;
    text-align: right;
  }
  .section-10 {
    position: static;
    top: 44px;
    height: 60vh;
    margin-top: 133px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .head {
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 26px;
    line-height: 30px;
  }
  .head-2 {
    overflow: visible;
    font-size: 18px;
  }
  .div-block-40 {
    display: block;
    overflow: visible;
  }
  .half {
    width: 100%;
  }
  .half.ct {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .half.ct.shift {
    margin-top: 35px;
  }
  .half.shifted {
    float: none;
  }
  .heading-30 {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 26px;
    line-height: 26px;
  }
  .heading-31 {
    font-size: 19px;
  }
  .paragraph-6 {
    font-size: 14px;
  }
  .sixth.bridal {
    background-size: 80px;
  }
  .sixth.crow {
    background-size: 85px;
  }
  .sixth.horiz {
    background-size: 90px;
  }
  .sixth.pho {
    background-size: 83px;
  }
  .sixth.prog {
    background-size: 90px;
  }
  .sixth.se {
    background-size: 100px;
  }
  .div-block-44 {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 20px;
    float: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(212, 158, 46, .7);
  }
  .div-block-45 {
    padding-top: 0px;
  }
  .heading-35 {
    text-align: center;
  }
  .div-block-47 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-36 {
    margin-top: 10px;
  }
  .section-14 {
    padding-top: 10px;
  }
  .part {
    position: relative;
    display: block;
    margin-right: 0%;
    -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;
  }
  .part.two {
    display: block;
    margin-left: 0%;
  }
  .div-block-49 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }
  .heading-37 {
    font-size: 20px;
    line-height: 30px;
  }
  .heading-38 {
    font-size: 20px;
    line-height: 30px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-16 {
    display: block;
    padding-left: 10px;
    -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;
  }
  .heading-39 {
    font-size: 33px;
    line-height: 30px;
  }
  .div-block-54 {
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-10 {
    width: 10px;
    height: 10px;
  }
  .tabs {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }
  .tabs-menu {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-content {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 90%;
    -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;
  }
  .tab-link {
    width: 700px;
    height: 60px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .tab-link.w--current {
    width: 700px;
    height: 40px;
    font-size: 12px;
  }
  .div-block-56 {
    width: 90%;
  }
  .heading-40 {
    font-size: 20px;
    line-height: 30px;
  }
  .heading-41 {
    font-size: 14px;
  }
  .div-block-57 {
    width: 100%;
    float: none;
  }
  .section-18 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .text-block-17 {
    font-size: 12px;
  }
  .div-block-60 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main {
    position: absolute;
    overflow: visible;
  }
  .menu-button {
    float: none;
    background-color: #e8b243;
    text-align: center;
  }
  .icon {
    color: #000;
  }
  .up-div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-block-18 {
    text-align: center;
  }
  .container-6 {
    position: static;
  }
  .div-block-63 {
    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-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;
  }
  .container-7 {
    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-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;
  }
  .div-block-64 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-block-19 {
    font-size: 16px;
  }
  .text-block-20 {
    font-size: 16px;
  }
  .text-block-21 {
    font-size: 16px;
  }
  .text-block-22 {
    font-size: 16px;
  }
  .text-block-23 {
    font-size: 16px;
  }
  .text-block-24 {
    font-size: 16px;
  }
  .text-block-25 {
    font-size: 16px;
  }
  .menu-button-2 {
    float: none;
    background-color: #e8b243;
    text-align: center;
  }
  .div-block-65 {
    width: 300px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
  }
  .container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-45-copy {
    font-size: 30px;
  }
  .heading-46-copy {
    font-size: 22px;
  }
  .link-3 {
    font-size: 22px;
  }
  .div-block-68 {
    margin-bottom: 10px;
  }
  .div-block-69 {
    margin-bottom: 10px;
  }
  .div-block-71 {
    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-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;
  }
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}