.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:normal;height:38px;line-height:36px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left !important;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:5px}.nice-select.open:after{transform:rotate(-135deg)}.nice-select.open .nice-select-dropdown{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .nice-select-dropdown{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .nice-select-dropdown{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .nice-select-dropdown{margin-top:4px;background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(0.75) translateY(19px);transition:all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;z-index:9;opacity:0}.nice-select .list{border-radius:5px;box-sizing:border-box;overflow:hidden;padding:0;max-height:210px;overflow-y:auto}.nice-select .list:hover .option:not(:hover){background-color:transparent !important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;outline:none;padding-left:18px;padding-right:29px;text-align:left;transition:all .2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:bold}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.nice-select .optgroup{font-weight:bold}.no-csspointerevents .nice-select .nice-select-dropdown{display:none}.no-csspointerevents .nice-select.open .nice-select-dropdown{display:block}.nice-select .list::-webkit-scrollbar{width:0}.nice-select .has-multiple{white-space:inherit;height:auto;padding:7px 12px;min-height:36px;line-height:22px}.nice-select .has-multiple span.current{border:1px solid #ccc;background:#eee;padding:0 10px;border-radius:3px;display:inline-block;line-height:24px;font-size:14px;margin-bottom:3px;margin-right:3px}.nice-select .has-multiple .multiple-options{display:block;line-height:24px;padding:0}.nice-select .nice-select-search-box{box-sizing:border-box;width:100%;padding:5px;pointer-events:none;border-radius:5px 5px 0 0}.nice-select .nice-select-search{box-sizing:border-box;background-color:#fff;border:1px solid #e8e8e8;border-radius:3px;color:#444;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;width:100%;min-height:36px;line-height:22px;height:auto;outline:0 !important;font-size:14px}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

:root{--c-popup-primary: #FF6000;--c-popup-text: #555;--popup-transition: 0.2s ease-in-out}.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:normal;height:38px;line-height:36px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left !important;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:5px}.nice-select.open:after{transform:rotate(-135deg)}.nice-select.open .nice-select-dropdown{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .nice-select-dropdown{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .nice-select-dropdown{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .nice-select-dropdown{margin-top:4px;background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(0.75) translateY(19px);transition:all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;z-index:9;opacity:0}.nice-select .list{border-radius:5px;box-sizing:border-box;overflow:hidden;padding:0;max-height:210px;overflow-y:auto}.nice-select .list:hover .option:not(:hover){background-color:transparent !important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;outline:none;padding-left:18px;padding-right:29px;text-align:left;transition:all .2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:bold}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.nice-select .optgroup{font-weight:bold}.no-csspointerevents .nice-select .nice-select-dropdown{display:none}.no-csspointerevents .nice-select.open .nice-select-dropdown{display:block}.nice-select .list::-webkit-scrollbar{width:0}.nice-select .has-multiple{white-space:inherit;height:auto;padding:7px 12px;min-height:36px;line-height:22px}.nice-select .has-multiple span.current{border:1px solid #ccc;background:#eee;padding:0 10px;border-radius:3px;display:inline-block;line-height:24px;font-size:14px;margin-bottom:3px;margin-right:3px}.nice-select .has-multiple .multiple-options{display:block;line-height:24px;padding:0}.nice-select .nice-select-search-box{box-sizing:border-box;width:100%;padding:5px;pointer-events:none;border-radius:5px 5px 0 0}.nice-select .nice-select-search{box-sizing:border-box;background-color:#fff;border:1px solid #e8e8e8;border-radius:3px;color:#444;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;width:100%;min-height:36px;line-height:22px;height:auto;outline:0 !important;font-size:14px}body{font-family:sans-serif}.popup-btn{font-size:1rem;font-weight:500;border-radius:100px;border:1px solid var(--c-popup-primary);padding:5px 25px;background:transparent;color:var(--c-popup-primary);transition:var(--popup-transition);text-decoration:none}.popup-btn:hover{cursor:pointer;background:var(--c-popup-primary);color:#fff}.popup--disclaimer{pointer-events:none;opacity:0;width:100%;transition:var(--transition);width:calc(100% - 36px);z-index:1000;position:fixed}.popup--disclaimer:after{content:"";position:fixed;background:rgba(65,21,23,.8);left:0;top:0;width:100vw;height:100vh;display:block;z-index:1;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.popup--disclaimer.show{opacity:1;pointer-events:all}.popup--disclaimer .popup-wrap{display:block;border-radius:25px;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);background:#fff;z-index:15;padding:60px;max-width:880px;box-sizing:border-box;width:calc(100% - 40px)}@media screen and (max-width: 768px){.popup--disclaimer .popup-wrap{padding:30px}}.popup--disclaimer .disclaimer-body{max-height:400px;overflow-y:auto}@media screen and (max-height: 770px){.popup--disclaimer .disclaimer-body{max-height:calc(100vh - 460px)}}.popup--disclaimer .disclaimer-body ul{padding-left:0}.popup--disclaimer .disclaimer-body ul li{list-style:none;padding-left:20px;position:relative}.popup--disclaimer .disclaimer-body ul li:before{content:"";display:block;top:7px;left:0;width:6px;height:6px;border-radius:50%;background-color:var(--c-popup-text);position:absolute}.popup--disclaimer .disclaimer-body ul li+li{margin-top:10px}.popup--disclaimer .disclaimer-body ul{margin:20px 0}.popup--disclaimer .disclaimer-body ul li{font-size:1.125rem}.popup--disclaimer .disclaimer-body p a{color:var(--c-popup-primary)}.popup--disclaimer .disclaimer-body p+p{margin-top:18px}.popup--disclaimer .disclaimer-body p+h3{margin-top:24px}.popup--disclaimer .disclaimer-body h3{color:#000;font-size:1.5rem;font-weight:500;line-height:1.5;margin:0}.popup--disclaimer .disclaimer-body h3+p{margin-top:16px}.popup--disclaimer p{margin:0;font-size:1.25rem;font-weight:300;line-height:1.5}@media screen and (max-width: 768px){.popup--disclaimer p{font-size:0.9375rem;font-weight:300}}.popup--disclaimer p+p{margin-top:16px}.popup--disclaimer header+*{margin-top:40px}@media screen and (max-width: 768px){.popup--disclaimer header+*{margin-top:22px}}.popup--disclaimer header h2{color:var(--c-popup-primary);letter-spacing:.5px;font-size:4rem;font-weight:900;line-height:1.1;margin:0}@media screen and (max-width: 768px){.popup--disclaimer header h2{font-size:1.75rem}}.popup--disclaimer header .subtitle{display:block;margin-top:60px;font-size:2rem;font-weight:500;line-height:1.1}@media screen and (max-width: 768px){.popup--disclaimer header .subtitle{font-size:1.125rem;margin-top:24px}}.popup--disclaimer .select2-container{display:block;width:100%}.popup--disclaimer .country-wrap{width:100%;margin-top:40px;clear:both}@media screen and (max-width: 768px){.popup--disclaimer .country-wrap{margin-top:24px}}.popup--disclaimer label{font-weight:500;font-size:1.25rem;line-height:1.5;color:#000;display:block}@media screen and (max-width: 768px){.popup--disclaimer label{font-size:1rem}}.popup--disclaimer .nice-select{margin-top:16px;display:inline-block;float:unset}@media screen and (max-width: 768px){.popup--disclaimer .nice-select{margin-top:0}}.popup--disclaimer .nice-select-dropdown{border-radius:25px;border:1px solid #000;width:100%}.popup--disclaimer .nice-select-dropdown li{color:#000 !important;font-size:1.25rem;font-weight:300;line-height:34px;padding:10px;width:calc(100% - 40px);box-sizing:border-box;margin-left:20px}@media screen and (max-width: 768px){.popup--disclaimer .nice-select-dropdown li{font-size:1rem}}.popup--disclaimer .nice-select-dropdown li:empty{display:none}.popup--disclaimer .nice-select-dropdown li.selected{font-weight:300;color:var(--c-popup-primary)}.popup--disclaimer .nice-select-dropdown li:hover{background:var(--c-popup-primary) !important;color:#fff !important}.popup--disclaimer .disclaimer-btns{margin-top:40px;display:flex;gap:50px;justify-content:flex-start}@media screen and (max-width: 568px){.popup--disclaimer .disclaimer-btns{gap:15px;margin-top:36px}.popup--disclaimer .disclaimer-btns .btn{width:100%;text-align:center;padding:14px 17px}}.popup--disclaimer .nice-select{border-radius:25px;border:1px solid #000;height:64px;padding:0 60px 0 30px;min-width:400px}@media screen and (max-width: 768px){.popup--disclaimer .nice-select{min-width:unset;width:100%}}.popup--disclaimer .nice-select .current{color:#000;font-size:1.25rem;font-weight:300;line-height:64px;display:block;text-align:inherit}@media screen and (max-width: 768px){.popup--disclaimer .nice-select .current{font-size:1rem}}.popup--disclaimer .nice-select:after{border-color:var(--c-popup-primary);right:30px}.popup--disclaimer .simplebar-content-wrapper{padding-right:30px}.popup--disclaimer .simplebar-vertical:before{content:"";background-color:var(--c-popup-primary);position:absolute;top:5px;bottom:5px;right:4px;width:2px}.popup--disclaimer .simplebar-vertical .simplebar-scrollbar:before{background-color:var(--c-popup-primary);opacity:1;width:8px}.rtl .popup--disclaimer{text-align:right}.rtl .popup--disclaimer .simplebar-content-wrapper{padding-left:30px;padding-right:0}.rtl .popup--disclaimer .disclaimer-btns{flex-direction:row-reverse}.rtl .popup--disclaimer .nice-select{text-align:right !important;padding:0 30px 0 60px}.rtl .popup--disclaimer .nice-select:after{left:30px;right:unset}.rtl .popup--disclaimer .nice-select-dropdown li{text-align:right}.rtl .popup--disclaimer .simplebar-track{left:0;right:unset}.rtl .popup--disclaimer .disclaimer-body ul li{padding-left:0;padding-right:20px}.rtl .popup--disclaimer .disclaimer-body ul li:before{left:unset;right:0;top:8px}
