@import url(use.typekit.net/osg5tze.css);@charset "UTF-8";

/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

footer,
header,
main,
nav {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

h1,
h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

b {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

button,
[type=button] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

h1,
h2 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-9,
.col-lg-4,
.col-lg-3,
.col-md-6,
.col-12,
.col-7,
.col-6,
.col-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.collapse:not(.show) {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }
}

.justify-content-end {
  justify-content: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.position-static {
  position: static !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.w-100 {
  width: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.px-2 {
  padding-right: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

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

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

.text-uppercase {
  text-transform: uppercase !important;
}

.text-white {
  color: #fff !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  p,
  h2 {
    orphans: 3;
    widows: 3;
  }

  h2 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }
}

body {
  font-family: "proxima-nova";
}

h1 {
  font-weight: 300;
  font-size: 80px;
}

h2 {
  font-weight: 300;
  font-size: 30px;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 20px;
  }
}

.btn-filled-out-green {
  border: 1px solid #29ABE2;
  border-radius: 3px;
  color: #FFF;
  background-color: #29ABE2;
}

.btn-filled-out-green:hover {
  background-color: transparent;
}

.btn-filled-out-yellow {
  border: 1px solid #E1AA74;
  border-radius: 3px;
  color: #FFF;
  background-color: #E1AA74;
}

.btn-filled-out-yellow:hover {
  background-color: transparent;
}

.btn-outline-yellow {
  border: 1px solid #E1AA74;
  border-radius: 3px;
  color: #1e1e1e;
  background-color: #FFF;
  transition: all 0.1s ease-in;
}

.btn-outline-yellow:hover {
  background-color: #E1AA74;
  transition: all 0.1s ease-out;
}

.btn-outline-yellow.no-bg {
  background-color: transparent;
}

.btn-outline-yellow.no-bg:hover {
  background-color: #E1AA74;
  transition: all 0.1s ease-out;
}

.btn-outline-yellow.light-color {
  color: #FFF;
}

.btn-outline-yellow.light-color:hover {
  color: #1e1e1e;
  transition: all 0.1s ease-out;
}

.btn-padding-small {
  padding: 3px 30px;
}

.underlined-text {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.underlined-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -10px;
  height: 2px;
  background-color: #E1AA74;
  z-index: -1;
}

a {
  color: #FFF;
  text-decoration: none;
}

a:hover {
  color: #E1AA74;
  text-decoration: none;
}

.black-gradient-bg {
  background: transparent linear-gradient(90deg, #0C0C12 0%, #0C0C1200 70%) 0% 0% no-repeat padding-box;
  padding: 77px 0 200px 0;
}

nav,
.navigation-mobile {
  background-color: #1e1e1e;
}

.navbar {
  padding: 1% 3% 1% 3%;
}

.navigation-mobile {
  padding: 2% 3% 2% 3%;
}

.nav-element-container {
  padding-left: 4%;
}

#right-nav {
  top: 5px;
  position: absolute;
  right: 10%;
}

.navbar-top-li > li > a,
.mw-left {
  color: #8b8b87 !important;
  font-family: "proxima-nova";
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}

.navbar-top-li > li > a:hover,
.mw-left:hover {
  transition: all 0.2s ease-in;
  color: #bdbdbb !important;
}

.nav-bottom-li > li > a {
  color: #FFF !important;
  font-family: "proxima-nova";
  font-weight: 400;
  font-size: 13px;
  transition: all 0.2s ease-out;
}

.nav-bottom-li > li > a:hover {
  transition: all 0.2s ease-in;
  color: #cccccc !important;
}

.navigation-mobile {
  border-bottom: 1px solid #707070;
  display: none;
}

.navbar-dark .navbar-toggler {
  border: none;
}

.nav-down-icon {
  max-width: 24px;
  color: #E1AA74;
}

.dropdown-toggle::after {
  display: none;
}

.upper-nav {
  position: absolute;
  top: 20px;
}

.mega-dropdown {
  background-color: #1e1e1e;
  color: #FFF;
  border: none;
  border-radius: 0;
  margin-top: 0;
  max-height: 300px;
  overflow-y: auto;
}

.mega-dropdown .dropdown-item {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mega-menu-list {
  list-style: none;
  border-top: 1px solid #E1AA74;
  padding-top: 15px;
  margin-left: 0;
  padding-left: 0;
  color: #FFF;
  font-weight: 300;
}

.mega-menu-list a {
  color: #FFF;
  transition: all 0.1s ease-in;
  text-transform: capitalize;
}

.mega-menu-list a:hover {
  color: #E1AA74;
  transition: all 0.1s ease-in;
}

.mega-menu-list .mega-menu-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mega-menu-list a::first-letter {
  text-transform: uppercase;
}

#languageDropdownMenu {
  max-width: 50px;
  min-width: 5rem;
}

#languageDropdownMenu .dropdown-item:hover {
  background-color: #c8c8c1;
}

#languageDropdownMenuMobile {
  position: absolute;
}

.show > .dropdown-menu {
  max-height: 300px;
  visibility: visible;
}

.dropdown-menu {
  display: block;
  max-height: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
}

.dropdown-item:active {
  background-color: #1e1e1e;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #1e1e1e;
}

.navbar-toggler:focus {
  outline: none;
}

@media screen and (max-width: 992px) {
  .navbar-top-li {
    display: none;
  }

  .nav-element-container {
    padding: 0;
  }

  .navigation-mobile {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  #header-logo {
    min-width: 200px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 0.5rem;
  }

  .show > .dropdown-menu {
    max-height: 900px;
    visibility: visible;
  }

  .mega-dropdown {
    max-height: 900px;
    overflow-y: hidden;
    background-color: #FFF;
  }

  .mega-menu-list {
    color: #545051;
  }

  .mega-menu-list a {
    color: #545051;
  }

  .nav-bottom-li {
    margin-top: 60px;
  }

  .dropdown-item:active {
    background-color: #FFF;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: #FFF;
  }
}

.black-gradient-bg {
  background: transparent linear-gradient(90deg, #0C0C12 0%, #0C0C1200 50%) 0% 0% no-repeat padding-box;
}

.instruments-fx-header {
  background: url("images/instruments-header.jpg") bottom;
  background-size: cover;
}

footer {
  background-color: #1e1e1e;
  letter-spacing: 0.2px;
}

.footer-container {
  padding-top: 90px;
  padding-bottom: 90px;
}

.footer-container b {
  font-weight: 900;
}

.footer-yellow-desc {
  font-family: "proxima-nova";
  font-weight: 200;
  font-size: 20px;
  color: #E1AA74;
}

.footer-ul-title {
  color: #E1AA74;
  font-family: "proxima-nova";
  font-weight: 700;
  font-size: 16px;
}

.list-unstyled li {
  color: #FFF;
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-grey-desc {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 14px;
  text-align: justify;
  padding-right: 10%;
  color: rgba(255, 255, 255, 0.7);
}

.copyright-container {
  background-color: #545051;
}

.copyright-text {
  font-family: "proxima-nova";
  font-weight: 400;
  font-size: 12px;
  color: #FFF;
}

#cookie_bar {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
  width: 350px;
  border-radius: 10px;
  background: #E1AA74;
  position: fixed;
  bottom: 20px;
  left: 25px;
  z-index: 10;
}

#cookie_bar div > p > a:hover {
  color: #FFF;
}

#cookie_bar div > p > a {
  color: #1E1E1E;
  font-weight: bold;
}

