@charset "UTF-8";
/*=========================  BACKGROUND COLOR SCHEME ==============================*/
/*==========================  FONT COLOR SCHEME ===================================*/
/*==========================  BUTTON COLOR SCHEME ==================================*/
/*==========================  BORDER RADIUS SCHEME ==================================*/
/*==========================  Notification colors ==================================*/
/*==========================  Font family ============================================*/
/*=== Setup column variables ===*/
/*=========================  BACKGROUND COLOR SCHEME ==============================*/
/*==========================  FONT COLOR SCHEME ===================================*/
/*==========================  BUTTON COLOR SCHEME ==================================*/
/*==========================  BORDER RADIUS SCHEME ==================================*/
/*==========================  Notification colors ==================================*/
/*==========================  Font family ============================================*/
/**
 * Use this variables if you want different element styles.
 * If variables are not defined default style will be used.
 */
/*=========================  DOMAIN NAME ==============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

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

html, body {
  font-weight: normal;
  font-style: normal; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  line-height: 1;
  margin: 0;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

button {
  cursor: pointer; }

a {
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.container {
  margin: 0 auto; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

* {
  box-sizing: border-box;
  text-decoration: none; }

input,
select,
textarea,
textarea:focus,
input:focus,
button:focus {
  outline: 0; }

/*remove outline on webkit-browsers on focus state*/
textarea:focus {
  outline: 0px !important;
  -webkit-appearance: none; }

/*fix iphone*/
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none; }

/*remove all dotted outlines from project*/
a, a:hover, a:focus, a:active, button, button:hover, button:focus, button:active {
  outline: 0px !important; }

/*remove dotted border on checkbox*/
input[type="checkbox"]:focus {
  border: 0 !important;
  outline: none !important; }

/*remove the default bevel/glass gradient css style from form buttons in iOS*/
input[type='submit'] {
  -webkit-appearance: none; }

select {
  -webkit-appearance: none; }

.reset_margin {
  margin: 0px !important; }

.hidden, .hide {
  display: none !important;
  visibility: hidden !important; }

.show {
  display: block !important;
  visibility: visible !important; }

.active {
  display: block;
  visibility: visible; }

.block {
  display: block !important; }

.left, .pull_left {
  float: left; }

.right, .pull_right {
  float: right; }

.uppercase {
  text-transform: uppercase; }

