body {
  background-color: #3f474d;
  font-family: 'Open Sans', sans-serif;
  color: #352525;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px 24px;
  font-family: 'Petit Formal Script';
  color: #2d3338;
  font-size: 69px;
  line-height: 54px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-shadow: none;
}

h2 {
  margin: 0px 0px 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

a {
  color: hsla(0, 0%, 100%, .73);
  font-weight: 700;
  text-decoration: none;
}

.subtitle {
  display: block;
  margin-right: 89px;
  margin-bottom: 0px;
  margin-left: 89px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 27px;
  line-height: 37px;
  font-weight: 400;
  text-shadow: none;
}

.subtitle.small {
  margin-top: 14px;
  padding-top: 5px;
  color: #fff;
  font-size: 21px;
}

.subtitle.small.big {
  margin-top: 38px;
  font-size: 30px;
}

.subtitle.small.big.tra {
  margin-bottom: 23px;
  opacity: 0.45;
}

.subtitle.small.big.tra.new-stle {
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}

.subtitle.menu {
  color: #fff;
  font-size: 17px;
}

.subtitle.span {
  padding-right: 1px;
  padding-bottom: 30px;
}

.subtitle.times {
  color: #fff;
  font-size: 31px;
  line-height: 40px;
}

.subtitle.times {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 31px;
  line-height: 40px;
}

.subtitle.times.styledetail {
  margin-left: 139px;
  color: hsla(44, 11%, 73%, .59);
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.subtitle.times.styledetail.red {
  padding-top: 22px;
  padding-right: 0px;
  padding-bottom: 17px;
  color: rgba(181, 134, 185, .59);
}

.subtitle.times.styledetail.red.sada {
  color: #fff;
}

.subtitle.times.styledetail.red {
  margin-left: 3px;
  padding: 22px 19px 17px 15px;
  color: #000;
}

.subtitle.times.styledetail.red.title {
  margin-top: 31px;
  text-align: center;
}

.subtitle.times.styledetail.red.title.sun {
  margin-top: -8px;
  margin-left: 17px;
  padding-top: 4px;
  padding-bottom: 16px;
  text-align: left;
}

.subtitle.times.sub {
  margin-bottom: -17px;
  padding-bottom: 0px;
}

.subtitle.menu {
  margin-top: 24px;
  padding-top: 0px;
  color: hsla(44, 11%, 73%, .59);
  font-size: 17px;
}

.header-section {
  height: 100%;
  padding-top: 50px;
  background-color: transparent;
  text-align: center;
}

.container {
  padding-right: 70px;
  padding-left: 70px;
  -webkit-perspective: 1090px;
  perspective: 1090px;
}

.image-crop {
  overflow: hidden;
  height: auto;
}

.align-right {
  text-align: right;
}

.align-right:hover {
  color: rgba(255, 0, 0, .73);
}

.bg {
  background-color: #147bf4;
  background-image: linear-gradient(2deg, #6f43c5, #147bf4);
}

.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;
}

.shadow {
  color: #8b8b8b;
  text-shadow: 1px 1px 1px #000;
}

.link {
  color: #fff;
  font-weight: 400;
}

.link:hover {
  color: #5d5d5d;
}

.link.download {
  margin-top: 15px;
  padding-top: 0px;
  font-size: 30px;
}

.image {
  opacity: 1;
  -webkit-perspective: 893px;
  perspective: 893px;
  -webkit-perspective-origin: 100% 0%;
  perspective-origin: 100% 0%;
}

.image-2 {
  max-width: 70%;
}

.image-3 {
  margin-top: 47px;
}

.image-4 {
  max-width: 30%;
}

.column-2 {
  top: -5px;
  right: 54px;
  padding-top: 0px;
  padding-right: 10px;
}

.column-2.link {
  right: 9px;
}

.row {
  width: auto;
  margin-top: 11px;
  text-align: center;
}

.row.premium {
  border: 2px solid #a900b8;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .47)), to(rgba(0, 0, 0, .47)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .47), rgba(0, 0, 0, .47));
}

.text-span-3 {
  color: #a900b8;
  font-size: 30px;
}

.link-3 {
  color: #b86700;
}

.text-span-2 {
  margin-top: -4px;
  padding-top: 0px;
  color: hsla(0, 0%, 100%, .45);
  font-size: 21px;
}

.title {
  color: #b86700;
  font-size: 40px;
  text-align: center;
}

.title.oo {
  color: #e000ff;
  text-align: right;
}

.container-2 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-perspective: 1090px;
  perspective: 1090px;
}

.text-span {
  color: #fff;
  font-size: 55px;
}

.header-section-2 {
  height: 100%;
  padding-top: 50px;
  background-color: transparent;
  color: red;
  font-style: normal;
  text-align: center;
}

.div-block {
  width: 700px;
  margin-top: 35px;
  margin-bottom: 31px;
  margin-left: 129px;
  padding-top: 26px;
  padding-bottom: 24px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.image-5 {
  border: 1px solid #262c46;
  border-radius: 10px;
  box-shadow: 0 0 50px -7px rgba(2, 0, 0, .39);
}

@media (max-width: 991px) {
  .subtitle {
    text-shadow: none;
  }
}

@media (max-width: 767px) {
  h1 {
    text-shadow: none;
  }
  .subtitle {
    margin-right: 0px;
    margin-left: 0px;
    text-shadow: none;
  }
  .subtitle.times.styledetail {
    margin-left: 0px;
    text-align: center;
  }
  .header-section {
    padding-top: 37px;
  }
  .container {
    padding-right: 33px;
    padding-left: 33px;
  }
  .column-2 {
    right: 0px;
    padding-right: 0px;
  }
  .container-2 {
    padding-right: 33px;
    padding-left: 33px;
  }
  .header-section-2 {
    padding-top: 37px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 31px;
    text-shadow: none;
  }
  p {
    font-size: 17px;
    text-shadow: none;
  }
  .subtitle {
    margin-bottom: 44px;
    font-size: 22px;
    line-height: 26px;
    text-shadow: none;
  }
  .subtitle.times.styledetail {
    font-size: 12px;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-crop {
    height: auto;
    margin-bottom: 40px;
  }
  .align-right {
    text-align: center;
  }
  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-span {
    font-size: 30px;
  }
}

