/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  background: none;
  padding: 0;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  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;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}

input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #707070;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #707070;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #707070;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 100%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: -0.6px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.33em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: -0.5px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: -0.4px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #6a6a6a;
  font-size: 0.86em;
  line-height: 1.2em;
  font-weight: 400;
}

p {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 300;
    color: #484848;
    font-family: 'Poppins-Regular', sans-serif;
}

a {
  color: #2fa1f6;
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

.avatar_image_link {
  border-radius: 100%;
  /*background-image: url('../images/how-to-take-a-great-profile-picture-chin-forward.jpg'); */
  background-position: 0px 0px;
  background-size: cover;
}

.avatar_image_link.avatar_med {
  position: relative;
  width: 60px;
  height: 60px;
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
}

.avatar_image_link.avatar_med.avatar_blur {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.avatar_image_link.avatar_small {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
}

.card {
  width: auto;
  padding: 0px;
}
.card.card_full {
  padding-bottom: 30px;
  border-radius: 0px;
}


.card.upgrade_card {
  position: relative;
  width: auto;
  height: 100px;
  max-width: none;
  margin-right: 10px;
  margin-left: 10px;
}

.card.media_viewer {
  display: block;
  margin: 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  position: relative;
}

.icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1em;
    height: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Hub affinity icons', sans-serif;
    font-size: 1.5em;
    line-height: 1.6em;
    -webkit-tap-highlight-color: transparent;
}

.icon.cc_payment_not_default {
  color: #e6e6e6;
}

.icon.not_selected {
  color: #e6e6e6;
}

.icon.icon_small {
  font-size: 1em;
  line-height: 1.3em;
}

.nav_icon_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-width: auto;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  align-self: center;
}

.text-block {
  padding-left: 5px;
}

.bt_icon {
  padding-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Hub affinity icons', sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4em;
  font-style: normal;
  font-weight: 400;
}

.bt_icon.setting_icon {
  min-width: 37px;
}

