body {
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 26px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

a {
  color: rgba(34, 204, 255, 0.6);
  text-decoration: underline;
}

.section.trailer {
  display: none;
}

.section.header {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 66px;
  margin-bottom: -66px;
  background-color: rgba(91, 255, 251, 0);
}

.section.hero {
  position: relative;
  background-color: #5bfffb;
  background-image: url('../images/Sky1.jpeg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.section.ground {
  position: relative;
  background-color: #ca5027;
}

.section.help {
  padding-top: 431px;
  padding-bottom: 68px;
  background-color: #1524d1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(32, 72, 132, 0.8), rgba(13, 48, 103, 0.76)), url('../images/Asset-12x.png'), radial-gradient(circle farthest-corner at 50% 50%, #204884, #0d3067);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, 770px, auto;
  background-repeat: repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
  color: #fff;
}

.section.black {
  padding-top: 35px;
  background-color: #0d3067;
}

.section.flag {
  height: 0px;
  padding-top: 0px;
}

.section.three-things {
  position: relative;
  z-index: 1;
  margin-bottom: -477px;
}

.content {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px;
}

.content.center {
  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;
}

.content.center.hero {
  position: relative;
  z-index: 1;
  max-width: none;
  margin-right: 0px;
  margin-left: auto;
  padding-top: 83px;
  padding-bottom: 85px;
}

.content.center.game-ui {
  margin-bottom: -119px;
  padding-top: 0px;
  padding-bottom: 110px;
}

.content.center.help {
  position: relative;
  z-index: 1;
}

.content.header {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content.no-padding {
  padding: 0px;
}

.column {
  height: 100%;
  color: #fff;
  text-align: center;
}

.hero-sub {
  font-size: 24px;
  line-height: 36px;
}

.hero-sub.center-text {
  margin-bottom: 20px;
}

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

.center-text.max-670 {
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 37px;
  margin-left: auto;
}

.column-container {
  height: 100%;
  min-height: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  outline-color: #82c341;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 5px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 24px;
}

.column-header {
  margin-bottom: 20px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.navbar {
  height: 65px;
  -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: hsla(0, 0%, 86.7%, 0);
}

.column-img {
  width: 100%;
  height: 160px;
  margin-bottom: 30px;
  background-color: #ddd;
  background-image: url('../images/point-n-shoot2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.column-img.three {
  background-image: url('../images/image2.jpg');
  background-position: 50% 0%;
}

.column-img.one {
  background-image: url('../images/trump-golf.jpg');
  background-position: 50% 50%;
}

.brand {
  height: 100%;
  background-image: url('../images/image1.png');
  background-position: 0px 0px;
  background-size: auto;
}

.image {
  height: 41px;
}

.link-block {
  display: inline-block;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.image-2 {
  max-width: 660px;
}

.image-3 {
  position: relative;
  z-index: 0;
  width: 570px;
  max-width: 570px;
  margin-bottom: 35px;
}

.button {
  background-color: #171589;
  text-align: center;
}

.button:hover {
  background-color: #1753f7;
}

.button.big {
  padding: 19px 68px;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 4px;
  font-size: 24px;
}

.button.big.hero {
  position: relative;
  z-index: 10;
}

.image-4 {
  position: relative;
  z-index: 2;
  width: 420px;
  margin-top: -168px;
  margin-left: -61px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1050px;
  margin-top: 67px;
  margin-bottom: -68px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-5 {
  position: absolute;
  right: -49px;
  bottom: 315px;
  width: 260px;
  margin-top: -126px;
}

.image-5.second {
  right: 118px;
  bottom: 48px;
}

.mb-10 {
  margin-bottom: 10px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.mb-60 {
  margin-bottom: 60px;
}

.footer-link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(242, 243, 245, 0.6);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #f2f3f5;
}

.text-extra-small {
  color: #fff;
  font-size: 14px;
}

.footer-social {
  display: block;
  width: 25px;
  margin-bottom: 25px;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.footer-social:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer-social.footer-link {
  margin-bottom: 0px;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms linear;
  transition: opacity 200ms ease, -webkit-transform 200ms linear;
  transition: opacity 200ms ease, transform 200ms linear;
  transition: opacity 200ms ease, transform 200ms linear, -webkit-transform 200ms linear;
}

.footer-social.footer-link:hover {
  opacity: 1;
}

.subscribe-socials.community {
  margin-right: -10px;
  margin-left: -10px;
}

.subscribe-socials.community.align-right {
  display: none;
}

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

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -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;
}

.divider {
  height: 1px;
  background-color: rgba(242, 243, 245, 0.07);
}

.divider.mb-20.but {
  margin-top: 30px;
}

.section-2 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2.footer {
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-logo {
  margin-right: 20px;
}

.container-2 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.column-2 {
  height: 100%;
}

.image-6 {
  width: 100%;
  margin-top: -134px;
  margin-bottom: -206px;
  padding-bottom: 0px;
}

.buy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: 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;
}

.buy-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 350px;
  max-width: 520px;
  -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: #fff;
}

.buy-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.x {
  font-family: Verdana, Geneva, sans-serif;
  font-style: normal;
  cursor: pointer;
}

.x-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  margin-top: 20px;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.dark-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.61);
}

.image-7 {
  position: absolute;
  left: auto;
  right: auto;
  bottom: -141px;
  z-index: 0;
  width: 1800px;
  max-width: 1800px;
}

.image-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -189px;
  width: 1800px;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-4 {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-inner {
  position: relative;
  overflow: hidden;
  padding: 40px 60px;
}

.section-inner._3col {
  padding-right: 40px;
  padding-left: 40px;
}

.section-inner._3col.black.checkout {
  padding: 30px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(242, 243, 245, 0.07);
  background-color: #17161b;
}

.form-error {
  padding: 20px;
  background-color: rgba(255, 79, 94, 0.1);
  color: #39ab00;
  text-align: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-5.checkout {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-12 {
  position: absolute;
  left: 14px;
  top: auto;
  right: 0%;
  bottom: 14px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-12.alt {
  bottom: 24px;
}

.form-success {
  max-width: 500px;
  padding: 0px;
  background-color: transparent;
  color: #f2f3f5;
}

.text-white {
  color: #f2f3f5;
  text-transform: uppercase;
}

.text-white.no-margin {
  margin-bottom: 0px;
}

.corner-black {
  width: 40px;
  height: 40px;
  background-color: #17161b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.corner-black.small {
  width: 20px;
  height: 20px;
}

.input-group {
  position: relative;
  overflow: hidden;
}

.input-group.mb-20.checkout {
  overflow: visible;
}

.input-group.mb-20._2-col-h {
  margin-left: 10px;
}

.input-group.mb-20._2-col-h.checkout {
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.input-group.mb-20._2-col-v {
  margin-right: 10px;
}

.text-block-2 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.input-error-base {
  position: absolute;
  top: -26px;
  display: block;
}

.input-error-base.input-error {
  position: static;
  top: -20px;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 2px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 79, 94, 0.1);
  color: #f2f3f5;
  font-size: 12px;
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.input {
  height: 52px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px none #000;
  color: #17161b;
  font-size: 18px;
}

.input:active {
  background-color: #39ab00;
}

.input:focus {
  background-color: #39ab00;
}

.input::-webkit-input-placeholder {
  color: rgba(23, 22, 27, 0.6);
  font-size: 18px;
}

.input:-ms-input-placeholder {
  color: rgba(23, 22, 27, 0.6);
  font-size: 18px;
}

.input::-ms-input-placeholder {
  color: rgba(23, 22, 27, 0.6);
  font-size: 18px;
}

.input::placeholder {
  color: rgba(23, 22, 27, 0.6);
  font-size: 18px;
}

.input.dark {
  background-color: #202125;
  color: #f2f3f5;
}

.input.dark:hover {
  background-color: #292a2e;
}

.input.dark:active {
  background-color: #292a2e;
}

.input.dark:focus {
  background-color: #292a2e;
}

.input.dark::-webkit-input-placeholder {
  color: rgba(242, 243, 245, 0.6);
}

.input.dark:-ms-input-placeholder {
  color: rgba(242, 243, 245, 0.6);
}

.input.dark::-ms-input-placeholder {
  color: rgba(242, 243, 245, 0.6);
}

.input.dark::placeholder {
  color: rgba(242, 243, 245, 0.6);
}

.input.dark.mb-0.checkout {
  position: static;
  bottom: 0px;
  padding-left: 50px;
}

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

.div-block-7.done {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-11 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-4 {
  margin-bottom: 4px;
  color: rgba(242, 243, 245, 0.6);
  font-size: 12px;
  text-align: center;
}

.div-block-9 {
  max-width: 312px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-9.alt {
  max-width: 360px;
}

.button-2 {
  padding: 15px 40px;
  background-color: transparent;
  -webkit-transition: background-color 200ms linear, color 200ms linear;
  transition: background-color 200ms linear, color 200ms linear;
  color: #f2f3f5;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  color: #39ab00;
}

.button-2.primary {
  border: 1px solid transparent;
  background-color: #39ab00;
  box-shadow: inset 0 0 0 3px #17161b;
  -webkit-transition: background-color 200ms linear, color 200ms linear;
  transition: background-color 200ms linear, color 200ms linear;
  color: #f2f3f5;
}

.button-2.primary:hover {
  background-color: #f2f3f5;
  color: #39ab00;
}

.button-2.primary.mb-20.large {
  background-color: #fffb00;
  box-shadow: inset 0 0 0 3px #17161b;
  color: #17161b;
}

.button-2.primary.mb-20.large:hover {
  background-color: #f2f3f5;
}

.button-2.primary.mb-20.large.buy-now {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #048daf;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.button-2.primary.mb-20.large.buy-now:hover {
  background-color: #f2f3f5;
  color: #048daf;
}

.div-block-12 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: start;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text {
  color: hsla(220, 0%, 86%, 0.88);
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -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;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.corner-dark {
  width: 40px;
  height: 40px;
  background-color: #202125;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.corner-dark.top-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}

.corner-dark.top-right.corner-black {
  background-color: #292a2e;
}

.corner-dark.bottom-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  -ms-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
}

.corner-dark.bottom-left.corner-black {
  background-color: #292a2e;
}

.hide {
  display: none;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-20.blue {
  -webkit-filter: hue-rotate(114deg);
  filter: hue-rotate(114deg);
}

.text-block {
  color: #fff;
}

.text-white-opacity {
  color: rgba(242, 243, 245, 0.6);
}

.text-white-opacity.mb-40.white {
  color: hsla(220, 0%, 86%, 0.6);
}

.text-white-opacity.mb-40.white.checkout {
  margin-top: 30px;
}

.text-white-opacity.mb-40.white.checkout.close {
  margin-bottom: 20px;
  color: #39ab00;
  font-weight: 700;
  cursor: pointer;
}

.text-white-opacity.mb-40.white.checkout.small {
  font-size: 14px;
}

.text-white-opacity.mb-40.white.checkout.small.center {
  margin-right: auto;
  margin-left: auto;
}

.image-13 {
  width: 50px;
  height: 50px;
  margin-top: -10px;
  padding: 13px;
  cursor: pointer;
}

.image-13:hover {
  opacity: 0.85;
}

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

.text-block-5 {
  margin-top: 7px;
  margin-bottom: -105px;
  color: #000;
}

.image-14 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  height: 983px;
  margin-left: -1779px;
}

.image-14.right {
  margin-right: -1777px;
  margin-left: 0px;
}

@media screen and (max-width: 991px) {
  .column-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .columns {
    display: block;
    margin-top: -42px;
  }

  .column-img {
    height: 400px;
  }

  .image-3 {
    max-width: 100%;
  }

  .image-4 {
    margin-left: -141px;
  }

  .image-5 {
    right: -149px;
  }

  .image-5.second {
    right: -2px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body {
    background-color: #10346b;
  }
}

@media screen and (max-width: 767px) {
  .section.trailer {
    background-color: #ddd;
  }

  .content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content.center.hero {
    padding-top: 82px;
    padding-bottom: 65px;
  }

  .center-text.max-670 {
    margin-bottom: 30px;
  }

  .column-img {
    height: 300px;
  }

  .column-content {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .image-4 {
    width: 300px;
    margin-top: 18px;
    margin-left: -36px;
  }

  .image-5 {
    right: -78px;
    bottom: 198px;
    width: 220px;
  }

  .image-5.second {
    z-index: 1;
    width: 190px;
  }

  .mb-60 {
    margin-bottom: 40px;
  }

  .footer-social {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .subscribe-socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .subscribe-socials.community.align-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-2.footer {
    padding-bottom: 20px;
  }

  .footer-logo {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .footer-lonks-left {
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .buy {
    padding: 60px;
  }

  .section-inner {
    padding: 20px;
  }

  .section-inner._3col {
    padding-right: 20px;
    padding-left: 20px;
  }

  .input-group.mb-20.checkout {
    margin-bottom: 20px;
  }

  .mb-20 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .section.header {
    display: none;
  }

  .content.center.hero {
    padding-top: 38px;
  }

  .navbar {
    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;
    grid-row-gap: 11px;
  }

  .column-img {
    height: 230px;
  }

  .button.big.hero {
    padding-right: 40px;
    padding-left: 40px;
    white-space: nowrap;
  }

  .image-4 {
    margin-left: -87px;
  }

  .div-block-2 {
    width: 100%;
  }

  .image-5 {
    width: 190px;
    min-width: 180px;
  }

  .image-5.second {
    width: 200px;
    min-width: 150px;
  }

  .footer-link {
    display: block;
    margin-bottom: 5px;
  }

  .buy {
    z-index: 10;
    padding: 20px;
  }

  .div-block-4 {
    width: 260px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .input {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-2 {
    display: block;
    width: 100%;
    text-align: center;
  }

  .button-2.primary.mb-20.large {
    padding-right: 11px;
    padding-left: 11px;
  }

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

  .div-block-13.checkout {
    margin-top: 24px;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block {
    color: #f2f3f5;
  }
}

