
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  background-color: var(--black) !important;
  color: #e5e5e5 !important;
}

.black {
  background-color: #141417 !important;
}
.logo{
    max-width: 120px !important;
}
.btn{
    border-radius: 10px !important;
    font-size: 13px;
    font-weight: 700;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
.card-1 {
  border: 1px solid var(--white-5);
  background-color: var(--black-80);
  border-radius: 16px;
  padding: 24px;
  position: relative
}
.card-1.degrade {
  background-image: linear-gradient(145deg, var(--yellow10), transparent)
}

.card-1.windows {
  max-width: 600px;
  min-width: 380px;
  padding: 48px
}

.card-1.windows.welcome {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex
}
.btn-small {
    height: 42px;
    grid-column-gap: 16px;
    border: 2px solid var(--default);
    background-image: linear-gradient(to bottom,#141417,#232326);
    color: var(--gray100);
    white-space: nowrap;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    position: relative;
}
.btn-small:hover {
    height: 42px;
    grid-column-gap: 16px;
    border: 2px solid var(--default);
    background-image: linear-gradient(to bottom,#141417,#232326);
    color: var(--default);
    white-space: nowrap;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    position: relative;
    text-decoration: none;
}

.btn-normal {
  height: 42px;
  grid-column-gap: 16px;
  border: 3px solid var(--default);
  background-color: var(--black);
  color: var(--gray100);
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: relative;
}
.btn-normal:hover {
  height: 42px;
  grid-column-gap: 16px;
  border: 3px solid var(--default);
  background-color: var(--black);
  color: var(--default);
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: relative;
  text-decoration: none;
}
.balace-text{
  font-size: 20px;
  font-weight: 500;
  color: var(--gray100);
  display: flex;
  align-items: center;

}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sublink-nav {
  width: 100%;
  height: 40px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--default);
  background-image: linear-gradient(to bottom,#141417,#232326);
  color: #e5e5e5 !important;
  border-radius: 8px;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  display: flex;
  position: relative;
  text-decoration: none !important
}

.sublink-nav:hover {
  border-color: var(--default);
  opacity: 1;
  color: var(--default);
}

.sublink-nav.w--current {
  color: var(--default);
}

.sublink-nav.with-arrow {
  justify-content: space-between
}

.sublink-nav.btn-color-1.w--current {
  color: var(--default);
}

.brand {
  position: absolute;
  left: 50%;
  margin-left: -50px !important;  /* 50% of your logo width */
  display: block;
color:#DC3545;
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #8426ff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.bg-bar{
  background-color: #222223 !important;
  color: var(--black) !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase !important;
}

.bg-dark{
  background-image: linear-gradient(to bottom,#141417,#232326);
  font-weight: 700;
}


.bg-purple { background-color: #6f42c1 !important; }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

.main-sublinks-wrapper {
	z-index: 2;
	justify-content: space-between;
  text-align: center !important;
	flex-direction: column;
	align-items: center !important;
	margin-top: 24px;
	margin-bottom: 24px;
	position: relative
}
.eng-icon-sublink {
	z-index: 2;
	width: 50px;
	height: 50px;
	background-image: linear-gradient(to bottom,#141417,#232326);
  color: #d3d5d8 !important;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative
}
.eng-icon-sublink:hover {
	z-index: 2;
	width: 50px;
	height: 50px;
	background-image: linear-gradient(to bottom,#141417,#232326);
  color: var(--default) !important;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative
}
.eng-sublinks {
  z-index: 2;
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 16px;
  display: flex;
  position: relative;
  text-decoration: none !important
}
.eng-sublinks-2 {
	z-index: 2;
	width: 115%;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	align-items: stretch;
	margin-top: 16px;
	padding-bottom: 24px;
	padding-right: 15%;
	display: flex;
	position: relative;
	overflow: scroll
}
.eng-stroke-icon-sublink {
	width: 64px;
	height: 64px;
	border-radius: 60px;
	justify-content: center !important;
	align-items: center !important;
	display: flex;
	position: relative
}
.eng-stroke-icon-sublink:hover {
	width: 64px;
	height: 64px;
	border: 2px solid var(--default);
	border-radius: 60px;
	justify-content: center !important;
	align-items: center !important;
	display: flex;
	position: relative
}
.stroke-icon-sublink {
	z-index: 1;
	width: 100%;
	height: 100%;
	border: 1px solid #ffffff;
	opacity: 0;
	border-radius: 60px;
	position: absolute
}
.stroke-icon-sublink:hover {
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid var(--default);
  opacity: 0;
  border-radius: 60px;
  position: absolute;
}
.w-inline-block {
	max-width: 100%;
	display: inline-block;
	text-decoration: none !important
}
.icon-20 {
	font-family: "Fa sharp solid 900", sans-serif;
	font-size: 20px
}

.icon-20.fixed-width {
	width: 24px
}

.icon-12 {
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 12px
}
.eng-sublink-white {
	color: #fff;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.eng-sublink-white:hover {
	color: var(--default);
  padding: 0 16px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.sublink {
	min-width: 90px;
	color: var(--default);
	text-align: center;
	flex-direction: column;
	align-items: center;
	font-weight: 600;
	display: flex
}

.sublink:hover {
	opacity: 1;
	color: var(--default)
}
.img-slide{
  border-radius: 20px !important;
}
.nvmob{
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom,#141417,#141416);
  display: flex;
  overflow-x: auto;
  font-size: 12px;
  font-weight: 700;
}

.nvmob a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #f7f7f7;
  text-decoration: none;
  font-weight: 700;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.1s ease-in-out;
}
.nvmob a:hover{
  color: var(--default);
}
.nav__icon {
  font-size: 18px;
}

.slide_providers-wrapper {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex
}

.main_games-wrapper {
  z-index: 2;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative
}
.footer {
  z-index: 2;
  border-top: 1px solid var(--white-10);
  position: relative
}

.footer_top-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 65.7895%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex
}
.footer_links {
  padding-left: 0;
  list-style: none;
}
.footer_seals-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: .5px solid var(--white-5);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex
}

.footer_copy-text-wrapper {
  border-top: 1px solid var(--white-5);
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex
}
.img-footer {
  max-height: 40px;
  max-width: 80px;
  opacity: .15
}
.ico-brand-type-footer {
  width: 90px;
  display: block
}

.link-footer {
  color: var(--white-50);
  white-space: nowrap;
  font-size: 12px
}

.link-footer:hover {
  color: var(--default);
  text-decoration: none
}
.top-wrapper_left-side {
  max-width: 242rem;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.top-wrapper_brand {
  max-width: 11rem;
  grid-column-gap: .75rem;
  align-items: center;
  display: flex
}

.top-wrapper_description {
  max-width: 19.5rem;
  color: #948e99
}
.li_heading.margin-bottom.margin-custom4 {
  margin-bottom: .75rem
}

.social_icons-wrapper {
  grid-column-gap: .875rem;
  display: flex
}
.txt-label {
  z-index: 3;
  color: #343a40;
  font-size: 11px;
  line-height: 13px;
  position: relative;
}

.content-sublink-menu {
  z-index: 2;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden
}

.content-sublink-menu.space-between {
  justify-content: space-between
}
.eng-title {
  grid-column-gap: 16px;
  border-bottom: 1px solid var(--white-5);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  display: flex
}
.left-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex
}
.txt-yellow {
  color: var(--default)
}
.eng-slots-int {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.eng-slots-int._6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}

.eng-title-int {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white-5);
  align-items: center;
  padding-bottom: 16px;
  display: flex
}

.eng-left-sublink-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex
}
.slot-game {
  z-index: 1;
  width: 100%;
  border: .5px solid var(--white-5);
  filter: saturate(130%);
  border-radius: 22px;
  position: relative
}
.name-game {
  z-index: 0;
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto
}
.main_search-wrapper {
  z-index: 2;
  border-bottom: 1px solid rgba(218, 209, 177, .05);
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 8px;
  position: relative
}
.input-search {
  border: 2px solid var(--default);
  background: #0b0b09;
  border-radius: 3px;
  padding: 10px;
  color: white;
  width: 100%;
  cursor: text;
  background-image: linear-gradient(to bottom,#141417,#141416);
  padding-left: 35px !important;
  height: 45px;
  font-weight: 600;
  border-radius: 22px;
}
.has-search .form-control {
  padding-left: 30px;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 48px;
  text-align: center;
  pointer-events: none;
  color: var(--default)
}
.link-more-games {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white-50);
  align-items: center;
  display: flex
}

.link-more-games:hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f3f3f3 !important;
  align-items: center;
  display: flex;
  text-decoration: none
}
.providers_marquee-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex
}
.slide_providers-wrapper {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.eng-item-provider {
  min-height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.logo-provider {
  max-height: 40px;
  max-width: 80px;
  opacity: .5
}
input,
select,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
}

button,
label {
  cursor: pointer;
}

select {
  appearance: none;
}

/* Remove native arrow on IE */
select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 var(--white);
}

textarea {
  resize: none;
}

.txt-label {
  z-index: 3;
  color: var(--white-50);
  font-size: 11px;
  line-height: 13px;
  position: relative
}

.txt-label:hover {
  z-index: 3;
  color: var(--white-50);
  font-size: 11px;
  line-height: 13px;
  position: relative;
  text-decoration: none
}

.txt-label.copyright {
  opacity: .5
}

.txt-label.white {
  color: var(--gray100)
}

.txt-label.with-input {
  margin-top: 4px;
  margin-left: 16px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto
}
.w-input,
.w-select {
    width: 100%;
    height: 38px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee
}

textarea.w-input,
textarea.w-select {
    height: auto
}

.w-select {
    background-color: #f3f3f3
}

.w-select[multiple] {
    height: auto
}

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block
}