.first_letter_uppercase:first-letter {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.has_error input,
.has_error select {
  border: 1px solid red !important; }

.invisible {
  opacity: 0; }

.error_message {
  position: relative;
  color: red;
  display: inline-block;
  width: 100%;
  font-size: 12px; }
  .error_message:first-letter {
    text-transform: uppercase; }

.full_width {
  width: 100%; }

.half_width {
  width: 50%; }

.half_width-1 {
  width: 49%; }

.clearfix {
  clear: both; }

.margin_auto {
  margin: 0 auto; }

.hide_from_screen {
  left: -10000px !important;
  position: absolute !important; }

.js_optional_buttons.hide {
  display: none; }

/**************************************** GLOBAL VARIABLES ****************************************/
/**************************************** SPRITE IMAGES DIMENSION ****************************************/
/*add dimensions to sprite images*/
/**************************************** BREAAKPOINT ****************************************/
/*chose breakpoint and put in mixin*/
/*@include breakpoint(xs); for mobile device*/
/**************************************** PLACEHOLDER ****************************************/
/*show element depend from size*/
/**************************************** PLACEHOLDER ****************************************/
/*optional add color, line-height or font-size*/
/**************************************** ROTATE ****************************************/
/**************************************** TRANSLATE ****************************************/
/**************************************** TRASNITION ****************************************/
/*******************************  Transparent bg with alpha filter*****************************/
/*********************************** element POSITION CENTER **************************************/
/*default value is full which put absolute ceneter element OPTIONAL argumet is top*/
/**************************************** block POSITION CENTER ****************************************/
/*add bow for wrapper with text which contain class ".center_text" text and include mixin on warapper*/
/**************************************** TRIANGLE on chat win ****************************************/
/**************************************** ELLIPSIS ****************************************/
/*add three dots(...) on the end of text, for custom number of columns*/
/*line cound depen how many line we will have*/
/*this work on new browsers*/
/**************************************** FAVORITE star ****************************************/
/**************************************** SAMPLE ****************************************/
/*disable text selection*/
/**************************************** border radius ****************************************/
/*border radius CUSTOM*/
/**************************************** GRADIENT ****************************************/
/**************************************** gradient transparency ****************************************/
/**************************************** CIRCLE ****************************************/
/**************************************** OPACITY ****************************************/
/**************************************** CLEARFIX ****************************************/
/**************************************** SAMPLE ****************************************/
/*this mixin we use to include online green circle for partial online*/
/**************************************** SAMPLE ****************************************/
/*add arrow for select field*/
/**************************************** SAMPLE ****************************************/
/*break html element in new line*/
/************************* Put element in middle of screen ****************************/
/*center content inside some wrapper*/
/*just declare */
/**************************************** BOX shadow ****************************************/
/**************************************** SAMPLE ****************************************/
/*include mixin before backgroud color declaration*/
/*MUST HAVE background-color NO background*/
/**************************************** custom loader ****************************************/
/*custom loader*/
/**************************************** SAMPLE ****************************************/
/*you need add in HTML data-tooltip parametar*/
/**************************************** text rendering ****************************************/
/**************************************** GRID LAYOUT ****************************************/
/*====================================================
LAYOUT SETUP: Width column, left-padding column
====================================================*/
/*=== Print out each class   ===*/
/*====================================================
Mixin for setup form elements fields
parametars 1. width form_group el, 2. height, 3.padding left and right ( optional, font size for form fields
====================================================*/
/*opacity mixin*/
.disabled,
[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

/*italic thin font*/
/*light font*/
/*italic light font*/
/*regular font*/
/*regular italic font*/
/*medium font*/
/*medium italic font*/
/*bold font*/
/*bold italic font*/
/*ULTRA bold font*/
/*ULTRA bold italic font */
/*setup second font*/
/*italic thin font*/
/*light font*/
/*italic light font*/
/*regular font*/
/*regular italic font*/
/*medium font*/
/*medium italic font*/
/*bold font*/
/*bold italic font*/
/*ULTRA bold font*/
/*ULTRA bold italic font */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

select {
  cursor: pointer; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*IMPORT FONTS*/
/*for SINGLE site in folder SPECIAL/fonts we can iclude special font and icon font for group*/
@font-face {
  font-family: "icons0007";
  src: url("../../../node_modules/g4.font.icons/fonts/icons0007.eot?-9ll32q");
  src: url("../../../node_modules/g4.font.icons/fonts/icons0007.eot?#iefix-9ll32q") format("embedded-opentype"), url("../../../node_modules/g4.font.icons/fonts/icons0007.woff?-9ll32q") format("woff"), url("../../../node_modules/g4.font.icons/fonts/icons0007.ttf?-9ll32q") format("truetype"), url("../../../node_modules/g4.font.icons/fonts/icons0007.svg?-9ll32q#meetsimply") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon:before, .cookie_policy .cookie_close:before,
[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon:after,
.cookie_policy .cookie_close:after,
[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: "icons0007";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*include font family for group global*/
/*loading first main fonts*/
@font-face {
  font-family: OpenSans-Thin;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.svg#LegalTenderRegular") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: OpenSans-ThinItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: OpenSans-Light;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.svg#LegalTenderRegular") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: OpenSans-LightItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 300;
  font-style: italic; }

/*Open Sans regular */
@font-face {
  font-family: OpenSans-Regular;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.svg#LegalTenderRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

/*Open Sans regular italic*/
@font-face {
  font-family: OpenSans-RegularItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 400;
  font-style: italic; }

/*Open Sans medium */
@font-face {
  font-family: OpenSans-Medium;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.svg#LegalTenderRegular") format("svg");
  font-weight: 600;
  font-style: normal; }

/*Open Sans medium italic */
@font-face {
  font-family: OpenSans-MediumItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 600;
  font-style: italic; }

/*Open Sans bold */
@font-face {
  font-family: OpenSans-Bold;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.svg#LegalTenderRegular") format("svg");
  font-weight: 700;
  font-style: normal; }

/*Open Sans bold italic */
@font-face {
  font-family: OpenSans-BoldItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 700;
  font-style: italic; }

/*Open Sans ULTRA bold  */
@font-face {
  font-family: OpenSans-ExtraBold;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.svg#LegalTenderRegular") format("svg");
  font-weight: 800;
  font-style: normal; }

/*Open Sans ULTRA bold italic */
@font-face {
  font-family: OpenSans-ExtraBoldItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 800;
  font-style: italic; }

/*loading second main fonts*/
@font-face {
  font-family: OpenSans-Thin;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.svg#LegalTenderRegular") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: OpenSans-ThinItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: OpenSans-Light;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.svg#LegalTenderRegular") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: OpenSans-LightItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 300;
  font-style: italic; }

/*Open Sans regular */
@font-face {
  font-family: OpenSans-Regular;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.svg#LegalTenderRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

/*Open Sans regular italic*/
@font-face {
  font-family: OpenSans-RegularItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 400;
  font-style: italic; }

/*Open Sans medium */
@font-face {
  font-family: OpenSans-Medium;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.svg#LegalTenderRegular") format("svg");
  font-weight: 600;
  font-style: normal; }

/*Open Sans medium italic */
@font-face {
  font-family: OpenSans-MediumItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 600;
  font-style: italic; }

/*Open Sans bold */
@font-face {
  font-family: OpenSans-Bold;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.svg#LegalTenderRegular") format("svg");
  font-weight: 700;
  font-style: normal; }

/*Open Sans bold italic */
@font-face {
  font-family: OpenSans-BoldItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 700;
  font-style: italic; }

/*Open Sans ULTRA bold  */
@font-face {
  font-family: OpenSans-ExtraBold;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.svg#LegalTenderRegular") format("svg");
  font-weight: 800;
  font-style: normal; }

/*Open Sans ULTRA bold italic */
@font-face {
  font-family: OpenSans-ExtraBoldItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 800;
  font-style: italic; }

/*setup variablef fox future mixin f100, f200*/
/*Declare main font in  CSS*/
/*font setup*/
/*Declare second font in  CSS*/
/*font setup*/
*, html, body,
h1, h2, h3, h4, h5, h6,
code, pre, p, a, div, section, img, header {
  font-family: OpenSans-Regular; }

/*setup placeholders for main font f100, f200*/
.age-verification-vma-footer-text {
  font-family: OpenSans-Light, arial, sans-serif;
  font-weight: 300;
  font-style: normal; }

.age-verification-vma-info {
  font-family: OpenSans-Regular, arial, sans-serif;
  font-weight: 400;
  font-style: normal; }

.age-verification .age-verification-title {
  font-family: OpenSans-Medium, arial, sans-serif;
  font-weight: 500;
  font-style: normal; }

.terms_link, .age-verification-vma-title, .age-verification-vma-description, .age-verification-vma-no, .age-verification-vma-yes, .landing0340 .title, .landing0340 .subtitle, .landing0340 .form_title, .landing0340 .about_card_title, .landing0340 .profile_name {
  font-family: OpenSans-Bold, arial, sans-serif;
  font-weight: 700;
  font-style: normal; }

/*setup placeholders for second font f100, f200*/
/*NextDating DEFAULT z-index  variables*/
.terms_agree {
  color: #000000;
  font-size: 10px;
  height: auto;
  margin-top: 20px;
  position: relative; }
  .terms_agree .form_label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    text-align: left;
    line-height: normal; }
  .terms_agree .custom_checkbox {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 2px;
    margin-right: 15px; }
  .terms_agree .agree_checkbox:not(.custom_checkbox) {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    position: relative;
    margin-right: 20px; }

.agree_with_terms_checkbox:checked + label .custom_checkbox {
  background-image: url("/img/_forms/terms/icon_check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.agree_with_terms_checkbox:checked + label .agree_checkbox:not(.custom_checkbox):after {
  position: absolute;
  content: "";
  top: 4px;
  left: 2px;
  width: 13px;
  height: 7px;
  border-width: 4px;
  border-style: solid;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  display: inline-block; }

.agree_checkbox_content {
  margin-top: -2px; }

.terms_link {
  text-decoration: underline; }

.form_label_marketing_terms {
  margin-top: 13px; }

/*==================================
    Footer
===================================*/
/**
 * Footer global partial (used on - landing pages, members, legal, payment, support)
 * Footer options for include (with twig):
 * I. include without any parameters copyright data
 * II. { showLinksAndText: true } - show footer links and disclaimer text
 * III. aditional parameters are (forgot_password_link and login_link)
 */
/*==================================
    Footer mixin
===================================*/
/**
 * Footer mixin is used to add custom colors for footer.
 * We have two options:
 * I.  use default color values
 * II. use custom variables (with variable-exist function). We have option to
 *     use different footer colors on landing and members part. This is situation
 *     when global varibles colors not fit with LP design. To achive this we need create
 *     variables_custom_lp file and include it on main lp.scss file.
 *     Check implementation on boyfriend-searcher.com domain.
 */
.footer {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.7); }
  .footer .footer_inner {
    border-top-color: rgba(0, 0, 0, 0.3); }
  .footer .link,
  .footer .link_custodian {
    color: rgba(217, 101, 155, 0.7); }
    .footer .link:hover,
    .footer .link_custodian:hover {
      color: #D9659B; }
  @media (min-width: 770px) {
    .footer .copyright_text {
      border-top-color: rgba(0, 0, 0, 0.3); } }

.link_custodian {
  display: block; }

.footer {
  line-height: normal;
  padding: 0 10px; }
  .footer .footer_inner {
    border-top-style: solid;
    border-top-width: 1px;
    margin: 0 auto;
    max-width: 780px;
    padding: 35px 0;
    position: relative;
    text-align: center; }
  .footer .footer_logo {
    display: block;
    max-width: 180px;
    max-height: 80px;
    margin: 0 auto 20px; }
  .footer .links {
    padding-bottom: 15px; }
  .footer .link {
    font-size: 12px;
    text-transform: uppercase;
    transition: all .3s ease; }
  .footer .link + .link {
    margin-left: 10px; }
  .footer .disclaimer_text,
  .footer .copyright_text {
    font-size: 11px; }
  .footer .disclaimer_text {
    padding: 10px 0;
    line-height: 1.2; }
  @media (min-width: 770px) {
    .footer .footer_inner {
      padding: 50px 0 110px;
      text-align: left; }
    .footer .footer_logo {
      display: block;
      max-width: 180px;
      margin: 0;
      position: absolute;
      left: 0; }
    .footer .links_wrap,
    .footer .disclaimer {
      width: 70%;
      margin-left: auto;
      margin-right: 0; }
    .footer .links {
      padding-bottom: 15px; }
    .footer .disclaimer_text {
      padding: 0; }
    .footer .copyright_text {
      position: absolute;
      left: -1000px;
      margin: 0 auto;
      padding: 20px;
      right: -1000px;
      text-align: center;
      border-top-style: solid;
      border-top-width: 1px;
      bottom: 0; } }

/*===================================================
  Form loader
===================================================*/
input[type="submit"]:disabled,
button[type="submit"]:disabled {
  color: transparent; }

.loader-box {
  position: relative; }
  .loader-box:disabled {
    color: transparent !important; }

.loader {
  left: 50%;
  line-height: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 99; }

.is_loader {
  animation: loader-rotate 1s linear infinite;
  border: 8px solid transparent;
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-radius: 50%;
  height: 20px;
  width: 20px; }
  @media (min-width: 1200px) {
    .is_loader {
      height: 30px;
      width: 30px; } }

.loader + .button_submit,
.js_loader + button {
  color: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important; }

/*====== loader animation ====*/
@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

/*======================================================
  Header
======================================================*/
/**
 * Header component with base positioning styles (no colors and other
 * visual styling). 
 * Header twig partial have few options for include:
 * I. include without any parameters will show only logo
 * II. { signin: true } - show sign in/ sign up buttons
 * III. { showlinks: true } - show navigation with links (navigation0001)
 * IV. { headerClass: 'header_class_name'} - use class names defined below 
 */
/** 
 * 1. Use this class for header with signin buttons. (logo + sign in/sign up on the right)
 * 2. Use this class for header with links aside (logo + menu on the right).
 * If we use header without classes menu will be bellow the logo.
 */
.header_signin,
.header_links_aside {
  /* [2] */ }
  .header_signin .header_nav,
  .header_links_aside .header_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }

.error_messages_holder {
  padding: 10px 0; }
  .error_messages_holder .error_message {
    background-color: rgba(255, 0, 0, 0.1);
    box-shadow: inset 0 0 0 2px red;
    font-size: 14px;
    padding: 15px 30px;
    text-align: center;
    margin-bottom: 0; }
    .error_messages_holder .error_message:not(:first-child) {
      display: none; }

.has_error .error_message {
  display: none; }

.has_error .input {
  background-repeat: no-repeat;
  background-position: center right 10px; }

.has_error .agree_checkbox {
  border-color: red !important; }

/*==================================================
   Navigation 0001
==================================================*/
.navigation_0001 {
  position: relative; }
  .navigation_0001 .nav_links {
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: max-height 1s ease, opacity .3s ease, visibility .4s ease;
    z-index: 10; }
    .menu_active .navigation_0001 .nav_links {
      max-height: 1000px;
      opacity: 1;
      visibility: visible; }
  .navigation_0001 .nav_link {
    display: block;
    margin: 20px 0;
    color: #000000; }
  .navigation_0001 .nav_menu {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 20px;
    width: 25px; }
  .navigation_0001 .nav_burger {
    background-color: #D9659B;
    display: inline-block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .25s ease;
    width: 25px; }
    .menu_active .navigation_0001 .nav_burger {
      background-color: transparent; }
    .navigation_0001 .nav_burger:before, .navigation_0001 .nav_burger:after {
      content: '';
      background-color: #D9659B;
      display: block;
      width: 25px;
      height: 2px;
      position: absolute;
      transition: all .25s ease; }
      .menu_active .navigation_0001 .nav_burger:before, .menu_active .navigation_0001 .nav_burger:after {
        top: 0; }
    .navigation_0001 .nav_burger:before {
      top: -7px; }
      .menu_active .navigation_0001 .nav_burger:before {
        transform: rotate(45deg); }
    .navigation_0001 .nav_burger:after {
      top: 7px; }
      .menu_active .navigation_0001 .nav_burger:after {
        transform: rotate(-45deg); }
  @media (min-width: 770px) {
    .navigation_0001 .nav_menu {
      display: none; }
    .navigation_0001 .nav_links {
      background-color: transparent;
      visibility: visible;
      opacity: 1;
      max-height: initial;
      position: static;
      overflow: visible; }
    .navigation_0001 .nav_link {
      display: inline-block;
      margin: 0; } }

/*==================================================
Global elements
==================================================*/
input[type='submit'] {
  cursor: pointer; }

.hide_from_screen {
  top: 0; }

.cookie_policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #252e39;
  bottom: 0;
  color: #fff;
  left: 0;
  position: fixed;
  padding: 15px 15px 15px 40px;
  right: 0;
  z-index: 100; }
  .cookie_policy .cookie_policy_button {
    background-color: #14a7d0;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all .25s ease; }
    .cookie_policy .cookie_policy_button:hover {
      background-color: #1294b9; }
  .cookie_policy .cookie_policy_text {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .cookie_policy .cookie_policy_icons {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 3px 5px;
    background-color: #ffffff80;
    border-radius: 3px;
    transform: translateY(2px); }
  .cookie_policy .cookie_info {
    color: #14a7d0;
    transition: all .25s ease; }
    .cookie_policy .cookie_info:hover {
      text-decoration: underline;
      color: #1294b9; }
  .cookie_policy .cookie_close {
    position: absolute;
    top: 20px;
    left: 12px;
    font-size: 15px; }
    .cookie_policy .cookie_close:before {
      content: ""; }
  @media (min-width: 770px) {
    .cookie_policy {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .cookie_policy .cookie_policy_text {
        margin-bottom: 0;
        margin-right: 15px; } }

.cancel_membership_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  min-height: 100vh; }
  @media (min-width: 992px) {
    .cancel_membership_page {
      background-color: #F8F8F8; } }
  .cancel_membership_page .header {
    padding: 10px 0; }
    .cancel_membership_page .header .header_nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      max-width: 1200px;
      padding: 0 10px;
      margin: 0 auto; }
      .cancel_membership_page .header .header_nav .nav {
        width: 45%;
        text-align: right; }
      .cancel_membership_page .header .header_nav .nav .button, .cancel_membership_page .header .header_nav .form_link {
        color: black;
        font-size: 14px;
        padding: 6px 4px; }
        @media (min-width: 992px) {
          .cancel_membership_page .header .header_nav .nav .button, .cancel_membership_page .header .header_nav .form_link {
            font-size: 16px;
            padding: 8px 10px; } }
      .cancel_membership_page .header .header_nav .logo .logo_img {
        max-width: 300px; }

.main_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 20px; }

.cancel_membership_wrapper {
  color: #333333;
  background-color: #ffffff;
  width: 100%;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-self: center;
  padding: 25px;
  margin: 30px 0; }
  @media (min-width: 992px) {
    .cancel_membership_wrapper {
      padding: 50px;
      border: 1px solid #e9e9e9; } }
  .cancel_membership_wrapper .cancel_membership_form {
    margin-top: 15px; }
  .cancel_membership_wrapper .main_title {
    font-size: 25px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center; }
  .cancel_membership_wrapper .sub_title, .cancel_membership_wrapper .link_close {
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    margin-top: 10px; }
  .cancel_membership_wrapper .input_wrap {
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }
  .cancel_membership_wrapper .label {
    color: #333333;
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    text-shadow: none; }
  .cancel_membership_wrapper .input_field {
    display: block;
    background-color: #F8F8F8;
    width: 100%;
    height: 36px;
    border: none;
    text-align: center; }
    .cancel_membership_wrapper .input_field:focus {
      border: 1px solid #d8d8d8; }
  .cancel_membership_wrapper .link_close {
    font-size: 14px;
    text-decoration: underline;
    margin-top: 25px; }

.cancel_membership_submit_wrapper {
  position: relative;
  width: 100%; }
  .cancel_membership_submit_wrapper .submit_btn {
    background-color: #D9659B;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    padding: 14px 20px;
    transition: all .2s ease;
    width: 100%;
    border: none;
    margin: 20px 0;
    text-transform: uppercase; }
    .cancel_membership_submit_wrapper .submit_btn:hover {
      opacity: .85; }
    @media (min-width: 544px) {
      .cancel_membership_submit_wrapper .submit_btn {
        font-size: 18px; } }

.cancel_membership_message {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: -15px;
  width: 100%;
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.cancel_membership_error {
  background-color: #fce4e4;
  border: 1px solid #fcc2c3;
  color: #cc0033;
  position: relative;
  padding: 7px 11px;
  margin-top: -5px; }
  .cancel_membership_error:before {
    content: '';
    border: 7px solid transparent;
    position: absolute;
    top: -15px;
    border-bottom: 7px solid #fcc2c3;
    left: 50%;
    transform: translateX(-50%); }

.cancel_membership_success {
  background-color: #d8fcd8;
  border: 1px solid #b6ffb6;
  color: #176d17;
  position: relative;
  padding: 13px 13px;
  margin-top: 20px; }
  .cancel_membership_success:before {
    content: '';
    border: 7px solid transparent;
    position: absolute;
    top: -15px;
    border-bottom: 7px solid #b6ffb6;
    left: 50%;
    transform: translateX(-50%); }

.age-verification-is-active {
  overflow: hidden; }
  .age-verification-is-active .nav,
  .age-verification-is-active .navigation_0001,
  .age-verification-is-active .logo {
    display: none; }

.age-verification {
  align-self: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  left: 0;
  min-height: 100vh;
  right: 0;
  z-index: 10; }
  .age-verification .container {
    text-align: center;
    width: 100%; }
  .age-verification .container {
    text-align: center;
    width: 100%; }
  .age-verification .age-verification-header {
    padding-top: 20px;
    width: 100%; }
  .age-verification .age-verification-header-wrapper {
    align-items: center;
    display: flex;
    justify-content: center; }
  .age-verification .age-verification-content {
    text-align: center;
    text-transform: uppercase;
    max-width: 1125px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%; }
  .age-verification .age-verification-icon-wrap {
    margin-bottom: 45px; }
  .age-verification .age-verification-title {
    color: inherit;
    font-size: 40px;
    margin-bottom: 20px; }
    @media (min-width: 770px) {
      .age-verification .age-verification-title {
        font-size: 80px;
        margin-bottom: 50px; } }
  .age-verification .age-verification-subtitle {
    font-size: 18px;
    margin-bottom: 40px; }
    @media (min-width: 770px) {
      .age-verification .age-verification-subtitle {
        font-size: 25px;
        margin-bottom: 80px; } }
  .age-verification .age-verification-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 770px) {
      .age-verification .age-verification-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -55px; } }
  .age-verification .age-verification-cta-item {
    width: 100%;
    margin-bottom: 15px; }
    @media (min-width: 770px) {
      .age-verification .age-verification-cta-item {
        max-width: 50%;
        width: 50%;
        padding: 0 55px;
        margin-bottom: 0; } }
  .age-verification .age-verification-link {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 15px 0;
    width: 100%; }
    @media (min-width: 770px) {
      .age-verification .age-verification-link {
        border-radius: 18px;
        font-size: 20px;
        padding: 30px 0; } }
    .age-verification .age-verification-link.yes {
      background-color: #0ea12b; }
    .age-verification .age-verification-link.no {
      background-color: #be2028; }
  .age-verification .age-verification-footer {
    font-size: 13px;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 835px;
    padding: 25px 0;
    text-align: center;
    width: 100%; }
    .age-verification .age-verification-footer .link_custodian {
      text-decoration: underline; }

/*==================================================
   Verify My Age, Age verification
==================================================*/
.age-verification-vma {
  align-self: center;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  height: 100vh;
  width: 100%; }
  .age-verification-vma-header {
    background-color: #FFFFFF;
    border-bottom: none;
    padding: 20px 0;
    text-align: center; }
  .age-verification-vma-header-container {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .age-verification-vma-header-nav-links {
    display: none; }
  .age-verification-vma-header-logo-img {
    max-width: 100%; }
  .age-verification-vma-wrapper {
    align-items: center;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center; }
  .age-verification-vma-content {
    background-color: transparent;
    border-radius: 0;
    max-width: 800px;
    padding: 30px;
    width: 100%; }
  .age-verification-vma-title {
    color: #000000;
    font-size: 22px;
    line-height: 1.3; }
    @media (min-width: 770px) {
      .age-verification-vma-title {
        font-size: 38px; } }
    .age-verification-vma-title span {
      display: block; }
  .age-verification-vma-text {
    max-width: 535px;
    margin: 0 auto;
    width: 100%; }
  .age-verification-vma-heading {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2; }
    @media (min-width: 770px) {
      .age-verification-vma-heading {
        font-size: 21px; } }
  .age-verification-vma-description {
    color: #000000;
    font-size: 14px;
    line-height: 1.2;
    padding: 30px 0 0; }
    .age-verification-vma-description span {
      text-decoration: underline; }
  .age-verification-vma-info {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    margin: 20px auto 0;
    max-width: 430px; }
  .age-verification-vma-link {
    color: #000000; }
  .age-verification-vma-footer {
    padding-top: 20px; }
  .age-verification-vma-footer-text {
    color: #000000;
    font-size: 14px;
    line-height: 1.2; }
  .age-verification-vma-wrapp-yes-no {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    margin: 21px auto 10px;
    text-align: center;
    width: 100%; }
  .age-verification-vma-no, .age-verification-vma-yes {
    align-items: center;
    background-color: #D9659B;
    border-radius: 50px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    line-height: 100%;
    font-size: 14px;
    max-width: 300px;
    padding: 16px 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    width: 100%; }
  .age-verification-vma-yes {
    background-color: #D9659B;
    color: #FFFFFF; }
  .age-verification-vma-no {
    background-color: transparent;
    color: #D9659B; }
  .age-verification-vma-wrapp-icon {
    margin: 20px 0; }
  .age-verification-vma-icon-link {
    align-items: center;
    background: linear-gradient(180deg, #FDD86B, #FEA40F);
    border-radius: 15px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    justify-content: center;
    height: 50px;
    margin: 0 auto;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    width: 300px; }
  .age-verification-vma .footer {
    border-top-width: 5px; }

/* setup sign in link from cancelmembership */
.form_signin,
.form_signup {
  overflow-y: scroll; }
  .form_signin .age-verification,
  .form_signup .age-verification {
    display: none; }

/*==================================================
   Language dropdown
==================================================*/
body:has(.anti-trafficking) .navigation_0001 {
  margin-left: auto; }

body:has(.anti-trafficking) .language-dropdown-list-wrapper {
  margin-inline: 20px 0; }

.language-dropdown-list-wrapper {
  display: inline-block;
  margin: 0 0 0 auto;
  position: relative;
  text-align: right;
  width: 65px;
  margin-right: 50px;
  z-index: 101; }
  @media (min-width: 770px) {
    .language-dropdown-list-wrapper {
      width: 216px; } }
  .language-dropdown-list-wrapper .multiselect_button,
  .language-dropdown-list-wrapper .multiselect_list {
    background-color: #828ef1;
    border: 1px solid #000000;
    border-radius: 20px;
    color: #000000; }
  .language-dropdown-list-wrapper .multiselect_button {
    align-items: center;
    position: relative;
    cursor: pointer;
    display: flex;
    font-size: 0;
    min-height: 40px;
    text-align: left;
    width: 65px; }
    @media (min-width: 770px) {
      .language-dropdown-list-wrapper .multiselect_button {
        font-size: 14px;
        width: 216px; } }
    .language-dropdown-list-wrapper .multiselect_button:after {
      content: '';
      background-image: url(/img/language-flags/arrow-dropdown.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      height: 10px;
      pointer-events: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(180deg);
      right: 10px;
      width: 18px;
      z-index: 1; }
    @media only screen and (min-width: 414px) {
      .language-dropdown-list-wrapper .multiselect_button .multiselect_selected {
        display: none; } }
    @media (min-width: 770px) {
      .language-dropdown-list-wrapper .multiselect_button .multiselect_selected {
        display: block; } }
  .language-dropdown-list-wrapper .multiselect_list {
    display: none;
    margin-top: 2px;
    overflow: hidden;
    position: absolute;
    transition: all .25s ease;
    width: 100%;
    z-index: 15; }
    .language-dropdown-list-wrapper .multiselect_list.open {
      display: block; }
  .language-dropdown-list-wrapper .multiselect_list_item + .multiselect_list_item {
    border-top: 1px solid #DADADA; }
    @media (min-width: 770px) {
      .language-dropdown-list-wrapper .multiselect_list_item + .multiselect_list_item {
        border-top: none; } }
  .language-dropdown-list-wrapper .multiselect_list_link {
    color: #000000;
    font-size: 0;
    font-weight: normal;
    padding: 0;
    line-height: initial; }
    @media (min-width: 770px) {
      .language-dropdown-list-wrapper .multiselect_list_link {
        font-size: 14px; } }
  .language-dropdown-list-wrapper .multiselect_button,
  .language-dropdown-list-wrapper .multiselect_list_item {
    padding: 7px 15px 7px 10px; }
    @media (min-width: 770px) {
      .language-dropdown-list-wrapper .multiselect_button,
      .language-dropdown-list-wrapper .multiselect_list_item {
        padding: 7px 15px 7px 45px; } }
    .language-dropdown-list-wrapper .multiselect_button:before,
    .language-dropdown-list-wrapper .multiselect_list_item:before {
      content: '';
      background-size: cover;
      background-repeat: no-repeat;
      display: block;
      height: 20px;
      margin-right: 5px;
      min-width: 20px;
      position: relative;
      top: 0;
      z-index: 99; }
      @media only screen and (min-width: 414px) {
        .language-dropdown-list-wrapper .multiselect_button:before,
        .language-dropdown-list-wrapper .multiselect_list_item:before {
          margin-right: 0; } }
      @media (min-width: 770px) {
        .language-dropdown-list-wrapper .multiselect_button:before,
        .language-dropdown-list-wrapper .multiselect_list_item:before {
          left: 15px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); } }
  .language-dropdown-list-wrapper [data-key="en_US"]:before,
  .language-dropdown-list-wrapper [data-selected="en_US"]:before {
    background-image: url("/img/language-flags/english.svg"); }
  .language-dropdown-list-wrapper [data-key="de_DE"]:before,
  .language-dropdown-list-wrapper [data-selected="de_DE"]:before {
    background-image: url("/img/language-flags/german.svg"); }
  .language-dropdown-list-wrapper [data-key="es_ES"]:before,
  .language-dropdown-list-wrapper [data-selected="es_ES"]:before {
    background-image: url("/img/language-flags/spain.svg"); }
  .language-dropdown-list-wrapper [data-key="it_IT"]:before,
  .language-dropdown-list-wrapper [data-selected="it_IT"]:before {
    background-image: url("/img/language-flags/italy.svg"); }
  .language-dropdown-list-wrapper [data-key="fr_FR"]:before,
  .language-dropdown-list-wrapper [data-selected="fr_FR"]:before {
    background-image: url("/img/language-flags/france.svg"); }
  .language-dropdown-list-wrapper .multiselect_list_item {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin: 0 auto;
    min-height: 33px;
    position: relative;
    text-align: left;
    width: 100%; }
    @media (min-width: 770px) {
      .language-dropdown-list-wrapper .multiselect_list_item:hover {
        background-color: rgba(0, 0, 0, 0.16); } }
    .language-dropdown-list-wrapper .multiselect_list_item.selected {
      background-color: transparent; }
      .language-dropdown-list-wrapper .multiselect_list_item.selected:before {
        display: block; }
    @media (min-width: 770px) {
      .language-dropdown-list-wrapper .multiselect_list_item:before {
        top: 50%;
        transform: translateY(-50%); } }
  @media only screen and (min-width: 414px) {
    .language-dropdown-list-wrapper .multiselect_list_text {
      display: none; } }
  @media (min-width: 770px) {
    .language-dropdown-list-wrapper .multiselect_list_text {
      display: block; } }

/*=== Font family include ===*/
/*loading first main fonts*/
@font-face {
  font-family: OpenSans-Thin;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.svg#LegalTenderRegular") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: OpenSans-ThinItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: OpenSans-Light;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.svg#LegalTenderRegular") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: OpenSans-LightItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 300;
  font-style: italic; }

/*Open Sans regular */
@font-face {
  font-family: OpenSans-Regular;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.svg#LegalTenderRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

/*Open Sans regular italic*/
@font-face {
  font-family: OpenSans-RegularItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 400;
  font-style: italic; }

/*Open Sans medium */
@font-face {
  font-family: OpenSans-Medium;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.svg#LegalTenderRegular") format("svg");
  font-weight: 600;
  font-style: normal; }

/*Open Sans medium italic */
@font-face {
  font-family: OpenSans-MediumItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 600;
  font-style: italic; }

/*Open Sans bold */
@font-face {
  font-family: OpenSans-Bold;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.svg#LegalTenderRegular") format("svg");
  font-weight: 700;
  font-style: normal; }

/*Open Sans bold italic */
@font-face {
  font-family: OpenSans-BoldItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 700;
  font-style: italic; }

/*Open Sans ULTRA bold  */
@font-face {
  font-family: OpenSans-ExtraBold;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.svg#LegalTenderRegular") format("svg");
  font-weight: 800;
  font-style: normal; }

/*Open Sans ULTRA bold italic */
@font-face {
  font-family: OpenSans-ExtraBoldItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 800;
  font-style: italic; }

/*loading second main fonts*/
@font-face {
  font-family: OpenSans-Thin;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Thin.svg#LegalTenderRegular") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: OpenSans-ThinItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ThinItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: OpenSans-Light;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Light.svg#LegalTenderRegular") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: OpenSans-LightItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-LightItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 300;
  font-style: italic; }

/*Open Sans regular */
@font-face {
  font-family: OpenSans-Regular;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Regular.svg#LegalTenderRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

/*Open Sans regular italic*/
@font-face {
  font-family: OpenSans-RegularItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-RegularItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 400;
  font-style: italic; }

/*Open Sans medium */
@font-face {
  font-family: OpenSans-Medium;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Medium.svg#LegalTenderRegular") format("svg");
  font-weight: 600;
  font-style: normal; }

/*Open Sans medium italic */
@font-face {
  font-family: OpenSans-MediumItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-MediumItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 600;
  font-style: italic; }

/*Open Sans bold */
@font-face {
  font-family: OpenSans-Bold;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-Bold.svg#LegalTenderRegular") format("svg");
  font-weight: 700;
  font-style: normal; }

/*Open Sans bold italic */
@font-face {
  font-family: OpenSans-BoldItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-BoldItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 700;
  font-style: italic; }

/*Open Sans ULTRA bold  */
@font-face {
  font-family: OpenSans-ExtraBold;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBold.svg#LegalTenderRegular") format("svg");
  font-weight: 800;
  font-style: normal; }

/*Open Sans ULTRA bold italic */
@font-face {
  font-family: OpenSans-ExtraBoldItalic;
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/OpenSans-ExtraBoldItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 800;
  font-style: italic; }

/*setup variablef fox future mixin f100, f200*/
/*Declare main font in  CSS*/
/*font setup*/
/*Declare second font in  CSS*/
/*font setup*/
*, html, body,
h1, h2, h3, h4, h5, h6,
code, pre, p, a, div, section, img, header {
  font-family: OpenSans-Regular; }

/*setup placeholders for main font f100, f200*/
.age-verification-vma-footer-text {
  font-family: OpenSans-Light, arial, sans-serif;
  font-weight: 300;
  font-style: normal; }

.age-verification-vma-info {
  font-family: OpenSans-Regular, arial, sans-serif;
  font-weight: 400;
  font-style: normal; }

.age-verification .age-verification-title {
  font-family: OpenSans-Medium, arial, sans-serif;
  font-weight: 500;
  font-style: normal; }

.terms_link, .age-verification-vma-title, .age-verification-vma-description, .age-verification-vma-no, .age-verification-vma-yes, .landing0340 .title, .landing0340 .subtitle, .landing0340 .form_title, .landing0340 .about_card_title, .landing0340 .profile_name {
  font-family: OpenSans-Bold, arial, sans-serif;
  font-weight: 700;
  font-style: normal; }

/*setup placeholders for second font f100, f200*/
/*==================================================
  Landing0340
===================================================*/
/*=== Container ===*/
.container {
  margin: 0 auto;
  max-width: 1390px;
  padding: 0 15px;
  width: 100%; }

/*=== Global ===*/
body {
  font-family: OpenSans; }

.desktop {
  /*for l devices*/ }
  @media (min-width: 770px) {
    .desktop {
      display: block; } }
  @media (max-width: 770px) {
    .desktop {
      display: none; } }

.mobile {
  /*for l devices*/ }
  @media (min-width: 770px) {
    .mobile {
      display: none; } }
  @media (max-width: 770px) {
    .mobile {
      display: block; } }

.processing,
.didnt_get_mail,
.not_member_text {
  display: none; }

.form_description {
  color: #D9659B;
  font-size: 12px; }

.error_message {
  display: none;
  margin-bottom: 5px;
  text-align: center; }

.error_messages_holder .error_message {
  background-color: rgba(255, 255, 255, 0.7); }

.has_error .error_message {
  display: inline-block; }

/*=== Landing ===*/
.landing0340 {
  /*=== header ===*/
  /*=== Form ===*/
  /*=== Form ===*/ }
  .landing0340 .page {
    background-color: #fff; }
  .landing0340 .main {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-bottom: 26vh; }
    @media (min-width: 770px) {
      .landing0340 .main {
        background-size: cover; } }
  .landing0340 .header {
    background-color: #fff;
    margin: auto;
    padding: 5px; }
  .landing0340 .header_nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media (min-width: 770px) {
      .landing0340 .header_nav {
        justify-content: space-between; } }
  .landing0340 .nav_links {
    align-items: center;
    display: flex;
    flex-direction: column;
    z-index: 300;
    width: 320px; }
    @media (min-width: 992px) {
      .landing0340 .nav_links {
        flex-direction: row;
        width: 100%; } }
    @media (min-width: 992px) {
      .landing0340 .nav_links > *:not(:first-child) {
        margin-left: 30px; } }
    @media (min-width: 992px) {
      .landing0340 .nav_links > *:last-child {
        margin-left: 60px; } }
  .landing0340 .nav_link {
    color: #D9659B;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700; }
  .landing0340 .nav_links {
    margin: 0 auto; }
  .landing0340 .navigation_0001 .nav_links {
    background-color: #fff;
    color: #D9659B;
    position: relative; }
  .landing0340 .t_signin_link, .landing0340 .t_signup_link {
    align-items: center;
    border-radius: 30px;
    background-color: #D9659B;
    color: #fff;
    content: "Login";
    font-size: 20px;
    font-weight: bold;
    display: flex;
    height: 54px;
    justify-content: center;
    text-transform: uppercase;
    width: 110px; }
  .landing0340 .header-logo-img {
    max-height: 10vh;
    width: 100%;
    margin: 0 auto; }
  .landing0340 .logo_main_holder {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 15px;
    width: 100%; }
    @media (min-width: 770px) {
      .landing0340 .logo_main_holder .logo_img {
        max-height: 10vh; } }
  .landing0340 .step_nav {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    top: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -html-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .landing0340 .step_nav .step_nav_item {
      background-color: #D8D8D8;
      border-radius: 50%;
      color: transparent;
      height: 12px;
      max-width: 12px;
      margin: 0 7px;
      padding: 0 0;
      width: 100%; }
    .landing0340 .step_nav .is_active {
      height: 18px;
      max-width: 18px;
      background-color: #D9659B; }
  .landing0340 .registration_step {
    display: none; }
    .landing0340 .registration_step.is_active {
      display: block; }
    .landing0340 .registration_step .step_input {
      margin-top: 30px; }
  .landing0340 .title {
    color: #fff;
    font-size: 22px;
    padding: 30px 0;
    margin: 0 auto;
    max-width: 690px;
    text-transform: uppercase; }
    @media (min-width: 770px) {
      .landing0340 .title {
        padding: 60px 0;
        font-size: 38px; } }
    @media (min-width: 1200px) {
      .landing0340 .title {
        margin: 0;
        margin-left: auto; } }
  .landing0340 .main_wrapper_form {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%; }
    @media (min-width: 1200px) {
      .landing0340 .main_wrapper_form {
        justify-content: flex-end; } }
  .landing0340 .main_text_wrapper {
    line-height: 1.2;
    text-align: center; }
    @media (min-width: 1200px) {
      .landing0340 .main_text_wrapper {
        text-align: right; } }
  .landing0340 .content_form {
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(97, 51, 148, 0.4);
    border-radius: 18px;
    margin-bottom: 60px;
    padding: 20px 30px 60px 30px;
    width: 100%;
    z-index: 40; }
    @media (min-width: 770px) {
      .landing0340 .content_form {
        width: 600px; } }
    @media (min-width: 1200px) {
      .landing0340 .content_form {
        width: 400px; } }
  .landing0340 .subtitle, .landing0340 .form_title {
    color: #D9659B;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .landing0340 .step_input {
    text-align: left; }
  .landing0340 .form_field_wrapper {
    text-align: left;
    margin-bottom: 20px; }
  .landing0340 .step_input_row {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    text-align: left; }
    .landing0340 .step_input_row .age {
      width: 48%; }
  .landing0340 .label {
    display: none; }
  .landing0340 .input_wrap, .landing0340 .caret, .landing0340 .field_wrap {
    margin-top: 5px; }
  .landing0340 .input, .landing0340 select {
    z-index: 1;
    border: 1px solid #D9659B;
    border-radius: 18px;
    color: #D9659B;
    font-size: 16px;
    font-weight: 700;
    line-height: initial;
    padding: 8px 10px;
    text-align: center;
    text-align-last: center;
    width: 100%; }
    .landing0340 .input::placeholder, .landing0340 select::placeholder {
      font-size: 16px;
      color: #D9659B;
      font-weight: normal; }
  .landing0340 .caret {
    position: relative; }
    .landing0340 .caret::before {
      border-color: #D9659B transparent transparent transparent;
      border-style: solid;
      border-width: 7px 7px 0 7px;
      content: '';
      height: 0;
      position: absolute;
      pointer-events: none;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      z-index: 5; }
  .landing0340 .terms_box {
    margin-bottom: 15px; }
  .landing0340 .form_label, .landing0340 .terms_agree {
    color: #666666; }
  .landing0340 .cta_wrapper {
    position: relative; }
  .landing0340 .button_submit, .landing0340 .button_signup {
    color: #fff;
    background: #D9659B;
    border: none;
    border-radius: 18px;
    font-size: 20px;
    height: 50px;
    text-transform: uppercase;
    width: 100%; }
    .landing0340 .button_submit:hover, .landing0340 .button_signup:hover {
      opacity: 80%; }
  .landing0340 .login_button {
    margin-top: 20px;
    text-align: right; }
  .landing0340 .link_login {
    background: white;
    border: 1px solid #D9659B;
    border-radius: 18px;
    color: #D9659B;
    font-size: 14px;
    height: 30px;
    padding: 5px 15px; }
  .landing0340 .reset_form_nav,
  .landing0340 .signin_form_nav {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 20px; }
    .landing0340 .reset_form_nav a,
    .landing0340 .signin_form_nav a {
      color: #707070;
      font-size: 12px;
      text-decoration: underline; }
  .landing0340 .passwordsent {
    margin: 15px auto;
    color: #707070; }
  .landing0340 .about {
    margin: 60px auto;
    z-index: 30; }
    @media (min-width: 992px) {
      .landing0340 .about {
        margin-top: -217px;
        padding-top: 200px; } }
  .landing0340 .about_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .landing0340 .about_content {
        flex-wrap: nowrap; } }
  .landing0340 .two_content {
    flex-direction: row-reverse; }
    .landing0340 .two_content .about_card {
      text-align: left; }
    .landing0340 .two_content .about_content_column {
      justify-content: space-between; }
      @media (min-width: 770px) {
        .landing0340 .two_content .about_content_column:first-child {
          margin-left: 30px;
          margin-right: 0; } }
      @media (min-width: 1200px) {
        .landing0340 .two_content .about_content_column:first-child {
          margin-left: 90px;
          margin-right: 0; } }
  .landing0340 .about_content_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .landing0340 .about_content_column:first-child {
      flex: 4.5;
      flex-direction: column;
      justify-content: space-evenly; }
      @media (min-width: 770px) {
        .landing0340 .about_content_column:first-child {
          margin-right: 30px; } }
      @media (min-width: 1200px) {
        .landing0340 .about_content_column:first-child {
          margin-right: 90px; } }
    .landing0340 .about_content_column:last-child {
      flex: 6; }
  .landing0340 .about_card {
    text-align: right;
    line-height: 1.5; }
  .landing0340 .about_card_title {
    color: #D9659B;
    font-size: 80px;
    margin-bottom: 25px;
    text-decoration: underline; }
  .landing0340 .about_card_text {
    color: #D9659B;
    font-size: 16px;
    text-transform: uppercase; }
  .landing0340 .profile_card {
    color: #fff;
    margin-bottom: 15px;
    background-color: #D9659B;
    border-radius: 18px;
    width: 320px; }
    @media (min-width: 992px) {
      .landing0340 .profile_card {
        width: 354px; } }
  .landing0340 .profile_img {
    width: 100%; }
  .landing0340 .icon_img {
    padding: 10px 27px;
    background-color: #fff;
    border-radius: 18px; }
  .landing0340 .profile_body {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 18px; }
  .landing0340 .profile_name {
    font-size: 23px;
    margin-bottom: 5px; }
  .landing0340 .profile_info {
    font-size: 16px; }
  .landing0340 .footer .links {
    font-weight: 900;
    font-size: 14px !important; }
  .landing0340 .footer .link, .landing0340 .footer .disclaimer_text {
    color: #D9659B; }

/*==================================================
    Legal pages
==================================================*/
.legal_pages {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  position: relative;
  line-height: 1.5;
  font-size: 16px; }
  .legal_pages .main {
    flex-grow: 1; }
  .legal_pages a {
    text-decoration: none;
    outline: none; }
  .legal_pages .logo_main_holder {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle; }
  .legal_pages .logo_img {
    max-width: 100%;
    max-height: 50px;
    height: auto; }
  .legal_pages .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative; }
  .legal_pages .header {
    padding: 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .legal_pages .header_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0.5rem; }
  .legal_pages .support_link {
    display: inline-block;
    text-align: center;
    text-decoration: none; }
  .legal_pages .circle {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 14px; }
  .legal_pages .support_txt {
    font-size: 9.6px;
    display: block; }
  .legal_pages .support_menu {
    display: block;
    list-style: none;
    position: absolute;
    top: 36px;
    right: 0.25rem;
    padding: 0.5rem 1rem;
    line-height: 1.25rem;
    font-size: small;
    white-space: nowrap;
    top: calc(60px - 10px);
    z-index: 102; }
    .legal_pages .support_menu:before {
      position: absolute;
      content: '';
      height: 0;
      width: 0;
      top: calc(-12px + 4px);
      right: calc(12px - 4px);
      border-left: 12px solid transparent;
      border-right: 12px solid transparent; }
    .legal_pages .support_menu.hide {
      display: none; }
  .legal_pages .support_menu_link {
    line-height: 1.25rem;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    font-size: .9rem;
    white-space: nowrap; }
  .legal_pages .page_heading h2 {
    margin: 0 0 10px;
    font-size: 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .legal_pages .external {
    margin: 20px 0 8px 0;
    padding: 8px 0; }
    .legal_pages .external h5, .legal_pages .external h6 {
      display: block;
      margin: 0 0 1rem 0;
      text-transform: uppercase;
      font-size: 20px; }
    .legal_pages .external p {
      display: block;
      margin: 0 0 1rem 0;
      font-weight: 300; }
    .legal_pages .external ul {
      list-style: none;
      margin: 0.5rem 0 1rem 0;
      padding: 0; }
    .legal_pages .external li {
      padding: 0 1rem 0 1rem;
      margin: 0 0 0.5rem 0; }
    .legal_pages .external b {
      font-weight: bold; }
    .legal_pages .external .numeric {
      padding: 0 0.25rem 0 0; }
    .legal_pages .external .term_subtitle {
      font-size: 18px;
      margin: 20px 0;
      font-weight: bold; }

.legal_pages {
  background-color: #FFFFFF; }
  .legal_pages a {
    color: #000000; }
  .legal_pages .header {
    background: #FFFFFF;
    border-bottom-color: #D9659B; }
  .legal_pages .circle {
    background-color: #D9659B;
    color: #000000; }
  .legal_pages .support_txt {
    color: #D9659B; }
  .legal_pages .support_menu {
    background-color: #828ef1;
    border-radius: 18px;
    box-shadow: 0px 2px 2px #828ef1; }
    .legal_pages .support_menu:before {
      border-bottom: 12px solid #828ef1; }
  .legal_pages .support_menu_link {
    color: #000000; }
  .legal_pages .external {
    background-color: transparent; }
    .legal_pages .external h2, .legal_pages .external h5, .legal_pages .external h6 {
      color: #000000; }
    .legal_pages .external p {
      color: #000000; }
    .legal_pages .external li {
      color: #000000; }
    .legal_pages .external .numeric {
      color: #000000; }
    .legal_pages .external .term_subtitle {
      color: #000000; }

/*==================================================
Reset Password
==================================================*/
.reset_password {
  padding: 10px;
  /*===  Breakpoint  ===*/ }
  .reset_password.it_IT .submit_btn, .reset_password.de_DE .submit_btn {
    font-size: 15px; }
  .reset_password.es_ES .password_reset_submit_wrapper,
  .reset_password.es_ES .input_field {
    max-width: 340px; }
  .reset_password.es_ES .submit_btn {
    font-size: 13px;
    max-width: 340px; }
  .reset_password.fr_FR .password_reset_submit_wrapper,
  .reset_password.fr_FR .input_field {
    max-width: 350px; }
  .reset_password.fr_FR .submit_btn {
    font-size: 12px;
    max-width: 350px; }
  .reset_password .reset_password_wrap {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden; }
  .reset_password .nav_desktop_logo_img {
    max-width: 100%; }
  .reset_password .reset_password_form_wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 13px; }
  .reset_password .reset_password_headline {
    line-height: 60px;
    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 28px; }
  .reset_password .reset_password_content {
    padding: 28px;
    font-size: 16px; }
  .reset_password .reset_form {
    margin-top: 36px; }
  .reset_password .input_wrap {
    width: 100%;
    margin-bottom: 20px; }
  .reset_password .label {
    display: block;
    margin-bottom: 5px; }
  .reset_password .input_field {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 36px;
    border: none;
    padding: 13px; }
    .es_ES .reset_password .input_field {
      max-width: 340px; }
  .reset_password .password_reset_submit_wrapper {
    position: relative;
    max-width: 300px; }
    .es_ES .reset_password .password_reset_submit_wrapper {
      max-width: 340px; }
  .reset_password .submit_btn {
    display: block;
    width: 100%;
    font-size: 16px;
    max-width: 300px;
    line-height: 40px;
    text-transform: uppercase;
    border: none; }
  .reset_password .error_message {
    font-size: 14px; }
  .reset_password .has_error .error_message {
    display: block; }
  @media (min-width: 770px) {
    .reset_password .reset_password_body {
      display: block;
      margin: 0;
      position: absolute;
      width: 100%;
      height: 100%; }
    .reset_password .reset_password_wrap {
      position: absolute;
      width: 600px;
      left: calc(50% - 300px);
      top: 15%; } }

.reset_password {
  background-color: #FFFFFF; }
  .reset_password .reset_password_form_wrap {
    border-top-left-radius: 18px;
    -moz-border-radius-topleft: 18px;
    -webkit-border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    -moz-border-radius-topright: 18px;
    -webkit-border-top-right-radius: 18px;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0; }
  .reset_password .reset_password_headline {
    background-color: #FFFFFF;
    color: #000000; }
  .reset_password .reset_password_content {
    background-color: #828ef1;
    color: #000000; }
  .reset_password .input_field {
    background-color: #bdc4ff;
    color: #000000;
    border-radius: 2px; }
  .reset_password .submit_btn {
    border-radius: 2px;
    color: #FFFFFF;
    background-color: #D9659B; }
  .reset_password .error_message {
    color: red; }