.paragraph {
    font-size: 0.86em;
    font-family: 'Poppins-Regular';
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.paragraph.profile_newmessage_title {
  padding-right: 10px;
  padding-left: 10px;
}

.paragraph.onboarding_paragraph {
  font-weight: 400;
  text-align: center;
}

.profile_details {
  position: static;
  display: block;
  width: 100%;
  margin-top: 4vh;
  padding: 0px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.loz {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 60.8%, 0.6);
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  color: #484848;
  font-size: 0.86em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.loz.verified_email {
  display: inline-block;
  border-color: #7ed321;
  color: #7ed321;
}

.loz.loz_not_selected {
  border-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6));
  background-image: linear-gradient(180deg, #e6e6e6, #e6e6e6);
}
.loz.loz_link {
  border-color: #2fa1f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2fa1f6), to(#2fa1f6));
  background-image: linear-gradient(180deg, #2fa1f6, #2fa1f6);
  color: #fff;
  text-decoration: none;
}


.loz.loz_vip_member {
    align-items: center;
    font-size: 18px;
    background-image: linear-gradient(180deg, #fff0, #fff0) !important;
    border-style: none;
    color: #333333;
    background-color: #3898EC00 !important;
    padding-left: 15px;
    font-family: 'Poppins-SemiBold', sans-serif;
    display: inline-flex;
    text-transform: capitalize;

}


.loz_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.loz_text.no-transform {
  padding-left: 0%;
}

.navigation {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.navigation.nav_closed {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  padding-bottom: 0px;
}

.navigation.nav_closed.nav_up {
  margin-bottom: 0px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.navigation.nav_closed.nav_up.settings_up {
  display: block;
}

.navigation.nav_down {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.mobile_nav_wrapper {
  position: relative;
  z-index: 150;
  height: 258px;
  min-height: 258px;
  margin: 0px 20px -200px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.mobile_nav_main_menu_wrapper {
  position: relative;
  z-index: 160;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.mobile_nav_logo_container {
  height: 60px;
  max-height: 60px;
}

.burger {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 21px;
  text-decoration: none;
}

.settings {
  position: absolute;
  top: 0px;
  right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 21px;
  text-decoration: none;
}



.card_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 10px;
}

.card_header.fixed_top {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  min-height: 70px;
}

.card_header.fixed_top.media_viewer {
  min-height: 70px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.card_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.meta_text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 0.86em;
    line-height: 1.4em;
    font-style: normal;
    display: flex;
    font-family: 'Poppins-Regular' !important;
    color: #707070;
}

.card_footer_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.small_link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: 'Poppins-Regular', sans-serif;
    color: var(--main-link-color);
    font-size: 0.86em;
    line-height: 1.4em;
    text-decoration: none;
    cursor: pointer;
}

.card_footer_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.card_footer_left.grow_if_possible {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 5px 1px;
    margin-left: 3px;
    align-self: start;
}

.image_full_width {
  width: 100%;
}

.text_paragraph {
  padding: 10px 10px 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.text_paragraph.error_messages {
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.comment_container {
  display: block;
  max-width: none;
  padding: 0px 10px 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.comment_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    flex-direction: column;
    align-items: start;
}

.message_text_me {
  padding: 10px;
  background-color: hsla(0, 0%, 90.2%, 0.41);
}

.all_messages {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.footer_action {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 98.7%, 0)), color-stop(53%, #f3f3f3));
  background-image: linear-gradient(180deg, hsla(0, 0%, 98.7%, 0), #f3f3f3 53%);
}

.create_message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 10px;
    border-style: none;
    border-width: 0px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0px 1px 3px rgb(0 0 0 / 10%);
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bt_plus_create_message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 48px;
    margin-bottom: 0px;
    padding: 0px 4px 0px 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lozenge_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}


.messenges_group {
    width: 100%;
    max-width: 500px;
    min-width: 500px;
    padding-bottom: 20px;
    display: block;
    margin: 0px auto;
}

.icon_loz {
  display: inline-block;
  margin-right: 5px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Hub affinity icons', sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.loz_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.feed_modal_page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 0px;
  border: 10px none #000;
  background-color: transparent;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  -o-object-fit: fill;
  object-fit: fill;
}
.feed_modal_page .card.show_photos {
    padding: 0px 0 150px 0 !important;
}

.feed_modal_page .card.card_reaction {
    padding: 0px 0 200px 0;
}

    .feed_modal_page .card.card_reaction.card_read_more {
        padding: 0px 0 220px 0;
    }

.feed_modal_page .card.card_read_more {
    padding: 0px 0 50px 0;
}

.feed_modal_page .card.card_reply {
    padding: 0px 0 60px 0;
}

.feed_modal_page .card.card_reaction.card_reply {
    padding-bottom: 250px;
}


.message_notify {
  overflow: hidden;
  width: auto;
  margin-top: 10px;
  margin-left: 0px;
  padding: 0px;
  float: none;
  border: 1px solid #ddd;
  border-radius: 0px 10px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.notify_media {
  overflow: hidden;
  width: 60%;
  margin-top: 10px;
  margin-left: 0px;
  padding: 0px;
  clear: none;
  border: 2px solid #e6e6e6;
  border-radius: 0px 10px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6));
  background-image: linear-gradient(180deg, #e6e6e6, #e6e6e6);
}


.other_row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #e6e6e6;
  border-bottom: 1px none transparent;
}

.looked_date {
  position: absolute;
  top: 10px;
  right: 0px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-left: 40px;
  float: right;
}

.menu_page {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu_page.menu_page_bottom_btns {
  padding-bottom: 120px;
}

.menu_page.menu_page_bottom_btns.profile_page {
  padding: 50px 0px 30px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu_page.profile_page {
  padding-top: 60px;
}

.gallery_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.media_picker_image {
  position: relative;
  overflow: hidden;
  width: 33%;
  height: auto;
  min-height: 60px;
  min-width: 60px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-radius: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.media_picker_thumbnail {
  overflow: hidden;
  width: 100%;
  min-height: 50px;
  min-width: 50px;
  border-radius: 3px;
  -o-object-fit: fill;
  object-fit: fill;
}

.about {
  padding-top: 0px;
}


.recommended_profiles_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery_item_3accross_wrapper {
    display: flex;
    width: 32.3%;
    position: relative;
}

.gallery_item_text {
  padding: 5px;
  color: #2fa1f6;
  text-align: center;
}

.rec_h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2fa1f6;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.3px;
}

.profile_image_cta {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 125px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}


.button_group_horizontal {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 10% 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    min-width: 500px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.button_group_horizontal.align_left {
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tab_header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding: 10px 10px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.settings_group {
  width: 100%;
  max-width: 500px;
  margin-top: 10px;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #01a4ff;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 164, 255, 0.1)), to(rgba(1, 164, 255, 0.1)));
  background-image: linear-gradient(180deg, rgba(1, 164, 255, 0.1), rgba(1, 164, 255, 0.1));
  color: #0270ad;
}


.info.info_warning {
    background-image: linear-gradient(180deg, rgba(255, 125, 5, 0.1), rgba(255, 125, 5, 0.1));
    background-color: #FDE3BC;
    border: 2px solid #E4C695;
    color: #000;
    font-size: 12px;
    border-radius: 5px;
    margin: 20px 0;
}

.info_icon {
  padding-right: 10px;
  font-family: 'Hub affinity icons', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-style: normal;
}

.notification_badge {
  position: absolute;
  left: auto;
  top: -3px;
  right: -3px;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f31212), to(#f31212));
  background-image: linear-gradient(180deg, #f31212, #f31212);
}

.div-block {
  position: relative;
}

.menu_icon_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.body-4 {
  max-width: none;
}

.demo__card-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}


.footer {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    max-width: 530px;
    margin: 0 auto;
}

.footer_link {
  padding-right: 6px;
  font-weight: 400;
}

.footer_text {
    color: #6a6a6a;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
}


.feed_status_wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 50;
  width: 100%;
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px 0px 10px;
}
.create_message_emoji_picker {
  display: block;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 6px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.emoji {
  width: 36px;
  height: 36px;
  padding: 4px;
}



.alert_card.new_message_card {
    position: relative;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    max-width: 500px;
}

.large_link {
  font-size: 0.86em;
  line-height: 16px;
  text-decoration: none;
}

.mobile_nav_secondary_menu {
  max-width: 210px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 10px;
}


.upgrade_content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
}

.white {
  color: #fff;
  line-height: 1.33em;
}

.feed_main_content_wrapper {
  width: 100%;
  max-width: 500px;
  min-width: 500px;
}

.navbar {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 60px;
  top: 0;
}

.nav_wrapper {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.desktop_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.setting_menu_dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.desktop_nav_dropdown_list {
  position: absolute;
  left: auto;
  top: 65px;
  right: 0%;
  bottom: auto;
  z-index: 150;
  display: none;
  min-width: 235px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
}


.desktop_nav_dropdown_list.nav_up {
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: visibility 0s, opacity 0.5s linear;
}

.modal_post_wrapper {
    width: 100%;
    max-width: 500px;
    min-width: 500px;
    margin: 50px auto 110px auto;
    padding: 0 10px;
    border-radius: 0px;
}

.modal_post_wrapper.media_viewer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stateful_lozenge {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    background-color: transparent;
    background-image: none;
    color: #707070;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1em;
}

.stateful_lozenge.loz_link {
  border-color: #2fa1f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2fa1f6), to(#2fa1f6));
  background-image: linear-gradient(180deg, #2fa1f6, #2fa1f6);
  color: #fff;
  text-decoration: none;
}



.comment_user_top {
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: hsla(0, 0%, 90.2%, 0.41);
}

.alert_card_image_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.message_preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.message_box_preview {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #2fa1f6;
  box-shadow: 4px 5px 11px 0 rgba(0, 0, 0, 0.18);
  color: #fff;
}

.blur_text {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.card_title_port_profile {
  padding-top: 10px;
}

.text-block-5 {
  font-family: 'Fa 300', sans-serif;
  color: #2fa1f6;
  font-size: 130px;
  line-height: 131px;
}

.create_message-_post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 10px;
    margin: 10px 0;
    flex-direction: column;
    border: 1px none var(--main-link-color);
}

.rich_text_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: var(--main-link-color);
    position: relative;
}

.head-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5% 11%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.add-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  padding-left: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #3898ec;
  cursor: pointer;
}

.add-menu-block:hover {
  background-color: #f3f3f3;
}

.add-menu-block.last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.text-menu-icon {
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
}
.add-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 20px;
}
.card_header_add_blog_post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.card_header_add_blog_post.fixed_top {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  min-height: 70px;
}


.form-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.form-label {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 0%;
  font-size: 0.86em;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}

.content-form {
  border-radius: 3px;
  font-size: 1em;
  line-height: 1.4em;
}


.text-field-5 {
  width: 85%;
  margin-bottom: 0px;
  border-right: 0px none #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 1em;
  line-height: 1.4em;
}


.field-wrapper.hide {
  display: block;
}

.field-wrapper.description-hide {
  display: none;
}

.field-wrapper.field_error {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid #f31212;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 18, 18, 0.1)), to(rgba(243, 18, 18, 0.1)));
  background-image: linear-gradient(180deg, rgba(243, 18, 18, 0.1), rgba(243, 18, 18, 0.1));
  color: #f31212;
}

.w-input.input_error {
    border: 1px solid #f31212;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 18, 18, 0.1)), to(rgba(243, 18, 18, 0.1)));
    background-image: linear-gradient(180deg, rgba(243, 18, 18, 0.1), rgba(243, 18, 18, 0.1));
    color: #f31212;
}
.w-input.input_error::placeholder {
    color: #f31212;
}
.w-input.input_error:focus {
    border: 1px solid #f31212 !important;
}

.location-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.link-4 {
    color: #01a4ff;
    font-size: 1em;
    line-height: 1.4em;
    text-align: center;
    text-decoration: none;
    color: var(--main-link-color);
    cursor: pointer;
}

.location-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
}


.html-embed-17 {
  display: none;
}


.edit_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.info-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #01a4ff;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 164, 255, 0.1)), to(rgba(1, 164, 255, 0.1)));
  background-image: linear-gradient(180deg, rgba(1, 164, 255, 0.1), rgba(1, 164, 255, 0.1));
  color: #0270ad;
}

.info-2.info_congrats {
  border-color: #7ed321;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 211, 33, 0.1)), to(rgba(126, 211, 33, 0.1)));
  background-image: linear-gradient(180deg, rgba(126, 211, 33, 0.1), rgba(126, 211, 33, 0.1));
  color: #7ed321;
}

.info-2.info_warning {
  border-color: #ff7d05;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 125, 5, 0.1)), to(rgba(255, 125, 5, 0.1)));
  background-image: linear-gradient(180deg, rgba(255, 125, 5, 0.1), rgba(255, 125, 5, 0.1));
  color: #ff7d05;
}

.info-2.info_error {
  border-color: #f31212;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 18, 18, 0.1)), to(rgba(243, 18, 18, 0.1)));
  background-image: linear-gradient(180deg, rgba(243, 18, 18, 0.1), rgba(243, 18, 18, 0.1));
  color: #f31212;
}

.dob_text_field {
  display: block;
  width: 100%;
  margin-right: 10px;
}

.form-5 {
  display: block;
  width: 100%;
}
.text-field-8 {
  min-height: 5vw;
}
.select-field-2 {
  font-weight: 700;
}

.slider_bar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 24px;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6));
  background-image: linear-gradient(180deg, #e6e6e6, #e6e6e6);
}

.feed_headline_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6em;
  text-align: left;
  text-decoration: none;
}

.card_head.card_body_heading_adj {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
}

.grid {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}
.meta_icon {
  display: inline-block;
  width: 15px;
  min-width: 15px;
  margin-right: 5px;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: 'hub-affinity-icons', sans-serif;
  color: #9b9b9b;
  font-size: 0.86em;
  line-height: 1.4em;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.card_location_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 3em;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.edit_container_left {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.location_block {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rich_text_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Hub affinity icons', sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}

.no_decoration {
  font-style: normal;
}

.rich_text_wrapper {
  display: block;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.create_message_plus_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 10px;
  padding: 0px 6px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



.bt_emoji_icon {
  padding-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Hub affinity icons', sans-serif;
/*  color: #01a4ff;
*/
    font-size: 1.6em;
    line-height: 1.6em;
    font-style: normal;
    font-weight: 400;
}

.emoji_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.media_picker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}



.button_icon {
  padding-right: 0px;
  font-family: 'Fa 300', sans-serif;
}


.avatar_meta {
    width: 100%;
    font-family: 'Poppins-Regular';
    color: #707070;
    font-size: 12px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    width: fit-content;
}

.avatar_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.upgrade_image_bg {
  height: 100px;
  border-radius: 4px;
  background-image: url(./ee0b1be213135b4185d9e3a33149b1d7.jpg);
  background-position: 0px 0px;
  background-size: cover;
}

.create_comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 10px 0 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}


.create_message_wrapper {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.paragraph-2 {
  font-size: 1em;
}



.see_more_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.see_more_link_text {
  font-size: 0.86em;
  line-height: 1.4em;
}

.see_more_link_icon {
  display: block;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: 'Fa 300', sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 400;
}

.avatar_username_link_small {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0.86em;
    line-height: 1em;
    font-weight: 400;
    text-decoration: none;
    color: var(--main-link-color);
    font-family: 'Poppins-SemiBold';
}

.alert_card_cta {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.avatar_header_vertical_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.div-block-10 {
  width: 500px;
}


.location-edit_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}


.location_list_item_alt.location_text_link {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.location_list_item {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #C4C4C4;
    font-size: 15px;
    list-style-type: none;
    padding: 0 0px 10px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.location_list.recent .location_text_link {
    color: #484848 !important;
    font-size: 15px;
    border-bottom: none;
    padding: 5px 0;
    margin: 0;

}



.location_edit_form {
  margin-bottom: 0px;
}

.location_list_label {
  margin-top: 10px;
  margin-bottom: 5px;
}

.rich_text_area {
  position: static;
  overflow: auto;
  width: 100%;
  min-height: 6em;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid none none;
  border-width: 1px;
  border-color: #e6e6e6 #000 #000;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.modal_form_wrapper {
  padding-right: 20px;
  padding-left: 20px;
}

.alert_card_wrapper {
  padding-top: 40px;
}
.dob_entry_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.my_message_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.aspect_ratio_43v {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: -75%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 75%;
}
.cc_input_exp_month {
  display: inline-block;
  max-width: 6em;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cc_input_exp_year {
  max-width: 6em;
  margin-bottom: 0px;
  margin-left: 20px;
}

.cc_input_cvv {
  max-width: 6em;
}

.cc_input_postcode {
  max-width: 10em;
  margin-left: 20px;
}

.cc_input_exp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc_input_auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cc_input {
  padding-right: 0px;
  padding-left: 0px;
}
.cc_input_exp_label {
  padding-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
}

.cc_input_cvv_label {
  padding-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
}

.cc_input_name_label {
  padding-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.cc_input_number_label {
  padding-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.cc_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0;
}

.cc_list_item_button_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 6em;
  justify-content: flex-end;
}
.cc_list_item_button_wrapper .icon_link {
    max-height: 20px;
}
.cc_list_item_button_wrapper .icon {
    font-size: 25px;
    margin: 0 5px;
}

.features_list_item {
    border-bottom: 0px;
    display: grid;
    grid-gap: 10px 15px;
    grid-template-columns: 1fr 4em 4em;
    grid-template-rows: auto auto;
}


.search_results_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 500px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


.container {
  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;
}


.form_wrapper {
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button_group_vertical {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0% 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.meta_text-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #9b9b9b;
  font-size: 0.86em;
  line-height: 1.4em;
  font-style: normal;
}


.rec_h4-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2fa1f6;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.3px;
}

.success-message {
  position: static;
}

.desktop_nav_logo_container {
  height: 50px;
  max-height: 50px;
  margin: 5px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url(./029688aaba6418f26315debb5580eb62.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.desktop_secondary_nav_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #333;
}

.secondary_nav_item_text {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.progress_dot {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 20px;
  background-color: #e6e6e6;
}

.progress_dot.progress_dot_tick {
  background-image: url(./267932bece945c7c2120823c50458488.svg);
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.progress {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.loz-2 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 60.8%, 0.6);
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  color: #6a6a6a;
  font-size: 0.86em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}


.onboarding_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}


.profilename_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 48px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 0px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2fa1f6), to(#2fa1f6));
  background-image: linear-gradient(180deg, #2fa1f6, #2fa1f6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.button.walk_through {
  min-width: 130px;
  margin-top: 16px;
}

.button.bt_empty {
  margin-top: 16px;
}

.onboarding_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.onboarding_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.onboarding_filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px 10px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: center;
}
.onboarding_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 150px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.input:focus {
  border-style: solid;
  border-color: #2fa1f6;
}

.input.input_profilename {
  width: 250px;
}

.input.date_y {
  text-align: center;
}

.input.date_d {
  margin-right: 5px;
  text-align: center;
}

.input.date_m {
  margin-right: 5px;
  text-align: center;
}


.date_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.date_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.onboarding_brand {
  width: 400px;
  margin-top: 20px;
  margin-left: 5%;
}

.onboarding_wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.textbox_number {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: var(--main-link-color);
    padding: 5px 5px 5px 6px;
    position: absolute;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    font-size: 10px;
}

.site_grab {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: auto;
  background-image: url(./5dd2238e4d4d127184b3f52c8f6f0343.jpg), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url(./5dd2238e4d4d127184b3f52c8f6f0343.jpg), linear-gradient(180deg, #000, #000);
  background-position: 100% 0%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.textarea {
  min-width: 0px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #e6e6e6;
}

.text_box_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-2 {
  display: block;
  width: 100%;
  height: auto;
}


.location-list-item {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #2fa1f6;
}

.list-item {
  border-bottom: 1px solid #2fa1f6;
}

.create_message_emoji_picker {
  display: block;
}

.mails_wrapper {
  width: 100%;
  max-width: 500px;
  margin-top: 50px;
}

.mail_message_preview.message_read {
  color: #ddd;
}


.back_button_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3em;
  margin-bottom: 10px;
}


.onboarding_header-2 {
  position: relative;
}

.onboarding_paragraph {
  position: relative;
}
.onboarding_card_desktop_wrapper {
  padding-top: 80px;
}

html.w-mod-js *[data-ix="on-load-content-panel-none"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .navigation.nav_closed {
    display: block;
    
  }
  .navigation.nav_closed.settings_up {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
  }
    .mobile_nav_wrapper {
        position: static;
        display: block;
        height: auto;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 2%;
        padding-bottom: 2%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 0px none #ddd;
        border-radius: 0px;
        background-color: #000;
        background-image: none;
        min-height: auto;
    }
  .mobile_nav_wrapper.settings_down {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .mobile_nav_wrapper.settings_up {
    margin-bottom: 0px;
    -webkit-transition: margin 700ms ease;
    transition: margin 700ms ease;
  }
  .mobile_nav_main_menu_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 21px;
    padding-left: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0px solid #ddd;
    background-image: none;
  }
  .mobile_nav_logo_container {
    display: block;
    width: 300px;
    height: 50px;
    margin: 5px auto;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*background-image: url('../images/main-logo.svg');*/
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .burger {
    position: static;
    width: auto;
    height: auto;
  }
  .settings {
    position: static;
  }
/*  .nav_text.ng-isolate-scope {
    color: #000;
  }*/
  .footer_action {
    height: 130px;
    max-width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 98.7%, 0)), color-stop(53%, #fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 98.7%, 0), #fff 53%);
  }
  .tab_header {
    margin-top: 0px;
  }
  .settings_group {
    padding-bottom: 60px;
  }
  .feed_status_wrapper {
    position: static;
    max-width: 500px;
    margin-top: -10px;
    border-radius: 0px;
  }
  .mobile_nav_secondary_menu {
    position: static;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navbar {
    display: none;
  }
  .button_icon {
    padding-right: 2.5%;
  }

  .mobile_nav_upgrade_wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mobile_nav_main_menu_buttons_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile_nav_branding_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile_main_menu_container {
    width: 100%;
    margin-top: -11px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 1px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px none #ddd;
    border-radius: 0px;
  }
  .onboarding_content {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .onboarding_header {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .upgrade_top {
    margin-right: 5%;
    margin-left: 5%;
  }
  .paragraph-text {
    font-size: 0.9em;
    text-align: center;
  }
  .meta_data.ng-binding {
    position: relative;
    padding-top: 2%;
    color: #3898ec;
    font-size: 0.6em;
    line-height: 1em;
  }
  .onboarding_header-2 {
    font-size: 1.2em;
    font-weight: 400;
  }
  .heading-payment {
    font-size: 2em;
    font-weight: 700;
    text-align: center;
  }
  .onboarding_paragraph {
    font-size: 1.2em;
    font-weight: 400;
  }
  .onboarding_card_desktop_wrapper {
    display: none;
  }
  .midde-column {
    width: 70%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .side-column {
    width: 15%;
  }
.icon-main-bar-left {
        font-size: 1.5em;
}

  .notification_badge_wrapper {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .burger {
    width: 40px;
  }
  .settings {
    width: 40px;
  }
  .modal_post_wrapper {
    min-width: 400px;
  }
}

@media screen and (max-width: 479px) {
    .feed_modal_page .card.card_reaction {
        padding: 0px 0 250px 0;
    }
  a {
    color: #2fa1f6;
  }
  .card.upgrade_card {
    width: auto;
    height: 100px;
  }
  .icon.icon_small {
    font-size: 0.86em;
    line-height: 1em;
  }
  .loz.loz_not_selected {
    padding-bottom: 0px;
  }
  .navigation.nav_closed {
    bottom: 0px;
  }
  .mobile_nav_logo_container {
    margin-right: 0px;
  }
  .burger {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .settings {
    width: auto;
    margin-right: 0px;
    margin-left: 10px;
  }
  .footer_action {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 160px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 98.7%, 0)), color-stop(53%, #fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 98.7%, 0), #fff 53%);
  }
  .messenges_group {
    max-width: none;
    min-width: auto;
    padding-bottom: 60px;
  }
  .icon_loz {
    font-size: 0.933em;
    line-height: 0.933em;
  }
  .feed_modal_page {
    width: 100%;
    padding-bottom: 0px;
    border-style: none;
  }
  .menu_page {
    max-width: none;
    padding-bottom: 71px;
  }
  .menu_page.menu_page_bottom_btns {
    margin-bottom: 0px;
  }
  .settings_group {
    max-width: 100%;
  }
  .read_more {
    padding: 10px;
  }
  .notification_badge {
    cursor: default;
  }
  .div-block {
    position: relative;
  }
  .card_body {
    padding-top: 0em;
  }
  .feed_status_wrapper {
    position: static;
  }
  .emoji {
    width: 42px;
    height: 42px;
  }
  .alert_card.new_message_card {
    margin: 0;
    padding: 0 0 20px 0;
  }
  .upgrade_content {
    overflow: hidden;
  }
  .feed_main_content_wrapper {
    min-width: auto;
  }
  .modal_post_wrapper {
    max-width: none;
    min-width: auto;
  }
  .location-wrapper {
    margin-top: 10px;
  }

  .rich_text_icon {
    position: relative;
  }
  .upgrade_image_bg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100px;
  }
  .see_more_link_icon {
    position: relative;
  }
  .location-edit_wrapper {
    margin-top: 10px;
  }
  .cc_list_item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mobile_main_menu_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -11px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .onboarding_title {
    /*height: 60px;
    max-height: 60px;*/
        min-height: 60px;
    }
  .button {
    font-size: 1.33em;
    line-height: 1.33em;
  }
  .button.walk_through {
    text-align: left;
  }
  .button.bt_empty {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2fa1f6), to(#2fa1f6));
    background-image: linear-gradient(180deg, #2fa1f6, #2fa1f6);
    text-align: left;
  }
  .onboarding_content {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .onboarding_header {
    /*height: 60px;
    max-height: 60px;*/
    min-height: 60px;
  }

  .onboarding_brand {
    width: 155px;
  }
  .onboarding_wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .site_grab {
    background-image: url(./5dd2238e4d4d127184b3f52c8f6f0343.jpg), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: url(./5dd2238e4d4d127184b3f52c8f6f0343.jpg), linear-gradient(180deg, #000, #000);
    background-position: 100% 0%, 0px 0px;
    background-size: 100%, auto;
    background-repeat: no-repeat, repeat;
  }
  .mails_wrapper {
    margin-top: 80px;
  }
}

#w-node-56d9afbe18f5-68e12e88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-56d9afbe18f5-68e12e88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-304bad77f49b-93e12e84 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-5b136f5f6ca5-93e12e84 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-0df69beecbb2-93e12e84 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@font-face {
    font-family: 'Fa 300';
    src: url(./23fbd7c6763eca9c0d6079b3c56c5b1f.woff2) format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Hub affinity icons';
    src: url(./d7f396f85f45c00296cc19966442332a.woff2) format('woff2'), url(./d7f396f85f45c00296cc19966442332a.woff2) format('woff2'), url(./8f6baa66d575ad589a34490a1874494e.eot) format('embedded-opentype'), url(./06f1cbd3c200481f8386c6f45f87ec94.woff) format('woff'), url(./06f1cbd3c200481f8386c6f45f87ec94.woff) format('woff'), url(./b411906958d6038628ef6ba155b710a5.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}


.loading_page {
    background-color: #fff;
}

.loading_page_wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    background: #fff;
}

.tabby_loading_image {
    position: relative;
    top: 25%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 400px) {
    .feed_modal_page .card.card_reaction.card_read_more {
        padding: 0px 0 250px 0;
    }
   
}
 /*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjällemark.  
 * All Rights Reserved.  
 * Use, reproduction, distribution, and modification of this code is subject to the terms and 
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjällemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #ffffff;
    }

        .toast-message a:hover {
            color: #cccccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/
}
    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #toast-container > div {
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #ffffff;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

    #toast-container > :hover {
        -moz-box-shadow: 0 0 12px #000000;
        -webkit-box-shadow: 0 0 12px #000000;
        box-shadow: 0 0 12px #000000;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
    }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin: auto;
    }

.toast {
    background: var(--main-link-color-dd);
    border: 2px solid var(--main-link-color);
    color: #000;
}

.toast-success {
    background-color: #51a351;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

/*
  * AngularJS-Toaster
  * Version 0.3
 */
#toast-container > div.ng-enter,
#toast-container > div.ng-leave {
    -webkit-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
}

    #toast-container > div.ng-enter.ng-enter-active,
    #toast-container > div.ng-leave {
        opacity: 0.8;
    }

        #toast-container > div.ng-leave.ng-leave-active,
        #toast-container > div.ng-enter {
            opacity: 0;
        }
body {
  font-family: 'Poppins-Regular', sans-serif;
}
p {
  font-family: 'Poppins-Regular';
}
a {
  font-family: 'Poppins-Regular', sans-serif;
  color: var(--main-link-color);
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
}
h1,
h3 {
  font-family: 'Poppins-SemiBold', sans-serif;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.paragraph {
  font-size: 15px;
  text-align: center;
}
.navbar {
  background-color: #fff;
}
.w-input {
  height: 55px;
}
.onboarding_info_wrapper .success-animation {
  background: url(https://cdna.hubpeople.com/images/tick-loop.gif);
  height: 150px;
  margin-top: 100px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
}
.textbox_number.texbox_error {
  background: var(--main-link-color);
}
.onboarding_card.onboarding_card_step_email .onboarding_info_wrapper .info {
  display: block;
}
.onboarding_card_step_interests1 .onboarding_filters {
  margin-top: 0px;
  max-height: 215px;
  overflow-y: auto;
  padding: 0;
  scrollbar-color: var(--main-link-color-66) var(--main-link-color-26);
  scrollbar-width: thin;
}
.onboarding_card_step_interests1 .onboarding_filters::-webkit-scrollbar {
  width: 5px;
}
.onboarding_card_step_interests1 .onboarding_filters::-webkit-scrollbar-track {
  background: var(--main-link-color-26);
  border-radius: 10px;
}
.onboarding_card_step_interests1 .onboarding_filters::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--main-link-color-66);
}
.onboarding_content .unselect,
.onboarding_content .select {
  margin: 5px;
  min-width: 140px;
}
.onboarding_content .text_below.create a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.onboarding_content .text_below.login a {
  text-decoration: none;
  color: #000;
  display: block;
  margin-top: 20px;
}
.onboarding_content .text_below.create {
  background: var(--main-link-color);
  border-radius: 5px;
  padding: 15px 10px;
  width: 100%;
  text-align: center;
}
.onboarding_card_step_image .icon_link {
  position: absolute;
  bottom: -10px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.onboarding_card_step_image .icon_link .icon.icon-camera {
  color: #fff;
  background: var(--main-link-color);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.onboarding_card_step_image .current_photo img {
  border: 4px solid var(--main-link-color);
  border-radius: 50%;
  width: 180px;
  height: 180px;
}
.onboarding_card_step_image .button_text {
  font-family: 'Poppins-SemiBold', sans-serif;
}
.onboarding_card_step_image .profile_img {
  width: 180px;
  border-radius: 100%;
  margin-top: 20px;
}
.w-input::placeholder {
  color: #707070;
  font-family: 'poppins-light';
}
.new_user_registration h2 {
  color: #000;
  font-size: 35px;
  max-width: 500px;
  font-family: 'Poppins-Bold';
}
h2 {
  color: #484848;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 1.3em;
  margin: 10px 0;
}
.footer {
  position: fixed;
  bottom: 0;
}
.footer a {
  font-size: 12px;
}
.signup-terms {
  text-align: center;
}
.signup-terms a {
  text-align: center;
  font-size: 12px;
  text-decoration: underline;
}
.textbox_number {
  left: 5px;
  bottom: 20px;
  background-color: #72AF81;
  padding: 5px 5px 5px 6px;
  position: absolute;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  font-size: 10px;
}
.textbox_number.textbox_tick .text_box_number {
  visibility: hidden;
}
.textbox_tick {
  background-image: url(https://cdnc.thehubpeople.com/d8u/tick-confirm-onboarding.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 10px;
}
.loader_container,
wait-indicator,
.loading_page,
.onboarding_card.loading {
  position: fixed;
  top: 15%;
  display: block;
  left: 0;
  right: 0;
}
.textbox_number.textbox_tick {
  position: absolute;
  bottom: 20px;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  font-size: 10px;
}
.onboarding_card_step_promoteMe_1 .alert {
  background: none;
  border: none;
  color: #000;
}
/*.signup-step2 .location-wrapper .location-box.left, .signup-step2 .location-wrapper .location-box.right {
    display: none;
}
.signup-step2 .location-wrapper .signup {
    display: block;
}*/
/*.signup-step2 .locationHeader .location-wrapper .signup .location-box.right {
    display: none;
}*/
.signup-step2 .location-wrapper .signup .location-box.right {
  width: 100%;
  margin: 0 auto;
  border-color: #ccc;
}
.signup-step2 .location-wrapper .signup .location-box.right a {
  color: #ccc;
  text-align: left;
  width: auto;
}
.signup-step2 .location-wrapper .signup {
  width: 100%;
}
.onboarding_card_step_gdpr .onboarding_filters {
  flex-wrap: nowrap;
}
.onboarding_card_step_gdpr .onboarding_filters .icon {
  color: var(--main-link-color);
}
.onboarding_card_step_gdpr .alert {
  border: 2px solid var(--main-link-color);
  border-radius: 8px;
  padding: 10px !important;
  color: #000;
}
.onboarding_card_step_gdpr .alert ul {
  margin-left: 20px;
}
.onboarding_card_step_gdpr .alert li {
  line-height: 30px;
}
.onboarding_card_step_gdpr .loz_text {
  font-size: 15px;
  margin-left: 5px;
  font-family: 'Poppins-Regular';
  flex-wrap: wrap;
  color: #000;
  text-transform: capitalize;
}
.onboarding_card_step_gdpr .loz_text a {
  color: #000;
  font-size: 15px;
}
.onboading_branding_wrapper {
  width: 100%;
}
.onboarding_title {
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #fff;
}
.tour-location .location-list-item a {
  justify-content: center;
  cursor: pointer;
  width: 100%;
  display: flex;
}
.city_input_container .fa {
  display: none;
}
.form-2 {
  display: block;
  width: 100%;
  height: auto;
}
.onboarding_card .w-form {
  width: 100%;
  margin-bottom: 0px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 0;
  position: relative;
}
.inputContainer {
  width: 100%;
  position: relative;
}
.w-input:focus,
.w-select:focus {
  border: 1px solid var(--main-link-color) !important;
  background: none;
}
input:focus-visible {
  outline-offset: 0px;
}
input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: #fff !important;
  background: #fff !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.inputContainer .hidePassword {
  cursor: pointer;
  display: flex;
  position: absolute;
  right: 10px;
  top: 3px;
  color: #484848;
  padding: 15px 0;
}
.alert {
  margin: 5px 0;
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
}
.text_row.align_right {
  text-decoration: underline;
  margin-top: 10px;
  text-align: right;
  font-size: 15px;
  margin-bottom: 30px;
  font-family: 'poppins-regular';
  color: var(--main-link-color);
}
.date_row .w-input {
  text-align: center;
}
.button_main {
  width: 100% !important;
  font-family: 'poppins-semibold';
  letter-spacing: 1px;
}
.text-block.text-block-center {
  text-align: center;
  margin: 20px 0;
}
.buttons-container {
  margin: 10px 0;
  cursor: pointer;
}
.onboarding_footer {
  display: flex;
  width: 100%;
  height: 100%;
  /*max-height: 150px;*/
  min-height: 150px;
  padding-bottom: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.new_user_registration .onboarding_footer {
  max-width: 300px;
}
.onboarding_footer .text_below {
  color: #707070;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 0px;
}
.alert.alert-danger {
  border-color: #f31212;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 18, 18, 0.1)), to(rgba(243, 18, 18, 0.1)));
  background-image: linear-gradient(180deg, rgba(243, 18, 18, 0.1), rgba(243, 18, 18, 0.1));
  color: #f31212;
}
.info-tip {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.input.error-border {
  background: #fee7e7;
  color: #f33012;
}
/* progress bar */
.new-progress {
  margin-top: 22px;
  width: 100%;
  display: flex;
  align-items: center;
}
.new-progress .wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.new-progress .line {
  margin: 0 5px;
  background: #fff;
  height: 4px;
  border-radius: 5px;
  border: 0.5px solid #ccc;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.new-progress .circle {
  width: 100%;
}
.new-progress .circle .icon {
  font-size: 15px;
}
.new-progress .circle p {
  color: var(--main-link-color);
  font-size: 9px;
  margin-top: 8px;
  text-align: center;
  position: absolute;
  top: 30px;
  white-space: nowrap;
}
.new-progress .circle div span {
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid #ccc;
  color: #ccc;
  padding: 15px;
}
.new-progress .circle div {
  display: flex;
  align-items: center;
  border-radius: 10px;
  position: relative;
}
.new-progress .circle.profile-confirm {
  width: fit-content;
}
.new-progress .circle.profile-confirm div {
  display: flex;
  flex-direction: column;
}
.new-progress .circle.active div span {
  background: var(--main-link-color);
  color: #fff;
  border: none;
}
.new-progress .bar {
  background: var(--main-link-color);
  height: 100%;
  border: none;
}
/* end progress bar */
/* back button*/
.back-button {
  display: flex;
  align-items: center;
  width: 100%;
}
.back-button .icon {
  color: var(--main-link-color);
  font-size: 15px;
  margin-right: 5px;
  cursor: pointer;
}
.back-button a {
  font-family: 'Poppins-SemiBold';
  color: #000;
}
/* end back button*/
/* location */
.location-select {
  overflow: auto;
  max-height: 138px;
  border: none;
}
.location-select .location-list-item {
  background: var(--main-link-color-12);
  border: 2px solid var(--main-link-color);
  border-bottom: 1px;
  text-align: center;
}
/* end location */
/* tip age*/
.tip_age {
  position: relative;
  height: 120px;
  display: flex;
  width: 100%;
  max-width: 300px;
  justify-content: center;
}
.tip_age .icon {
  cursor: pointer;
  color: #000;
  position: relative;
  justify-content: flex-end;
  margin-top: 0px;
  right: -4px;
  font-size: 20px;
}
.tip_age p {
  width: inherit;
  margin-right: 5px;
  display: block;
  position: relative;
}
.tip_age div span {
  font-size: 15px;
  position: absolute;
  right: -17px;
  top: 0px;
}
.tip_age .container {
  min-width: 300px;
  position: absolute;
  display: flex;
  top: 25px;
  right: -30px;
}
.tip_age .container .age_bubble {
  position: relative;
  background: #E1E1E1;
  border-radius: 8px;
  padding: 10px 15px;
  border: none;
  margin-top: 15px;
}
.tip_age .container .age_bubble p {
  font-size: 12px;
  color: #707070;
  font-family: 'Poppins-Regular' !important;
  margin: 0;
}
.tip_age .container .age_bubble:before {
  right: 100%;
  border: solid #e1e1e1;
  content: '';
  height: 11px;
  width: 11px;
  position: absolute;
  pointer-events: none;
  top: -7px;
}
.tip_age .container .age_bubble::before {
  border-right-color: #E1E1E1;
  border-width: 10px;
  border-color: #e1e1e1;
  left: 81%;
  transform: rotate(135deg);
  clip-path: polygon(0% -2%, 100% 100%, 0% 100%);
  border-radius: 0 0 0 0.25em;
  background: #E1E1E1;
  top: -7px;
}
/* end tip age*/
/* onboaring disabled */
.onboarding_content .select[disabled] {
  background: #eee;
  border: 1px solid #eee;
}
.onboarding_content .select[disabled] .loz_text {
  color: #878585;
}
.onboarding_content .unselect[disabled] {
  background: #eee !important;
  border: 1px solid #eee;
}
.onboarding_content .unselect[disabled] .loz_text {
  color: #878585;
}
.onboarding_content .w-input[disabled] {
  background: #eee;
}
/* end onboaring disabled  */
@media screen and (max-width: 991px) {
  .footer {
    display: none;
  }
  .desktop_nav_logo_container {
    height: 40px;
  }
  body .navbar,
  body .navbar .nav_wrapper {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .body-4.new_user_registration .onboarding_card.justify-start.pwd-request {
    margin-top: 60px;
  }
  .desktop_nav_logo_container {
    height: 35px;
    max-height: 35px;
  }
  .body-4.new_user_registration .onboarding_card {
    margin-top: 30px;
  }
  .onboarding_card_step_gdpr .alert {
    font-size: 10px;
  }
  .onboarding_card_step_gdpr .alert li {
    line-height: 20px;
  }
  .onboarding_card_step_gdpr .loz_text {
    font-size: 10px;
  }
  .onboarding_card_step_gdpr .loz_text a {
    font-size: 10px;
  }
  .w-input,
  .info_text {
    font-size: 12px;
  }
  .onboarding_content {
    max-width: 320px !important;
  }
  textarea.w-input {
    height: 120px !important;
    font-size: 12px;
  }
  .login-box {
    margin-top: 100px !important;
  }
  h3 {
    font-size: 1em;
  }
  .nav_wrapper,
  .navbar {
    display: block;
  }
  .tip_age .container {
    margin-top: 0;
  }
  .nav_wrapper {
    max-height: 50px;
  }
  .onboarding_card_step_interests1 .onboarding_filters {
    margin-top: 0px;
    min-width: 190px;
    max-width: 320px;
    max-height: 265px;
    overflow-y: auto;
  }
  .onboading_branding_wrapper.navbar,
  .navbar .nav_wrapper {
    display: flex;
    align-items: center;
    height: 60px;
  }
  .paragraph,
  .alert {
    font-size: 11px;
    margin: 5px 0;
  }
  h2,
  .new_user_registration h2 {
    font-size: 22px;
  }
  .onboarding_header {
    /*height: 40px;
        max-height: 40px;*/
    min-height: 50px;
  }
  .button_main {
    font-size: 15px !important;
  }
  .info {
    font-size: 10px;
    line-height: 15px;
  }
}
@media screen and (max-height: 1200px) {
  .footer {
    position: inherit;
    margin-top: 35px;
  }
  body .new_user_registration .onboarding_card {
    margin-top: 50px !important;
  }
  body .new_user_registration .onboarding_card.pwd-request {
    margin-top: 100px !important;
  }
}
.occam-carousel {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.occam-carousel .upgrade_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.occam-carousel .gallery_item_image.blur {
  overflow: hidden;
  background: none;
  border-radius: 5px;
}
.occam-carousel .gallery_item_image.blur img {
  filter: blur(10px);
  height: 100%;
  border-radius: 5px;
}
.occam-carousel .slides-container {
  height: 100%;
  position: relative;
  display: flex;
  touch-action: pan-y !important;
}
.occam-carousel .icon-button {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
}
.occam-carousel .icon-button .icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.occam-carousel .radio-buttons-container,
.occam-carousel .current_index {
  position: absolute;
  bottom: 0;
  margin-bottom: 5px;
  width: 100%;
}
.occam-carousel .radio-buttons-container .md-radio-button,
.occam-carousel .current_index .md-radio-button {
  margin-right: 5px;
}
.occam-carousel .radio-buttons-container .md-radio-button .md-off,
.occam-carousel .current_index .md-radio-button .md-off {
  border-color: #ffffff;
}
.modal_post_wrapper.photo_viewer .occam-carousel .image_full_width {
  width: 100%;
  height: 98%;
  position: absolute;
}
.modal_post_wrapper.photo_viewer .occam-carousel .slides-container .slide {
  position: relative;
  margin: 0 10px;
}
.recommended_profiles_wrapper .arrow-buttons {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommended_profiles_wrapper .radio-buttons-container,
.recommended_profiles_wrapper .current_index {
  display: flex;
  bottom: 10px;
  margin: 0;
  justify-content: center;
  color: var(--main-link-color);
  font-weight: 400;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.recommended_profiles_wrapper .radio-buttons-container .md-radio-button,
.recommended_profiles_wrapper .current_index .md-radio-button {
  background: var(--main-link-color);
  color: #fff;
  opacity: 0.4;
  padding: 5px;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  cursor: pointer;
}
.recommended_profiles_wrapper .radio-buttons-container .md-radio-button.active,
.recommended_profiles_wrapper .current_index .md-radio-button.active {
  opacity: 1;
}
.recommended_profiles_wrapper .current_index {
  bottom: 5px;
}
.recommended_profiles_wrapper {
  margin: 0;
}
.recommended_profiles_wrapper.topMedia {
  padding-bottom: 15px;
  margin: 0px 0px 10px 0;
}
.recommended_profiles_wrapper .occam-carousel {
  margin-bottom: 40px;
}
.recommended_profiles_wrapper.about_me .occam-carousel {
  width: 100% !important;
}
.recommended_profiles_wrapper.about_me .occam-carousel .bt-main.bt-narrow {
  text-align: left;
  width: fit-content;
  line-height: 1.5;
}
.recommended_profiles_wrapper .occam-carousel .buttons-wrapper {
  margin: 0 auto;
  position: absolute;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 40px;
  max-width: 300px;
}
.card.media_viewer .buttons-wrapper {
  margin: 0 auto;
  position: absolute;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  left: 15px;
  right: 15px;
  top: 45%;
}
.card.media_viewer .buttons-wrapper .arrow-buttons .bt-main {
  background: #fff;
}
.card.media_viewer .arrow-buttons,
.meet_me .arrow-buttons {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 25;
}
.card.media_viewer .arrow-buttons .icon.icon-arrow-left,
.meet_me .arrow-buttons .icon.icon-arrow-left {
  padding: 0 3px 0 0;
}
.card.media_viewer .arrow-buttons .icon.icon-arrow-right,
.meet_me .arrow-buttons .icon.icon-arrow-right {
  padding: 0 0 0 3px;
}
.card.media_viewer .arrow-buttons .icon {
  background: #fff;
  border-radius: 50%;
}
.demo__card__choice {
  width: 100%;
  height: 100%;
  background: #0000009e;
  display: flex;
  align-items: center;
}
.demo__card__choice .flex-center {
  width: 100%;
  height: 100%;
  justify-content: space-around;
  max-height: 300px;
}
.demo__card__choice .flex-center.matches_no .icon {
  font-size: 52px;
  padding: 52px;
}
.demo__card__choice .flex-center .text {
  font-size: 60px;
  color: #fff;
  -webkit-text-stroke: 2px #000;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
}
.m--reject .icon {
  box-shadow: 0px 0px 15px 0px #FFFFFF80;
  padding: 42px;
  font-size: 50px;
}
.cookie_alert {
  background: rgba(1, 28, 1, 0.8);
  position: fixed;
  bottom: -300px;
  left: 0;
  right: 0;
  z-index: 99999;
  padding: 7px 20px;
  transition: all 1s ease-out 0.22s;
}
.cookie_alert h2,
.cookie_alert p {
  color: #ffffff;
}
.cookie_alert h2 small,
.cookie_alert p small {
  font-size: 11px;
}
.cookie_alert p a:not(.btn) {
  color: orange;
}
.cookie_alert .cookie_inner {
  max-width: 700px;
  margin: 0 auto;
}
.cookie_alert .cookie-small {
  clear: both;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .cookie_alert .btn {
    width: 100%;
  }
  .cookie_alert h2 {
    font-size: 18px;
    font-size: 6.4vw;
  }
  .cookie_alert p {
    font-size: 14px;
  }
  .cookie_alert p small {
    font-size: 10px;
  }
}
.cookie_alert_show {
  bottom: 0;
}
/* Upload photo ID*/
.upload-photoid h1 {
  color: #484848;
  font-size: 40px;
  text-align: center;
  font-weight: 800;
  word-break: break-all;
}
.upload-photoid .pictures img {
  width: 49%;
  min-height: 145px;
  max-height: 145px;
  object-fit: cover;
}
.upload-photoid .icon-exclamation-circle {
  margin-right: 5px;
}
.upload-photoid .icon-tick-circle:before {
  content: "\2714";
}
.upload-photoid,
.upload-photoid.upload_success {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  min-width: 50px;
  width: 100%;
}
.upload-photoid .panel_content-list {
  padding: 0;
}
.upload-photoid .header-list {
  color: #707070;
  margin: 20px 0 0 0;
}
.upload-photoid .subtitle {
  color: #707070;
  font-weight: 600;
  font-size: 20px;
}
.upload-photoid .info_icon {
  color: #ffd400;
}
.upload-photoid .rich_text_form {
  min-height: 200px;
  border-width: 2px;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
}
.upload-photoid .rich_text_form .icon {
  position: absolute;
  color: var(--main-link-color);
  top: 43%;
  left: 46%;
}
.upload-photoid .rich_text_form input {
  height: 100%;
}
.upload-photoid .form_row {
  display: flex;
}
.upload-photoid .loz_text strong {
  font-family: 'Poppins-SemiBold';
}
.upload-photoid .selected,
.unselected {
  width: 100%;
}
.upload-photoid.upload_success {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 20px;
  margin: 30px auto;
  font-weight: 500;
}
.upload-photoid.upload_success .paragraph {
  text-align: center;
  font-size: 15px;
  color: #484848;
  width: 300px;
  margin: 30px auto;
}
.upload-photoid.upload_success h1 {
  font-size: 20px;
  color: #484848;
}
.upload-photoid.unsuccess .footer-link p a {
  color: #484848;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
}
.upload-photoid .form_row {
  margin: 20px 0;
}
.upload-photoid .paragraph.margin {
  margin: 15px 0px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .demo__card__choice .flex-center {
    margin-top: 60px;
  }
  .upload-photoid h1 {
    font-size: 28px;
  }
  .upload-photoid .form_row {
    margin: 0;
  }
  .upload-photoid .col_7,
  .upload-photoid.upload_success {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
  .recommended_profiles_wrapper .occam-carousel .gallery_item_3accross_wrapper.tile_view_more .view_more .icon {
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
  }
  .recommended_profiles_wrapper .occam-carousel .gallery_item_3accross_wrapper.tile_view_more div {
    font-size: 12px !important;
  }
  .recommended_profiles_wrapper .occam-carousel {
    margin: 0px 0 40px 0;
  }
}
iframe {
  border: 0;
}
.popup_fixed_container {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}
.popup_fixed_container .payment_success_window {
  max-width: 440px;
  background: #ffffff;
  display: inline-block;
  margin-top: 10%;
}
.popup_fixed_container .payment_success_window .body {
  background: #2aa366;
  color: #ffffff;
  padding: 50px;
  padding-top: 30px;
}
.popup_fixed_container .payment_success_window .body h1,
.popup_fixed_container .payment_success_window .body h2 {
  color: #ffffff;
  margin-top: 0;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.popup_fixed_container .payment_success_window .body h2 {
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0px;
}
.popup_fixed_container .payment_success_window .body h1 {
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin: 0;
}
.popup_fixed_container .payment_success_window .body .fa_container {
  text-align: center;
}
.popup_fixed_container .payment_success_window .body .fa_container .fa {
  color: #ffffff;
  font-size: 100px;
}
.popup_fixed_container .payment_success_window .body p {
  color: #ffffff;
  text-align: justify;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  letter-spacing: 0.4pt;
  word-spacing: 1pt;
  margin: 3px 0px;
}
.popup_fixed_container .payment_success_window .body .btn {
  border: none;
  color: #2aa366;
  font-size: 32px;
  width: 100%;
  margin: 10px 0;
  letter-spacing: 2px;
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  padding: 6px 0;
  display: inline-block;
  border-radius: 4px;
  font-weight: 100;
}
.popup_fixed_container .payment_success_window .footer {
  padding: 10px 50px;
  display: block;
}
.popup_fixed_container .payment_success_window .footer p {
  text-align: justify;
  font-size: 14px;
  letter-spacing: 0.4pt;
  word-spacing: 1pt;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
  margin: 3px 0px;
  margin-bottom: 10px;
}
.popup_fixed_container .payment_success_window .footer p b {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.responsive .wpwl-control,
.responsive input.wpwl-control,
.responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment input.wpwl-control {
  background: white;
  border: 2px solid #ccc;
  box-shadow: none;
  border-radius: 5px;
  font-family: "ff-good-headline-web-pro-con", "Pathway Gothic One", sans-serif;
  text-transform: none;
  padding: 10px;
  font-size: 18px;
  height: 50px;
}
@media (display-mode: standalone) {
  .responsive .header_container header .col_container {
    padding-top: calc(7px + env(safe-area-inset-top));
  }
}
.background-icon,
.adv-section {
  display: none;
}
body.v3,
.payment_page.v3 {
  background: #1F242C;
  background: linear-gradient(180deg, #fff 0%, rgba(188, 178, 178, 0.8) 27.08%, rgba(0, 0, 0, 0.4) 100%);
}
.payment_page.v3 {
  position: absolute;
  top: calc(60px + env(safe-area-inset-top));
  left: 0;
  min-height: calc(100% - 60px - env(safe-area-inset-top));
  padding: 0 10px;
  overflow: hidden;
  width: 100%;
}
.v3 .hidden.v3 {
  display: block !important;
}
.v3 .modal-dialog iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.v3 .modal-dialog.full-screen {
  left: 0;
  top: env(safe-area-inset-top);
  bottom: 0;
  right: 0;
  position: fixed;
  width: initial;
  height: initial;
  margin-left: 0 !important;
  margin-top: 0 !important;
  border-radius: 0;
  z-index: 999;
}
.v3 .modal-dialog.full-screen .close-btn {
  position: absolute;
  top: 10px;
  right: 28px;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  background: #130a0ab0;
  color: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  border: solid 1px #f0f0f0;
  text-align: center;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_header .angles {
  width: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_header .angles .fa {
  font-size: 24px;
  color: #999999;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_header .angles .fa.fa-angle-down {
  display: inline-block;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_header .angles .fa.fa-angle-right {
  display: none;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block.collapsed .block_header .angles .fa.fa-angle-down {
  display: none;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block.collapsed .block_header .angles .fa.fa-angle-right {
  display: inline-block;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block.collapsed .block_content {
  display: none;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .check-box {
  display: inline-block;
  border: 1px solid grey;
  border-radius: 4px;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  line-height: 15px;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .check-box .fa-check {
  visibility: hidden;
  font-size: 26px;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .check-box.checked .fa-check {
  visibility: visible;
}
.v3 .responsive input {
  border: 1px solid #cccccc;
  padding: 5px;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .two_cols {
  *zoom: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.v3 .responsive label {
  font-size: 13px;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .form_row {
  margin-top: 10px;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .two_cols .col_3 {
  margin-top: 15px;
}
.v3 .responsive .payment_page_Ole a {
  color: #000;
}
.v3 .responsive h4 {
  font-size: 14px;
  line-height: 18px;
}
.v3 .responsive .header_container header .col_container {
  max-width: 500px;
  margin: auto;
  padding-left: 10px;
}
.v3 .responsive .form-field .form-control {
  height: 39px;
  background: #fff;
  color: #000;
  padding: 0 5px;
  border-radius: 4px;
}
.v3 .responsive form.wpwl-form.wpwl-form-card.wpwl-clearfix {
  background: transparent;
  width: 100%;
  max-width: initial;
  color: #000;
}
.v3 .responsive .wpwl-control,
.v3 .responsive input.wpwl-control,
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment input.wpwl-control {
  color: #000;
}
.v3 .responsive .wpwl-label {
  color: #000;
}
.v3 .responsive .payment_page_Ole {
  max-width: 500px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.v3 .responsive .invisible {
  display: none;
  /*visibility: hidden;*/
}
.v3 .responsive div,
.v3 .responsive li,
.v3 .responsive a,
.v3 .responsive span,
.v3 .responsive p,
.v3 .responsive b,
.v3 .responsive strong,
.v3 .responsive textarea,
.v3 .responsive h2,
.v3 .responsive h3,
.v3 .responsive h1 {
  font-family: 'Poppins-Regular', sans-serif;
}
.v3 .responsive li,
.v3 .responsive a,
.v3 .responsive span,
.v3 .responsive p,
.v3 .responsive b,
.v3 .responsive strong,
.v3 .responsive textarea {
  font-size: inherit;
}
.v3 .responsive .fa {
  font-family: 'FontAwesome';
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment input,
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment select {
  font-family: 'Poppins-Regular', sans-serif;
}
.v3 .responsive .background-icon {
  display: block;
  position: fixed;
  bottom: 20px;
  z-index: -1;
}
.v3 .responsive .payment_page_Ole {
  padding: 0;
}
.v3 .responsive .payment_page_Ole .parts_container {
  position: relative;
  min-height: calc(100% - 60px - env(safe-area-inset-top));
  padding: 0 10px;
  overflow: hidden;
  /*overflow-y: auto;*/
}
.v3 .responsive .payment_page_Ole .parts_container div[class^="part"] {
  min-height: auto;
  width: 100%;
  padding: 0;
  margin: 0;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 {
  background: none;
}
.v3 .responsive .sticky-footer {
  /* position: absolute;
            bottom: 40px;
            width: 100%;*/
}
.v3 .responsive .part_2 {
  display: none;
}
.v3 .responsive .swipe_bottom {
  position: fixed;
  transform: translate(0, 100%);
  transition: 0.45s;
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(180deg, #EEE 0%, #C0C0C0 100%);
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  margin-left: -10px;
  bottom: -100%;
}
.v3 .responsive .swipe_bottom.swipe_bottom_visible {
  bottom: 0;
  height: calc(100% - 60px - env(safe-area-inset-top));
  transition: 0.45s;
  transform: translate(0, 0);
  overflow: auto;
  padding-top: 60px;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content {
  padding: 0;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content ul.payment-details {
  margin-top: 10px;
  list-style: disc;
  margin-left: 25px;
  margin-right: 25px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 0;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content ul.payment-details li {
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_header {
  border-bottom: 1px solid white;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  padding: 0 10px;
  color: #333;
  min-height: 46px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_header .payment_name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_header .payment_name .comment.itelebilllogo {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.v3 .responsive .payment_page_Ole .payment_block {
  border-radius: 5px;
  background: #fff;
  margin: 10px;
  padding: 10px;
  color: #333;
  border: solid 1px #999999;
}
.v3 .responsive .payment_page_Ole .payment_block .block_content {
  /*padding: 10px;*/
  border-radius: 5px;
  background: #fff;
  margin: 10px;
  margin-top: 0px;
}
.v3 .responsive .payment_page_Ole .payment_block .block_content a {
  font-size: inherit;
  color: inherit;
}
.v3 .responsive .payment_page_Ole .payment_block .block_content .section_22 {
  margin: 0;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment {
  background: none;
  padding: 0;
  color: #000;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .payment_logos {
  margin-top: 15px;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .payment_logos p {
  font-size: 10px;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .terms-row {
  justify-content: flex-start;
  gap: 10px;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .terms-row a {
  font-size: 10px;
  text-decoration: underline;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 h2.payment-form-header {
  /*margin: 0px -20px;*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  text-transform: initial;
  color: #000;
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #E2D506;
  padding: 15px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 h2.payment-form-header a.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #000;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 h2.payment-form-header img {
  max-height: 20px;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .btn.btn-go,
.v3 .responsive .popup_fixed_container .btn.btn-go {
  text-transform: initial;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #B5B7B5;
  background: #31800e;
  color: #FFF;
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .btn.btn-go.disabled,
.v3 .responsive .popup_fixed_container .btn.btn-go.disabled {
  border-radius: 4px;
  border: 1px solid #B5B7B5;
  background: #646161;
  color: #FFF;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .btn.btn-go {
  font-size: 18px;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .terms_txt {
  margin-top: 15px;
  cursor: pointer;
  color: #000;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: normal;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .terms_txt.check-terms {
  position: relative;
  padding-left: 27px;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .terms_txt.check-terms .check-box {
  position: absolute;
  left: 0;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .form_row {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.v3 .responsive .form-field {
  width: 100%;
  position: relative;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .form_row .div_2 {
  position: absolute;
  right: 7px;
  padding: 0;
  margin: 0;
  z-index: 1;
  top: 8px;
  width: auto;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .form_row .div_2 .icon {
  font-size: 20px;
  color: #9D9D9D;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .form_row .div_2 .icon.ok {
  color: #7ABF5C;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .form_row .div_2 .icon.fa-times-circle {
  color: #F00;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment input,
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment select {
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .two_cols .col_1,
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .two_cols .col_2 {
  width: 50%;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .two_cols {
  align-items: initial;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .input_error {
  border-bottom-width: 1px;
  border-color: #F00;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .check-box {
  /*border: none;*/
  text-align: center;
  cursor: pointer;
  padding: 2px 2px;
  border-radius: 4px;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .check-box.checked {
  background: #7ABF5C;
}
.v3 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .check-box .fa-check {
  font-size: 15px;
  color: #fff;
}
.v3 .responsive div.modal {
  padding: 0;
  border-radius: 8px;
}
.v3 .responsive .alert {
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  border: none;
}
.v3 .responsive .alert .btn {
  color: #000;
  border-radius: 4px;
  background: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  width: 80%;
  margin: 10px auto;
}
.v3 .responsive .alert.alert-danger,
.v3 .responsive .alert-danger {
  color: #842029;
  border: 1px solid #F5C2C7;
  background: #F8D7DA;
}
.v3 .responsive .alert.alert-success {
  color: #0F5132;
  border: 1px solid #BADBCC;
  background: #D1E7DD;
}
.v3 .responsive .alert.alert-exclamation-info {
  color: #333;
  border: none;
  background: #E2D506;
}
.v3 .responsive .alert.alert-warning {
  color: #842029;
  border-radius: 8px;
  border: 1px solid #842029;
  background: #FFE1E1;
  text-align: left;
  padding: 10px 20px;
}
.v3 .responsive .alert.alert-warning h2 {
  color: #B10000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}
.v3 .responsive .alert.alert-warning .btn {
  border: 1px solid #F5C2C7;
  color: #000 !important;
}
.v3 .responsive .btn.btn-default {
  color: #FFF;
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  background: none;
  border: none;
  text-decoration: underline;
  box-shadow: none;
  padding: 7px 12px 7px;
  cursor: pointer;
}
.v3 .responsive .btn.btn-default.btn-secondary {
  background: rgba(0, 0, 0, 0.05);
  display: block;
  border: solid 1px #999999;
}
.v3 .responsive .adv-section {
  display: block;
}
.v3 .responsive .adv-section h2 {
  margin-bottom: 20px;
  color: #000;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-items: center;
  display: flex;
  height: 22px;
  padding-left: 26px;
}
.v3 .responsive .adv-section h2 img {
  width: 25px;
  height: 22.368px;
  margin-right: 10px;
  position: absolute;
  top: -4px;
  left: 0;
}
.v3 .responsive div.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  margin: 0 -10px;
  overflow: hidden;
}
.v3 .responsive div.wrapper .list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.v3 .responsive div.wrapper .box {
  padding-left: 10px;
}
.v3 .responsive div.wrapper .box-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*   box-shadow: rgba(102, 232, 76, 0.25) 0px 50px 100px -20px, rgba(102, 232, 76, 0.3) 0px 30px 60px -30px; */
}
.v3 .responsive div.wrapper .box-inner .vip-benefit-icon {
  color: #000;
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.v3 .responsive div.wrapper .box-inner .vip-benefit-description {
  color: #FFF;
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.v3 .responsive div.wrapper .buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 20px;
}
.v3 .responsive div.wrapper .buttons div.option {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 1px #3F3E3E;
  background: #fff;
}
.v3 .responsive div.wrapper .buttons div.option.active {
  background: #3F3E3E;
}
.v3 .responsive .offers {
  display: flex;
  flex-direction: column;
}
.v3 .responsive .offers .offers-row {
  flex-direction: row;
  gap: 20px;
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 165px;
}
.v3 .responsive .offers .subscription-card {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(7.5px);
  min-height: 123px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  flex-grow: 1;
  align-items: center;
  margin: 0;
  margin-top: 11px;
  margin-bottom: 11px;
  transition: margin ease-in 0.3s;
}
.v3 .responsive .offers .subscription-card.with-voucher {
  justify-content: center;
  gap: 4px;
}
.v3 .responsive .offers .subscription-card.with-voucher h3.offer-name {
  font-size: 12px;
}
.v3 .responsive .offers .subscription-card.loader {
  background: linear-gradient(264deg, #fff, #6b6b6b);
  background-size: 400% 400%;
  -webkit-animation: LoadingAnimation 3s ease infinite;
  -moz-animation: LoadingAnimation 3s ease infinite;
  animation: LoadingAnimation 3s ease infinite;
  left: initial;
  top: initial;
  width: initial;
  height: initial;
}
.v3 .responsive .offers .subscription-card.selected-card {
  border-radius: 8px;
  background: #FFF;
  min-height: 141px;
  margin: 0;
  transition: margin ease-in 0.3s;
  box-shadow: 0px 0px 9px 4px rgba(240, 186, 21, 0.69);
  border: solid rgba(0, 0, 0, 0.5) 1px;
}
.v3 .responsive .offers .subscription-card .card-header {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.v3 .responsive .offers .subscription-card .card-header h2 {
  text-transform: uppercase;
  width: calc(100% - 10px);
  border-radius: 6px;
  border: 1px solid #FBEA65;
  background: #000;
  backdrop-filter: blur(2px);
  color: #FBEA65;
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  padding: 2px;
  margin: 0 auto !important;
}
.v3 .responsive .offers .subscription-card h3.offer-name {
  margin-top: 15px !important;
  color: #000;
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.v3 .responsive .offers .subscription-card .price p {
  color: #000;
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.v3 .responsive .offers .subscription-card .price p.price-currency {
  font-size: 13px !important;
}
.v3 .responsive .offers .subscription-card .price p.red {
  font-size: 11px;
  font-weight: normal;
  color: red;
}
.v3 .responsive .offers .subscription-card .offer-footer {
  min-height: 30px;
  width: 100%;
}
.v3 .responsive .offers .subscription-card .offer-footer .offer-footer-description {
  font-size: 11px;
  text-align: center;
  background: #E2D506;
  color: #333;
  margin-bottom: 0px;
  padding: 6px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom: solid 1px black;
  position: relative;
  bottom: -2px;
}
.v3 .responsive .offers .subscription-card .price-gold {
  display: flex;
  padding: 2px 4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #E2D506;
  margin: 8px 5px;
}
.v3 .responsive .offers .subscription-card .price-gold p {
  color: #000;
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.v3 .responsive .offers .subscription-card .price-gold.discounted {
  font-size: 22px;
}
.v3 .responsive .offers.special-offer .subscription-card {
  padding-bottom: 5px;
  padding-top: 20px;
  justify-content: center;
}
.v3 .responsive .offers.special-offer .subscription-card .card-header h2 {
  display: inline-block;
  width: auto;
  padding: 6px 24px;
  font-size: 14px !important;
}
.v3 .responsive .offers.special-offer .subscription-card h3.offer-name {
  margin-top: 10px !important;
  font-size: 20px;
}
.v3 .responsive .offers.special-offer .subscription-card .price p {
  font-size: 20px;
  font-weight: 500;
}
.v3 .responsive .offers.special-offer .subscription-card .price p strong {
  font-weight: bold;
  font-size: 23px;
  font-family: 'Poppins';
}
.v3 .responsive .offers.special-offer .subscription-card .offer-footer {
  margin-top: 10px;
  /*position: absolute;
                        bottom: -17px;
                        width: 100%;
                        text-align: center;
*/
}
.v3 .responsive .offers.special-offer .subscription-card .offer-footer .price-gold {
  /*display: inline-block;*/
  padding: 6px 24px;
  margin: 0px 5px;
  /*margin: auto;*/
}
.v3 .responsive .offers.special-offer .subscription-card .offer-footer .price-gold p {
  font-weight: 700;
  font-size: 20px;
}
.v3 .responsive .subscription-info {
  color: #000;
  /*text-align: center;*/
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 11px;
  font-style: normal;
  /*font-weight: 700;*/
  line-height: normal;
  margin-bottom: 10px;
}
.v3 .responsive .subscription-info-description {
  color: #000;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  min-height: 60px;
}
.v3 .responsive .subscription-info-description span,
.v3 .responsive .subscription-info-description o {
  color: #000;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.v3 .responsive a.offer-selected-action-button {
  border-radius: 8px;
  border: 1px solid #000;
  background: #FFF;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.v3 .popup_fixed_container {
  top: calc(50px + env(safe-area-inset-top));
}
.v3 .popup_fixed_container .payment_success_window {
  margin-top: 0;
  max-width: 100%;
  background: #404040;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  height: 100%;
}
.v3 .popup_fixed_container .payment_success_window.payment_fail_window {
  background: #fff;
}
.v3 .popup_fixed_container .payment_success_window.payment_fail_window .body p,
.v3 .popup_fixed_container .payment_success_window.payment_fail_window .footer p {
  color: #000;
}
.v3 .popup_fixed_container .payment_success_window .page_bg {
  position: absolute;
  left: calc(50% - 380px);
}
.v3 .popup_fixed_container .payment_success_window .body {
  height: 100%;
  overflow: hidden;
}
.v3 .popup_fixed_container .payment_success_window .body p {
  margin: 30px 0;
}
.v3 .popup_fixed_container .payment_success_window .footer p {
  font-size: 14px;
  font-weight: normal;
}
.v3 .popup_fixed_container .payment_success_window .body,
.v3 .popup_fixed_container .payment_success_window .footer {
  padding: 20px;
  background: transparent;
  width: 100%;
  position: relative;
}
.v3 .popup_fixed_container .payment_success_window .body h1,
.v3 .popup_fixed_container .payment_success_window .footer h1 {
  margin: 30px 0;
  display: flex;
  gap: 7px;
  align-items: center;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  justify-content: center;
}
.v3 .popup_fixed_container .payment_success_window .body p,
.v3 .popup_fixed_container .payment_success_window .footer p {
  font-family: 'Poppins-Regular', sans-serif;
  color: #fff;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
.v3 .popup_fixed_container .payment_success_window .body button.btn,
.v3 .popup_fixed_container .payment_success_window .footer button.btn {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  width: 80%;
  color: #ffffff;
  background-color: #549E39;
  border: 0;
  letter-spacing: normal;
}
.v3 .popup_fixed_container .payment_success_window .footer p {
  margin: 0px;
  color: #000;
  text-align: center;
}
.v3 .popup_fixed_container .payment_success_window.payment-failed .body {
  background: #db8127;
}
.v3 .popup_fixed_container .payment_success_window.payment-failed .body .btn {
  color: #db8127;
}
.v3 .popup_fixed_container .payment_success_window.payment-failed .body p a {
  font-size: 18px;
  color: #fff;
  font-weight: 100;
  font-family: 'Roboto Condensed';
  text-decoration: underline;
}
@-webkit-keyframes LoadingAnimation {
  0% {
    background-position: 0% 55%;
  }
  50% {
    background-position: 100% 46%;
  }
  100% {
    background-position: 0% 55%;
  }
}
@-moz-keyframes LoadingAnimation {
  0% {
    background-position: 0% 55%;
  }
  50% {
    background-position: 100% 46%;
  }
  100% {
    background-position: 0% 55%;
  }
}
@keyframes LoadingAnimation {
  0% {
    background-position: 0% 5%;
  }
  50% {
    background-position: 100% 46%;
  }
  100% {
    background-position: 0% 73%;
  }
}
@media (max-width: 480px) {
  .v3 .responsive .payment_page_Ole .parts_container {
    height: calc(100% - 60px - env(safe-area-inset-top));
    padding: 0 10px;
    overflow: hidden;
    overflow-y: auto;
  }
  .v3 .responsive .swipe_bottom.swipe_bottom_visible {
    left: 10px;
  }
}
@media (max-width: 380px) {
  .v3 .responsive .invisible {
    display: none;
  }
  .v3 .responsive div.wrapper .buttons {
    margin-bottom: 0px;
  }
  .v3 .responsive div.wrapper .box-inner .vip-benefit-icon {
    font-size: 45px;
  }
  .v3 .responsive div.wrapper .box-inner .vip-benefit-description {
    font-size: 13px;
  }
  .v3 .responsive .subscription-card .price-gold.discounted p {
    font-size: 14px;
  }
  .v3 .responsive .subscription-info,
  .v3 .responsive .subscription-info-description {
    margin-bottom: 5px;
  }
  .v3 .responsive .payment_page_Ole .parts_container .part_1 .btn.btn-go {
    font-size: 15px;
  }
}
#or-container {
  position: relative;
  width: 100%;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
#or-container::before,
#or-container::after {
  position: absolute;
  width: calc(50% - 20px);
  height: 1px;
  top: 13px;
  background-color: #aaa;
  content: '';
}
#or-container::before {
  left: 0;
}
#or-container::after {
  right: 0;
}
#apple-pay-id:has(apple-pay-button) {
  margin-bottom: 10px;
  padding: 5px;
  min-height: 40px;
  background: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.apple-pay-button {
  min-height: 40px;
}
.popup_fixed_container .payment_success_window.super-match .body {
  background: #000;
  backdrop-filter: blur(12.5px);
  color: #ffffff;
  padding: 50px;
  padding-top: 30px;
}
.payment_page.v3.super-match {
  top: calc(50px + env(safe-area-inset-top));
  min-height: calc(100% - 50px - env(safe-area-inset-top));
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(12.5px);
  color: #fff;
}
.payment_page.v3.super-match p {
  color: inherit;
}
.payment_page.v3.super-match h3 {
  font-family: Poppins-Bold;
  font-size: 24px;
  color: inherit;
  line-height: 26px;
}
.payment_page.v3.super-match h3.sub-header {
  color: inherit;
  font-size: 16px;
  line-height: 20px;
}
.payment_page.v3.super-match .responsive .payment_page_Ole .parts_container .part_1 .btn-go.btn-go-vip {
  border-radius: 4px;
  background: black;
  color: #E3D300;
  border-color: #E3D300;
}
.payment_page.v3.super-match .responsive .payment_page_Ole .parts_container .part_1 .btn-go.btn-sm-go {
  border: 1px solid var(--Super-Match, #CB00F5);
  background: #000;
}
.payment_page.v3.super-match .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.payment_page.v3.super-match .offers.supermatch-offers {
  margin-top: 25px;
  text-align: center;
}
.payment_page.v3.super-match .offers.supermatch-offers .adv_banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.payment_page.v3.super-match .offers.supermatch-offers .adv_banner h3.sub-header {
  margin-top: 5px !important;
}
.payment_page.v3.super-match .offers.supermatch-offers .subscription-card {
  color: #000;
  gap: 8px;
  background: #fff;
  padding: 16px;
}
.payment_page.v3.super-match .offers.supermatch-offers .subscription-card .card-header h2 {
  border-radius: 4px;
  border: 1px solid var(--Super-Match, #CB00F5);
  background: #000;
  color: #fff;
}
.payment_page.v3.super-match .offers.supermatch-offers .subscription-card .offer-name {
  font-family: Poppins-Bold;
  font-size: 24px;
  color: inherit;
}
.payment_page.v3.super-match .offers.supermatch-offers .subscription-card .price {
  max-width: 89px;
}
.payment_page.v3.super-match .offers.supermatch-offers .subscription-card .price h3 {
  color: inherit;
  margin-top: 5px !important;
  font-size: 20px;
  /*margin-bottom: 10px;*/
}
.payment_page.v3.super-match .offers.supermatch-offers .subscription-card .price p {
  font-size: 12px;
  font-weight: 500;
  color: inherit;
}
.payment_page.v3.super-match .offers.supermatch-offers .subscription-card .price-pink .offer-price {
  color: #FF00E6;
  text-align: center;
  font-family: Poppins-Bold;
  font-size: 12px;
}
.payment_page.v3.super-match .offers.supermatch-offers .subscription-card .offer-footer .offer-footer-price {
  color: inherit;
  font-family: Poppins-Bold;
}
.payment_page.v3.super-match .offers.supermatch-offers .subscription-card.selected-card {
  border-radius: 8px;
  border: 2px solid var(--Super-Match, #CB00F5);
  background: #000;
  color: #fff;
}
.payment_page.v3.super-match .offers.supermatch-offers .subscription-card.selected-card .price-pink .offer-price {
  color: #FFF;
}
@media (max-width: 600px) {
  .payment_page.v3.super-match h3 {
    font-size: 21px;
  }
  .payment_page.v3.super-match .responsive .offers .offers-row {
    gap: 5px;
  }
}
.payment_page.v3.super-match .responsive .offers .subscription-card.selected-card {
  box-shadow: none;
  margin-top: 11px;
  margin-bottom: 11px;
}
.payment_page.v3.super-match .offers.supermatch-offers .subscription-card {
  padding: 8px;
  border: 2px solid white;
}
@media (display-mode: standalone) {
  .responsive .header_container header .col_container {
    padding-top: calc(7px + env(safe-area-inset-top));
  }
}
.background-icon,
.adv-section {
  display: none;
}
body.v4,
.payment_page.v4 {
  background: #FFF;
}
.payment_page.v4 {
  position: absolute;
  top: calc(60px + env(safe-area-inset-top));
  left: 0;
  min-height: calc(100% - 60px - env(safe-area-inset-top));
  padding: 0 10px;
  /* overflow: hidden;*/
  width: 100%;
}
.v4 .voucher-countdown {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  border-radius: 6px;
}
.v4 .voucher-countdown h3 {
  margin-bottom: 0;
}
.v4 .hidden.v4 {
  display: block !important;
}
.v4 .modal-dialog iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.v4 .modal-dialog.full-screen {
  left: 0;
  top: env(safe-area-inset-top);
  bottom: 0;
  right: 0;
  position: fixed;
  width: initial;
  height: initial;
  margin-left: 0 !important;
  margin-top: 0 !important;
  border-radius: 0;
  z-index: 999;
}
.v4 .modal-dialog.full-screen .close-btn {
  position: absolute;
  top: 10px;
  right: 28px;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  background: #130a0ab0;
  color: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  border: solid 1px #f0f0f0;
  text-align: center;
}
.v4 .payment_page_Ole .payment_block.collapsed {
  height: 70px !important;
  overflow: hidden !important;
}
.v4 .payment_page_Ole .payment_block.collapsed #apple-pay-id {
  display: none;
}
.v4 .payment_page_Ole .payment_block.collapsed #google-pay-id {
  display: none;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_header .angles {
  width: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_header .angles .fa {
  font-size: 24px;
  color: #999999;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_header .angles .fa.fa-angle-down {
  display: inline-block;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_header .angles .fa.fa-angle-right {
  display: none;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block.collapsed .block_header .angles .fa.fa-angle-down {
  display: none;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block.collapsed .block_header .angles .fa.fa-angle-right {
  display: inline-block;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block.collapsed .block_content {
  display: none;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .check-box {
  display: inline-block;
  border: 1px solid grey;
  border-radius: 4px;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  line-height: 15px;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .check-box .fa-check {
  visibility: hidden;
  font-size: 26px;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .check-box.checked .fa-check {
  visibility: visible;
}
.v4 .responsive input {
  border: 1px solid #cccccc;
  padding: 5px;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .two_cols {
  *zoom: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.v4 .responsive label {
  font-size: 13px;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .form_row {
  margin-top: 10px;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .two_cols .col_3 {
  margin-top: 15px;
}
.v4 .responsive .payment_page_Ole a {
  color: #000;
}
.v4 .responsive h4 {
  font-size: 14px;
  line-height: 18px;
}
.v4 .responsive .header_container header .col_container {
  max-width: 500px;
  margin: auto;
  padding-left: 10px;
}
.v4 .responsive .form-field .form-control {
  height: 39px;
  background: #fff;
  color: #000;
  padding: 0 5px;
  border-radius: 4px;
}
.v4 .responsive form.wpwl-form.wpwl-form-card.wpwl-clearfix {
  background: transparent;
  width: 100%;
  max-width: initial;
  color: #000;
}
.v4 .responsive .wpwl-control,
.v4 .responsive input.wpwl-control,
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment input.wpwl-control {
  color: #000;
}
.v4 .responsive .wpwl-label {
  color: #000;
}
.v4 .responsive .payment_page_Ole {
  max-width: 500px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.v4 .responsive .invisible {
  display: none;
  /*visibility: hidden;*/
}
.v4 .responsive div,
.v4 .responsive li,
.v4 .responsive a,
.v4 .responsive span,
.v4 .responsive p,
.v4 .responsive b,
.v4 .responsive strong,
.v4 .responsive textarea,
.v4 .responsive h2,
.v4 .responsive h3,
.v4 .responsive h1 {
  font-family: 'Poppins-Regular', sans-serif;
}
.v4 .responsive li,
.v4 .responsive a,
.v4 .responsive span,
.v4 .responsive p,
.v4 .responsive b,
.v4 .responsive strong,
.v4 .responsive textarea {
  font-size: inherit;
}
.v4 .responsive .fa {
  font-family: 'FontAwesome';
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment input,
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment select {
  font-family: 'Poppins-Regular', sans-serif;
}
.v4 .responsive .background-icon {
  display: block;
  position: fixed;
  bottom: 20px;
  z-index: -1;
}
.v4 .responsive .payment_page_Ole {
  padding: 0;
}
.v4 .responsive .payment_page_Ole .parts_container {
  position: relative;
  min-height: calc(100% - 60px - env(safe-area-inset-top));
  padding: 0 10px;
  overflow: hidden;
  /*overflow-y: auto;*/
}
.v4 .responsive .payment_page_Ole .parts_container div[class^="part"] {
  min-height: auto;
  width: 100%;
  padding: 0;
  margin: 0;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 {
  background: none;
}
.v4 .responsive .sticky-footer {
  position: fixed;
  bottom: calc(env(safe-area-inset-bottom));
  width: 100%;
  left: 0;
  padding: 10px;
  padding-top: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 8.41%, #FFFFFF 26.64%);
}
.v4 .responsive .sticky-footer > * {
  max-width: 500px;
  margin: 0 auto;
}
.v4 .responsive .part_2 {
  display: none;
}
.v4 .responsive .swipe_bottom {
  position: fixed;
  transform: translate(0, 100%);
  transition: 0.45s;
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(180deg, #EEE 0%, #C0C0C0 100%);
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  margin-left: 0px;
  bottom: -100%;
  left: calc((100% - 500px) / 2);
}
.v4 .responsive .swipe_bottom.swipe_bottom_visible {
  bottom: 0;
  max-height: calc(100% - 60px - env(safe-area-inset-top));
  min-height: calc(100% - 60px - env(safe-area-inset-top));
  transition: 0.45s;
  transform: translate(0, 0);
  overflow: auto;
  padding-top: 60px;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content {
  padding: 0;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content ul.payment-details {
  margin-top: 10px;
  list-style: disc;
  margin-left: 25px;
  margin-right: 25px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 0;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content ul.payment-details li {
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_header {
  border-bottom: 1px solid white;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  padding: 0 10px;
  color: #333;
  min-height: 46px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_header .payment_name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_header .payment_name .comment.itelebilllogo {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.v4 .responsive .payment_page_Ole .payment_block {
  border-radius: 5px;
  background: #fff;
  margin: 10px;
  padding: 10px;
  color: #333;
  border: solid 1px #999999;
  height: auto;
  overflow: auto;
  position: relative;
}
.v4 .responsive .payment_page_Ole .payment_block .block_content {
  /*padding: 10px;*/
  border-radius: 5px;
  background: #fff;
  margin: 10px;
  margin-top: 0px;
}
.v4 .responsive .payment_page_Ole .payment_block .block_content a {
  font-size: inherit;
  color: inherit;
}
.v4 .responsive .payment_page_Ole .payment_block .block_content .section_22 {
  margin: 0;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment {
  background: none;
  padding: 0;
  color: #000;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .payment_logos {
  margin-top: 15px;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .payment_logos p {
  font-size: 10px;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .terms-row {
  justify-content: flex-start;
  gap: 10px;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .terms-row a {
  font-size: 10px;
  text-decoration: underline;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 h2.payment-form-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  text-transform: initial;
  color: #fff;
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  background: #070217;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  justify-content: center;
  flex-direction: column;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 h2.payment-form-header a.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #dfdfdf;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 h2.payment-form-header img {
  max-height: 20px;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .btn.btn-go,
.v4 .responsive .popup_fixed_container .btn.btn-go {
  text-transform: initial;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  background: var(--main-link-color);
  /*border: 1px solid #B5B7B5;
            background: #31800e;*/
  color: #FFF;
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .btn.btn-go.disabled,
.v4 .responsive .popup_fixed_container .btn.btn-go.disabled {
  border-radius: 4px;
  border: 1px solid #B5B7B5;
  background: #646161;
  color: #FFF;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .btn.btn-go {
  font-size: 18px;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .terms_txt {
  margin-top: 15px;
  cursor: pointer;
  color: #000;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: normal;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .terms_txt.check-terms {
  position: relative;
  padding-left: 27px;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .terms_txt.check-terms .check-box {
  position: absolute;
  left: 0;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .form_row {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.v4 .responsive .form-field {
  width: 100%;
  position: relative;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .form_row .div_2 {
  position: absolute;
  right: 7px;
  padding: 0;
  margin: 0;
  z-index: 1;
  top: 8px;
  width: auto;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .form_row .div_2 .icon {
  font-size: 20px;
  color: #9D9D9D;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .form_row .div_2 .icon.ok {
  color: #7ABF5C;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .form_row .div_2 .icon.fa-times-circle {
  color: #F00;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment input,
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment select {
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .two_cols .col_1,
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .two_cols .col_2 {
  width: 50%;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .two_cols {
  align-items: initial;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .section_22 .secure_payment .input_error {
  border-bottom-width: 1px;
  border-color: #F00;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .check-box,
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .check-box {
  margin: 0px;
  padding: 0;
  background: transparent;
  border: solid 1px var(--main-link-color);
  width: 18px;
  height: 18px;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .check-box.checked,
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .check-box.checked {
  border: none;
}
.v4 .responsive .payment_page_Ole .parts_container .part_1 .payment_block .block_content .check-box .fa-check {
  font-size: 15px;
  color: #fff;
}
.v4 .responsive div.modal {
  padding: 0;
  border-radius: 8px;
}
.v4 .responsive .alert {
  text-align: left;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  border: none;
}
.v4 .responsive .alert .btn {
  color: #000;
  border-radius: 4px;
  background: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  width: 80%;
  margin: 10px auto;
}
.v4 .responsive .alert.alert-danger,
.v4 .responsive .alert-danger {
  color: #842029;
  border: 1px solid #F5C2C7;
  background: #F8D7DA;
}
.v4 .responsive .alert.alert-success {
  color: #0F5132;
  border: 1px solid #BADBCC;
  background: #D1E7DD;
}
.v4 .responsive .alert.alert-exclamation-info {
  color: #333;
  border: none;
  background: #E2D506;
}
.v4 .responsive .alert.alert-warning {
  color: #842029;
  border-radius: 8px;
  border: 1px solid #842029;
  background: #FFE1E1;
  text-align: left;
  padding: 10px 20px;
}
.v4 .responsive .alert.alert-warning h2 {
  color: #B10000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}
.v4 .responsive .alert.alert-warning .btn {
  border: 1px solid #F5C2C7;
  color: #000 !important;
}
.v4 .responsive .btn.btn-default {
  color: #FFF;
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  background: none;
  border: none;
  text-decoration: underline;
  box-shadow: none;
  padding: 7px 12px 7px;
  cursor: pointer;
}
.v4 .responsive .btn.btn-default.btn-secondary {
  background: rgba(0, 0, 0, 0.05);
  display: block;
  border: solid 1px #999999;
}
.v4 .responsive .adv-section {
  display: flex;
  position: relative;
  min-height: 120px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.v4 .responsive .adv-section .banner-gradient {
  background: linear-gradient(180deg, rgba(22, 1, 1, 0) 0%, #160101 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  font-family: Poppins;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: #fff;
  gap: 5px;
  padding: 13px;
}
.v4 .responsive .adv-section .banner-gradient h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin: 0;
}
.v4 .responsive .adv-section .banner-gradient p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  color: inherit;
}
.v4 .responsive .discount-area h3 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  padding: 5px;
}
.v4 .responsive .clocks {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-self: center;
  margin-bottom: 10px;
}
.v4 .responsive .clocks .time {
  background: #000000;
  height: 69.94px;
  border-radius: 8px;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 45px;
}
.v4 .responsive .clocks .divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 10px;
  overflow: hidden;
  justify-content: center;
  align-self: stretch;
  gap: 6px;
}
.v4 .responsive .offers {
  display: flex;
  flex-direction: column;
}
.v4 .responsive .offers .offers-row {
  flex-direction: column;
  gap: 10px;
  display: flex;
  min-height: 60px;
  margin-bottom: 10px;
  padding-bottom: 125px;
}
.v4 .responsive .offers .subscription-card {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #D5D4D4;
  background: #fff;
  min-height: 65px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
  flex-grow: 1;
  align-items: center;
  margin: 0;
  gap: 12px;
  font-family: 'Poppins-Regular', sans-serif;
}
.v4 .responsive .offers .subscription-card .check-col {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D5D4D4;
  font-size: 18px;
}
.v4 .responsive .offers .subscription-card .check-col .check-circle-o {
  width: 18px;
  height: 18px;
  border: solid 1px #D5D4D4;
  border-radius: 50%;
}
.v4 .responsive .offers .subscription-card .check-col .check-circle {
  width: 18px;
  height: 18px;
  border: solid 1px var(--main-link-color);
  background: var(--main-link-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v4 .responsive .offers .subscription-card .offer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  color: #4C4B52;
}
.v4 .responsive .offers .subscription-card .offer-info .offer-name {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}
.v4 .responsive .offers .subscription-card .offer-info h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.v4 .responsive .offers .subscription-card .offer-adv {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: bold;
  font-family: Poppins-Bold;
}
.v4 .responsive .offers .subscription-card .save {
  background: #D5D4D4;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 77px;
  overflow: hidden;
  justify-content: center;
  align-self: stretch;
}
.v4 .responsive .offers .subscription-card .save p,
.v4 .responsive .offers .subscription-card .save .offer-price-save {
  font-family: Poppins-Bold;
}
.v4 .responsive .offers .subscription-card .save .offer-price-discount {
  font-size: 20px;
  font-family: Poppins-Bold;
}
.v4 .responsive .offers .subscription-card.selected-card {
  background: var(--main-link-color-26);
  border: 1px solid var(--main-link-color);
  color: var(--main-link-color);
}
.v4 .responsive .offers .subscription-card.selected-card .check-col {
  color: var(--main-link-color);
}
.v4 .responsive .offers .subscription-card.selected-card .offer-info h3 {
  font-weight: bold;
}
.v4 .responsive .offers .subscription-card.selected-card .offer-adv {
  color: var(--main-link-color);
}
.v4 .responsive .offers .subscription-card.selected-card .save {
  background: var(--main-link-color);
  color: #fff;
}
.v4 .responsive .offers.special-offer .card-header {
  display: flex;
  background: var(--main-link-color);
  align-items: center;
  justify-content: center;
  padding-top: 13px;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 6px;
}
.v4 .responsive .offers.special-offer .card-header h2 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.v4 .responsive .offers.special-offer .subscription-card {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.v4 .responsive .offers.special-offer .subscription-card .offer-footer {
  width: 100%;
  display: flex;
  flex: 1;
  background: var(--main-link-color);
  color: #fff;
  align-items: center;
  justify-content: center;
}
.v4 .responsive .offers.special-offer .subscription-card .offer-footer p {
  font-family: Poppins !important;
  font-size: 32px !important;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0;
}
.v4 .responsive .offers.special-offer .subscription-card .price p small {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  width: 20px;
  white-space: normal;
  display: inline-block;
  text-transform: uppercase;
  margin-left: 5px;
}
.v4 .responsive .offers.special-offer .subscription-card .price p strong {
  font-family: Poppins;
  font-size: 56px !important;
  font-weight: 600;
  line-height: 84px;
  letter-spacing: -2px;
}
.v4 .responsive .offers.special-offer .subscription-card .price p.striked.red {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  text-decoration-line: line-through;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #F31515;
}
.v4 .responsive .offers .subscription-info {
  color: #000;
  /*text-align: center;*/
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 11px;
  font-style: normal;
  /*font-weight: 700;*/
  line-height: normal;
  margin-bottom: 10px;
}
.v4 .responsive .offers .subscription-info-description {
  color: #000;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 45px;
  min-height: 60px;
}
.v4 .responsive .offers .subscription-info-description span,
.v4 .responsive .offers .subscription-info-description o {
  color: #000;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.v4 .responsive .offers a.offer-selected-action-button {
  border-radius: 8px;
  border: 1px solid #000;
  background: #FFF;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.v4 .popup_fixed_container {
  top: calc(50px + env(safe-area-inset-top));
}
.v4 .popup_fixed_container .payment_success_window {
  margin-top: 0;
  max-width: 100%;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-height: 100%;
  height: 100%;
}
.v4 .popup_fixed_container .payment_success_window.payment_fail_window {
  background: #fff;
}
.v4 .popup_fixed_container .payment_success_window.payment_fail_window .body p,
.v4 .popup_fixed_container .payment_success_window.payment_fail_window .footer p {
  color: #000;
}
.v4 .popup_fixed_container .payment_success_window .body {
  height: 100%;
  overflow: hidden;
}
.v4 .popup_fixed_container .payment_success_window .body p {
  margin: 30px 0;
}
.v4 .popup_fixed_container .payment_success_window .footer p {
  font-size: 14px;
  font-weight: normal;
}
.v4 .popup_fixed_container .payment_success_window .body,
.v4 .popup_fixed_container .payment_success_window .footer {
  padding: 20px;
  background: transparent;
  width: 100%;
  position: relative;
}
.v4 .popup_fixed_container .payment_success_window .body h1,
.v4 .popup_fixed_container .payment_success_window .footer h1 {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 7px;
  align-items: center;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  justify-content: center;
  color: #fff;
}
.v4 .popup_fixed_container .payment_success_window .body h4,
.v4 .popup_fixed_container .payment_success_window .footer h4 {
  padding: 0;
  margin: 0;
  align-items: center;
  font-family: Poppins;
  line-height: 16px;
  justify-content: center;
  font-size: 16px !important;
}
.v4 .popup_fixed_container .payment_success_window .body p,
.v4 .popup_fixed_container .payment_success_window .footer p {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.v4 .popup_fixed_container .payment_success_window .body .btn,
.v4 .popup_fixed_container .payment_success_window .footer .btn {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  width: 80%;
  color: #ffffff;
  background-color: #000;
  border: solid 1px #fff;
  letter-spacing: normal;
}
.v4 .popup_fixed_container .payment_success_window .footer p {
  margin: 0px;
  color: #000;
  text-align: center;
}
.v4 .popup_fixed_container .payment_success_window.payment-failed .body {
  background: #db8127;
}
.v4 .popup_fixed_container .payment_success_window.payment-failed .body .btn {
  color: #db8127;
}
.v4 .popup_fixed_container .payment_success_window.payment-failed .body p a {
  font-size: 18px;
  color: #fff;
  font-weight: 100;
  font-family: 'Roboto Condensed';
  text-decoration: underline;
}
@-webkit-keyframes LoadingAnimation {
  0% {
    background-position: 0% 55%;
  }
  50% {
    background-position: 100% 46%;
  }
  100% {
    background-position: 0% 55%;
  }
}
@-moz-keyframes LoadingAnimation {
  0% {
    background-position: 0% 55%;
  }
  50% {
    background-position: 100% 46%;
  }
  100% {
    background-position: 0% 55%;
  }
}
@keyframes LoadingAnimation {
  0% {
    background-position: 0% 5%;
  }
  50% {
    background-position: 100% 46%;
  }
  100% {
    background-position: 0% 73%;
  }
}
@media (max-width: 480px) {
  .v4 .responsive .payment_page_Ole .parts_container {
    height: calc(100% - 60px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding: 0 10px;
    overflow: hidden;
    overflow-y: auto;
  }
  .v4 .responsive .swipe_bottom.swipe_bottom_visible {
    left: 0px;
  }
}
@media (max-width: 380px) {
  .v4 .responsive {
    /*  .subscription-info, .subscription-info-description {
                margin-bottom: 73px;
            }*/
  }
  .v4 .responsive .invisible {
    display: none;
  }
  .v4 .responsive div.wrapper .buttons {
    margin-bottom: 0px;
  }
  .v4 .responsive div.wrapper .box-inner .vip-benefit-icon {
    font-size: 45px;
  }
  .v4 .responsive div.wrapper .box-inner .vip-benefit-description {
    font-size: 13px;
  }
  .v4 .responsive .subscription-card .price-gold.discounted p {
    font-size: 14px;
  }
  .v4 .responsive .payment_page_Ole .parts_container .part_1 .btn.btn-go {
    font-size: 15px;
  }
}
.message_page.payment_page.v4.xsell {
  top: 0;
  z-index: 999;
  padding: 0;
}
.message_page.payment_page.v4.xsell app-xsell p {
  color: inherit;
  /* font-size: inherit;*/
  /*font-weight: inherit;*/
}
.message_page.payment_page.v4.xsell app-xsell img {
  max-width: initial;
}
.message_page.payment_page.v4.xsell .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 1000;
}
.message_page.payment_page.v4.xsell .responsive .payment_page_Ole {
  max-width: initial;
}
.message_page.payment_page.v4.xsell .responsive .payment_page_Ole .parts_container {
  padding: 0;
}
.message_page.payment_page.v4.xsell .responsive .payment_page_Ole .parts_container .swipe_bottom {
  left: calc(50vw - 250px);
  z-index: 999;
}
@media (max-width: 500px) {
  .message_page.payment_page.v4.xsell .responsive .payment_page_Ole .parts_container .swipe_bottom {
    left: 0;
  }
}
:root {
  --vip-color: #BE9F67;
  --vip-plus-color: #1D1D1B;
}
.plus-font {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}
.tab_options {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  margin-top: calc(30px + env(safe-area-inset-top));
}
.tab_options .slider {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0px;
  height: 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.tab_options .tab_option {
  display: flex;
  width: 50%;
  justify-content: center;
  padding-bottom: 12px;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 24px */
  position: relative;
}
.tab_options .tab_option .tab-option-badge {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  gap: 10px;
  height: 16px;
  background: #000000;
  border-radius: 16px;
  font-size: 8px;
  align-self: center;
  margin-left: 6px;
  text-transform: uppercase;
  color: #fff;
}
.tab_options .tab_option .slider {
  background-color: var(--vip-color);
}
.vip_adv_options_item {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  flex-basis: calc(50% - 5px);
  flex-grow: 0;
  font-size: 12px;
  font-family: 'Poppins' !important;
  font-weight: 600;
  letter-spacing: -4%;
  line-height: 18px;
}
.vip_adv_options_item .vip_adv_options_item_label {
  padding-top: 4px;
  font-weight: normal;
  font-family: 'Poppins-Regular';
}
.vip_adv_options_item svg {
  min-width: 20px;
  max-width: 20px;
}
.vip_adv_options {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  margin-bottom: 15px;
}
.vip_adv_options.vip_adv_options_column {
  flex-direction: column;
  gap: 15px;
}
.vip_adv_options.vip_adv_options_column .vip_adv_options_item {
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-family: 'Poppins-Regular' !important;
  gap: 15px;
  font-weight: normal;
}
.vip_adv_options.vip_adv_options_column .vip_adv_options_item svg {
  width: max-content;
  min-width: max-content;
  max-width: max-content;
}
.vip_plus_icon,
.vip_icon {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}
.adv_header {
  margin: 15px;
  text-align: center;
  margin-top: 0px;
}
.adv_header b {
  font-family: 'Poppins-Bold';
}
.adv_subheader {
  margin: 10px;
  margin-bottom: 20px;
  font-family: 'Poppins-Regular' !important;
  color: #FEF1F1;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}
.payment_page.v4.vipminus {
  top: calc(env(safe-area-inset-top));
  z-index: 999;
  padding: 0;
  min-height: calc(100% - env(safe-area-inset-top));
  color: #1D1D1B;
  background: #BE9F67;
}
.payment_page.v4.vipminus .close-btn {
  top: 7px;
}
.payment_page.v4.vipminus .adv_subheader {
  font-size: 16px;
}
.payment_page.v4.vipminus .voucher-countdown {
  background: #1D1D1B;
  color: #fff;
}
.payment_page.v4.vipminus .payment_page_Ole {
  background: #BE9F67;
}
.payment_page.v4.vipminus .tab_options .tab_option .slider {
  background-color: #1D1D1B;
}
.payment_page.v4.vipminus .offers .subscription-info-description,
.payment_page.v4.vipminus .offers .subscription-info-description o {
  color: #fff;
}
.payment_page.v4.vipminus p {
  color: inherit;
}
.payment_page.v4.vipminus h3 {
  font-family: 'Poppins-Medium';
  font-size: 24px;
  color: inherit;
  line-height: 26px;
}
.payment_page.v4.vipminus h3.sub-header {
  color: inherit;
  font-size: 16px;
  line-height: 20px;
}
.payment_page.v4.vipminus .responsive .offers .subscription-card {
  background: transparent;
  border: 1px solid #1D1D1B82;
}
.payment_page.v4.vipminus .responsive .offers .subscription-card .check-col .check-circle-o {
  border: solid 1px #1D1D1B80;
}
.payment_page.v4.vipminus .responsive .offers .subscription-card .check-col .check-circle {
  border: #D5D4D499;
  background: #FCFCFC;
}
.payment_page.v4.vipminus .responsive .offers .subscription-card .offer-info {
  color: #1D1D1B;
}
.payment_page.v4.vipminus .responsive .offers .subscription-card .save {
  background: #1D1D1B80;
  color: #FFFFFF80;
}
.payment_page.v4.vipminus .responsive .offers .subscription-card.selected-card {
  background: #1D1D1B;
  border: solid 1px transparent;
  margin: -1px;
  color: #BE9F67;
}
.payment_page.v4.vipminus .responsive .offers .subscription-card.selected-card .check-col .check-circle svg path {
  stroke: var(--vip-color);
}
.payment_page.v4.vipminus .responsive .offers .subscription-card.selected-card .offer-info {
  color: #BE9F67;
}
.payment_page.v4.vipminus .responsive .offers .subscription-card.selected-card .offer-adv {
  color: #BE9F67;
}
.payment_page.v4.vipminus .responsive .offers .subscription-card.selected-card .save {
  background: #FFFFFF;
  color: var(--vip-color);
}
.payment_page.v4.vipminus .sticky-footer {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 8.41%, #BE9F67 26.64%);
}
.payment_page.v4.vipminus .sticky-footer a.btn {
  color: #fff;
}
.payment_page.v4.vipminus .sticky-footer .btn.btn-go {
  border: solid 1px #FEF1F1;
  background: #FEF1F1 !important;
  color: #1D1D1B !important;
}
.payment_page.v4.vipminus .sticky-footer .check-box svg path {
  fill: #1D1D1B;
}
.payment_page.v4.vipplus {
  top: calc(env(safe-area-inset-top));
  z-index: 999;
  padding: 0;
  min-height: calc(100% - env(safe-area-inset-top));
  background: var(--vip-plus-color);
  color: #fff;
}
.payment_page.v4.vipplus .close-btn {
  top: 7px;
}
.payment_page.v4.vipplus .vip-plus-font {
  font-family: 'Playfair Display';
}
.payment_page.v4.vipplus .voucher-countdown {
  background: var(--vip-color);
  color: #fff;
}
.payment_page.v4.vipplus .payment_page_Ole {
  background: var(--vip-plus-color);
}
.payment_page.v4.vipplus .vip_adv_options_item {
  flex-basis: calc(33.333% - 14px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.payment_page.v4.vipplus .vip_adv_options_item svg {
  min-width: 31px;
  max-width: 31px;
}
.payment_page.v4.vipplus .offers .subscription-info-description,
.payment_page.v4.vipplus .offers .subscription-info-description o {
  color: #fff;
}
.payment_page.v4.vipplus .tab_options .tab_option {
  display: flex;
  width: 100%;
}
.payment_page.v4.vipplus p {
  color: inherit;
}
.payment_page.v4.vipplus h3 {
  font-family: 'Poppins-Medium';
  font-size: 24px;
  color: inherit;
  line-height: 26px;
}
.payment_page.v4.vipplus h3.sub-header {
  color: inherit;
  font-size: 16px;
  line-height: 20px;
}
.payment_page.v4.vipplus .responsive .offers .subscription-card {
  background: transparent;
  border: 1px solid #D5D4D499;
}
.payment_page.v4.vipplus .responsive .offers .subscription-card .check-col .check-circle-o {
  border: solid 1px #D5D4D499;
}
.payment_page.v4.vipplus .responsive .offers .subscription-card .check-col .check-circle {
  border: #D5D4D499;
  background: #FCFCFC;
}
.payment_page.v4.vipplus .responsive .offers .subscription-card .offer-info {
  color: var(--vip-color);
}
.payment_page.v4.vipplus .responsive .offers .subscription-card .save {
  background: #D5D4D480;
  color: #FFFFFF80;
}
.payment_page.v4.vipplus .responsive .offers .subscription-card.selected-card {
  background: var(--vip-color);
  border: solid 1px transparent;
  margin: -1px;
  color: var(--vip-plus-color);
}
.payment_page.v4.vipplus .responsive .offers .subscription-card.selected-card .check-col .check-circle svg path {
  stroke: var(--vip-color);
}
.payment_page.v4.vipplus .responsive .offers .subscription-card.selected-card .offer-info {
  color: var(--vip-plus-color);
}
.payment_page.v4.vipplus .responsive .offers .subscription-card.selected-card .offer-adv {
  color: white;
}
.payment_page.v4.vipplus .responsive .offers .subscription-card.selected-card .save {
  background: #FFFFFF;
  color: var(--vip-color);
}
.payment_page.v4.vipplus .sticky-footer {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 8.41%, var(--vip-plus-color) 26.64%);
}
.payment_page.v4.vipplus .sticky-footer a.btn {
  color: #fff;
}
.payment_page.v4.vipplus .sticky-footer .btn.btn-go {
  border: solid 1px #FEF1F1;
  background: #FEF1F1 !important;
  color: #1D1D1B !important;
}
.payment_page.v4.vipplus .sticky-footer .check-box svg path {
  fill: #BE9F67;
}
.responsive .payment_page_Ole .parts_container .part_1 .btn-go.btn-go-vip {
  border-radius: 4px;
  background: black;
  color: #E3D300;
  border-color: #E3D300;
}
.responsive .payment_page_Ole .parts_container .part_1 .btn-go.btn-sm-go {
  border: 1px solid var(--Super-Match, #CB00F5);
  background: #000;
}
.close-btn {
  position: absolute;
  right: 10px;
  top: calc(7px + env(safe-area-inset-top));
}
.payment_page.v4.super-match {
  top: 0;
  z-index: 999;
  padding: 0;
  min-height: calc(100% - env(safe-area-inset-top));
  background: #070217;
  /* backdrop-filter: blur(12.5px);*/
  color: #fff;
}
.payment_page.v4.super-match p {
  color: inherit;
}
.payment_page.v4.super-match h3 {
  font-family: 'Poppins-Medium';
  font-size: 24px;
  color: inherit;
  line-height: 26px;
}
.payment_page.v4.super-match h3.sub-header {
  color: inherit;
  font-size: 16px;
  line-height: 20px;
}
.payment_page.v4.super-match .responsive .payment_page_Ole .parts_container .part_1 .btn-go.btn-go-vip {
  border-radius: 4px;
  background: #E3D300;
  color: black;
  border-color: #E3D300;
}
.payment_page.v4.super-match .responsive .payment_page_Ole .parts_container .part_1 .btn-go.btn-sm-go {
  border: 1px solid var(--Super-Match, #CB00F5);
  background: #000;
}
.payment_page.v4.super-match .offers.supermatch-offers {
  margin-top: calc(25px + env(safe-area-inset-top));
  text-align: center;
}
.payment_page.v4.super-match .offers.supermatch-offers .adv_banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.payment_page.v4.super-match .offers.supermatch-offers .adv_banner h3.sub-header {
  margin-top: 5px !important;
}
.payment_page.v4.super-match .offers.supermatch-offers .offers-row {
  padding-bottom: 15px;
}
.payment_page.v4.super-match .offers.supermatch-offers .offers-row .subscription-card {
  border: 1px solid #C901F3;
  background: rgba(201, 1, 243, 0.25);
  box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.04);
}
.payment_page.v4.super-match .offers.supermatch-offers .offers-row .subscription-card .save {
  background: rgba(201, 1, 243, 0.5);
}
.payment_page.v4.super-match .offers.supermatch-offers .offers-row .subscription-card .save .offer-price-save {
  font-family: 'Poppins-Bold';
}
.payment_page.v4.super-match .offers.supermatch-offers .offers-row .subscription-card.selected-card {
  border: 1px solid #CA01F3;
  background: #CB00F5;
  box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.04);
}
.payment_page.v4.super-match .offers.supermatch-offers .offers-row .subscription-card.selected-card .offer-adv {
  color: #fff;
}
.payment_page.v4.super-match .offers.supermatch-offers .offers-row .subscription-card.selected-card .save {
  background: #fff;
  color: #CB00F5;
}
.payment_page.v4.super-match .offers.supermatch-offers .offers-row .subscription-card .offer-info {
  color: #fff;
}
.payment_page.v4.super-match .offers.supermatch-offers .offers-row .subscription-card .check-col .check-circle {
  border: #C901F2;
  background: #fff;
}
.payment_page.v4.super-match .responsive .sticky-footer {
  background: none;
}
@media (max-width: 600px) {
  .payment_page.v4.super-match h3 {
    font-size: 21px;
  }
  .payment_page.v4.super-match .responsive .offers .offers-row {
    gap: 5px;
  }
}
.payment_page.v4.addon .parts_container {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.payment_page.v4.addon .vip_adv_options {
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.payment_page.v4.addon .vip_adv_options .vip_adv_options_item {
  flex-direction: row;
  gap: 9px;
}
.payment_page.v4.addon .vip_adv_options .vip_adv_options_item .vip_adv_options_item_label {
  padding: 0;
}
.new_upgrade_popup {
  font-family: 'Poppins-Regular';
  color: white;
}
.new_upgrade_popup .badge {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 0 10px;
  line-height: 20px;
}
.new_upgrade_popup .vip-plus-icon {
  background: transparent !important;
  width: 100px;
  height: auto;
  position: initial;
}
.new_upgrade_popup.popunder .popunder-body {
  background: #1D1D1B;
}
.new_upgrade_popup.popunder .popunder-body.bc-white {
  background: #FEF1F1;
}
.new_upgrade_popup .container {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.new_upgrade_popup .rounded-box {
  padding: 10px;
  border-radius: 10px;
}
.new_upgrade_popup .container-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.new_upgrade_popup.bc-black,
.new_upgrade_popup .bc-black {
  background: #1D1D1B;
}
.new_upgrade_popup.bc-white,
.new_upgrade_popup .bc-white {
  background: #FEF1F1;
}
.new_upgrade_popup.bc-gold,
.new_upgrade_popup .bc-gold {
  background: #BE9F67;
}
.new_upgrade_popup.c-gold,
.new_upgrade_popup .c-gold {
  color: #BE9F67 !important;
}
.new_upgrade_popup.c-white,
.new_upgrade_popup .c-white {
  color: #FEF1F1 !important;
}
.new_upgrade_popup.c-black,
.new_upgrade_popup .c-black {
  color: #1D1D1B !important;
}
.new_upgrade_popup .top-header {
  font-family: 'Poppins-Medium';
  font-weight: 500;
  font-size: 24px;
  leading-trim: Cap height;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: bottom;
}
.new_upgrade_popup .sub-header {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  leading-trim: Cap height;
  letter-spacing: 0%;
  text-align: center;
}
.new_upgrade_popup .ital {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-style: italic;
  font-size: inherit;
}
.new_upgrade_popup .strong {
  font-family: 'Poppins';
  font-weight: 600;
}
.new_upgrade_popup .clocks {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-self: center;
  margin-bottom: 10px;
}
.new_upgrade_popup .clocks .time {
  background: #000000;
  height: 69.94px;
  border-radius: 8px;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 45px;
  border-color: #fff;
  border: solid 1px;
}
.new_upgrade_popup .clocks .divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 10px;
  overflow: hidden;
  justify-content: center;
  align-self: stretch;
  gap: 6px;
}
.new_upgrade_popup .clocks .divider svg rect {
  fill: white !important;
}
.onboarding_card_mobile_wrapper.new_upgrade_popup.block-visible {
  background: rgb(0 0 0%);
  color: #fff;
  box-shadow: none;
  color: #BE9F67;
}
.onboarding_card_mobile_wrapper.new_upgrade_popup.block-visible .upgrade_card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}
.onboarding_card_mobile_wrapper.new_upgrade_popup.block-visible .vip_adv_options {
  gap: 5px;
}
.onboarding_card_mobile_wrapper.new_upgrade_popup.block-visible .vip_adv_options .vip_adv_options_item {
  font-size: 13px;
}
.onboarding_card_mobile_wrapper.new_upgrade_popup.block-visible .vip_adv_options .vip_adv_options_item svg {
  min-width: 30px;
  max-width: 30px;
}
.onboarding_card_mobile_wrapper.new_upgrade_popup.block-visible .vip_adv_options.one-column {
  flex-direction: column;
  gap: 15px;
  width: 100%;
  justify-self: center;
}
.onboarding_card_mobile_wrapper.new_upgrade_popup.block-visible .vip_adv_options.one-column .vip_adv_options_item {
  font-size: 13px;
  border: solid 1px;
  border-radius: 6px;
  padding: 5px;
  margin: 0 5px;
  align-items: center;
}
.onboarding_card_mobile_wrapper.new_upgrade_popup.block-visible .vip_adv_options.one-column .vip_adv_options_item svg {
  min-width: 40px;
  max-width: 40px;
}
.onboarding_card_mobile_wrapper.new_upgrade_popup.block-visible .cta-upgrade-button {
  width: 100%;
}
.verification_drawer.blue {
  background: #007FFF;
}
.verification_drawer.blue .main-color.bg-white {
  color: #007FFF !important;
}
.verification_drawer.blue .main-color.bg-white svg path {
  fill: #007FFF;
}
.vip-icon-black {
  color: #1D1D1B;
}
.vip-icon-black path {
  fill: #1D1D1B;
}
.vip-icon-white {
  color: #FFF;
}
.vip-icon-white path {
  fill: #FFF;
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('https://cdnc.thehubpeople.com/d8u/fonts/fonts/Poppins-Bold.ttf') format('truetype');
  font-display: block;
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('https://cdnc.thehubpeople.com/d8u/fonts/fonts/Poppins-Medium.ttf') format('truetype');
  font-display: block;
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('https://cdnc.thehubpeople.com/d8u/fonts/fonts/Poppins-Regular.ttf') format('truetype');
  font-display: block;
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('https://cdnc.thehubpeople.com/d8u/fonts/fonts/Poppins-SemiBold.ttf') format('truetype');
  font-display: block;
}
@font-face {
  font-family: 'Fa 300';
  src: url(./23fbd7c6763eca9c0d6079b3c56c5b1f.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
.reveal-media .full-fill {
  background: #0000005c;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  border-radius: 10px;
}
.explicit_content input[type="checkbox"] {
  display: none;
}
.explicit_content .black-checkbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 10px;
}
.explicit_content .black-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid black;
  border-radius: 50%;
  background-color: white;
}
.explicit_content input[type="checkbox"]:checked + .black-checkbox::before {
  background-color: black;
  box-shadow: inset 0 0 0 1px white;
}
.extended-list {
  position: absolute;
  z-index: 150;
  top: 0;
  right: 0;
}
.extended-list .icon-close {
  font-size: 20px;
  color: var(--main-link-color);
}
.extended-list .bt-main {
  width: 100%;
  justify-content: space-between;
  background: #fff;
  border: 2.5px solid var(--main-link-color);
  color: var(--main-link-color);
  margin-top: 10px;
  font-size: 13px;
  padding: 10px;
}
.extended-list .context-item-menu {
  white-space: nowrap;
}
.container.sort {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  position: fixed;
  top: 65px;
  z-index: 199;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.container.sort .line {
  width: 200%;
  background: var(--main-link-color);
  margin-left: -20px;
}
.h-70 {
  height: 70px !important;
}
.line {
  width: 100%;
  height: 1.5px;
  background: #D6D6D6;
  margin: 20px 0;
}
.vertical_line {
  height: auto;
  width: 1px;
  background: #9F9797;
  min-height: 100%;
  position: absolute;
  left: 5.5vh;
}
span {
  -webkit-tap-highlight-color: transparent;
}
.button-imitate {
  background: #8686865E;
  padding: 3px 5px;
  border-radius: 5px;
  border: 1.5px solid #000;
  color: #000;
  font-size: 0.86em;
  margin: 0 5px;
  font-family: 'Poppins-Medium';
  display: inline-flex;
  width: fit-content;
}
.profile-rating {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #Fff;
  border-radius: 10px;
  font-size: 12px;
  width: 100%;
  z-index: 100;
  left: 0;
}
.profile-rating.thanks {
  animation-name: showAndHideBlockDown;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.profile-rating.thanks.up {
  animation-name: showAndHideBlockUp !important;
}
.profile-rating__header {
  padding: 10px 10px 0px 10px;
  cursor: pointer;
}
.profile-rating__header .icon-close {
  background: #707070;
  border-radius: 50%;
  padding: 10px;
}
.profile-rating .thumbs-down {
  color: #b20000;
  transform: scale(-1, 1);
}
.profile-rating .thumbs-up {
  color: #19af5d;
}
.profile-rating .thumbs {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 10px;
  text-shadow: 1.5px 1.5px #fff;
}
.profile-rating .thumbs.active {
  background: #fff;
  pointer-events: none;
}
.profile-rating .button {
  font-size: 15px;
  font-family: 'Poppins-Medium';
  margin: 0;
  max-height: 35px;
  min-width: 120px;
}
@keyframes showAndHideBlockDown {
  from {
    transform: translateY(0%) !important;
  }
  to {
    transform: translateY(190%);
  }
}
@keyframes showAndHideBlockUp {
  from {
    transform: translateY(0%) !important;
  }
  to {
    transform: translateY(-190%);
  }
}
.x-scroll {
  overflow-x: auto;
}
.o-hidden {
  overflow: hidden;
}
.label-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.fw-600 {
  font-weight: 600;
}
.fw-400 {
  font-weight: 400 !important;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-8 {
  font-size: 8px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-30 {
  font-size: 30px;
}
.fs-36 {
  font-size: 36px !important;
}
.p-rel {
  position: relative !important;
}
.p-abs {
  position: absolute !important;
}
.fixed {
  position: fixed;
}
.p-fixed {
  position: fixed;
  bottom: 10px;
}
.w-30 {
  width: 30% !important;
}
.w-20 {
  width: 20% !important;
}
.w-15 {
  width: 15% !important;
}
.w-70 {
  width: 70% !important;
}
.w-90 {
  width: 90% !important;
}
.w-50 {
  width: 50% !important;
}
.m-w400 {
  max-width: 400px !important;
}
.m-w500 {
  max-width: 500px !important;
  margin: 0 auto;
}
.min-wauto {
  min-width: auto !important;
}
.w-fit {
  width: fit-content !important;
}
.h-fit {
  height: fit-content !important;
}
.mw-fit {
  min-width: fit-content !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left;
}
.space_between {
  justify-content: space-between !important;
  display: flex;
  align-items: center;
}
.space_around {
  justify-content: space-around !important;
  display: flex;
  align-items: center;
}
.flex {
  display: flex;
}
.flex-center {
  justify-content: center !important;
  display: flex;
  align-items: center;
}
.flex-right {
  display: flex;
  justify-content: right !important;
  align-items: center;
}
.flex-left {
  display: flex !important;
  justify-content: left !important;
}
.justify-start {
  justify-content: flex-start;
}
.self-flex-end {
  align-self: flex-end;
}
.self-flex-start {
  align-self: flex-start;
}
.align-start {
  align-items: start !important;
}
.align-self-start {
  align-self: start;
}
.block-center {
  margin: 0 auto !important;
}
.text-nowrap {
  white-space: nowrap;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.tx-shadow {
  text-shadow: 0.5px 0.5px 2px #2d2d2d;
}
.tx-shadow_black {
  text-shadow: 1px 1px 1px black;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-gap {
  gap: 6px;
}
.flex-gap-25 {
  gap: 25px;
}
.flex-gap-20 {
  gap: 20px;
}
.flex-gap-15 {
  gap: 15px;
}
.flex-gap-12 {
  gap: 12px;
}
.flex-grow {
  flex-grow: 1;
}
.space100 {
  max-width: 100px;
  justify-content: space-between;
  display: flex;
}
.underline {
  text-decoration: underline !important;
}
.no-decoration {
  text-decoration: none;
}
.m-5 {
  margin: 5px;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mt-2 {
  margin-top: 2px;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px;
}
.ml-5 {
  margin-left: 5px !important;
}
.mt-5 {
  margin-top: 5px;
}
.w-33 {
  width: 33.33333333% !important;
}
.w-100 {
  width: 100% !important;
}
.w-40 {
  width: 40% !important;
  max-width: 40% !important;
}
.w-50 {
  width: 50% !important;
  max-width: 50% !important;
}
.w-80 {
  width: 80% !important;
  max-width: 80%;
}
.mw-100 {
  max-width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.flex-2 {
  flex: 2;
}
.shadow-none {
  box-shadow: none !important;
}
.shadow {
  background: linear-gradient(0deg, #000000 5%, #ffffff00 60%);
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.full-fill {
  width: 100%;
  height: 100%;
  position: absolute;
}
.pointer {
  cursor: pointer !important;
}
.card-shadow {
  border-radius: 8px;
  padding: 20px !important;
  margin: 20px 0 !important;
  box-shadow: 0px 0px 15px 0px #0000001A;
}
.not-allowed {
  cursor: not-allowed !important;
}
span.required {
  color: #f31212;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: -3px;
}
.rating {
  position: fixed;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  padding: 10px;
  background: rgba(72, 72, 72, 0.8);
  width: 100%;
  right: 0;
  left: 0;
  margin-left: auto;
  top: 30%;
  margin-right: auto;
  z-index: 100;
}
.rating .rating-modal-header-close {
  display: flex;
  justify-content: right;
  width: 100%;
}
.rating .icon-close {
  font-size: 20px;
  background: #fff;
  border-radius: 50%;
  padding: 15px;
}
.loz.tags {
  border-radius: 5px;
  border: 1.5px solid #707070;
  padding: 5px;
  cursor: default !important;
  text-transform: capitalize;
}
.loz.tags.fills {
  background: #e9e9e9;
  cursor: default !important;
}
.link-loz {
  background: var(--main-link-color);
  margin: 0 3px 3px 0;
  border-radius: 20px;
  padding: 1px 8px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  font-size: 12px;
  border: 1.5px solid #A5A5A5;
  white-space: nowrap;
  font-size: 11px;
  text-transform: uppercase;
  z-index: 0;
}
.link-loz.transparent {
  border: 1px solid #ffffff33;
  opacity: 1 !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.1) !important;
}
.followText {
  opacity: 0;
  display: none;
  transition: opacity 4s ease-out;
}
.profile-actions-left {
  min-width: auto !important;
  max-width: 95px;
}
.profile-actions-left.active {
  animation-name: rollOut;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.profile-actions-left.active .followText {
  text-align: center;
  display: flex;
  justify-content: center;
  flex: 1;
  animation-name: opacityText;
  animation-duration: 0.8s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
@keyframes rollOut {
  0% {
    width: 25px;
  }
  40% {
    width: 100%;
  }
  100% {
    width: 25px;
  }
}
@keyframes opacityText {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.flex-left {
  padding: 5px 0 15px 0;
}
.flex-left .empty_bg {
  padding: 2px 20px;
  margin: 3px 5px 3px 0;
  width: fit-content;
  font-size: 12px;
}
.flex-left .empty_bg.select {
  background: var(--main-link-color);
  color: #fff;
}
.upgrade_card_bottom {
  bottom: -10px;
  top: inherit !important;
}
.info_error {
  display: flex;
  color: #000;
  background-color: #ffedae;
  border-color: none;
  margin-top: 10px;
  border-radius: 10px;
  font-size: 15px;
  border: 2px solid #ffd400;
  background-image: linear-gradient(180deg, rgba(243, 18, 18, 0.1), rgba(243, 18, 18, 0.1));
}
.info_error p {
  color: #000;
}
.info.info_congrats {
  border: none;
  color: #fff;
  background: #6aa74f;
  margin: 20px 0;
}
.info.info_congrats p {
  color: #fff;
}
.info.info_congrats .info_text {
  color: #fff;
}
.info_text {
  font-family: 'Poppins-Regular', sans-serif;
  line-height: 15px;
  text-align: left;
  color: #000;
}
.cookie_alert {
  display: none;
}
.alert_container .alert {
  border: none;
  color: #fff;
  background: #6aa74f;
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.icon_link {
  color: var(--main-link-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #2fa1f6;
  text-decoration: none;
  cursor: pointer;
}
.cropper-view-box {
  outline-color: #fff !important;
  outline: 1.5px solid #fff !important;
}
.cropper-crop-box {
  padding: 7px !important;
}
.bottom-down {
  bottom: -100% !important;
}
.bottom-down.bottom-up {
  bottom: 0 !important;
  transition: all 1s;
}
.bottom {
  bottom: 0 !important;
  top: auto !important;
}
.top-right-hidden {
  top: -60px;
  right: -5000px !important;
}
.top-right-hidden.top-right {
  right: 0 !important;
}
.flex-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  min-height: 23px;
}
.limit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  display: inline-flex;
}
.transparent {
  opacity: 0 !important;
}
.not_transparent {
  opacity: 1 !important;
}
.translucent {
  opacity: 0.5;
}
.border {
  border: 1px solid !important;
}
.black-border {
  border: 1px solid #000 !important;
}
.white-border {
  border: 1px solid #fff;
}
.border1-5 {
  border: 1.5px solid !important;
}
.main-color-border {
  border-color: var(--main-link-color) !important;
}
.fs-clamp-18 {
  font-size: clamp(14px, 4vw, 18px) !important;
}
.fs-clamp-20 {
  font-size: clamp(16px, 6vw, 20px) !important;
}
.border-r5 {
  border-radius: 5px !important;
}
.border-r10 {
  border-radius: 10px !important;
}
.border-r20 {
  border-radius: 20px !important;
}
.border-r0 {
  border-radius: 0 !important;
}
.circle {
  border-radius: 50% !important;
}
.circle30 {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  min-width: 30px !important;
  min-height: 30px !important;
}
.circle20 {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  min-width: 20px !important;
  min-height: 20px !important;
}
.small-red-heart {
  font-size: 11px !important;
  position: absolute;
  bottom: -3px;
  right: -3px;
  padding: 0 !important;
  color: red !important;
}
.author {
  line-height: 1.2;
  font-size: 13px;
  color: black;
  font-family: 'poppins-semibold';
  margin-bottom: 5px;
  cursor: default;
}
.rotate-45 {
  transform: rotate(-45deg);
}
.h-40 {
  height: 40px !important;
}
.h-35 {
  height: 35px !important;
}
.h-auto {
  height: auto;
}
.padd-5 {
  padding: 5px !important;
}
.padd5-10 {
  padding: 5px 10px !important;
}
.padd-10 {
  padding: 10px !important;
}
.padd-15 {
  padding: 15px !important;
}
.padd-20 {
  padding: 20px !important;
}
.padd0-10 {
  padding: 0 10px !important;
}
.padd0-20 {
  padding: 0 20px !important;
}
.padd10-0 {
  padding: 10px 0 !important;
}
.padd0-15 {
  padding: 0 15px;
}
.padd10-20 {
  padding: 10px 20px;
}
.padd10-15 {
  padding: 10px 15px !important;
}
.padd20-0 {
  padding: 20px 0 !important;
}
.padd15 {
  padding: 15px !important;
}
.padd30 {
  padding: 30px;
}
.margin-10 {
  margin: 10px !important;
}
.margin-5 {
  margin: 5px !important;
}
.margin-10 {
  margin: 10px;
}
.margin-15 {
  margin: 15px;
}
.margin-20 {
  margin: 20px;
}
.margin0-10 {
  margin: 0 10px;
}
.margin20-0 {
  margin: 20px 0 !important;
}
.margin10-0 {
  margin: 10px 0 !important;
}
.margin10-15 {
  margin: 10px 15px;
}
.margin5 {
  margin: 5px !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.padd5 {
  padding: 5px !important;
}
.main-border {
  border: 1px solid var(--main-link-color) !important;
}
.grey-border {
  border: 1.5px solid #9F9797 !important;
}
.no-border {
  border: none !important;
}
.tx-shadow-none {
  text-shadow: none;
}
.outline-none {
  outline: none;
}
.grey-color {
  color: #707070 !important;
}
.darkgrey-color {
  color: #484848 !important;
}
.lightgrey-color {
  color: #919191 !important;
}
.white-color {
  color: #fff !important;
}
.white-color strong,
.white-color em {
  color: #fff !important;
}
.black-color {
  color: #000 !important;
}
.main-color {
  color: var(--main-link-color) !important;
}
.green-color {
  color: #21C95F !important;
}
.yw-color {
  color: #E0D42E !important;
}
svg.white-color path {
  fill: #fff;
}
svg.blue-color path {
  fill: blue;
}
svg.main-color path {
  fill: var(--main-link-color);
}
.bg-green {
  background: #4DD700 !important;
  border: none;
}
.bg-black {
  background: #000 !important;
}
.bg-lightblack {
  background: #1D1D1B;
}
.bg-beige {
  background: var(--vip-color);
}
.bg-purple {
  background: #33026D !important;
}
.bg-grey {
  background: #484848 !important;
  border: none;
}
.bg-supermatch {
  background: var(--Linear, linear-gradient(121deg, #CB00F5 -140.34%, #0019FF -57.37%, #B507ED 47.35%, #FF00E6 90.03%, #4013ED 129.31%)) !important;
  color: #fff;
}
.bg-yellow {
  background: #fdf4ac !important;
}
.bg-lightred {
  background: #aa02021c !important;
}
.bg-lightgreen {
  background: #04690c21 !important;
}
.bg-white {
  background: #fff !important;
}
.bg-grey {
  background: #707070 !important;
  border: none;
}
.bg-main {
  background: var(--main-link-color) !important;
}
.bg-lightgrey {
  background: #e4e4e4 !important;
}
.bg-image {
  background-image: none !important;
}
.no-bg {
  background: none !important;
}
.transform-none {
  text-transform: none !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.no-pointer-events {
  pointer-events: none;
}
.blur {
  filter: blur(10px);
}
.capitalize {
  text-transform: capitalize;
}
.flex-1 {
  flex: 1;
}
.list-style-none {
  list-style-type: none;
}
.inline-block {
  display: inline-block !important;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.flex-row {
  display: flex !important;
  width: 100%;
  align-items: center;
  flex-direction: row !important;
}
.justify-center {
  justify-content: center;
}
.row-reverse {
  flex-direction: row-reverse;
}
.fw-bold {
  font-family: 'poppins-bold' !important;
  text-decoration: none;
}
.fw-semibold {
  font-family: 'poppins-semibold' !important;
  text-decoration: none;
}
.fw-medium {
  font-family: 'Poppins-Medium' !important;
}
.fw-regular {
  font-family: 'Poppins-Regular' !important;
}
#item {
  margin-right: 5px;
}
.comment_list {
  padding: 0 10px;
}
.comment_list .read_more {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding-top: 15px;
  margin-left: -10px;
  margin-right: -10px;
}
.comment_list .create_comment {
  width: 100%;
}
.comment_list .create_comment .text-field {
  border: none !important;
  cursor: pointer;
}
.comment_list .create_comment .text-field::placeholder {
  color: var(--main-link-color);
  font-family: 'poppins-semibold';
}
.comment_list .create_comment .text-field:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.comment_list .create_comment .avatar_image_link.avatar_small {
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  border-radius: 50%;
}
input[type=file],
input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}
.block-row {
  display: block !important;
  width: 100%;
  text-align: center;
}
.empty_bg {
  border-radius: 5px;
  border: 1.5px solid var(--main-link-color);
  color: var(--main-link-color);
  min-width: 15%;
  padding: 10px 0px;
  margin: 10px auto;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-height: 40px;
}
.onboarding_wrapper {
  z-index: 999;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 100%;
  position: relative;
}
.onboarding_content {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 10px 0;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
}
.onboarding_content .input.input_profilename {
  width: 100%;
  display: block;
}
.footer_text {
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  color: var(--main-link-color);
}
.footer_text a {
  text-decoration: none;
  font-size: 12px;
}
.footer_link {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .onboarding_wrapper .mobile_nav_wrapper {
    min-height: 65px;
  }
}
@media (max-width: 991px) {
  .footer {
    display: none;
  }
}
.hidden {
  display: none !important;
}
.w-form-fail {
  display: block;
}
input[uploader] {
  position: absolute;
  height: 40px;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
  width: 100%;
}
h2.center {
  text-align: center;
}
.no-menu .navigation {
  display: none;
}
.no-menu footer {
  display: none;
}
wait-indicator {
  position: relative;
  min-height: 30px;
  width: 100%;
}
.loader_container {
  position: relative;
  min-height: 30px;
  width: 100%;
}
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -40px 0 0 -40px;
  border: 12px solid #f5f5f5;
  border-radius: 50%;
  border-right: 12px solid #83cdce;
  border-bottom: 12px solid #444444;
  border-left: 12px solid #444444;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader_dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.dot {
  width: 22px;
  height: 22px;
  width: 16px;
  height: 16px;
  background: #83cdce;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite;
  margin: 0px 1px;
}
.dot:nth-child(1) {
  animation-delay: 0.1s;
  background: #83cdce;
}
.dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #64aacc;
}
.dot:nth-child(3) {
  animation-delay: 0.3s;
  background: #96aacc;
}
.dot:nth-child(4) {
  animation-delay: 0.4s;
  background: #c8aacc;
}
.dot:nth-child(5) {
  animation-delay: 0.5s;
  background: #faaacc;
}
@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2.5);
  }
  100% {
    transform: scale(1);
  }
}
a.nav_icon_link.w-inline-block.w--current {
  opacity: 0.6;
}
.feed_page .article_warpper {
  padding-top: 90px;
}
.round_img {
  border-radius: 50%;
}
.round_img img {
  border-radius: 50%;
  width: 100%;
}
.alert {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #01a4ff;
  border-radius: 5px;
  color: #0270ad;
  font-size: 14px;
  text-align: center;
}
.alert.alert-danger {
  border-color: #f31212;
  color: #921428;
  background: #ffd5da;
}
.ta-toolbar.btn-toolbar .btn-group button.btn.btn-default {
  background: none;
  width: auto;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa 400', sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}
.ta-toolbar.btn-toolbar .btn-group button.btn.btn-default {
  color: var(--main-link-color);
}
.ta-toolbar.btn-toolbar {
  display: inline;
}
.progress_current {
  border: solid 1px #7ed321;
}
.onboarding_card input[uploader] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 50px;
  direction: ltr;
  cursor: pointer;
  width: 100%;
  bottom: 0;
  height: 50px;
}
.onboarding_card .onboarding_footer input[uploader] {
  font-size: 50px;
  height: 50px;
}
.dialog-navbar {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 60px;
  background-color: #000;
}
.dialog-navbar .nav_wrapper {
  height: 60px;
}
.not_logged_page .onboarding_card .onboarding_footer {
  height: 100%;
  max-height: initial;
  min-height: initial;
}
.info-tip {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card > .empty_state_card {
  max-width: 500px;
}
.buttons-container {
  padding-top: 4%;
  padding-bottom: 4%;
}
.button-block {
  margin: 0px 20px !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.link-block {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.icon-block {
  color: #fff;
  text-align: center;
}
.html-embed {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  font-size: 30px;
}
.text-block-2 {
  padding-right: 17px;
  color: #fff;
}
.button-block-facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #4560a0;
}
.button-block-google {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #db4437;
}
.button-block-apple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #000;
}
.text-block-2 {
  padding-right: 35px;
}
.centered {
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  margin: auto;
  position: absolute;
  width: fit-content;
  top: 0;
  height: fit-content;
}
.text-block-center {
  text-align: center;
}
ul.hotpicks {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .loader_container {
    min-width: 100% !important;
    background-size: contain !important;
  }
}
.media-selected img {
  border: solid 3px;
}
text-angular .popover {
  display: none;
}
[text-angular] .popover {
  display: none;
}
.demo__card.above {
  margin-top: -100%;
}
.message_wrapper {
  display: block;
  max-width: none;
  padding: 0px 10px 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
a.media_picker_image.w-inline-block.w-lightbox.selected img {
  border: solid 4px;
}
.media_picker_image .icon-media {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 55px;
  top: 0;
  bottom: 0;
  color: #0000008a;
}
.ta-editor.form-control:focus,
.ta-bind {
  outline: none;
}
.ta-scroll-window.ta-editor.content-form.w-input {
  min-height: 100px;
  margin-bottom: 0;
  margin-top: 5px;
  border: 0;
  height: auto;
}
.ta-toolbar.btn-toolbar .btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-left: 12px;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.ta-toolbar.btn-toolbar {
  border-bottom: solid 1px #cccccc;
}
.create_message_emoji_picker {
  display: block;
}
.desktop_nav_dropdown_list.nav_up {
  opacity: 0;
  display: block;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
}
.desktop_nav_dropdown_list.nav_down {
  visibility: visible;
  display: block;
  opacity: 1;
  transition: all 700ms;
}
@font-face {
  font-family: 'hub-affinity-icons';
  src: url(./8f6baa66d575ad589a34490a1874494e.eot);
  src: url(./8f6baa66d575ad589a34490a1874494e.eot#iefix) format('embedded-opentype'), url(./d7f396f85f45c00296cc19966442332a.woff2) format('woff2'), url(./b411906958d6038628ef6ba155b710a5.ttf) format('truetype'), url(./06f1cbd3c200481f8386c6f45f87ec94.woff) format('woff'), url(./2053207bd8bb944e3ee179480e011a0d.svg#hub-affinity-icons) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hub-affinity-icons' !important;
  speak: never;
  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;
  color: inherit;
}
.icon-list-view:before {
  content: "\1f4cb";
}
.icon-grid-view:before {
  content: "\25a6";
}
.icon-profile-view:before {
  content: "\e953";
}
.icon-gender-expression:before {
  content: "\e94e";
}
.icon-shuffle:before {
  content: "\1f500";
}
.icon-icebreaker:before {
  content: "\e94d";
}
.icon-eye:before {
  content: "\1f440";
}
.icon-play:before {
  content: "\1f3ae";
}
.icon-event-nav:before {
  content: "\1f4c8";
}
.icon-blog-nav:before {
  content: "\1f4c9";
}
.icon-Mac:before {
  content: "\1f4bb";
}
.icon-icon-support:before {
  content: "\1f3a7";
}
.icon-icon-question-mark:before {
  content: "\2756";
}
.icon-icon-profile-user:before {
  content: "\e943";
}
.icon-icon-power-off:before {
  content: "\e944";
}
.icon-upgrade-lock:before {
  content: "\e940";
}
.icon-location-feed:before {
  content: "\1f4cd";
}
.icon-event-feed:before {
  content: "\e93e";
}
.icon-blog-feed:before {
  content: "\1f4c7";
}
.icon-pictures-mail:before {
  content: "\e936";
}
.icon-picture-mail:before {
  content: "\e938";
}
.icon-camera-mail:before {
  content: "\1f4f8";
}
.icon-arrow-right:before {
  content: "\25b6";
}
.icon-arrow-left:before {
  content: "\25c0";
}
.icon-star-sign:before {
  content: "\263e";
}
.icon-aries:before {
  content: "\2648";
}
.icon-taurus:before {
  content: "\2649";
}
.icon-gemini:before {
  content: "\264a";
}
.icon-cancer:before {
  content: "\264b";
}
.icon-leo:before {
  content: "\264c";
}
.icon-virgo:before {
  content: "\264d";
}
.icon-libra:before {
  content: "\264e";
}
.icon-scorpio:before {
  content: "\264f";
}
.icon-sagittarius:before {
  content: "\2650";
}
.icon-capricorn:before {
  content: "\2651";
}
.icon-aquarius:before {
  content: "\2652";
}
.icon-pisces:before {
  content: "\2653";
}
.icon-sex-orientation:before {
  content: "\26a5";
}
.icon-radio-off:before {
  content: "\26aa";
}
.icon-tick-circle:before {
  content: "\2714";
}
.icon-close:before {
  content: "\274c";
}
.icon-question-mark:before {
  content: "\2753";
}
.icon-heart-filled:before {
  content: "\1f497";
}
.icon-plus:before {
  content: "\271a";
}
.icon-arrow-classic-left:before {
  content: "\27f5";
}
.icon-matches-bold:before {
  content: "\1f49e";
}
.icon-dots-three-horizontal:before {
  content: "\22ef";
}
.icon-vip-diamond:before {
  content: "\1f48e";
}
.icon-thumbs-down:before {
  content: "\e901";
}
.icon-thumbs-up:before {
  content: "\e902";
}
.icon-profile-user:before {
  content: "\e903";
}
.icon-user-semi-ticked:before {
  content: "\e904";
}
.icon-question:before {
  content: "\2754";
}
.icon-avatar-blank:before {
  content: "\e906";
}
.icon-see-more:before {
  content: "\e908";
}
.icon-user-semi:before {
  content: "\e909";
}
.icon-breast-size:before {
  content: "\e90a";
}
.icon-cock-size:before {
  content: "\e90b";
}
.icon-safe-sex:before {
  content: "\e90c";
}
.icon-user-block:before {
  content: "\e90e";
}
.icon-chevron:before {
  content: "\e90f";
}
.icon-paid-services:before {
  content: "\e910";
}
.icon-comment-dots:before {
  content: "\e911";
}
.icon-check:before {
  content: "\e912";
}
.icon-hearts-unread:before {
  content: "\1f495";
}
.icon-heart:before {
  content: "\1f499";
}
.icon-ethnicity:before {
  content: "\e916";
}
.icon-exclamation-solid:before {
  content: "\2755";
}
.icon-location:before {
  content: "\e919";
}
.icon-new:before {
  content: "\e91a";
}
.icon-send:before {
  content: "\e91b";
}
.icon-support:before {
  content: "\e91c";
}
.icon-view-profile:before {
  content: "\e91d";
}
.icon-body-decoration:before {
  content: "\e91f";
}
.icon-picture:before {
  content: "\e920";
}
.icon-like-feed:before {
  content: "\1f498";
}
.icon-non-binary:before {
  content: "\e922";
}
.icon-comment-dots-filled:before {
  content: "\e923";
}
.icon-couple:before {
  content: "\e924";
}
.icon-body-hair:before {
  content: "\e925";
}
.icon-arrow-back-outline:before {
  content: "\e926";
}
.icon-build:before {
  content: "\e927";
}
.icon-children:before {
  content: "\1f476";
}
.icon-arrow-forward-outline:before {
  content: "\e929";
}
.icon-drugs:before {
  content: "\e92a";
}
.icon-sexuality:before {
  content: "\e92b";
}
.icon-hair:before {
  content: "\1f487";
}
.icon-link:before {
  content: "\e92d";
}
.icon-pencilandpaper:before {
  content: "\e92e";
  margin-left: 5px;
}
.icon-pronouns:before {
  content: "\e92f";
}
.icon-marital-status:before {
  content: "\1f48d";
}
.icon-occupation:before {
  content: "\e931";
}
.icon-religion:before {
  content: "\e932";
}
.icon-smoke:before {
  content: "\1f4a8";
}
.icon-travel:before {
  content: "\1f30d";
}
.icon-allergy:before {
  content: "\e935";
}
.icon-love-unlock:before {
  content: "\e937";
}
.icon-search:before {
  content: "\1f50d";
}
.icon-user:before {
  content: "\f007";
}
.icon-cog:before {
  content: "\f013";
}
.icon-home:before {
  content: "\1f3e1";
}
.icon-clock:before {
  content: "\1f553";
}
.icon-italic:before {
  content: "\f033";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-info_icon:before {
  content: "\f058";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-ban:before {
  content: "\f05e";
}
.icon-arrow-classic-down:before {
  content: "\f063";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-comments:before {
  content: "\1f4ac";
}
.icon-square:before {
  content: "\25a2";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-undo:before {
  content: "\27f2";
}
.icon-bell:before {
  content: "\1f514";
}
.icon-calendar:before {
  content: "\1f4c6";
}
.icon-check-square:before {
  content: "\f14a";
}
.icon-file-alt:before {
  content: "\f15c";
}
.icon-female-filled:before {
  content: "\1f469";
}
.icon-male-filled:before {
  content: "\1f468";
}
.icon-female:before {
  content: "\1f46a";
}
.icon-male:before {
  content: "\1f46b";
}
.icon-sliders-h:before {
  content: "\f1de";
  transform: rotate(270deg);
}
.icon-newspaper:before {
  content: "\1f4c3";
}
.icon-map:before {
  content: "\f279";
}
.icon-snowflake:before {
  content: "\2603";
}
.icon-trash-alt:before {
  content: "\1f5d1";
}
.icon-images:before {
  content: "\f302";
}
.icon-pen:before {
  content: "\f304";
}
.icon-info-square:before {
  content: "\f30f";
}
.icon-map-marker-alt-filled:before {
  content: "\f3c5";
}
.icon-map-marker-alt:before {
  content: "\f3c6";
}
.icon-file-upload:before {
  content: "\f574";
}
.icon-headset:before {
  content: "\f590";
}
.icon-food-lifestyle:before {
  content: "\1f374";
}
.icon-drink:before {
  content: "\1f378";
}
.icon-education:before {
  content: "\1f393";
}
.icon-media:before {
  content: "\1f39e";
}
.icon-report-user:before {
  content: "\1f3f4";
}
.icon-diamond:before {
  content: "\1f48f";
}
.icon-income:before {
  content: "\1f4b2";
}
.icon-file-text1:before {
  content: "\1f4c4";
}
.icon-event:before {
  content: "\1f4c5";
}
.icon-height:before {
  content: "\1f4cf";
}
.icon-edit:before {
  content: "\1f4dd";
}
.icon-article:before {
  content: "\1f4f0";
}
.icon-camera:before {
  content: "\1f4f7";
}
.icon-padlock:before {
  content: "\1f512";
}
.icon-radio-on:before {
  content: "\1f518";
}
.icon-envelope:before {
  content: "\1f582";
}
.icon-blogpost:before {
  content: "\1f58a";
}
.icon-info:before {
  content: "\1f6c8";
}
.icon-unpin:before {
  content: "\1f4cc";
}
.icon-pin:before {
  content: "\e955";
}
.icon-lightning:before {
  content: "\e945";
}
.icon-icon-star:before {
  content: "\e952";
}
.icon-icon-star-o:before {
  content: "\e951";
}
.icon-stop:before {
  content: "\e950";
}
.icon-checkbox-checked:before {
  content: "\e94f";
}
.textarea.w-input {
  border-radius: 10px;
  line-height: 25px;
  overflow: auto;
  resize: none;
  height: 200px;
  padding: 20px 20px 50px 20px;
}
.mobile-wrapper .edit_container_button_wrapper {
  margin-top: 5px;
}
@media screen and (max-width: 479px) {
  .mobile-wrapper .footer_action {
    bottom: 70px;
    height: 130px;
  }
}
.input.error-border {
  background: #fee7e7;
  color: #f33012;
}
@media screen and (max-width: 991px) {
  body .onboarding_card {
    padding-top: 0;
  }
  /*.navbar .nav_wrapper {
        display: none;
    }*/
}
small.icon {
  font-size: 0.8em;
  line-height: 0.8em;
  padding-left: 10px;
  padding-top: 3px;
}
.icon_link .icon-trash-alt {
  display: inline;
  font-size: 13px;
  color: #000;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .settings_down .mobile_nav_secondary_menu {
    height: 0;
    display: none;
    transition: all 700ms;
  }
  .nav_down .mobile_nav_main_menu_wrapper {
    height: 0;
    display: none;
    transition: all 700ms;
  }
}
/* datetime picker overrrides */
.datetimepicker .table td,
.datetimepicker .table th {
  padding: 3px;
  margin: 3px;
}
.datetimepicker .table {
  border-spacing: 7px 5px;
  border-collapse: separate;
}
.rating_green {
  color: #fff;
  background: #009d26;
}
.rating_lightgreen {
  background: #51880D;
  color: #fff;
  border: none;
}
.rating_olive {
  background: #7a7e01;
  color: #fff;
  border: none;
}
.rating_orange {
  color: #fff;
  background: #a54a11;
}
.rating_red {
  color: #fff;
  background: #5f0d03;
}
.rating-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 149;
  backdrop-filter: blur(10px);
}
.rating-modal-overlay .background {
  background: rgba(0, 0, 0, 0.65);
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.no-blur {
  backdrop-filter: blur(0);
}
.rating-modal-header {
  text-align: right;
  margin-bottom: 10px;
}
.rating-modal-body a.btn.w100 {
  margin-bottom: 10px;
}
.rating-modal-header-close {
  cursor: pointer;
  color: #333 !important;
}
.buttons_wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}
/*added by Mayka's request*/
.inputContainer {
  width: 100%;
  position: relative;
}
.inputContainer .hidePassword {
  cursor: pointer;
  display: flex;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #484848;
}
.inputContainer .hidePassword.notVisible {
  color: #484848;
}
.inputContainer .hidePassword.notVisible:hover {
  color: #484848;
}
.no_profile_photo {
  position: absolute;
  top: 4px;
}
.profile_main_wrapper .no_profile_photo {
  position: inherit;
}
.info-tip.no_profile_photo .info {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
}
.no_profile_photo_matches {
  position: absolute;
  top: 0;
  background: transparent;
  padding: 0;
  margin-top: 0;
  margin: 0px 40px;
  width: calc(100% - 80px);
}
.fa.info_icon-fa {
  padding-right: 10px;
  font-size: 18px;
  line-height: 21px;
  font-style: normal;
}
.onboarding_card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  height: auto;
  max-height: none;
  min-height: 520px;
  margin-top: 100px;
  align-items: center;
  justify-content: space-between;
  min-width: auto;
}
.info {
  font-size: 12px;
}
.info a {
  font-size: 12px;
}
.info .fa {
  color: #F9B959;
}
.info p {
  margin: 0;
}
.rating-modal-overlay.location-edit_wrapper .wrapper .w-form {
  padding: 0 20px;
  position: relative;
}
.card.card_content.profile_preferences.profile_preferences_interests h2 {
  font-family: 'Poppins-Medium';
}
.rating-modal-overlay.location_popup.location-edit_wrapper .w-form {
  padding: 0;
}
.location-edit_wrapper {
  padding: 0 20px;
}
.rating-modal-overlay.location-edit_wrapper .fixed_top a .icon {
  color: var(--main-link-color);
  margin-right: 10px;
  font-size: 12px;
}
.rating-modal-overlay.search-overlay {
  z-index: 149;
}
.rating-modal-overlay.location-edit_wrapper .wrapper {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.rating-modal-overlay.location-edit_wrapper {
  display: block;
  background: #fff;
  margin: 0px;
  height: 100%;
  overflow: scroll;
  padding: 0;
  z-index: 9999;
}
#country_popup .location-edit_wrapper .location_list_label {
  padding: 0 0px 0px 15px;
  margin: 0;
}
.menu_page.mail_settings .onboarding_content .unselect,
.menu_page.mail_settings .onboarding_content .select {
  min-width: inherit;
}
.menu_page.mail_settings .onboarding_card .onboarding_content div p {
  font-family: 'poppins-semibold';
  color: #484848;
  margin: 20px 0;
  font-size: 1em;
}
.menu_page.mail_settings .onboarding_card .onboarding_content div p:first-child {
  font-family: 'Poppins-Regular';
  font-weight: lighter;
  color: #919292;
}
#country_popup .location_list {
  padding-top: 10px;
}
#country_popup .meta_text {
  margin-bottom: 60px;
}
.rating-modal-overlay.location-edit_wrapper .fixed_top a {
  display: flex;
  color: #484848;
  font-size: 12px;
  align-items: center;
}
.location-box.left {
  min-width: 200px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 15px;
  border-width: 1.5px;
  text-decoration: none;
  border-radius: 5px;
  padding: 0px 10px;
  line-height: 32px;
  border-color: var(--main-link-color);
  margin-right: 2%;
}
.location-box.right {
  border-width: 1.5px;
  text-decoration: none;
  border-radius: 5px;
  padding: 0px 10px;
  line-height: 32px;
  border-color: var(--main-link-color);
  min-width: 100px;
}
.location_list.recent .location_text_link .icon-map-marker-alt-filled {
  color: #484848;
  font-size: 20px;
}
.location-box.left a {
  font-family: 'Poppins-Regular';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
  display: block;
  text-align: left;
}
.location_list_item.location_text_link a {
  width: 100%;
}
.location-box.right .box {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
  display: block;
}
.location-box.right,
.location-box.left {
  max-width: 300px;
  width: auto;
  padding: 5px 10px;
  height: 39px;
  align-items: center;
}
.feed_main_content_wrapper .loader_container {
  min-height: 1000px;
}
.feed_main_content_wrapper .loader_container .loader_dots {
  top: 20px;
}
.slide .classicMediaAlert,
.slide .explicitMediaAlert,
.slide .uncompletedProfileAlert {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0px;
}
.slide .explicitMediaAlert {
  bottom: 30px;
}
.slide .explicitMediaAlert .alert-message {
  margin: 10px;
}
.modal_image_wrapper .classicMediaAlert,
.modal_image_wrapper .explicitMediaAlert,
.modal_image_wrapper .uncompletedProfileAlert {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
.card .header_wrapper .avatar_header {
  padding: 0;
  overflow: hidden;
}
.card .header_wrapper .avatar_header .avatar_title {
  overflow: hidden;
}
.card .header_wrapper .avatar_header .avatar_title .avatar_meta {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.card .header_wrapper .avatar_header .avatar_title .avatar_meta .icon {
  display: inline;
}
.card .who_liked {
  font-size: 12px !important;
  font-family: 'Poppins-Medium';
  margin: 0px 0 0px 20px;
}
.card.card_full .who_liked {
  margin: 10px 0 0 0;
}
.card.card_full .flex-wrapper .who_liked {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 500px) {
  .onboarding_card {
    margin-top: 50px;
    padding: 0 10px;
  }
  .no_profile_photo_matches {
    padding: 0px 10px;
    margin: 0;
    width: 100%;
    background: transparent;
  }
  span.required {
    font-size: 10px;
  }
}
.login-box {
  margin-top: 10%;
}
.login-box .text_box_form label {
  color: #707070;
  font-size: 15px;
  margin: 0;
  line-height: 1.2em;
  font-family: 'Poppins-Medium';
  letter-spacing: -0.4px;
  text-transform: capitalize;
}
.login-box .w-input {
  width: 100%;
  padding: 20px 15px;
  border-radius: 5px;
  margin: 5px 0;
  display: flex;
}
.login-box .w-input::placeholder {
  color: #707070;
  font-family: 'poppins-light';
}
.bt-text {
  text-decoration: underline;
  display: inline-block;
}
.bt-text.upgrade-button {
  color: #E2D500;
}
.size_70 {
  min-width: 70px !important;
  min-height: 70px !important;
  width: 70px !important;
  height: 70px !important;
  max-height: 70px !important;
  max-width: 70px !important;
}
.size_60 {
  min-width: 60px !important;
  min-height: 60px !important;
  width: 60px !important;
  height: 60px !important;
  max-height: 60px !important;
  max-width: 60px !important;
}
.size_30 {
  min-width: 30px !important;
  min-height: 30px !important;
  width: 30px !important;
  height: 30px !important;
  max-height: 30px !important;
  max-width: 30px !important;
}
.popunder {
  max-width: 500px;
  z-index: 1000;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  margin: 0 auto;
  transition: all 1s;
}
.popunder.popunder-inplace {
  position: relative;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}
.popunder.popunder-inplace .popunder-body {
  box-shadow: none!important;
}
.popunder .background-icon {
  position: absolute;
  right: 0;
  bottom: -68px;
  z-index: 0;
}
.popunder .popunder-body {
  position: relative;
  box-shadow: 0px -1px 15px 3px rgb(34 60 1.6%) !important;
  background: #2C333C;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  margin-bottom: 0;
  max-width: 680px;
}
.popunder .popunder-body .icon-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
}
.popunder h1 {
  font-family: 'Poppins-Regular';
  line-height: 33pt;
  font-size: 27pt;
  padding-right: 35px;
  color: #fff;
  font-weight: normal;
  margin: 0;
}
.popunder h5 {
  font-family: 'Poppins-Regular';
  line-height: 23pt;
  font-size: 16pt;
  margin: 0;
  color: #fff;
  font-weight: normal;
}
.popunder .cta-container {
  margin-bottom: 10px;
}
.popunder.banner {
  max-width: 500px;
  z-index: 1000;
  position: fixed !important;
  left: 0;
  right: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  cursor: pointer;
  margin: 0 auto;
  transition: all 1s;
  box-shadow: none !important;
  background: transparent;
}
.popunder.banner.popunder-inplace {
  position: initial;
}
.popunder.banner .popunder-body {
  border-radius: 10px;
  box-shadow: 0px -1px 15px 3px rgb(34 60 1.6%) !important;
  background: #2C333C;
  padding: 10px;
}
.popunder.banner .popunder-body a {
  color: #fff;
  text-decoration: underline;
}
.popunder.banner .popunder-body h5 {
  padding: 10px;
  padding-right: 35px;
  font-size: 9pt;
  line-height: 13pt;
}
.media_picker {
  justify-content: left;
  margin: 10px 0;
  max-height: 100%;
}
.media_picker a {
  max-width: 50%;
}
.media_picker a .icon-close {
  left: 0;
  justify-content: center;
  align-items: center;
  background: var(--main-link-color);
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 220px;
  top: 2px;
  font-size: 15px;
}
.media_picker a .media_picker_thumbnail {
  border-radius: 8px;
  object-fit: cover;
}
.image_full_width_wrapper.default-image {
  background: linear-gradient(0deg, rgba(148, 148, 148, 0.82414216) 0%, var(--main-link-color) 53%) !important;
  border-radius: 10px;
  aspect-ratio: 1;
}
.image_full_width_wrapper.default-image img {
  display: none;
}
.dialog-navbar {
  background: var(--nav-background-color);
}
.dialog-navbar .nav_wrapper {
  height: 60px;
}
.onboading_branding_wrapper .onboarding_brand {
  height: 60px;
}
.onboading_branding_wrapper .onboarding_brand img {
  width: auto;
  height: 28px;
  max-height: 28px;
  margin: 15px;
}
.nav_icon_link,
.setting_menu_dropdown {
  color: var(--nav-icon-color);
}
.colour_primary_colour {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--nav-background-color)), to(var(--nav-background-color)));
  background-image: linear-gradient(180deg, var(--nav-background-color), var(--nav-background-color));
}
.mobile_nav_wrapper,
.mobile_nav_main_menu_wrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--nav-background-color)), to(var(--nav-background-color)));
  background-image: linear-gradient(180deg, var(--nav-background-color), var(--nav-background-color));
}
@media screen and (max-width: 479px) {
  .mobile_nav_wrapper,
  .mobile_nav_main_menu_wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--nav-background-color)), to(var(--nav-background-color)));
    background-image: linear-gradient(180deg, var(--nav-background-color), var(--nav-background-color));
  }
}
.mobile_main_menu_container {
  background-color: var(--nav-background-color);
}
@media screen and (max-width: 991px) {
  .mobile_main_menu_container {
    background-color: var(--nav-background-color);
  }
}
@media screen and (max-width: 479px) {
  .mobile_main_menu_container {
    background-color: var(--nav-background-color);
  }
}
.burger,
.settings .icon,
.setting_menu .button.btn_settings,
.mobile_nav_wrapper .mobile_nav_secondary_menu .bt-main,
.mobile_nav_wrapper .mobile_nav_secondary_menu .bt_icon {
  color: var(--nav-icon-color);
}
a {
  color: var(--main-link-color);
}
.colour_link {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.button.bt_small.bt_post {
  background-image: url('/content/fonts/send.svg'), -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: url('/content/fonts/send.svg'), linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.loz.loz_link {
  border-color: var(--main-link-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.loz.message_count {
  border-color: var(--main-link-color);
  color: var(--main-link-color);
}
.loz.loz_on {
  border-color: var(--main-link-color);
  background-image: url('/content/fonts/check-circle-light-1.svg'), -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: url('/content/fonts/check-circle-light-1.svg'), linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.icon_link {
  color: var(--main-link-color);
}
.heading_link {
  color: var(--main-link-color);
}
.small_link {
  color: var(--main-link-color);
}
.message {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.message_media {
  border: 2px solid var(--main-link-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.card_messenger.card_online {
  border: 1px solid var(--main-link-color);
}
.card_messenger.card_unread {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.card_messenger.card_upgrade {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.bt_message {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.message_box_preview {
  background-color: var(--main-link-color);
}
.icon_link_small {
  color: var(--main-link-color);
}
.like_lable {
  color: var(--main-link-color);
}
.rec_title {
  color: var(--main-link-color);
}
.rec_h4 {
  color: var(--main-link-color);
}
.profile_link {
  color: var(--main-link-color);
}
.dislike_btn {
  color: var(--main-link-color);
}
.like_btn {
  color: var(--main-link-color);
}
.bt_emoji_icon {
  color: var(--main-link-color);
}
.button_icon {
  color: var(--main-link-color);
}
.handle {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.bar_range {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.input:focus {
  border-color: var(--main-link-color);
}
.icon_small_empty {
  color: var(--main-link-color);
}
.message_limit {
  background-color: var(--main-link-color);
}
.div-block-3 {
  color: var(--main-link-color);
}
.large_link {
  color: var(--main-link-color);
}
.large_link_center {
  color: var(--main-link-color);
}
@media (max-width: 479px) {
  a {
    color: var(--main-link-color);
  }
}
.brand_bar.brand_bar_light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}
.nav_links_wrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--nav-background-color)), to(var(--nav-background-color)));
  background-image: linear-gradient(180deg, var(--nav-background-color), var(--nav-background-color));
}
.colour_link {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.loz.loz_link {
  border-color: var(--main-link-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
  color: #fff;
}
.loz.profile_loz {
  border-color: var(--main-link-color);
  color: var(--main-link-color);
}
.icon_link {
  color: var(--main-link-color);
}
.message_media {
  border-color: var(--main-link-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.card_messenger.card_online {
  border-color: var(--main-link-color);
}
.card_messenger.card_unread {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
  color: #fff;
}
.card_messenger.card_upgrade {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
  color: #fff;
}
.bt_plus_create_message {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.icon_link_small {
  color: var(--main-link-color);
}
.like_lable {
  color: var(--main-link-color);
}
.text-block-3 {
  color: var(--main-link-color);
}
.gallery_item_text {
  color: var(--main-link-color);
}
.rec_h4 {
  color: var(--main-link-color);
}
.profile_link {
  color: var(--main-link-color);
}
.dislike_btn {
  color: var(--main-link-color);
}
.like_btn {
  color: var(--main-link-color);
}
.btn_toggle.btn_toggle_left.btn_on {
  border-color: var(--main-link-color);
}
.btn_toggle.btn_toggle_active {
  border-color: var(--main-link-color);
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
  color: #fff;
}
.bar_range {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.input:focus {
  border-color: var(--main-link-color);
}
.icon_small_empty {
  color: var(--main-link-color);
}
.div-block-3 {
  background-color: #fff;
  color: var(--main-link-color);
}
.dropdown-link {
  color: var(--main-link-color);
}
.dropdown-link:hover {
  background-color: var(--main-link-color);
  color: #fff;
}
.stateful_lozenge.loz_link {
  border-color: var(--main-link-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
  color: #fff;
}
.avatar_wrapper {
  background-color: var(--main-link-color);
}
.message_box_preview {
  border: 1px solid #e6e6e6;
  background-color: var(--main-link-color);
  box-shadow: 4px 5px 11px 0 rgba(0, 0, 0, 0.18);
  color: #fff;
}
.text-block-5 {
  color: var(--main-link-color);
}
.button-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.location-select {
  border-bottom: 1px none var(--main-link-color);
  background-color: #e6e6e6;
}
.list-item {
  border-bottom: 1px solid var(--main-link-color);
}
.location-list-item {
  border-bottom: 1px solid var(--main-link-color);
}
.create_message-_post {
  border-color: var(--main-link-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}
.rich_text_form {
  border-color: var(--main-link-color);
}
.bt_message_post {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.create_message-_post-2 {
  border-color: var(--main-link-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}
.bt_message_post-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
}
.btn_toggle-2.btn_toggle_active {
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
  color: #fff;
}
.btn_toggle-2.btn_toggle_active {
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
  color: #fff;
}
.create_message-_post-3 {
  border-color: var(--main-link-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}
.heading_link-3 {
  color: var(--main-link-color);
}
.heading-18 {
  color: var(--main-link-color);
}
.bt-main {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
  background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
  color: #fff;
}
.bt-main.disabled_username {
  cursor: not-allowed;
  background: darkgrey;
}
.avatar_username_link_small {
  color: var(--main-link-color);
}
.location_text_link {
  color: var(--main-link-color);
}
@media screen and (max-width: 479px) {
  a {
    color: var(--main-link-color);
  }
  .button.bt_empty {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-link-color)), to(var(--main-link-color)));
    background-image: linear-gradient(180deg, var(--main-link-color), var(--main-link-color));
  }
}
small.icon {
  font-size: 0.8em;
  line-height: 0.8em;
  padding-left: 10px;
  padding-top: 3px;
}
.profile_interests_wrapper .edit_container .heading2 {
  font-size: 0.86em;
}
.text_right {
  text-align: right;
}
.onboarding_card.upgrade_card {
  margin-top: 0;
  margin-bottom: 0;
  top: 10px;
  position: absolute;
}
.loz_text.no-transform {
  text-transform: initial;
  display: inline;
}
@media screen and (max-width: 991px) {
  .settings_down .mobile_nav_secondary_menu {
    height: 0;
    display: none;
    transition: all 700ms;
  }
  .burger_icon_wrapper .icon,
  .icon-main-bar-left .button_icon {
    color: var(--main-link-color);
  }
  .mobile_nav_wrapper .button_icon {
    color: var(--main-link-color);
  }
}
.nav_down .mobile_nav_main_menu_wrapper {
  height: 0;
  display: none;
  transition: all 700ms;
}
@media screen and (max-width: 479px) {
  .content-layout.vip-banner-shown {
    padding-bottom: 50px;
  }
}
.message_user_bottom .icon {
  display: inline-block;
  width: auto;
  margin-left: 3px;
}
.meet_me ._footer_action .button_icon {
  color: var(--main-link-color);
}
.card_header.fixed_top,
.back_button_wrapper {
  max-width: 500px;
  margin: 0 auto;
  align-items: center;
}
.fill-main-link-color {
  fill: var(--main-link-color);
}
.stroke-main-link-color {
  stroke: var(--main-link-color);
}
.nav_wrapper .fill-main-link-color {
  fill: var(--nav-icon-color);
}
.nav_wrapper .stroke-main-link-color {
  stroke: var(--nav-icon-color);
}
.burger_icon_wrapper .icon,
.icon-main-bar-left .button_icon {
  color: var(--nav-icon-color);
}
.icon-main-bar-left .icon {
  color: var(--nav-icon-color);
}
.amp-default-skin .amp-logo > div,
.amp-default-skin .amp-logo > span {
  display: none;
}
.amp-default-skin .vjs-big-play-button {
  z-index: 30 !important;
}
.site-wrap .navbar .nav_wrapper .desktop_menu .nav_icon_link {
  min-width: 38px;
  width: auto;
  cursor: pointer;
}
.meta_text.terms_text {
  font-size: 11px;
  text-align: center;
  padding: 0;
  margin: 10px;
}
.meta_text.terms_text a {
  font-size: 11px;
}
.onboarding_header {
  background-image: none;
}
body .new_user_registration .onboarding_card {
  margin-top: 100px;
}
body .body-4.new_user_registration .onboarding_wrapper {
  overflow-x: initial;
}
.navbar,
.navbar.navbar-2 {
  background-color: var(--nav-background-color);
}
.nav_icon_link .menu_icon_wrapper .icon {
  color: var(--nav-icon-color);
}
.navbar .nav_wrapper .nav_text {
  color: var(--nav-icon-color);
}
.setting_menu_dropdown .icon-cog {
  color: var(--nav-icon-color);
}
.mobile_nav_wrapper,
.mobile_nav_main_menu_wrapper {
  background: var(--nav-background-color) !important;
}
@media screen and (max-width: 991px) {
  .navbar .nav_text,
  .nav_up .nav_text {
    color: var(--nav-icon-color);
  }
}
.mobile_main_menu_container {
  background-color: var(--nav-background-color) !important;
}
.m.mobile_nav_main_menu_buttons_wrapper {
  background: var(--nav-background-color);
}
.new_user_registration .onboarding_wrapper div .onboarding_card.onboarding_card_step_image .onboarding_content .media-preview img {
  width: 100%;
}
.vip-banner {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .menu_page,
  .settings_primary {
    padding-top: 50px;
  }
}
.my_likes.menu_page .tab_header {
  top: 50px;
}
@media (display-mode: standalone) {
  body:has(.bp-widget-side) {
    overflow: hidden;
  }
  .safe_sticky_area {
    height: env(safe-area-inset-top);
    background: var(--nav-background-color);
    width: 100%;
  }
  .headline.sticky {
    top: calc(49px + env(safe-area-inset-top)) !important;
  }
  .upgrade_top {
    padding-top: calc(0px + env(safe-area-inset-top));
  }
  .onboarding_card-2.upgrade_card.rating-modal.no-bg {
    margin-top: calc(0px + env(safe-area-inset-top));
  }
  .mobile_nav_header_wrapper.mobile_nav_wrapper {
    margin-top: env(safe-area-inset-top);
  }
  .edit_profile_page.V2 .modal-overlay-details-wrapper {
    margin-top: calc(50px + env(safe-area-inset-top)) !important;
  }
  .mobile_nav_footer_wrapper.mobile_nav_wrapper {
    margin-top: 0;
    padding-bottom: 10px;
  }
  .card.card_full .read_more {
    margin-bottom: calc(40px + env(safe-area-inset-bottom)) !important;
  }
  .card.card_full .comment_row.read_more {
    margin-bottom: 0 !important;
    margin-top: 0px !important;
  }
  .back_button_wrapper {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .menu_page_mailbox_v2 {
    top: calc(0px + env(safe-area-inset-top)) !important;
  }
  .comment_post,
  .comment_post.reaction {
    padding-bottom: calc(15px + env(safe-area-inset-bottom)) !important;
  }
  .message_page .create_message_wrapper .create_message {
    padding-bottom: calc(10px + env(safe-area-inset-bottom)) !important;
  }
  .toast-top-right {
    top: calc(12px + env(safe-area-inset-top));
  }
  iframe#webWidget {
    top: 80px !important;
    max-height: calc(100vh - 80px - env(safe-area-inset-top)) !important;
  }
}
@media screen and (max-width: 500px) {
  .menu_page.search.V2 .modal-overlay .wrapper {
    margin-top: calc(50px + env(safe-area-inset-top)) !important;
  }
  .bp-widget-side {
    top: env(safe-area-inset-top);
    height: calc(100% - env(safe-area-inset-top)) !important;
    padding-top: calc(50px + env(safe-area-inset-top)) !important;
  }
  .login-box {
    margin-top: calc(100px + env(safe-area-inset-top)) !important;
  }
  .onboading_branding_wrapper.navbar,
  .navbar .nav_wrapper {
    height: calc(60px + env(safe-area-inset-top));
  }
  .navbar .nav_wrapper {
    margin-top: env(safe-area-inset-top);
  }
  .navbar.navbar-2 {
    height: calc(50px + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
  }
  .navbar.navbar-2 .nav_wrapper.nav_wrapper_2 {
    margin-top: 0;
    height: 100%;
  }
  .container.sort {
    top: calc(65px + env(safe-area-inset-top)) !important;
  }
  .sidenav.sidenav-right .profile-card-wrapper,
  .menu_page.settings_primary .tab_header {
    padding-top: env(safe-area-inset-top);
  }
  .rating-modal-overlay.location-edit_wrapper .fixed_top {
    padding-top: calc(20px + env(safe-area-inset-top));
  }
  .sidenav .side-menu .menu-items-card-header a.back_button_wrapper {
    margin-top: env(safe-area-inset-top);
  }
  .sidenav .side-menu .menu-items-card-header {
    margin-top: calc(20px + env(safe-area-inset-top));
  }
  .sidenav .side-menu .profile-card .svg-close {
    top: calc(15px + env(safe-area-inset-top)) !important;
  }
  .sidenav .side-menu .menu-items-card-header {
    margin-top: calc(10px + env(safe-area-inset-top));
  }
  .matches_panel_wrapper .profile_wrapper {
    margin-top: 3px;
  }
  .meet_me .container .view_profile {
    font-size: 10px;
    padding: 3px 5px;
    height: 35px;
    margin-top: 2px;
  }
  .meet_me .matches_panel_wrapper ._footer_action .matches_yes,
  .meet_me .matches_panel_wrapper ._footer_action .matches_no .icon {
    width: 80px;
    height: 80px;
    font-size: 50px;
  }
  iframe#webWidget {
    top: 80px !important;
    max-height: calc(100vh - 80px - env(safe-area-inset-top)) !important;
  }
  .space .card_header .back_button_wrapper .icon {
    font-size: 16px;
  }
  .message_page .card_header {
    top: calc(50px + env(safe-area-inset-top)) !important;
  }
  .feed_main_content_wrapper {
    padding-bottom: calc(50px + env(safe-area-inset-bottom));
  }
  .alert_card.whos_liked_upgrade {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.bp-widget-side {
  z-index: 999;
}
@media screen and (max-width: 991px) {
  #launcher {
    margin: 70px 20px !important;
    z-index: 11 !important;
  }
}
.menu_page_mailbox_v2 .public-chat > div > h3 {
  font-size: 14px !important;
  font-weight: bold;
}
.nav_wrapper.nav_wrapper_2 {
  max-width: 500px;
}
.menu_page.manage-media .feed_status_wrapper {
  margin-top: initial !important;
  display: block;
  position: static;
}
.onboarding_card.no-text-transform .bt-main {
  text-transform: none;
}
.crossed-line {
  position: relative;
}
.crossed-line > * {
  align-self: center;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
.crossed-line:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #e3e3e3;
}
/** Ads in Wall */
/** Card Effect 1 */
.heart-wrapper {
  display: none;
  position: absolute;
  width: 250px;
  z-index: -2;
  right: 0;
}
@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}
.card-effect-1 {
  padding: 10px;
  position: relative;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5em;
  color: rgb(88 199 Infinity%);
  cursor: pointer;
  font-family: cursive;
}
.card-effect-1::before {
  content: "";
  width: 104%;
  height: 102%;
  border-radius: 8px;
  background-image: linear-gradient(var(--rotate), rgba(255, 233, 93, 0.61), rgba(60, 227, 227, 0.71) 43%, rgba(181, 0, 194, 0.83));
  position: absolute;
  z-index: -1;
  top: -1%;
  left: -2%;
  animation: effect-1 2.5s linear infinite;
}
@keyframes effect-1 {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}
.card-effect-1 .heart-wrapper {
  display: block;
}
/** End Card Effect 1 */
/* Overwritten card styles related to card-effect-1 */
.padd-10.card-effect-1 {
  padding: 0 !important;
}
.card-effect-1.card {
  padding-bottom: 5px !important;
}
.card-effect-1 .no-padding {
  padding: 10px !important;
}
.card-effect-1 .site-wrapper {
  bottom: 5px;
  left: 0;
  width: 100%;
}
/* End */
/* Card Logo  */
.site-wrapper {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  position: absolute;
  bottom: 9px;
  left: 10px;
  width: calc(100% - 20px);
  height: 120px;
  border-radius: 9px;
}
.site-wrapper a {
  display: flex;
  justify-content: center;
}
.logo-wrapper {
  width: 80%;
  margin-top: 30px;
}
.radial-effect-1 {
  -webkit-mask-image: radial-gradient(circle, #000000 64%, rgba(0, 0, 0, 0) 70%);
}
.radial-effect-2 {
  -webkit-mask-image: radial-gradient(circle, #000000 60%, rgba(0, 0, 0, 0) 100%);
}
/* End */
/* Animated heart */
.effect-text {
  font-size: 50px;
  color: #edf2f4;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.tiny-heart {
  position: absolute;
  opacity: 0;
  background-color: #D90429;
  box-shadow: 0px 0px 50px 4px transparentize(#EF233C, 0.3);
  animation: animated-heart infinite ease-in;
}
.tiny-heart:before,
.tiny-heart:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D90429;
}
.tiny-heart:before {
  transform: translateX(-50%);
}
.tiny-heart:after {
  transform: translateY(-50%);
}
@keyframes animated-heart {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(45deg);
  }
  50% {
    opacity: 1;
    transform: translate(0, -40%) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: translate(0, -1000%) rotate(45deg);
  }
}
/* End animated heart */
/* Card effect 2 */
.card-effect-2,
.card-effect-2 .extra-effect {
  background: #fff;
  box-shadow: -1px 8px 3px 0 rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  padding: 2em;
  position: relative;
}
.card-effect-2 .extra-effect {
  background: var(--main-link-color);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.8);
  margin: -5px -2em;
  position: absolute;
  transform: rotate(-8deg);
  z-index: -1;
  border-radius: 10px;
  height: 97%;
}
.card-effect-2 .heart {
  display: block;
}
/* End card effect 2 */
/* Heart */
.heart {
  display: none;
  top: 16px;
  position: absolute;
  right: -20px;
  height: 4em;
  width: 4em;
  z-index: 999;
}
.card-effect-1 .heart {
  top: 10px;
  right: -50px;
}
.heart::before,
.heart::after {
  background-color: #cd231b;
  border-radius: 50px 50px 0 0;
  content: "";
  height: 25px;
  left: 15px;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
  width: 15px;
}
.heart::after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
.heart {
  animation: heartBeat linear 0.6s infinite;
}
@keyframes heartBeat {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.9);
  }
}
/* End heart */
/* Beloved */
.beloved {
  width: 350px;
  aspect-ratio: 1.3;
  display: none;
  background: conic-gradient(from -60deg at 50% 97%, #0000 120deg, #FC9D9A 0), linear-gradient(#fe4365 0 0) bottom / 43% 0% no-repeat;
  animation: f 5s 2.5s infinite;
}
@keyframes f {
  to {
    background-size: auto, 43% 55%;
  }
}
.beloved::before,
.beloved::after {
  content: "";
  flex: 1;
  --c: #fff;
  background: radial-gradient(85% 76% at 3% 35%, #0000 98%, var(--c)) 29% 2.55555556% 26%, linear-gradient(var(--c) 0 0) 65% 3.11111111% 26%, linear-gradient(var(--c) 0 0) 63% 1.78947368% 9%, linear-gradient(-128deg, #0000 48%, var(--c) 50% 64%, #0000 0) 43% 0.3% 26%, linear-gradient(57deg, #0000 40%, var(--c) 40.5% 66%, #0000 0) 27% 0.22857143% 35%, linear-gradient(to bottom right, var(--c) 50%, #0000 0) 67% 2.30555556% 12%, linear-gradient(var(--c) 0 0) 75% 1.56410256% 35%, radial-gradient(100% 100% at 100% 100%, var(--c) 94%, #0000) 0% 2.73333333% 9%, radial-gradient(51% 91% at 50% 100%, var(--c) 94%, #0000) 9% 0.88095238% 7%, radial-gradient(64% 53% at 35% 68%, #0000 98%, var(--c)) 15% 1.64864865% 35%, linear-gradient(to bottom right, #0000 50%, var(--c) 51% 69%, #0000 0) 17% 1.73076923% 34%, radial-gradient(100% 64% at 0 35%, var(--c) 97%, #0000) 98% 4.26666667% 38%, linear-gradient(-24deg, #0000 45%, var(--c) 46% 58%, #0000 0) 45% 1.38356164% 30%, radial-gradient(112% 115% at -18% 83%, #0000 86%, var(--c) 0 98%, #0000) 60% 0.20588235% 60%, linear-gradient(65deg, #0000 43%, var(--c) 45% 94%, #0000 91%) 53% 0.4% 25%, linear-gradient(82deg, #0000 35%, var(--c) 37%) 87% 1.76923077% 33%, radial-gradient(112% 115% at -18% 70%, #0000 80%, var(--c) 81% 98%, #0000) 100% 0.75% 50%, radial-gradient(14px at 23% 8%, var(--c) 96%, #0000), radial-gradient(13px at 51% 17px, var(--c) 96%, #0000), radial-gradient(11px at 82% 16%, var(--c) 96%, #0000), radial-gradient(8px at 10% 96%, var(--c) 96%, #0000), radial-gradient(10px at 10px 46%, var(--c) 96%, #0000);
  background-repeat: no-repeat;
  transform-origin: bottom;
  animation: a 2s 0.5s both;
}
.beloved::before {
  margin-right: -5px;
  transform: scaleX(-1) translate(-5px, 0) rotate(0deg);
  --s: scaleX(-1);
}
.beloved::after {
  margin-left: -5px;
  transform: translate(-5px, 0) rotate(0deg);
}
@keyframes a {
  0% {
    opacity: 0;
    transform: var(--s) translate(20%, 10px) rotate(20deg);
  }
}
/* End beloved */
/* Running line */
.running-line {
  display: none;
  font-size: 30px;
  font-family: sans-serif;
  font-weight: 700;
  color: #fe4365;
  white-space: nowrap;
}
.running-line .icon.icon-heart {
  display: inline-block;
  font-size: 24px;
}
.running-line {
  animation: run 5s linear infinite;
}
@keyframes run {
  from {
    transform: translateX(0%);
  }
  /* Magic is here. This is the width of the elem with text after rendering the page */
  to {
    transform: translateX(245px);
  }
}
/** End Ads in Wall */
@media screen and (min-width: 1025px) {
  .navbar.navbar-2 {
    height: 75px;
  }
  .navbar.navbar-2 .nav_wrapper.nav_wrapper_2 {
    margin: 0;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .navbar.navbar-2 .nav_wrapper.nav_wrapper_2 .desktop_menu .nav_icon_link .notification_badge {
    right: 9px;
  }
  .navbar.navbar-2 .nav_wrapper.nav_wrapper_2 .desktop_menu .nav_icon_link.mails-top .menu_icon_wrapper .icon svg {
    width: 36px;
    height: 30px;
  }
  .navbar.navbar-2 .nav_wrapper.nav_wrapper_2 .desktop_menu .nav_icon_link .menu_icon_wrapper .icon {
    height: 35px;
    max-height: 35px;
    margin-right: 10px;
    font-size: 30px !important;
  }
  .navbar.navbar-2 .nav_wrapper.nav_wrapper_2 .desktop_menu .nav_icon_link .menu_icon_wrapper .icon svg {
    width: 30px;
    height: 33px;
  }
}
super-match-send-message {
  color: #fff;
}
super-match-send-message .close_link.icon_link {
  margin-top: calc(30px + env(safe-area-inset-top));
}
.vip-icon {
  background: var(--vip-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 0px;
  padding: 4px;
}
.vip-plus {
  background: #1D1D1B !important;
}
.vip-badge {
  background: var(--vip-color);
  font-family: 'Poppins-Bold';
  border: 1px solid var(--vip-color);
  padding: 1px 5px;
  border-radius: 20px !important;
}
.vip-badge .vip-icon {
  position: relative;
  left: -1px;
  top: 0px;
  padding: 0;
  margin: 0 !important;
  background: none !important;
  height: 11px;
  right: 0;
  width: 20px;
}
.vip-badge-plus {
  border: 1px solid #1D1D1B;
  background: #1D1D1B;
}
.vip-badge-plus .vip-icon {
  position: relative;
  top: -1px;
  padding: 0;
  margin: 0 2px 0 0 !important;
  background: none !important;
  height: 20px;
  right: 0px;
  width: 20px;
}
.vip-plus-border {
  border: 2px solid #1D1D1B !important;
}
.vip-border {
  border: 2px solid var(--vip-color);
}
.small-vip-icon {
  position: relative;
  width: 16px;
  height: 16px;
  padding: 2px;
  top: 0;
  right: 0;
}
.small-vip-icon-comment {
  position: relative;
  width: 16px;
  height: 16px;
  padding: 2px;
  top: -2px;
  margin-left: 5px;
  right: 0;
}
.tab-chip-wrapper {
  justify-content: space-between;
  margin: 12px 0 4px 0;
  max-width: 500px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  gap: 5px;
  justify-content: left;
  position: relative;
}
.tab-chip-wrapper::-webkit-scrollbar {
  display: none;
}
.tab-chip-wrapper .tab-chip {
  background-color: #fff;
  border: 1px solid var(--main-link-color);
  padding: 6px 16px;
  border-radius: 16px;
  font-size: 13px;
  text-align: center;
  color: var(--main-link-color);
  cursor: pointer;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  max-height: 33px;
}
.tab-chip-wrapper .tab-chip .loz_count {
  margin: 0 -12px 0px 5px;
}
.tab-chip-wrapper .tab-chip.active {
  background-color: var(--main-link-color);
  color: #fff;
}
.tab-chip-wrapper .tab-chip.active .loz_count {
  background: #fff;
  color: var(--main-link-color);
}
.sm-gradient-border {
  position: relative;
  border-radius: 20px;
  z-index: 100;
  border: none !important;
  overflow: visible;
}
.sm-gradient-border .link-loz {
  background: none;
}
.sm-gradient-border::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: inherit;
  background: var(--super-match-gradient);
  z-index: -4;
}
.bt-fit-content {
  padding: 6px 12px;
  flex-grow: 1;
}
.bt-icon-button {
  padding: 0 3px !important;
  min-width: 34px;
  min-height: 29px;
  justify-content: flex-start;
}
.bt-icon-button .bt-icon-button-text {
  text-overflow: ellipsis;
  flex-grow: 1;
  justify-content: center;
  overflow: hidden;
}
.bt-icon-text-button {
  padding: 6px;
  min-width: 34px;
  min-height: 29px;
}
.bt-icon-text-button .icon {
  margin-right: 8px;
}
.bt-main.bt_outline {
  background: #fff;
  border: 1pt solid var(--main-link-color);
  color: var(--main-link-color);
  text-transform: capitalize;
  padding: 11px 10px;
}
.bt-main.bt_outline.bt-inactive {
  border-color: #e5e5e5;
  color: #7a7c7c;
}
.bt-main.bt-green {
  border-color: #04690C80;
  color: #429D49;
}
.bt-main.bt-red.bt_outline {
  border-color: #AA020281;
  color: #C84545;
}
.bt-main.bt-upgrade {
  border-color: #E2D500;
  background: #E2D500;
  color: #000;
  font-family: 'Poppins-Medium';
}
.bt-main.bt-upgrade-reverse {
  border-color: #000;
  background: #000;
  color: #E2D500;
  font-family: 'Poppins-Medium';
}
.bt-main {
  position: relative;
  text-transform: capitalize;
  cursor: pointer;
  background: var(--main-link-color);
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 15px;
  padding: 12px 10px;
  width: auto;
  min-width: auto;
  line-height: 21px;
  margin: 5px 0;
  height: auto;
  display: flex;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
}
.bt-main.black-button {
  background: #000;
  border: 1.5px solid #fff;
  padding: 8px 20px !important;
  font-size: 13px;
  border-radius: 10px;
  margin: 5px auto 0 auto !important;
  width: fit-content;
  min-width: fit-content !important;
}
.bt-main.bt-white {
  background: #fff;
  color: #000;
}
.bt-main.bt-wide {
  width: 100%;
  justify-content: space-between;
  margin: 5px 0 !important;
}
.bt-main .bt-text {
  text-decoration: none;
}
.bt-main.bt_transparent {
  color: var(--main-link-color);
  background-image: none;
  background: none;
  border: none;
}
.bt-main.bt-bg-transparent {
  background-image: none;
  background: none;
  border: none;
}
.bt-main.bt-color-white {
  color: #fff;
}
.bt-main.bt_translucent {
  opacity: 0.7;
  background: #fff;
  border: none;
}
.bt-main.bt_colored-translucent {
  border: none;
  background: var(--main-link-color-26);
  border-radius: 50%;
  color: var(--main-link-color);
  padding: 0;
  margin: 0;
  opacity: 0.7;
}
.bt-main.bt_colored-translucent .icon {
  font-size: 15px;
  width: 35px;
  height: 35px;
}
.bt-main.bt-narrow {
  opacity: 1;
  padding: 0px 10px;
  margin-top: 5px;
  border: 1px solid var(--main-link-color);
  font-size: 12px;
  color: #000;
  font-family: 'poppins-medium';
  border-radius: 25px;
  background: var(--main-link-color-26);
  cursor: default;
  white-space: normal;
}
.bt-main.bt-small {
  max-width: 300px;
  min-width: 160px;
  width: fit-content;
}
.bt-main.bt-bigger {
  padding-top: 10px;
  padding-bottom: 10px;
}
.bt-main .badge {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: red;
  top: -4px;
  right: -4px;
}
.bt-main .bt-text-medium {
  font-family: 'Poppins-Medium', sans-serif;
  text-transform: capitalize;
  font-size: 15px;
}
.bt-main.bt-follow {
  border-radius: 20px;
  padding: 5px 10px;
  background: none;
  font-size: 12px;
  color: var(--main-link-color);
  border: 1.5px solid var(--main-link-color);
  height: fit-content !important;
}
.bt-main.bt-follow .bt-text-medium {
  font-size: 12px;
  margin-left: 5px;
}
.bt-main.bt-follow .icon {
  font-size: 15px;
}
.bt-main.bt-follow.following {
  background: var(--main-link-color);
  color: #fff;
}
.bt-main.bt-follow.following .bt-text-medium,
.bt-main.bt-follow.following .icon_link {
  color: #fff;
}
.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.select {
  background: var(--main-link-color);
  border-radius: 5px;
  padding: 10px 25px;
  margin: 5px 10px 5px 0;
  border: 1px solid var(--main-link-color);
  cursor: pointer;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  max-height: 40px;
  justify-content: center;
}
.select .loz_text {
  color: #fff;
  text-align: center;
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
  justify-content: center;
}
.unselect {
  background: var(--main-link-color-26) !important;
  border-radius: 5px;
  padding: 10px 25px;
  border: 1px solid var(--main-link-color-b8);
  margin-right: 10px;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 40px;
}
.unselect .loz_text {
  color: var(--main-link-color-b8);
  text-align: center;
  margin: 0;
  text-transform: capitalize;
  font-family: 'Poppins-Regular';
  justify-content: center;
}
.w-input {
  margin: 5px 0;
  background: none;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  padding: 10px;
  width: 100%;
  resize: none;
  height: 45px;
  border-radius: 5px;
  font-size: 15px;
}
.w-input:focus {
  border: 1px solid var(--main-link-color) !important;
}
.w-input.colored {
  border: 1px solid var(--main-link-color);
}
.black-text {
  color: #000;
  font-size: 15px;
}
.white-small-text {
  color: #fff;
  font-size: 9px;
  text-align: center;
  margin: 5px 0;
}
.heading2 {
  text-align: left;
  font-family: 'Poppins-SemiBold';
  line-height: 1.33em;
  color: #484848;
  margin: 10px 0;
  font-size: 20px;
}
.tab-blur {
  background: #70707073;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 5px;
  padding: 7px;
  align-items: center;
  color: #fff;
  font-size: 11px;
  justify-content: center;
  cursor: pointer;
  max-height: fit-content;
  margin: 0 5px;
  display: block;
  width: fit-content;
  position: absolute;
}
.tab-blur a {
  color: #fff;
  text-align: center;
  justify-content: center;
}
.bottom_taps .tab-blur {
  position: relative;
  width: 100%;
  display: flex;
}
.avatar_username_link {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
  font-family: 'Poppins-SemiBold', sans-serif;
  color: var(--main-link-color);
  font-size: 20px;
  justify-content: start;
  display: flex;
  align-items: center;
}
.avatar_username {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
  font-family: 'Poppins-SemiBold', sans-serif;
  color: #fff;
  font-size: 12px;
  justify-content: start;
  display: flex;
  align-items: center;
}
.avatar_meta-white {
  width: 100%;
  font-family: 'Poppins-Regular';
  color: #fff;
  font-size: 11px;
  margin-bottom: 0;
}
.avatar_title {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: center;
  cursor: pointer;
  width: fit-content;
}
.avatar_image_link.avatar_xs {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  position: relative;
}
.avatar_image_link.avatar_xs img {
  border-radius: 50%;
}
.fixed_top.colored {
  background: #F6F6F6;
  padding: 20px;
}
.back_button_wrapper.line {
  background: #f6f6f6;
  padding: 20px 0;
  margin: 0;
}
.back_button_wrapper.line p {
  text-align: center;
  font-family: 'Poppins-SemiBold';
  display: block;
  width: 100%;
  font-size: 18px;
  margin: 0;
  margin-right: 50px;
}
.back_button_wrapper.line .icon_link {
  color: #fff;
  background: var(--main-link-color);
  border-radius: 50%;
  padding: 8px 9px 8px 8px;
  margin: 0 0 0 20px;
  font-size: 8px;
}
.location_text_link {
  color: var(--main-link-color);
  margin: 5px 0;
  border-bottom: 1px solid #C4C4C4;
  font-size: 15px;
  list-style-type: none;
  padding: 0 0px 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.loz_selected {
  background-color: none;
  color: var(--main-link-color);
  text-decoration: none;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid var(--main-link-color-dd);
  cursor: pointer;
  display: flex;
  align-items: center;
}
.loz_selected.translucent {
  border: 1px solid var(--main-link-color-b8);
  color: var(--main-link-color-b8);
  padding: 0 5px;
  font-size: 9px;
  margin: 5px;
}
.loz.loz_classic_member,
.loz.loz_standard_member {
  align-items: center;
  font-size: 18px;
  background-image: linear-gradient(180deg, #fff0, #fff0) !important;
  border-style: none;
  color: #333333;
  background-color: #3898EC00 !important;
  padding-left: 0px;
  font-family: 'Poppins-SemiBold', sans-serif;
  display: inline-flex;
  text-transform: capitalize;
}
.loz_new_user {
  z-index: 10;
  background: #fff;
  border-radius: 20px;
  border: none;
  padding: 3px 8px;
  color: #000;
  font-size: 11px;
  bottom: 0%;
  font-family: 'Poppins-Bold';
  margin: 0 3px 3px 0;
  display: flex;
  align-items: center;
}
.loz_vip {
  bottom: 0%;
  border: none;
  background: #000;
  margin: 0 3px 3px 0;
  border-radius: 20px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  color: #E2D500;
  justify-content: space-between;
  font-size: 11px;
}
.loz_vip .icon {
  font-size: 12px;
}
.loz_feed {
  font-size: 12px;
  background: #fff;
  border: 1px solid var(--main-link-color-b8);
  color: var(--main-link-color-b8);
  padding: 2px 5px !important;
  margin: 5px 5px 5px 0;
  border-radius: 5px;
  text-transform: uppercase;
}
.loz_feed .loz_text {
  text-transform: uppercase;
}
.alert_card_heading {
  font-family: 'Poppins-ExtraBold', sans-serif;
  font-size: 1.8em;
  text-align: center;
  min-width: 100%;
  line-height: 35px;
  margin: 10px 0;
}
.alert_card {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 0px 10px;
  flex-direction: column;
  align-items: center;
}
.card-footer_icons {
  font-size: 18px;
}
.card-footer_icons .icon {
  font-size: 25px;
  color: var(--main-link-color);
}
@media screen and (max-width: 500px) {
  .avatar_username_link {
    font-size: 15px !important;
  }
  .card-footer_icons {
    font-size: 14px;
  }
  .card-footer_icons .icon {
    font-size: 20px;
  }
  .loz_text {
    font-size: 12px;
  }
  .black-text,
  .small-text {
    font-size: 11px !important;
  }
  .bt-main .bt-text {
    font-size: 11px;
  }
}
@media screen and (max-width: 400px) {
  .button_group_horizontal .btn_toggle {
    padding: 0;
    font-size: 13px;
  }
}
.cloak {
  display: none;
}
/*
    @import "../src/css/core-2.0.css";
    @import "../src/css/merge-from-tabby-adult.css";
*/