.w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block
}

.w-radio:before,
.w-radio:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-radio:after {
    clear: both
}

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal
}

.w-file-upload {
    margin-bottom: 10px;
    display: block
}

.w-file-upload-input {
    width: .1px;
    height: .1px;
    opacity: 0;
    z-index: -100;
    position: absolute;
    overflow: hidden
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
    color: #333;
    display: inline-block
}

.w-file-upload-error {
    margin-top: 10px;
    display: block
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
    display: none
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex
}

.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: 400;
    display: block
}

.w-file-remove-link {
    width: auto;
    height: auto;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px
}

.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block
}

.w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block
}

.w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block
}

.w-icon-file-upload-uploading {
    height: 20px
}
.w-form {
  margin: 0 0 15px
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  display: block
}
.card-affiliate {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(218, 209, 177, .05);
  border-radius: 16px;
  flex-direction: column;
  padding: 2rem;
  display: flex
}

.card-affiliate.horizontal {
  flex-direction: row
}
.eng-cards-afiliates {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.item-card-affiliate {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid rgba(181, 227, 255, .05);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 1rem;
  display: flex
}
.icon-medium {
  width: 32px;
  height: 32px
}
.eng-step {
  width: 40px;
  height: 40px;
  background-color: var(--orange);
  color: var(--gray100);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex
}

@import url('https://fonts.googleapis.com/css?family=Rubik');
@media (max-width: 767.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 10px; /* Height of navbar */
    bottom: 0;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: var(--gray-dark);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .offcanvas-collapse.open {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem); /* Account for horizontal padding on navbar */
  }
  .footer_top-wrapper {
    grid-column-gap: 0;
    flex-wrap: wrap;
    grid-template-columns: 100%
  }
  .footer_top-wrapper {
    grid-column-gap: 0;
    flex-wrap: wrap;
    grid-template-columns: 100%
  }

  .top-wrapper_left-side {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: flex-start
  }

  .footer_links {
    width: 50%
  }

  .providers_marquee-animate {
    overflow: visible
  }

  .footer_copy-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start
  }
  .img-footer {
    max-width: 50px
  }
  .footer_seals-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px
  }
  .img-footer {
    max-height: 35px;
    max-width: 35px
  }

  .eng-copyright-footer {
      width: 100%
  }
  .top-wrapper_left-side {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: flex-start
  }
  .eng-slots-int,
  .eng-slots-int._6 {
      grid-template-columns: 1fr 1fr 1fr
  }
  .eng-slots-int-5 {
    grid-template-columns: 1fr 1fr 1fr
}