#cookie_bar > div > p {
  font-family: "proxima-nova";
  font-weight: 400;
  color: #1e1e1e;
  margin: 10px;
}

@media (max-width: 576px) {
  #cookie_bar {
    width: 90%;
    bottom: 45px;
    margin: 0 auto;
  }
}

#close_cookie_btn {
  cursor: pointer;
  margin-left: 25px;
}

#riskWarning {
  padding: 1% 7% 1% 7%;
  text-align: center;
  background-color: #FFF;
}

#riskWarning p {
  color: #000001;
  font-family: "proxima-nova";
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}

@media screen and (max-width: 992px) {
  #riskWarning > p {
    font-size: 11px;
    line-height: 13px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 150px;
}

.header-container .underlined-text::before {
  max-width: 140px;
}

.header-container h1 {
  margin-top: 30px;
}

#trydemo {
  position: fixed;
  right: -80px;
  color: #FFF;
  font-weight: 300;
  background-color: #E1AA74;
  top: 45%;
  padding: 7px 20px 10px 20px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  display: block;
  z-index: 10;
  transform: rotate(270deg);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  body {
    padding-top: 140px;
  }
}

@media (min-width: 768px) {
  body {
    padding-top: 150px;
  }
}

@media (min-width: 992px) {
  #trydemo {
    right: -100px;
    top: 50%;
    padding: 15px 36px 35px 36px;
    transition: all 0.2s ease-in;
  }

  #trydemo:hover {
    right: -90px;
    transition: all 0.2s ease-in;
  }

  body {
    padding-top: 170px;
  }
}

@media (min-width: 1200px) {
  body {
    padding-top: 160px;
  }

  .container {
    max-width: 1390px;
  }
}

@media (min-width: 1900px) {
  body {
    padding-top: 180px;
  }
}

/* custom checkbox */

.funkyradio input[type=checkbox]:disabled:hover:not(:checked) ~ label,
.funkyradio input[type=radio]:disabled:hover:not(:checked) ~ label {
  cursor: not-allowed;
}

.funkyradio input[type=checkbox]:disabled:hover:not(:checked) ~ label:before,
.funkyradio input[type=radio]:disabled:hover:not(:checked) ~ label:before {
  background-image: url("data:image/svg+xml,<svg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-check' fill='currentColor' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  line-height: 20px;
  color: #E1AA74;
  font-weight: 900;
}

.funkyradio input[type=checkbox]:hover:not(:checked) ~ label,
.funkyradio input[type=radio]:hover:not(:checked) ~ label {
  color: #3e3f42;
}

.funkyradio input[type=checkbox]:hover:not(:checked) ~ label:before,
.funkyradio input[type=radio]:hover:not(:checked) ~ label:before {
  background-image: url("data:image/svg+xml,<svg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-check' fill='currentColor' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  line-height: 20px;
  color: #E1AA74;
  font-weight: 900;
  background-position: 1px 1px;
  background-position-x: 1px;
}
@media only screen and (min-width: 762px) {
        .logo-image {
            margin: 21px;width: 60px;position: absolute;top: -10px;
        }
    }
    @media only screen and (max-width: 761px) {
        header.global .logo a {
            background-image: none !important;
        }
        .logo-image {
            margin: 21px;position: absolute;left: 0;width: 46px;top: 2px;
        }
        header.global .hotdog-wrapper {
          position: absolute;
          right: 0;
          top: 20px !important;
          width: 50px;
          height: 100%;
          z-index: 20;
        }
    }


