html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
footer,
header,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html input[type='button'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

/* ==========================================================================
   Start of base Webflow CSS - If you're looking for some ultra-clean CSS, skip the boilerplate and see the unminified code below.
   ========================================================================== */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

h1,
h3,
h4,
h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

button,
html input[type='button'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.w-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

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

.w-row:before,
.w-row:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-11 {
  width: 91.66666667%;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-col {
    width: 100%;
  }
}

/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */
/* .w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
} */
.node-wrap {
  display: flex;
}
.header {
  margin-top: -15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 20px;
  background-color: #fa3131;
  box-shadow: 2px 2px 14px 3px #000;
}

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

.link {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.section {
  margin-top: 20px;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url('../images/1313.jpg');
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url('../images/1313.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Lato, sans-serif;
  color: #fff;
}

.title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  color: #fff;
  text-align: center;
}

.bold-text-21 {
  line-height: 35px;
}

.text-block-14 {
  margin-bottom: 67px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 22px;
  font-style: italic;
  text-align: center;
}

.submit-button {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #3d84ff;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.bold-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 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;
}

.paragraph-7 {
  margin-top: 20px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.paragraph-14 {
  margin-bottom: 19px;
  text-align: left;
}

.field-label-2 {
  font-size: 14px;
  font-style: normal;
}

.text {
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 20px;
  font-style: italic;
  text-align: left;
}

.text-block-10 {
  max-width: 70%;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
  border: 3px solid #00a1ff;
  text-align: center;
}

.list-item-6 {
  margin-top: 15px;
  font-style: normal;
  text-align: left;
}

.bold-text-18 {
  display: block;
  text-align: center;
}

.text-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 210px;
  margin: auto;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
}

.bold-text-13 {
  color: green;
  font-style: normal;
  text-decoration: none;
}

.image-8 {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 #000;
}

.image-5 {
  display: block;
  margin: 20px auto;
  border: 4px solid #e7e7e7;
  border-radius: 20px;
}

.bold-text-8 {
  display: block;
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
}

.form {
  padding-top: 40px;
  width: 555px;
  height: 620px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px;
  background-image: url('../images/1414.jpg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-attachment: scroll;
}

.bold-text-9 {
  font-size: 20px;
}

.paragraph-12 {
  font-size: 18px;
}

.list-item-9 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.bold-text-6 {
  font-size: 22px;
}

.list-4 {
  background-color: transparent;
}

.column {
  padding-top: 0px;
}

.text-block {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  color: #777;
  text-align: left;
}

.bold-text-11 {
  color: #6e6e6e;
}

.paragraph-13 {
  margin-top: 20px;
  font-size: 23px;
  text-align: left;
}

.form-block {
  margin-top: 20px;
}

.text-block-12 {
  color: #4073fd;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.grid-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  border-radius: 12px;
  background-color: #bcffc0;
}

.paragraph-3 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.bold-text-10 {
  font-size: 18px;
}

.heading-2 {
  margin-top: 11px;
  font-size: 60px;
  text-align: center;
}

.text-field {
  position: static;
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.list-2 {
  list-style-type: disc;
}

.heading-3 {
  font-size: 30px;
  text-align: left;
}

.image-3 {
  display: block;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}

.article {
  min-width: auto;
  margin-top: 10px;
  margin-bottom: 10px;

  background-color: #fff;
  font-style: normal;
}

.list-item-5 {
  font-style: normal;
  text-align: left;
}

.image-4 {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.grid-3 {
  padding: 10px;
}
.node-wrap {
  padding: 5px 0;
}
.text-block-4 {
  font-size: 20px;
  margin-left: 10px;
}

.paragraph-8 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.text-block-15 {
  margin-top: 11px;
  text-align: center;
}

.paragraph-4 {
  margin-top: 20px;
  padding-left: 15px;
  font-size: 30px;
  line-height: 35px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}

.div-block-3 {
  margin-top: 17px;
}

.paragraph-5 {
  margin-top: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.paragraph-10 {
  margin-top: 20px;
  font-size: 20px;
  font-style: normal;
  text-align: left;
}

.bold-text-14 {
  color: red;
  text-decoration: line-through;
}

.bold-text {
  display: block;
  margin-top: 20px;
}

.image-6 {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  padding: 40px 20px 20px;
  background-color: #afffaf;
}

.image-2 {
  position: relative;
  display: block;
  max-width: 50px;
  min-height: auto;
  height: auto;
  text-align: left;
  max-height: 50px;
}

.paragraph-6 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.bold-text-7 {
  font-style: normal;
}

.text-field-3 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.text-field-2 {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
}

.text-block-11 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.italic-text-2 {
  display: inline;
  text-align: left;
}

.paragraph-11 {
  font-size: 20px;
  font-style: normal;
  text-align: left;
}

.image-7 {
  position: relative;
  display: block;
  margin: 35px auto 15px;
}

.paragraph-2 {
  margin-top: 20px;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

.field-label-3 {
  font-size: 16px;
  font-style: normal;
  text-align: center;
}

.text-block-13 {
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.italic-text-3 {
  line-height: 23px;
}

.border-p {
  margin-top: 15px;
  padding-left: 10px;
  border-left: 7px solid #00ff62;
  border-radius: 12px;
  color: #0091ff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}

.border {
  display: block;
  margin-top: 0px;
}

.bold-text-23 {
  font-family: Inconsolata, monospace;
}

.text-block-16 {
  padding-bottom: 10px;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.form-3 {
  padding: 15px 15px 15px 14px;
  border-radius: 15px;
  background-color: #eff1f4;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-right: 30px;
  padding-left: 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;
}

.submit-button-2 {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #3d84ff;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.bold-text-26 {
  display: inline;
  margin-right: auto;
  margin-left: auto;
  color: red;
  text-align: center;
  text-decoration: line-through;
}

.image-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.bold-text-27 {
  color: green;
  font-style: normal;
  text-decoration: none;
}

.text-span {
  color: red;
}

@media screen and (max-width: 991px) {
  .text-block-14 {
    margin-bottom: 36px;
  }

  .image-8 {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .title {
    line-height: 31px;
  }

  .bold-text-21 {
    font-size: 25px;
    line-height: 17%;
  }

  .bold-text-13 {
    display: block;
  }

  .image-8 {
    display: block;
    margin-bottom: 5px;
  }

  .form {
    width: 100%;
    height: 533px;
  }

  .image-7 {
    margin: 6px auto 15px;
  }

  .text-block-4 {
  }

  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bold-text-28 {
    line-height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .title {
    position: relative;
    top: 5%;
    font-size: 25px;
  }

  .text-block-14 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .paragraph-7 {
    line-height: 30px;
  }

  .image-8 {
    margin-bottom: 7px;
  }

  .bold-text-8 {
    line-height: 25px;
  }

  .form {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .text-block-4 {
  }

  .container-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .bold-text {
    line-height: 55px;
  }

  .text-block-16 {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .columns-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bold-text-27 {
    display: inline;
  }
}

/* #w-node-57292bea42d2-e53b288d {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  align-self: baseline;
  -ms-grid-column-align: center;
  justify-self: center;
} */

/* #w-node-57292bea42d3-e53b288d {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  align-self: baseline;
  -ms-grid-column-align: center;
  justify-self: center;
} */

@media screen and (min-width: 0px) {
  .italic-text-3 {
    display: none;
  }
}

footer {
  background: rgb(54, 54, 54);
}
footer p {
  margin: 0;
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding: 10px 0;
}
.terms{
  position: relative;
  background: #f1f1f1;
  padding: 10px 0;
  font-size: 14px;
  font-family: inherit;
  /*font-weight: 700;*/
  color: #fff;
  /*text-transform: uppercase;*/
  text-align: center;
}
.terms span{
  color: #878787;
}
.terms a{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #878787;
  text-decoration: none;
  cursor: pointer;
}
.terms a:hover{
  text-decoration: underline;
}
.terms-footer{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 10px;
}
.terms-footer a{
  color: #ffffff;
  font-weight: 400;
  font-family: inherit;
  margin: 0 10px;
  text-decoration: none;
  cursor: pointer;
}
.terms-footer a:hover{
  text-decoration: underline;
}
a.website {
  overflow-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 20px;
}
.modal-body p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.modal-body  p:last-of-type{
   margin-bottom: 0;
}
.modal-body  h3{
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 auto 10px;
  text-align: left;
}
.modal-body ul{
  padding: 0;
  list-style: none;
}
.modal-body li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-left: 25px;
}
.modal-body li::before {
   content: '';
   position: absolute;
   left: 0;
   top: 9px;
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background: #252525;

}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.modal-title{
  position: relative;
  margin: 0;
  line-height: 1.5;
  font-weight: 700;
  font-size: 20px;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 5px;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
      transition: none
  }
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 10px)
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 10px);
  content: ""
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 3px;
  outline: 0
}
.close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #000 !important;
  background: transparent;
  text-shadow: 0 1px 0 #fff;
  padding: 0 5px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 560px;
      margin: 17px auto
  }
  .modal-dialog-centered {
      min-height: calc(100% - 35px)
  }

  .modal-dialog-centered::before {
      height: calc(100vh - 35px)
  }
}
@media (min-width: 992px) {
  .modal-dialog {
      max-width: 760px;
  }
}
@media (max-width: 767px){
  .modal-body p {
      font-size: 17px;
  }
  .modal-body  h3{
      font-size: 18px;
  }
}
@media (max-width: 500px){
  .terms-footer{
      order: 2;
      padding: 5px 0;
  }
  .terms a{
      right: 10px;
  }
}

.modal.show .modal-dialog {
    transform: none;
}


.terms-wrap{
    background: #f1f1f1;
}
.terms{
    position: relative;
    background: #f1f1f1;
    padding: 10px 0;
    font-size: 14px;
    font-family: inherit;
    /*font-weight: 700;*/
    color: #fff;
    /*text-transform: uppercase;*/
    text-align: center;
}
.terms span{
    color: #878787;
}
.terms a{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #878787;
    text-decoration: none;
    cursor: pointer;
}
.terms a:hover{
    text-decoration: underline;
}
.terms-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 10px;
}
.terms-footer a{
    color: #ffffff;
    font-weight: 400;
    font-family: inherit;
    margin: 0 10px;
    text-decoration: none;
    cursor: pointer;
}
.terms-footer a:hover{
    text-decoration: underline;
}
a.website {
    overflow-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 20px;
}
.modal-body p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.modal-body  p:last-of-type{
     margin-bottom: 0;
}
.modal-body  h3{
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 auto 10px;
    text-align: left;
}
.modal-body ul{
    padding: 0;
    list-style: none;
}
.modal-body li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-left: 25px;
}
.modal-body li::before {
     content: '';
     position: absolute;
     left: 0;
     top: 9px;
     width: 6px;
     height: 6px;
     border-radius: 50%;
     background: #252525;

}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.modal-title{
    position: relative;
    margin: 0;
    line-height: 1.5;
    font-weight: 700;
    font-size: 20px;
}
.modal-open {
    overflow: hidden
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 5px;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}
.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 10px)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 10px);
    overflow: hidden
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 10px)
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 10px);
    content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop.show {
    opacity: .5
}
.close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #000 !important;
    background: transparent;
    text-shadow: 0 1px 0 #fff;
    padding: 0 5px;
    cursor: pointer;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 560px;
        margin: 17px auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 35px)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 35px)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 35px)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 35px)
    }
    .modal-sm {
        max-width: 300px
    }
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
    .modal-dialog {
        max-width: 760px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}
@media (max-width: 767px){
    .modal-body p {
        font-size: 17px;
    }
    .modal-body  h3{
        font-size: 18px;
    }
}
@media (max-width: 500px){
    .terms-footer{
        order: 2;
        padding: 5px 0;
    }
    .terms a{
        right: 10px;
    }
}


.obutton {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);
  border-radius: 5px;
  background-color: #0299ff;
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
}


  
.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}

.nw {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 10px 0;
}

.nw img {
  margin: 0 !important;
  flex: 0 0 auto;
}


.nw span {
  flex: 0 0 auto;
  margin: 0;
}