.eng-sublinks-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px
}

.eng-slots-int-no-grid {
    grid-template-columns: 1fr 1fr 1fr
}

.eng-tabs-report {
    overflow: auto
}

.eng-slots-search-window {
    grid-template-columns: 1fr 1fr 1fr
}

.card-3.windows {
    width: 100%;
    min-width: 280px
}

.eng-cards-afiliates {
    grid-template-columns: 1fr
}

.item-card-affiliate {
    flex-direction: row
}

.card-affiliate.horizontal {
    flex-direction: column
}
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: var(--secondary);
}

.nav-underline .nav-link:hover {
  color: var(--blue);
}

.nav-underline .active {
  font-weight: 500;
  color: var(--gray-dark);
}
.text-winner{
  width: 100% !important;
  border-radius: 22px !important;
  border: 2px solid var(--default);
  background-image: linear-gradient(to bottom,#141417,#141416);
}

.alerta {
  width: 100% !important;
  border-radius: 22px !important;
  border: 2px solid #cc2c2c;
  background-image: linear-gradient(to bottom,#441717,#660000);
}
.text-white-50 { color: rgba(255, 255, 255, .5); }

.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

@media (min-width: 768px) {
  .fa.navbar-text {
    margin-top: 7px;
    margin-bottom: 7px;
   }
   .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@font-face {
	font-family: 'Fa brands';
	src: url(https://assets.website-files.com/6483631a773f6af2b4edabab/6483631a773f6af2b4edabbf_fa-brands-400.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Fa sharp solid 900';
	src: url(https://assets.website-files.com/6483631a773f6af2b4edabab/6483631a773f6af2b4edabc1_fa-sharp-solid-900.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Fa sharp 400';
	src: url(https://assets.website-files.com/6483631a773f6af2b4edabab/6483631a773f6af2b4edabc9_fa-sharp-regular-400.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Gilroy';
	src: url(https://assets.website-files.com/6483631a773f6af2b4edabab/6483631a773f6af2b4edabc0_Gilroy-Light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Gilroy';
	src: url(https://assets.website-files.com/6483631a773f6af2b4edabab/6483631a773f6af2b4edabba_Gilroy-Black.ttf) format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Gilroy';
	src: url(https://assets.website-files.com/6483631a773f6af2b4edabab/6483631a773f6af2b4edabbc_Gilroy-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Gilroy';
	src: url(https://assets.website-files.com/6483631a773f6af2b4edabab/6483631a773f6af2b4edabc7_Gilroy-SemiBold.ttf) format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Gilroy';
	src: url(https://assets.website-files.com/6483631a773f6af2b4edabab/6483631a773f6af2b4edabc2_Gilroy-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}


/* FORM ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form h1 {
  margin-bottom: 1.5rem;
}

.my-form li,
.my-form .grid > *:not(:last-child) {
  margin-bottom: 1.5rem;
}

.my-form select,
.my-form input,
.my-form textarea{
  width: 100%;
  line-height: 1.5;
  padding: 15px 10px;
  border: 1px solid var(--borderFormEls);
  color: var(--white);
  background: #121314;
  transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
    transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  border-radius: 10px;
}

.my-form textarea {
  height: 170px;
}

.my-form ::placeholder {
  color: inherit;
  /*Fix opacity issue on Firefox*/
  opacity: 1;
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus,,
.my-form input[type="checkbox"]:focus + label {
  background: var(--bgFormElsFocus);
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus {
  transform: scale(1.02);
}

.my-form *:required,
.my-form select {
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 15px 15px;
}

.my-form *:required {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg);  
}

.my-form select {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/down.svg);
}

.my-form *:disabled {
  cursor: default;
  filter: blur(2px);
}


/* FORM BTNS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form .required-msg {
  display: none;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg)
    no-repeat center left / 15px 15px;
  padding-left: 20px;
}

.my-form .btn-grid {
  position: relative;
  overflow: hidden;
  transition: filter 0.2s;
}

.my-form button {
  font-weight: bold;
}

.my-form button > * {
  display: inline-block;
  width: 100%;
  transition: transform 0.4s ease-in-out;
}

.my-form button .back {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-110%, -50%);
}

.my-form button:enabled:hover .back,
.my-form button:focus .back {
  transform: translate(-50%, -50%);
}
/* CUSTOM CHECKBOX
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.my-form input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  transition: background 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form input[type="checkbox"] + label::before,
.my-form input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
}

.my-form input[type="checkbox"] + label::before {
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--white);
}

.my-form input[type="checkbox"]:checked + label::before {
  background: var(--red);
}

.my-form input[type="checkbox"]:checked + label::after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 14px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
}

